@charset "utf-8";



/*-----------------------------------------------------------------
COLUMNATION
-----------------------------------------------------------------*/
.container12 {
    margin:0 auto;
    padding:0px;
    width:100%;
	position:relative;
	display:flex;
	flex-direction:column;
	flex-wrap: wrap;
	padding:0px 30px 0px 30px;
}
.column12 {
	width:100%;
    display:inline-block;
	position:relative;
}

@media only screen and (min-width:768px) {
    .container12 {
		width:100%;
		max-width:1540px;
		padding-right:50px;
		padding-left:50px;
		flex-direction:row;
	}
}


/*-----------------------------------------------------------------
GENERAL AND DEFAULTS
-----------------------------------------------------------------*/
html, body, .post, .page{
    margin:0px;
	background:#FFFFFF;
	line-height:0px;
}

*{
    -moz-box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    box-sizing:border-box !important;
}
*:focus{
	outline:none !important;
}
*:focus-visible{
	outline:2px solid #000000 !important;
}

p{
	position:relative;
	z-index:2;
	font-family:inherit;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
	margin:0px;
}
p + p,
p + ul,
ul + p,
ol + p,
p + ol,
p + ul,
li ul{
	padding:15px 0px 0px 0px;
}
p + h2, p + h3,
ul + h2, ul + h3,
ol + h2, ol + h3, ol + h4, ol + h5{
	padding-top:50px;
}
p + h4, p + h5,
ul + h4, ul + h5{
	padding-top:40px;
}
h2 + h3, h2 + h4, h2 + h5{
	padding-top:10px;
}


h1,
h2,
h3,
h4,
p {
    opacity: 0;
    transform: translateY(50px);
}
h1{
    color:#003E7E;
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-size: 54px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: -0.48px;
	margin:0px;
	padding:0px;
}
h1.person_name{
    color:#003E7E;
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	line-height: 110%;
	font-size: 40px;
	letter-spacing: -0.86px;
	margin:0px;
	padding:0px 0px 20px 0px;
}
h2{
    color:#003E7E;
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-size: 44px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -0.88px;
	margin:0px;
	padding:0px 0px 20px 0px;
}
h3{
    color:#003E7E;
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	margin:0px;
	padding:0px 0px 15px 0px;
}
h4{
    color:#003E7E;
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: 0.44px;
	margin:0px;
	padding:0px 0px 15px 0px;
}

h1.animate,
h2.animate,
h3.animate,
h4.animate,
p.animate {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease-in-out;
}

body,
.normal{
    color:#000000;
	font-size: 18px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.large{
	font-family: "Inter Tight", sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}

p, ul, ol, .normal{
	line-height: 150%;
}

@media only screen and (min-width:1024px) {
	h1{
		font-size: 86px;
		letter-spacing: -0.86px;
	}
	h1.person_name{
		font-size: 48px;
		letter-spacing: -0.96px;
	}
	h2{
		font-size: 64px;
		letter-spacing: -1.28px;
	}
	h3{
		font-size: 26px;
	}
	h4{
		font-size: 22px;
		letter-spacing: 0.44px;
	}

	.large{
		font-size: 30px;
	}
}

.bold,
strong{
	font-weight:600;
}

.blue{
	color:#003E7E;
	font-weight:700;
}
	
a.skip {
	display:inline-block;
	padding:10px 14px;
	border-radius: 6px;
	background:#003E7E;
	color: #FFF !important;
	z-index:9999;
	position: absolute;
	top: -1000px;
	left: -1000px;
	text-align: left;
	overflow: hidden;
	font-size:14px;
	font-weight:600;
	line-height:normal;
	width: auto; 
	height: auto; 
}
a.skip:active,  
a.skip:focus, 
a.skip:hover {
	color: #FFF !important;
	overflow: visible; 
	left: 10px; 
	top: 10px;
}

a:link,
a:visited{
	color:#003E7E;
	text-decoration:underline;
	text-decoration-color: #5EB3E4;
	transition: all .2s ease-in-out 0s;
}
a:hover,
a:active,
a:focus{
	color:#003E7E;
	text-decoration:underline;
	text-decoration-color: #5EB3E4;
	transition: all .2s ease-in-out 0s;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ol{
	margin:0px;
	padding:0px;
}
ul li,
ol li{
	position:relative;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:0px;
}
ul li{
	padding-left:8px;
}
ul li:first-child,
ol li:first-child{
	padding-top:0px;
}
ul li:last-child,
ol li:last-child{
	padding-bottom:0px;
}

hr,
hr.wp-block-separator{
	width:100%;
	margin:40px 0px 40px 0px;
	padding:0px;
	border:0px;
	height:0px;
	border-bottom:1px solid #003E7E;
}

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}


/*-----------------------------------------------------------------
DARK BACKGROUND
-----------------------------------------------------------------*/
.LIGHTBLUE{
	background: #dfebf5;
}
.DARK{
	background:#003E7E;
	position:relative;
}
.DARK.BLACK{
	background:#000;
}
.DARK *:focus-visible{
	outline:2px solid #FFFFFF !important;
}
.DARK, .DARK p, .DARK a, .DARK a:hover, .DARK a:focus, .DARK h1, .DARK h2, .DARK h3, .DARK h4, .DARK h5{
	color:#FFF;
}


/*-----------------------------------------------------------------
GUTENBERG OVERRIDES
-----------------------------------------------------------------*/
img,
object,
embed {
	max-width:100%;
}
img {
	height:auto;
}
figure img{
	margin:0px !important;
	border-radius:10px;
}
figure.wp-block-image{
	max-width:100% !important;
	margin:0px !important;
	text-align:left;
}
figure.wp-block-image img{
	width:auto;
	height:auto;
	max-width:100% !important;
	border-radius:10px;
}
.is-content-justification-center{
	text-align:center;
}

/* Maintain aspect ratio for YouTube and Vimeo blocks */
figure.wp-block-embed{
    position:relative;
    z-index:3;
}
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:10px;
    overflow:hidden;
}


