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

/********************
	 CSS RESET 
*********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
  
/**************************
		  GLOBAL
***************************/
* {
	margin:0;
	padding:0
}
html {
	height: 100%;
	overflow-x: hidden;
}

body {
	height: auto;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	overflow-x: hidden;
	background-color: #3464d4;
}

a {
	color: #365897;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover{
	color: #2f8dcb;
}

.active a,
a.active{
	color: #cc00cc;
}

em {
	font-style:italic
}
img {
	border:none;
	outline:none;
	/*
	width: 100%;
	
	display: block;	
	*/
	max-width:100%;
	height: auto;
}







img.wp-more-tag {
	height: 16px;
}
img.alignnone {
		margin: 5px 20px 20px 0;
}

img.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
}

img.alignright, img[style*="float: right"] {
		float:right;
		margin: 5px 0 20px 20px;
}

img.alignleft, img[style*="float: left"] {
		float: left;
		margin: 5px 20px 20px 0;
}

a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
}

a img.alignnone {
		margin: 5px 20px 20px 0;
}

a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
}

a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
}

.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 3px 10px;
		text-align: center;
}

.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
		margin: 5px 0 20px 20px;
}

.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
}

.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0;
		padding: 0 4px 5px;
}








ul, li {
	list-style:none;
}
form, fieldset, input, select {
	border:none;
	background:none;
	outline:none
}
h1 {
	font-size: 44px;
	font-weight: bold;
	line-height: 48px;
}


h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 0 10px 0;
	color: #8B8D8D;
}


h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
}

h4 {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}

h5 {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

h6{
	font-size: 14px;
	font-weight: bold;
}

address {
	font-style:normal
}
strong , b{
	font-weight: bold;
}

i, em{
	font-style: italic;
}
.clear {
	clear:both;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	height:auto !important;
	width:auto !important;
}
object, embed{
outline: none;
}

.hide,
.mobile-only,
.print-only {
	display:none;
}


sup, sub {
position: relative;
top: -0.4em;
vertical-align: baseline;
font-size: 9px;
}

sub {
top: 0.4em;
}


/*************************
		  FORM
*************************/	
textarea {
	
}
input {
	border: 1px solid #000;
}
select {
	border: 1px solid #000;
}
select option {
	
}

.ui-select{
	width: 100%
}

/* This is to remove the arrow of select element in IE */
select::-ms-expand {	display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}

/**********************
	Container Styles
**********************/
section {
	position: relative;
}

.siteCenter {
	margin: 0 auto;
	position: relative;
	width: 980px;
	min-width: 980px;
	padding: 0 10px;
}

#mainContent{
	min-height: 400px;
	background: #f0f0f0;
	padding: 20px 0;
}

.siteCenter > .left,
#bodyWrapper > .left {
	float: left;
	width: 241px;
	padding: 0;
	position: relative;	
	overflow: hidden;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.siteCenter > .right,
#bodyWrapper > .right {
	float: right;
	width: 734px;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.siteCenter > .left.border-left,
#bodyWrapper > .left.border-left,
#bodyWrapper > .right.border-left,
#bodyWrapper > .right.border-left,
.border-left {
	border-left: 1px solid #ffffff;
}

.siteCenter > .left.border-right,
#bodyWrapper > .left.border-right,
#bodyWrapper > .right.border-right,
#bodyWrapper > .right.border-right,
.border-right {
	border-right: 1px solid #ffffff;
}

#background {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -999;
	background-image: url(../images/bg_abstract.jpg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

/**********************
	Header Styles
**********************/

header{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 530px;
	border-bottom: 1px solid #ffffff;
	z-index: 20;
}

header .left,
header .right,
header .border-left {
	min-height: 530px;
}

header .siteCenter .border-left {
	border-left: 1px solid #ffffff;
}

header .siteCenter .border-right {
	border-right: 1px solid #ffffff;
}

#siteSearch{
	float: right;
}

.navigation li {
	margin: 0;
	padding: 0;
}

.navigation li a:link,
.navigation li a:visited {
	display: block;
	padding: 1px 0 1px 30px;
	text-transform: lowercase;
	color: #ffffff;
	font-size: 17px;
	line-height: 27px;
	font-family: 'Source Sans Pro', Helvetice, Arial, san-serif;
}

