@import url('headers.css');
@import url('fonts.css');


body {
	font-family: 'muliregular',sans-serif;
	background: #fff;
	padding: 0;
}

body, input, textarea {
	color: #113458;
}


/* header & navigation */

header#masthead {
	background: #062256;
	background-size: cover;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
	position: relative;
	z-index: 1000;
	width: 100%;
	position: fixed;
}

#content {
	padding-top: 133px;
}

header#masthead .content_wrapper {
	display: flex;
	align-items: flex-end;
}

header#masthead .site-branding,
header#masthead .header_nav {
	float: none;
}

header#masthead .site-branding .site-title a {
	width: 293px;
	height: 93px;
	background: url(../img/logo-wht.png) left top;
	background-repeat: no-repeat;
	background-size: 293px 93px;
	text-indent: -300em;
	overflow: hidden;
	display: block;
	margin-top: 20px;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;

}

body.scrolled header#masthead .site-branding .site-title a {
	width: 147px;
	height: 47px;
	background-size: 147px 47px;
}

#site-branding .site-description {
	display: block;
}

#site-navigation {
}

#primary-menu li {
}

#primary-menu.menu li a {
	text-transform: uppercase;
	color: #eedf48;
	font-size: 15px;
}

#primary-menu.menu li.current_page_item a,
#primary-menu.menu li.current_page_parent a,
#primary-menu.menu li.current-menu-parent a,
#primary-menu.menu li.current-page-ancestor a,
#primary-menu.menu li .sub-menu li.current_page_item a {
	color: #fff;
}

#primary-menu.menu li .sub-menu li a {
	font-size: 13px;
}



#primary #main {
	padding-top: 30px;
}


.menu-item.mixedcase a,
.mixedcase {
	text-transform: none !important;
}


/* hero */

#hero_wrapper {
	height: auto;
	background: #063085;
	position: relative;
}

.home_hero_text_wrapper .home_hero_text_inner {
	width: 100%;
}

.home_hero_text_wrapper .home_hero_text_inner:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	background: url(../img/home_text-line.png) top left;
	background-repeat: no-repeat;
	background-size: 40vw auto;
	height: 10px;
	width: 40vw;
}

.home_hero_text_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.home_hero_text_wrapper,
.home_hero_text_wrapper .content_wrapper,
.home_hero_text_wrapper .home_hero_text_inner {
	height: 100%;
}

.home_hero_text_wrapper .content_wrapper {
	margin: 0 auto;
}

.home_hero_text_wrapper .home_hero_text {
	display: table-cell;
	position: relative;
	bottom: 0;
	z-index: 50;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
}

		
.home_hero_text_wrapper .home_hero_text {
	width: 100%;
	display: block;
	height: auto;
	padding: 0 10px !important;
	line-height: 1.3em;
	font-size: 46px;
	color: #fff;
}

.home_hero_text_wrapper .home_hero_text_inner {
	height: auto;
}

.home_hero_text_wrapper .content_wrapper {
	margin: 0 auto !important;
}

.home_hero_text_wrapper .home_hero_text.home_hero_text1 {
	font-size: 46px;
	padding-bottom: 20px;
	color: #fff;
	padding: 30px 0 !important;
	width: 70%;
}

.home_hero_text_wrapper .home_hero_text.home_hero_text2 {
	text-align: right !important;
	padding-right: 15vw !important;
	text-align: center !important;
	padding: 0 20px !important;
}

/* 2026 hero */

#hero_wrapper.hero-new {
	background: #fff;
}

#hero_wrapper.hero-new .home_hero_text_wrapper {
	align-items: flex-start;
	padding-top: 13vw;
}

#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text1,
#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text2 {
	font-family: "Montserrat", sans-serif;
	color: #1a428a;
	padding: 0 !important;
	/* clamp(minimum, preferred, maximum) */
	font-size: clamp(0px, 3vw, 45px) !important;
}