/*-----------------------------------------------------------------
SPACER
-----------------------------------------------------------------*/
.wp-block-spacer.half{
	height:35px !important;
}
.wp-block-spacer.quarter{
	height:20px !important;
}
.wp-block-spacer{
	height:60px !important;
}
.wp-block-spacer.one_plus_half{
	height:60px !important;
}
.wp-block-spacer.double{
	height:120px !important;
}

@media only screen and (max-width: 1023px) {
	.wp-block-spacer.mobile_hide{
		display:none;
	}
}

@media only screen and (min-width: 1024px) {
	.wp-block-spacer{
		height:75px !important;
	}
	.wp-block-spacer.one_plus_half{
		height:100px !important;
	}
	.wp-block-spacer.double{
		height:150px !important;
	}
}


/*-----------------------------------------------------------------
STANDARD IMAGE + VIDEO CONTAINER
-----------------------------------------------------------------*/
.image_container{
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.image_container img{
	display:inline-block;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
.image_container.top img{
	object-position:top;
}
.image_container.center img{
	object-position:center;
}
.image_container.bottom img{
	object-position:bottom;
}
.image_container.cover img{
	object-fit:cover;
}
.image_container.contain img{
	object-fit:contain;
}


/*-----------------------------------------------------------------
ICONS (GENERAL)
-----------------------------------------------------------------*/
.icon_container{
	display:flex;
	justify-content:left;
}
.icon_container .icon{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	width:70px;
	height:70px;
}
.icon_container .icon img{
	display:inline-block;
	width:100%;
	height:100%;
}

.icon_container.center{
	justify-content:center;
}
.icon_container.right{
	justify-content:right;
}


/*-----------------------------------------------------------------
GUTENBERG COLUMNS
-----------------------------------------------------------------*/
.wp-block-columns{
	position:relative;
	z-index:1;
    margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
    .wp-block-columns {
        flex-direction: column !important;
        gap: 60px !important;
	}
    .wp-block-column {
        padding: 0px;
    }

	.wp-block-columns.mobile_no_gap{
		gap:0px !important;
	}

	.wp-block-columns.stack_mobile_center{
		text-align:center !important;
	}
	.wp-block-columns.stack_mobile_center figure.alignright{
		float:none;
		text-align:center;
		display:inline-block;
	}

	.wp-block-columns .wp-block-column.mobile_center *{
		text-align:center !important;
		justify-content:center !important;
	}
}

@media only screen and (min-width: 1024px) {
    .wp-block-columns {
        flex-direction: row !important;
        gap: 100px !important;
	}
}

@media only screen and (min-width:1280px) {
	.wp-block-columns{
		gap:180px !important;
	}
}


/*-----------------------------------------------------------------
BUTTONS
-----------------------------------------------------------------*/
.wp-block-buttons{
	width:100%;
	margin:25px 0px 0px 0px;
}
.wp-block-buttons:first-child {
    margin: 0px;
}
h1 + .wp-block-buttons,
h2 + .wp-block-buttons,
h3 + .wp-block-buttons,
h4 + .wp-block-buttons,
h5 + .wp-block-buttons{
	margin-top:10px;
}
.wp-block-button{
	display:inline-block;
	width:auto;
	margin:0px !important;
	padding:0px !important;
}
.wp-block-buttons + .wp-block-buttons .wp-block-button{
	margin-top:15px;
}
.wp-block-button + .wp-block-button{
	margin-left:5px !important;
}

@media only screen and (max-width:767px) {
	.wp-block-button + .wp-block-button{
		margin-left:0px !important;
	}
}

input[type="submit"],
.wp-block-button .wp-block-button__link{
	text-decoration:none;
	display:inline-block;
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	position:relative;
	padding:15px 25px 15px 50px;
	border-radius:4px;
	color:#003E7E;
	background:none;
	border:#003E7E 1.5px solid;
	cursor:pointer;
	width:auto;
	transition: all .3s ease-in-out;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus{
	color:#FFF;
	background:#003E7E;
	border:#003E7E 1.5px solid;
	transition: all .3s ease-in-out;
}

.wp-block-button .wp-block-button__link::before,
.wp-block-button .wp-block-button__link::after{
	width:24px;
	height:24px;
	overflow:hidden;
	display:inline-block;
	position:absolute;
	z-index:2;
	content:"";
	left:18px;
	top:12px;
}
.wp-block-button .wp-block-button__link::before{
	background: url(/wp-content/uploads/2025/08/Arrown-Button.svg) center center no-repeat;
	background-size:contain;
	transition: all .3s ease-in-out;
}
.wp-block-button:hover .wp-block-button__link::before,
.wp-block-button:focus .wp-block-button__link::before{
	background: url(/wp-content/uploads/2025/08/Arrown-Button.svg) top -24px right -24px no-repeat;
	background-size:contain;
	transition: all .3s ease-in-out;
}
.wp-block-button .wp-block-button__link::after{
	filter:brightness(0) invert(1);
	background: url(/wp-content/uploads/2025/08/Arrown-Button.svg) bottom -24px left -24px no-repeat;
	background-size:contain;
	transition: all .3s ease-in-out;
}
.wp-block-button:hover .wp-block-button__link::after,
.wp-block-button:focus .wp-block-button__link::after{
	background: url(/wp-content/uploads/2025/08/Arrown-Button.svg) center center no-repeat;
	background-size:contain;
	transition: all .3s ease-in-out;
}


/*-----------------------------------------------------------------
FORMS
-----------------------------------------------------------------*/
label{
	display:block;
	padding:0px;
	margin:0px 0px 3px 0px;
	font-weight:400;
	color:#000000;
	font-size: 18px;
	font-style: normal;
	line-height: 150%;
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	font-weight:400;
	border:0px;
	border-bottom:1.5px solid #003E7E;
	font-family: inherit;
  	font-optical-sizing: auto;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	width:100%;
	padding:5px 0px 5px 0px;
	border-radius:0px;
}
select:focus,
select:focus-visible,
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="password"]:focus,
input[type="password"]:focus-visible,
textarea:focus,
textarea:focus-visible {
	outline:0px !important;
	border-bottom:1.5px solid #5eb3e4;
}
textarea{
	height:100px;
}

.wpforms-container .wpforms-form .wpforms-field.wpforms-field-name .wpforms-field-row{
	min-width:100%;
}
.wpforms-container input{
	min-width:100%;
}

.wpcf7-spinner{
	display:block;
}

.wpcf7 form .wpcf7-response-output{
	border:0px !important;
	line-height:normal !important;
	background:#dfebf5 !important;
	padding:30px !important;
	margin:20px 0px 0px 0px !important;
	border-radius:4px !important;
}

.grecaptcha-badge{
	position:fixed;
	width:1px;
	height:1px;
	overflow:hidden;
	left:-9999999px;
}

input[type="submit"]{
	margin-top:40px;
	font-family: inherit;
  	font-optical-sizing: auto;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

.contact_form_columns{
	display:grid;
	grid-template-columns:repeat(1, 1fr);
	column-gap:22px;
	row-gap:60px;
}

@media only screen and (min-width:768px) {
    .contact_form_columns{
        grid-template-columns:repeat(6, 1fr);
    }
	.contact_form_columns .span2{
		grid-column: span 2;
	}
	.contact_form_columns .span3{
		grid-column: span 3;
	}
	.contact_form_columns .span4{
		grid-column: span 4;
	}
	.contact_form_columns .span6{
		grid-column: span 6;
	}

	.submit_form_container{
		text-align:right;
	}
}


/*-----------------------------------------------------------------
PRIMARY HEADER
-----------------------------------------------------------------*/
.primary_header{
	position:relative;
	height:auto;
	overflow:hidden;
	min-height:calc(100vh - 60px);
}
.primary_header .primary_header_cover{
    position: absolute;
	left:0px;
	top:0px;
	z-index:2;
    width: 100%;
    height: 100%;
	background: linear-gradient(220deg, rgba(0, 0, 0, 0.00) 23.04%, rgba(0, 0, 0, 0.90) 89.75%);
}
.primary_header .diagonal_lines{
	display:inline-block;
	width:100%;
	height:100%;
	right:-100px;
	top:0px;
	position:absolute;
	z-index:2;
	opacity:0.6;
}
.primary_header .diagonal_lines span:nth-child(1){
	position:absolute;
	right:0px;
	bottom:0px;
	aspect-ratio: 263 / 458;
	height: 100%;
	max-width: 100%;
	background: url(/wp-content/uploads/2025/08/mobile-diagonal-line.svg) bottom right no-repeat;
	background-size: contain;
}
.primary_header .diagonal_lines span:nth-child(2){
	position:absolute;
	right:0px;
	bottom:0px;
	aspect-ratio: 64 / 458;
	height: 100%;
	max-width: 100%;
	background: url(/wp-content/uploads/2025/08/mobile-diagonal-line-2.svg) bottom right no-repeat;
	background-size: contain;
}
.primary_header .diagonal_lines span:nth-child(3){
	position:absolute;
	right:0px;
	bottom:0px;
	height: 100%;
	max-width: 100%;
}

.primary_header .video_container {
    position: absolute;
	z-index:1;
    width: 100%;
    height: 100%;
}
.primary_header .video_container video {
    position: absolute;
	z-index:1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.primary_header .content_container{
    position: absolute;
	z-index:3;
	display:flex;
	flex-direction:column;
	align-items:bottom;
	width:100%;
	height:auto;
	bottom:0px;
	left:0px;
	padding-bottom:40px;
	gap:50px;
}
.primary_header .content_container .content{
	display:inline-block;
	max-width:500px;
}

a.primary_header_scroll{
	position:relative;
	width:auto;
	display:flex;
	flex-direction:row;
	gap:20px;
	align-items:start;
	text-decoration:none !important;
}
a.primary_header_scroll .icon{
	position:relative;
	display:block;
	width:50px;
	height:50px;
	border:1.5px solid #FFFFFF;
	border-radius:50%;
	transition: all 0.3s ease-in-out;
}
a.primary_header_scroll:hover .icon{
	background:#003e7e;
	border:1.5px solid #003e7e;
	transition: all 0.3s ease-in-out;
}
a.primary_header_scroll .icon img{
	width:18px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%) scale(1);
	filter:brightness(1) invert(0);
	transition: all 0.3s ease-in-out;
}
a.primary_header_scroll:hover .icon img{
	filter:brightness(0) invert(1);
	transform:translateX(-50%) translateY(-50%) scale(1.3);
	transition: all 0.3s ease-in-out;
}
a.primary_header_scroll .text{
	font-family: "Inter Tight", sans-serif;
	position:relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.32px;
	text-transform: uppercase;
}
a.primary_header_scroll .text span{
	position:absolute;
	width:120px;
	left:0px;
	top:13px;
}
a.primary_header_scroll .text span:nth-child(1){
	opacity:1;
	transform:translateY(0px);
	transition: all 0.3s ease-in-out;
}
a.primary_header_scroll:hover .text span:nth-child(1){
	opacity:0;
	transform:translateY(20px);
	transition: all 0.3s ease-in-out;
}
a.primary_header_scroll .text span:nth-child(2){
	opacity:0;
	transform:translateY(-20px);
	transition: all 0.3s ease-in-out;
}
a.primary_header_scroll:hover .text span:nth-child(2){
	opacity:1;
	transform:translateY(0px);
	transition: all 0.3s ease-in-out;
}

@media only screen and (min-width:1024px) {
	.primary_header{
		min-height:calc(100vh - 100px);
	}

	.primary_header .diagonal_lines{
		opacity:1;
		left:0px;
	}
	.primary_header .diagonal_lines span:nth-child(1){
		aspect-ratio: 859 / 950;
		background: url(/wp-content/uploads/2025/08/diagonal-line.svg) bottom right no-repeat;
		background-size: contain;
	}
	.primary_header .diagonal_lines span:nth-child(2){
		aspect-ratio: 445 / 950;
		background: url(/wp-content/uploads/2025/08/diagonal-line-2.svg) bottom right no-repeat;
		background-size: contain;
	}
	.primary_header .diagonal_lines span:nth-child(3){
		aspect-ratio: 27 / 950;
		background: url(/wp-content/uploads/2025/08/diagonal-line-3.svg) bottom right no-repeat;
		background-size: contain;
	}

	.primary_header .content_container{
		padding-bottom:60px;
		gap:70px;
	}
	.primary_header .content_container .content{
		max-width:822px;
	}
}


/*-----------------------------------------------------------------
CARDS
-----------------------------------------------------------------*/
ul.cards{
	position:relative;
    display: grid;
    grid-auto-rows: 1fr;
    gap: 16px;
	list-style:none;
	margin:0px auto 0px auto;
	padding:0px;
	max-width:500px;
}
ul.cards li{
	position:relative;
	margin:0px;
	padding:0px;
	display:block;
	opacity: 0;
	transform: translateY(50px);
}
ul.cards li .card_content{
	display:flex;
	align-items:start;
	position:relative;
	padding:140px 30px 30px 30px;
	height:100%;
}
ul.cards li .card_icon{
	position:absolute;
	left:30px;
	top:30px;
}
ul.cards li h4{
	padding:0px;
	max-width:210px;
}

ul.cards.animate li {
	border:1px solid #FFF;
	opacity: 1;
	transform: translateY(0);
	transition: all .5s ease-in-out;
}
ul.cards.animate li:nth-child(5n+1) {
	transition-delay: 0s;
}
ul.cards.animate li:nth-child(5n+2) {
	transition-delay: 0.2s;
}
ul.cards.animate li:nth-child(5n+3) {
	transition-delay: 0.4s;
}
ul.cards.animate li:nth-child(5n+4) {
	transition-delay: 0.6s;
}
ul.cards.animate li:nth-child(5n+5) {
	transition-delay: 0.8s;
}

@media only screen and (min-width:1024px) and (max-width:1279px){
	ul.cards li .card_content{
		padding:120px 20px 20px 20px;
	}
	ul.cards li .card_icon{
		left:20px;
		top:20px;
	}
}

@media only screen and (min-width:1024px) {
	ul.cards{
		max-width:100%;
		grid-template-columns:repeat(5, 1fr);
	}
}


/*-----------------------------------------------------------------
FULL IMAGE
-----------------------------------------------------------------*/
.full_image{
	position:relative;
	display:inline-block;
	width:100%;
	padding-bottom:120%;
}
.full_image .full_image_overlay{
	position:absolute;
	z-index:3;
	left:0px;
	top:0px;
	display:inline-block;
	width:100%;
	height:60px;
	background: #003E7E;
	mix-blend-mode: multiply;
}

@media only screen and (min-width:1024px) {
	.full_image{
		padding-bottom:30%;
	}
}


/*-----------------------------------------------------------------
CARDS + IMAGE BACKGROUND
-----------------------------------------------------------------*/
.cards_image_bg{
	display:inline-block;
	width:100%;
	overflow:hidden;
	position:relative;
	line-height:0px;
}
.cards_image_bg > .image_wrapper{
	display:none;
}
.cards_image_bg > .content_wrapper{
	position:relative;
	z-index:2;
}
.cards_image_bg .content_container > ul{
	margin:10px 0px 0px 0px;
	padding:0px;
	display:flex;
	flex-direction:column;
	gap:50px;
}
.cards_image_bg .content_container > ul > li{
	margin:0px;
	padding:0px;
}
.cards_image_bg .num{
	font-size: 64px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: -1.28px;
	color:#003E7E;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
.cards_image_bg h4{
	padding:0px 0px 5px 0px;
	margin:0px;
}

@media only screen and (min-width:600px) {
	.cards_image_bg .content_container > ul{
		display:grid;
		column-gap:30px;
		row-gap:40px;
		grid-template-columns:repeat(2, 1fr);
	}
	.cards_image_bg .content_container > ul > li{
		padding-left:16px;
		border-left:1.5px solid #003E7E
	}
}

@media only screen and (min-width:1024px) {
	.cards_image_bg .full_image{
		display:none;
	}

	.cards_image_bg > .image_wrapper{
		z-index:1;
		display:inline-block;
		width:100%;
	}

	.cards_image_bg > .content_wrapper{
		text-align:right;
		padding-top:100px;
		padding-bottom:120px;
	}
	.cards_image_bg .content_container{
		position:relative;
		z-index:2;
		display:inline-block;
		width:100%;
		max-width:1180px;
		text-align:left;
		padding:70px 0px 60px 70px !important;
	}
	.cards_image_bg .content_container_background{
		position:absolute;
		width:50vw;
		z-index:1;
		height:100%;
		left:50vw;
		top:0px;
	}
	.cards_image_bg .content_container > ul{
		display:grid;
		grid-template-columns:repeat(3, 1fr);
		grid-auto-rows: 1fr;
	}
}

@media only screen and (min-width:1280px) {
	.cards_image_bg .content_container{
		padding:70px 0px 60px 120px !important;
	}
}

@media only screen and (min-width:1440px) {
	.cards_image_bg .image_overlay_1{
		position:absolute;
		z-index:3;
		left:0px;
		top:0px;
		height:100%;
		background:#003E7E;
		opacity:0.95;
		width:80px;
	}
	.cards_image_bg .image_overlay_2{
		position:absolute;
		z-index:3;
		left:80px;
		top:0px;
		height:100%;
		width:60px;
		background:#003E7E;
		mix-blend-mode:multiply;
	}
}

@media only screen and (min-width:1620px) {
	.cards_image_bg .image_overlay_1{
		width:140px;
	}
	.cards_image_bg .image_overlay_2{
		left:140px;
		width:100px;
	}
}

@media only screen and (min-width:1680px) {
	.cards_image_bg .content_container_background{
		width:121px;
		height:100%;
		left:auto;
		right:-120px;
	}
}


/*-----------------------------------------------------------------
BOXED CONTENT
-----------------------------------------------------------------*/
.boxed_content,
.cards_image_bg .content_container{
	position:relative;
	display:inline-block;
	width:100%;
	padding:60px 35px;
    clip-path: polygon(
        35px 0,   /* start after top-left */
        100% 0,
        100% 100%,
        0 100%,
        0 60px    /* bottom of cut */
    );
}
.boxed_content{

}
@media only screen and (max-width:767px) {
	.boxed_content,
	.cards_image_bg .content_container{
		width:100vw;
		margin-left:-35px;
		padding:60px 35px;
	}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
	.boxed_content,
	.cards_image_bg .content_container{
		width:100vw;
		margin-left:-50px;
		padding:60px 50px;
	}
}

@media only screen and (min-width:1024px) {
	.boxed_content,
	.cards_image_bg .content_container{
		padding:70px 60px;
		clip-path: polygon(
			40px 0,   /* start after top-left */
			100% 0,
			100% 100%,
			0 100%,
			0 70px    /* bottom of cut */
		);
	}
}


/*-----------------------------------------------------------------
INDIVIDUAL BIO CARDS
-----------------------------------------------------------------*/
a.bio_card {
	display:inline-block;
	position:relative;
	width:auto;
	text-decoration:none;
	color:#000;
    flex: 0 0 auto; /* don't shrink, use fixed width */
    display: block;
	transition: all 0.5s ease-in-out;
}
a.bio_card .bio_card_content{
	margin-top:20px;
	padding-bottom:10px;
	padding-right:40px;
	position:relative;
}
a.bio_card h4{
	margin:0px;
	padding:0px 0px 5px 0px;
}
a.bio_card .image_container{
	position:relative;
	width:100%;
	padding-bottom:110%;
	height:auto;
}
a.bio_card .image_container img{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	object-fit:cover;
}
a.bio_card .image_cover{
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: linear-gradient(221deg, rgba(0, 113, 206, 0.00) 0%, rgba(0, 113, 206, 0.20) 100%);
	opacity:0;
	-webkit-mask-image:
		linear-gradient(
			-58deg,
			transparent 0 30px,
			black 30px 50px,
			transparent 50px 90px,
			black 90px 110px,
			transparent 110px 160px,
			black 160px 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	-webkit-mask-position: center;
	transition: all 0.3s ease-in-out;
}
a.bio_card:hover .image_cover,
a.bio_card:focus .image_cover{
	opacity:1;
	transition: all 0.3s ease-in-out;
}

a.bio_card .view_bio_btn {
	position:absolute;
	z-index:2;
	right:16px;
	bottom:16px;
	display:inline-block;
	width:40px;
	height:40px;
	background:#d9eef1;
	text-align:center;
	transition: all 0.3s ease-in-out;
}
a.bio_card:hover .view_bio_btn,
a.bio_card:focus .view_bio_btn{
	background:#FFFFFF;
	transition: all 0.3s ease-in-out;
}

a.bio_card .view_bio_btn::before,
a.bio_card .view_bio_btn::after{
	width:32px;
	height:32px;
	overflow:hidden;
	display:inline-block;
	position:absolute;
	z-index:2;
	content:"";
	left:3px;
	top:3px;
}
a.bio_card .view_bio_btn::before{
	background: url(/wp-content/uploads/2025/08/Arrown-Button.svg) center center no-repeat;
	background-size:contain;
	transition: all .3s ease-in-out;
}
a.bio_card:hover .view_bio_btn::before,
a.bio_card:focus .view_bio_btn::before{
	background: url(/wp-content/uploads/2025/08/Arrown-Button.svg) top -32px right -32px no-repeat;
	background-size:contain;
	transition: all .3s ease-in-out;
}
a.bio_card .view_bio_btn::after{
	background: url(/wp-content/uploads/2025/08/Arrown-Button.svg) bottom -32px left -32px no-repeat;
	background-size:contain;
	transition: all .3s ease-in-out;
}
a.bio_card:hover .view_bio_btn::after,
a.bio_card:focus .view_bio_btn::after{
	background: url(/wp-content/uploads/2025/08/Arrown-Button.svg) center center no-repeat;
	background-size:contain;
	transition: all .3s ease-in-out;
}

a.bio_card .full_bio_text{
	display:inline-block;
	position:relative;
	width:auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color:#003E7E;
	margin-top:10px;
}
a.bio_card .full_bio_text::after{
	position:absolute;
	content:"";
	display:inline-block;
	left:0px;
	bottom:-4px;
	width:0px;
	height:1px;
	border-bottom:1.5px solid #5eb3e4;
	transition: all .3s ease-in-out;
}
a.bio_card:hover .full_bio_text::after,
a.bio_card:focus .full_bio_text::after{
	width:100%;
	transition: all .3s ease-in-out;
}


/*-----------------------------------------------------------------
BIOS SLIDER NAVIGATION
-----------------------------------------------------------------*/
.bios_navigation{
	margin-top:20px;
	display:block;
	position:relative;
}
.bios_navigation .expand,
.bios_navigation .collapse{
	display:none;
}
.wp-block-button.collapse .wp-block-button__link::before{
	display:none;
}
.wp-block-button.collapse:hover .wp-block-button__link::after,
.wp-block-button.collapse:focus .wp-block-button__link::after{
	filter:brightness(0) invert(1);
	background: url(/wp-content/uploads/2025/08/CloseLrg.svg) center center no-repeat;
	background-size:20px;
	transition: all .3s ease-in-out;
}
.wp-block-button.collapse .wp-block-button__link::after{
	filter:brightness(1) invert(0);
	background: url(/wp-content/uploads/2025/08/CloseLrg.svg) center center no-repeat;
	background-size:20px;
	transition: all .3s ease-in-out;
}

.bios_navigation .arrows_container{
	display:flex;
	width:auto;
	gap:16px;
	justify-content:left;
	width:116px;
	transition: all .5s ease-in-out;
}
.bios_navigation .arrows_container.hidden{
	opacity:0;
	transition: all .5s ease-in-out;
}
.bios_navigation .arrows_container a{
	position:relative;
	display:block;
	width:50px;
	height:50px;
	border:1.5px solid #003e7e;
	border-radius:50%;
	transition: all 0.3s ease-in-out;
}
.bios_navigation .arrows_container a.inactive{
	opacity:0.5 !important;
}
.bios_navigation .arrows_container a.inactive:hover{
	background:none;
}
.bios_navigation .arrows_container a.inactive:hover img{
	filter:brightness(1) invert(0);
}
.bios_navigation .arrows_container a:hover{
	background:#003e7e;
	transition: all 0.3s ease-in-out;
}
.bios_navigation .arrows_container a img{
	width:18px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	filter:brightness(1) invert(0);
	transition: all 0.3s ease-in-out;
}
.bios_navigation .arrows_container a:hover img{
	filter:brightness(0) invert(1);
	transition: all 0.3s ease-in-out;
}

@media only screen and (min-width:1024px) {
	a.bio_card.fadeout{
		opacity:0;
		transition: all 0.5s ease-in-out;
	}
	.bios_navigation{
		margin-top:0px;
		position:absolute;
		width:100%;
		right:0px;
		top:0px;
		transform:translateX(0px);
		transition: all 0.5s ease-in-out;
	}
	.bios_navigation.arrows_hidden{
		transform:translateX(196px);
		transition: all 0.8s ease-in-out;
	}
	.bios_navigation .expand,
	.bios_navigation .collapse{
		float:right;
	}
	.bios_navigation .expand.visible,
	.bios_navigation .collapse.visible{
		display:inline-block;
	}
	.bios_navigation .arrows_container{
		width:156px;
		margin-left:40px;
		padding-left:40px;
		border-left:1.5px solid #5B6670;
		float:right;
	}
	.bios_navigation.arrows_hidden .arrows_container a{
		cursor:default;
	}
}


/*-----------------------------------------------------------------
BIOS SLIDER
-----------------------------------------------------------------*/
.bios{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.bios_slider_wrapper {
    position: relative;
    overflow-x: auto; /* only slider scrolls */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* smooth on iOS */
    touch-action: pan-y;
    padding-left: 0; /* will adjust in JS if needed */
}
.bios_slider {
    display: flex;
	gap:16px;
    flex-direction: row;
    width: max-content; /* allow horizontal scroll */
    transform: translateX(0);
}
.bios_slider::-webkit-scrollbar {
	display: none;
}

@media only screen and (min-width:1024px) {
	.bios{
		margin-top:-100px;
	}
	.bios_slider_wrapper {
		left:0px;
		top:0px;
		width: 100%;
		padding-top:120px;
	}
	.bios.bios_expanded .bios_slider {
		display: flex;
		flex-wrap: wrap;
	}
	.bios.bios_expanded a.bio_card{
		flex: 0 0 calc(25% - 12px);
		max-width: calc(25% - 12px);
	}
}


/*-----------------------------------------------------------------
SINGLE PERSON PAGE
-----------------------------------------------------------------*/
.single_person,
.single_person .container12,
.single_person .container12 .column12{
    position: relative;
    background: #dfebf5;
	min-height:calc(100vh - 140px); /* header + footer */
}
.single_person_close {
    position: absolute;
	z-index:10;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #000000;
}

.single_person_cols{
	height:100%;
	display:flex;
	flex-direction:column;
	gap:40px;
	align-items:center;
	justify-content:center;
	padding:50px 0px 80px 0px;
}
.single_person_cols > div:nth-child(1){
	width:100%;
	max-width:400px;
}

.single_person_navigation_bg{
	position:absolute;
	z-index:1;
	left:0px;
	bottom:0px;
	width:100%;
	height:100px;
	background:#FFF;
}
.single_person_navigation{
	position:absolute;
	z-index:2;
	left:0px;
	bottom:0px;
	width:100%;
	height:85px;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:0px;
	line-height:normal;
}
.single_person_navigation > div{
    flex: 1;
}
.single_person_navigation > div:nth-child(2){
	text-align:right;
}
.single_person_navigation > div a{
	display:inline-block;
	width:auto;
	position:relative;
	font-size:16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	text-decoration:none;
}
.single_person_navigation > div a:hover,
.single_person_navigation > div a:focus{
	text-decoration:none;
}
.single_person_navigation > div > div.previous{
	padding-left:45px;
}
.single_person_navigation > div > div.previous a::before{
	position:absolute;
	left:-40px;
	top:2px;
	content:"";
	width:28px;
	height:18px;
	background:url(/wp-content/uploads/2025/08/long-arrow-left.svg) left center no-repeat;
	background-size:28px auto;
	transition: all .3s ease-in-out;
}
.single_person_navigation > div > div.next{
	padding-right:45px;
}
.single_person_navigation > div > div.next a::before{
	position:absolute;
	right:-40px;
	top:2px;
	content:"";
	width:28px;
	height:18px;
	background:url(/wp-content/uploads/2025/08/long-arrow-right.svg) right center no-repeat;
	background-size:28px auto;
	transition: all .3s ease-in-out;
}
.single_person_navigation > div > div.previous a:not(.single_person_navigation_noclick):hover::before,
.single_person_navigation > div > div.previous a:not(.single_person_navigation_noclick):focus::before,
.single_person_navigation > div > div.next a:not(.single_person_navigation_noclick):hover::before,
.single_person_navigation > div > div.next a:not(.single_person_navigation_noclick):focus::before{
	width:15px;
	transition: all .3s ease-in-out;
}
.single_person_navigation > div:nth-child(2){
	display:flex;
	flex-direction:row;
	justify-content:right;
	gap:30px;
}
.single_person_navigation > div a.single_person_navigation_noclick{
	opacity:0.5 !important;
	cursor:auto !important;
}
.single_person_navigation > div a.single_person_navigation_noclick::after{
	display:none !important;
}

.single_person_eyebrow{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom:30px;
	color:#003e7e;
}
.person_position{
	font-family: "Inter Tight";
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	margin-bottom:30px;
}

@media only screen and (min-width:600px) {
	.single_person_navigation{
		height:100px;
		flex-direction:row;
	}
}

@media only screen and (min-width:1024px) {
	.single_person,
	.single_person .container12,
	.single_person .container12 .column12{
		min-height:calc(100vh - 180px); /* header + footer */
	}
	.single_person_cols{
		display:flex;
		flex-direction:row;
		padding:60px 0px 140px 0px;
	}
	.single_person_cols > div:nth-child(1){
		flex: 0 0 400px;
		width: 400px;
		max-width:100%;
	}

	.person_position{
		font-size: 24px;
	}
}

@media only screen and (min-width:1280px) {
	.single_person_cols{
		gap:80px;
	}
	.single_person_cols > div:nth-child(1){
		flex: 0 0 460px;
		width: 460px;
	}
}

@media only screen and (min-width:1480px) {
	.single_person_cols{
		gap:120px;
	}
}


/*-----------------------------------------------------------------
TOP STYLES AND CONTAINERS
-----------------------------------------------------------------*/
#TOP_COMPENSATION,
#TOP {
	height: 60px;
}
#TOP {
	padding: 0px;
	z-index: 10;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background:#FFFFFF;
}
#TOP #logo {
	z-index: 12;
	position: absolute;
	display: inline-block;
	width: 180px;
	height: 30px;
	top: 15px;
	left: 0px;
}
#TOP #logo img {
	width: auto;
	height: 100%;
	position:absolute;
	left:0px;
	top:0px;
}

#TOP .container12,
#TOP .container12 .column12,
#TOP .navigation_container,
#TOP nav.main-navigation,
#TOP .menu-primary-menu-container {
	height: 100%;
	width: 100%;
	position: relative;
}

#TOP button.menu-toggle {
	z-index: 13;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	width: 24px;
	height: 100%;
	position: absolute;
	cursor: pointer;
	left:auto;
	right: 0;
	top: 0;
	background: url(/wp-content/uploads/2025/08/MobileMenu.svg) left center no-repeat;
	background-size: 100% auto;
}
#TOP button.menu-toggle-active {
	background: url(/wp-content/uploads/2025/08/CloseLrg.svg) left center no-repeat;
	background-size: 100% auto;
}

