/* FONTS, RESET & GRID SETUP */
 @font-face {
	 font-family: 'flexslider-icon';
	src: url('../fonts/flexslider-icon.eot');
	src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	 font-family: 'Gotham-Light';
	src: url('../fonts/Gotham-Light.eot');
	src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/Gotham-Light.woff') format('woff'),url('../fonts/Gotham-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	 font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/Gotham-Medium.woff') format('woff'),url('../fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	 font-family: 'GothamNarrow-Medium';
	src: url('../fonts/GothamNarrow-Medium.eot');
	src: url('../fonts/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/GothamNarrow-Medium.woff') format('woff'),url('../fonts/GothamNarrow-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	 font-family: 'GothamNarrow-Bold';
	src: url('../fonts/GothamNarrow-Bold.eot');
	src: url('../fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/GothamNarrow-Bold.woff') format('woff'),url('../fonts/GothamNarrow-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	 font-family: 'GothamNarrow-Black';
	src: url('../fonts/GothamNarrow-Black.eot');
	src: url('../fonts/GothamNarrow-Black.eot?#iefix') format('embedded-opentype'),url('../fonts/GothamNarrow-Black.woff') format('woff'),url('../fonts/GothamNarrow-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	 font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Gotham-Bold.woff') format('woff'),url('../fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	 font-family: 'GothamNarrow-Book';
	src: url('../fonts/GothamNarrow-Book.eot');
	src: url('../fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),url('../fonts/GothamNarrow-Book.woff') format('woff'),url('../fonts/GothamNarrow-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 *{
	 box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
 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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
 caption,
 article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	 border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	 display: block;
}
 body{
	 line-height: 1;
}
 blockquote, q{
	 quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after{
	 content: '';
	content: none;
}
p a {
    color: blue;
    text-decoration: underline !important;
}
 table{
	 border-collapse: collapse;
	border-spacing: 0;
}
 input:focus,select:focus,textarea:focus,button:focus {
	 outline: none;
}
strong {
    font-family: 'Gotham-Bold';
}
em {
    font-style: italic;
}
/* Main container */
 #mainWrapper{
	 position:relative;
}
 .wrapper{
	 margin: 0 auto;
	max-width: 1220px;
	padding: 0 10px;
}
 .wrapper:after{
	 content:"";
	display:block;
	clear:both;
}
 .one-row{
	 clear: both;
	padding: 0px;
}
 .one-row:after{
	 content:"";
	display:block;
	clear:both;
}
/* Common Columns */
 .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{
	 float: left;
	margin: 0 3% 0 0;
}
 .col1:last-child, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .col7:last-child, .col8:last-child, .col9:last-child, .col10:last-child, .col11:last-child, .col12 {
	 margin: 0;
}
 .col1{
	 width: 5.5%;
}
 .col2{
	 width: 14%;
}
 .col3{
	 width: 22.5%;
}
 .col4{
	 width: 31%;
}
 .col5{
	 width: 39.5%;
}
 .col6{
	 width: 48%;
}
 .col7{
	 width: 56.5%;
}
 .col8{
	 width: 65%;
}
 .col9{
	 width: 73.5%;
}
 .col10{
	 width: 82%;
}
 .col11{
	 width: 90.5%;
}
 .col12{
	 width: 100%;
	 margin: 0;
}
 .last{
	 margin-right:0;
}
 .colContainer:after{
	 content:"";
	display:block;
	clear:both;
}
 img{
	 border:none;
	height:auto;
	max-width:100%;
}
 @media screen and (max-width: 580px) {
	 .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		 float: none;
		width: 100%;
	}
}
/*END FONTS, RESET & GRID SETUP*/
/*GLOBAL ELEMENTS*/
 h1{
	 font-family: 'Gotham-Bold';
	font-size:2.625rem;
	text-transform: uppercase;
	color: #007398;
	margin-bottom:20px;
	 line-height: 2.625rem;
}
 h2{
	 font-family: 'Gotham-Bold';
	font-weight:400;
	font-size:2rem;
	color:#5d676f;
	text-transform: uppercase;
	 line-height: 2rem;
}
 h3{
	 font-family: 'Gotham-Bold';
	font-size:1.25rem;
	color:#5d676f;
	text-transform: uppercase;
	margin:10px 0;
	 line-height: 2rem;
}
 h4{
	 font-family: 'Gotham-Bold';
	font-size:1.125rem;
	color:#5d676f;
	text-transform: uppercase;
	margin:10px 0;
	 line-height: 1.125rem;
}
 h5{
	 font-family: 'Gotham-Bold';
	font-size:.875rem;
	color:#007298;
	margin:10px 0;
	 line-height: .875rem;
}
 p, ul, ol, td, th{
	 color:#405c6e;
	font-family: 'GothamNarrow-Book', sans-serif;
	font-size:1rem;
}
 p,
 li {
	 line-height:1.4rem;
}
 ul.linkList li{
	 list-style: none;
	margin-bottom:15px;
}
 p > strong, th{
	 font-weight:bold;
	text-transform: uppercase;
}
 .blue{
	 color:#007298;
}
 .green{
	 color:#497c2b;
}
 .orange{
	 color:#da3228;
}
 .purple{
	 color:#642b81;
}
 .full-only{
	 display:block;
}
 .full-only-inline{
	 display:inline-block;
}
 .mob-only{
	 display:none;
}
 .mob-only-inline{
	 display:none;
}
 .floatLeft{
	 float:left;
}
 .floatRight{
	 float:right;
}
 .wrapper .wrapper{
	 padding:10px;
}
 hr.divider{
	 margin:30px 0;
	border:0;
	height:0;
	border-top:1px #bcbdc0 solid;
}
 hr.moreDivider{
	 margin:30px 0 5px 0;
	border:0;
	height:0;
	border-top:1px #bcbdc0 solid;
}
 .italicQuote{
	 display:block;
	font-family:georgia, serif;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
	font-size:1.25rem;
	margin-bottom:15px;
}
 .wysiwyg-content a, a:visited{
	 color:#132a4f;
}
 a.btnSml{
	 display:inline-block;
	font-family: 'Gotham-Bold';
	font-size:.875rem;
	margin:10px 0 15px 0;
	padding:0;
	background:none;
	text-transform: none;
	text-align:left;
	border:none;
	text-decoration: underline;
	color:#132a4f;
}
 a.btnSml:after{
	 content:">";
	display:inline-block;
	margin-left:5px;
}
 a.btnSml:hover{
	 color:#da3228;
}
 a.btnLrg, button.btnLrg, a.iconBtn{
	 cursor:pointer;
	display:inline-block;
	font-family: 'Gotham-Bold', sans-serif;
	text-align:center;
	border-radius:0px;
	padding:15px 20px;
	margin: 15px 0 15px 0;
	text-decoration:none;
	text-transform: uppercase;
	min-width:180px;
	color: #00769B !important;
    border: 2px solid #00769B;
    background: #ffffff;
}
 .col12 a.btnLrg, button.btnLrg{
	 min-width:250px;
}
 a.iconBtn{
	 width:auto;
}
 a.iconBtn:after{
	 content:"\f08e";
	font-family:"FontAwesome";
	display:inline-block;
	margin-left:10px;
}
 button.btnLrg{
	 background:none;
	display:block;
	margin:20px 0px;
}
 a.btnLrg:hover, button.btnLrg:hover{
	color: #fff !important;
    border: 2px solid #00769B;
    background: #00769B !important;
}
 .whiteSubHead{
	 font-family: 'Gotham-Light';
	color: #ffffff;
	font-size: 2.5vw;
	color:#ffffff;
	text-transform: uppercase;
	display:block;
	margin:10px 0;
}
 .whiteHeadline {
	 font-family: 'GothamNarrow-Medium';
	font-size: 5.63vw;
	color: #ffffff;
	line-height: inherit;
}
 a.iconBtn:hover, a.iconBtn:hover > span {
	color: #fff !important;
    border: 2px solid #00769B;
    background: #00769B;
}
 .dateMarker{
	 display:block;
	float:left;
	width:22%;
	padding:5px 0;
	background:#007398;
	margin-right:1%;
	text-align: center;
}
 .dateMarker .month{
	 font-size:1.5rem;
	font-family: 'GothamNarrow-Book', sans-serif;
	display:block;
	margin-bottom:3px;
	color:#ffffff;
	letter-spacing: .5px 
}
 .dateMarker .day{
	 font-size:3.5rem;
	font-family: 'Gotham-Bold', sans-serif;
	display:block;
	color:#ffffff;
}
 .learnMore{
	 display:block;
	font-family: 'GothamNarrow-Bold', sans-serif;
	font-size:1.25rem;
	text-align: left;
	text-decoration: underline;
	margin-left: 5px;
}
 .learnMore:hover{
	 color:#132a4f;
}
 .backToTop {
	 position: fixed;
	 bottom: 30px;
	 right: 30px;
	 opacity: 0.5;
	 background: #f0f0f0;
	 border-radius:50%;
	padding: 20px;
	 color: #007298;
	 z-index: 20;
}
 .backToTop:hover{
	 background: #ffffff;
	opacity:.8;
}
 #topLink {
	 display: none;
}
 #topLink em {
	 box-shadow: 0px 0px 6px #000000;
}
 #topLink span{
	 display:none;
}
 #topLink.show{
	 display:block;
}
 .animated {
	 -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 .fadeInDown {
	 -webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @keyframes fadeInDown {
	 from {
		 opacity: 0;
		-webkit-transform: translate3d(0, -200px, 0);
		transform: translate3d(0, -200px, 0);
	}
	 to {
		 opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
/*END GLOBAL ELEMENTS*/
/*FLEXSLIDER*/
@media(max-width: 1000px) {
    .flex-control-nav {
        display: none !important;
    }
}
 .flex-container a:hover, .flex-slider a:hover {
	 outline: none;
}
 .slides,.slides > li, .flex-control-nav, .flex-direction-nav {
	 margin: 0;
	padding: 0;
	list-style: none;
	max-height: 700px;
}
 ul.slides:after {
	 content: "";
	clear: both;
	display: block;
}
 .slide {
	 height: 700px;
}
 .flex-pauseplay span {
	 text-transform: capitalize;
}
 .flexslider {
	 margin: 0;
	padding: 0;
}
 .flexslider .slides > li {
	 display: none;
	-webkit-backface-visibility: hidden;
}
 .flexslider .slides img {
	 width: 100%;
	display: block;
	max-width:none;
}
 .flexslider .slides:after {
	 content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 html[xmlns] .flexslider .slides {
	 display: block;
}
 * html .flexslider .slides {
	 height: 1%;
}
 .no-js .flexslider .slides > li:first-child {
	 display: block;
}
 .flexslider {
	 margin: 0;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 .flexslider .slides {
}
 .flexslider .slides img {
	 height: auto;
	-moz-user-select: none;
}
 .flex-viewport {
	 max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
 .loading .flex-viewport {
	 max-height: 300px;
}
 .carousel li {
	 margin-right: 5px;
}
 .flex-direction-nav {
	 height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	/* line-height: normal; */
}
 .flex-direction-nav a {
	 text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(255,255,255, 0.8);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
 .flex-direction-nav a:before {
	 font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(255,255,255, 0.8);
	text-shadow: 1px 1px 0 rgba(0,0,0, 0.3);
}
 .flex-direction-nav a.flex-next:before {
	 content: '\f002';
}
 .flex-direction-nav .flex-prev {
	 left: 2%;
}
 .flex-direction-nav .flex-next {
	 right: 2%;
	text-align: right;
}
 .flexslider:hover .flex-direction-nav .flex-prev {
	 opacity: 0.7;
	left: 10px;
}
 .flexslider:hover .flex-direction-nav .flex-prev:hover {
	 opacity: 1;
}
 .flexslider:hover .flex-direction-nav .flex-next {
	 opacity: 0.7;
	right: 10px;
}
 .flexslider:hover .flex-direction-nav .flex-next:hover {
	 opacity: 1;
}
 .flex-direction-nav .flex-disabled {
	 opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
 .flex-pauseplay a {
	 display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
 .flex-pauseplay a:before {
	 font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
 .flex-pauseplay a:hover {
	 opacity: 1;
}
 .flex-pauseplay a.flex-play:before {
	 content: '\f003';
}
 .flex-control-nav {
	 display:none;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
 .flex-control-nav li {
	 margin: 0 6px;
	display: inline-block;
	display: inline;
}
 .flex-control-paging li a {
	 width: 11px;
	height: 11px;
	display: inline-block;
	background: rgba(46, 130, 125, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
 .flex-control-paging li a:hover {
	 background: #2e827d;
}
 .flex-control-paging li a.flex-active {
	 background: #000;
	background: rgba(46, 130, 125, 0.8);
	cursor: default;
}
 .flex-control-thumbs {
	 margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
 .flex-control-thumbs li {
	 width: 25%;
	float: left;
	margin: 0;
}
 .flex-control-thumbs img {
	 width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
 .flex-control-thumbs img:hover {
	 opacity: 1;
}
 .flex-control-thumbs .flex-active {
	 opacity: 1;
	cursor: default;
}
/*END FLEXSLIDER*/
/*ALERT MESSAGE AREA*/
 .alert{
	 position:relative;
	padding: 10px 0 10px 0;
	background:#132A4F; /*updated from #ff0000 to brand color march 2020 diane skyland*/
	color:#ffffff;
	text-align: center;
	z-index: 99999;
}
 .alert i{
	 vertical-align: middle;
}
 .alert span.alertBox{
	 display:inline-block;
	font-family: 'Gotham-Bold';
	border:none;
	padding:0px;
	margin:0px;
}
 .alert span.alertMessage{
	font-family: Gotham-Bold !important;
}
 .alert span.alertLink a{
	 color:#ffffff;
	font-family: 'Gotham-Bold';
}
 .alert .disabled{
	 display:none;
}
 .alert i.off{
	 display:none;
}
 .alert .alertToggle{
	 position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
}
 .alert .alertToggle i {
	 right: 5px;
	top: 5px;
	position: absolute;
}
/*END ALERT MESSAGE AREA*/
/*MOBILE MENU*/
 #mobileHeader{
	 display:none;
}
/*END MOBILE MENU*/
/*UTILITY NAV*/
 .utilityNav{
	 z-index:10;
	height:35px;
	position: relative;
	background: #007298;
	 background: -moz-linear-gradient(left, #007298 0%, #007298 79%, #405c6e 79%, #405c6e 79%);
	 background: -webkit-linear-gradient(left, #007298 0%,#007298 79%,#405c6e 79%,#405c6e 79%);
	 background: linear-gradient(to right, #007298 0%,#007298 79%,#405c6e 79%,#405c6e 79%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#002f7a',GradientType=1 );
	*/
}
 .utilityNav:after{
	 content:"";
	display:block;
	clear:both;
}
 .utilityNav .utilityLinks{
	 height:100%;
	float:left;
	width:75%;
	text-align:left;
	padding-right:25px;
}
 .utilityNav .utilityLinks ul.utNav{
	 margin-top:0;
	margin-left:0;
	line-height:1rem;
}
 .utilityNav .utilityLinks ul li{
	 display:inline-block;
	padding:10px;
	font-size:.8em;
	height:35px;
}
 .utilityNav .utilityLinks ul li:hover{
	 background: #00698f;
}
 .utilityNav .utilityLinks ul li a{
	 font-family: 'GothamNarrow-Book', sans-serif;
	font-size:1rem;
	color:#ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
 .utilityNav .utilityLinks ul li:hover a{
	 font-family: 'GothamNarrow-Medium', sans-serif;
}
 .utilityNav .utilitySearch{
	 position:relative;
	height:35px;
	float:right;
	width:25%;
	background:#405c6e;
	padding-left:2px;
}

 .utilityNav .utilitySearch ul li{
	 display:inline-block;
	margin:15px;
	font-size:.8em;
	font-family:verdana, arial, sans-serif;
}
 .utilityNav .utilitySearch ul li a, .utilityNav .utilitySearch ul li label{
	 font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#bcbdc0;
	text-decoration: none;
}
 .utilityNav .utilitySearch ul li label i{
	 margin-left:10px;
}
 .utilityNav .utilitySearch .searchBox {
	 height: 36px;
	margin-top: 2px;
}
 .utilityNav .utilitySearch .searchBox input {
	 height: 31px;
	width: 80%;
	padding: 5px;
	border: 0;
	float: left;
}
 .utilityNav .utilitySearch .searchBox button {
	 height:31px;
	width:20%;
	padding:5px;
	background: #ffffff;
	border: 0;
	text-align: right;
	cursor: pointer;
	line-height:19px;
	float: left;
}
 .utilityNav .utilitySearch .searchBox button span{
	 display:none;
}
 .utilityNav .utilitySearch .searchBox button i{
	 color: #405c6e;
	font-size: 1.25rem;
	line-height: 13px;
}
 .utilityNav .utilitySearch ul li input[type=checkbox]{
	 display: none;
}
 .utilityNav .utilitySearch ul li input[type=checkbox]:checked ~ label{
	 color:#8aac53;
}
 .utilityNav .utilitySearch ul li input[type=checkbox]:checked ~ label:after{
	 font-family:'FontAwesome';
	content:"\f00d";
	position:absolute;
	right:20px;
	top:60px;
	z-index:30;
	color:#ffffff;
}
 .utilityNav .utilitySearch ul li input[type=checkbox]:checked ~ .searchMenu {
	 display: block;
	z-index: 10;
}
 .utilityNav .utilitySearch ul li .searchMenu{
	 display:none;
	background:rgba(0,47,122,.94);
	position:absolute;
	left:0;
	top:44px;
	width:100%;
	min-height:500px;
	color:#ffffff;
	padding:35px 25px 10px 25px;
}
 .utilityNav .utilitySearch ul li .searchMenu h3{
	 font-size:1.5em;
	margin-bottom:5px;
	color:#bcbdc0;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	text-transform: none;
}
 .utilityNav .utilitySearch ul li .searchMenu input{
	 background:#bcbdc0;
	 padding:10px 10px 10px 5px;
	border:none;
	border-radius:4px;
	height:40px;
	width:100%;
	margin:15px 0px;
}
 .utilityNav .utilitySearch ul li .searchMenu input::-webkit-input-placeholder{
	 color: #2a2a2a;
	font-family: 'FontAwesome', sans-serif;
	font-weight:700;
}
 .utilityNav .utilitySearch ul li .searchMenu input:-moz-placeholder{
	 color: #2a2a2a;
	font-family: 'FontAwesome', sans-serif;
	font-weight:700;
}
 .utilityNav .utilitySearch ul li .searchMenu input::-moz-placeholder{
	 color: #2a2a2a;
	font-family: 'FontAwesome', sans-serif;
	font-weight:700;
}
 .utilityNav .utilitySearch ul li .searchMenu input:-ms-input-placeholder{
	 color: #2a2a2a;
	font-family: 'FontAwesome', sans-serif;
	font-weight:700;
}
 .utilityNav .utilitySearch ul li .searchMenu .subSearch{
	 margin-top:30px;
}
 .utilityNav .utilitySearch ul li .searchMenu .subSearch ul{
	 margin-top:25px;
}
 .utilityNav .utilitySearch ul li .searchMenu .subSearch ul li{
	 display:block;
	font-size:1rem;
	margin:25px 0;
	font-weight:400;
}
 .utilityNav .utilitySearch ul li .searchMenu .subSearch ul li a{
	 color:#ffffff;
}
 .utilityNav .utilitySearch ul li .searchMenu .subSearch ul li a:hover{
	 color:#8aac53;
}
/*END UTILITY NAV*/
/*HEADER AREA*/
 header{
	 height: 97px;
	padding:7px 0;
	margin:0 auto;
}
 header .headerLogo{
	 z-index: 2;
	 position: relative;
	 padding:4px 0;
	 align-items: center;
	 display: flex;
	 height: 100%;
}

 header .headerLogo img{
	 width: 225px;
}

 header .headerNav{
	position: absolute;
	right: 15%;
	 z-index: 10;
}

 header .headerNav nav{
	margin-top:15px;
}

 header nav ul li{
	 display:inline-block;
	font-family: 'GothamNarrow-Medium';
	text-transform: uppercase;
	cursor:pointer;
	color:#50748a;
	position:relative;
	padding:20px 15px;
	margin:10px 0;
	font-size:1.25em;
}
/* media query added for nav items responsiveness (brad) */
/* Media queries added for more responsiveness (brad) */
/* custom responsiveness added for logo and logo padding (brad) */ 
@media(max-width: 1800px) {
	header .headerNav{
		right: 13%;
	}
}
@media(max-width: 1600px) {
	header .headerNav{
		right: 7%;
	}
}
@media(max-width: 1400px) {
	header .headerLogo {
		padding: 5px 10px;
	}

	header .headerNav{
		right: 4%;
	}
}
@media(max-width: 1200px) {
	header .headerLogo img {
		width: 190px;
	}

	header nav ul li {
		padding: 20px 10px;
	}
}

 header nav ul li:hover {
	 color: #007298;
	font-family: 'GothamNarrow-Bold';
}
 header nav ul li a{
	 font-family: 'GothamNarrow-Medium';
	color:#132a4f;
	text-decoration: none;
	text-transform: uppercase;
}
 header nav ul li:hover > a{
	 color:#007298;
	font-family: 'GothamNarrow-Bold';
}
 header nav ul li:hover > ul{
	 display:block;
}
 header nav ul li ul{
	 display:none;
	position:absolute;
	width:185px;
	text-align:center;
	padding-top: 5px;
	margin-top: 20px;
	margin-left: -35%;
	line-height: 1.25rem;
}

/* nth-child added to center dropdowns (brad) */
header nav ul li:nth-child(2) ul{
 margin-left: -30%;
}

header nav ul li:nth-child(3) ul{
	margin-left: -20%;
}

header nav ul li:nth-child(4) ul{
	margin-left: -25%;
}

header nav ul li:nth-child(5) ul{
	margin-left: -2%;
}


 header nav ul li ul:empty{
	 display:none!important;
}
 header nav ul li ul:after {
	content: url('../images/nav-graphic2.png');
	width:100%;
	display:block;
	margin-top:-1px;
}
 header nav ul li ul li{
	 display:block;
	padding: 2px 20px;
	font-size:1em;
	margin:0;
	background:#fff;
}
 header nav ul li ul li:after{
	 content:"\25cb";
	display:block;
	color: #50748a;
	font-size: .8rem;
	margin-top:4px;
}
 header nav ul li ul li:last-child:after{
	 content:"";
}
 header nav ul li ul li a{
	 text-transform:none;
	font-size:1rem;
	font-family: 'GothamNarrow-Book', sans-serif;
	text-transform: uppercase;
}
 .landing header, .interior header{
	 background: #ffffff;
	position:relative;
}
 .landing header nav ul li a, .interior header nav ul li a{
	 color:#002f7a;
}
 .landing header nav ul li:hover, .interior header nav ul li:hover{
	 background:rgba(255,255,255,.94);
}
 .landing header nav ul li:hover > a, .interior header nav ul li:hover > a{
	 color:#8aac53;
	font-family: 'GothamNarrow-Bold';
}
 .landing header nav ul li ul, .interior header nav ul li ul{
	 background:#ffffff;
}
/*END HEADER AREA*/
/*STICKY HEADER AREA*/
 #stickyHeader{
	 position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:100;
	width:100%;
	background: #007298;
}
 #anchorBar{
	 display:block;
	position:relative;
	z-index:10;
	width:100%;
	background: #007298;
	padding:5px 0px;
}
 #stickyHeader:after, #anchorBar:after{
	 content:"";
	display:block;
	clear:both;
}
 #stickyHeader .stickyMain, #anchorBar .stickyMain{
	 height:100%;
	width:100%;
	text-align:left;
}
 #stickyHeader .stickyMain ul li, #anchorBar .stickyMain ul li{
	 float:left;
	font-size:.8em;
	width:15%;
	text-align:center;
	height: 100%;
	position:relative;
	margin-top: 0px;
	padding: 0 15px;
	display: table;
}
 #stickyHeader .stickyMain ul, #anchorBar .stickyMain ul{
	 height:65px;
}
 #stickyHeader .stickyMain ul li:first-child, #anchorBar .stickyMain ul li:first-child{
	 width:10%;
	border-left:none;
}
 #stickyHeader .stickyMain ul li:nth-child(2), #anchorBar .stickyMain ul li:nth-child(2){
	 border-left:none;
}
 #stickyHeader .stickyMain ul li img, #anchorBar .stickyMain ul li img{
	 max-width:50px;
}
 #stickyHeader .stickyMain ul li a, #anchorBar .stickyMain ul li a, #anchorBar .stickyMain label.anchorTrigger{
	 font-family: 'GothamNarrow-Book';
	font-size:1.25rem;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
 #stickyHeader .stickyMain ul li:hover a, #anchorBar .stickyMain ul li:hover a{
	 text-decoration: underline;
}
 #stickyHeader .stickyMain ul li:after, #anchorBar .stickyMain ul li:after{
	 content:"\25cb";
	display:block;
	color: #FFFFFF;
	font-size: .8rem;
	position:absolute;
	right:0;
	top:26px;
}
 #stickyHeader .stickyMain ul li:first-child:after, #stickyHeader .stickyMain ul li:last-child:after, #anchorBar .stickyMain ul li:last-child:after, #anchorBar .stickyMain ul li:first-child:after{
	 content:"";
}
 #anchorBar .stickyMain label.anchorTrigger{
	 width:100%;
	display:block;
	position:relative;
	text-align: left;
	cursor: pointer;
}
 #anchorBar .stickyMain label.anchorTrigger:after{
	 content:"\f0d7";
	font-family: 'FontAwesome';
	position:absolute;
	right:25px;
	top:10px;
	color:#ffffff;
}
 #anchorBar .stickyMain input:checked + label.anchorTrigger:after{
	 content:"\f0d8";
	font-family: 'FontAwesome';
}
 #anchorBar .stickyMain input#accTrigger, #anchorBar .stickyMain label.anchorTrigger{
	 display:none;
}
 #anchorBar .stickyMain label img{
	 display: inline-block;
	max-width: 35px;
	vertical-align: middle;
	margin-right:5px;
}
/*END STICKY HEADER AREA*/
/*HOME HERO SLIDER*/
 .homeImpact {
	max-height: 77vh;
	overflow-y: hidden;
	position: relative;
	width: 100%;
}

.homeImpact .content {
	height: 100%;
	position: absolute;
	width: 100%;
}

.homeImpact .slides {
  height: 100%;
  left: 0;
  position:absolute;
  top: 0;
  width: 100%;
}

 .homeImpact .slides li{
	 position:relative;
}
 .homeImpact .overlay{
	 position:absolute;
	width:auto;
	background: rgba(85, 86, 90,.6);
	padding:35px 20px;
}
 .homeImpact .overlay span.headline{
	 display:block;
	font-family: 'GothamNarrow-Medium';
	line-height: 1;
	color:#ffffff;
	text-transform: uppercase;
	font-size:3.9vw;
}
 .homeImpact .overlay a.subhead{
	 display:inline-block;
	font-family: 'GothamNarrow-Medium';
	text-decoration: none;
	color:#f2cd13;
	font-size:2vw;
	margin-top:20px;
}
 .homeImpact .overlay a.subhead:hover{
	 text-decoration: underline;
}
 .homeImpact .overlay.bottom-left{
	 bottom:10%;
	left:2%;
	position: absolute;
}
 .homeImpact .overlay.bottom-right{
	 bottom:10%;
	right:2%;
	text-align: right;
	position: absolute;
}
 .homeImpact .overlay.top-left{
	 top:10%;
	left:2%;
	position: absolute;
}
 .homeImpact .overlay.top-right{
	 top:10%;
	right:2%;
	text-align:right;
	position: absolute;
}
 .videoControls{
	 position:absolute;
	top:60px;
	right:20px;
	z-index:2;
}
 #play-pause{
	 font-size:3em;
	color:#ffffff;
	text-shadow:0px 2px 3px #000000;
	opacity:.15;
}
 .gradBg{
	 position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:radial-gradient(transparent, rgba(0,0,0,0.4)) fixed;
	background-size: cover;
	z-index:3;
}
/*END HOME HERO SLIDER*/
/*HOME STUDY SECTION*/
 section#study{
	 background:#ffffff;
	min-height:400px;
	text-align:center;
	background-position-x: 50%!important;
}
 section#study .wrapper{
	 padding:60px 30px;
}
 section#study .col6.studyCol{
	 text-align:left;
	margin-top:30px;
}
 section#study .col6.studyCol:after{
	 content:"";
	display:block;
	clear:both;
}
 section#study .col6.studyCol div{
	 position:relative;
	text-align: center;
}
 section#study .col6.studyCol .buttonRow{
	 text-align:left;
}
 section#study .col6.studyCol .subHead{
	 font-family: 'Gotham-Bold';
	font-size:1.5rem;
	font-weight:700;
	color:#50748a;
	text-transform: uppercase;
	display:block;
	margin:10px 0;
}
 section#study .col6.studyCol div > a{
	 text-decoration: none;
}
 section#study .col6.studyCol .studyIcon {
	 width: 100%;
	max-width: 150px;
}
 section#study .col6.studyCol .studyIcon:hover + h3, section#study .col6.studyCol div > a:hover{
	 text-decoration: underline;
	color:#007298;
}
 section#study .col6.studyCol .col12{
	 margin-top:30px;
}
 section#study .col6.studyCol div > a:hover{
	 text-decoration: none;
	color:#da3228;
}
/*END HOME STUDY SECTION*/
/*HOME EXPERIENCE SECTION*/
/* NEW XP SECTIION STYLES */
.xp-wrap {
  height: auto;
}
.xp-wrap .left-wrap {
  height: 40rem;
}
.xp-wrap .left-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xp-wrap .left-wrap .content-wrap .sub-head {
  font-family: "Gotham-Light", sans-serif;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}
