@charset "utf-8";
/*-------------------------------------------------- Reset ----------------------------------------------*/
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,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	}
	
/* html5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	line-height: 1.5;
	color: #2d2d2d;
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	position:relative;
	}
	
p {
  padding: 0 0 1.5em 0;
	}

ul {
	list-style: disc outside;
	}

ul, ol {
	margin: 0 0 0 1.25em;
	padding:0 0 1.5em 0;
	}

ol li,
ul li {
	padding:0 0 .25em 0;
	}

ul li ul {
	margin: .25em 0 0 1.25em;
	list-style:circle;
	}

ol.spacedList li,
ul.spacedList li {
	padding:0 0 1.25em 0;
	}

ul.noBullets {
	list-style: none;
	margin-left:0;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h2 {
	padding:.25em 0 .5em 0;
	font-size:1.625em;
	line-height:1.3;
	}

/* general, reusable styles */
.clear {
	clear: both;
	}

.left {
	float: left;
	margin: 0 1em 1em 0;
	}

.right {
	float: right;
	margin: 0 0 1em 1em;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

a {
	text-decoration: none;
	color:#90732d;
	transition-duration: .5s;
	}

a:hover {
	color: #490303;
	}
	
.button {
	background-color:#045d49;
	color:#fff;
	border-radius:10px;
	border:none;
	cursor:pointer;
	padding:.75em 1.25em;
	line-height:1;
	text-transform:uppercase;
	font-weight:bold;	
	font-size:1em;
	}
	
.button:hover {
	background-color:#90732d;
	}

/*DROPDOWN MENU*/

#menu {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#menuMain {
	height: 48px;
	color: #fff;
	background: #2d2d2d url(../images/icons/icon-menu.png) no-repeat right;
	text-indent: -9999px;
	cursor: pointer;	
	}
	
.submenu {
	display:none;
	width: 100%;
	border-top: 1px solid #2d2d2d;  
	text-align: center;
	padding:0px;
	}

.submenu a {
	display: block;
	color : #fff;
	padding:.75em 0;
	line-height:1;
	background-color: #595959;
	}

.submenu a:hover {
	background-color: #956442;
	}
	
.logo {
	width:280px;
	height:67px;
	margin:0 auto;
	padding:2em 0;
	}
	
.logo a {
	background: url(../images/logo-mobile.png) no-repeat;
	width:280px;
	height:67px;
	display:block;
	text-indent:-9999px;		
	}
	
.billboard {
	position:relative;
	/*max-width:1500px;*/
	margin:0 auto;
	}
	
.billboard h2 {
	font-weight:bold;
	}

.billboard img {
	width:100%;
	display:none;
	}
	
.billboardText, .subPage .billboard {
	background-color:#3a3c40;
	color:#fff;
	padding:1em 5%;
	}

.subPage .billboard {
	min-height: 40px;
	padding: 20px 20px 10px 20px;
}

.billboardText a {	
	color:#f9eeae;
	}
		
.content {
	padding:2em 5%;
	max-width:1400px;
	margin:0 auto;
	}
	
footer {
	border-top:solid 1px #737373;
	padding:2em 0 4em 0;
	max-width:1400px;
	margin:0 auto;
	width:90%;
	}
	
footer nav a {
	color:#444;
	font-size:.75em;
	}

footer nav a:hover {	
	color:#90732d;
	}
	
footer ul {
	list-style:none;
	margin:0px;	
	/*text-align:center;*/
	}

footer ul li {
	display:inline;
	padding:0px 1em 0px 0px;
	}
	
.copyright {
	font-size:.75em;
	}

textarea, input[type="text"] {
	font-family: 'Raleway', sans-serif;
	font-size:1em;
	border-radius: 10px;
	padding: .625em;
	border: solid 1px #ababab;
	width: 90%;
	}
	
.contactForm label span {
	display: none;
	}
	
.contactForm textarea, 
.contactForm input[type="text"] {
	display:block;
	}
	
.contactForm label {
	padding:0 0 1em 0;
	display:block;
	clear:both;
	}
	
 h1 {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:0 5% 1em 5%;	
	font-size:.75em;
	font-style:italic;
	}
	
h1 strong {
	font-weight:normal;
	max-width:1400px;
	margin:0 auto;
	}

h1 strong:before {
	content:"This page is about: ";
	}
	
.captcha {
	padding: 0 0 .5em 0;
	}
	
aside {
	padding:1em 0 0 0;
	}

.successList li {
	padding-bottom: 20px;
}
	
/*------------------------------------------------------------------------*/	
/*-----------------------------media queries------------------------------*/
/*------------------------------------------------------------------------*/
@media screen and (min-width: 25em) { /*400 and up*/

textarea, input[type="text"] {
	width:93%;
	}

}
	
/*---------------------------------- 480 + --------------------------------------*/	
@media screen and (min-width: 30em) {

textarea, input[type="text"] {
	width:95%;
	}

}