#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text1 strong,
#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text2 strong {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text1 {
	padding-top: 25px !important;
}

#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text2 {
	text-align: left !important;
	padding-left: 60px !important;
}

#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text_inner:before {
	display: none !important;
}

#hero_wrapper.hero-new .hero_image {
	width: 100%;
	max-width: none;
}

#hero_wrapper.hero-new .home_hero_intro_text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#hero_wrapper.hero-new .home_hero_intro_text .content_wrapper {
	padding: 1vw 60px;
	color: #517db9;
	/* clamp(minimum, preferred, maximum) */
	font-size: clamp(0px, 2vw, 26px) !important;
}

#hero_wrapper.hero-new .home_hero_intro_text .content_wrapper > div {
	max-width: 850px;
}



#title_wrapper {
	background: #032346 url(../img/subpage_header_art_revised.jpg) top center no-repeat;
	background-size: cover;
	font-weight: normal;
	Xaspect-ratio: 260 / 63;
	display: flex;
	height: 350px;
	width: 100%;
	align-items: center;
}

#title_wrapper h1.page_title {
	margin: 0;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #3fc0e1;
	font-size: 1.5vw;
	line-height: 1.2em;
}

#title_wrapper div.page_title_text {
	font-family: "Montserrat", sans-serif;
	padding-left: 2px;
	margin: 20px 0 0 0;
	color: #1a428a;
	font-size: 2.25vw;
	font-weight: 500;
	line-height: 1.2em;
}


p, ul, ol, li, pre, form, select, address, embed {
	font-size: 17px;
	line-height: 1.6em;
}

b, strong {
	font-family: 'mulibold';
	font-weight: normal;
}

li {
	margin-bottom: 0;
}

.small {
	font-size: .8rem;
}

.medium {
	font-size: 1.25rem;
}

.large {
	font-size: 1.75rem;
	line-height: 1.5em;
}

