/* 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, 
/*table,*/
 caption, 
/*tbody, tfoot, thead, tr, th, td,*/
 article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	 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;
}
 table{
	 border-collapse: collapse;
	border-spacing: 0;
}
 input:focus,select:focus,textarea:focus,button:focus {
	 outline: none;
}
/* 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: #132a4f;
	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{
	 color:#405c6e;
	font-family: 'GothamNarrow-Book', sans-serif;
	font-size:1rem;
	/*line-height:1.4rem;
	 margin-top: 1rem;
	*/
}
 p{
	 line-height:1.4rem;
}
 ul.linkList li{
	 list-style: none;
	margin-bottom:15px;
}
 p > strong{
	 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;
	border:2px solid #da3228;
	background:#da3228;
	text-align:center;
	border-radius:0px;
	padding:15px 20px;
	color:#ffffff;
	margin: 15px 0 15px 0;
	text-decoration:none;
	text-transform: uppercase;
	min-width:180px;
}
 .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:#da3228;
	background:#ffffff;
	border-color:#da3228;
}
 .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 {
	 background: #ffffff;
	color: #da3228!important;
}
 .dateMarker{
	 display:block;
	float:left;
	width:22%;
	padding:5px 0;
	background:#132a4f;
	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*/
 .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; /*border:#ffffff 1px solid;*/
	padding:0px; /*10px*/
	margin:0px;
}
 .alert span.alertMessage{
	display:none;
	/*font-size:1rem;
	margin:0 10px;
	font-family: 'Gotham-Medium';*/
}
 .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 .utilityLinks ul li a:hover, .utilityNav .utilitySearch ul li label:hover{
	 color:#8aac53;
}
*/
/*.utilityNav .utilitySearch ul li:hover > .searchMenu{
	 display:block;
	z-index: 10;
}
*/
 .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{
	 background:#ffffff;
	padding-top:10px;
	/*position:absolute;
	right:0;
	left:0;
	*/
	margin:auto;
}
 header:after{
	 content:"";
	display:block;
	clear:both;
}
 header .headerLogo{
	 float:left;
	width:27.5%;
	z-index: 2;
	position: relative;
	padding-left: 17px;
	padding-top:4px;
}
 header .headerLogo img{
	width:100%;
	min-width:200px;
	max-width: 300px;
	display:block;
}
 header .headerNav{
	 float:right;
	width:70%;
	text-align: right;
	position: relative;
	z-index: 10;
}
 header nav{
	 text-align:right;
	margin-top:13px;
	padding-right: 20px;
}
 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 10px .5%;
	font-size:1.25em;
}
 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{
}
*/
 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;
	max-width:185px;
	text-align:center;
	padding-top: 5px;
	margin-top: 20px;
	margin-left: -35%;
	line-height: 1.25rem;
}
 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;
	/*background: linear-gradient(180deg, rgba(0,114,152,.2) 80%, rgba(0,114,152,0) 20%);
	*/
	margin-top:-1px;
}
 header nav ul li ul li{
	 display:block;
	padding: 2px 20px;
	font-size:1em;
	margin:0;
	background:#ffffff;
}
/*header nav ul li ul li:hover{
	 background:none;
}
*/
 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:700px;
	position: relative;
}
 .homeImpact.video{
	 max-height:700px;
	 padding-bottom: 35%;
}
 .homeImpact.video .mobImage{
	 display:none;
}
 .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';
	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: bsolute;
}
 .homeImpact .overlay.bottom-right{
	 bottom:10%;
	right:2%;
	text-align: right;
	position: bsolute;
}
 .homeImpact .overlay.top-left{
	 top:10%;
	left:2%;
	position: bsolute;
}
 .homeImpact .overlay.top-right{
	 top:10%;
	right:2%;
	text-align:right;
	position: absolute;
}
 .fullscreen-bg__video {
	 position: relative;
	-ms-transform: translateX(0%) translateY(-80%);
	-moz-transform: translateX(0%) translateY(-80%);
	-webkit-transform: translateX(0%) translateY(-80%);
	transform: translateX(0%) translateY(-80%);
}
 .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*/
 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.profOpen .closeWave{
	 display:block;
	position:absolute;
	height:100%;
	z-index: 20;
	left: 6.5%;
}
*/
 .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;
	/*padding: 0px 30px;
	*/
}
 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;
	}
}
/*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;
	/*height:420px;
	*/
	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;
}
/*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:#50748A;
}
 .accordion .acc-row:nth-of-type(3n+2) > h3{
	 background:#642b81;
}
 .accordion .acc-row:nth-of-type(3n+3) > h3{
	 background:#132a4f;
}
 .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;
	 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 div:not(.colContainer){
	 margin-bottom:25px;
}
*/
 .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{
	 list-style: none;
	margin-bottom:15px;
}
*/
 .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 .wysiwyg-content {
	 /* margin-bottom: 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 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 .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{
	 padding-top:30px;
}
 footer .footerSocial a i{
	 color: #415C6F;
	font-size: 2rem;
	border-radius: 62%;
	padding: 11px;
	height: 50px;
	width: 50px;
	margin: 10px 3px;
	background: #d1d2d4;
}
 footer .footerSocial a i:hover{
	 color:#9d9ea0;
}
 footer .footerSocial a i span{
	 display:none;
}
 footer .phoneLink{
	 text-decoration:none!important;
	color:#ffffff;
}
/*END FOOTER*/
 @media only screen and (min-width:2300px){
	 .fullscreen-bg__video {
		 width:100%;
		 -ms-transform: translateY(-60%);
		 -moz-transform: translateY(-60%);
		 -webkit-transform: translateY(-60%);
		 transform: translateY(-60%);
	}
	 .homeImpact, .homeImpact.video {
		 max-height: 1200px;
	}
	 .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 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;
	}
	 .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;
	}
	/*a.btnLrg{
		 min-width:220px;
	}
	 */
	 .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;
	}
	/*END 960 GLOBAL ELEMENTS*/
	/*960 MOBILE MENU/MOBILE HEADER*/
	 #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 960 MOBILE MENU/MOBILE HEADER*/
	/*960 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 960 STICKY HEADER*/
	/*960 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 960 HERO SLIDER SECTION*/
	/*960 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 960 HOME STUDY SECTION*/
	/*960 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 960 HOME ADMISSIONS/PLAN SECTION*/
	/*960 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 960 CTA SECTION*/
	/*960 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 960 PROFILES SECTION */
	/*960 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 960 PROFILES SECTION */
	/*960 LEFT NAVIGATION SECTION*/
	 .leftCol.col3{
		 width:100%;
		float:none;
	}
	/*END 960 LEFT NAVIGATION SECTION*/
	/*960 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*/
	/*960 LANDING/INTERIOR CTA BANNER AREA STYLES*/
	 .ctaBanner .subHead{
		 font-size:4.5vw;
	}
	 .ctaBanner .headline{
		 font-size: 9vw;
	}
	/*END 960 LANDING/INTERIOR CTA BANNER AREA STYLES*/
	/*960 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{
		 /*display:table-footer-group;*/
		 order: 2; 
	}
	 .spotlight .slide-content .contentWrap{
		 width:100%;
		 margin-bottom:20px;
	}
	 .spotlight .slide-image{
		 /*display:table-header-group;*/
		 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 960 LANDING/INTERIOR SLIDER STYLES */
	/*960 LANDING/INTERIOR RIGHT COLUMN STYLES*/
	 .rightCol.col3{
		 width:100%;
		margin-right:0;
	}
	/*END 960 LANDING/INTERIOR RIGHT COLUMN STYLES*/
	/*960 WIDGET STYLES*/
	 .widget.events .date{
		 max-width:100px;
	}
	/*END 960 WIDGET STYLES*/
	/*960 FOOTER CTA STYLES*/
	 section.footerCTA {
		 padding: 15px;
	}
	/*END 960 FOOTER CTA STYLES*/
}
 @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;
		/*font-weight: bold;
		*/
		 text-shadow: 1px 0 0 currentColor;
		/*text-decoration: underline;
		*/
	}
	 .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;
	}
	/* selected link */
	 .wysiwyg-content a:active {
		 color: #ee0000!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;
}

