/*-----------------------------------------------------------------
COLUMNATION
-----------------------------------------------------------------*/
.container12 {
    margin:0 auto;
    padding:0px;
    width:100%;
	position:relative;
	z-index:2;	
	display:flex;
	flex-direction:column;
	flex-wrap: wrap;
	padding:0px 35px 0px 35px;
}
.column12 {
	width:100%;
    display:inline-block;
	position:relative;
}

@media only screen and (min-width:768px) {
    .container12 {
		width:100%;
		max-width:1620px;
		padding-right:50px;
		padding-left:50px;
		flex-direction:row;
	}
}

@media only screen and (min-width:1024px) {
    .container12 {
		padding-right:80px;
		padding-left:80px;
	}
}


/*-----------------------------------------------------------------
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 #1d2329 !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:35px;
}
h2 + h3, h2 + h4, h2 + h5{
	padding-top:10px;
}

h1,
h2{
	font-family: "Bai Jamjuree", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 44px;
	line-height: 44px;
	letter-spacing:-0.34px;
	margin:0px;
	padding:0px;
	color:#003C71;
}
h2{
	padding:0px 0px 20px 0px;
}
h3{
	font-family: "Bai Jamjuree", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	line-height: 28px;
	letter-spacing:-0.36px;
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#003C71;
}
h4{
	font-family: "Bai Jamjuree", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	letter-spacing:-0.36px;
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#003C71;
}

h1, h2, h3, h4, p{
	opacity:0;
	transform:translateY(50px);
}
h1.animate, h2.animate, h3.animate, h4.animate, p.animate{
	opacity:1;
	transform:translateY(0);
	transition:all 0.8s ease-in-out;
}
p.animate{
	transition-delay:0.4s;
}

body p,
body ul,
body ol,
.normal,
input[type="text"],
input[type="email"],
textarea{
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size:16px;
	line-height:24px;
	letter-spacing:-0.32px;
	font-style: normal;
	color:#000000;
}

.small{
	font-size:14px;
	line-height:22px;
	letter-spacing:-0.32px;
}

@media only screen and (min-width:768px) {
	h1{
		font-size: 54px;
		line-height: 54px;
	}
	h2{
		font-size: 50px;
		line-height: 50px;
	}
	h3{
		font-size: 38px;
		line-height: 38px;
		letter-spacing:-0.6px;
	}
	h4{
		font-size: 26px;
		line-height: 26px;
		letter-spacing:-0.5px;
	}
}

@media only screen and (min-width:1024px) {
	h1{
		font-size: 80px;
		line-height: 80px;
		letter-spacing:-2.58px;
	}
	h2{
		font-size: 72px;
		line-height: 72px;
	}
	h3{
	}

	body p,
	body ul,
	body ol,
	.normal,input[type="text"],
	input[type="email"],
	textarea{
		font-size:20px;
		line-height:30px;
		letter-spacing:-0.4px;
	}

	.small{
		font-size:16px;
		line-height:24px;
		letter-spacing:-0.32px;
	}
}

@media only screen and (min-width:1480px) {
	h1{
		font-size: 88px;
		line-height: 88px;
	}
	h2{
		font-size: 82px;
		line-height: 84px;
		letter-spacing:-2.46px;
	}
	h3{
		font-size: 48px;
		line-height: 52px;
		letter-spacing:-0.96px;
	}
	h4{
		font-size: 24px;
		line-height: 30px;
		letter-spacing:-0.48px;
	}
}

.light{
	font-weight:300;
}
.regular{
	font-weight:400;
}
.bold,
strong{
	font-weight:600;
}
.black{
	font-weight:800;
}

.blue{
	color:#003C71;
}
	
a.skip {
	display:inline-block;
	padding:10px 14px;
	border-radius: 5px;
	background:#072624;
	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,
a:link,
a:visited{
	color:#003C71;
	text-decoration:underline;
	transition: all .2s ease-in-out 0s;
}
a:hover,
a:active,
a:focus{
	text-decoration:none;
	color:#003C71;
	transition: all .2s ease-in-out 0s;
}

ul{
	margin:0px;
	padding:0px;
	list-style-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="7"><circle cx="3" cy="3" r="2" fill="%23000000"/></svg>');

}
ol{
	margin:0px;
	padding:0px;
}
ul li,
ol li{
	position:relative;
	margin-left:0px;
	padding-top:5px;
	padding-bottom:0px;
}
ul li:first-child,
ol li:first-child{
	padding-top:0px;
}
ul li:last-child,
ol li:last-child{
	padding-bottom:0px;
}
ul li{
	padding-left:0px;
}

hr,
hr.wp-block-separator{
	width:100%;
	margin:20px 0px 20px 0px;
	padding:0px;
	border:0px;
	height:0px;
	border-bottom:1px solid #000;
}

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}

.DARK{
	position:relative;
}
.BLUE{
	position:relative;
	background:#EEF3FC;
}
.DARK *:focus-visible{
	outline:2px solid #FFFFFF !important;
}
.DARK, .DARK p, .DARK a, .DARK a:hover, .DARK a:focus, .DARK h1, .DARK h2, .DARK h4, .DARK h5{
	color:#FFF;
}
.DARK h3{
	color:#FFFFFF;
}
.DARK .eyebrow{
	color:#FFF;
}

.dark_background_compensate{
	width:100%;
	height:auto;
	padding-bottom:25%;
}
.dark_background_mountains{
	display:inline-block;
	z-index:1;
	width:100%;
	height:100%;
	bottom:-60px;
	left:0px;
	position:absolute;
	background:url(/wp-content/uploads/2025/02/foothill_housing_shortage_background@2x.png) bottom left no-repeat;
	background-size:150%;
	mix-blend-mode:multiply;
	opacity:0.4;
}
.dark_background_graphic{
	display:inline-block;
	z-index:2;
	width:75%;
	height:100%;
	max-width:960px;
	bottom:-1px;
	left:-1px;
	position:absolute;
	background:url(/wp-content/uploads/2025/02/foothill_housing_graphic.svg) left bottom no-repeat;
	background-size:contain;
}
.dark_background_boxed{
	padding:0px 10px 0px 10px;
	overflow:hidden;
}
.dark_background_boxed > div{
	border-radius:20px;
	padding:25px;
}
.dark_background_boxed > div .container12{
	padding-left:0px;
	padding-right:0px;
	max-width:1460px;
}

.footnote{
	position:absolute;
	right:0px;
	bottom:100px;
	width:220px;
}

@media only screen and (min-width: 768px) {
	.dark_background_boxed{
		padding:0px 20px 0px 20px;
	}
	.dark_background_boxed > div{
		border-radius:20px;
		padding:30px;
	}
}

@media only screen and (min-width: 1024px) {
	.dark_background_boxed > div{
		padding:60px;
	}

	.dark_background_mountains{
		background-size:100%;
	}
	.dark_background_graphic{
		width:65%;
	}
	.footnote{
		bottom:40px;
		width:250px;
	}
}

@media only screen and (min-width: 1280px) {
	.dark_background_compensate{
		padding-bottom:22%;
	}
}

@media only screen and (min-width: 1500px) {
	.footnote{
		width:440px;
	}
}


/*-----------------------------------------------------------------
ANIMATIONS
-----------------------------------------------------------------*/
.up_animation{
	opacity:0;
	transform:translateY(50px);
}
.up_animation.animate{
	opacity:1;
	transform:translateY(0);
	transition:all 0.8s ease-in-out;
}

