@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Verdana, Univers;
	background-color: #BDDCBD;
	background-image: url(images/green-grad.png);
	background-repeat:repeat-x;
	line-height:130%;
}
h1 {
	color: #46220A;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 10px 0px;
}
h2 {
	color: #46220A;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0px 10px 0px;
}
h3 {
	color: #46220A;
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0px 10px 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #000;
}
a {
	color: #001A00;
}
a:visited {
	color: #001A00;
}
a:hover {
	color: #5872f4;
}
fieldset {
	-moz-border-radius: 8px;
	border-radius: px;
	border:2px solid #808080;
	padding: 1em;
}
legend {
	color:#404040;
}
.submit {
	background:#C3C3C3;
}
.submit:hover {
	background: #989898;
}
.container {
	/*width: 976px;
	margin-left: auto;
	margin-right: auto; */
	max-width: 976px;
	margin: auto;
}
/* BANNER AREA */
.bannerArea {
	width: 100%;/*height: 135px;*/
}
.bannerArea .container {
/*height:135px;*/
	/*background-image: url(images/fhbridge2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position:center;
	padding-bottom: 8%;*/
}
.bannernav {
	padding-top: 15px;
	padding-right: 10px;
	float: right;
	color: #112c4c;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.bannernav a {
	color: #ffffff;
	text-decoration: none;
}
.bannernav a:visited {
	color: #ffffff;
}
.bannernav a:hover {
	color: #112c4c;
	text-decoration: none;
}
.toplogo {
	padding-left: 0px;
	padding-top: 50px;
}
.toptitle {
	padding-left: 120px;
	padding-top: 10px;
}
img {
	max-width: 100%;
	height: auto;
}
* {
	box-sizing: border-box;
}
.supporters-table {
	width: 80%;
 border="0";
	margin-left: auto;
	margin-right: auto;
}
.contentArea {
	width: 100%;
}
.contentArea .container {
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #fffffc; /*off white*/
}
.contentfull {
	padding-top: 20px;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	width:100%;
}
.inner {
	float:none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FAFAFA;
	width:100%;
	border: 2px solid #D6D6D6;
	text-align: left;
}
.contentleft {
	/*max-width: 435px;*/
	width: 51%;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BDDCBD;
}
.contentright {
	/*max-width: 410px;*/
	width: 49%;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
}
/* Clear floats after the right & left columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
table.enduro {
	width: 90%;
	align: center;  
	border: 0; 
	border-spacing:0 2px;
	cellpadding: 10;
	cellspacing: 10;
}
.odd-grey tr:nth-child(odd) td {
    background: #EEE; 
}

 .imageright {
 margin-left: 5px;
 float: right;
}
.imageleft {
 margin-left: 0px;
 float: left;
}
/* FOOTER AREA */
.footerArea {
 width: 100%;
 background-color: #fffffc;
 border-top-style: solid;
 border-top-color: #BDDCBD;
 border-top-width: 4px;
}
.copyright {
 padding-left: 40px;
 padding-top: 12px;
 color: #666666;
 font-size: 12px;
 font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* CSS3 selectors to auto-append icons for certain links */
a[href$='.pdf'], a[class~='pdf'] {
 padding-right: 18px;
 background: transparent url('images/icon_pdf.gif') no-repeat center right;
}
 a[href$='.doc'], a[class~='doc'] {
 padding-right: 18px;
 background: transparent url('images/icon_doc.gif') no-repeat center right;
}
a[href$='.docx'], a[class~='docx'] {
 padding-right: 18px;
 background: transparent url('images/icon_doc.gif') no-repeat center right;
}
 a[href$='.xls'], a[class~='xls'] {
 padding-right: 18px;
 background: transparent url('images/icon_xls.gif') no-repeat center right;
}
 a[href^='mailto:'], a[class~='mailto'] {
 padding-right: 20px;
 background: transparent url('images/icon_mailto.gif') no-repeat center right;
}

.logos {
	font-size: 12px;
}

	
 @media screen and (max-width: 1200px) {
 body {
  font-size: 15px;
 line-height: 150%;
}
 .contentleft {
 padding-right: 20px;
 padding-left: 20px;
}
 .contentright {
 padding-right: 20px;
 padding-left: 20px;
}
}
@media screen and (max-width: 600px) {
 .contentleft {
 width: 100%;
 padding-right: 10px;
 padding-left: 10px;
}
 .contentright {
 width: 100%;
 padding-right: 10px;
 padding-left: 10px;
}
 .supporters-table {
 width: 100%;
}
 .inner {
 padding-left: 5px;
 padding-right: 5px;
}
 .contentfull {
 padding-left: 10px;
 padding-right: 10px;
}
 blockquote {
 margin-left: 2px;
 margin-right: 2px;
}
 table.enduro {
 width: 100%;
 margin-right: -3px;
 margin-left: -3px;
}
}