.topspace0 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.bottomspace0 {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.header_line {
	background: url(../img/yellow_line.png) center right no-repeat;
	background-size: 75% 2px;
}

.header_line .content_wrapper * {
	background: #fff url(../img/yellow_line-fade_left.png) center right no-repeat;
	background-size: 250px 2px;
	padding-right: 250px;
	display: inline-block;
	width: auto;
}


.header_line.align-right {
	text-align: right;
	background-position: center left;
}

.header_line.align-right .content_wrapper * {
	background-image: url(../img/yellow_line-fade_right.png);
	background-position: center left;
	padding-right: 0;
	padding-left: 230px;
}

blockquote {
	color: #517db9;
	font-size: 18px;
	margin: 10px 40px 10px 60px;
	text-indent: -27px;
}

blockquote:before {
	content: ">>";
	float: left;
	padding: 0 25px 0 0;
	margin-top: -2px;
	height: 1em;
}



body.search form.search-form {
	margin: 0 0 60px 0;
}

body.search form.search-form .search-field {
	display: inline-block;
	max-width: 600px;
}



/* anchor links */
.anchor_links_wrapper {
	position: relative;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #3fc0e1;
	padding: 0 40px;
	display: table;
	margin: -20px auto 0 auto;
	width: auto;
}

.anchor_links_wrapper .anchor_links {
	display: flex;
	flex-wrap: nowrap;
}

.anchor_links_wrapper .anchor_links .anchor_link {
	
}

.anchor_links_wrapper .anchor_links .anchor_link a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

.anchor_links_wrapper .anchor_links .anchor_link a:hover {
	color: #062256;
}



/* tabs */

.page_tabs {
	margin: 30px 0;
	border-bottom: 1px solid #666;
}

.page_tabs,
.page_tabs .menu {
	height: 40px;
	line-height: 40px;
}

.page_tabs .menu {
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-end;
	justify-content: center;
	column-gap: 10px;
}

.page_tabs .menu li {
	list-style: none;
}

.page_tabs .menu li a {
	border: 1px solid #666;
	background: #ccc;
	text-decoration: none;
	padding: 10px 20px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	white-space: nowrap;
	font-size: 16px;
}

.page_tabs .menu li.current-menu-item a {
	color: #000;
	background: #fff;
	border-bottom-color: #fff;
}



/* news */

.content_news {
	padding: 40px 0;
	margin: 0;
}

.content_news .content_wrapper {
	max-width: 900px;
}

.news_wrapper .post_item {
	margin-bottom: 40px;
	color: #1a428a;
	font-size: 17px;
}

.news_wrapper .post_item .post_title {
	margin: 10px 0;
}

.news_wrapper .publication_item .news_excerpt {
	font-size: 17px;
	margin: 0 0 10px 0;
}

.news_wrapper .post_item .post_date {
	font-family: 'mulibold';
	font-size: 18px;
}


.content_news .read_more {
	margin-top: 5px;
}

.content_news.home_page_news {
	padding-top: 0;
}

.content_news.home_page_news::before {
	content: "";
	display: block;
	position: relative;
	height: 1px;
	background: url(/wp-content/uploads/2024/05/yellow_line-left.png) left center no-repeat;
	background-size: 50% 1px;
	margin-bottom: 30px;
}

.content_news.home_page_news .content_wrapper {
	max-width: 1140px;
}

.content_news.home_page_news .news_content_wrapper {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 60px;
}

.content_news.home_page_news .news_content_wrapper .news_wrapper {
	width: 60%;
}

.content_news.home_page_news .news_content_wrapper .join_team_wrapper {
	width: 40%;
	align-self: center;
}

.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle {
	background: #1a428a;
	color: #fff;
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 400px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	
}

.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle .join_team_circle_text {
	width: 100%;
	padding: 30px;
}

.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle .join_team_circle_text,
.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle .join_team_circle_text * {
	color: #fff;
}

.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle .join_team_circle_text h3 {
	margin: 20px 0;
}

.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle .join_team_circle_text .morelink a {
	font-weight: bold;
	text-transform: uppercase;
	height: 44px;
	line-height: 42px;
	font-size: 20px;
	letter-spacing: 1px;
}

.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle .join_team_circle_text a:hover {
	color: #eedf48;
	text-decoration: none;
}

.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle .join_team_circle_text .morelink a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 899px) {
	
	.content_news.home_page_news .news_content_wrapper {
		row-gap: 30px;
		flex-wrap: wrap;
	}
	
	.content_news.home_page_news .news_content_wrapper .news_wrapper,
	.content_news.home_page_news .news_content_wrapper .join_team_wrapper {
		width: 100%
	}
	
	.content_news.home_page_news .news_content_wrapper .join_team_wrapper .join_team_circle {
		margin: 0 auto;
	}

	
}


body.single-companynews .entry-content {
	margin: 0;
}

body.single-companynews #primary #main {
	max-width: 900px;
}

body.single-companynews .anchor_link-pressrelease a {
	color: #1a428a !important;
}

body.single-companynews .post_date {
	font-family: 'mulibold';
	font-size: 16px;
	color: #1a428a;
}

body.single-companynews h1.entry-title,
body.single-publication h1.entry-title {
	font-family: 'mulibold';
	font-size: 22px;
	color: #3fc0e1;
	line-height: 1.4em;
}

.backlink {
	margin: 60px 0 20px 0;
	text-transform: uppercase;
	color: #3fc0e1;
	font-size: 18px;
}

.backlink a {
	color: #517db9;
}