.fadein_animation{
	opacity:0;
}
.fadein_animation.animate{
	opacity:1;
	transition:all 0.8s ease-in-out 0.3s;
}


/*-----------------------------------------------------------------
GUTENBERG OVERRIDES
-----------------------------------------------------------------*/
img,
object,
embed {
	max-width:100%;
}
img {
	height:auto;
}
figure img{
	margin:0px !important;
}
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;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
}
.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:30px;
    overflow:hidden;
}

@media only screen and (min-width: 1024px) {
	figure.wp-block-image img{
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
	}
}


/*-----------------------------------------------------------------
SPACER
-----------------------------------------------------------------*/
.wp-block-spacer.half{
	height:20px !important;
}
.wp-block-spacer.quarter{
	height:10px !important;
}
.wp-block-spacer{
	height:40px !important;
}
.wp-block-spacer.one_plus_half{
	height:60px !important;
}
.wp-block-spacer.double{
	height:80px !important;
}


/*-----------------------------------------------------------------
STANDARD IMAGE 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;
}
.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;
}

.image_container.image_clip img{
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
}

@media only screen and (min-width: 1024px) {
	.image_container.image_clip img{
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
	}
}


/*-----------------------------------------------------------------
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: 0px !important;
	}
    .wp-block-column {
        padding: 0px;
    }

	.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: 80px !important;
	}
	.wp-block-columns.extra_gap{
		gap:120px !important;
	}

	.wp-block-column.featured p{
		border-left:1px solid #F1F9F9;
		padding-left:16px;
	}
}

@media only screen and (min-width:1500px) {
	.wp-block-columns{
		gap:80px !important;
	}
	.wp-block-columns.extra_gap{
		gap:160px !important;
	}
}


/*-----------------------------------------------------------------
BUTTONS
-----------------------------------------------------------------*/
.wp-block-buttons{
	width:100%;
	margin:30px 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 !important;
	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:10px !important;
}