.navigation li a:hover,
.navigation li a:active {
	/*color: rgb(205,139,19);*/
	color: #74BC7D;
}

.navigation li.active a {
	color: #ffffff;
	background-image: url("../images/icon_bar.png");
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-color: transparent;
}

.ua-ie .navigation li.active a,
.ua-safari .navigation li.active a {
	background-image: url("../images/icons_sprite.png");
	background-position: 0 9px;
}

header #mainNav {
	width: 100%;
	position: absolute;
	top: 166px;
}

header #secondaryNav {
	position: absolute;
	top: 410px;
}

#headerOverlay {
	/*border-top: 1px solid #ffffff;*/
	/*border-bottom: 1px solid #ffffff;*/
	/*background-color: rgba(0,0,0,.25);*/
	height: 130px;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#headerOverlay .left,
#headerOverlay .right {
	height: 130px;
	min-height: 130px;
}

#headerOverlay #logoWrapper {
	position: absolute;
	width: 1000px;
	top: 0;
	left: -749px;
}

#headerOverlay #logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 85px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzI5NDg4YyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzI5NDg4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTQ4OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(41,72,140,0) 1%, rgba(41,72,140,1) 15%, rgba(41,72,140,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(41,72,140,0)), color-stop(15%,rgba(41,72,140,1)), color-stop(100%,rgba(41,72,140,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(41,72,140,0) 1%,rgba(41,72,140,1) 15%,rgba(41,72,140,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(41,72,140,0) 1%,rgba(41,72,140,1) 15%,rgba(41,72,140,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(41,72,140,0) 1%,rgba(41,72,140,1) 15%,rgba(41,72,140,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(41,72,140,0) 1%,rgba(41,72,140,1) 15%,rgba(41,72,140,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0029488c', endColorstr='#29488c',GradientType=1 ); /* IE6-8 */
}

#headerOverlay #logo a {
	position: absolute;
	display: block;
	height: 85px;
	width: 243px;
	top: 0;
	right: 0;
}

#headerOverlay #logo img {
	padding: 25px 0 0 25px;
	width: 85%;
}

#headerOverlay #tagline {
	position: absolute;
	top: 85px;
	right: 0;
	width: 100%;
	height: 45px;
	text-align: right;
	padding-right: 13px;
	background-color: rgb(47,141,203);
}

#headerOverlay #tagline span {
	padding: 5px 0 0 29px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
	font-family: 'Source Sans Pro', Helvetice, Arial, san-serif;
	letter-spacing: 1px;
	color: #fff;	
}


#siteSearch {
	position: absolute;
	top: 25px;
	right: 10px;
	text-align: right;
	z-index: 110;
}

#siteSearch a#search-toggle {
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	height: 56px;
	width: 56px;
	border-radius: 30px;
	border:2px solid #fff;
	cursor: pointer;
	background: transparent url(../images/search.svg) 0 0 no-repeat;
	background-size: 32px;
    background-position: 54% 45%;
}

#siteSearch a span {
	display: none;
}

#siteSearchForm input.siteSearchSubmit {
	float: right;
	border: none;
	height: 56px;
	width: 56px;
	border-radius: 30px;
	border:2px solid #fff;
	cursor: pointer;
	background: transparent url(../images/search.svg) 0 0 no-repeat;
	background-size: 32px;
    background-position: 54% 45%;
    text-indent: 100px;
    overflow: hidden;
}

#siteSearch .siteSearchInput {
    background-color: rgba(255,255,255,.85);
    border: none;
    font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
    color: #000000;
    font-size: 13px;
    padding: 2px 2px 2px 6px;
    width: 150px;
    margin: 13px 5px 0 0;
    border: none;
}

#headerBackground {
	position: absolute;
	top: -531px;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 530px;
	overflow: hidden;
	z-index: 5;
}

#headerColorBlock {
	background-color: rgba(12,29,67,.6);
	min-height: 530px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 747px;
	z-index: -5;
}

/**********************
	Footer Styles
**********************/
footer{
	padding: 30px 0 60px 0;
	color: #ffffff;
	font-size: 13px;
	border-top: 1px solid #ffffff;
}