/* mobile screen styles */
@media screen and (max-width: 640px) {
	
	.page_tabs,
	.page_tabs .menu {
		height: auto;
	}

	.page_tabs .menu {
		display: block;
		padding: 0 20px;
	}
	
	.page_tabs .menu li a {
		border-radius: 5px;
		padding: 0 15px;
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.page_tabs .menu li.current-menu-item a {
		border-bottom-color: #666;
	}
	
}


/* team members */

.team_title-right h2 {
	text-align: right;
}

.team_wrapper {
	padding: 45px 0;
}

.team_wrapper a:hover {
	text-decoration: none;
}


.team_wrapper.team_color-medblue {
	background: #1a428a;
	color: #fff;
}
.team_wrapper.team_color-medblue h2 {
	color: #3fc0e1;
	border-color: #fff;
}
.team_wrapper.team_color-medblue .team_item.hover a,
.team_wrapper.team_color-medblue a:hover {
	color: #eedf48;
}

.team_wrapper.team_color-aqua {
	background: #3fc0e1;
	color: #fff;
}
.team_wrapper.team_color-aqua h2 {
	color: #fff;
	border-color: #eedf48;
}
.team_wrapper.team_color-aqua a {
	color: #1a428a;
}
.team_wrapper.team_color-aqua .team_item.hover a,
.team_wrapper.team_color-aqua a:hover {
	color: #eedf48;
}

.team_wrapper.team_color-yellow {
	background: #eedf48;
	color: #1a428a;
}
.team_wrapper.team_color-yellow h2 {
	color: #1a428a;
	border-color: #fff;
}
.team_wrapper.team_color-yellow a {
	color: #1a428a;
}
.team_wrapper.team_color-yellow a:hover {
	color: #1a428a;
	background: #fff;
}

.team_intro_text {
	margin-bottom: 30px;
}

.team_wrapper .team_item .team_photo,
.team_wrapper .team_item .team_photo img,
.team_wrapper a {
	-webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	 -o-transition: all .5s ease;
		transition: all .5s ease;
}

.team_item_bio .close_bio {
	position: fixed;
	top: 15vh;
	right: 12vw;
	height: 25px;
	width: 25px;
	background: url(../img/team_bio-close.png) center center no-repeat;
	background-size: 25px 25px;
	display: block;
	text-indent: -300em;
	overflow: hidden;
	cursor: pointer;
}

@media screen and (max-width: 1199px) {

	.team_item_bio .close_bio {
		top: 10vh;
		right: 10vw;
	}
	
	.team_item_bio .team_item_bio-header .team_photo {
		margin-top: 30px;
	}

}

.team_item_bio .close_bio:hover {
	opacity: 0.7;
}

.team_wrapper .content_wrapper {
	flex-wrap: wrap;
	justify-content: center;
}

.team_wrapper.content_3cols .content_col {
	width: 30%;
}

@media screen and (min-width: 1100px) {

	.team_wrapper.content_cols .content_wrapper {
		column-gap: 4%;
	}
	
	.team_wrapper.content_3cols .content_col {
		width: 22%;
	}

}


@media screen and (max-width: 800px) {
	.team_wrapper.content_3cols .content_col {
		width: 45%;
	}
}

@media screen and (max-width: 640px) {
	.team_wrapper .content_wrapper {
		column-gap: 0;
	}
	.team_wrapper.content_3cols .content_col {
		width: 100%;
	}
}


.team_wrapper .team_item {
	margin-bottom: 60px;
}

.team_photo {
	border-radius: 400px;
	overflow: hidden;
	border: 7px solid transparent;
	max-width: 400px;
	max-height: 400px;
	margin: 0 auto 10px auto;
}

.team_wrapper .team_photo img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.team_item.hover .team_photo {
	border-color: #eedf48;
}

.team_wrapper .team_text {
	text-align: center;
	font-size: 18px;
}

.team_wrapper .team_text .team_name {
	text-transform: normal	;
	font-size: 20px;
	font-family: 'mulibold';
	font-weight: normal;
}

.team_wrapper.team_layout-list.content_cols .content_wrapper {
	display: block;
}

.team_wrapper.team_layout-list.content_cols.content_3cols .content_col {
	width: 100%;
}

.team_wrapper.team_layout-list .team_text {
	text-align: left;
}

.team_wrapper.team_color-yellow .team_item {
	margin-bottom: 20px;
}

.team_wrapper.team_color-yellow .team_text {
	margin: 0 auto;
	max-width: 600px;
}

.team_wrapper.team_color-yellow .team_text a {
	border-radius: 30px;
	line-height: 30px;
	border-radius: 30px;
	padding: 0 10px 2px 10px;
}

.team_wrapper.team_color-yellow .team_title {
	font-family: 'mulilight';
	font-weight: normal;
	padding-left: 10px;
	font-size: 15px;
}

.team_item_bio {
	display: none;
	background: #fff;
	position: fixed;
	left: 5vw;
	top: 5vh;
	width: 90vw;
	height: 90vh;
	z-index: 200;
	color: #1a428a;
	padding: 40px;
	overflow: scroll;
}

.bio_gradient img {
	position: fixed;
	bottom: 5vh;
	left: 5vw;
	width: 90vw;
	height: auto;
}

.team_item_bio.active {
	display: block;
	z-index: 1100;
}


@media screen and (min-width: 1200px) {
	
	.team_item_bio {
		left: 10vw;
		top: 10vh;
		width: 80vw;
		height: 80vh;
		padding: 50px 100px 0 100px;
	}
	
	.team_item_bio-header {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.team_item_bio-header > div {
		width: 50%;
	}
	
	.bio_gradient img {
		position: fixed;
		bottom: 10vh;
		left: 10vw;
		width: 80vw;
		height: auto;
	}


}

.team_item_bio .team_item_bio-header .team_name {
	text-transform: uppercase;
	color: #1a428a;
	font-size: 22px;
	font-family: 'mulibold';
	font-weight: normal;
}

.team_item_bio .team_item_bio-header .team_title {
	color: #3fc0e1;
	font-size: 20px;
	padding-left: 0 !important;
}

.team_item_bio .team_item_bio-header .team_photo {
	text-align: right;
	width: 275px;
	height: 275px;
}

.team_item_bio-text {
	line-height: 1.5em;
	padding: 30px 0 0 0;
}

/* scrollbar */
X.team_item_bio::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
	height: 0;
	background: transparent;
}
X.team_item_bio::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


#modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background: #cfd2d3;
	opacity: 0.79;
	display: none;
	z-index: 1001;
}
	
