/*
	Use this file for overrides.
	Permanent styles can eventually be folded back into style.
*/


.ui-tabs-nav { 
	clear: both; 
	margin: 0 0 20px 0; 
}

.ui-tabs-nav li {
	font-size: 15px; 
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 15px; 
	background: white;
	color: #548ac8;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #13294b;
}

.ui-tabs-nav li.ui-state-active {
	color: #fff;
	background: #00233D;
}

.ui-tabs-nav li.ui-state-active a {
	color: #fff;
}

.ui-tabs-nav li.ui-state-active:hover {
    text-decoration: none;
}

._figures-image {
	position: absolute;
	bottom: 0;
}

.igx-figures {
	padding-top: 30px;
	width: 100%;
	background: #fff;
	position: relative;
}

.border-arrow {
	position: relative;
	width: 100%;
	height: 2px;
	background: #008064;
	left: 0;
	z-index: 999;
}

.border-arrow::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: -7px;
	border-radius: 50%;
	background: #008064;
}

.igx-figures-image-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	z-index: 9;
}

.quote-column {
	font-size: 26px;
	font-weight: 400;
	line-height: 30px;
	padding: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 10;
	text-shadow: 0 0 8px #fff;
}

.info-column {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 45px;
}

.info-column h4 {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
}

.info-column, .info-column p {
	font-size: 14px;
}

.center-this {
	display: block;
	text-align: center;
}

.info-button {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 17px;
	border: solid 2px #008064;
	padding: 6px 20px;
	font-weight: 300;
	color: #008064;
	position: relative;
	z-index: 10;

	background: rgba(255,255,255,0.8);
}

.info-button:hover {
	background: #008064;
	color: #fff;
}

.border-arrow + .bar {
	left: auto;
	right: 15px;
}

.bar {
	position: absolute;
	width: 2px;
	height: 80px;
	top: 0;
	left: 110px;
	background: #008064;
}

.bar::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #008064;
}

.info-column p, .info-column h4 {
	position: relative;
	z-index: 10;
	padding-right: 40%;
}

/*--- Colors --*/

/*--- Green ---*/

.igx-figures._green .border-arrow, .igx-figures._green .border-arrow::before, .igx-figures._green .bar {
	background: #008064;	
}

/*.igx-figures._green .info-column h4, .igx-figures._green .info-column p {
	color: #008064;	
}*/

.igx-figures._green .info-button {
	border: solid 2px #008064;
	color: #008064;
}

.igx-figures._green .info-button:hover {
	background: #008064;
	color: #fff;	
}

.igx-figures._green .bar::after {
	border-top: 8px solid #008064;
}

/*--- Red --*/

.igx-figures._red .border-arrow, .igx-figures._red .border-arrow::before, .igx-figures._red .bar {
	background: #641F45;	
}

/*.igx-figures._red .info-column h4, .igx-figures._red .info-column p {
	color: #e94c38;	
}*/

.igx-figures._red .info-button {
	border: solid 2px #641F45;
	color: #641F45;
}

.igx-figures._red .info-button:hover {
	background: #641F45;
	color: #fff;	
}

.igx-figures._red .bar::after {
	border-top: 8px solid #641F45;
}

/*--- Orange ---*/

.igx-figures._orange .border-arrow, .igx-figures._orange .border-arrow::before, .igx-figures._orange .bar {
	background: #641F45;	
}

/*.igx-figures._orange .info-column h4, .igx-figures._orange .info-column p {
	color: #ed7a23;	
}*/

.igx-figures._orange .info-button {
	border: solid 2px #641F45;
	color: #641F45;
}

.igx-figures._orange .info-button:hover {
	background: #641F45;
	color: #fff;	
}

.igx-figures._orange .bar::after {
	border-top: 8px solid #641F45;
}

/*--- Blue ---*/

.igx-figures._blue .border-arrow, .igx-figures._blue .border-arrow::before, .igx-figures._blue .bar {
	background: #548ac8;	
}

/*.igx-figures._blue .info-column h4, .igx-figures._blue .info-column p {
	color: #548ac8;	
}*/

.igx-figures._blue .info-button {
	border: solid 2px #548ac8;
	color: #548ac8;
}

.igx-figures._blue .info-button:hover {
	background: #548ac8;
	color: #fff;	
}

.igx-figures._blue .bar::after {
	border-top: 8px solid #548ac8;
}

