@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #5b5a5a;
	background-color: #ffffff;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 2.15vw;
	line-height:1.2;
	color: #054264;
	margin: 0; 
	padding: 0;
	font-weight:700;
}

paragraph {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.15vw;
	line-height:1.2;
	color: #054264;
	margin: 0; 
	padding: 0;
	font-weight:700;
}


h2 {
	font-weight: 500;
}

h3 {
	color: #0d6086;
}

blockquote {
	font-family: Georgia, serif !important;
}

a.branding {
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 1%;
}

a.top_nav {
	text-decoration: none;
	color: #ffffff;
	font-family: "Raleway", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

a.top_nav:hover {
	text-decoration: underline;
	color: #2a84a9;
}

a.footer {
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
}

a.address {
	color: #ffffff;
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
}

a.footer2 {
	color: #ffffff;
	text-decoration: none;
}
a.footer2:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.white {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}

#main {
	width: 100%;
}

#header {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 175;
	background-color: #0d6086;
	font-family: "Raleway", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

#header_contents, #footer_contents, #bottom_bar_contents {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 12%;
	color: #2a83a8;
	font-weight: 700;
	position: relative;
	font-size: 1vw;
	margin-left: 5%;
	margin-top: 4px;
}

#top_navigation {
	float: right;
	width: 20%;
	margin-right: 5%;
	margin-top: 0;
	font-size: .9vw;
	padding-bottom: 1vw;
}

#navigation {
	float: left;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	margin-right: 4%;
	margin-left: 28%;
	font-size: 1.0vw;
	color: #ffffff;
	position: relative;
	z-index: 1000;
}

#dl-menu {
	display: none;
}

div#ccm-highlighter, div.ccm-menu-hotspot-active {
	z-index: 1500 !important;
}

#slider {
	clear: both;
	width: 100%;
	position: relative;
	margin-top: 4vw;
	z-index: 100;
}

#slider_overlay {
	width: 100%;
	text-decoration: none;
	position: relative;
	margin-top: 30vw;
	z-index: 1700;
    text-shadow: 2px 2px #333333;
}

#copy {
	clear: both;
	position: relative;
	z-index: 74;
	margin-top: 10vw;
	padding-left: 20%;
	padding-right: 20%;
	/*padding-top: 7%;*/
	padding-bottom: 7%;
	background-size: 100%;
	background-repeat: no-repeat;
	font-family: 'Open Sans', 'Lato', sans-serif;
	color: #000000;
	/*height: 38vw;*/
	font-size: 1.1vw;
}

#copy h1 {
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	font-size: 2.5vw;
}

#copy h2 {
	font-family: 'PT Serif', serif;
	font-size: 2.0vw;
	font-style: italic;
	font-weight: 700;
}

#copy paragraph {
	font-family: 'Open Sans', 'Lato', sans-serif;
	font-size: 1.2vw;
	font-weight: 700;
}


#promos {
	position: relative;
	width: 100%;
	clear: both;
}

#promo1 {
	float: left;
	width: 23vw;
	margin-left: 10vw;
	padding-bottom: 2vw;
}

#promo2 {
	float: left;
	width: 23vw;
	margin-left: 5vw;
	padding-bottom: 2vw;
}

#promo3 {
	float: left;
	width: 23vw;
	margin-left: 5vw;
	padding-bottom: 2vw;
}


#footer_top {
	clear: both;
	position: relative;
	top: .4vw;
	z-index: 73;
}

#footer {
	width: 90%;
	color: #ffffff;
	padding-left: 5%;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 1vw;
	overflow: hidden;
	background-color:#0d6086;
}

#address {
	float: left;
	text-decoration-color: #ffffff;
}

#subscribebox {
	color: #ffffff;
	float: left;
	margin-left: 17vw;
	margin-top: -1vw;
	margin-bottom: 1vw;
	text-transform: uppercase;
}

#branding {
	float: right;
	font-size: .8vw;
}



#bottom_bar {
	clear: both;
	position: fixed;
	z-index: 78;
	bottom: 0;
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	background-color: #478caf;
	overflow: hidden;
	font-size: 1vw;
	color: #ffffff;
}
