
@font-face {
  font-family: 'Cabin';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Cabin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Cabin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Cabin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Cabin-700.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Cabin-700.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Cabin-700.svg#Cabin') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Cabin';
  font-weight: 700;
  font-style: italic;
  src: url('../fonts/Cabin-700italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Cabin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Cabin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Cabin-700italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Cabin-700italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Cabin-700italic.svg#Cabin') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Cabin';
  font-weight: 400;
  font-style: italic;
  src: url('../fonts/Cabin-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Cabin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/Cabin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/Cabin-italic.woff') format('woff'), /* Pretty Modern Browsers */
		url('../fonts/Cabin-italic.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('../fonts/Cabin-italic.svg#Cabin') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Cabin';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Cabin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Cabin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Cabin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Cabin-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Cabin-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Cabin-regular.svg#Cabin') format('svg'); /* Legacy iOS */
}


body {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #96afcd 62%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#96afcd 62%);
	background: linear-gradient(to bottom,  #ffffff 0%,#96afcd 62%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#96afcd',GradientType=0 );
	font-family: "Cabin", sans-serif;
}
.wrapper {
	border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.30);
    margin: 0 auto;
    max-width: 62.5em;
    overflow: hidden;
}
.branding.columns {padding: 0.625em 0.625em 1em; text-align: center;}
.phone {text-align: center;}
.phone h2 {display: inline-block;}
.social li a{font-size: 1.6em;}
.inline-list.social {float: none; margin: .625em 0; text-align: center;}
.inline-list.social > li {margin-left: 0.5em; float: none; display: inline-block;}
.inline-list.social > li .careers {
    height: 24px;
    position: relative;
    top: -4px;
}
.fa-facebook-square {color: #3B5998;}
.fa-facebook-square:hover {color: #22407F;}
.fa-youtube-square {color: #E02926;}
.fa-youtube-square:hover {color: #C7100D;}
.fa-linkedin-square {color: #1B86BC;}
.fa-linkedin-square:hover {color: #026DA3;}
.social li a.careers, a.careers:visited {background: #053d96; color: #fff; border-radius: 5px; text-decoration: none; padding:5px 10px; font-size: .913rem;}
.social li a.careers:hover, a.careers:active {background: #00247D; text-decoration: none; color: #dde6f4;} 
.topnav .row {
    background: #e9eef5;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 1px 5px -3px rgba(0, 0, 0, 0.25) inset;
    max-width: 60em;
}
.topnav .row .columns {padding: 0;}
.hero .row {
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
    padding-top: 10px;
}
.callouts .row {
	background: #fff;
}
.callouts h2 {
    font-size: 1.925rem;
}
.callouts .row .columns {
    padding: 0;
}
.callouts .panel:after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(10%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: -12px;
    width: 100%;
}
.callouts .panel {
    background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #D2DCE5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#D2DCE5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#D2DCE5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D2DCE5',GradientType=0 );
    border-radius: 0 0 7px 7px;
    float: left;
    height: auto;
    margin-bottom: 25px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    border: 2px solid #EFF4F7;
    padding: 0 0.625em;
    width: 100%;
}
.callouts .panel .columns {z-index: 999;}
.callouts .panel ul, .additional .panel ul {padding: 0; list-style-image: url("/images/icon-arrowList.png"); list-style-position: inside; border-bottom: 1px solid #e9eef3;}
.callouts .panel li {border-bottom: 1px solid #C4CFDB; padding: 7px 0;}
.callouts .panel li:nth-child(1) {border-bottom: 1px solid #D4DEE7;}
.callouts .panel li:nth-child(2) {border-top: 1px solid #fff; border-bottom: 1px solid #cad4dd;}
.callouts .panel li:nth-child(3) {border-top: 1px solid #f8fbff;}
.callouts .panel li:nth-child(4) {border-top: 1px solid #F2F5F9;}
.callouts .panel li a, .callouts .panel li a:visited,
.additional .panel li a, .additional .panel li a:visited {font-size: .813em; color: #072954;}
.callouts .panel li a:hover, .callouts .panel li a:active,
.additional .panel li a:hover, .additional .panel li a:active {color: #003496; text-decoration: none;}
.callouts .medium-6.columns:last-child h2 {width: 120%;}
.callouts .large-6.medium-4.columns {text-align: center;}
footer {
	background: #b4c9e5;
	background: -moz-linear-gradient(top,  #b4c9e5 0%, #cedcee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4c9e5), color-stop(100%,#cedcee));
	background: -webkit-linear-gradient(top,  #b4c9e5 0%,#cedcee 100%);
	background: linear-gradient(to bottom,  #b4c9e5 0%,#cedcee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c9e5', endColorstr='#cedcee',GradientType=0 );
	border-radius: 0 0 10px 10px;
	border: 5px solid #b4c9e5;
}
footer .row .row {
    padding: 0 0.625em;
}
footer h4 {
	padding-bottom: 5px;
	margin-left: .5em;
	border-bottom: 1px solid #E0EAF2;
}
footer .locations {
	border-right: 1px solid #e0eaf2;
    float: left;
    margin-bottom: 1em;
    padding: 0.25em 0.5em;}
footer .locations a, footer .locations a:visited, footer .locations a:hover, footer .locations a:active,
.copyright a, .copyright a:visited, .copyright a:hover, .copyright a:active
	{color: #053d96; font-size: .625rem;}
.copyright p {font-size: .625em; text-align: center;}

.additional {overflow: hidden;}
.additional .row {max-width: 63.75em;}

.additional .panel:after {
	background: -moz-linear-gradient(top,  rgba(150,175,205,1) 0%, rgba(150,175,205,1) 10%, rgba(150,175,205,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,175,205,1)), color-stop(10%,rgba(150,175,205,1)), color-stop(100%,rgba(150,175,205,0)));
	background: -webkit-linear-gradient(top,  rgba(150,175,205,1) 0%,rgba(150,175,205,1) 10%,rgba(150,175,205,0) 100%);
	background: linear-gradient(to bottom,  rgba(150,175,205,1) 0%,rgba(150,175,205,1) 10%,rgba(150,175,205,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96afcd', endColorstr='#0096afcd',GradientType=0 );
    content: "";
    height: 95px;
    left: 0;
    position: absolute;
    top: -8px;
    width: 100%;
}
.additional .panel {
	background: #CEDCEE;
	border-radius: 0 0 7px 7px;
	height: 282px;
	border: 2px solid #eff4f7;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.325);
	padding: 25px .625em;
}
.additional .panel li:first-child {border-top: none;}
.additional .panel li {border-top: 1px solid #e3f1fa; border-bottom: 1px solid #C4CFDB; padding: 7px 0;}
.additional h2, .additional h2 a, .additional h2 a:hover, .additional h2 a:active {
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: none;
}
.additional .panel h2, .additional .panel p, .additional .panel img, .additional .panel ul {
	position: relative; z-index: 999;
}
.additional .panel h4 {
    font-weight: 400;
    font-size: .938em;
}
.additional .panel p {
	font-size: .688em;
	line-height: 1.3;
}
.additional .panel img {
    margin-bottom: 4em;
    margin-left: -0.625em;
    padding-right: 0.625em;
}
.disclaimer p {
	color: #023966;
	font-size: .75em;
	line-height: 1.3;
}

/* INTERIOR */
.interior .wrapper > .row {
	background: #fff;
}
.interior .main p, .interior .main li {
	color: #666;
	font-size: .875em;
	line-height: 1.5;
}
/*.interior .hero {
    padding-top: .75em;
}*/
.interior .hero {
    margin: .75em 0 1rem;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 9px -4px rgba(116,140,183,1);
}
.interior .subnav a.button, .interior .subnav a.button:visited {
	background: rgb(149,167,200);
	background: -moz-linear-gradient(top,  rgba(149,167,200,1) 0%, rgba(12,55,128,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(149,167,200,1)), color-stop(100%,rgba(12,55,128,1)));
	background: -webkit-linear-gradient(top,  rgba(149,167,200,1) 0%,rgba(12,55,128,1) 100%);
	background: -o-linear-gradient(top,  rgba(149,167,200,1) 0%,rgba(12,55,128,1) 100%);
	background: -ms-linear-gradient(top,  rgba(149,167,200,1) 0%,rgba(12,55,128,1) 100%);
	background: linear-gradient(to bottom,  rgba(149,167,200,1) 0%,rgba(12,55,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95a7c8', endColorstr='#0c3780',GradientType=0 );
    border: 2px solid #bdcde0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.5em;
    padding: 15px;
    text-align: center;
    width: 100%;
    box-shadow: 0 0 5px rgba(5, 33, 82, .45) inset;
    text-shadow: 0 1px 3px rgba(5, 33, 82, 1);
    margin-bottom: 20px;
}
.interior .subnav a.button:hover, .interior .subnav a.button:active {
	background: #a99a6f;
	border: 2px solid #a99a6f;
	text-decoration: none;
}
.interior .subnav .button.small {
    font-size: 1.1em;
    padding: 15px 5px;
}
.main.no-header {padding-top: 2em;}

div.bread_crumbs {
	color:#a99a6f;
}

a.bread_crumbs, a:visited.bread_crumbs {
	font-size:14px;
	color:#a99a6f;
	font-weight:normal;
	text-decoration:none;
}

a:hover.bread_crumbs, a:active.bread_crumbs {
	color:#053d96;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Cabin", sans-serif;
}
h1 {
	color:#053d96;
	font-size:1.75em;
	font-family: 'Cabin', sans-serif;	
	margin:0px 0px 0px -2px;
	padding:8px 0px 8px;
	font-weight:700;
	line-height:30px;
}
h2 {
	font-size:1.375em;
	font-weight:600;
	color:#053d96;
	margin:0px;
	padding:8px 0px 0px;
}
h2 a, h2 a:visited {
	font-weight:600;
	color:#053d96;
	text-decoration:none;
}
h2 a:hover, h2 a:active {
	font-weight:600;
	color:#053d96;
}
h3 {
	font-size:1.125em;
	font-weight:600;
	color:#053d96;
	margin:0px;
	padding:8px 0px 0px;
}
h3 a, h3 a:visited {
	font-weight:600;
	color:#053d96;
	text-decoration:none;
}

h3 a:hover, h3 a:active {
	font-weight:600;
	color:#053d96;
}
h4, h4 a, h4 a:visited {
	font-size:1.063rem;
	font-weight:600;
	color:#053d96;
	text-decoration:none;
	margin: .25em 0 0;
}

a, a:visited {
	color:#A99A6F;
	text-decoration:none;
	font-weight:400;
}

a:hover, a:active {
	text-decoration:underline;
	font-weight:400;
}

/*Locations*/
.locations h3 {margin-bottom: 20px;}
.locations .panel a {font-weight: 600; font-size: 1.125em; display: block;}
.locations .panel a::after {
    color: #888;
    font-size: .875em;
    content: "\00BB";
    margin-left: 5px;
    opacity: 0.5;
    transition: opacity 200ms ease-in-out 0s;
}
.locations .panel span {font-weight: 600;}
.locations .panel {
    position: relative;
    background: none repeat scroll 0% 0% #F4F6F9;
    border: 3px solid #F4F6F9;
    padding: 0.875em;
    height: 145px;
    margin-bottom: 0.875em;
    transition: all 300ms ease-in-out 0s;
}
.locations .panel:hover {
	background: #fff;
	border: 3px solid #043872;
	box-shadow: 0 1px 10px rgba(0,0,0,0.25);
	transform: scale(1.125);
	-webkit-transform: scale(1.125);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.locations .panel a:hover {text-decoration: none;}
.locations .panel:hover a::after {
	content: "View \00BB";
	opacity: .875;
}
.locations .panel p {margin: 0;}

/*PAGER STYLES*/

.pagerContainer {
    height: 295px;
    width: 989px;
    margin: 0;
    padding: 0;
    position: relative;
	z-index: 0;
}

.pagerBlock {
    margin: 0 auto;
    position: relative;
}
.pagerView {
    float: left;
    position: relative;
}
.pagerWindow {
    overflow: hidden;
    position: relative;
   	height: 295px;
    width: 989px;
}
.pagerReel {
    left: 0;
    position: absolute;
    top: 0;
	height: 295px;
    width: 989px;
}
.pagerReel img {
    float: left;
}
.paging {
    height: 27px;
   /* line-height: 25px;
    padding-right: 25px;*/
    
   /* right: 0;
    text-align: right;
    width: 1000px;*/
	top:0px;
	left:50%;
	margin:330px 0px 0px 200px;
    z-index:5000;
	position: absolute;
	width:300px;
	padding:7px 8px;
}

.arrowLeft {
	background-image:url(../images/pager-arrowleft.png);
	float:left;
	width:43px;
	height:27px;
}

.arrowLeft:hover, .paging .active div.arrowLeft {
	background-image:url(../images/pager-arrowLeft-hover.png);
}

.middle {
	float:left;
	background-image:url(../images/pager-middle.png);
	background-repeat:no-repeat;
	width:36px;
	height:27px;
	margin:0px 2px;
}

.middle:hover, .paging .active div.middle {
	background-image:url(../images/pager-middle-hover.png);
}

.arrowRight {
	background-image:url(../images/pager-arrowRight.png);
	float:left;
	width:44px;
	height:27px;
}

.arrowRight:hover, .paging .active div.arrowRight {
	background-image:url(../images/pager-arrowRight-hover.png);
}
table {
	color: #666;
	font-size: .875em;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
table img {
    max-width: none;
}
table > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
	border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
table.clear > tbody > tr {
	background: none;
}
table.clear > tbody > tr > td,
table.clear > tbody > tr > th,
table.clear > tfoot > tr > td,
table.clear > tfoot > tr > th,
table.clear > thead > tr > td,
table.clear > thead > tr > th {
	border: none;

}
figure {margin: 10px;}
figcaption {
    color: #999;
    font-size: 0.75rem;
    font-style: italic;
    margin-top: 8px;
    text-align: center;
}

/*== News ==*/
.wrapper .row .row {margin: 0;}
.oneMonth .row {
	color: #666;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
    padding: 10px 0 25px;
}
.date, .title, #dirNav {color: #666;}
.main #dirNav {padding-top: 15px;}

/*--- Default Styles ---*/
.navOnlyLink { cursor: default; }
.centerTable {margin: 0 auto; text-align: center;}
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}
.imageFloatLeft {float:left; margin: 6px;}
.imageFloatRight {float:right; margin: 6px;}
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
.colors-navy {color: #000080;}
.colors-blue {color: #0000ff;}
.colors-red {color: #ff0000;}
.colors-dark-red {color: #8b0000;}
.colors-orange {color: #ffa500;}
.colors-green {color: #008000;}
.colors-dark-green {color: #006400;}
.colors-gray {color: #808080;}
.colors-dark-gray {color: #666666;}
.colors-light-gray {color: #d3d3d3;}
.newsArticles {margin: 0; padding: 0 0 0 15px;}
.newsArticles li {padding: 7px 0;}
a img {border: none;}
#qm0 a, #qm1 a {white-space:normal;}
#membersBar {float: right;}
#siteSearch {list-style-type:none; margin:0px; padding:0px;}
#siteSearch li {margin:10px 0px 10px 15px;}
#siteSearch li a.search_link {font-size: 15px;}
#siteSearch li a.search_link:hover {}
.search_file_name {color:#666666; font-size:11px; margin-top:5px;}
div#search_prev_next {text-align:center;}
div#search_prev_next a {}
div#search_prev_next a:hover {}


@media all and (min-width: 768px) and (max-width: 1024px) {
	.flexnav > li > a {
		display: table-cell;
		height: 60px;
	    line-height: 1;
	    padding: 0;
	    text-align: center;
	    vertical-align: middle;
	    width: 12.5%;
	}
}

@media all and (min-width: 640px) {
	.wrapper {border-radius: 15px 15px 10px 10px;}
	.hero .row {border-radius: 15px 15px 0 0;}
	.branding.columns {text-align: left;}
	.inline-list.social {float: right;}
	.inline-list.social > li {display: block; float: left;}
	.inline-list.social > li .careers {top: 0; height: auto;}
	.phone {text-align: right;}
	.callouts .row .columns {
	    padding: 0 .625em;
	}
	.callouts .panel:after {
		top: -8px;
		padding: 0;
	}
	.callouts .panel {
		height: 195px;
		padding:0;
	}
	footer .row .row {
	    padding: 0;
	}
	footer {background: none; border-radius: 0; border: 0;}
	footer .row {
		background: #b4c9e5;
		background: -moz-linear-gradient(top,  #b4c9e5 0%, #cedcee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4c9e5), color-stop(100%,#cedcee));
		background: -webkit-linear-gradient(top,  #b4c9e5 0%,#cedcee 100%);
		background: linear-gradient(to bottom,  #b4c9e5 0%,#cedcee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c9e5', endColorstr='#cedcee',GradientType=0 );
		border-radius: 0 0 10px 10px;
		border: 5px solid #b4c9e5;
	}
	.subnav {
		min-height: 350px;
	}
}

@media all and (min-width: 1025px) {
	.large-6.medium-4.columns img {
	    min-width: 266px;
	    position: relative;
	    right: 38px;
	}
}