#TOP ul#primary-menu{
	height: calc(100% - 60px);
	top: 60px;
}
#TOP ul#primary-menu {
	z-index: 11;
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	left: 0;
	list-style: none;
	position: fixed;
	vertical-align: middle;
	background: #dfebf5;
	margin: 0;
	padding: 20px 30px 0px 30px;
	visibility: hidden;
	overflow-x: scroll;
	opacity:0;
	transform: translateX(-100%);
	transition: all .3s ease-in-out;
	text-align:center;
}
#TOP.active ul#primary-menu{
	visibility: visible;
	opacity:1;
	transform: translateX(0);
}

#TOP ul#primary-menu li {
	background: none;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#TOP ul#primary-menu li::before {
	display:none;
}
#TOP ul#primary-menu li a{
	text-decoration: none;
	display: inline-block;
	width: 100% !important;
	line-height: normal;
	padding: 18px 0;
	font-weight: 400 !important;
	font-size: 20px !important;
	color:#4B4B4B;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
#TOP ul#primary-menu li a:hover,
#TOP ul#primary-menu li a:focus{
	color:#4B4B4B;
}
#TOP ul#primary-menu li.blue a {
	font-weight: 500 !important;
	color:#003E7E;
}

@media only screen and (min-width: 768px) {
	#TOP ul#primary-menu {
		padding:20px 50px 0px 50px;
	}
}