@media only screen and (max-width:600px) {
	.wp-block-button + .wp-block-button{
		margin-top:20px !important;
		margin-left:0px !important;
	}
}

input[type="submit"],
.wp-block-button .wp-block-button__link{
	text-decoration:none;
	display:inline-block;
	font-family: "Bai Jamjuree", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	letter-spacing:-0.54px;
	line-height: normal;
	font-style: normal;
	position:relative;
	z-index:1;
	padding:12px 45px;
	cursor:pointer;
	color:#ffffff;
	border-radius:0px;
	background:#003C71;
	overflow:hidden;
}

input[type="submit"]::after,
.wp-block-button .wp-block-button__link::after{
	position:absolute;
	z-index:-1;
	content:"";
	display:inline-block;
	left:calc(-100% - 50px);
	top:0px;
	width:calc(100% + 50px);
	height:100%;
	color:#ffffff;
	background:#CB2C30;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
	transition: all .4s ease-in-out;
}
input[type="submit"]:hover::after,
input[type="submit"]:focus::after,
.wp-block-button .wp-block-button__link:hover::after,
.wp-block-button .wp-block-button__link:focus::after{
	left:0px;
	transition: all .4s ease-in-out;
}


/*-----------------------------------------------------------------
FULL CAROUSEL
-----------------------------------------------------------------*/
.block_full_carousel{
	display:inline-block;
	position:relative;
    z-index:3;
	width:100%;
    height:auto;
	z-index:2;
    overflow:hidden;
}
.block_full_carousel_cover{
	display:inline-block;
	z-index:2;
	width:100%;
	height:70%;
	right:0px;
	bottom:0px;
	position:absolute;
	background:url(/wp-content/uploads/2025/04/saxet_header_overlay_mask_multiply.svg) bottom right no-repeat;
	background-size:cover;
	mix-blend-mode:multiply;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0px, black 100px);
	mask-image: linear-gradient(to bottom, transparent 0px, black 100px);
}
.block_full_carousel .slider{
    position:relative;
	z-index:2;
	display:inline-block;
	overflow:hidden;
	width:100%;
    height:auto;
}
.block_full_carousel .slides_container{
	display:inline-block;
	width:100%;
	height:calc(100vh - 80px);
}
.block_full_carousel .slide{
	position:absolute;
	z-index:0;
	display:inline-block;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	transform:translateX(100%);
	visibility:hidden;
    transition: all 0s ease-in-out 1s;
}
.block_full_carousel .slide.active{
	transform:translateX(0);
	visibility:visible;
    transition: all 1s ease-in-out;
}
.block_full_carousel .slide.done{
	transform:translateX(-100%);
    transition: all 1s ease-in-out;
}
.block_full_carousel .image_container{
	position:relative;
	display:inline-block;
	width:100%;
    height:100%;
	z-index:1;
}
.block_full_carousel .image_container .image{
	position:relative;
	z-index:1;
	display:inline-block;
	width:100%;
    height:100%;
}
.block_full_carousel .image_container .image img{
	position:absolute;
	left:0px;
	top:0px;
	object-fit:cover;
	width:100%;
	height:100%;
}
.slides_nav_container{
	display:none;
}

.block_full_carousel .content_container{
	position:absolute;
	z-index:2;
	left:0px;
	bottom:0px;
	width:100%;
	height:auto;
	padding-bottom:35px;
}
.block_full_carousel .content_container .content_inner{
	max-width:100%;
}

