@import url('https://fonts.googleapis.com/css?family=Andada');

/*
copy : 6c7277
blue : 0165cc
altblue : 00334f
grey : a29891
*/

body {
	margin: 0;
	color: #6c7277;
	font-size: 17px;
	line-height: 1.5;
}

#page {
	min-width: 960px;
}

.marginwidth {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p, ul {
	margin: .5em 0;
}

h1 {
	margin: 0;
	color: #00334f;
	font-size: 62px;
	font-weight: normal;
	line-height: 1.1;
}
h2 {
	margin: .5em 0;
	color: #0165cc;
	font-size: 24.5px;
	font-weight: normal;
	line-height: 1.3;
}
h3 {
	margin: .5em 0;
	color: #0165cc;
	font-size: 19.5px;
	font-weight: normal;
	line-height: 1.3;
}
h4 {
	margin: .5em 0;
	color: #a29891;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.3;
}
h1 em,
h2 em,
h3 em {
	font-weight: bold;
	font-style: normal;
}

small {
	display: inline-block;
	line-height: 1.3;
}
img {
	vertical-align: bottom;
}
.button {
	display: inline-block;
	box-sizing: border-box;
	min-width: 130px;
	padding: 17px 22px;
	background-color: #00334f;
	color: #fff;
	font-size: 15px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.twocols {
	text-align: center;
}
.twocols > .leftcol,
.twocols > .rightcol {
	display: inline-block;
	width: 48%;
	text-align: left;
	vertical-align: top;
}
.twocols > .leftcol {
	margin-right: 1.5%;
}
.twocols > .rightcol {
	margin-left: 1.5%;
}


.questions {
	font-size: 15px;
}
.questions h3 {
	margin: 0;
	font-size: 24.5px;
	font-weight: bold;
}
.questions a {
	color: inherit;
	text-decoration: none;
}
.questions a:hover {
	text-decoration: underline;
}

ul.checklist {
	list-style-type: none;
	padding: 0;
}
ul.checklist > li {
	margin-bottom: 11px;
	padding-left: 22px;
	background-image: url('img/check.png');
	background-position: top 3px left 0;
	background-repeat: no-repeat;
	background-size: 16px;
}


#siteheader {
	padding: 22px 0;
	background-color: #00334f;
	color: #fff;
}
#siteheader .sitetitle {
	height: 52px;
	margin: 10px 0;
	padding-left: 100px;
	background-image: url('img/logo-white.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	font-size: 17px;
	font-weight: 300;
	line-height: 52px;
	text-transform: uppercase;
}
#siteheader .twocols > .leftcol,
#siteheader .twocols > .rightcol {
	vertical-align: bottom;
}
#siteheader .questions {
	text-align: right;
}
#siteheader .questions h3 {
	color: inherit;
}


#banner {
	padding: 26px 0 49px;
	background-color: #dad5cf;
	background-image: url('img/bannerbg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#banner h1 {
	margin: 0;
}
#banner .badge {
	height: 125px;
}


#main {
	padding: 70px 0 57px;
}
#main .twocols {
	background-image: url('img/vertsep.png');
	background-repeat: repeat-y;
	background-position: center;
}
#main .twocols > .leftcol,
#main .twocols > .rightcol {
	width: 42.6%;
}
#main .twocols > .leftcol {
	margin-right: 7.125%;
}
#main .twocols > .rightcol {
	margin-left: 7.125%;
}

#main h2:first-child {
	margin-top: 0;
}
#main .desc {
	font-family: Andada, serif;
}
#main .doapply {
	margin-top: 41px;
}
#main .doapply .downloadselect {
	width: 175px;
	margin-right: 2px;
}
#main .doapply .downloadbutton {
	width: 148px;
}
#main .iaffsmalltext {
	margin-top: 31px;
	padding-bottom: 11px;
}
#main .lower {
	position: relative;
	margin-top: 51px;
	padding-top: 25px;
	padding-right: 190px;
	border-top: 1px solid #a29891;
	font-size: 13px;
}
#main .iaff .lower {
	padding-top: 44px;
}
#main .lower h4:first-child {
	margin-top: 0;
}
#main .lower .button {
	display: block;
	margin-top: 11px;
	background-color: #a29891;
}
#main .lower .dlimg {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 160px;
}

#main .questions {
	margin-top: 62px;
	text-align: center;
	color: #000;
}


#sitefooter {
	padding: 40px 0;
	background-color: #eceae7;
	font-size: 13.5px;
	line-height: 1.3;
}
#sitefooter .sitetitle {
	height: 38px;
	margin-bottom: .5em;
	padding-left: 75px;
	background-image: url('img/logo-blue.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 38px;
	text-transform: uppercase;
}
#sitefooter .twocols > .leftcol,
#sitefooter .twocols > .rightcol {
	vertical-align: bottom;
}
#sitefooter .twocols > .rightcol {
	text-align: right;
}

#sitefooter ul.phonenumbers {
	padding: 0;
	list-style-type: none;
}
#sitefooter ul.phonenumbers li {
	padding: 0;
}
#sitefooter address {
	font-style: normal;
}
#sitefooter .copyright {
	margin-top: 5px;
	font-size: 12px;
}






.jsdropdown {
	position: relative;
	display: inline-block;
    padding: 17px 41px 17px 16px;
	background-image: url('img/dropdownarrow.png');
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: 16px;
    background-color: #0165cc;
    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	cursor: default;
}
.jsdropdown .placeholder {
	display: block;
}
.jsdropdown .options {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	background-color: inherit;
	list-style-type: none;
}
.jsdropdown .options li {
	padding: .5em 1em;
}
.jsdropdown .options li:hover {
	background-color: rgba(255,255,255,.2);
}

.jsdropdown.open .placeholder {
	display: block;
}
.jsdropdown.open .options {
	display: block;
}

.jsdropdown.hasvalue .placeholder {
	display: none;
	top: 0;
	left: 0;
}
.jsdropdown.hasvalue .options {
	display: block;
}