#modal_bg.active {
	display: block;
}

body.noscroll {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}





/* definition */
.content_2cols.content_definition {
	display: flex;
}

.team_wrapper.content_cols .content_wrapper {
	flex-direction: revert !important;
}

.content_2cols.content_definition .content_2col.content_col-first {
	width: 75%;
}

.content_definition .definition img {
	cursor: pointer;
}

.content_2cols.content_definition .content_2col.definition {
	position: relative;
	width: 25%;
}

.definition_popup {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 440px;
	height: 440px;
	border-radius: 220px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding: 50px;
	background: rgba(90,132,189,.95);
	border: 10px solid #3fc0e1;
}

.definition_popup > div {
	padding-top: 30px;
}

.definition_close {
	height: 40px;
	width: 40px;
	border-radius: 40px;
	background: #fff url(../img/team_bio-close.png) center center no-repeat;
	background-size: 20px 20px;
	overflow: hidden;
	position: absolute;
	text-indent: -300em;
	top: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 100;
}

/* mobile styles */
@media only screen and (max-width: 640px) {
	
	.definition_popup {
		width: 380px;
		height: 380px;
		font-size: 13px;
	}
	
}

.definition_popup > div {
	display: table;
	height: 100%;
}

.definition_popup > div > div {
	display: table-cell;
	vertical-align: middle;
}

.definition.active .definition_popup {
	display: block;
}



.investors_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.investors_wrapper .investor_item {
	width: calc(25% - 40px);
}