#footerLogo {
	opacity: .2;
	padding: 0 0 15px 0;
}

#footerLogo img {
	height: 60px;
	width: auto;
}

#footerNav {
	float: left;
	margin-right: 30px;
	height: 15px;
}

#footerNav ul {
	margin: 0;
	padding: 0;
}

#footerNav ul > li {
	float: left;
	margin-right: 15px;
	padding: 0 0 3px 0;
}

#footerNav li a {
	color: #ffffff;
}

#footerNav li a:hover {
	color: #74BC4D;
}

#footerNav li.active {
	border-bottom: 1px solid #FFFFFF;
}

#copyright {
	float: left;
	height: 30px;
}

footer #socialMediaNav {
	height: 26px;
	float: right;
	margin: -10px 0 0 0;
}

footer #socialMediaNav ul li {
	display: block;
	float: left;
	height: 28px;
	width: 35px;
	background-repeat: no-repeat;
	background-image: url(../images/icons_social_footer.svg);
	margin-right: 8px;
	background-position: 0px 0px;
	background-size: 310px auto;
}


.ua-safari footer #socialMediaNav ul li {
	background-image: url(../images/icons_social_footer.png);
	background-size: 126px 209px;	
}

footer #socialMediaNav ul li.twitter {
	background-position: 0 -113px;
}

.ua-ie footer #socialMediaNav ul li.twitter,
.ua-safari footer #socialMediaNav ul li.twitter {
	background-position: 0 -110px;
}

footer #socialMediaNav ul li.facebook {
	background-position: 9px 3px;
}

.ua-ie footer #socialMediaNav ul li.facebook,
.ua-safari footer #socialMediaNav ul li.facebook {
	background-position: 9px 0;
}

footer #socialMediaNav ul li.linkedin {
	background-position: 0px -49px;
}

footer #socialMediaNav ul li.google\+ {
	background-position: -2px -180px;
}


footer #socialMediaNav ul li a {
	display: block;
	height: 25px;
	width: 35px;
}

footer #socialMediaNav ul li span {
	display: none;
}

/**********************
	Content Styles
**********************/
section {
	min-height: 400px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNjY1ZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRmNjY1ZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzRmNjY1ZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjY2NWYiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(79,102,95,0) 0%, rgba(79,102,95,0) 50%, rgba(79,102,95,0.35) 51%, rgba(79,102,95,0.35) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(79,102,95,0)), color-stop(50%,rgba(79,102,95,0)), color-stop(51%,rgba(79,102,95,0.35)), color-stop(100%,rgba(79,102,95,0.35))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(79,102,95,0) 0%,rgba(79,102,95,0) 50%,rgba(79,102,95,0.35) 51%,rgba(79,102,95,0.35) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(79,102,95,0) 0%,rgba(79,102,95,0) 50%,rgba(79,102,95,0.35) 51%,rgba(79,102,95,0.35) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(79,102,95,0) 0%,rgba(79,102,95,0) 50%,rgba(79,102,95,0.35) 51%,rgba(79,102,95,0.35) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(79,102,95,0) 0%,rgba(79,102,95,0) 50%,rgba(79,102,95,0.35) 51%,rgba(79,102,95,0.35) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f665f', endColorstr='#594f665f',GradientType=1 ); /* IE6-8 */
	position: relative;
}
section:before
{
	position: absolute;
	content:'';
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	background: #1D405F;
	opacity: .84;
	margin-left: -489px;
}
@media only screen and (max-width: 1010px) {
	section:before
	{
		left: 10px;
		margin-left: 0;
	}
}