.xs-d-none, .video-md {
	display: none;
}

.video-sm {
	display: block;
}

@media (min-width:768px) {

	.video-md {
		display: block;
	}

	.video-sm {
		display: none;
	}

}

/*--- Break ---*/

@media (min-width:992px) {

	.info-column p, .info-column h4 {
		padding-right: 0;
	}

	.md-d-none {
		display: none;
	}

	.xs-d-none {
		display: block;
	}

	.info-column {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.row-eq-height {
		min-height: 280px;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}

	.bar {
		height: 20px;
		left: 95px;
		top: -2px;
	}

	.igx-figures-image-container {
		width: 300px;
	}

	.border-arrow {
		width: calc(100% - 132px);
	}
}

@media (min-width:1200px) {

	.border-arrow {
		width: calc(100% - 182px);
	}

}

.flex-control-nav {
	z-index: 2;
}

#home-banner-slider section, section.level-2-video-banner.banner {
	overflow: hidden;
	position: relative;
	padding: 0;
}

#home-banner-slider .container.hero-copy, section.video-banner .container.hero-copy {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 50px auto 0 auto;
}

.responsive-video {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
	z-index: 0;
	min-height: auto;
}

.responsive-video video {
    left: 50%;
    /*top: -40px;*//*--- Might be needed for the old style header that is still being used in the live site---*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    transform: translateX(-50%);
}

.level-2-video-banner, #home-banner-slider ul li section {
	position: relative;
	overflow: hidden;
	height: 312px;
}

#home-banner-slider ul li section {
	min-height: 450px;
}

#home-banner-slider ul li section .responsive-video {
	min-height: 450px;
}

@media (min-width:768px) {

	#home-banner-slider ul li section .responsive-video {
		/*min-height: auto;*/
	}

	#home-banner-slider ul li section {
		/*min-height: 600px;*/
	}

	.responsive-video {
		min-height: 750px;
	}

	.level-2-video-banner, #home-banner-slider ul li section {
		height: 421px;
	}

	.responsive-video {
		margin-top: 20px;
	}
}

@media (min-width:968px) {

	.level-2-video-banner, #home-banner-slider ul li section {
		min-height: 529px;
	}
}

@media (min-width:1200px) {

	#home-banner-slider ul li section {
		/*min-height: 740px;*/
	}

	.responsive-video {
		min-height: auto;
	}

	.level-2-video-banner, #home-banner-slider ul li section {
		height: 529px;
	}
}

/*------===================================------*/
/*------=== Navigation Updates 09/18/18 ===------*/
/*------===================================------*/

body {
	background: #fff;
}

.nav {
	background: #fff;
}

.nav.nav-container--mobile .header {
	height: 72px;
	padding: 0 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;	
}

.nav.nav-container--mobile .logo-new {
	display: inline-block;
	width: 199px;
}

.nav-and-search-holder {
	margin-left: auto;
}

#mobile-nav-toggle, #mobile-search-toggle, #desktop-quick-nav-toggle, #desktop-search-toggle {
	width: 25px;
	height: 25px;
	position: relative;
	margin-left: 10px;
	background: transparent;
	border: 0;
}

#desktop-search-toggle {
	width: 30px;
	height: 19px;
	margin-left: 0;
	padding: 20px;
}

#desktop-search-toggle:focus {
	outline: 1px;
	border: solid 1px #558ac8;
}

#mobile-nav-toggle img, #mobile-search-toggle img, #mobile-search button img, #desktop-quick-nav-toggle img, #desktop-search-toggle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#nav--mobile, #mobile-nav-toggle .close--mobile-nav, #search--mobile, #mobile-search-toggle .close--mobile-search, #desktop-quick-nav-toggle .close--desktop-quick-nav, #desktop-search-toggle .close--desktop-search {
	display: none;
}

#mobile-search, #desktop-search {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	background: #fec746;
	position: relative;
	margin-bottom: 0;
}

#desktop-search {
	position: absolute;
	top: 49px;
	right: 0;
	width: 322px;
	z-index: 1;
}

#mobile-search input, #desktop-search input {
	color: #000;
	font-size: 22px;
	background: transparent;
	border: 0;
	line-height: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	padding-right: 50px;
	font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}

#mobile-search button, #desktop-search button {
	background: transparent;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