.investors_wrapper .investor_item a:hover {
	text-decoration: none !important;
}

.investor_visit {
	visibility: hidden;
	border-top: 3px solid #3fc0e1;
	color: #1a428a;
	font-size: 14px;
	text-transform: uppercase;
}

.investors_wrapper .investor_item.hover .investor_visit {
	visibility: visible;
}


@media screen and (max-width: 640px) {

	.investors_wrapper .investor_item {
		width: 100%;
		margin: 0 auto;
		max-width: 300px;
	}

}





/* contact form 7 */

.wpcf7-form.sent p,
.wpcf7-form.sent div {
	display: none;
}

.wpcf7-form.sent div.wpcf7-response-output {
	display: block;
}



/* waypoints */
.scrollshow {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	   -moz-transition: opacity 1s ease;
		-ms-transition: opacity 1s ease;
		 -o-transition: opacity 1s ease;
			transition: opacity 1s ease;
}

.scrollshow.show {
	opacity: 1;
}



/* links */

a,
a:visited {
	color: #3fc0e1;
	text-decoration: none;
	outline: none !important;
}

a:hover, a:active {
	color: #1B4583;
	text-decoration: underline;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}

a.yellow {
	color: #eedf48 !important;
	text-decoration: none;
}

a.yellow:hover {
	color: #fff !important;
	text-decoration: none;
}

button,
.button, a.button {
	color: #fff;
	background: #3fc0e1;
	font-size: 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	height: 44px;
	line-height: 42px;
	display: inline-block;
	min-width: 150px;
	padding: 0 20px;
	border-radius: 44px;
	cursor: pointer;
	text-align: center;
}

button.cky-btn {
	min-width: 0;
	border-radius: 44px;
	font-size: 14px;
	height: 30px;
	line-height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}

button:hover,
.button:hover, a.button:hover {
	background: #1a428a;
}

.edit-link {
	display: none !important;
}




/* footer */

footer#footer {
	background-color: #062256;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer#footer * {
	color: #fff;
}

footer#footer h3 {
	margin: 0 0 20px 0;
}

footer#footer, footer#footer a, footer#footer a:visited, footer#footer a:hover {
}

footer .footer_section.footer_section1 {
	text-align: left;
	width: 20%;
}

footer .footer_section.footer_section2 {
	text-align: center;
	width: 15%;
}

footer .footer_section.footer_section3 {
	text-align: right;
	width: 55%;
}

footer .social_icon img {
	height: 32px;
	width: auto;
	display: inline-block;
}

footer .social_icon:hover img {
	/* make image white on hover */
	filter: brightness(0) invert(1);
}



/* let's get responsive! */

