@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-bold-webfont.woff') format('woff'),
    url('../fonts/ubuntu-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-medium-webfont.woff') format('woff'),
    url('../fonts/ubuntu-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
    url('../fonts/ubuntu-regular-webfont.woff') format('woff'),
    url('../fonts/ubuntu-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'varela';
    src: url('../fonts/varela-regular-webfont.woff2') format('woff2'),
    url('../fonts/varela-regular-webfont.woff') format('woff'),
    url('../fonts/varela-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

:focus {
	outline:none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* End Reset */

body{
	font-family: 'ubunturegular';
	font-size: 14px;
	color: #1b2932;
	line-height: normal;
	background-color: #f7f7f7;
}
/* Links */
a, input[type=submit]{
	color:inherit;
	outline:none;
	color:inherit;
	outline:none;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	outline: none;
}
a img {
	border:none;
	-webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
img {
	max-width:100%;
}
a[href^="tel:"] {
	color:inherit;
	cursor:inherit;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
}
h1{
	font: 65px/70px 'ubuntumedium';
	margin-bottom: 10px;
}
h2 {
	font-family: 'ubunturegular';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0px;
	color: #80bd01;
}
.full-width h1,
.full-width h2 {
	text-align: center;
}
.main-content #container h2 {
  font: 22px/28px 'ubunturegular';
  letter-spacing: 4px;
}

h3 {
	font: 26px/30px 'ubunturegular';
	 margin-bottom: 15px;
}
h4 {
	font: 18px/28px 'ubuntubold';
	text-transform: uppercase;
	letter-spacing: 4px;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}

/* Block-level */

address {
	font-style:inherit;
}
p,
.para,
.para p {
	font-size: 16px;
	line-height: 24px;
}
p {	
	margin-bottom: 25px;
}
ul li{
	list-style-type: none;
}
strong {
	font-weight: normal;
	font-family: 'varela';
	color: #80bd01;
}
sup{
	font-size: 9px;
}
i {
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  color: inherit;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

#container a:not([class]):not([href*="tel"]):not([href*="mailto"]) {
  text-decoration: underline;
  color: #574459;
}
/*************************
   Generic Site Styles
*************************/
.hide {
	display: none;
}
#container {
	padding: 0;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  /*float: none !important;*/
}
.table.page, .container{
  max-width: 1024px;
  margin: 0 auto;
	padding: 25px;
}
#inner .container {
	background-color: #fff;
}
.clear-bg {
	background-color: transparent !important;
}
main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

ul:not([class]) li {
  position: relative;
  display: block;
  padding-left: 15px;
  margin: 0;
  font-family: 'Open Sans';
}

ul:not([class]) li, ul:not([class]) li * {
  font-size: 14px !important;
}

ul:not([class]) li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3C2D3E;
  position: absolute;
  left: 0px;
  top: 9px;
}

ul:not([class]) li + li {
  margin-top: 6px;
}

img {
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.med-text {
	font-size: 20px;
	line-height: 1.4;
}

/* Text alignment */
.align-left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

/** Default Placeholder styles ***/

::-webkit-input-placeholder {
/* WebKit browsers */
  
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */

}
:-ms-input-placeholder {
/* Internet Explorer 10+ */

}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

.mobile-only {
	display: none !important;
}

.frame-contain iframe {
	position: absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}

input[type="submit"].btn {
  color: #3c2d3e;
}

input[type="submit"].btn:hover {
  color: #fff;
}

/* Site Defualt Layout */
#header {
	height: 35px;
}
#footer {
	background-color: #1B2932;
	height: 344px;
}
hr {
	border: solid 1px #80bd01;
	margin: 20px 0px;
	width: 80px;
}