/*---------------------------------- 640 + --------------------------------------*/	
@media screen and (min-width: 40em) { /*640 and up*/

.homePage h1 {
	padding:0 3% 1em 3%;
	}

textarea, input[type="text"] {
	width:96%;
	}

.content {
	padding:2em 3%;
	}
	
footer {
	width:94%;	
	}

.billboard img {
	display:block;
	}
	
#menu {
	text-align:center;	
	}
	
#menuMain {
	display: none;
	}
	
.submenu {
	display:inline;
	border: 0;
	}
	
.submenu a {
	color:#444;
	background-color:transparent;
	width:auto;
	display:inline;
	padding:0 1em;
	font-size:.875em;
	}
	
.submenu a:hover {
	color:#90732d;
	background-color:transparent;
	}
	
header {
	position:relative;
	padding:99px 3% 1em 3%;
	max-width:1400px;
	margin:0 auto;
	}
	
.logo {
	position:absolute;	
	top:0px;
	left:50%;
	margin-left:-140px;
	padding-top:0px;
	}

}


/*---------------------------------- 768 + --------------------------------------*/	
@media screen and (min-width: 48em) { /* 768 and up */

.billboardText {
	position:absolute;
	left:3%;
	top:0px;
	bottom:2em;
	right:45%;
	font-size:.75em;
	padding: 1em 3% 0 3%;
	background-color: rgba(58, 60, 64, 0.93);
	}
	
.billboardText p {
	padding:0 0 1em 0;	
	}
	
.mainContent {
	width:55%;
	float:left;
	}
	
aside {
	width:40%;
	float:right;
	}	
	
textarea, input[type="text"] {
	width:93%;
	}

}

/*---------------------------------- 864 + --------------------------------------*/	
@media screen and (min-width: 54em) { /* 864 and up */

.billboardText {
	font-size: .875em;	
	}
	
.mainContent {
	width: 60%;
	}
	
aside {
	width: 33%;
	}
	
.submenu a {
	font-size:1em;
	}

}

/*---------------------------------- 960 + --------------------------------------*/	

@media screen and (min-width: 60em) { /* 960 and up */

.billboardText {
	right:50%;
	}
	
.mainContent {
	width: 63%;
	}
	
aside {
	width: 30%;
	}
	
}

/*---------------------------------- 1024 + --------------------------------------*/	
@media screen and (min-width: 64em) { /* 1024 and up */

.billboardText {
	font-size:.9375em;
	right:55%;
	padding: .675em 2.5% 0 2.5%;
	}
	
.billboardText h2 {
	font-size:1.875em;
	line-height:1.2;
	}
	
.logo {
	left:3%;
	margin-left:0px;
	}
	
#menu {
	text-align:right;
	}
	
.submenu a {
	font-size:.875em;
	}
	
header {
	padding: 37px 3% 2em 3%;
	}
	
footer {
	position:relative;
	}
	
footer ul {
	text-align:right;
	}
	
.copyright {
	position:absolute;
	top:3em;
	left:0px;
	}

.homePage h1 {
	text-align:center;
	}

}

/*---------------------------------- 1200 + --------------------------------------*/	
@media screen and (min-width: 75em) { /* 1200 and up */

h2 {
	font-size: 1.875em;
	}

.billboardText {
	font-size: 1em;
	right: 63%;
	bottom: 1.5em;
	}
	
header {
	padding: 88px 3% 2.675em 3%;
	}
	
.logo {
	width:623px;
	height:150px;
	padding-bottom:25px;
	}
	
.logo a {
	width:623px;
	height:150px;
	background: url(../images/logo.png) no-repeat;
	}
	
.submenu a {
	font-size: .9375em;
	}

}

/*---------------------------------- 1300 + --------------------------------------*/	
@media screen and (min-width: 81.25em) { /* 1300 and up */

body {
	font-size:1.125em;
	}
	
.billboardText h2 {
	font-size:2.125em;
	padding: .25em 0 .375em 0;
	}
	
.billboardText p {
	font-size:.875em;
	}

}

/*---------------------------------- 1400 + --------------------------------------*/	
@media screen and (min-width: 87.5em) { /* 1400 and up */

.billboardText h2 {
	font-size:2.25em;
	}

.billboardText p {
	font-size:1em;
	}
	
.billboard .container {
	width:1400px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:50%;
	margin-left:-700px;
	}
	
.submenu a {
	font-size: 1em;
	}
	
.billboardText {
	right:66%;
	padding: .675em 2.25% 0 2.25%;
	}
	
.copyright,
footer nav a {
	font-size:.875em;
	}
	
.copyright {
	top:2.5em;
	}

}

/*---------------------------------- 1450 + --------------------------------------*/	
@media screen and (min-width: 90.625em) { /* 1450 and up */

.billboardText {
	left:0px;
	right:68%;
	}

}