/* Desktops */
@media screen and (min-width: 1200px) {
	
	/* hide header widget area -- if you need it above the logo & nav, adjust header_links in header.php */
	header#masthead .header_links {
		display: none;
	}
	
	header#masthead .site-branding {
		Xfloat: left;
		width: 30%;
	}
	
	header#masthead .header_nav {
		clear: none;
		Xfloat: right;
		width: 70%;
	}
	
	#site-navigation .menu {
		width: auto;
		display: table;
		float: right;
	}
	
	#site-navigation .menu li .sub-menu {
		background: #1B4583;
	}
	
	#site-navigation .menu li.hover .sub-menu {
		left: 30px;
	}
	
	#site-navigation .menu li:first-of-type.hover .sub-menu {
		left: 0;
	}


	#site-navigation {
		margin-bottom: 8px;
	}
	
	#primary-menu li a {
		padding: 0 10px 0 5px;
	}

	#primary-menu.menu > li > a:before {
		content: '•';
		padding: 0 15px 0 0;
		color: #fff;
	}
	
	#primary-menu.menu > li:first-of-type > a:before {
		content: '';
		padding: 0;
	}

	#primary-menu.menu li a:hover, #primary-menu.menu li.hover a {
		color: #fff;
		text-decoration: none;
	}

	.menu li .sub-menu a {
		padding: .5em 1em;
		color: #fff;
	}
	
	.menu li.current-page-parent a,
	.menu li.current_page_item a,
	.menu li.current-page-ancestor a{
	}

	.menu li a:hover, .menu li.hover a {
		color: #fff;
	}
	
	.menu .sub-menu a:hover {
		color: #eedf48 !important;
	}

	
	#hero_wrapper,
	#hero_wrapper .hero_image {
		min-height: 300px;
	}
	
	#hero_wrapper.tall,
	#hero_wrapper.tall .hero_item {
		height: 70vh;
		overflow: hidden;
	}
	
	
	#title_wrapper h1.page_title,
	#title_wrapper div.page_title_text {
		width: 50%;
	}
	
	
	
	body.anchorlock #title_wrapper,
	body.anchorlock .anchor_links_content_wrapper {
		position: fixed;
		top: 120px;
		width: 100%;
		z-index: 900;
		aspect-ratio: auto;
		Xbackground: transparent;
	}
	
	body.anchorlock #title_wrapper .content_wrapper {
		display: none;
	}
	
	body.anchorlock #title_wrapper {
		top: -212px;
		top: -230px;
	}
	
	body.anchorlock #content {
		padding-top: 460px;
		padding-top: 500px;
	}



}
	
	
/* medium styles */
@media screen and (max-width: 1199px) {

	#title_wrapper {
		padding: 0 45% 0 0;
	}
	
	#hero_wrapper.hero-new .home_hero_intro_text {
		position: relative;
		margin-top: -200px;
	}
	
	#hero_wrapper.hero-new .home_hero_intro_text .content_wrapper {
		padding: 20px;
		font-size: clamp(0px, 3vw, 26px) !important;
		
	}

}


@media screen and (min-width: 900px) and (max-width: 1199px) {

	#hero_wrapper.hero-new .hero_image {
		background-image: none !important;
	}	

}

/* medium styles */
@media screen and (max-width: 799px) {
	
	.home_hero_text_wrapper .home_hero_text {
		font-size: 26px !important;
		line-height: 1.2em !important;
	}
	
	.home_hero_text_wrapper .home_hero_text.home_hero_text1 {
		font-size: 34px !important;
		margin-top: 19vw;
	}
	
	#hero_wrapper.hero-new .hero_image {
		background: url(../img/home_hero_bg-mobile.jpg) no-repeat top right !important;
		background-size: 100% auto !important;
	}
	
	#hero_wrapper.hero-new img.hero_image {
		visibility: hidden;
	}
	
	#hero_wrapper.hero-new .home_hero_text_wrapper {
		padding-top: 40px !important;
	}
	
	#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text1 {
		margin-top: 0;
		padding-top: 0 !important;
	}
	
	#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text1,
	#hero_wrapper.hero-new .home_hero_text_wrapper .home_hero_text.home_hero_text2 {
		padding-left: 20px !important;
		width: 80%;
		font-size: 5vw !important;
	}
	
	#hero_wrapper.hero-new .home_hero_intro_text {
		margin-top: 0;
	}
	
	#hero_wrapper.hero-new .home_hero_intro_text .content_wrapper {
		font-size: 4vw !important;
	}

	#title_wrapper {
		background-image: url(../img/header_bg-mobile.jpg);
		background-position: center center;
		background-size: cover;
		height: auto;
		aspect-ratio: 45 / 32;
		align-items: flex-start;
		padding-top: 40px !important;
		padding-right: 30%;
	}
		
	#title_wrapper h1.page_title {
		font-size: 3.75vw;
		font-family: 'muliregular',sans-serif;
	}
	
	#title_wrapper div.page_title_text {
		margin-top: 5px;
		font-size: 5vw;
	}

	h2 {
		font-size: 30px;
	}
	
	.large {
		font-size: 22px;
	}
	
	.content_2cols.content_definition .content_wrapper {
		flex-direction: row !important;
	}
	
	.definition_close {
		top: 20px;
	}

	
}
	
	