#desktop-search button img {
	width: 21px;
	max-width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mobile-search input::-webkit-input-placeholder { 
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}
#mobile-search input::-moz-placeholder { 
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}
#mobile-search input:-ms-input-placeholder { 
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}
#mobile-search input:-moz-placeholder {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}



#desktop-search input::-webkit-input-placeholder { 
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}
#desktop-search input::-moz-placeholder { 
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}
#desktop-search input:-ms-input-placeholder { 
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}
#desktop-search input:-moz-placeholder {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500;
}

#nav--mobile ul li ul {
	display: none;
}

#nav--mobile ul {
	margin: 0 0 30px 0;
	padding: 0 15px;
}

#nav--mobile ul li {
	padding: 11px 0;
	margin-bottom: 0;
	list-style-type: none;
	border: solid #548ac8;
	border-width: 1px 0 0 0;
	position: relative;
}

#nav--mobile ul li:last-child {
	border-width: 1px 0 1px 0;
}

.nav ul li a {
	font-family:'sofia-pro',Helvetica, Arial, Verdana, sans-serif;
	color: #0b406a;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
}

#nav--mobile ul li ul {
	padding: 15px 0 0 30px;
}

#nav--mobile ul li ul li:first-child {
	border-width: 0;
}

#nav--mobile ul li ul li {
	border-color: #cfdef0;
}

#nav--mobile ul li ul li:last-child {
	border-width: 1px 0 0 0;
}

button.sub-menu-toggle {
	position: absolute;
	right: -16px;
	top: 0;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 0;
	background: transparent;
}

button.sub-menu-toggle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '+';
	line-height: 0;
	height: 7px;
}

button.sub-menu-toggle.active::after {
	content: '-';
}

.button-links {
	width: 100%;
	padding: 0 15px;
	margin: 15px 0;
}

.button-links nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;	
}

.button-links a {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #558ac8;
	flex: 1;
	margin: 0 1.5px;
	padding: 11.5px 0;
}

.button-links a:first-child {
	margin-left: 0;
}

.button-links a:last-child {
	margin-right: 0;
}

.header-notification-button {
	background-color: #e1e2e3 !important;
	color: #00233D !important;
}

.quick-links-container {
	width: 100%;
	background: #0b406a;
	padding: 10px 15px;
}

#nav--mobile .quick-links-container ul {
	padding: 0;
	margin: 0;
}

#nav--mobile .quick-links-container ul li {
	padding: 11px 0;
	margin-bottom: 0;
	list-style-type: none;
	color: #fff;
	border: 0;
}

#nav--mobile .quick-links-container ul li a {
	color: inherit;
	text-transform: none;
}

.nav-container-md {
	display: none;
}

/*#title {
	margin-top: 49px;
}*/

.nav-right {
    background: #fff;
    text-align: left;
}

.nav-right ul li {
	position: relative;
}

.nav-right > ul li {
	border-bottom: 1px solid #0b406a;
}

.nav-right ul li a {
	font-weight: 100; 
	font-size: 14px;
	text-transform: uppercase; 
	color: #0b406a; 
	background: none; 
	text-align: left;
	border: 0; 
	padding: 0;
}
.accordion ul li a span.trigger:after {
	content: '\f067';
	font-size: 10px;
}

.accordion ul li a.opened span.trigger:after {
	content: '\f068';
}

.nav-right a span.trigger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.accordion.nav-right li:last-of-type, {
	border-bottom: 0!important;
}

.accordion.nav-right ul li ul li {border: 0;}

.accordion.nav-right ul li ul li a{ 
	background: none;
	border-bottom: 1px solid #cfdef0;
	color: #13294b;
	margin-left: 30px;
	margin-right: 0px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.accordion.nav-right ul li ul li a:hover{
	text-decoration: none;

}

.accordion.nav-right ul ul {
	background: #fff;
}

.accordion.nav-right ul ul li a {
	color: #0b406a; 
}

footer {
	background: #022340;
}

footer hr {
	height: 2px;
	background: #edbc46;
	width: 100%;

}

footer div.trademark:after {
	height: 2px;
}

body {
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
}

.share-dropdown {
	border: solid 1px #558ac8;
	z-index: 999999;
    position: absolute;
    background: #fff;
    width: 300px;
    border-radius: 20px;
    text-align: left;
    padding: 10px 15px 10px 15px;
    position: absolute;
    left: 0;
    display: none;
}

.links-wrapper li {
	position: relative;
}

.links-wrapper li:hover .share-dropdown{
	display: block;
}

#quick-nav--desktop li:hover .share-dropdown{
	display: block;
}

