@charset "utf-8";
/* CSS Document */
html,body {min-height:100%;}
body  {font:normal 15px/1.4 'Open Sans',sans-serif;letter-spacing:-0.01em;}
.mainContent {position:relative;}
.mainContent p {margin-bottom:20px;}
h1 {color:#fff;font:300 24px/1.2 'Open Sans',sans-serif;letter-spacing:-0.04em;}
.header {background:#3D4985;}
.header address {margin-top:20px;}
.header address, .header address a {color:#fff;font:500 12px/1.3 'Open Sans',sans-serif;}
.header address em {color:#DCC3C2;font-style:italic;margin-right:3px;}
.header address span:nth-of-type(1) {margin-right:10px;}
.biography {padding-top:30px;background:#fff;}
.biography2 img.hr {margin-top:25px;}
.row.form {background:#fff;padding-top:50px;padding-bottom:25px;}
h2 {color:#3D4985;font-size:24px;letter-spacing:-0.025em;}
.btn-primary {font-size:24px;font-weight:300;background:#3D4985;border:solid 1px #125;}
.btn-primary:hover {background:#125;border:solid 1px #103;}
footer {
	text-align:center;
	font:500 12px/1.25 'open sans',sans-serif;
	color:#fc7;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	color:#000;
	}
.hr {max-width:100%;}
.nav > li > a {color:#fff;}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border-color:#fff;}
	.nav > li > a:hover,
	.nav > li > a:focus {background:none;border-color:rgba(0,0,0,0);}
.nav-tabs {border-bottom:1px solid rgba(0,0,0,0);}

.successMsg {
	display:block;
	margin:30px 0 0;
	width:100%;
	border:solid 2px #3D4985;
  color: #3D4985;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: .5em .6em .6em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
	background-color:#fff;
	border-radius: 5px;
}

@media (min-width: 768px) {
	h1 {font-size:48px;line-height:1.15;}
	body  {background:url(bg-v1.jpg) no-repeat center; background-size:cover;}
	footer {
		padding-top:50px;
		height:80px;
		background:url(footer.png) no-repeat center top;
		background-size:625px;
		}
	footer strong {color:#fff;font-weight:normal;display:block;}
	footer strong a {color:#fff;text-decoration:underline;}
	.row.biography {min-height:615px;}
}

@media (min-width: 992px) {
	.nav > li > a {padding:10px 15px 30px;}
	.nav {border-color:rgba(0,0,0,0);}

	footer {background-size:86%;}
}

@media (min-width: 1200px) {
	.mainContent span.bg {
		background:url(topper.png) no-repeat center top;
		position:absolute;
		left:50%;
		margin-left:-526px;
		width:1052px;
		height:779px;
		}
	.row.form h2 {margin-left:39px;margin-bottom:25px;}
	footer {
		padding-top:100px;
		height:130px;
		background-size:auto;
		}
	footer strong {color:#fff;font-weight:normal;margin-left:10px;}
	footer strong a {color:#fff;text-decoration:underline;}
	.hr {max-width:300%;margin:0 0 0 -38px;}
}

@media (max-width: 768px) {
	body {background:#fff;}
	footer {color:#666;}
}