@media only screen and (max-width: 1300px) {

}


/* mobile styles */
@media only screen and (max-width: 1199px) {
	
	#title_wrapper div.page_title_text {
		padding-left: 20px;
	}
		
	.header_line {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.home_hero_text_wrapper .home_hero_text.home_hero_text1 {
		Xpadding-left: 5vw !important;
		font-size: 48px;
	}
	
	.home_hero_text_wrapper .home_hero_text.home_hero_text2 {
		Xpadding-right: 5vw !important;
		font-size: 36px;
	}

	header#masthead .site-branding .site-title a {
		width: 147px;
		height: 47px;
		background-size: 147px 47px;
		margin-top: 5px;
	}
	
	#content {
		padding-top: 77px;
	}

	#site-navigation .menu-main-nav-container {
		position: absolute;
		left: auto;
		right: 0;
		width: 300px;
	}

	#site-navigation .menu,
	#site-navigation .menu-main-nav-container {
		background-color: #1B4583;
	}
	
	body.admin-bar #site-navigation #mobile_menu_icon,
	#site-navigation #mobile_menu_icon {
		top: 20px;
		background-image: url(../img//mobile_menu_icon.png);
	}
	
	#site-navigation #mobile_menu_icon.active {
		background-image: url(../img/mobile_menu_x.png) !important;
	}

	#site-navigation .menu-main-nav-container ul.menu {
		padding: 15px 0;
	}

	#site-navigation ul.menu li a {
		padding: 5px 20px;
	}
	
	#site-navigation ul.menu li a:hover {
		text-decoration: none;
		color: #fff;
	}
	
	#site-navigation ul.menu li.menu-item-has-children > a {
		background-image: url(../img/menu-arrow-down-wht.png);
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 12px 12px;
	}
	
	#site-navigation ul.menu li.menu-item-has-children > a.active {
		background-image: url(../img/menu-arrow-up-wht.png);
	}
	
	.hero_item {
		background-image: none !important;
		background-color: #efefef;
		padding-bottom: 20px;
	}
	

	
	.anchor_links_wrapper {
		display: none;
	}
	
	footer .footer_section a {
		white-space: nowrap;
	}
	
	footer .footer_section.footer_section1,
	footer .footer_section.footer_section2,
	footer .footer_section.footer_section3 {
		text-align: center;
		margin: 0;
		padding: 10px 20px;
		width: 50%;
		float: left;
	}
	
	footer .footer_section.footer_section1 {
		width: 65%;
	}
	
	footer .footer_section.footer_section2 {
		width: 35%;
	}

	footer .footer_section.footer_section3 {
		clear: both;
		width: 100%;
		float: none;
	}


}

	
@media only screen and (max-width: 799px) {

	.header_line .content_wrapper * {
		padding-right: 50px;
		background-size: 50px 2px;
	}

	.header_line.align-right .content_wrapper * {
		padding-right: 0;
		padding-left: 50px;
	}

}


/* small styles */
@media only screen and (max-width: 640px) {
	
	.home_hero_text_wrapper .home_hero_text.home_hero_text1 {
		margin-top: 0;
		width: 60%;
		font-size: 20px !important;
	}
	
	.home_hero_text_wrapper .home_hero_text.home_hero_text1,
	.home_hero_text_wrapper .home_hero_text.home_hero_text2 {
		text-align: left !important;
		padding-left: 20px !important;
	}
	
	h2 {
		font-size: 26px;
	}
	
	.large {
		font-size: 18px;
	}

}


/* giant screens */
@media only screen and (min-width: 2000px) {
	
	#title_wrapper h1.page_title {
		font-size: 32px;
	}

	#title_wrapper div.page_title_text {
		font-size: 40px;
	}

}