/*============================================*/
/*================== Breaks ==================*/
/*============================================*/

@media (min-width:992px) {

	/*#title + main {
		margin-top: 0;
	}

	main {
		margin-top: 20px;
	}*/

	.nav-container--mobile {
		display: none;
	}

	.nav-container-md {
		display: block;
	}

	.quick-links-container-md {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
		border-bottom: solid 1px #548ac8;
		align-items: center;
	}

	.quick-links-container-md .links-wrapper {
		margin-left: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.quick-links-container-md .links-wrapper ul {
		margin: 0 0 0 auto;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}

	.quick-links-container-md .links-wrapper ul li {
		display: inline-block;
		list-style: none;
		/*margin: 0 10px;*/
	}

	.quick-links-container-md .links-wrapper ul li:last-of-type { 
		margin-right: 0;
	}

	.quick-links-container-md .links-wrapper ul li:first-of-type {
		margin-left: 0;
	}

	.quick-links-container-md .links-wrapper ul li a {
		font-size: 12px;
	}

	.quick-links-container-md .links-wrapper nav, .scrolled-content nav {
		display: inline-block;
		height: 44px;
		/*margin-left: 20px;*/
	}

	.quick-links-container-md .links-wrapper nav a, .scrolled-content nav a {
		text-align: center;
		color: white;
		font-size: 15px;
		background: #3c70d3;
		flex: 1;
		margin: 0 1.5px;
		padding: 12px 10px;
		float: left;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		transition: all 0.25s ease-in-out;
		font-size: 12px;
	}

	.quick-links-container-md .links-wrapper nav a:hover, .quick-links-container-md .links-wrapper nav a:focus, .scrolled-content nav a:hover, .scrolled-content nav a:focus {
		background: #3c70d3;
		color: white;
		text-decoration: underline;	
	}

	.scroll-hook {
		width: 100%;
		height: 179px;
		transition: all .5s ease-in-out;
		background: #fff;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.inner-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		height: 135px;
		transition: all .5s ease-in-out;
		width: 100%;
	}

	.scroll-hook .container .row .col-xs-12 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;		
	}

	.scroll-hook .logo-new {
		width: 613px;
		/*transition: all .5s ease-in-out;*/
	}

	.scroll-hook.fixed-top {
		position: fixed;
		top: 0;
		height: 110px;
		z-index: 99999;
	}

	.scroll-hook.fixed-top .inner-container {
		height: 110px;
	}

	.quick-links-container-md.moved {
		position: absolute;
		top: 0;
		transition: all .5s ease-in-out;
	}

	/*#title {
		padding-top: 65px;	
	}*/

	.scroll-hook.fixed-top .logo-new {
		width: 330px;
	}

	.scrolled-content {
		margin-left: auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin-top: 10px;
		opacity: 0;
		pointer-events: none;
		/*transition: all .5s ease-in-out;*/
	}

	.scroll-hook.fixed-top .scrolled-content {
		opacity: 1;
		pointer-events: auto;
		/*transition: all .5s linear;*/
	}

	#desktop-quick-nav-toggle {
		margin-left: 30px;
	}

	.main-nav-outter {
		width: 100%;
		background: #001f3b;
		height: 49px;
		flex: 1;
		position: relative;
		z-index: 9999;
	}

	.main-nav-outter.fixed-top {
		position: fixed;
	}

	#quick-nav--desktop {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		background: #0b406a;
		padding: 25px;
		width: calc(390px - 50px);
		z-index: 2;
	}

	#quick-nav--desktop ul {
		margin: 0;
		padding: 0;
	}

	#quick-nav--desktop ul li {
		list-style: none;
		color: #fff;
	}

	#quick-nav--desktop ul li a {
		color: inherit;
	}

	.main-nav {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 49px;
		margin-left: -10px;
	}

	.main-nav li {
		display: inline-block;
		padding: 0 30px 0 10px;
		color: #fff;
		position: relative;
		padding-right: 20px;
		transition: all .25s ease-in-out;
		margin: 0;
	}

	.main-nav li:first-of-type {
		margin-left: 0;
	}

	.main-nav li.search {
		padding-right: 0;
		margin-right: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
	}

	.main-nav li a {
		color: inherit;
		display: block;
		height: 49px;
		line-height: 46px;
		transition: all .25s ease-in-out;
		font-size: 13px;
	}

	.main-nav li span {
		position: absolute;
		width: 10px;
		height: 10px;
		text-align: center;
		right: 5px;
		top: 40%;
		vertical-align: middle;
		transition: all .25s ease-in-out;
	}

	.main-nav li span::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 10px;
		line-height: 10px;
		content: '\f105';
		font-family: FontAwesome;
	}

	.main-nav li:hover span {
		transform: rotate(90deg);
		transform-origin: center center;
	}

	.main-nav li:hover {
		background: #fec746;
		color: #0e3c64;
	}

	.main-nav li:hover ul {
		display: block;
	}

	.main-nav li.search:hover {
		background: transparent;
	}

	.main-nav li ul {
		display: none;
		position: absolute;
		background: #13294b;
		color: #fff;
		padding: 25px 0;
		margin: 0 0 0 -10px;
	}

	.main-nav li ul li {
		white-space: nowrap;
		display: block;
		margin: 0;
	}

	.main-nav li ul li a {
		height: 39px;
		line-height: 39px;
	}

	.main-nav li ul li:hover {
		background: #001f3b;
		color: #fff;
		transition: all .25s ease-in-out;
	}

	#desktop-search {
		display: none;
	}

	.quick-links-container-md .links-wrapper nav a, .quick-links-container-md .links-wrapper ul li a {
		font-size: 14px;
	}

	.quick-links-container-md .links-wrapper ul li a {
		padding: 12px 25px;
	}

	.nav-right > ul > li a {
		padding: 15px 15px 15px 0!important;
	}
}