.xp-wrap .left-wrap .content-wrap .main-head {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 5rem;
  line-height: 1;
  text-transform: uppercase;
}
.xp-wrap .left-wrap .content-wrap .panel-btn {
  background: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 2rem;
  padding: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}
.xp-wrap .right-wrap {
  height: 40rem;
}
.xp-wrap .right-wrap .top .content-wrap .title-wrap,
.xp-wrap .right-wrap .bottom .content-wrap .title-wrap {
  padding: 0 1.5rem;
}
.xp-wrap .right-wrap .top .content-wrap .title-wrap .panel-title,
.xp-wrap .right-wrap .bottom .content-wrap .title-wrap .panel-title {
  border-radius: 0.25rem;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.xp-wrap .right-wrap .top .content-wrap .panel-flip,
.xp-wrap .right-wrap .bottom .content-wrap .panel-flip {
  padding: 0 1.5rem;
}
.xp-wrap .right-wrap .top .content-wrap .panel-flip .title,
.xp-wrap .right-wrap .bottom .content-wrap .panel-flip .title {
  font-family: "GothamNarrow-Black", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.xp-wrap .right-wrap .top .content-wrap .panel-flip .desc,
.xp-wrap .right-wrap .bottom .content-wrap .panel-flip .desc {
  font-family: "Gotham-Medium", sans-serif;
}
@media (max-width: 992px) {
  .xp-wrap .left-wrap {
    height: 25rem;
  }
  .xp-wrap .left-wrap .content-wrap .sub-head {
    font-size: 1.35rem;
  }
  .xp-wrap .left-wrap .content-wrap .main-head {
    font-size: 3rem;
  }
  .xp-wrap .left-wrap .content-wrap .panel-btn {
    font-size: 1.2rem;
  }
  .xp-wrap .right-wrap {
    height: 30rem;
  }
  .xp-wrap .right-wrap .top .content-wrap .title-wrap,
  .xp-wrap .right-wrap .bottom .content-wrap .title-wrap {
    padding: 0 1rem;
  }
  .xp-wrap .right-wrap .top .content-wrap .title-wrap .panel-title,
  .xp-wrap .right-wrap .bottom .content-wrap .title-wrap .panel-title {
    border-radius: 0.15rem;
    font-size: 1.2rem;
    padding: 0.75rem;
  }
  .xp-wrap .right-wrap .top .content-wrap .panel-flip,
  .xp-wrap .right-wrap .bottom .content-wrap .panel-flip {
    padding: 0 1rem;
  }
  .xp-wrap .right-wrap .top .content-wrap .panel-flip .title,
  .xp-wrap .right-wrap .bottom .content-wrap .panel-flip .title {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=core.css.map */


/* OLD XP SECTION STYLES */
 section#experience{
	 background-position-x: 50%!important;
	min-height: 650px;
}
 section#experience .mainBox{
	 width:56.25%;
	min-height: 650px;
	margin:0;
	padding:10% 0 0 80px;
}
 section#experience .mainBox h1{
	 font-family: 'GothamNarrow-Medium';
	font-size:5.63vw;
	color:#ffffff;
	line-height: 3.5rem;
}
 section#experience .mainBox a.btnLrg{
	 width: 28%;
	max-width: 275px;
}
 section#experience .secBox{
	 width:43.75%;
	min-height: 650px;
	margin:0;
	padding:0;
	padding-top: 0;
}
 section#experience .secBox:last-child{
	 padding:0;
}
 section#experience .secBox .col6{
	 width:50%;
	 margin:0;
	padding:0px;
	min-height:325px;
	position:relative;
}
 section#experience .secBox .col12{
	 width:100%;
	 margin:0;
	padding:0px;
	min-height:325px;
	position:relative;
}
 section#experience .col6.smallBox h3{
	 font-size:2vw;
	padding:20px;
	color:#ffffff;
	border:5px solid #ffffff;
	text-align: center;
	width: 70%;
	max-height: 150px;
	margin: 95px 15%;
	line-height:1em;
}
 section#experience .col12.smallBox h3{
	 font-size:2vw;
	padding:25px;
	color:#ffffff;
	border:5px solid #ffffff;
	text-align: center;
	width: 60%;
	max-height: 150px;
	margin: 100px 20%;
}
 section#experience .col6.smallBox a, section#experience .col12.smallBox a{
	 text-decoration: none;
}
 section#experience .smallBox:hover h3{
	 display:none;
}
 section#experience .smallBox:hover > .over, section#experience .smallBox:hover > a .over, section#experience .smallBox:focus > .over, section#experience .smallBox:focus > a .over{
	 display:block;
}
 section#experience .smallBox .over{
	 display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	text-align: center;
	padding: 100px 25px;
}
 section#experience .smallBox .over span.statHead{
	 font-family: 'GothamNarrow-Black';
	font-size:2.75vw;
	color:#ffffff;
}
 section#experience .smallBox .over p.statBody{
	 font-family: 'GothamNarrow-Bold';
	font-size:1.25rem;
	color:#ffffff;
}
 section#experience .smallBox .over a.statLink, section#experience .smallBox .over span.statLink{
	 font-family: 'Gotham-Medium';
	font-size:1rem;
	display:block;
	color:#ffffff;
	text-decoration:underline;
	margin-top:10px;
}
 section#experience .col12.smallBox .over a.statLink, section#experience .col12.smallBox .over span.statLink{
	 font-size:1.25rem;
}
 section#experience .col12.smallBox .over a.statLink i, section#experience .col12.smallBox .over span.statLink i{
	 font-size:2.5rem;
	vertical-align: middle;
}
 section#experience .col12.smallBox .over span.statLink i{
	 position:relative;
	color:#ffffff;
	width:auto;
	height:auto;
}
 section#experience .smallBox .over a.statLink:hover, section#experience .smallBox .over span.statLink:hover{
	 color:#cdcfd0;
}
 section#experience .col6.studyCol:after{
	 content:"";
	display:block;
	clear:both;
}
 section#experience .col6.studyCol div{
	 position:relative;
	text-align: center;
}
 section#experience .col6.studyCol .buttonRow{
	 text-align:left;
}
 section#experience .col6 .subHead{
	 font-family: 'Gotham-Light';
	font-size:2.5vw;
	color:#ffffff;
	text-transform: uppercase;
	display:block;
	margin: 5px 0 10px 0;
	letter-spacing: -1px;
}
 section#experience .col6.studyCol div > a{
	 text-decoration: none;
}
 section#experience .col6.studyCol .studyIcon {
	 width: 100%;
	max-width: 150px;
}
 section#experience .col6.studyCol .studyIcon:hover + a{
	 text-decoration: underline;
	color:#007298;
}
 section#experience .col6.studyCol .col12{
	 margin-top:30px;
}
/*END HOME EXPERIENCE SECTION*/
/*HOME ADMISSIONS/PLAN SECTION*/
 section#admissions{
	 position:relative;
	padding:75px 0 20px 0;
	min-height:400px;
}
 section#admissions .subHead{
	 font-family: 'Gotham-Bold';
	font-size:1.5rem;
	color:#50748a;
	text-transform: uppercase;
	display:block;
	margin:15px 0;
}
 section#admissions .col6 .col4{
	 border-right:1px solid #002f7a;
	padding:15px;
}
 section#admissions .col6 .col4:last-child{
	 border-right:none;
}
 section#admissions .col6 .col4 p{
	 text-align: center;
	color:#9ac5d4;
}
 section#admissions .buttonRow{
	 margin:5px 0;
}
 section#admissions .buttonRow a.btnLrg:hover {
	 text-decoration: none;
	color: #da3228;
}
 section#admissions #plan h1.col12{
	 margin-bottom:10px;
}
 section#admissions #plan .col6:last-child{
	 padding-left:100px;
	padding-top:0px;
}
 section#admissions #plan .col6 a.btnLrg{
	 width:47.6%;
	margin: 15px 4% 15px 0;
}
 section#admissions #plan .col6 a.btnLrg:last-child{
	 margin-right:0;
}
 section#admissions #plan .col6 .event{
	 width:100%;
	margin-bottom:37px;
}
 section#admissions #plan .col6 .event:after{
	 content:"";
	clear:both;
	display:block;
}
 section#admissions #plan .col6 .event .eventBlurb{
	 float:left;
	width:77%;
	padding-left:10px;
	margin-top:5px;
}
 section#admissions #plan .col6 .event span.eventTitle, section#admissions #plan .col6 .event span.eventTime {
	 font-family:'Gotham-Bold', sans-serif;
	font-size:1.5em;
	text-transform:uppercase;
	text-align:left;
	color:#55565a;
	display:block;
	margin-bottom:10px;
	margin-top: 15px;
}
 section#admissions #plan .col6 .event a.learnMore{
	 font-family: 'GothamNarrow-Medium';
	color:#132a4f;
}
 section#admissions #plan .col6 .event a.learnMore:hover{
	 color:#76c3d4;
}
 section#admissions span.blueBar{
	 bottom:5px;
	position:absolute;
	display:block;
}
/*END HOME ADMISSIONS/PLAN SECTION*/
/* HOME PROFILES SECTION */
 .profWrap{
	 width: 100%;
	height: 800px;
	overflow: hidden;
}
 .profWrap img {
	 width:100%;
	display:block;
}
 .profWrap ul:after{
	 content:"";
	display:block;
	clear:both;
}
 .profWrap ul li{
	 position: relative;
	display: inline;
	width: 6.75%;
	height:800px;
	float: left;
}
 .profWrap ul li.profOpen{
	 width:86.5%;
}
 .profWrap ul li input{
	 display:none;
}
 .profWrap ul li.profOpen{
	 min-width:0;
}
 .profWrap ul li:nth-child(1){
	 background:#50748A;
	z-index: 10;
}
 .profWrap ul li:nth-child(2){
	 background:#642b81;
	z-index: 11;
}
 .profWrap ul li:nth-child(3){
	 background:#132a4f;
	z-index: 12;
}
 .profWrap ul li label{
	 cursor:pointer;
}
 .profWrap ul li label span{
	 display:none;
}
 .profWrap ul li:nth-child(1) label.wave{
	 width:100%;
	z-index:1;
	position: absolute;
	top: 0;
	bottom:0;
}
 .profWrap ul li:nth-child(2) label.wave{
	 width:100%;
	z-index:1;
	position: absolute;
	top: 0;
	bottom:0;
}
 .profWrap ul li:nth-child(3) label.wave{
	 width:100%;
	z-index:1;
	position: absolute;
	top: 0;
	bottom:0;
}
 .profWrap ul li .profileSlide{
	 display:none;
	width:100%;
}
 .profWrap ul li.profOpen > .profileSlide{
	 display:block;
	height:100%;
	position: relative;
	margin-left: 6.5%;
	z-index: 10;
}
 .profWrap ul li .closeWave{
	 display:block;
	position:absolute;
	height:100%;
	z-index: 20;
	left: 98.5%;
}
 .profWrap ul li.profOpen .closeWave{
	 left:6.4%
}
 .profWrap ul li .caption{
	 width:100%;
	position:absolute;
	background:#ffffff;
	height:250px;
	left: 0;
	bottom: 0;
}
 .profWrap ul li .caption .one-row{
	 width:95%;
}
 .profWrap ul li .caption .one-row .col6{
	 padding:35px;
}
 .profWrap ul li .caption .one-row .col6:last-child{
	 padding: 75px 30px 10px 30px;
}
 .profWrap ul li .caption .one-row .col6 h2{
	 margin-bottom:10px;
	color:#132a4f;
}
 .profWrap ul li .caption .one-row .col6 a{
	 font-size:1.25rem;
	font-family:'Gotham-Bold', sans-serif;
	color:#55565a;
	text-decoration: none;
}
 .profWrap ul li .caption .one-row .col6 a:hover{
	 text-decoration: underline;
}
 .profWrap ul li .caption .one-row .col6 i{
	 font-size:2rem;
	color:#cd1972;
	vertical-align: middle;
}
 .profWrap ul li .title{
	 font-size:2.25rem;
	font-family:'Gotham-Bold', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	display:block;
	cursor:pointer;
	position: absolute;
	top:58%;
	transform-origin: left top 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}
 .profWrap ul li:nth-child(1) .title{
	 right:auto;
	left:15%;
}
 .profWrap ul li:nth-child(2) .title{
	 right:auto;
	left:15%;
}
 .profWrap ul li:nth-child(3) .title{
	 right:auto;
	left:25%;
}
 .profWrap ul li:nth-child(1).profOpen .title{
	 right:auto;
	left:1.75%;
}
 .profWrap ul li:nth-child(2).profOpen .title{
	 right:auto;
	left:1.75%;
}
 .profWrap ul li:nth-child(3).profOpen .title{
	 right:auto;
	left:1.75%;
}
/* END HOME PROFILES SECTION */
/*HOME CALL TO ACTION BANNER SECTION*/
 section#ctaBanner{
	 min-height:675px;
	background-position-x: 50%!important;
	color:#ffffff;
}
 section#ctaBanner .wrapper{
	 padding:100px 30px;
}
 section#ctaBanner h1{
	 color:#ffffff;
}
 section#ctaBanner p{
	 color:#ffffff;
}
/*END HOME CALL TO ACTION BANNER SECTION*/
/*HOME NEWS AND EVENTS SECTION*/
 section.news{
	 padding:30px 0;
}
 section.news h2{
	 color:#132a4f;
}
 section.news .wrapper, section.events .wrapper{
	 position:relative;
}
 section.news a.all, section.events a.all{
	 display:block;
	position:absolute;
	top:15px;
	right:30px;
	font-family:'Gotham-Bold';
	font-size:1rem;
	color:#5d676f;
	text-transform:uppercase;
	text-decoration:none;
}
 section.news a.all:hover, section.events a.all:hover{
	 text-decoration: underline;
}
 section.news .one-row{
	 position:relative;
	margin:30px 0 20px 0;
}
 section.news .one-row a.newsHeadline{
	 text-decoration: none;
}
 section.news .one-row a.newsHeadline:hover{
	 text-decoration: underline;
}
 section.news .one-row .col4{
	 margin-top:25px;
}
 section.news .one-row img{
	 display:block;
	width:100%;
	margin-bottom:0px;
}
 section.news .one-row .caption{
	 margin-top:0;
	padding:20px;
	background:#f9faf5;
}
 section.news .one-row .caption h4{
	 text-transform: none;
	color: #132a4f;
}
 section.news .one-row .caption span.date{
	 display:block;
	margin-bottom:15px;
	font-family: 'Gotham-Medium';
	font-size:.875rem;
	color:#5d676f;
}
 section.events h2{
	 color:#132a4f;
}
 section.events .band{
	 position:relative;
	margin:15px 0 0px 0;
	background:#132a4f;
}
 section.events .one-row{
	 padding: 70px 0 50px 0;
}
 section.events .dateBox{
	 display:block;
	float:left;
	padding:10px 20px;
	background:#132a4f;
	border:1px solid #ffffff;
	text-align:center;
	margin-right:15px;
}
 section.events .dateBox .month{
	 display: block;
	font-family:'Gotham-Light';
	font-size:1.25rem;
	text-transform: uppercase;
	margin-bottom:0px;
	color:#ffffff;
}
 section.events .dateBox .day{
	 display: block;
	font-family:'Gotham-Bold';
	font-size:3.5rem;
	color:#ffffff;
}
 section.events .title{
	 display:block;
	font-family:'Gotham-Bold';
	font-size:1.125rem;
	margin-top:10px;
	text-transform:uppercase;
	color:#ffffff;
}
 section.events .event a{
	 display:block;
	font-family:'Gotham-Medium';
	font-size:1.125rem;
	margin-top:10px;
	color:#ffffff;
}
 section.events .band:hover > .customNav{
	 opacity:.9;
	visibility: visible;
}
 section.events .customNav{
	 visibility:hidden;
	position:absolute;
	top:45%;
	width:80%;
	margin:0 10%;
	opacity:0;
}
 section.events .customNav{
	 transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}
 section.events .customNav a:first-child{
	 float:left;
	color:#ffffff;
}
 section.events .customNav a:last-child{
	 float:right;
	color:#ffffff;
}
 section.events .customNav a i{
	 font-size:2rem;
}
 section.events .flex-control-nav{
	 display:block;
}
 @media only screen and (max-width:1600px){
	 section.events .customNav{
		 z-index:9999;
		width:100%;
		margin:0;
		opacity:.8;
	}
}
 @media only screen and (max-width:960px){
	 section.news a.all, section.events a.all{
		 font-size: .875rem;
		top:5px;
		right:15px;
	}
	 section.events .customNav{
		 display:none!important;
	}
	section.events .one-row{
	    padding: 70px 0 0 0;
    }
}
/*END HOME NEWS AND EVENTS SECTION*/
/*HOME CAROUSEL*/
 #carousel.flexslider ul li{
	 position:relative;
}
 #carousel.flexslider ul li:before{
	 content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:3px;
	width:100%;
	-webkit-box-shadow: inset 133px 28px 89px -133px rgba(0,0,0,0.53);
	-moz-box-shadow: inset 133px 28px 89px -133px rgba(0,0,0,0.53);
	box-shadow: inset 133px 28px 89px -133px rgba(0,0,0,0.53);
}
 #carousel.flexslider ul.flex-direction-nav li:before{
	 content:none;
}
 #carousel.flexslider ul li img{
	 width:100%;
}
/*END HOME CAROUSEL*/
/*LANDING/INTERIOR BREADCRUMB STYLES*/
 section.breadcrumbs{
	 margin-bottom:20px;
}
 section.breadcrumbs ul{
	 list-style: none;
}
 section.breadcrumbs ul li{
	 display:inline-block;
	margin: 0 5px 0 0;
	color:#5d676f;
}
 section.breadcrumbs ul li:not(:last-child):after{
	 content:"\f054";
	font-family:FontAwesome;
	font-size:.75rem;
	margin-left:10px;
}
 section.breadcrumbs ul li a{
	 font-size:1rem;
	text-decoration:none;
	color:#132a4f;
}
 section.breadcrumbs ul li a:hover{
	 text-decoration: underline;
}
/*LANDING/INTERIOR BREADCRUMB STYLES*/
/*LANDING/INTERIOR LEFT NAVIGATION STYLES*/
 .navTitle{
	 display:block;
	font-family: 'Gotham-Bold';
	color:#5d676f;
	font-size: 1.125rem;
	padding:0;
}
 .navTitle label{
	 padding: 15px;
	display: block;
}
 .left-nav{
	 background:#f7f7f8;
}
 .left-nav.accordion{
	 background:#132a4f;
}
 .leftNav .nav-drop .navTitle label{
	 padding:20px 15px;
	text-transform:uppercase;
}
 .leftNav .nav-drop ul{
	 list-style: none;
	margin-left:0;
	margin-top:0;
}
 .leftNav .nav-drop > ul li:hover{
	 background: #132a4f;
}
 .leftNav .nav-drop > ul li:hover a{
	 color:#ffffff;
}
 .leftNav .nav-drop > ul li.current{
	 background: #132a4f;
}
 .leftNav .nav-drop > ul li.current a{
	 color:#ffffff;
}
 .leftNav .nav-drop ul li ul.sub-menu li.current {
	 background: none;
}
 .leftNav .nav-drop ul li a{
	 display:block;
	color:#132a4f;
	text-decoration: none;
	padding: 12px 20px;
}
 .leftNav .nav-drop > ul li.current ul.sub-menu li.active a {
	 color: #d7e04c;
}
 .leftNav .nav-drop ul ul{
	 background:#415c6f;
	padding: 10px 0 5px 0;
}
 .leftNav .nav-drop ul ul li{
	 padding-left:15px;
}
 .leftNav .nav-drop ul ul ul li {
	 padding-left: 35px;
}
 .leftNav .nav-drop ul ul li:hover{
	 background: none;
}
 .leftNav .nav-drop ul ul.sub-menu ul li a{
	 padding:5px 0;
}
 .leftNav .nav-drop ul > ul li a:hover{
	 color:#d7e04c;
}
 .leftNav .nav-drop ul > ul li.current{
	 background: none;
}
 .leftNav .nav-drop ul ul li.current > a{
	 color:#d7e04c;
	text-decoration: underline;
}
 .leftNav .nav-drop ul ul li:hover > a{
	 color: #d7e04c;
}
 .leftNav .nav-drop ul.sub-menu > ul li a {
	 color: #ffffff;
	text-decoration:none;
}
 .leftNav .nav-drop ul.sub-menu > ul li.current a {
	 color:#d7e04c;
	text-decoration: underline;
}
 .leftNav input {
	 display: none;
}
 nav.leftNav{
	 margin-bottom:30px;
}
 .leftNav .accordion{
	 margin: 25px 0 25px 0;
}
 .leftNav .accordion .acc-row label{
	 text-align: left;
	padding-left: 20px;
	color:#ffffff;
}
 .leftNav .accordion .acc-row label:after {
	 font-family: FontAwesome;
	 content: "\f0d7";
	 font-size: 1.25rem;
	 position: absolute;
	 width: 0;
	 height: 0;
	 right:30px;
}
 .leftNav .accordion .acc-row input[type=checkbox]:checked ~ .navTitle label:after {
	 font-family: FontAwesome;
	 content: "\f0d8";
}
 .leftNav .accordion .acc-row input[type=checkbox]:checked ~ .navTitle ~ ul {
	 max-height: 800px;
	padding: 0px;
	background:#f7f7f8;
}
 .leftNav .accordion .acc-row ul{
	 box-sizing: border-box;
	 max-height: 0;
	 overflow: hidden;
	 padding: 0px 30px;
	 -webkit-transition: max-height 0.1s ease;
	 transition: max-height 0.1s ease;
	 margin: 0;
}
 .leftNav .accordion .acc-row ul ul{
	 max-height:2000px;
	 padding:0;
}
/*END LANDING/INTERIOR LEFT NAVIGATION STYLES*/
/*LANDING/INTERIOR IMPACT AREA STYLES*/
 section.impact{
	position:relative;
	margin-bottom:20px;
}
 section.impact.contentWidth{
	 height:auto;
}
 section.impact.fullWidth{
	 padding-top:22.1%;
}
 section.impact img{
	 width:100%;
}
 section.impact .tagLine{
	 position:absolute;
	width:100%;
	bottom:0;
	margin:0 0px 20px 0px;
}
 section.impact .tagLine span{
	 font-family: 'Gotham-Bold';
	color:#ffffff;
	font-size: 2rem;
	text-transform: uppercase;
	line-height: 2.5rem;
}
/*END LANDING/INTERIOR IMPACT AREA STYLES*/
/*LANDING/INTERIOR WYSIWYG AREA STYLES*/
 .wysiwyg-content{
	 margin-bottom:15px;
}
 .wysiwyg-content.wrapper{
	 padding: 10px;
}
 .wysiwyg-content:after{
	 clear: both;
	content:"";
	display:block;
}
 .wysiwyg-content > img{
	 max-width: 50%;
	margin: 10px;
}
 .wysiwyg-content > img.fullWidth{
	 max-width:100%;
	margin:15px 0;
}
 .wysiwyg-content h3{
	 line-height:1.5rem;
}
 .wysiwyg-content p{
	 margin:10px 0;
}
 .wysiwyg-content ul, .wysiwyg-content ol{
	 margin-left:30px;
}
 .wysiwyg-content li{
	 margin:10px 0px;
}
 .wysiwyg-content li a{
	 text-decoration: underline;
	color:#132a4f;
}
 .wysiwyg-content.blue{
	 background:#00769a;
}
 .wysiwyg-content.green{
	 background:#819f3d;
}
 .wysiwyg-content.orange{
	 background:#e06a29;
}
 .wysiwyg-content.purple{
	 background:#6D3A5E;
}
 .wysiwyg-content.teal{
	 background:#008da8;
}
 .wysiwyg-content.gray{
	 background:#5d676f;
}
 .wysiwyg-content.tan{
	 background:#f9faf5;
}
 .wysiwyg-content.gradient{
	 background:linear-gradient(to right, rgba(0, 118, 154, 1), rgba(109, 58, 94, 1));
	background-size:cover;
}
 .wysiwyg-content.white-text *{
	 color:#ffffff;
}
.wysiwyg-content.white-text a {
    text-decoration:underline;
    -webkit-text-decoration-color: #ffffff !important;
    text-decoration-color: #ffffff !important;
}
.wysiwyg-content.white-text a:hover {
    color:#ffffff;
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 900;
}
/*END LANDING/INTERIOR WYSIWYG AREA STYLES*/
/*LANDING/INTERIOR ACCORDION STYLES*/
 .accordion {
	 margin:20px auto 40px auto;
}
 .accordion h2 {
	 margin-top: 20px;
}
 .accordion .acc-row {
	 position: relative;
	margin-bottom:3px;
}
 .accordion .acc-row input[type=checkbox] {
	 display: none;
	position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 opacity: 0;
	 z-index: 1;
	 cursor: pointer;
}
 .accordion .acc-row > h3 {
	 font-size: 1rem;
	 margin: 0;
	 padding: 12px;
	 color:#ffffff;
}
 .accordion .acc-row:nth-of-type(3n+1) > h3{
	 background:#007398;
}
 .accordion .acc-row:nth-of-type(3n+2) > h3{
	 background:#132a4f;
}
 .accordion .acc-row:nth-of-type(3n+3) > h3{
	 background:#4e748b;
}
 .accordion .acc-row label {
	 cursor: pointer;
	 position: relative;
	 display: block;
	 text-align: center;
}
 .accordion .acc-row label:after {
	 font-family: FontAwesome;
	 content: "\f055";
	 position: absolute;
	 width: 0;
	 height: 0;
	margin-left:10px;
}
 .accordion .acc-row input[type=checkbox]:checked ~ h3 label:after {
	 font-family: FontAwesome;
	 content: "\f056";
}
 .accordion .acc-row input[type=checkbox]:checked ~ h3 ~ div {
	 background:#f8f7f7;
	 /* max-height: 3000px; */
	 max-height: 100%;
	 padding:20px;
	 -webkit-transition: max-height 0.2s ease;
	 transition: max-height 0.2s ease;
}
 .accordion .acc-row div {
	 box-sizing: border-box;
	 max-height: 0;
	 overflow: hidden;
	 padding: 0 20px;
	 -webkit-transition: max-height 0.1s ease;
	 transition: max-height 0.1s ease;
	 margin: 0;
}
/*END LANDING/INTERIOR ACCORDION STYLES*/
/*LANDING/INTERIOR COLUMN STYLES*/
 .columns{
	 margin:20px 0 40px 0;
}
 .columns a.btnLrg{
	 width:100%;
}
 .columns .solid a.btnLrg.fixed {
	 width: 80%;
	margin-left: 5%;
	margin-right: 5%;
	min-width: 0;
	position:absolute;
	bottom:5px;
}
 .columns a.btnLrg:hover{
	 color:#da3228;
}
 .columns .accent{
	 padding:20px;
	margin:20px 0 40px 0;
}
 .columns .accent.blue{
	 background:#132a4f;
}
 .columns .accent.green{
	 background:#819f3d;
}
 .columns .accent.orange{
	 background:#da3228;
}
 .columns .accent.purple{
	 background:#642b81;
}
 .columns .accent.teal{
	 background:#008da8;
}
 .columns .accent.gray{
	 background:#5d676f;
}
 .columns .accent.tan{
	 background:#f9faf5;
}
 .columns .accent.gradient{
	 background:linear-gradient(to right, rgba(0, 118, 154, 1), rgba(109, 58, 94, 1));
	background-size:cover;
}
 .columns .accent.white-text *{
	 color:#ffffff;
}
 .columns:after, .columns .accent:after{
	 content:"";
	display:block;
	clear:both;
}
 .columns .accent ul{
	 margin-left:0;
}
 .columns .accent ul li a{
	 color:#132a4f;
}
 .columns .Default:not(.solid) a.btnSml {
	 color:#5d676f;
}
 .columns .Default:not(.solid) a.btnSml:hover {
	 color:#132a4f;
}
 .colContainer {
	 display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}
 .columns .solid a.btnLrg {
	 min-width:0;
	position: absolute;
	bottom: 0;
	width: 90%;
	margin: 16px 0%;
	left: 5%;
	padding: 15px 0;
	right: 5%;
}
 .columns .solid a.rel.btnLrg{
	 position:relative;
	width:100%;
	margin: 20px auto;
	left: auto;
	right: auto;
}
 .columns .solid{
	padding:15px;
	position:relative;
}
.columns .solid.imgslide{
    min-height:100%;
}

