/*MAIN.CSS*/


:root{
	font-size: 16px;
	line-height: 180%;
}



body{
    font-family: azo-sans-web, sans-serif;
	background-color: #ffffff;
    color:#002a46;
}

a{
    color:#0079c1;
}

h1, .heading {
    font-weight: 700;
    font-style: normal;
    font-size: 337.5%;
    line-height: 105%;
    margin-bottom:10px;
}

h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 162.5%;
    line-height: 105%;
    margin-top: 1em;
    margin-bottom: 0.3em;
}
h3 {
    font-weight: 500;
    font-style: normal;
    font-size: 162.5%;
    line-height: 105%;
    margin-top: 1em;
    margin-bottom: .8em;
}
h4 {
    font-weight: 500;
    font-style: normal;
    font-size: 140%;
    line-height: 105%;
    margin-top: .8em;
    margin-bottom: .5em;
}
.extralargebold{
    font-weight: 700;
    font-size: 868.75%;
    line-height: 105%;
}


#main_div {
    background-color: #ffffff;
}

.logo_img {
    margin-top: 0px;
    width: 110px;
}



.nav_div {
    color:#0079c1;
    padding-top: 2px;
    padding-bottom: 11px;
    margin-top: 0px;
    text-transform: none;
}

.nav_div a:hover, .nav_div a.at, a.subnavopen {
    background-color: transparent;
}

.nav_div a {
    margin-left: 12px;
    margin-right: 12px;
    color:#0079c1;
}

.headernavclear{
    display:none;
} 

#headerwrap_div {
    position: relative;
    background-color:#ffffff;
}
#header_div {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: none;
}
.headerfiller_div{
    display:none;
}
.mobilemenubtn {
    background-image: url("../images/mobilemenubtnbg.svg");
}

#mobileheaderwrap_div {
    padding-bottom:12px;
    background-color: #ffffff;
}
#mobilenav_div {
    background-color: transparent;
    top:12px;
}

#mobilenavsiteoverlay {
    background-color: #fff;
}
#mobilenav_div {
    height:auto !important;
    border-bottom: 1px solid #fff;
}

#mobilenav_div a {
    color: #FFF;
    background-color: #0079c1;
    border-top: 1px solid #fff;
 }

 .mobilelogo_img {
    width: 60px;
    margin-top: 12px;
}


#footerwrap_div {
    background-color: #0079c1;
}





.submitbutton, a.submitbutton{
	color:#fff;
	font-weight:400;
	background-color: #f7941d;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
}

.sectionwrap_div{
    padding-top:60px;
    padding-bottom:60px;
}
#footer_div{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footerlogo_img{
    float:left;
    width:92px;
}
.footnavwrap_div{
	float:right;
}
.footnav_div{
    margin-top: 2%;
    font-size:75%;
    line-height: 180%;
    float: right;
    width: auto;
    padding-right:10%;
}
#footer_div a{
    text-decoration:none;
}
#footer_div a:hover{
    text-decoration:underline;
}
.footnav_div p{
    padding-bottom:0px;
}
.footermain_a {
    font-weight: 400;
}
.cright_div{
    margin-top: 2%;
    clear: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
	color:#ffffff;
}
:-moz-placeholder { /* Firefox 18- */
	color:#ffffff;
}
.local_popularblock .contentinnerinner {
    border: 1px solid #ccced2;
    padding:5%;
}