h1 {
	font-size: 32px;
}

@media (min-width: 968px) {

	.responsive-video {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {

	.main-nav li {
		margin: 0 4px;
	}

	.main-nav li a {
		font-size: 16px;
	}
}


@media (min-width: 768px){

	section.banner h1 {
		font-size: 8.2rem;
	}
}

.font-shift h2, .font-shift .h2 {
	font-size: 2.4rem;
}

.font-shift h3, .font-shift .h3 {
	font-size: 2rem;
}

.font-shift h4, .font-shift .h4 {
	font-size: 1.8rem;
}


.font-shift h1._text-centered, .font-shift .h1._text-centered {
	text-align: center;
	margin: 30px 0 0 0;
	/*text-transform: none;
	font-weight: 500;*/
}

.font-shift h2._text-centered, .font-shift .h2._text-centered {
	text-align: center;
	margin: 30px 0 0 0;
	/*text-transform: none;
	font-weight: 500;*/
}

.font-shift h3._text-centered, .font-shift .h3._text-centered {
	text-align: center;
	margin: 30px 0 0 0;
	/*text-transform: none;
	font-weight: 500;*/
}

.font-shift h4._text-centered, .font-shift .h4._text-centered {
	text-align: center;
	margin: 30px 0 0 0;
	/*text-transform: none;
	font-weight: 500;*/
}

.font-shift h1.home._text-centered, .font-shift .h1.home._text-centered {
	text-align: center;
	margin: 30px 0 0 0;
	/*text-transform: none;
	font-weight: 500;*/
}
h3{
	margin-left: 0px;
}
.nav-right a.new-cta{
	display: block;
	padding: 13px 15px!important;
	font-weight: 700 !important;
	font-size: 14px;
	text-transform: uppercase;
	color: #0b406a;
	background: #ffcb4f !important;
	line-height: 19.6px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.nav-quicklink-yellow{
	background: #FFCB4F!important;
	color: #0B406A!important;
}

#crumbs a {
	white-space: normal;
	text-decoration: none;
}

.videoWrapper {
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.videoWrapper__iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



#slideshow {
  overflow: hidden;
  height: 110px;
  width: 100%;
  margin: 0 auto;
}

.slide-wrapper {
  width: 2912px;
  -webkit-animation: slide 28s ease infinite;
}

.slide {
  float: left;
  height: 110px;
  width: 728px;
}

.slide:nth-child(1) {
  background: #ffffff;
}

.slide:nth-child(2) {
  background: #ffffff;
}

.slide:nth-child(3) {
  background: #ffffff;
}


.slide-number {
  color: #000;
  text-align: center;

}


@-webkit-keyframes slide {
  20% {margin-left: 0px;}
  30% {margin-left: -728px;}
  50% {margin-left: -728px;}
  60% {margin-left: -1456px;}
  70% {margin-left: -1456px;}

}

/* SKIP NAVIGATION */
#skip-links {
    position: absolute;
    left: -99em
}

#skip-links:focus {
    left: 0
}
#skip-links,.desktop-nav ul li a,.desktop-nav ul li ul,.submit-an-item {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