section #bodyWrapper {
	border-left: 1px solid white;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmNjY1ZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzRmNjY1ZiIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjY2NWYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(79,102,95,0.35) 0%, rgba(79,102,95,0.35) 51%, rgba(79,102,95,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(79,102,95,0.35)), color-stop(51%,rgba(79,102,95,0.35)), color-stop(100%,rgba(79,102,95,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(79,102,95,0.35) 0%,rgba(79,102,95,0.35) 51%,rgba(79,102,95,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(79,102,95,0.35) 0%,rgba(79,102,95,0.35) 51%,rgba(79,102,95,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(79,102,95,0.35) 0%,rgba(79,102,95,0.35) 51%,rgba(79,102,95,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(79,102,95,0.35) 0%,rgba(79,102,95,0.35) 51%,rgba(79,102,95,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#594f665f', endColorstr='#004f665f',GradientType=1 ); /* IE6-8 */
	overflow: hidden;
	position: relative;
	background: none;
}

#bodyWrapper > .left{
	width: 239px;
	background-color: transparent;
}

#bodyWrapper > .right {
    width: 736px;
	background: url(../images/bg_bodyContent.png);
	background-repeat: repeat-y;
	margin-bottom: -1000px;
	padding-bottom: 1000px;	
}

section #bodyWrapper > .left {
	background-color: transparent;
	min-height: 400px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

section > .siteCenter > .left {
	min-height: 400px;
	background-color: rgba(79,102,95,.35);
	font-size: 15px;
	line-height: 17px;
	text-transform: lowercase;
	color: #ffffff;
}

section > .siteCenter > .left > div > h6,
section #bodyWrapper > .left > div > h6 {
	color: #ffffff;
	font-size: 16px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	text-transform: lowercase;
	margin: 0 0 9px 0;
	font-weight: normal;	
}

section > .siteCenter > .right,
section #bodyWrapper > .right {
	min-height: 400px;
}

section > .siteCenter > .left > div,
section #bodyWrapper > .left > div {
	padding: 0 20px 15px 30px;
}

section > .siteCenter > .left > div:first-child,
section #bodyWrapper .left > div:first-child {
	padding-top: 30px;
}

section > .siteCenter > .left > div ul li,
section #bodyWrapper .left > div ul li {
	margin-bottom: 10px;
}

section > .siteCenter > .left > div ul li ul,
section #bodyWrapper .left > div ul li ul {
	margin: 10px 0 0 15px;
	display: none;
}

section > .siteCenter > .left > div ul li ul li,
section #bodyWrapper .left > div ul li ul li {
}

ul.serviceList span.toggleController {
	cursor: pointer;
	padding: 3px;
	margin: 0 0 0 3px;
}



section > .siteCenter > .left a:link,
section > .siteCenter > .left a:visited,
#bodyWrapper > .left a:link,
#bodyWrapper > .left a:visited {
	color: #ffffff;
}

section > .siteCenter > .left a:hover,
section > .siteCenter > .left a:active,
section > .siteCenter > .left a.active,
#bodyWrapper > .left a:hover,
#bodyWrapper > .left a:active,
#bodyWrapper > .left a.active {
	color: #74bc7d;
}

section > .siteCenter > .left a.active,
#bodyWrapper > .left a.active {
	color: #0d2980;
}



.mainContent {
	float: left;
	padding: 30px 25px 50px 35px;
	background-color: #ffffff;
	min-height: 320px;
	width: 500px;
	overflow: hidden;
}

.narrative table {
	width: 100% !important;
	height: auto !important;
	border: none !important;
	border-collapse: collapse;
}

.narrative table td {
	padding: 5px !important;
	border: 1px solid #aaa !important;
	vertical-align: top;
}

/******************************************/
/*News Detail main content adjustments*/
/******************************************/

.mainContent.newsDetail {
	padding: 35px 25px 50px 35px;
}

.narrative.newsDetail h1 {
	margin-bottom: 5px;
}

.narrative.newsDetail h2 {
	margin-bottom: 2px;
}

.narrative.newsDetail #contentHeader {
	margin-bottom: 30px;
}

.narrative.newsDetail #contentHeader p {
	margin-bottom: 2px;
}

/******************************************/
/* Main content Narratives
/******************************************/
.narrative {
	font-size: 16px;
	line-height: 1.4em;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-weight: 400;
	color: #1b1916;
	clear: left;
}

.narrative ul {
	margin: 0 0 15px 13px;
}

.narrative ul li {
	list-style: disc outside;
	margin-bottom: 5px;
}

.narrative ul ul {
	margin-left: 14px;
}

.narrative ul ul li {
	list-style: circle;
}

.narrative ol {
	margin: 0 0 15px 13px;
}

.narrative ol li {
	list-style: decimal;
	margin-bottom: 5px;
}