.columns .solid .btnColumn {
    margin-top: 80px;
}
 .columns .solid:not(.white) *{
	 color:#ffffff;
}
 .columns .solid.tan *{
	 color:#5d676f;
}
 .columns .solid.tan a.btnLrg{
	 color:#ffffff;
}
 .columns .solid.tan a.btnLrg:hover{
	 color:#da3228;
}
 .columns .solid.blue{
	 background:#132a4f;
}
 .columns .solid.green{
	 background:#819f3d;
}
 .columns .solid.purple{
	 background: #642b81;
}
 .columns .solid.orange{
	 background:#da3228;
}
 .columns .solid.orange a.btnLrg{
	 border-color: #ffffff;
	background:#ffffff;
	color:#da3228;
}
 .columns .solid.orange a.btnLrg:hover{
	 background:none;
	color:#ffffff;
}
 .columns .solid.orange a.btnSml:hover{
	 color:#ffffff;
}
 .columns .solid.gray{
	 background:#5d676f;
}
 .columns .solid.teal{
	 background:#008da8;
}
 .columns .solid.tan{
	 background:#f9faf5;
}
 .columns .solid a.btnLrg:hover{
	 background:#ffffff;
	color:#da3228;
}
 .columns .solid a.smlBtn{
	 font-size:.875rem;
	font-family: 'GothamNarrow-Bold';
	padding:0;
	background:none;
	text-align:left;
	border:none;
	text-decoration:underline;
	text-transform:uppercase;
}
 .columns .solid a.smlBtn:after{
	 content:">";
	display:inline-block;
	margin-left:5px;
}
/*END LANDING/INTERIOR COLUMN STYLES*/
/*LANDING/INTERIOR CTA BANNER STYLES*/
 .ctaBanner{
	 min-height: 280px;
	margin: 30px auto;
	padding: 40px 0;
}
 .ctaBanner.left{
	 text-align: left;
}
 .ctaBanner.right{
	 text-align: right;
}
 .ctaBanner.center{
	 text-align: center;
}
 .ctaBanner.wrapper{
	 padding:30px 50px;
	min-height:100px;
}
 .ctaBanner.wrapper > p {
	 font-size:1.5rem;
	line-height:2.25rem;
}
 .ctaBanner span{
	 display:block;
}
 .subHead{
	 font-family: 'Gotham-Light';
	color:#ffffff;
	font-size:2.5vw;
	display:block;
}
 .headline{
	 font-family: 'GothamNarrow-Medium';
	font-size: 5.63vw;
	color:#ffffff;
	display:block;
}
 .ctaBanner a:not(.btnLrg){
	 text-decoration: none;
}
 .ctaBanner.blue{
	 background:#00769a;
	color:#ffffff;
}
 .ctaBanner.green{
	 background:#819f3d;
}
 .ctaBanner.purple{
	 background:#6D3A5E;
}
 .ctaBanner.teal{
	 background:#008da8;
}
 .ctaBanner.tan{
	 background:#f9faf5;
}
 .ctaBanner.blue *, .ctaBanner.green *, .ctaBanner.purple *, .ctaBanner.teal *, .ctaBanner.white *{
	 color:#ffffff;
}
/*END LANDING/INTERIOR CTA BANNER STYLES*/
/* LANDING/INTERIOR SLIDER STYLES */
 .spotlight{
	 position:relative;
	width:100%;
	margin:25px auto;
}
 .spotlight:after{
	 clear:both;
	display:block;
	content:"";
}
 .spotlight .slides {
	 margin: auto;
	 display: flex!important;
}
 .spotlight .colContainer {
	 display: -webkit-flex;
	 display: flex!important;
}
 .spotlight .col6{
	 width:50%;
	margin:0;
}
 .spotlight img{
	 visibility: hidden;
	 display:block;
	width:100%;
}
 .spotlight .slide-image{
	 position:relative;
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .spotlight .slide-content {
	 z-index: 20;
}
 .spotlight .slide-content.lblue {
	 background-color: #50748A;
}
 .spotlight .slide-content .contentWrap{
	 padding: 12.5% 15% 20% 23.5%;
}
 .spotlight .slide-content span.subhead{
	 margin-bottom: 22px;
}
 .spotlight .slide-content p, .spotlight .slide-content span.subhead{
	 color:#ffffff;
}
 .spotlight .slide-content p > a{
	 color:#ffffff;
}
 .spotlight.columns .solid a.btnLrg {
	 position: relative;
	 bottom: auto;
	 right: auto;
	 left: auto;
}
 .spotlight .slide-content h3{
	 font-size:1.85em;
	 line-height: 1.00em;
	 color:#ffffff;
	margin-bottom: 20px;
}
 .spotlight .slick-arrow{
	 display:none!important;
}
/*Overrides javascript display*/
 .spotlight .flex-control-nav {
	 display: block;
}
 .spotlight ol.flex-control-nav {
	 position:absolute;
	 list-style:none;
	bottom: 10%;
	 left:11%;
	 z-index: 99999;
	 width: auto;
}
 .spotlight ol.flex-control-nav li{
	 display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
 .spotlight ol.flex-control-paging li a {
	 border: none;
	 box-shadow: none;
	 width:50px;
	height:10px;
	background-color:#ffffff;
	 border-radius: 0;
}
 .spotlight ol.flex-control-paging li a.flex-active {
	 background: #da3228;
}
 .spotlight ol.flex-control-nav li:before {
	display: none;
}
 .spotlight ol.flex-control-nav li button{
	 display:none;
}
 .spotlight .arrow{
	 position:absolute;
	left:50%;
	top:40%;
	z-index:9999;
	width:3%;
}
 .spotlight .arrow > img{
	 width:auto;
	height:auto;
}
 .spotlight .closeWave {
	 display: block;
	 position: absolute;
	 height: 100%;
	 z-index: 20;
	 left: 100%;
	 top: 0;
}
/* END LANDING/INTERIOR SLIDER STYLES */
/*LANDING/INTERIOR FOOTER CTA STYLES*/
 section.footerCTA{
	 padding:50px;
}
section.footerCTA.linear-gradient {
	 background: linear-gradient(to right, rgba(0, 118, 154, 1), rgba(109, 58, 94, 1));
}
section.footerCTA.orange {
	 background: #cc6633;
	 color: #ffffff;
}
section.footerCTA.gray {
	 background: #5d676f;
	 color: #ffffff;
}
section.footerCTA.tan {
	 background: #f9faf5;
}
section.footerCTA.tan * {
    color: #000000 !important;
}
 section.footerCTA h3, section.footerCTA h4, section.footerCTA p, section.footerCTA a{
	 color:#ffffff;
}
 section.footerCTA a.btnSml{
	 color:#ffffff;
}
 section.footerCTA a.btnSml:hover {
	 color: #da3228;
}
/*END LANDING/INTERIOR FOOTER CTA STYLES*/
/* NEWS LISTING AND DETAIL PAGE STYLES */
 .articleInfo{
	 margin-bottom:20px;
}
 .articleInfo span{
	 display:block;
}
 .articleInfo span.category,.articleInfo span.author,.articleInfo span.date{
	 font-family:'Gotham-Bold';
	font-size:1rem;
	color: #5d676f;
	text-transform:uppercase;
	margin:0;
	line-height:1.25rem;
}
 .articleInfo span.date{
	 text-transform: none;
	margin-top:20px;
	color: #007298;
}
 img.featuredImage{
	 margin: 0 25px 25px 0;
	float:left;
	max-width:400px;
}
 .categoryDropdown{
	 display:block;
	margin-bottom:30px;
	height:40px;
	border:2px solid #f1f1f1;
	min-width:275px;
	padding-left:10px;
	max-width: 100%;
}
 .categoryDropdown option{
	 padding:5px 0;
}
 .newsListing h3.month{
	 color:#819f3d;
}
 .newsListing .articleListing{
	 margin:20px 0;
}
 .newsListing .articleListing .date{
	 display: block;
	font-family: 'Gotham-Medium';
	color: #5d676f;
}
 .newsListing .articleListing h3.articleTitle{
	 margin-bottom:5px;
}
 .newsListing .articleListing h3.articleTitle a{
	 display:block;
	margin:5px 0;
	font-family: 'Gotham-Bold';
	font-size:1.125rem;
	text-decoration:none;
	color:#132a4f;
}
 .newsListing .articleListing h3.articleTitle a:hover{
	 text-decoration: underline;
}
 .contentEventDetail{
	 min-height:700px;
}
/* END NEWS LISTING AND DETAIL PAGE STYLES */
/* BEGIN RIGHT COLUMN WIDGETS */
 .widget h3{
	 font-size:1.125rem;
}
 .widget h4{
	 font-family: 'Gotham-Bold';
	font-size: 1.125rem;
	color: #5d676f;
	margin-top: 10px;
}
 .widget a.btnLrg:hover{
	 color:#da3228;
}
 .widget .btnLrg{
	width:100%;
}
 .widget .leftNav-title {
	 margin-bottom: 10px;
}
 .widget.wysiwyg, .widget.video, .widget.list, .widget.contact {
	 margin-bottom: 30px;
}
 .vidOverlay {
	 position: relative;
	 cursor: pointer;
}
 .popup-youtube img{
	 width:100%;
}
 i.fa.fa-play-circle {
	 position: absolute;
	 color: rgba(255,255,255,0.7);
	 font-size: 4rem;
	 right: 0;
	 left: 0;
	 top: 0;
	 bottom: 0;
	 margin: auto;
	 width: 60px;
	 height: 60px;
}
 .widget p, .widget ul, .widget ol {
	 font-size: 1rem;
}
 .widget.wysiwyg ul, .widget.video ul {
	 list-style: disc;
	 padding: 0 20px 20px;
}
 .widget.wysiwyg ol, .widget.video ol {
	 list-style: decimal;
	 padding: 0 20px 20px;
}
 .widget.wysiwyg img, .widget.video img {
	 width:100%;
}
 .widget.wysiwyg p a {
	 color:#132a4f;
}
 .widget.events{
	 border-bottom: 1px solid #ECEFF1;
	 margin-bottom: 20px;
	padding:15px;
	background:#f7f7f8;
}
 .widget.events .date{
	 background: #132a4f;
	width: 25%;
	float: left;
	margin-right: 3%;
	text-align: center;
	color: #ffffff;
	padding: 5px 0;
}
 .widget.events .month{
	 display: block;
	font-size: 1rem;
	margin-bottom: 5px;
	font-family: "Gotham-Light";
}
 .widget.events .day{
	 font-size: 2rem;
	font-family: "Gotham-Bold";
}
 .widget.events .description{
	 width:72%;
	margin:0;
	float:left;
	font-family: "Gotham-Bold";
	font-size: .85rem;
	text-transform:uppercase;
	line-height: 1.125rem;
}
 .widget.events .description a{
	 color:#55565a;
}
 .widget.events .description a .learnMore{
	 display:block;
	margin-top:10px;
	color:#132a4f;
	font-family: "Gotham-Medium";
	text-transform: none;
	font-size:1rem;
	margin-left:0;
}
 .widget.events:after, .widget.events li:after{
	 display:block;
	content:"";
	clear:both;
}
 .widget.events h4 {
	 margin-bottom: 15px;
}
 .widget.events a {
	 text-decoration: none;
}
 .widget.events p.postDate {
	 font-size: .75em;
}
 .widget.events ul li{
	 margin-bottom: 25px;
}
 .widget.events ul li a h3{
	 font-size:1rem;
	text-transform:none;
	line-height: 1.5rem;
	color:#55565a;
}
 .widget.events ul li a span.learnMore{
	 display: block;
	 margin-top: 10px;
	color: #132a4f;
	font-family: "Gotham-Medium";
	text-transform: none;
	font-size: 1rem;
	margin-left: 0;
}
 .widget.news{
	 margin:30px 0;
}
 .widget.news ul li{
	 margin:20px 0;
}
 .widget.news a{
	 text-decoration: none;
}
 .widget.news h3{
	 color:#2181a1;
	text-transform: none;
}
 .widget.news .newsDate{
	 font-size: .875rem;
	font-family: 'Gotham-Medium';
	color:#5d676f;
}
 .widget.list ul li {
	 padding-bottom: 10px;
}
 .widget.list ul li a{
	 color:#132a4f;
}
 .widget.contact a.button {
	 padding: 15px 20px;
	 border: 0;
	 font-size: 1em;
	 cursor: pointer;
	 text-decoration: none;
	 border-radius: 500px;
	 display: block;
	 text-align: center;
}
 .widget.contact a.button:hover {
	 cursor: pointer;
}
 .widget.socialmedia a i{
	 color: #415C6F;
	font-size: 1.5rem;
	border-radius: 62%;
	padding: 6px 0px 0px 8px;
	height: 35px;
	width: 35px;
	margin: 10px 1px;
	background: #d1d2d4;
}
 .widget.socialmedia a i:hover{
	 color:#9d9ea0;
}
 .widget.socialmedia a i span{
	 display:none;
}
/* END RIGHT COLUMN WIDGETS */
/*FOOTER*/
 footer{
	 background:#415c6f;
	padding:25px 0 40px 0;
}
 footer img{
	display:block;
	width: 80%;
	max-width: 220px;
	margin-bottom:20px;
}
 footer .addressPhone{
	 font-family: 'GothamNarrow-Book';
	color:#ffffff;
	line-height: 1.25rem;
	margin:10px;
	display:block;
}
footer .addressPhone a,
footer .addressPhone a:visited,
footer .addressPhone a:hover,
footer .addressPhone a:active {
    color: #fff !important;
    text-decoration: none;
}
footer .addressPhone a:hover {
    text-decoration: underline !important;
}
 footer .footerNav ul li{
	 margin:7px 0;
}
 footer .footerNav ul li a{
	 color:#ffffff;
	text-decoration:none;
	font-family: 'GothamNarrow-Book';
}
 footer .footerNav ul li a:hover{
	 text-decoration:underline;
}
footer .footerSocial p {
	background: #d1d2d4;
	border-radius: 50%;
	display: inline-block;
	font-size: 2rem;
	height: 3.5rem;
	margin-top: 3rem;
	width: 3.5rem;
}
footer .footerSocial p a {
	align-items: center;
	color: #405c6e;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	text-decoration: none !important;
	width: 100%;
}
footer .footerSocial p a span {
	display: none;
}
@media(max-width: 992px) {
	footer .footerSocial p {
		margin-bottom: 1rem;
	}
}
 footer .phoneLink{
	 text-decoration:none!important;
	color:#ffffff;
}
/*END FOOTER*/
 @media only screen and (min-width:2300px){
	 .slide {
		 height: 1200px;
	}
}
 @media only screen and (max-width:1280px){
	 .profWrap ul li{
		 position: relative;
		display: inline;
		width:8.75%;
		height:800px;
		float: left;
	}
	 .profWrap ul li.profOpen{
		 width:82.5%;
	}
	 .profWrap ul li .caption {
		 width: 100%;
		position: relative;
		background: #ffffff;
		height: 450px;
		left: auto;
	}
	 .profWrap ul li .caption .one-row .col6{
		 width:100%;
		padding: 20px 20% 20px 30px;
	}
	 .profWrap ul li .caption .one-row .col6:last-child{
		 padding:20px 35px;
	}
	 .profWrap ul li.profOpen > .profileSlide {
		 margin-left: 6.5%;
	}
}
 @media only screen and (max-width:1220px){
	/*1220 HEADER SECTION*/
	 header nav ul li{
		 font-size: 1.65vw;
	}
	/*END 1220 HEADER SECTION*/
	/*1220 HOME HERO SLIDER*/
	 .heroSlider{
		 height:650px;
	}
	 .heroSlider .heroMessage {
		 height: 495px;
	}
	/*END 1220 HOME HERO SLIDER*/
	/*1220 HOME STICKY/SECTION BUTTONS*/
	 #stickyHeader .stickyMain ul li a, #anchorBar .stickyMain ul li a, #anchorBar .stickyMain label.anchorTrigger {
		 font-size:1rem;
	}
	 #stickyHeader .stickyMain ul li, #anchorBar .stickyMain ul li {
		 width: 14%;
	}
	/*END 1200 HOME STICKY/SECTION BUTTONS*/
	/*HOME EXPERIENCE SECTION*/
	 section#experience{
		 min-height: 500px;
	}
	 section#experience .mainBox{
		 min-height: 500px;
		padding: 12% 0 0 40px;
	}
	 section#experience .secBox{
		 min-height: 500px;
	}
	 section#experience .secBox .col6{
		 min-height:250px;
	}
	 section#experience .secBox .col12{
		 min-height:250px;
	}
	 section#experience .col6.smallBox h3{
		 margin: 25% 15%;
	}
	 section#experience .col12.smallBox h3{
		 margin: 20%;
	}
	 section#experience .smallBox .over{
		 padding: 25% 15%;
	}
	 section#experience .col12.smallBox .over{
		 padding:15% 25px;
	}
	/*1220 HOME ADMISSIONS/PLAN SECTION*/
	 section#admissions .buttonRow a.btnLrg{
		 font-size:1.5vw;
		margin: 20px 5px;
	}
	/*END 1220 HOME ADMISSIONS/PLAN SECTION*/
}
 @media only screen and (max-width:1100px){
	 .whiteHeadline{
		 font-size:4rem;
	}
	 .whiteSubHead{
		 font-size:2rem;
	}
}
/* media query added for mobile view for more responsiveness (brad) */
@media only screen and (max-width: 1000px) {
	.full-only{
		display:none!important;
 }
	.full-only-inline{
		display:none!important;
 }
	footer .full-only{
		display:none;
 }
	.mob-only{
		display:block;
 }
	.mob-only-inline{
		display:inline-block;
 }
	.dateMarker .day{
		font-size: 1.75em;
 }
	section.breadcrumbs{
		display:none;
 }
	.leftcol.col3, .widgetArea.col3, .col9:not(.calendar){
		width:100%;
	 margin:0;
 }
	.wrapper .wrapper{
		padding:0 10px;
 }
	#mobileHeader{
		display:block;
		position:relative;
		background:#007298;
		padding:5px;
		z-index:20;
	}
	#mobileHeader .mobileLogo a img{
		max-height:50px;
	}
	#mobileHeader .menuIcon{
		position:absolute;
		top:0px;
		right:0px;
		bottom:0;
		padding: 10px 10px 10px 20px;
		background: #405c6e;
	}
	#mobileHeader .menuIcon i{
		font-size:2.25em;
		color:#ffffff;
		cursor:pointer;
	}
	.mobileMenu{
		display:none;
		position: absolute;
		z-index: 200;
		transition: transform 0.5s;
		top: 0;
		right: 0;
		transform: translateX(100%);
	}
	.mobileMenu.active{
		display:block;
		transform: translateX(0);
		top: 60px;
	}
	.mobileMenu{
		width: 100%;
		background:#ffffff;
	}
	.mobileMenu .searchBox{
		background:#ffffff;
	}
	.mobileMenu .mainNav{
		background:#ffffff;
	}
	.mobileMenu .utNav{
		background:#007298;
	}
	.mobileMenu ul{
		padding:0 15px;
	}
	.mobileMenu ul li{
		display: block;
		text-transform: uppercase;
		position:relative;
		text-align:left;
		border-top:solid 1px rgba(154, 197, 212, .4);
		list-style: none;
		margin: 0;
		padding: 15px 0px;
		cursor:pointer;
	}
	.mobileMenu ul.utilityNavMob li{
		font-family:'GothamNarrow-Medium', sans-serif;
		font-size:1rem;
	}
	.mobileMenu ul.utilityNavMob li:last-child{
		text-transform: none;
	}
	.mobileMenu ul li.open{
		padding:15px 0;
	}
	.mobileMenu ul li.open > a{
		display:block;
		border-bottom:solid 1px rgba(154, 197, 212, .4);
		padding: 15px 0px;
	}
	.mobileMenu ul li.open ul li:last-child{
		border-bottom:none;
	}
	.mobileMenu ul li:first-child {
		border-top: none;
	}
	.mobileMenu ul li:last-child {
		border-bottom: solid 1px rgba(154, 197, 212, .4);
	}
	.mobileMenu ul li:after{
		font-family:FontAwesome;
		content:"\f078";
		color:#405c6e;
		position:absolute;
		right:0;
		top:12px;
		cursor:pointer;
	}
	.mobileMenu ul li.open:after{
		font-family:FontAwesome;
		content:"\f077";
		position:absolute;
		right:0;
		top:12px;
		cursor:pointer;
	}
	.mobileMenu ul li:hover:after{
		color:#132a4f;
	}
	.mobileMenu ul li:hover > a{
		color:#132a4f;
	}
	.mobileMenu ul li{
		color: #405c6e;
		text-decoration:none;
		font-family:'GothamNarrow-Medium', sans-serif;
		font-size:1rem;
	}
	.mobileMenu ul li a{
		display: inline-block;
		color: #405c6e;
		text-decoration:none;
		font-family:'GothamNarrow-Medium', sans-serif;
		font-size:1rem;
	}
	.mobileMenu ul.utNav{
		padding:5px 20px 40px 20px;
	}
	.mobileMenu ul.utNav li{
		border:none;
		padding:0;
		margin:10px 0;
	}
	.mobileMenu ul.utNav li:after{
		display:none;
	}
	.mobileMenu ul.utNav li a{
		color:#ffffff;
	}
	.mobileMenu ul.utNav li:hover a{
		text-decoration: underline;
	}
	.mobileMenu ul.utNav li:last-child{
		text-transform: none;
	}
	.mobileMenu ul.utNav li a{
		font-family:'GothamNarrow-Book', sans-serif;
		font-size:.9em;
		font-weight:300;
		letter-spacing: .5px;
		padding:5px 0;
	}
	.mobileMenu ul li > ul{
		display:none;
		padding:15px 0;
	}
	.mobileMenu ul li > ul li{
		border:none;
		padding:5px 0px;
	}
	.mobileMenu ul li > ul li:after{
		content:none;
	}
	.mobileMenu ul li > ul li a{
		text-transform: none;
	}
	.mobileMenu .searchBox {
		width: 90%;
		margin: 20px 5%;
		border: solid 3px #007298;
	}
	.mobileMenu .searchBox input {
		height: 31px;
		width: 80%;
		padding: 25px 10px;
		border: 0;
		font-size:1rem;
	}
	.mobileMenu .searchBox button {
		height:31px;
		width:20%;
		padding:5px;
		background: #ffffff;
		border: 0;
		text-align: right;
		cursor: pointer;
		line-height:19px;
	}
	.mobileMenu .searchBox button i{
		color: #405c6e;
		font-size: 1.25rem;
		line-height: 13px;
	}
	.mobileMenu .searchBox button span{
		display:none;
	}
	.mobileMenu .searchBox input[type=checkbox]{
		display: none;
	}
	.mobileMenu .searchBox input[type=checkbox]:checked ~ label{
		color:#8aac53;
	}
	.mobileMenu .searchBox input[type=checkbox]:checked ~ label:after{
		font-family:'FontAwesome';
		content:"\f00d";
		position:absolute;
		right:20px;
		top:60px;
		z-index:30;
		color:#ffffff;
	}
	.mobileMenu .searchBox input[type=checkbox]:checked ~ .searchMenu {
		display: block;
		z-index: 10;
	}
	/*END 1000 MOBILE MENU/MOBILE HEADER*/
	/*1000 STICKY HEADER*/
	#stickyHeader{
		display:none!important;
	}
	#anchorBar .wrapper{
		margin:0;
		padding:0;
	}
	#anchorBar .stickyMain label.anchorTrigger{
		display:block;
		padding: 0 5px;
	}
	#anchorBar .stickyMain ul{
		display:none;
		float:none;
		position:relative;
		background: #ffffff;
		margin-top:5px;
	}
	#anchorBar .stickyMain input:checked + label + ul{
		display:block;
		width:100%;
		height:auto;
	}
	#anchorBar .stickyMain ul li{
		display:block;
		float:none;
		text-align: left;
		width:100%;
		border-bottom:1px solid #007298;
		padding:15px 10px;
	}
	#anchorBar .stickyMain ul li a{
		display:block;
		text-align:left;
		color:#007298;
	}
	#anchorBar .stickyMain ul li:first-child {
		display:none;
	}
	#stickyHeader .stickyMain ul li:after, #anchorBar .stickyMain ul li:after {
		display: none;
	}
	/*END 1000 STICKY HEADER*/
	/*1000 HERO SLIDER SECTION*/
	.homeImpact .overlay.bottom-left, .homeImpact .overlay.bottom-right, .homeImpact .overlay.top-left, .homeImpact .overlay.top-right{
		position:absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		margin:10% 15%;
		width:70%;
		height:275px;
		text-align:left;
	}
	.homeImpact .overlay span.headline {
		font-size: 6.5vw;
		line-height: 6.5vw;
	}
	.homeImpact .overlay a.subhead {
		font-size: 4vw;
		line-height: 4vw;
	}
	.homeImpact .overlay {
		padding: 20px 20px;
	}
	.homeImpact.video video{
		display:none;
	}
	.homeImpact.video {
		padding-bottom: 56.25%;
	}
	.homeImpact.video .mobImage{
		display:block;
	}
	.slide {
		height: 56.25%;
	}
	.heroSlider .heroMessage.mob-only{
		display:none;
	}
	.flexslider .slides img {
		width:auto;
		height: auto;
		-moz-user-select: none;
		min-height: 450px;
		margin-left: -60%;
	}
	.mobileSlide img{
		width:16%;
	}
	.heroSlider{
		height:475px;
	}
	.fullscreen-bg {
		top: 0px;
	}
	.fullscreen-bg .flex-direction-nav{
		display:none!important;
	}
	/*END 1000 HERO SLIDER SECTION*/
	/*1000 HOME STUDY SECTION*/
	section#study{
		min-height:auto;
	}
	section#study .wrapper{
		padding:40px 30px;
	}
	section#study .col6.studyCol{
		text-align:left;
		margin-top:30px;
		width:100%;
	}
	section#study .col6.studyCol div.col4{
		float:left;
		width:31%;
	}
	section#study .col6.studyCol div.col4 h3{
		font-size:2.25vw;
	}
	section#study .col6.studyCol img.circleIcon{
		padding:16%;
	}
	section#study .col6.studyCol:last-child > div:last-child:before{
		top:20%;
	}
	/*END 1000 HOME STUDY SECTION*/
	/*1000 HOME ADMISSIONS/PLAN SECTION*/
	section#admissions{
		padding:40px 0px;
	}
	section#admissions .col6{
		width:100%;
		margin-top:20px;
	}
	section#admissions .col6 .col4 .infoIcon{
		font-size:4.5vw;
	}
	section#admissions .buttonRow{
		margin: 20px 0 0 0;
	}
	section#admissions .buttonRow:after{
		content:"";
		display:block;
		clear:both;
	}
	section#admissions .buttonRow a.btnLrg{
		width: 23%;
		float: left;
		margin: 5px 1% 5px 1%;
		min-width: auto;
		font-size: 1.75vw;
	}
	section#admissions #plan .col6{
		width:48%;
	}
	section#admissions #plan .col6 a.btnLrg{
		width:45%;
		max-width:220px;
	}
	section#admissions #plan .col6 .event{
		width:100%;
		margin-bottom:20px;
	}
	section#admissions #plan .col6 .event span.eventTime{
		font-size:.9em;
	}
	section#admissions #plan .col6 .event span.eventTitle{
		margin-top:0px;
	}
	section#admissions #plan .col6 .buttonRow a.btnLrg{
		width: 100%;
		max-width:none;
	}
	section#admissions span.blueBar{
		left: 0;
	}
	/*END 1000 HOME ADMISSIONS/PLAN SECTION*/
	/*1000 CTA SECTION*/
	section#cta{
		min-height:500px;
	}
	section#cta .innerContent{
		width:80%;
		min-width:300px;
		height:300px;
	}
	section#cta .innerContent h1{
		font-size: 4vw;
	}
	section#cta .innerContent p{
		font-size:.8em;
	}
	section#cta .innerContent .buttonRow{
		text-align: center;
	}
	section#cta .innerContent .buttonRow a.btnLrg{
		border: 1px solid #ffffff;
		color:#ffffff;
		text-align: center;
	}
	section#cta .innerContent .buttonRow a.btnLrg:hover{
		border:none;
	}
	/*END 1000 CTA SECTION*/
	/*1000 EXPERIENCE/APPLY SECTION*/
	section#experience:after{
		content:"";
		clear:both;
		display:block;
	}
	section#experience .mainBox{
		width: 100%;
		min-height: 330px;
		margin: 0;
		padding: 4% 0 0 25px;
	}
	section#experience .mainBox h1{
		font-size: 9vw;
		margin-bottom: 0;
	}
	section#experience .secBox{
		width: 100%;
	}
	section#experience .secBox .col6, section#experience .secBox .col12{
		min-height: 312px;
	}
	section#experience .smallBox .over span.statHead{
		font-size:5.5vw;
	}
	section#experience .smallBox .over {
		padding: 15%;
	}
	section#experience .col6.smallBox h3{
		font-size:2.75vw;
	}
	section#experience .col12.smallBox h3{
		font-size:2.75vw;
	}
	section#experience .col12.smallBox h3 {
		margin: 13% 20%;
	}
	/*END 1000 PROFILES SECTION */
	/*1000 PROFILES SECTION */
	.profWrap{
		height:auto;
	}
	.profWrap ul{
		width:100%;
	}
	.profWrap ul li.profOpen {
		width: 100%;
	}
	.profWrap ul li{
		display:block;
		float:none;
		width:100%;
		height:auto;
		padding-left:0;
		padding:0;
	}
	.profWrap ul li:hover{
		width: 100%;
	}
	.profWrap ul li .wave{
		position:relative;
	}
	.profWrap ul li .title{
		display:block;
		position:relative;
		padding:20px;
		font-family: 'GothamNarrow-Bold';
		color:#ffffff;
		font-size:1.25rem;
		cursor:pointer;
		text-transform:uppercase;
		text-align:center;
		width:100%;
	}
	.profWrap ul li .profileSlide{
		display:none;
	}
	.profWrap ul li:nth-child(1){
		background:#50748A;
	}
	.profWrap ul li:nth-child(2){
		background:#642b81;
	}
	.profWrap ul li:nth-child(3){
		background:#132a4f;
	}
	.profWrap ul li .profileSlide{
		display:none;
		width:100%;
		margin:0;
		padding:0;
	}
	.profWrap ul li input:checked + .profileSlide{
		display:block;
		margin-left:0;
	}
	.profWrap ul li img{
		width:100%;
	}
	.profWrap ul li .caption{
		position:relative;
		height:auto;
	}
	.profWrap ul li .caption .one-row {
		width: 100%;
		margin: 0;
	}
	.profWrap ul li .caption .one-row .col6:last-child {
		padding: 30px 20px;
	}
	.profWrap ul li:nth-child(1) .title, .profWrap ul li:nth-child(2) .title, .profWrap ul li:nth-child(3) .title{
		position:relative;
		width:100%;
		text-align:center;
		right:auto;
		left:auto;
		transform-origin: left top 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
	}
	.profWrap ul li:nth-child(1).profOpen .title, .profWrap ul li:nth-child(2).profOpen .title, .profWrap ul li:nth-child(3).profOpen .title {
		right: auto;
		left: auto;
	}
	.profWrap ul li .caption .one-row .col6 {
		padding: 20px;
	}
	.profWrap ul li.profOpen > .profileSlide {
		margin-left: 0;
	}
	.profWrap ul li object, .profWrap ul li .closeWave{
		display:none;
	}
	.profWrap ul li.profOpen > .profileSlide{
		display:none;
	}
	/*END 1000 PROFILES SECTION */
	/*1000 LEFT NAVIGATION SECTION*/
	.leftCol.col3{
		width:100%;
		float:none;
	}
	/*END 1000 LEFT NAVIGATION SECTION*/
	/*1000 LANDING/INTERIOR CONTENT AREA STYLES*/
	.content.col9{
		width:100%;
		margin-right:0;
	}
	.content.col6{
		width:100%;
		margin-right:0;
	}
	/*END LANDING/INTERIOR CONTENT AREA STYLES*/
	/*1000 LANDING/INTERIOR CTA BANNER AREA STYLES*/
	.ctaBanner .subHead{
		font-size:4.5vw;
	}
	.ctaBanner .headline{
		font-size: 9vw;
	}
	/*END 1000 LANDING/INTERIOR CTA BANNER AREA STYLES*/
	/*1000 LANDING/INTERIOR SLIDER STYLES */
	.spotlight .slide-content {
		align-items: stretch; 
	}
	.spotlight .colContainer {
		display: grid!important;
	}
	.spotlight .closeWave {
		display: none;
	}
	.spotlight .col6{
		width:100%;
		margin:0;
		float:none;
	}
	.spotlight.flexslider .slides .slide-image {
		margin: auto;
		min-width:0px;
		width: 100%;
		height: 100%;
	}
	.spotlight .slide-content{
		order: 2; 
	}
	.spotlight .slide-content .contentWrap{
		width:100%;
		margin-bottom:20px;
	}
	.spotlight .slide-image{
		order: 1;
	}
	.spotlight .slide-image img{
		min-width: 0;
		min-height: 0;
	}
	.spotlight ol.flex-control-nav {
		width:80%;
		list-style:none;
		bottom:20px;
	}
	.spotlight ol.flex-control-nav li {
		margin-right: 3%;
		margin-bottom: 11px;
		width: 50px;
		height: 10px;
	}
	/*END 1000 LANDING/INTERIOR SLIDER STYLES */
	/*1000 LANDING/INTERIOR RIGHT COLUMN STYLES*/
	.rightCol.col3{
		width:100%;
		margin-right:0;
	}
	/*END 1000 LANDING/INTERIOR RIGHT COLUMN STYLES*/
	/*1000 WIDGET STYLES*/
	.widget.events .date{
		max-width:100px;
	}
	/*END 1000 WIDGET STYLES*/
	/*1000 FOOTER CTA STYLES*/
	section.footerCTA {
		padding: 15px;
	}
	/*END 1000 FOOTER CTA STYLES*/
}
 @media only screen and (max-width:960px){
	/*960 GLOBAL ELEMENTS*/
	 h1{
		 font-size:2.25em;
		margin-bottom:15px;
	}
	 h2{
		 font-size:1.5rem;
		line-height:1.5rem;
	}
	 h3{
		 font-size:1.125rem;
		margin:5px 0;
	}
	 h4{
		 font-size:1rem;
		margin:5px 0;
	}
	 
	/*END 960 GLOBAL ELEMENTS*/
}
 @media screen and (max-width: 860px) {
	 .flex-direction-nav .flex-prev{
		 opacity: 1;
		left: 10px;
	}
	 .flex-direction-nav .flex-next{
		 opacity: 1;
		right: 10px;
	}
}
 @media screen and (max-width: 790px) {
	 section#experience .secBox .col6, section#experience .secBox .col12{
		 min-height: 265px;
	}
}
 @media screen and (max-width: 767px) {
	 .col9.calendar{
		 width:100%;
		margin-right:0;
		margin-bottom:30px;
	}
}
 @media only screen and (max-width: 720px) {
	/*720 GLOBAL STYLES*/
	 #play-pause{
		 display:none!important;
	}
	/*END 720 GLOBAL STYLES*/
	/*720 HERO SLIDER SECTION*/
	 .flexslider .slides img {
		 height: 260px;
	}
	 .homeImpact .overlay.bottom-left, .homeImpact .overlay.bottom-right, .homeImpact .overlay.top-left, .homeImpact .overlay.top-right{
		 position:absolute;
		bottom: 0;
		top: 0;
		margin:5% 10%;
		width:80%;
		height:170px;
		text-align: center;
	}
	/*END 720 HERO SLIDER SECTION*/
	/*720 HOME STUDY SECTION*/
	 section#study .wrapper{
		 padding: 40px 15px;
	}
	 section#study .buttonRow a.btnLrg{
		 width: 48%;
		float: left;
		margin: 5px 1% 5px 1%;
		min-width: auto;
		font-size: .9em;
		padding: 15px 10px;
	}
	 section#study .col6.studyCol div.col4 h3{
		 font-size: 1em;
	}
	 section#study .col6.studyCol img.circleIcon{
		 padding: 13%;
		width: 60px;
	}
	 section#study .col6.studyCol:last-child > div:last-child:before{
		 top:12%;
	}
	/*END 720 HOME STUDY SECTION*/
	/*720 HOME ADMISSIONS/PLAN SECTION*/
	 section#admissions .buttonRow{
		 margin-bottom:30px;
	}
	 section#admissions .buttonRow a.btnLrg{
		 width: 48%;
		float: left;
		margin: 5px 1% 5px 1%;
		min-width: auto;
		font-size: .9em;
		padding: 15px 10px;
	}
	 section#admissions .col6 .col4{
		 width:31%;
		float:left;
	}
	 section#admissions .col6 .col4 p{
		 font-size:.7em;
	}
	 section#admissions .col6 .col4 .infoIcon{
		 font-size: 2em;
	}
	 section#admissions #plan .col6{
		 width:100%;
	}
	 section#admissions #plan .col6:first-of-type {
		 padding: 10px 5px;
		border-right:none;
	}
	 section#admissions #plan .col6 .buttonRow a.btnLrg {
		 width: 48%;
	}
	/*END 720 HOME ADMISSIONS/PLAN SECTION*/
	/*720 HOME PLAN VISIT SECTION*/
	 section#admissions #plan .col6:last-child {
		 padding-left: 10px;
		padding-top: 20px;
	}
	/*720 CTA BANNER SECTION */
	 section#ctaBanner{
		 background:linear-gradient(to right, rgba(0, 0, 0, 1) 0%,rgba(0,0,0, 0.6) 100% ), url(../images/fullWidthBanner.jpg) no-repeat;
	}
	 section#ctaBanner .col6{
		 width:100%;
	}
	/*720 FOOTER*/
	 footer .wrapper{
		 width:95%;
	}
	 footer .wrapper .one-row .col6{
		 width:100%;
		text-align:center;
	}
	 footer .wrapper img{
		 width:80%;
		margin:20px 10%;
		max-width:400px;
	}
	/*END 720 FOOTER*/
}
 @media only screen and (max-width: 580px) {
	/*580 GLOBAL*/
	 h1 {
		 font-size: 1.75rem;
	}
	 p {
		 font-size: 1rem;
		line-height: 1.5rem;
	}
	/*580 HERO SLIDER SECTION*/
	 .heroSlider .heroMessage{
		 width:100%;
		padding: 40px 15px;
	}
	 .heroSlider .heroMessage img{
		 width: 25%;
	}
	 .heroSlider .heroMessage .heading{
		 font-size: 2em;
	}
	/*END 580 HERO SLIDER SECTION*/
	/*580 HOME STUDY SECTION*/
	 section#study .col6.studyCol .subHead {
		 font-size:1.25rem;
	}
	 section#study .col6.studyCol .one-row{
		 margin:0;
	}
	 section#study .col6.studyCol .col6{
		 margin-bottom:20px;
	}
	 section#study .col6.studyCol .one-row .col6:last-child{
		 margin-bottom:0;
	}
	 section#study .col6.studyCol .col12 {
		 margin-top: 10px;
	}
	/*580 HOME EXPERIENCE/APPLY SECTION*/
	 section#experience{
		 min-height:0;
	}
	 section#experience .mainBox {
		 width: 100%;
		min-height: 200px;
		margin: 0;
		padding: 3% 0 0 10px;
	}
	 section#experience .mainBox a.btnLrg {
		 width: 100%;
		max-width: 275px;
	}
	 section#experience .col6 .subHead {
		 font-size: 1.25rem;
	}
	 section#experience .mainBox h1 {
		 font-size: 9vw;
	}
	 section#experience .secBox{
		 min-height:0;
	}
	 section#experience .secBox .col6 {
		 width: 50%;
		float:left;
	}
	 section#experience .secBox .col6, section#experience .secBox .col12 {
		 min-height: 225px;
	}
	 section#experience .col6.smallBox h3 {
		 font-size: 3vw;
		padding: 10px;
		width: 145px;
		max-height: 150px;
		margin: 60px auto;
	}
	 section#experience .smallBox .over {
		 padding: 60px 2px;
	}
	 section#experience .smallBox .over span.statHead {
		 font-size: 5vw;
	}
	 section#experience .smallBox .over p.statBody {
		 font-size: .95rem;
	}
	 section#experience .smallBox .over a.statLink {
		 font-size: .75rem;
		margin-top: 5px;
	}
	 section#experience .col12.smallBox h3 {
		 font-size: 3vw;
		padding: 15px;
		width: 250px;
		max-height: 150px;
		margin: 80px auto;
	}
	 section#experience .col12.smallBox .over {
		 padding: 60px 25px;
	}
	 section#experience .secBox .col6, section#experience .secBox .col12 {
		 min-height: 225px;
	}
	/*580 HOME ADMISSIONS/PLAN SECTION*/
	 section#admissions #plan .col6 .event span.eventTitle, section#admissions #plan .col6 .event span.eventTime{
		 line-height:1.2em;
	}
	/*END 580 HOME ADMISSIONS/PLAN SECTION*/
	/*580 LANDING/ITERIOR IMPACT AREA STYLES*/
	 section.impact .tagLine span{
		 font-size:1.75rem;
	}
	/*END 580 LANDING/ITERIOR IMPACT AREA STYLES*/
	/*580 LANDING/INTERIOR CTA BANNER AREA STYLES*/
	 .ctaBanner .subHead{
		 font-size:6.5vw;
	}
	 .ctaBanner .headline{
		 font-size: 10.25vw;
	}
	 .whiteHeadline{
		 font-size:3rem;
	}
	 .whiteSubHead{
		 font-size:1.75rem;
	}
	 a.iconBtn{
		 width:100%;
	}
	/*END 580 LANDING/INTERIOR CTA BANNER AREA STYLES*/
	/*580 LANDING/INTERIOR WYSIWYG AREA STYLES*/
	 .wysiwyg-content > img {
		 width:100%;
		max-width: 100%;
		display:block;
		margin: 15px 0 25px 0!important;
		float:none!important;
	}
	 .columns .solid{
		 margin-bottom:25px;
		min-height:0;
	}
	 .colContainer{
		 display:block;
	}
	/*580 LANDING/INTERIOR SLIDER STYLES */
	.spotlight .slide-content .contentWrap { 
	    padding: 6.5% 11% 10% 13.5%;
	}
	/*580 FOOTER*/
	 footer .wrapper{
		 width:100%;
	}
	 footer .wrapper .one-row .col6{
		 text-align:center;
	}
	 footer .wrapper img{
		 width:80%;
		margin:20px 10%;
		max-width:400px;
	}
	/*END 580 FOOTER*/
}
 @media only screen and (max-width: 420px) {
	/*420 ANCHOR BUTTON SECTION*/
	 .sectionButtons ul li{
		 margin:0;
		border:.5px solid #ffffff;
		height: 50px;
	}
	 .sectionButtons ul li a {
		 padding: 10px 25%;
	}
	/*END 420 ANCHOR BUTTON SECTION*/
	/*420 HOME STUDY SECTION*/
	 section#study .col6.studyCol img.circleIcon{
		 width: 50px;
	}
	 section#study .col6.studyCol:last-child > div:first-child:after{
		 right:-11px;
		top:26%;
		font-size:1em;
	}
	 section#study .col6.studyCol:last-child > div:last-child:before{
		 left:-10px;
		top:11%;
		font-size:2em;
	}
	 section#study .buttonRow a.btnLrg{
		 width:100%;
		margin:10px 0;
		float:none;
	}
	 section.news a.all, section.events a.all {
		 position:relative;
		margin-top:10px;
		top: auto;
		right: auto;
	}
	/*END 420 HOME STUDY SECTION*/
	/*420 HOME ADMISSIONS SECTION*/
	 section#admissions .buttonRow a.btnLrg, section#admissions #plan .col6 .buttonRow a.btnLrg{
		 width:100%;
		margin:10px 0;
		float:none;
	}
	/*END 420 HOME ADMISSIONS SECTION*/
	/*420 HOME EXPERIENCE/APPLY SECTION*/
	 section#experience .secBox .col6, section#experience .secBox .col12 {
		 min-height: 165px;
	}
	 section#experience .col12.smallBox h3{
		 margin: 55px auto;
	}
	/*420 FOOTER*/
	 footer {
		 padding: 15px 0 0px 0;
	}
	/*END 420 FOOTER*/
}
 @media all and (min-width: 320px) {
	 .mobileMenu {
		 transform: translateX(100%);
		width: 100%;
	}
}
/*NEW CODE*/
/*BEGIN NEW RIGHT NAV CODE*/
 @media screen and (min-width: 961px){
	 header nav ul li:hover > a{
		 color:#007298;
		font-family: 'GothamNarrow-bold';
	}
	/*NEW RIGHT WIDGET LINK CODE*/
	 .widget.list ul li a{
		 color:#132a4f;
		/*MODIFIED LINE BELOW*/
		 text-decoration: none;
	}
	 .widget.list a:hover{
		 color: #0072a2;
		 text-shadow: 1px 0 0 currentColor;
	}
	 .widget.list a:active{
		 color: #ee0000 
	}
	/*END NEW RIGHT WIDGET LINK CODE*/
	/*NEW LINK CODE*/
	 .wysiwyg-content a:hover{
		 color: #0072a2;
		 text-shadow: 1px 0 0 currentColor;
		 text-decoration: underline!important;
	}
	/*SPECIAL COLOR OPTIONS*/
	 .wysiwyg-content.gray.white-text a:hover, .wysiwyg-content.purple.white-text a:hover, .wysiwyg-content.orange.white-text a:hover, .wysiwyg-content.green.white-text a:hover, .wysiwyg-content.blue.white-text a:hover{
		 color: #ffffff;
		 text-shadow: 1px 0 0 currentColor;
		 text-decoration: underline!important;
	}
}
/*END OF NEW LINK CODE*/
/*END OF NEW CODE*/