/* BODY COPY LINKS case#166250 */
/*.body-copy a{
	color: #5a85d7;
}

.body-copy a:hover{
	text-decoration: underline;
}

.body-copy a:focus{
	color: #00245D;
	text-decoration: none;
}*/

/* Service case #167688 
.expandable-page-heading {
	margin: 0 0 20px;
	color: #13294b;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: -2px;
	line-height: 1;
	font-size: 2.4rem;
	font-family: 'sofia-pro',Helvetica,Arial,Verdana,sans-serif;
}
*/

.expandable-page-heading h2 {
	margin: 0 0 20px;
	color: #13294b;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: -2px;
	line-height: 1;
	font-size: 2.4rem;
	font-family: 'sofia-pro',Helvetica,Arial,Verdana,sans-serif;
}


/*service case */


.dropbtn {
  background-color: #e1e2e3;
  color: black;
  font-size: 12px;
  border: none;
  cursor: pointer;
  padding: 14px 12px;
  margin-top: -1.2px;
  margin-left: 2px;
}

.dropbtn:hover{
	text-decoration: underline;
}

.dropbtn-mob {
  background-color: #e1e2e3;
  color: black;
  font-size: 12px;
  border: none;
  cursor: pointer;
  padding: 13.25px 11px 10px;
  margin-top: -3.25px;
  margin-left: 2px;
}

.dropbtn-mob:hover{
	text-decoration: underline;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e1e2e3;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999;
  margin-left: -137px;
  height: 180px;
  padding: 8px;
}


/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;

}


.info-title{
  color: black;
  padding: 7px 12px;
  text-decoration: none;
  display: block;
}

.info{
	color: black;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

hr{
	color: black;
	height: 0px;
	margin-bottom: 6px;
	margin-left: 16px;
	width: 40px;
}

.button-covid {
    background: #fff;
    border: 2px solid black;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 13px;
    text-align: center;
    white-space: nowrap;
    padding: 1px 10px 2px 10px !important;
    display: inline !important;
    cursor: pointer;
    margin-left: 14px;
    background-color: #e1e2e3;
}

.button-covid:hover{
	color: white;
	background-color: black;
}

.close {
  cursor: pointer;
  position: relative;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.main-nav li ul li:hover {
    background: #fec746;
    color: #13294b;

}

.body-copy.detail a {
    text-decoration: underline;
    color: #3c70d3;
}

.body-copy.detail a:hover {
    text-decoration: none;
    color: #3c70d3;
}

a{
	color: #3c70d3;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #3c70d3;
}

a#ui-id-2.ui-tabs-anchor:hover{
	text-decoration: underline;
}

a#ui-id-3.ui-tabs-anchor:hover{
	text-decoration: underline;
}

a.url:hover{
	text-decoration: underline;
}

a.url-search{
	text-decoration: none;
	color: #3c70d3;
}

a.url-search:hover{
	text-decoration: underline;
	color: #3c70d3;
}

/*.show {display:block;}*/

a.opened{
	color: #13294b !important;
}

.accordion.nav-right ul li ul li a:hover{
	color: #3c70d3;
}

.accordion.nav-right ul li a{
	color: #13294b;
}

.accordion.nav-right ul li a:hover{
	color: #3c70d3;
}

a.mp-modal{
	text-decoration: underline;
	color: #13294b;
}

a.mp-modal:hover{
	text-decoration: none;
	color: #13294b;
}

.align-center h5:hover{
	text-decoration: none;	
}

.alpha-right{
	background: #3c70d3 !important;
}

.staff-item a{
	color: #3c70d3 !important;
}

.search-result-title{
	color: #3c70d3;
	margin-top: 35px !important;
}

.search-result-title:hover{
	text-decoration: underline;
	cursor: pointer;
}