a.block_full_carousel_scroll{
	display:none;
	position:absolute;
	left:0px;
	bottom:0px;
	width:60px;
	height:180px;
	background:#003C71;
	transition:all 0.4s ease-in-out;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%);
	z-index:9;
	overflow:hidden;
}
a.block_full_carousel_scroll.animate{
	transition-delay:0.3s;
}
a.block_full_carousel_scroll:hover,
a.block_full_carousel_scroll:focus{
	background:#CB2C30;
	transition:all 0.4s ease-in-out;
}
a.block_full_carousel_scroll::before,
a.block_full_carousel_scroll::after{
	position:absolute;
	content:"";
	display:inline-block;
	left:0px;
	width:100%;
	height:calc(100% - 50px);
	background:url(/wp-content/uploads/2025/04/saxet_down_arrow_white.svg) center center no-repeat;
	background-size:auto 36px;
	transition:all 0.6s ease-in-out;
}
a.block_full_carousel_scroll::before{
	top:0px;
	opacity:1;
}
a.block_full_carousel_scroll::after{
	top:-50px;
	opacity:0;
}
a.block_full_carousel_scroll:hover::before,
a.block_full_carousel_scroll:focus::before{
	top:50px;
	opacity:0;
	transition:all 0.4s ease-in-out;
}
a.block_full_carousel_scroll:hover::after,
a.block_full_carousel_scroll:focus::after{
	top:0px;
	opacity:1;
	transition:all 0.4s ease-in-out;
}

@media only screen and (min-width:600px) {
	.block_full_carousel .content_container .content_inner{
		max-width:480px;
	}
}

@media only screen and (min-width:768px) {
	.block_full_carousel .content_container{
		padding-bottom:75px;
		padding-left:50px;
	}
	.block_full_carousel .content_container .content_inner{
		max-width:700px;
	}

	a.block_full_carousel_scroll{
		display:inline-block;
		position:absolute;
		left:0px;
		bottom:0px;
	}
}

@media only screen and (min-width:1024px) {
	.block_full_carousel .content_container{
		padding-bottom:90px;
	}
	.block_full_carousel .content_container .content_inner{
		max-width:940px;
	}

	a.block_full_carousel_scroll{
		width:80px;
		height:240px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%);
	}
	a.block_full_carousel_scroll::before,
	a.block_full_carousel_scroll::after{
		height:calc(100% - 60px);
		background:url(/wp-content/uploads/2025/04/saxet_down_arrow_white.svg) center center no-repeat;
		background-size:auto 48px;
	}
}

@media only screen and (min-width:1280px) {
	.block_full_carousel .slides_container{
		height:calc(100vh - 120px);
	}
}

@media only screen and (min-width:1480px) {
	.block_full_carousel .content_container{
		padding-bottom:75px;
	}
}

@media only screen and (min-width:1670px) {
	.block_full_carousel .content_container{
		padding-left:0px;
	}
}


/*-----------------------------------------------------------------
CARDS
-----------------------------------------------------------------*/
ul.cards{
	position:relative;
	z-index:4;
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    margin:0px;
    padding:0px;
    list-style:none;
   	row-gap:40px;
	column-gap:40px;
}
ul.cards > li{
    overflow:hidden;
    position:relative;
    display:inline-block;
    width:100%;
    margin:0px;
    padding:0px;
	padding-left:16px;
	opacity:0;
	transform:translateY(50px);
}
ul.cards > li::before{
	position:absolute;
	content:"";
	width:0px;
	left:0px;
	bottom:0px;
	height:0px;
	border-left:1px solid #003C71;
}

ul.cards.animate > li{
	opacity:1;
	transform:translateY(0px);
	transition:all 0.5s ease-in-out;
}
ul.cards.animate > li::before {
	height:100%;
	transition:all 0.5s ease-in-out;
}
ul.cards.animate > li:nth-child(1) {
	transition-delay:0.2s;
}
ul.cards.animate > li:nth-child(1)::before {
	transition-delay:0.2s;
}
ul.cards.animate > li:nth-child(2) {
	transition-delay:0.4s;
}
ul.cards.animate > li:nth-child(2)::before {
	transition-delay:0.4s;
}
ul.cards.animate > li:nth-child(3) {
	transition-delay:0.6s;
}
ul.cards.animate > li:nth-child(3)::before {
	transition-delay:0.6s;
}
ul.cards.animate > li:nth-child(4) {
	transition-delay:0.8s;
}
ul.cards.animate > li:nth-child(4)::before {
	transition-delay:0.8s;
}
ul.cards.animate > li:nth-child(5) {
	transition-delay:1s;
}
ul.cards.animate > li:nth-child(5)::before {
	transition-delay:1s;
}
ul.cards.animate > li:nth-child(6) {
	transition-delay:1.2s;
}
ul.cards.animate > li:nth-child(6)::before {
	transition-delay:1.2s;
}
ul.cards.animate > li:nth-child(7) {
	transition-delay:1.4s;
}
ul.cards.animate > li:nth-child(7)::before {
	transition-delay:1.4s;
}
ul.cards.animate > li:nth-child(8) {
	transition-delay:1.6s;
}
ul.cards.animate > li:nth-child(8)::before {
	transition-delay:1.6s;
}