/*responsive video code added february 2020 diane skyland*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*table padding added april 2020 diane skyland*/
th, td {
  padding: 5px;
}

header .wrapper, .utilityNav .wrapper { max-width:1400px; }

/* NAVBAR POSITION CHANGED FROM FLOATS TO FLEX (brad) */
header .wrapper {
	display: flex;
	justify-content: space-between;
}
header nav ul.mainNav > li:last-child > a { padding:3px 5px; border: 2px solid #007298; }

#socialHome { background-color: #007398;padding: 25px 80px; display:flex; flex-wrap:wrap; flex-direction: row;}
#socialHome h2 {color: #fff; font-family: 'GothamNarrow-Medium'; font-size: 3rem;margin-bottom: 20px;align-self: start;flex: 1 0 50%; }
#socialHome .socialLink {color: #fff;font-family: 'GothamNarrow-Medium';text-decoration: none;font-size: 1.3rem;float: right;}
#socialHome .socialLink:after { font-family: FontAwesome; content: "\f101"; color: #fff; font-size: 1.3rem; position: relative; margin-left: .375rem;cursor: pointer; align-self: first baseline;}

@media all and (max-width:960px){
    #socialHome { flex-direction: column }
    #socialHome h2 {line-height: 3rem;}
    #socialHome .socialLink {order: 3; align-self: center; margin-top: 40px; font-size: 1rem;}
}

section.events.feed .band { background: #ffffff; margin-top:0; }
section.events.feed .band .wrapper { max-width: 1400px; }
section.events.feed .dateBox { background: #ffffff; border: 4px solid #D7E04C; }
section.events.feed .dateBox .month { font-family: 'Gotham-Medium'; color: #007298;  }
section.events.feed .dateBox .day { color: #007298; }
section.events.feed .title { color: #132a4f; width: 95%; margin-top:0; }
section.events.feed .event a { font-family: 'Gotham-Light'; color: #132a4f; margin-top: 1.5rem; }
section.events.feed .one-row:last-child { margin:0; padding:0 0 2rem 0; }
section.events.feed .alignRight { text-align: right; } 
section.events.feed .flex-control-nav { display:none; }
section.events.feed .eventNav a.flex-prev, section.events.feed .eventNav a.flex-next { text-decoration: none; margin:0 1rem; }
section.events.feed .eventNav i { font-size: 1.75rem; color:#132a4f; text-decoration: none; }
section.events.feed .eventNav span { display: inline-block; font-family: 'Gotham-Light'; font-size: 1rem; color:#132a4f; }
section.events.feed a.viewAll { display: inline-block; font-family: 'Gotham-Bold'; font-size: 1.125rem; color:#132a4f; text-transform: uppercase; text-decoration: none; }
section.events.feed a.viewAll:after { font-family:FontAwesome; content:"\f101"; font-size:1.25rem; color:#132a4f; position:relative; margin-left:.375rem; cursor:pointer; }

@media screen and (max-width:850px) {
 section.events.feed .band .wrapper { max-width:72%; }
 section.events.feed .one-row .col6 { width:100%; margin: 0 0 1.25rem 0; text-align: center!important; }
}

 a.homeLrg { color: #00769B; border:2px solid #00769B; background:#ffffff;}
 a.homeLrg:hover{color: #fff !important; border:2px solid #00769B; background:#00769B;}



.newsGrid:after { content:""; display:block; clear:both; }
/*Overlay Colors*/
.newsGrid .article .overlay { position:absolute; top:0; right:0; bottom:0; left:0; z-index:2; opacity:.75; }
.newsGrid .article .overlay.blue { background:#007298; }
.newsGrid .article .overlay.lightBlue { background:#4B74B9; } 
.newsGrid .article .overlay.darkBlue { background:#132A4F; } 
.newsGrid .article .overlay.purple { background:#642B81; }   
     /*Hover/Focus*/
        .newsGrid .article:hover .overlay { background:#ffffff; transition:all .25s ease; }


/*Layout Styles*/
.newsGrid .article { position: relative; float: left; margin: 0; height: 0; background: #000; clear:right;  }
.newsGrid .article.wide{ width: 42.04%; padding-bottom: 21.02%; }
.newsGrid .article:nth-child(1) { width: 36.916%; padding-bottom: 42.039%;   }    
.newsGrid .article:not(:nth-child(1)):not(.wide){ width: 21.02%; padding-bottom: 21.02%; }


/*Block Titles*/
.newsGrid .article span.title{ display:block; color:#ffffff; font-family: 'Gotham-Bold', sans-serif; text-transform: uppercase; opacity:1; transition: all .25s ease; }
.newsGrid .article:nth-child(1) span.title { font-size: 2.5vw; line-height: 3vw; }
.newsGrid .article:not(:nth-child(1)) span.title { font-size: 1.375vw; line-height: 1.95vw; }
     /*Hover/Focus*/            
        .newsGrid .article:hover span.title, .newsGrid .article:focus span.title { opacity:.75; transition:all .25s ease; }
        .newsGrid .article:hover span.title.blue, .newsGrid .article:focus span.title.blue { color:#007298; }
        .newsGrid .article:hover span.title.lightBlue, .newsGrid .article:focus span.title.lightBlue { color:#4B74B9; }
        .newsGrid .article:hover span.title.darkBlue, .newsGrid .article:focus span.title.darkBlue { color:#132A4F; }
        .newsGrid .article:hover span.title.purple, .newsGrid .article:focus span.title.purple { color:#642B81; }


/*Block Text*/
.newsGrid .content { position: absolute; z-index: 3; top: 0; right: 0; bottom: 0; left: 0; margin: auto; padding: 13%; }
.newsGrid .article.wide .content { padding: 13% 8%; }
.newsGrid .article:nth-child(1) .text { width: 76%; }
.newsGrid .article:not(:nth-child(1)) .text { width: 95%; }


/*Block Dates*/
.newsGrid .article span.date { display: block; font-family: 'Gotham-Medium'; font-size:1vw; color:#ffffff; opacity:1; transition:all .25s ease; }
.newsGrid .article:nth-child(1) .content span.date { margin-top:1.5vw; } 
.newsGrid .article:not(:nth-child(1)) .content span.date { margin-top:1vw; }
     /*Hover/Focus*/  
        .newsGrid .article:hover span.date { opacity:0; transition:all .25s ease; }


/*Block Images*/
.newsGrid .article img { position: absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; z-index:1; height: 100%; width: 100%;}


/*View all block*/
.newsGrid .viewAll{ background: #132A4F; width: 21.02%; height: 0; padding-bottom: 21.02%; margin: 0; float: left; position: relative; } 
.newsGrid .viewAll .overlay { position:absolute; top:0; right:0; bottom:0; left:0; z-index:2; opacity:.75; }
.newsGrid .viewAll .text { text-align:center; }
.newsGrid .viewAll a.readMore { background:transparent; font-size: 1.25rem; border-color:#ffffff; color:#ffffff; opacity: 1; padding:.5rem 2rem; top: 0; right: 0; bottom: 0; left: 0; height: 2.75rem; width: 75%; margin: auto; }
     /*Hover/Focus*/
        .newsGrid .viewAll a.readMore:hover, .newsGrid .viewAll a.readMore:focus { background:#ffffff; color:#132A4F!important; transition:all .25s ease; }


/*Readmore Buttons*/
.newsGrid a.readMore { position: absolute; display:inline-block; font-family: 'Gotham-Bold'; color:#007298; border:3px solid #007298; margin-top:1.5rem; padding:.5rem 1.5rem; text-decoration: none; text-transform: uppercase; opacity:0; left:-99999px; bottom:-100px; transition:all .5s ease; }
     /*Hover/Focus*/
        .newsGrid .article:hover a.readMore:not(.all), .newsGrid .article:focus a.readMore:not(.all) { position:relative; left:auto; bottom:0; opacity:1; transition:all .5s ease; }
        .newsGrid a.readMore:not(.all):hover, .newsGrid a.readMore:not(.all):focus { position:relative; left:auto; color:#ffffff; background-color:#007298; transition:all .5s ease; }

@media screen and (max-width:1546px) {
    .newsGrid .viewAll a.readMore { font-size: 1.125vw; padding: .5rem 1rem; height: 2.25rem; }
}
@media screen and (max-width:1280px) {
  .newsGrid .article .content span.date { font-size:1rem; }
  .newsGrid a.readMore { font-size:1vw; border-width:2px; }
}

@media screen and (max-width:960px) {
  .newsGrid .article:nth-child(1) .text { width: 95%; }
  .newsGrid .article .content span.date { font-size:.75rem; }
  .newsGrid a.readMore { font-size:1.25vw; margin-top: .5rem; padding:.5rem; }      
}   

@media screen and (max-width:720px) {
  .newsGrid { display:flex; flex-wrap: wrap; align-content: flex-start;  }
  .newsGrid .article, .newsGrid .viewAll { flex: 0 1 auto; float:none; position: relative; height:auto; padding-bottom:0; }
  .newsGrid .article .content { padding:9% 5%; }
  .newsGrid .article:nth-child(5).wide .content { padding: 9% 2.5%; }  
  .newsGrid .article:nth-child(1), .newsGrid .article:not(:nth-child(1)):not(.wide) { width:50%; padding-bottom:0; height:45vw; overflow: hidden; }
  .newsGrid .article:nth-child(1) { order:1; }
  .newsGrid .article:nth-child(2) { order:2; }
  .newsGrid .article:nth-child(3) { order:4; }
  .newsGrid .article:nth-child(4) { order:5; }
  .newsGrid .article:nth-child(5).wide { order:3; width:100%; padding-bottom:0; height:40vw; overflow: hidden; }
  .newsGrid .article span.title { font-size: 3vw!important; line-height: 3.5vw!important; }
  .newsGrid a.readMore { font-size: 2.75vw; }
  .newsGrid .viewAll { order:6; width:100%; height:20vw!important; }     
  .newsGrid .viewAll .content { padding:6.75vw; }      
  .newsGrid .viewAll a.readMore { font-size: 3vw!important;line-height: 3vw!important; position: relative; top:auto;right:auto; bottom:auto; left:auto; height:auto; }
  .newsGrid .article .content span.date { font-size: 1.875vw!important; }
}


section.testimonials .testSlide { position: relative; }
section.testimonials .testSlide:after { clear: both; display: block; content: ""; } 
section.testimonials .testSlide .title { position: absolute; background: #132A4f; width: 44%; top: 1.5vw; padding: 1.5vw 2vw 1.5vw 6vw; font-size: 3vw; font-family: 'Gotham-Medium'; text-transform: uppercase; color: #ffffff; }
section.testimonials .testSlide .student.title { position: absolute; background: #132A4f; }
section.testimonials .testSlide .faculty.title { position: absolute; background: #007298; }
section.testimonials .testSlide .alumni.title { position: absolute; background: #132A4f; }
section.testimonials .testSlide .bio { float:left; width:38%; margin:0; padding: 10vw 7vw 0vw 7vw; }
section.testimonials .testSlide .bio span.name { display: block; font-family: 'Gotham-Medium'; font-size:1.75vw; color:#007298; margin-bottom:1vw; text-transform: uppercase; }
section.testimonials .testSlide .bio p { font-family: 'Gotham-Medium'; font-size:.875vw; color:#007298; line-height:1.25vw; margin-bottom:1vw; }
section.testimonials .testSlide .image { float:left; width:62%; margin:0; }
section.testimonials .testSlide .image img { display: block; width:100%; }
section.testimonials .testNav { position:absolute; left:39%; bottom: 1rem; z-index: 10; }     
section.testimonials .testNav a.flex-prev, section.testimonials .testNav a.flex-next { text-decoration: none; margin:0 1rem; }
section.testimonials .testNav i { font-size: 1.75rem; color:#ffffff; text-decoration: none; }
section.testimonials .testNav span { display: inline-block; font-family: 'Gotham-Light'; font-size: 1rem; color:#ffffff; }
section.testimonials .testSlide a.btnLrg { background: transparent; border: 3px solid #007298; color: #007298; font-size: 16px; padding: 1vw 1vw; line-height: 1.5vw; display: inline-block; min-width: 0; margin: 0; font-family: 'Gotham-Medium'; }
section.testimonials .testSlide a.btnLrg:hover, section.testimonials .testSlide a.btnLrg:focus { background:#007298; border:3px solid #007298; color:#ffffff; }

@media screen and (max-width:1230px) {         
 section.testimonials .testSlide .bio p { font-size: 1.125vw; line-height: 1.5vw; margin-bottom: 2vw; }
}

@media screen and (max-width:850px) {
 section.testimonials .testSlide { display: flex!important; flex-wrap: wrap; align-content: flex-start; padding-bottom: 10vw; }
 section.testimonials .testSlide .bio { float: none; width: 100%; order: 2; flex: 0 1 auto; padding: 6vw 7vw 0vw 7vw; }
 section.testimonials .testSlide .image { float: none; width: 100%; order: 1; flex: 0 1 auto; text-align: right; margin-top: 10vw; }
 section.testimonials .testSlide .image img { max-width:70%; float:right; }
 section.testimonials .testSlide .title { width: 55%; top: 1.5vw; padding: 2.5vw 2vw 2.5vw 6vw; font-size: 4vw; }
 section.testimonials .testSlide .bio span.name { font-size: 3.5vw; margin-bottom: 3vw; }
 section.testimonials .testSlide .bio p { font-size: 1.5vw; color: #007298; line-height: 2.25vw; margin-bottom: 3.5vw; }
 section.testimonials .testSlide a.btnLrg { font-size: 1.75vw; padding: 1.2vw 1.2vw; line-height: 3.5vw; max-width: 70%; }
 section.testimonials .testNav { left:auto; width: 100%; text-align: center; }
 section.testimonials .testNav i, section.testimonials .testNav span { color:#132A4f; }
}  

@media screen and (max-width:720px) {
 section.testimonials .testSlide { display: flex!important; flex-wrap: wrap; align-content: flex-start; padding-bottom: 15vw; }
 section.testimonials .testSlide .bio { float: none; width: 100%; order: 2; flex: 0 1 auto; padding: 6vw 7vw 0vw 7vw; }
 section.testimonials .testSlide .image { float: none; width: 100%; order: 1; flex: 0 1 auto; text-align: right; margin-top: 15vw; }
 section.testimonials .testSlide .image img { max-width:70%; float:right; }
 section.testimonials .testSlide .title { width: 55%; top: 1.5vw; padding: 3.5vw 2vw 3.5vw 8vw; font-size: 6vw; }
 section.testimonials .testSlide .bio span.name { font-size: 3.75vw; margin-bottom: 3vw; }
 section.testimonials .testSlide .bio p { font-size: 2.5vw; color: #007298; line-height: 4.25vw; margin-bottom: 3.5vw; }
 section.testimonials .testSlide a.btnLrg { font-size: 3.25vw; padding: 1.2vw 1.2vw; line-height: 4.5vw; max-width: 70%; }
 section.testimonials .testNav { left:auto; width: 100%; text-align: center; }
 section.testimonials .testNav i, section.testimonials .testNav span { color:#132A4f; }
}    


/*MODULAR PAGE TESTIMONIALS*/

 .mainContent section.testimonials.wrapper { margin: 0 auto; } 
.mainContent section.testimonials .testSlide { position: relative; }
.mainContent section.testimonials .testSlide:after { clear: both; display: block; content: ""; } 
.mainContent section.testimonials .testSlide .title { position: absolute; background: #132A4f; width: 44%; top: .5rem; padding: 1rem; padding-left:3rem; font-size: 1.5rem; font-family: 'Gotham-Medium'; text-transform: uppercase; color: #ffffff; }
.mainContent section.testimonials .testSlide .student.title { position: absolute; background: #132A4f; }
.mainContent section.testimonials .testSlide .faculty.title { position: absolute; background: #007298; }
.mainContent section.testimonials .testSlide .alumni.title { position: absolute; background: #132A4f; }
.mainContent section.testimonials .testSlide .bio { float:left; width:38%; margin:0; padding: 6rem 1rem 1rem 1rem; }
.mainContent section.testimonials .testSlide .bio span.name { display: block; font-family: 'Gotham-Medium'; font-size:1.5rem; color:#007298; margin-bottom:1vw; text-transform: uppercase; }
.mainContent section.testimonials .testSlide .bio p { font-family: 'Gotham-Medium'; font-size:.75rem; color:#007298; line-height:1.25rem; margin-bottom:.75rem; }
.mainContent section.testimonials .testSlide .image { float:left; width:62%; margin:0; }
.mainContent section.testimonials .testSlide .image img { display: block; width:100%; min-height: 350px; object-fit:cover; }
.mainContent section.testimonials .testNav { position:absolute; left:39%; bottom: 1rem; z-index: 10; text-shadow:2px 2px 2px #000000; }     
.mainContent section.testimonials .testNav a.flex-prev, .mainContent section.testimonials .testNav a.flex-next { text-decoration: none; margin:0 1rem; }
.mainContent section.testimonials .testNav i { font-size: 1.75rem; color:#ffffff; text-decoration: none; }
.mainContent section.testimonials .testNav i span.hide { display:none; }
.mainContent section.testimonials .testNav span { display: inline-block; font-family: 'Gotham-Light'; font-size: 1rem; color:#ffffff; }
.mainContent section.testimonials .testSlide a.btnLrg { background: transparent; border: 3px solid #007298; color: #007298; font-size: 1rem; padding: 1rem 2rem; line-height: 1.5rem; display: inline-block; min-width: 0; margin: 0; font-family: 'Gotham-Medium'; }
.mainContent section.testimonials .testSlide a.btnLrg:hover, .mainContent section.testimonials .testSlide a.btnLrg:focus { background:#007298; border:3px solid #007298; color:#ffffff; }

@media screen and (max-width:1230px) {         
 .mainContent section.testimonials .testSlide .bio p { font-size: 1.125vw; line-height: 1.5vw; margin-bottom: 2vw; }
}

@media screen and (max-width:850px) {
 .mainContent section.testimonials .testSlide { display: flex!important; flex-wrap: wrap; align-content: flex-start; padding-bottom: 10vw; }
 .mainContent section.testimonials .testSlide .bio { float: none; width: 100%; order: 2; flex: 0 1 auto; padding: 6vw 7vw 0vw 7vw; }
 .mainContent section.testimonials .testSlide .image { float: none; width: 100%; order: 1; flex: 0 1 auto; text-align: right; margin-top: 10vw; }
 .mainContent section.testimonials .testSlide .image img { max-width:70%; min-height:200px; float:right; }
 .mainContent section.testimonials .testSlide .title { width: 55%; top: 1.5vw; padding: 2.5vw 2vw 2.5vw 6vw; font-size: 4vw; }
 .mainContent section.testimonials .testSlide .bio span.name { font-size: 3.5vw; margin-bottom: 3vw; }
 .mainContent section.testimonials .testSlide .bio p { font-size: 1.5vw; color: #007298; line-height: 2.25vw; margin-bottom: 3.5vw; }
 .mainContent section.testimonials .testSlide a.btnLrg { font-size: 1.75vw; padding: 2vw 2vw; line-height: 3.5vw; max-width: 70%; }
 .mainContent section.testimonials .testNav { left:auto; width: 100%; text-align: center; text-shadow: none; }
 .mainContent section.testimonials .testNav i, .mainContent section.testimonials .testNav span { color:#132A4f; }
}  

@media screen and (max-width:720px) {
 .mainContent section.testimonials .testSlide { display: flex!important; flex-wrap: wrap; align-content: flex-start; padding-bottom: 15vw; }
 .mainContent section.testimonials .testSlide .bio { float: none; width: 100%; order: 2; flex: 0 1 auto; padding: 6vw 7vw 0vw 7vw; }
 .mainContent section.testimonials .testSlide .image { float: none; width: 100%; order: 1; flex: 0 1 auto; text-align: right; margin-top: 15vw; }
 .mainContent section.testimonials .testSlide .image img { max-width:70%; float:right; }
 .mainContent section.testimonials .testSlide .title { width: 55%; top: 1.5vw; padding: 3.5vw 2vw 3.5vw 8vw; font-size: 6vw; }
 .mainContent section.testimonials .testSlide .bio span.name { font-size: 3.75vw; margin-bottom: 3vw; }
 .mainContent section.testimonials .testSlide .bio p { font-size: 2.5vw; color: #007298; line-height: 4.25vw; margin-bottom: 3.5vw; }
 .mainContent section.testimonials .testSlide a.btnLrg { font-size: 3.25vw; padding: 2vw 2vw; line-height: 4.5vw; max-width: 70%; }
 .mainContent section.testimonials .testNav { left:auto; width: 100%; text-align: center; }
 .mainContent section.testimonials .testNav i, .mainContent section.testimonials .testNav span { color:#132A4f; }
}        

/* NEW NEWS CSS */

  /*BEGIN NEWS CENTER NAVIGATION */
  .newsUtility { background-color: #132A4F; margin-top: 25px; position: sticky; z-index: 9; top:0px;}
  .newsUtility.newsMargin { margin-bottom: 25px; }
  .newsUtility .wrapper { display: flex; flex-flow: row wrap; padding: 10px; }
  .newsUtility h1 { color: #fff; margin-bottom:0;}
  .newsUtility .rightNav { margin-left: auto; display:flex;}
  /*.newsUtility .newsSearch { position: relative; height: 35px; width: 100%; padding-left: 2px; min-width: 370px; margin-right: 35px; }*/
  /*.newsUtility .newsSearch .searchBoxNews { height: 36px; margin-top: 2px; }*/
  /*.newsUtility .newsSearch .searchBoxNews input { height: 31px; width: 80%; padding: 5px; border: 0; }*/
  /*.newsUtility .newsSearch  .searchBoxNews button { height: 31px; width: 20%; padding: 5px;  background: #ffffff;  border: 0;  text-align: right; cursor: pointer; line-height: 19px; }*/
  /*.newsUtility .newsSearch .searchBoxNews button span { display: none; }*/
  /*.newsUtility .newsSearch  button i { color: #405c6e; font-size: 1.25rem; line-height: 13px; }*/
  .newsUtility .catDropDown {position: relative;}
  .newsUtility .catDropDown .catInput { position: absolute; opacity: 0; z-index: -1; }
  .newsUtility .catDropDown label { color: #fff; font-family: 'GothamNarrow-Book'; border: 2px solid #fff; padding: 10px 40px; display: flex; }
  .newsUtility .catDropDown label i { font-size: .75rem; display: inline-block; margin-left: 10px; transition: .3s linear all; }
  .newsUtility .catDropDown .catInput:not(:checked) ~ .dropdownMenu { display: none; }
  .newsUtility .catDropDown .catInput:checked ~ .dropdownMenu { z-index: 999; display: block; position: absolute; background-color: #f1f1f1; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); background-color: #132A4F; padding:5px 30px 25px 30px;  border-left: 2px solid #fff; border-right: 2px solid #fff;border-bottom: 2px solid #fff;}
  .newsUtility .catDropDown .catInput:checked ~ label { border-bottom: transparent; }
  .newsUtility .catDropDown .catInput:checked ~ label i { transform: rotate(-90deg) }
  .newsUtility .catDropDown .dropdownMenu ul { list-style: none; }
  .newsUtility .catDropDown .dropdownMenu li { margin: 10px 0; }
  .newsUtility .catDropDown .dropdownMenu li a { color: #fff; font-family: 'GothamNarrow-Book'; letter-spacing: .6px; }

  @media screen and (max-width:850px){
    .newsUtility .rightNav { display: block; }
    .newsUtility .wrapper { padding: 10px; }
    .newsUtility .wrapper{ flex-flow: column wrap; }
    .newsUtility .rightNav { margin-left: 0;}
    .newsUtility .newsSearch { min-width: 100%; }
    .newsUtility .catDropDown label { width: 100%; }
    .newsUtility .catDropDown .catInput:checked ~ .dropdownMenu  { width: 100%; }
  }

  /*END NEWS NAVIGATION */

  /*BEGIN NEWS NAVIGATION */
  .newsUtility { background-color: #132A4F; box-shadow: .15vh .15vh .35vh #000; margin-top: 25px; position: sticky; z-index: 7; top:0px;}
  .newsUtility .wrapper { display: flex; flex-flow: row wrap; padding: 20px 0px; align-items: center; }
  .newsUtility h1 { color: #fff; margin-bottom:0;}
  .newsUtility .newsSearch { width: 40vh; }

  @media screen and (max-width:850px){
    .newsUtility .rightNav { display: block; }
    .newsUtility .wrapper { padding: 10px; }
    .newsUtility .wrapper{ flex-flow: column wrap; }
  }

  /*END NEWS NAVIGATION */
  
/* BEGIN NEWS LISTING */
.newsListing .articleImg { float: left; margin: 0 35px 0 0; max-height: 165px; }
.newsListing .articleListing { display: flex; margin: 35px 0;}
/* END NEWS LISTING */
   
/*BEGIN NEWS IMPACT */
.impactWrapper { display: flex;}
.newsImpact { width: 62%; }
.newsImpact .newsSlide { position: relative; }
/* .newsImpact .newsSlide:after { clear: both; display: block; content: ""; }  */
.newsImpact .newsSlide .image { width:100%; margin:0; }
.newsImpact .newsSlide .image .overlay { background-color: rgba(0, 0, 0, .3); position: absolute; top: 0; bottom: 0; right: 0; left: 0; }
.newsImpact .newsSlide .image img { display: block; width:100%; }
.newsImpact .newsimpactNav { position:absolute; left:1%; bottom: 1vw; z-index: 3; }
.newsImpact .newsimpactNav a.flex-prev, .newsImpact .newsimpactNav a.flex-next { text-decoration: none; margin:0 1rem; }
.newsImpact .newsimpactNav i { font-size: 1.75rem; color:#ffffff; text-decoration: none; }
.newsImpact .newsimpactNav i span.hide { display:none; }
.newsImpact .newsimpactNav span { display: inline-block; font-family: 'Gotham-Light'; font-size: 1rem; color:#ffffff; }
.newsImpact .newsSlide a.btnLrg { background: transparent; border: 3px solid #007298; color: #007298; font-size: 1.25vw; padding: 1vw 2vw; line-height: 1.5vw; display: inline-block; min-width: 0; margin: 0; font-family: 'Gotham-Medium'; }
.newsImpact .newsSlide a.btnLrg:hover, .newsImpact .newsSlide a.btnLrg:focus { background:#007298; border:3px solid #007298; color:#ffffff; }
.newsImpact .newsSlide .impactText { position: absolute; padding: 0 0 0 40px; bottom: 15%;}
.newsImpact .newsSlide .impactText h2 { color: #fff; margin: 15px 0; font-size: 2.5rem; line-height: 3rem;}
.newsImpact .newsSlide .impactText .featured { color: #fff; background-color: #4B74B9; font-family: 'GothamNarrow-Book'; padding: 5px 10px; text-transform: uppercase; font-weight: 900; font-size: .75rem; }
.newsImpact .newsSlide .impactText .date{ color: #fff; font-family: 'GothamNarrow-Book'; font-size: 1.125rem; font-weight: 900; }


@media screen and (max-width:960px) {
   .impactWrapper { flex-flow: row wrap;}
   .newsImpact { margin-bottom: 25px; width: 100%;}
   .newsImpact .newsSlide .image .overlay { display: none; }
   .newsImpact .newsimpactNav { bottom: 0; }
   .newsImpact .newsSlide .image { float: none; width: 100%; }
   .newsImpact .newsSlide .impactText { position: relative; width:100%; padding: 0 10px 45px; margin-top: -30px;}
   .newsImpact .newsSlide .impactText .featured { margin-bottom: 15px; }
   .newsImpact .newsSlide .impactText h2 { color:  #50748A;font-size: 1.25rem; line-height: 1.5rem; margin: 25px 0 15px 0;}
   .newsImpact .newsSlide .impactText .date, .newsImpact .newsimpactNav span, .newsImpact .newsimpactNav i { color: #132A4F; }
   .newsImpact .newsimpactNav {margin-left: auto;margin-right: auto;left: 0;right: 0;text-align: center; }

}
  /*END NEWS IMPACT */

  /*BEGIN IMPACT GRID */
   .impactWrapper .impactNewsGrid { width: 38%; display: flex; flex-flow: row wrap;}
   /*Overlay Colors*/
    .impactWrapper .impactNewsGrid .article .overlay, .colorBlock .article .overlay { position:absolute; top:0; right:0; bottom:0; left:0; z-index:2; opacity:.75; }
    .impactWrapper .impactNewsGrid .article.noImage .overlay, .colorBlock .article.noImage .overlay { opacity:1; }
    .impactWrapper .impactNewsGrid .article .overlay.blue, .colorBlock .article .overlay.blue { background:#007298; }
    .impactWrapper .impactNewsGrid .article .overlay.lightBlue, .colorBlock .article .overlay.lightBlue { background:#4B74B9; }
    .impactWrapper .impactNewsGrid .article .overlay.darkBlue, .colorBlock .article .overlay.darkBlue { background:#132A4F; }
    .impactWrapper .impactNewsGrid .article .overlay.purple, .colorBlock .article .overlay.purple { background:#642B81; }
    .impactWrapper .impactNewsGrid .article .overlay.white, .colorBlock .article .overlay.white { background:#fff; }
    .impactWrapper .impactNewsGrid .article .overlay.yellow, .colorBlock .article .overlay.yellow { background: #FDE731;  }
    .impactWrapper .impactNewsGrid .article .overlay.teal, .colorBlock .article .overlay.teal {background: #00769B;}
   /*Hover/Focus*/
     .colorBlock .article.noImage:hover .overlay { opacity:.45; transition:all .25s ease; }
     .impactWrapper .impactNewsGrid .article:hover .overlay, .colorBlock .article:not(.noImage):hover .overlay  { background:#ffffff; transition:all .25s ease; }

   /*Layout Styles*/
    .impactWrapper .impactNewsGrid .article { position: relative; background: #000; }
    .impactWrapper .impactNewsGrid .article.wide{ width: 100%; overflow: hidden;}
    .impactWrapper .impactNewsGrid .article:not(.wide){ width: 50%; overflow: hidden;}


   /*Block Titles*/
    .impactWrapper .impactNewsGrid .article span.title, .colorBlock .article span.title{ margin-bottom: 10px; display:block; color:#ffffff; font-family: 'Gotham-Bold', sans-serif; text-transform: uppercase; opacity:1; transition: all .25s ease; font-size: 1.25vw; line-height: 1.5vw;}
    .impactWrapper .impactNewsGrid .article span.title.dkBwhite,  .impactWrapper .impactNewsGrid .article span.date.dkBwhite, .colorBlock .article span.date.dkBwhite, .colorBlock .article span.date.dkBwhite { color:#132A4F; }

   /*Hover/Focus*/
    .impactWrapper .impactNewsGrid .article:hover span.title,  .impactWrapper .impactNewsGrid .article:focus span.title { opacity:.75; transition:all .25s ease; }
    .impactWrapper .impactNewsGrid .article:hover span.title.blue,  .impactWrapper .impactNewsGrid .article:focus span.title.blue { color:#007298; }
    .impactWrapper .impactNewsGrid .article:hover span.title.lightBlue, .impactWrapper .impactNewsGrid .article:focus span.title.lightBlue { color:#4B74B9; }
    .impactWrapper .impactNewsGrid .article:hover span.title.darkBlue,  .impactWrapper .impactNewsGrid .article:focus span.title.darkBlue{ color:#132A4F; }
    .impactWrapper .impactNewsGrid .article:hover span.title.purple,  .impactWrapper .impactNewsGrid .article:focus span.title.purple { color:#642B81; }
   /*Block Text*/
    .impactWrapper .impactNewsGrid .content, .colorBlock .content { position: absolute; z-index: 3; top: 0; right: 0; bottom: 0; left: 0; margin: auto; padding: 8%; }
    .impactWrapper .impactNewsGrid .article.wide .content, .colorBlock .article.wide .content { padding: 10% 8%; }
   /*Block Dates*/
    .impactWrapper .impactNewsGrid .article span.date, .colorBlock .article span.date { display: block; font-family: 'Gotham-Medium'; font-size:1vw; color:#ffffff; opacity:1; transition:all .25s ease; }
         /*Hover/Focus*/
     .impactWrapper .impactNewsGrid .article:hover span.date, .colorBlock .article:hover span.date { opacity:0; transition:all .25s ease; }
  /*Block Images*/
    .impactWrapper .impactNewsGrid .article img, .colorBlock .article img { position: absolute; object-fit:cover; top:0; right:0; bottom:0; left:0; z-index:1; }


    /*Hover/Focus*/
     .impactWrapper .impactNewsGrid .viewAll a.readMore:hover,  .impactWrapper .impactNewsGrid .viewAll a.readMore:focus { background:#ffffff; color:#132A4F!important; transition:all .25s ease; }
   /*Readmore Buttons*/
    .impactWrapper .impactNewsGrid a.readMore, .colorBlock .article a.readMore { position: absolute; display:inline-block; font-family: 'Gotham-Bold'; color:#007298; border:3px solid #007298; margin-top:1.5rem; padding:.5rem 1.5rem; text-decoration: none; text-transform: uppercase; opacity:0; left:-99999px; bottom:-100px; transition:all .5s ease; }
    /*Hover/Focus*/
     .impactWrapper .impactNewsGrid .article:hover a.readMore:not(.all),  .impactWrapper .impactNewsGrid .article:focus a.readMore:not(.all), .colorBlock .article:focus a.readMore:not(.all), .colorBlock .article:hover a.readMore:not(.all)  { position:relative; left:auto; bottom:0; opacity:1; transition:all .5s ease; }
     .impactWrapper .impactNewsGrid a.readMore:not(.all):hover,  .impactWrapper .impactNewsGrid a.readMore:not(.all):focus, .colorBlock .article:hover a.readMore:not(.all):hover, .colorBlock .article:hover a.readMore:not(.all):focus { position:relative; left:auto; color:#ffffff; background-color:#007298; transition:all .5s ease; }
 @media screen and (max-width:960px) {
   .impactWrapper .impactNewsGrid { width: 100%; }
   .impactWrapper .impactNewsGrid .article { height: 45vw; }
   .impactWrapper .impactNewsGrid .article span.title { font-size: .8725rem; line-height: 1rem; }
   .impactWrapper .impactNewsGrid .article span.date { font-size: .725rem; }
 }
  /* END IMPACT GRID */

  /*BEGIN MAINWRAPPER */
  .mainContent .borderedCol { padding-bottom:6px;border-bottom: #E0E1E2 1px solid; margin-bottom: 35px;}
  .mainContent > div { margin: 45px 0; }
  .mainContent .flag { background-color: #132A4F; color: #fff; font-family: 'Gotham-Bold'; padding: 5px 10px; font-size: 1.375rem; }
  .mainContent .latestNews .borderedArticle, .mainContent .newsColumns .borderedArticle { border: #E0E1E2 1px solid; }
  .mainContent .articleContent { padding: 10px 20px; }
  .mainContent .borderedArticle .mainImg { position: relative; display: block; }
  .mainContent .borderedArticle .catFlag { position: absolute; color: #fff; background-color: #4B74B9; font-family: 'GothamNarrow-Book'; padding: 5px 10px; text-transform: uppercase; font-weight: 900; font-size: .75rem; left:10px; bottom: 20px;}
  .mainContent .borderedArticle .articleContent a, .mainContent .articleList a{ text-decoration: none; }
  .mainContent .borderedArticle .articleContent a .articleTitle { color: #50748A; font-family: 'Gotham-Bold'; font-size: 1.125rem; display:block; margin-bottom: 5px;}
  .mainContent .borderedArticle .articleContent .date { color: #132A4F;   font-family: 'GothamNarrow-Book';   }
  .mainContent .borderedArticle .articleContent p { color: #5C676E; margin-top: 20px; }
  .mainContent .articleList { list-style: none; }
  .mainContent .articleList a  { color: #50748A; font-family: 'GothamNarrow-Book', sans-serif; display:block; margin-bottom: 5px; line-height: 1.25rem;}
  .mainContent .articleList li { display: flex; flex-flow: row wrap; margin: 0 0 20px; }
  .mainContent .articleList .articleImg { max-width: 109px; max-height: 66px; flex: 1 1 20%; }
  .mainContent .articleList .articlelistContent { flex: 1 1 75%; margin-left: 10px; }
  .mainContent .articleList .articlelistContent .date { display: block; color: #132A4F; }
  .mainContent .seeMore a { color: #132A4F;  font-family: 'Gotham-Bold';  float: right; font-size: 1.125rem; text-decoration: none; }
  .mainContent .seeMore a:after { content: "\f101"; font-family: FontAwesome; font-size: 1rem; margin-left: 10px; font-weight: 200; }
  .mainContent .newsColumns { display: flex; flex-flow: row wrap; }
  .mainContent .newsColumns .videoContent, .mainContent .latestNews .videoContent {position:relative;}
   .mainContent .newsColumns .popupYoutube .fa.fa-play, .fa.fa-play {  position: absolute; background-color: rgba(19, 42, 79, .7); border-radius: 500px;  padding: 15px 20px; color: #fff;  font-size: 2em; right: 0; left: 0; top: 0; bottom: 0;  margin: auto;  width: 60px;  height: 60px; }

  @media screen and (max-width:960px) {
    .mainContent .articleList  { margin-top: 45px; }
    .mainContent .borderedArticle {margin-top: 35px;}
  }

  /*END MAINWRAPPER COLUMNS */


  /*BEGIN COLOR BLOCK SPECIALITY CSS STYLES */
  .colorBlock .row { display:  flex; flex-flow: wrap row; position: relative; margin: 1% 0;}
  .colorBlock .article { margin: 0 1%; padding-bottom: 31%; }
  .colorBlock .article.wide{ width: 64%; overflow: hidden; position: relative;}
  .colorBlock .article:not(.wide){ width: 31%; overflow: hidden; position: relative;}

   /*Hover/Focus*/
    .colorBlock .article:hover span.title, .colorBlock .article:focus span.title { opacity:.75; transition:all .25s ease; }
    .colorBlock .article span.title.blue, .colorBlock .article span.date.blue { color:#007298; }
    .colorBlock .article span.title.teal, .colorBlock .article span.date.teal { color:#00769B; }
    .colorBlock .article span.title.darkBlue, .colorBlock .article span.date.darkBlue { color:#132A4F; }
    .colorBlock .article span.title.white, .colorBlock .article span.date.white { color:#fff; }
    .colorBlock .article:hover span.title.white, .colorBlock .article:focus span.title.white { color:#132A4F!important; }



 @media screen and (max-width:960px) {
   .colorBlock .article  { margin: 2% 0; padding-bottom: 100%; }
   .colorBlock .article.wide, .colorBlock .article:not(.wide) { width: 100%; }
   .colorBlock .article span.title { font-size: 1.8725rem; line-height: 2rem; }
   .colorBlock .article span.date { font-size: 1rem; }
 }

/*
    ALLY FOR WEB STYLES:
    - Adds styles for the Ally for Web Modal
    - Changes styles for UChat and Ocelot Chatbots for mobile view
*/
.ally-af-launch-container.ally-af-style-flag_large {
    /* display: none !important; */
    top: 20%;
    bottom: unset !important;
}

@media(max-width: 992px) {
    #uchat-qa-widget {
        z-index: 0 !important;
    }
    
    .MaxAI .oclt-xbofgl.ChatbotLauncher-launcher {
        bottom: 55px !important;
        z-index: 1 !important;
    }
    
    .ally-av-lms-web {
        z-index: 3 !important;
    }
    
    .ally-af-launch-container.ally-af-style-flag_large {
        bottom: unset !important;
    }
}

.sr-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.no-underline,
.no-underline:hover {
    text-decoration: none !important;
}
#uchat-app.uchat-widget #uchat-qa-widget {
    bottom: 165px !important;
}