a.on{
	color: #13294b !important;
	text-decoration: none !important;
}

a.on:hover{
	text-decoration: none !important;
}

a.prev.off{
	color: #3c70d3;
}

a.next{
	color: #3c70d3;
}

.pager a{
	color: #3c70d3;
	text-decoration: none;
}

.pager a:hover{
	color: #3c70d3;
	text-decoration: underline;
}

.blue{
	color: #3c70d3 !important;
	text-decoration: none;
}

.blue:hover{
	text-decoration: underline !important;
}

.faculty-names{
	color: #3c70d3;
	text-decoration: underline !important;
}

.faculty-names:hover{
	text-decoration: none !important;
}

.course-descriptions{
	color: #3c70d3;
	text-decoration: none;
}

.course-descriptions:hover{
	text-decoration: none !important;
}

.email a{
	color: #3c70d3 !important;
	text-decoration: underline !important;
}


.email a:hover{
	text-decoration: none !important;
}

a.link-arrow{
	color: #3c70d3 !important;
}

.date{
	color: #13294b !important;
}

.table-wrap th{
	text-decoration: underline;
}

.table-wrap th:hover{
	text-decoration: none;
}

.profile-email{
	color: #3c70d3 !important;
	text-decoration: underline;
}

.profile-email:hover{
	text-decoration: none !important;
}


.profile .position.byline{
	color: #13294b !important;
}

a.ui-tabs-anchor{
	color: #13294b;
	text-decoration: none;
}

.toggle-title{
	color: #3c70d3 !important;
}

.toggle-title:hover{
	color: #3c70d3 !important;
}

#crumbs a {
    color: #13294b;
    text-decoration: underline;
}

#crumbs a:hover {
    color: #13294b;
    text-decoration: none;
}

#crumbs a.on {
    text-decoration: none;
}

footer a:hover, footer a:focus {
    color: white;
    text-decoration: underline;
}


.scrolled-content nav a:hover{
	text-decoration: underline;
}

.links-wrapper ul li a{
	color: #13294b;
	text-decoration: none;
}

.links-wrapper ul li a:hover{
	color: #13294b;
	text-decoration: underline;
}

.accordion.nav-right ul li a:hover {
    text-decoration: underline;
}

.accordion.nav-right ul li a{
	text-decoration: none;
}

.accordion.nav-right ul li a:hover{
	text-decoration: none;
}

.byline{
	text-decoration: none;
}

.byline:hover{
	text-decoration: none;
}


tr.table{
    background: #13294b !important;
}

table tr{
    background: white;
}


table tr:nth-child(odd) {
    background: #e2e2e2;
}

table th a {
    color: white;
}

table td p{
    color: #13294b;
    text-decoration: none;
}

table td p a{
    color: #13294b;
    text-decoration: none;
}

table td p a:hover{
    color: #13294b;
    text-decoration: none;
    cursor: pointer;
}

table th{
    color: white;
}

a.readunderline{
	text-decoration: underline;
}

.alpha-right ul li a {
    text-decoration: none;
}

.alpha-right ul li a:hover {
    text-decoration: underline;
}

a{
	text-decoration: none;
}

.search-result-title:hover {
    text-decoration: underline;
}

.body-copy a {
    color: #3c70d3;
    text-decoration: none;
}

.body-copy a:hover {
    color: #3c70d3;
    text-decoration: underline;
}

a.link-arrow {
    text-decoration: none;
}

a.link-arrow:hover{
    text-decoration: underline;
}

.nav-right a.new-cta:hover{
	text-decoration: underline !important;
	color: #13294b !important;
}

#crumbs a.on {
	font-weight: bold;
}

a.section.group{
	color: #3c70d3;
	text-decoration: none;
}

a.section.group:hover{
	color: #3c70d3;
	text-decoration: underline;
}

.desktop-nav ul li ul li a:hover {
    color: white !important;
}

.descender:hover{
	display: inline-block;
	border-bottom: solid white 2px;
}

.blue-bg2 {
    background: #3c70d3;
}

.right-body-current{
	font-weight: bold !important;
}

.flexslider .slides img {
    display: unset;
}


.banner-complex img {
    max-width: 300px;
    max-height: 133px;
}

#glance-slider-mobile-only .flex-prev, #glance-slider-mobile .flex-next {
    bottom: -45px;
    position: absolute;
    top: auto;
    right: 15px;
    z-index: 100;
}