.narrative p {
	margin-bottom: 15px;
}
/*
#overview.narrative img {
	margin: 0 20px 10px 0;
	height: auto !important;
	width: 25% !important;
}
*/
#overview.narrative .thumbnailWrapper img {
	width: 125px !important;
	height: 125px !important;
}

#careersDetail #overview.narrative img {
	float: left !important;
	width: 15% !important;
	height: auto;
}


#titleBar {
	position: absolute;
	left: 289px;
	top: -265px;
	transform:translateY(-50%);
	z-index: 10;
	/*max-height: 130px;*/
	overflow: hidden;
	/*white-space: nowrap;*/
	right: 0;
}

#titleBar h1,
#titleBar h4 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#titleBar h6, #titleBar h2 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 75px;
	font-weight: normal;
	letter-spacing: -1.5px;
	line-height: normal;
}

#titleBar.reverse
{
	display: flex;
	flex-direction: column-reverse;
}
#titleBar.reverse h2
{
	font-size: 30px;
	letter-spacing: 0;
	line-height: 30px;
}
#titleBar.reverse h1
{
	font-size: 75px;
	letter-spacing: -1.5px;
	line-height: normal;
}

.narrative h1 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	color: #3B6181;
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 10px;
}

.narrative h2 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-size: 27px;
	font-weight: normal;
	line-height: 29px;
	margin: 0 0 10px 0;
	color: #27458d;
}

.narrative h3 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	color: #27458d;
	margin: 0 0 15px 0;
}

.narrative h4 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px 0;	
	color: #2F8DCB;
}

.narrative h5 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #27458d;
}

.narrative h6 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;	
	line-height: 22px;
	color: #000000;
}

.narrative h1.contact {
	font-size: 22px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	padding: 0 40px 0 0;
	margin: 0 0 30px 0;
	background: transparent url(../images/icons_sprite.svg) 126px -195px no-repeat;
}

.narrative h1.contact a {
	display: block;
}

#contentHeader {
	margin: 0 0 40px 0;
	font-size: 22px;
	line-height: 28px;
	color: #8B8D8D;
}

#contentHeader p {
	margin: 0 0 5px 0;
}

#contentHeader span {
	color: #2FABCC;
}

.mainContent #subnav {
	margin: -29px 0 0 -34px;
	height: 85px;
	width: 559px;
}

.mainContent #subnav ul {
	margin: 0;
	height: 85px;
	list-style: none;
}

.mainContent #subnav ul li {
	height: 85px;
	float: left;
	width: 49.8%;
	list-style: none;
	text-align: center;
	margin: 0 0 30px 2px;
	background-color: #CBCBCB;
	text-transform: lowercase;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-size: 18px;
	overflow: hidden;
}

.mainContent #subnav ul li.thirds {
	width: 33%;
}

.mainContent #subnav ul li.fourths {
	width: 24.7%;
}


.mainContent #subnav ul li:hover,
.mainContent #subnav ul li.active {
	background-color: #A26909;
}



.mainContent #subnav ul li:first-child {
	margin-left: 0;
}

.mainContent #subnav ul li span {
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 13%;
}

.mainContent #subnav ul li.thirds span {
	width: 18%;
}

.mainContent #subnav a {
	display: block;
	padding: 35px 0;
	color: #1D405F;
}
.mainContent #subnav ul li.active a {
	color:#fff;
}

.mainContent #subnav a.multi-line {
	padding: 25px 0;
}

.mainContent #directions,
.mainContent #services,
.mainContent #representative,
.mainContent #news.narrative,
.mainContent #outside,
.mainContent #history,
.mainContent #philosphy,
.mainContent #today {
	display: none;
}

.mainContent p.spacer {
	min-height: 45px;
}

ul.newsList {
	list-style: none;
	margin: 0 0 20px 0;
}

ul.newsList > li {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 7px 0 0 0;
	font-size: 15px;
	border-top: 1px solid #cccccc;
}

ul.newsList > li:first-child {
	margin: 0;
	padding: 0;
	border-top: none;
}

ul.newsList > li > span {
	display: block;
	color: #2FABCC;
}

ul.newsList a:link,
ul.newsList a:visited {
	color: #3b6181;
}

ul.newsList a:hover,
ul.newsList a:active {
	color: #1B1916;
}