@media only screen and (min-width: 1024px) {
	#TOP_COMPENSATION,
	#TOP {
		height: 100px;
	}
	#TOP{
	}
	#TOP #logo {
		width: 190px;
		height: 32px;
		top: 34px;
	}

	#TOP .navigation_container {
		text-align: right;
		width: 100%;
		display: inline-block;
	}

	#TOP button.menu-toggle {
		display: none;
	}
	#TOP ul#primary-menu {
		list-style: none;
		position: relative;
		top: auto;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction:row;
		align-items:center;
		justify-content:center;
		gap:0px;
		height: 100%;
		width: auto;
		float: right;
		visibility: visible;
		overflow:hidden;
		transform: none;
		background: none;
		opacity:1;
	}
	#TOP ul#primary-menu li {
		display: block;
		width: auto;
		margin: 0;
		padding: 0px;
		height: auto;
		text-align: center;
		border-top:0px;
	}
	#TOP ul#primary-menu li:last-child{
		border:none;
	}
	#TOP ul#primary-menu li a {
		position:relative;
		width: 100%;
		height:auto;
		line-height:normal;
		padding: 0px 10px 0px 10px;
		font-size:14px !important;
		margin: 0;
		background: none;
		border: 0;
		transition: all .2s ease-in-out;
	}

	#TOP ul#primary-menu li > a::before {
		position:absolute;
		display:inline-block;
		content:"";
		bottom:-8px;
		left:10px;
		height:0px;
		width:0px;
		opacity:1;
		border-top: #5eb3e4 1.5px solid;
		transition: all .2s ease-in-out;
	}
	#TOP ul#primary-menu li > a:hover::before,
	#TOP ul#primary-menu li > a:focus::before{
		opacity:1;
		width:calc(100% - 20px);
		transition: all .2s ease-in-out;
	}

	#TOP ul#primary-menu li.divider{
		position:relative;
		margin-left:20px;
	}
	#TOP ul#primary-menu li.divider::after{
		width:0px;
		border-right:1px solid #000;
		height:25px;
		top:50%;
		transform:translateY(-50%);
		content:"";
		display:inline-block;
		position:absolute;
		left:-10px;
	}
}

@media only screen and (min-width: 1240px) {
	#TOP #logo {
		width: 230px;
		height: 40px;
		top: 30px;
	}

	#TOP ul#primary-menu li a {
		padding: 0px 15px 0px 15px;
		font-size:16px !important;
	}
	#TOP ul#primary-menu li > a::before {
		left:15px;
	}
	#TOP ul#primary-menu li > a:hover::before,
	#TOP ul#primary-menu li > a:focus::before {
		width:calc(100% - 30px);
	}

	#TOP ul#primary-menu li.divider{
		margin-left:30px;
	}
	#TOP ul#primary-menu li.divider::after{
		left:-15px;
	}
}
	


/*-----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/
footer{
	position:relative;
	text-align:left;
}

footer ul.legal{
	position:relative;
	display:flex;
	justify-content:center;
	height:80px;
	width:100%;
	flex-direction:column;
}
footer ul.legal li{
	display:inline-block;
	width:auto;
	padding:0px;
	margin:0px;
	font-size:14px;
	line-height:normal;
}
footer ul.legal li a{
	text-decoration:none;
}
footer ul.legal li a:hover,
footer ul.legal li a:focus{
	text-decoration:underline;
}