ul.cards > li .content_container .content{
    position:relative;
    height:auto;
	margin:0px;
	padding:0px;
}
ul.cards > li .content_container .content p{
	font-family: "Bai Jamjuree", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	letter-spacing:-0.44px;
	margin:0px;
	padding:0px;
	color:#003C71;
}

ul.cards > li .content_container{
    position:relative;
	z-index:2;
    display:block;
    width:100%;
    height:100%;
}
ul.cards > li .icon_container{
    position:relative;
    z-index:3;
    display:inline-block;
    width:70px;
    height:70px;
	margin-bottom:15px;
}
ul.cards > li .icon_container img{
    position:absolute;
    right:0px;
    top:0px;
    object-fit:contain;
    object-position: center;
    height:100%;
    width:100%;
}

ul.cards > li.cards_cta_link{
	line-height:0px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media only screen and (min-width:620px) {
    ul.cards.cards_2{
        grid-template-columns: repeat(2, 1fr);
    }
    ul.cards.cards_3{
        grid-template-columns: repeat(2, 1fr);
    }
    ul.cards.cards_4{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width:1024px) {
    ul.cards.cards_2{
        grid-template-columns: repeat(2, 1fr);
    }
    ul.cards.cards_3{
        grid-template-columns: repeat(3, 1fr);
    }
    ul.cards.cards_4{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width:1280px) {
	ul.cards{
		row-gap:60px;
		column-gap:60px;
	}
}

@media only screen and (min-width:1480px) {
	ul.cards > li .content_container .content p{
		font-size: 22px;
		line-height: 26px;
	}

	ul.cards > li .icon_container{
		width:90px;
		height:90px;
		margin-bottom:25px;
	}
}


/*-----------------------------------------------------------------
STATISTICS
-----------------------------------------------------------------*/
ul.statistics{
	position:relative;
	z-index:4;
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    margin:0px;
    padding:0px;
    list-style:none;
   	row-gap:40px;
	column-gap:40px;
}
ul.statistics > li{
    overflow:hidden;
    position:relative;
    display:flex;
	flex-direction:column;
	gap:20px;
    width:100%;
    margin:0px;
    padding:0px;
	padding-bottom:15px;
	opacity:0;
	transform:translateY(50px);
}
ul.statistics > li::before{
	position:absolute;
	content:"";
	width:0px;
	left:0px;
	bottom:0px;
	height:0px;
	border-bottom:1px solid #003C71;
}

ul.statistics.animate > li{
	opacity:1;
	transform:translateY(0px);
	transition:all 0.5s ease-in-out;
}
ul.statistics.animate > li::before {
	width:100%;
	transition:all 0.5s ease-in-out;
}
ul.statistics.animate > li:nth-child(1) {
	transition-delay:0.2s;
}
ul.statistics.animate > li:nth-child(1)::before {
	transition-delay:0.4s;
}
ul.statistics.animate > li:nth-child(2) {
	transition-delay:0.4s;
}
ul.statistics.animate > li:nth-child(2)::before {
	transition-delay:0.6s;
}
ul.statistics.animate > li:nth-child(3) {
	transition-delay:0.6s;
}
ul.statistics.animate > li:nth-child(3)::before {
	transition-delay:0.8s;
}
ul.statistics.animate > li:nth-child(4) {
	transition-delay:0.8s;
}
ul.statistics.animate > li:nth-child(4)::before {
	transition-delay:1.0s;
}

ul.statistics > li .content_container{
    position:relative;
    height:auto;
	margin:0px;
	padding:0px;
}
ul.statistics > li .content_container .stat{
	font-family: "Bai Jamjuree", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 46px;
	line-height: 56px;
	letter-spacing:-1px;
	margin:0px;
	padding:0px;
	color:#003C71;
}
ul.statistics > li .content_container .content p{
	color:#003C71;
}

ul.statistics > li .icon_container{
    position:relative;
    z-index:3;
    display:inline-block;
    width:70px;
    height:70px;
}
ul.statistics > li .icon_container img{
    position:absolute;
    right:0px;
    top:0px;
    object-fit:contain;
    object-position: center;
    height:100%;
    width:100%;
}

@media only screen and (min-width:500px) {
	ul.statistics > li{
		display:flex;
		flex-direction:row;
		gap:30px;
		align-items:end;
	}
	ul.statistics > li .content_container{
		order:1;
		flex:1;
	}
	ul.statistics > li .icon_container{
		order:2;
		flex:0 0 100px;
		margin-bottom:10px;
	}
}

@media only screen and (min-width:1024px) {
	ul.statistics > li .content_container .stat{
		font-size: 56px;
		line-height: 66px;
		letter-spacing:-1.3px;
	}
}

@media only screen and (min-width:1280px) {
	ul.statistics > li .content_container .stat{
		font-size: 76px;
		line-height: 86px;
		letter-spacing:-2.28px;
	}

	ul.statistics > li .icon_container{
		width:100px;
		height:100px;
	}
}


/*-----------------------------------------------------------------
FULL IMAGE
-----------------------------------------------------------------*/
.full_image{
	display:inline-block;
	width:100%;
	height:auto;
	position:relative;
	line-height:0px;
    overflow: hidden;
}

.full_image.standard .image_standard{
	position: relative;
	height: calc(100vh - 80px);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
}

.full_image.standard .blue_cover{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0, 60, 113, 0.6);
}
.full_image.standard .blue_cover::after{
	position:absolute;
	content:"";
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: transparent linear-gradient(180deg, #003C7100 0%, var(--unnamed-color-003c71) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #003C7100 0%, #003C71 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode:multiply;
}
.full_image.standard .section_heading{
	position:absolute;
	left:0px;
	top:0px;
	padding-top:50px;
	width:100%;
}
.full_image.standard .section_heading h2{
	color:#FFF;
}
.full_image.standard .content_container{
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	padding:35px 35px 35px 35px;
}
.full_image.standard .content_container .content_inner{
	width:100%;
	float:right;
	padding:0px;
	padding-left:16px;
}
.full_image.standard .content_container .content_inner::before{
	position:absolute;
	content:"";
	width:0px;
	bottom:5px;
	left:0px;
	height:0px;
	border-left:1px solid #FFF;
}
.full_image.standard.animate .content_container .content_inner::before{
	height:calc(100% - 10px);
	transition:all 0.5s ease-in-out;
	transition-delay:0.6s;
}
.full_image.standard .content_container .content_inner h3,
.full_image.standard .content_container .content_inner p{
	color:#FFF;
}

.full_image.boxed .content_container .content_inner{
	padding:120px 35px 50px 35px;
	background:#F9F6F0;
}
.full_image.boxed .content_container .content_inner h3{
	padding-right:80px;
}
.full_image.boxed .content_container .content_inner .flag{
	display:inline-block;
	width: 54px;
	height: 125px;
	right:25px;
	top:25px;
	position:absolute;
	background:url(/wp-content/uploads/2025/04/saxet_tx_flag_icon.svg) center center no-repeat;
	background-size:contain;
}
.full_image.boxed .content_container .content_inner.animate .flag{
	transition-delay:0.3s;
}

@media only screen and (max-width:767px) {
	.full_image .image_container{
		position:relative;
		padding-bottom:60%;
		height:auto;
	}
	.full_image .content_container .container12{
		width:100%;
		padding:0px;
	}
}

@media only screen and (min-width:768px) {
	.full_image{
		display:inline-block;
		width:100%;
		height:calc(100vh - 80px);
		position:relative;
	}

	.full_image.standard .content_container{
		padding:0px;
		bottom:50px;
	}
	.full_image.standard .content_container .content_inner{
		width:50%;
	}

	.full_image.boxed .content_container{
		position:absolute;
		top:50px;
		right:0px;
		width:100%;
	}
	.full_image.boxed .content_container .content_inner{
		padding:120px 50px 50px 50px;
		width:480px;
		float:right;
	}
	.full_image.boxed .content_container .content_inner h3{
		max-width:360px;
	}
}

@media only screen and (min-width:1024px) {
	.full_image.standard .section_heading{
		padding-top:80px;
	}

	.full_image.standard .content_container{
		bottom:80px;
	}

	.full_image.boxed .content_container{
		top:80px;
	}

	.full_image.boxed .content_container .content_inner{
		width:586px;
	}

	.full_image.boxed .content_container .content_inner h3{
		padding-right:0px;
	}
}

@media only screen and (min-width:1280px) {
	.full_image.boxed .content_container .content_inner{
		padding:180px 70px 70px 70px;
	}

	.full_image.boxed .content_container .content_inner .flag{
		width:78px;
		height:180px;
	}
}


/*-----------------------------------------------------------------
CONTACT
-----------------------------------------------------------------*/
.contact_info_heading{
	margin-bottom:40px;
}
.contact_info_heading h4{
	max-width:340px;
}
.wpcf7 form .wpcf7-response-output{
	margin:0px;
}

input[type="text"],
input[type="email"],
textarea{
	display:inline-block;
	width:100%;
	border:0px;
	padding:8px 0px 8px 0px !important;
	border-bottom:1px solid #81A4CD;
	margin-top:30px;
	border-radius:0px;
}
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:focus-visible,
textarea:focus,
textarea:focus-visible {
	outline:0px !important;
	border-bottom:1px solid #cb2c30;
}

textarea{
	height:160px;
}
input[type="submit"]{
	cursor:pointer;
	float:right;
	margin:0px;
}

::-webkit-input-placeholder{
    color: #000000;
}
::-moz-placeholder{
    color: #000000;
}
:-ms-input-placeholder {
    color: #000000;
}
::placeholder {
    color: #000000;
}

.grecaptcha-badge{
	display:none;
}

label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
#submit_form{
	width:0px;
	height:0px;
	overflow:hidden;
	position:absolute;
	margin:0px;
	padding:0px;
	margin-left:-999999px;
	opacity:0;
}
#submit_form_trigger{
	margin-top:20px;
}
.wpcf7-spinner{
	position:absolute;
	left:0px;
	bottom:0px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
	border:none;
	background:#cb2c30;
	color:#FFF;
	line-height:normal;
	margin-bottom:20px;
	margin-top:10px;
	padding:15px;
	font-size:16px;
}

.wpcf7-not-valid-tip{
	font-size:16px;
	padding-top:10px;
	color:#003c71;
}

@media only screen and (min-width:1024px) {
	.contact_info_heading{
		position:absolute;
		left:0px;
		bottom:0px;
		margin:0px;
	}
}

@media only screen and (min-width:1280px) {
	#submit_form_trigger{
		margin-top:40px;
	}

	input[type="text"],
	input[type="email"],
	textarea{
		margin-top:50px;
	}
}