#bodyWrapper > .left > h1,
#bodyWrapper > .left > h2 {
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	color: #ffffff;
	margin: 20px 0 25px 20px;
}

.pagination {
	float: right;
	margin: 0 0 0 15px;
}

.pagination li a:link,
.pagination li a:visited {
	border: 1px solid #67849d;
	font-size: 12px;
	padding: 1px 4px;
	line-height: 1.5em;
}

.pagination li.active a,
.pagination li a:hover,
.pagination li a:active {
	background-color: grey;	
	color: #ffffff;
}


/**********************
	Mega Menus
**********************/
#megaMenus {
	z-index: 100;
}
.megaMenu {
	position: absolute;
	top: 0;
	left: 253px;
	z-index: 100;
	background-color: rgba(39,70,142,.97);
	padding: 20px 30px;
	width: 676px;
	color: #CBCBCB;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	font-size: 14px;
}

.megaMenu > div.col1 {
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
}
	
.megaMenu > div.col2 {
	float: right;
	width: 48%;
	margin: 0;
	padding: 0;
}

.megaMenu ul {
	list-style: none;
	margin: 0;
}

.megaMenu ul li {
	list-style: none;
	margin: 0 0 20px 0;
	clear: left;
}


.megaMenu .thumbnailWrapper {
	height:125px;
	width: 125px;
	margin: 0 15px 20px 0;
	float: left;
	background-color: rgba(0,0,0,.15);
}

.megaMenu .thumbnailWrapper img {
	height: 125px;
	width: 125px;
}

.megaMenu .thumbnailWrapper a{
	display: block;
	height: 125px;
	width: 125px;
}

.megaMenu h5 {
	font-family: 'Source Sans Pro', Helvetice, Arial, san-serif;
	font-size: 22px;
	line-height: 18px;
	font-weight: 300;
	margin: 0 0 8px 0;
}

.megaMenu h5 a {
	color: #ffffff;
}

#bioMenu {
	padding-top: 55px;
}

#bioMenu > .alphaSearch ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}

#bioMenu > .alphaSearch ul li {
	clear: none;
	float: left;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	text-transform: lowercase;
	font-size: 36px;
	list-style: none;
	color: #3B6181;
	margin: 0 0 0 8.2px;
}

#bioMenu > .alphaSearch ul li:first-child {
	margin-left: 0;
}

#bioMenu > .alphaSearch ul li a:link,
#bioMenu > .alphaSearch ul li a:visited {
	color: #ffffff;
}

#bioMenu > .alphaSearch ul li a:hover,
#bioMenu > .alphaSearch ul li a:active {
	color: #CD8B13;
}

#bioMenu > #megaSearchForm {
	margin: 10px 0 0 0;
}

#bioMenu > #megaSearchForm .col1 {
	float: left;
	width: 49%;
}

#bioMenu > #megaSearchForm .col2 {
	float: right;
	width: 49%;
}

#bioMenu > #megaSearchForm fieldset,
#bioMenu > #megaSearchForm .fieldset {
	clear: both;
	display: block;
	margin: 0 0 12px 0;
}

#bioMenu > #megaSearchForm input {
	border: 1px solid #3B6181;
	font-size: 17px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	color: #555;
	background-color: #ffffff;
	height: 39px;
	padding: 0 0 0 10px;
	width: 322px;
}

#bioMenu > #megaSearchForm a.viewall:link,
#bioMenu > #megaSearchForm a.viewall:visited {
	border: none;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	color: #CD8B13;	
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	margin: 5px 0 5px 616px;
	width: 100px;
}

#bioMenu > #megaSearchForm a.viewall:hover,
#bioMenu > #megaSearchForm a.viewall:active {
	color: #ffffff;
}

#bioMenu > #megaSearchForm fieldset.dropdown,
#bioMenu > #megaSearchForm .fieldset.dropdown {
	height: 39px;
	border: 1px solid #3B6181;
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
	position: relative;	
}

#bioMenu > #megaSearchForm fieldset.dropdown:after,
#bioMenu > #megaSearchForm .fieldset.dropdown:after {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 35px;
	height: 39px;
	background: transparent url(../images/icons_arrows.svg) 6px -43px no-repeat;
}	