#glance-slider-mobile-only .flex-prev {
	margin-left: 30%;
}

#glance-slider-mobile-only .flex-direction-nav a:before {
	font-size: 35px; 
	color: #fff;
	z-index: 100;

}
#glance-slider-mobile-only .flex-direction-nav {
	bottom: -10px;
    height: 100%;
    /*position: absolute;*/
    top: auto;
    width: 100% !important;
}

#glance-slider-mobile-only, #social-slider-mobile {
    overflow: visible;
}

#glance-slider-mobile-only .flex-next {
    bottom: -45px;
    position: absolute;
    top: auto;
    right: 15px;
    z-index: 100;
	margin-right: 30%;
}

#glance-slider-desktop-only .flex-prev {
	bottom: auto;
	position: absolute;
	top: auto;
	right: 15px;
	z-index: 100;
}

#glance-slider-desktop-only .flex-prev {
	margin-left: 35%;
}

#glance-slider-desktop-only .flex-direction-nav a:before {
	font-size: 35px; 
	color: #fff;
	z-index: 100;
}

#glance-slider-desktop-only, #social-slider-mobile {
    overflow: visible;
}

#glance-slider-desktop-only .flex-next {
    bottom: auto;
    position: absolute;
    top: auto;
    right: 15px;
    z-index: 100;
	margin-right: 35%;
}

#glance-slider-desktop-only img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
    padding: 10px;
}

#glance-slider-desktop-only .flex-viewport {
	margin-bottom: 15px;
}

#glance-slider-mobile-only img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
    padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#glance-slider-mobile-only .banner-img

.flexslider:hover .flex-direction-nav .flex-prev {
     left: 0 !important; 
}

.clubtableheader{
    background: #13294b;
    color: white;
}


.nav-quicklink-yellow {
    background: #ffcb4f;
}


.flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 100;
}


.flex-direction-nav .flex-prev:hover {
    opacity: 100;
}

.flex-direction-nav .flex-next {
    opacity: 100;
}

.flex-direction-nav .flex-next:hover {
    opacity: 100;
}

.connect-box-white .byline a {
    color: #3c70d3;
    text-decoration: none;
}

.connect-box-white .byline a:hover {
    color: #3c70d3;
    text-decoration: underline;
}

.connect-box-white .byline p {
    color: #13294b;
    text-decoration: none;
}

.connect-box-white .byline p:hover {
    color: #13294b;
    text-decoration: none;
}

.display-mobile a{
	display: inline-block;
}

@media screen and (min-width: 992px){
    .desktop-only{
        display: block;
    }
}

@media screen and (max-width: 860px){
    .flexslider .slides img {
        display: block;
        min-width: 134px;
    }
}

@media screen and (min-width: 760px){
    .mobile-only{
        display: none;
    }
}

@media screen and (min-width: 760px){
    .desktop-only{
        display: block !important;
    }
}

@media screen and (min-width: 320px){
    .desktop-only{
        display: none;
    }
}

/*.ui-tabs-nav li.ui-state-active a:hover {
    text-decoration: unset;
}*/

.block-heading {
	text-decoration: underline !important;
}

.block-heading:hover {
	text-decoration: none !important;
}

.search-p {
	margin-bottom: 5px !important;
}




/*--  Stevie P -----
*/

.nav-right .exp-nav ul {
	display: none;
}

.main-skip-to {
	position: absolute;
	top: -46px;
	left: 0;
	background-color: #3C70D7;
	color: #fff;
	padding: 12px 10px;
	-webkit-transition: all 0.25s linear;
   -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
 	 -o-transition: all 0.25s linear;
   	    transition: all 0.25s linear; 
}

.main-skip-to:focus {
	top: 0;
	color: #fff;
}

.main-skip-to:hover {
	color: #fff;
}

#glance-slider-desktop-only .flex-direction-nav a:before {
	color: #13294B;
}

#glance-slider-desktop-only .flex-direction-nav a:hover:before {
	color: #fff;
	text-shadow: 0 0 2px #13294B;
}

#glance-slider-mobile-only .flex-direction-nav a:before {
	color: #13294B;
}

#glance-slider-mobile-only .flex-direction-nav a:hover:before {
	color: #fff;
	text-shadow: 0 0 2px #13294B;
}