/*-----------------------------------------------------------------
TOP STYLES AND CONTAINERS
-----------------------------------------------------------------*/
#TOP_COMPENSATION,
#TOP {
	height: 80px;
}
#TOP {
	background: #FFFFFF;
	padding: 0px;
	z-index: 10;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition:all 0.3s ease-in-out;
}
#TOP.reduced{
	transition:all 0.3s ease-in-out;
}
#TOP #logo {
	z-index: 12;
	position: absolute;
	display: inline-block;
	width: 150px;
	height: 80px;
	top: 0px;
	left: 0px;
	transition:all 0.3s ease-in-out;
}
#TOP #logo img {
	width: auto;
	height: 100%;
	position:absolute;
	object-fit:contain;
	left:0px;
	top:0px;
}
#TOP .top_contact_btn{
	position:absolute;
	right:0px;
	top:17px;
}

@media only screen and (max-width: 460px) {
	#TOP .top_contact_btn .wp-block-button .wp-block-button__link{
		padding-left:24px;
		padding-right:24px;
	}
}

@media only screen and (min-width: 1280px) {
	#TOP,
	#TOP_COMPENSATION{
		height: 120px;
	}
	#TOP.reduced{
		height:80px;
	}
	#TOP #logo {
		height:120px;
		width:240px;
	}
	#TOP.reduced #logo{
		height:80px;
		width:150px;
	}

	#TOP .top_contact_btn{
		top:35px;
		transition:all 0.3s ease-in-out;
	}

	#TOP.reduced .top_contact_btn{
		top:16px;
		transition:all 0.3s ease-in-out;
	}
}