#bioMenu > #megaSearchForm .screen-reader-text {
	color:#000;
}
#bioMenu > #megaSearchForm select {
	border: none;
	color: #555;	
	width: 100%;
	cursor: pointer;
   	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	font-size: 17px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	padding: 11px 35px 10px 8px;
	position: relative;
	z-index: 2;	
}

#bioMenu > #megaSearchForm input.submit {
	color: #000;
	font-size: 18px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	background-color: #74bc4d;
	cursor: pointer;
	text-transform: lowercase;
	border: none;
	width: 48%;
	float: right;
}

#bioMenu > #megaSearchForm input.submit:hover {
	background-color: #2F8DCB;
}

#bioMenu > #megaSearchForm input.reset {
	color: #555;
	font-size: 18px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	background-color: #cbcbcb;
	cursor: pointer;
	text-transform: lowercase;
	border: none;	
	width: 48%;
	float: left;
}

#megaMenus a.bottomLink:link,
#megaMenus a.bottomLink:visited {
	padding-left: 5px;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 16px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;	
}

#megaMenus a.bottomLink:hover,
#megaMenus a.bottomLink:active {
	color: #74bc4d;
}

#bioMenu a.bottomLink span,
#officeMenu a.bottomLink span {
	color: #74bc4d;
}

#headerBackground:after
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.4);
}





.search-results article
{
	margin-bottom: 30px;
}
.search-results article a
{
	text-decoration: none;
}
.search-results article h2
{
	font-size: 25px;
	color: #3b6181;
	margin:0;
}
.search-results article p
{
	color: #8B8D8D;
}
.search-results article .type
{
	color: #8B8D8D;
}

.bottom-form-callout
{
	background:#A26909;
	padding: 25px;
	color:#fff;
	margin: 30px -25px -50px -35px;
}
.bottom-form-callout h2
{
	line-height: 1.1em;
	font-size: 27px;
	margin:0 0 6px 0;
	color:#fff;
}
.bottom-form-callout p
{
	line-height: 1.4em;
	font-size: 15px;
	margin:0;
	color:#fff;
}
.bottom-form-callout button
{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;
	outline:0;
	cursor:pointer;
	background: #26498E;
	display: inline-block;
	margin-top: 16px;
	padding: 11px 21px;
	color:#fff;
	font-size: 15px;
	line-height: 1.2em;
}
.bottom-form-popup
{
	position: relative;
	margin: 0 auto;
	max-width: 356px;
	box-sizing: content-box;
	padding: 73px 92px 60px 73px;
	background:#fff;
	box-shadow: 0 2px 18px 0 rgba(0,0,0,0.3);
}
.bottom-form-popup h2
{
	line-height: 1.1em;
	font-size: 27px;
	margin:0 0 6px 0;
	color:#1B1916;
}
.bottom-form-popup p
{
	line-height: 1.4em;
	font-size: 15px;
	margin:0;
	color:#1B1916;
}
.bottom-form-popup .af-form
{
	margin-top: 26px;
}
#body .bottom-form-popup .af-form .af-body input
{
	border:1px solid #ccc!important;
}
.bottom-form-popup .af-form
{
	box-shadow: none!important;
	border-radius: 0!important;
}


.mfp-close {
	font-size: 30px;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-bg
{
	z-index: 10042;
	background:#fff;
}
.mfp-wrap
{
	z-index: 10043;
}
.search-filter
{
	display: block;
	margin-bottom: 20px;
}
.search-filter label
{
	float: right;
}
.search-filter select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: none;
	font-size: 12px;
	font-family: 'Questrial', 'Helvetica', Arial, sans-serif;
	color: #8B8D8D;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 166% -54px;
	background-image: url(../images/icons_arrows.svg);
	border: 1px solid #3B6181;
	background-color: #ffffff;
	padding: 2px 5px;
	width: 160px;
}

.screen-reader-text
{
	color:#000;
	border: 0;
	background:#fff;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

@media only screen 
	and (min-width: 769px) {
	.screen-reader-text-desktop
	{
		color:#000;
		border: 0;
		background:#fff;
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute !important;
		width: 1px;
		word-wrap: normal !important;
	}
}