/*!
Theme Name: claritysensors
Author: Douglass Digital
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: claritysensors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.


/**

 * Render the `main` element consistently in IE.

 */

main {
	display: block;

}

:root {
	--dark-blue: #495570;
	--bs-heading-color: #495570 !important;
	--orange: #D84127;
	--coral: #fde9e5;
	--darker: #1E1E1E;
	--boxed-width: 1872px;
	--white: #FFFFFF;
	--black: #000000;
		--animate-duration: 1s;
		--animate-delay: 1s;
	--animate-delay-200ms: 200ms;
	--animate-delay-400ms: 400ms;
	--animate-delay-600ms: 600ms;
	--animate-delay-800ms: 800ms;
	--animate-repeat: 1;

}
html {
	line-height: 1.56;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	scrollbar-gutter: stable; /* Reserve space for scrollbar */
	scroll-behavior: smooth;

}


body {
	color: var(--darker);
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
body p {
	color: var(--darker);
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
li {
	margin-bottom: 1rem;
}
body strong {
	font-weight: 600;
}
body a:not(.standard-button) {
	color: var(--dark-blue);
	transition: all .15s;
}
body a:not(.standard-button):hover {
	color: var(--orange);
}

.full-container a:not(.standard-button) {
	color: var(--black);
	transition: all .15s;
	text-decoration: underline;

}

.full-container a:not(.standard-button):hover:not(.latest-post-link) {
	color: var(--orange);

}
ol, ul {
	padding-left: 20px;

}
main {
	display: block;

}
img, iframe {
	max-width: 100%;

}


h1, h2, h3, h4, h5, h6 {
	color: var(--dark-blue);
	line-height: 1 !important;
	margin-bottom: 24px !important;
	font-weight: 600 !important;
	font-family: "greycliff-cf";
}

body h1 {
	font-size: 42px;
}
body h2 {
	font-size: 38px;
}
body h3 {
	font-size: 32px;
}
body h4 {
	font-size: 28px;
}
body h5 {
	font-size: 20px;
}
body h6 {
	font-size: 18px;
}
@media screen and (min-width: 991px) {
	body h1 {
		font-size: 72px;
	}
	body h2 {
		font-size: 64px;
	}
	body h3 {
		font-size: 56px;
	}
	body h4 {
		font-size: 40px;
	}
	body h5 {
		font-size: 32px;
	}
	body h6 {
		font-size: 24px;
	}
}

select:not(.ui-datepicker-month):not(.ui-datepicker-year), input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="time"], input[type="url"], input[type="tel"], textarea:not(.select2-search__field), .input-div {
	border-radius: 4px;
	min-height: 44px;
	padding: 12px 16px;
	font-family: "futura-pt";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
select, input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="time"], input[type="url"], input[type="tel"], textarea:not(.select2-search__field), .input-div  {
	width: 100%;
	min-height: 44px;
	display: flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 4px;
	border: 1px solid #495570;
	background: #f1f2f4;
}


.cf-pair, .cf-pair p {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
}

.cf-pair br, .wpcf7 label br {
	display: none;
}
.wpcf7 p {
	margin-bottom: 24px;
}
.wpcf7 label {
	width: 100%;
}
.wpcf7 label span:not(.wpcf7-form-control-wrap) {
	color: #495570;
	font-family: "greycliff-cf";
	margin-bottom: 12px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	width: 100%;
}
.wpcf7 label {
	color: #495570;
	font-family: "greycliff-cf";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 100%;
}
.page-id-296 .wpcf7 {
	max-width: 608px;
}

.wpcf7-submit {
	text-align: left !important;
	display: flex;
	align-items: center;
	padding: 12px 20px;
	position: relative;
	justify-content: space-between;
	border-radius: 8px;
	background-color: #D84127;
	color: #FFF;
	text-align: center;
	font-family: "greycliff-cf";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	width: fit-content;
	min-width: 292px;
	max-width: 100%;
	border: none;
	transition: all .15s;
	background-image: url('/wp-content/uploads/2025/11/Primary.svg');
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 18px;
}
.wpcf7-submit:hover {
	background-color: #d33b21;
	background-position: right 15px center;
}

@media screen and (min-width: 991px) {
	.cf-pair label {
		width: calc(50% - 12px);
	}
}
.full-container {
	padding: 40px 24px;
	scroll-margin-top: 40px;
	overflow: hidden;
}
@media screen and (min-width: 991px) {
	.full-container {
		padding: 100px 24px;
	}
	.two_columns_with_text_and_diamond_image  {
		padding: 160px 24px;
	}
}
.no-padding-row.row, .no-padding-container {
	padding: 0 0 0 0;

}

.no-margin-row.row, .no-margin-container {
	margin: 0 0 0 0;

}

.no-padding-top {
	padding-top: 0 !important;

}

.no-padding-bottom {
	padding-bottom: 0 !important;

}

.no-margin-top {
	margin-top: 0 !important;

}

.no-margin-bottom {
	margin-bottom: 0 !important;

}
body .container, .inner-content, .header-wrap, .post-content {
	max-width: var(--boxed-width);
	margin: 0 auto;
	padding: 0;
}
.header-wrap {
	margin: 0 auto !important;
}
.entry-header {
	max-width: var(--boxed-width);
	margin: 0 auto;

}


.ctas-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;

}

.ctas-wrap.centered-ctas {
	justify-content: center;
}
.column-ctas-wrap {
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
	justify-content: flex-start;
	align-items: flex-start;
}


/* NAVIGATION */

#site-navigation {
	max-width: var(--boxed-width);
	margin: 0 auto;

}


#masthead {
	padding: 24px;
	position: relative;
	z-index: 999;
}

.menu-toggle:focus {
	outline: none;
}


.menu-toggle {
	border: none;
	background: transparent;
	padding-top: 8px;
	position: relative;
	z-index: 9999999999;
	display: none;
	position: absolute;
	top: 18px;
	right: 24px;
}


#nav-icon1 {
	width: 40px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 3.5px;
	width: 100%;
	background: var(--dark-blue);
	border-radius: 8px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon1 span {
	background: var(--dark-blue);
}


#nav-icon1 span:nth-child(1) {
	top: 0px;
}

#nav-icon1 span:nth-child(2) {
	top: 11px;
}

#nav-icon1 span:nth-child(3) {
	top: 22px;
}

#nav-icon1.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	background: var(--dark-blue);
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
	background: var(--dark-blue);
}

#nav-icon1.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: var(--dark-blue);
}

.nav-menu-wrap ul {
	padding: 0;
}

.nav-menu-wrap .nav-menu-wrap {
	position: relative;
}
.nav-menu-wrap .nav-menu-wrap a {
	color: var(--dark-blue);
	display: block;
	text-decoration: none;
}


#primary-menu .menu-item a:not(.standard-button) {
	padding: 10px 0;
	transition: background-image 0.15s ease-in-out;
	color: #495570;
	text-align: center;
	font-family: "greycliff-cf";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	display: flex;
	transition: all .15s;
}
#primary-menu .menu-item.current_page_item a:not(.standard-button) {
	color: var(--orange);
}
#primary-menu .menu-item .sub-menu .menu-item a {
	padding: 6px 0;
}
#primary-menu {
	display: flex;
	align-items: center;
	gap: 24px;
	list-style: none;
	margin: 0;
}
#primary-menu .menu-item a:not(.standard-button):hover {
	color: var(--orange);
}
@media screen and (min-width: 991px) {
	#masthead {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}
	body:not(.page) main {
		padding-top: 90px;
	}
	body:not(.page).admin-bar main {
		padding-top: 122px;
	}
	body.admin-bar #masthead {
		top: 32px;
	}
	#primary-menu .menu-item a:not(.standard-button) {
		padding: 8px 0 18px 0;
	}
	.header-wrap:not(.sub-menu) .menu-item.menu-item-has-children {
		position: relative;
		padding-right: 10px;
	}

	.current-menu-item .sub-menu a::after, .sub-menu li a:hover::after { 
		content: none; display: none; 
	}
	.sub-menu .current-menu-item a::after { 
		content: none; display: none; 
	}
	.sub-menu { 
		z-index: 9999;
		padding: 24px 24px 20px; 
		position: absolute; 
		background: #fff; 
		border-radius: 8px; 
		box-shadow: 0px 0px 116px rgba(0, 0, 0, 0.25);
		right: -30px;
		margin-top: 16px;
		display: none; list-style: none; 
	}
	.sub-menu a::after { 
		display: none; content: "none"; 
	}
	.menu-item-has-children:hover::before { 
		content: '';
		opacity: 1;
		transition: all .15s;
		display: block !important;
		position: absolute !important;
		margin-top: 30px !important;
		margin-left: 18px !important;
		z-index: 10000;
		transform: translateX(-50%);
		width: 0;
		height: 0px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #fff;
	}
	.menu-item-has-children:hover .sub-menu { 
		display: block; 
	}
	.sub-menu .menu-item { 
		padding: 12px 20px !important; min-width: 200px; 
	} 

}
@media screen and (max-width: 990px) {
	#masthead {
		/* background: #fff; */
	}
	#site-navigation ul.menu .sub-menu {
		display: none;
	}
	#site-navigation #primary-menu .menu-item-has-children {
		position: relative;
	}
	
	#site-navigation ul.menu .menu-item-has-children-show-them .sub-menu {
		display: block; 
		margin-bottom: 0;
		padding-left: 24px;
		margin-top: 8px;
	}
	#site-navigation #primary-menu .menu-item-has-children-show-them .sub-menu li {
		padding: 0;
		font-size: 16px;
	}
	#site-navigation #primary-menu .menu-item-has-children-show-them .sub-menu li a {
		font-size: 16px;
	}
	#site-navigation #primary-menu .menu-item i {
		position: absolute;
		right: 0;
		top: 6px;
	}
	#site-navigation #primary-menu .menu-item {
		width: 100%;
	}
	#primary-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 0px;
	}
	.menu-toggle {
		display: inline-block;
	}
	.nav-menu-wrap .menu-primary-container {
		display: none;
	}
	
	.nav-menu-wrap {
		opacity: 0;
		visibility: hidden;
	}
	.nav-menu-wrap.active .menu-primary-container {
		display: block;
		overflow: auto;
	}
	.nav-menu-wrap.active {
		opacity: 1;
		visibility: visible;
		z-index: 999999999;
	}
	.nav-menu-wrap.active li:nth-child(1) {
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}
	.nav-menu-wrap.active li:nth-child(2) {
		-webkit-animation-delay: 0.15s;
		animation-delay: 0.15s;
	}
	.nav-menu-wrap.active li:nth-child(3) {
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}
	.nav-menu-wrap.active li:nth-child(4) {
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}
	.nav-menu-wrap.active li:nth-child(5) {
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}
	.nav-menu-wrap.active li:nth-child(6) {
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}
	.nav-menu-wrap.active li:nth-child(7) {
		-webkit-animation-delay: 0.7s;
		animation-delay: 0.7s;
	}
	.nav-menu-wrap.active li:nth-child(8) {
		-webkit-animation-delay: 0.8s;
		animation-delay: 0.8s;
	}
	.nav-menu-wrap.active li:nth-child(9) {
		-webkit-animation-delay: 0.9s;
		animation-delay: 0.9s;
	}
	.nav-menu-wrap.active li:nth-child(10) {
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
	}
	.nav-menu-wrap.active li {
		-webkit-animation-duration: 1.0s;
		animation-duration: 1.0s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}
	
	
	.nav-menu-wrap {
		height: 100%;
		overflow: auto;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		-webkit-transition: all 0.7s ease-in-out;
		transition: all 0.7s ease-in-out;
		visibility: hidden;
		width: 100%;
		z-index: 99999;
		padding: 130px 20px 20px;
		background: #FFFFFF;
		backdrop-filter: blur(45px);
	}
	
}

.custom-logo {
	width: 291px;
	height: auto;
	position: relative;
	z-index: 9999999999;
	max-width: 291px;
	object-fit: contain;
	display: flex;
}

.custom-logo img {
	object-fit: contain;
	width: 291px;
	max-width: 291px;
	height: auto;
}
.custom-logo-link:hover {
	opacity: .8;
}

@media screen and (max-width: 767px) {
	.custom-logo {
		width: 180px;
		max-width: 180px;
	}
	.custom-logo img {
		width: 180px;
		max-width: 180px;
	}
}

.site-branding-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.standard-button {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	position: relative;
	justify-content: space-between;
	border-radius: 8px;
	background: #D84127;
	color: #FFF;
	text-align: center;
	font-family: "greycliff-cf";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	width: fit-content;
	min-width: 292px;
	max-width: 100%;
	border: none;
	transition: all .15s;
}
.standard-button:hover {
	background: #d33b21;
}
.standard-button.blue-button {
	background: #495570;
}
.standard-button.blue-button:hover {
	background: #414d66;
}
.standard-button:hover i {
	margin-right: -5px;
}
.standard-button i {
	transition: all .15s;
	margin-top: 4px;
}

.standard-button.header-button-mobile {
	margin-top: 24px;
}


@media screen and (max-width: 990px) {
	.standard-button.header-button-desktop {
		display: none;
	}
}

@media screen and (min-width: 991px) {
	.standard-button.header-button-mobile {
		display: none;
	}
}
/* Footer */
.site-footer {
	padding: 45px 24px 12px 24px;
	background: #FAFAFA;
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
body .site-footer a {
	text-decoration: none;
	color: #1E1E1E;
}
body .site-footer a:hover {
	color: var(--orange);
}
.copyright-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid #495570;
	color: #495570;
	text-align: center;
	font-family: "futura-pt";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media screen and (max-width: 450px) {
	.copyright-row .copyrithg-text, .copyright-row .copyright-dd {
		width: 100%;
	}
}
body .copyright-row a {
	text-decoration: none;
	color: #495570;
}

.footer-col-title {
	color: #495570;
	font-family: "greycliff-cf";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 24px;
}

.footer-logo {
	margin-bottom: 32px;
	width: 310px;
	height: auto;
	max-width: 310px;
	object-fit: contain;
	display: flex;
}

.footer-logo img {
	object-fit: contain;
	width: 310px;
	max-width: 310px;
	height: auto;
}
.footer-logo-link:hover {
	opacity: .8;
}
.site-footer i {
	color: var(--orange);
	font-size: 28px;
}
.site-footer p {
	margin-bottom: 12px;
}
.site-footer .footer-social-links a:hover {
	opacity: .8;
}
.footer-social-email {
	font-weight: 700;
	color: #495570 !important;
	margin-bottom: 12px;
	display: flex;
	font-size: 18px;
}
.footer-social-email:hover {
	color: var(--orange) !important;
}
#footer-navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	max-width: 350px;
}
#footer-navigation a {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer-navigation a:hover {
	color: var(--orange);
}
@media screen and (max-width: 767px) {
	.footer-logo {
		width: 200px;
		max-width: 200px;
	}
	.footer-logo img {
		width: 200px;
		max-width: 200px;
	}
}



/* Hero */
.page-hero {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 0;
	overflow: hidden;
}

.hero-row {
	align-items: center;
	height: 100%;
}
.page-hero.page-hero:not(.page-hero-large) .hero-row {
	align-items: flex-start;
}
.page-hero.page-hero:not(.page-hero-small) .hero-row {
	align-items: flex-start;
}
.hero-col-1 .hero-col-content {
	max-width: 790px;
	padding: 32px 0px 40px;
}
.hero-col-1 {
	position: relative;
	z-index: 2;
}
.hero-col-content, .hero-col-content p {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hero-image-wrap {
	width: 100%;
	min-height: 350px;
	/* display: block;
	filter: drop-shadow(0 0 100px rgba(0, 0, 0, 0.08));
	overflow: hidden;
	clip-path: polygon(47% 0%, 100% 0%, 100% 100%, 47% 100%, 0% 50%); */
	display: block;
    filter: drop-shadow(0 0 100px rgba(0, 0, 0, 0.08));
    overflow: hidden;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 30% 100%, 0% 50%);
	z-index: 2;
}

.hero-image-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	display: block;
}

.hero-image-wrap video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	display: block;
}

.hero-col-2 {
	padding: 0 !important;
	position: relative;
}
.hero-top-shape, .hero-bottom-shape {
	position: absolute;
	z-index: 3;
}
.hero-top-shape {
    /* right: 210px;
    top: 0;
    width: 30%; */
	right: 245px;
    top: 0;
    width: 20%;
}
.hero-bottom-shape {
	/* right: 210px;
    bottom: 0;
    width: 35%; */
	right: 244px;
    bottom: 0;
    width: 25%;
}
.contact-page-hero .hero-top-shape {
    /* right: 210px;
    top: 0;
    width: 30%; */
	right: 195px;
    top: 0;
    width: 20%;
}
.contact-page-hero .hero-bottom-shape {
	/* right: 210px;
    bottom: 0;
    width: 35%; */
	right: 244px;
    bottom: -25px;
    width: 17%;
}
.hero-radius-shape {
	position: absolute;
    height: 100px;
    width: 100px;
    top: 227px;
    left: -30px;
	z-index: 0;
}
.page-hero-large .hero-radius-shape {
	top: 328px;
    left: -31px;
}
.page-hero-small .hero-radius-shape {
	top: 194px;
	left: -30px;
}
.contact-page-hero .hero-radius-shape {
    top: 256px;
    left: 272px;
}
.hero-radius-shape img {
	max-width: 100%;
	max-height: 100%;
}
@media screen and (min-width: 1515px) {
	.page-hero.page-hero-large .hero-col-1 .hero-col-content {
		padding: 200px 0 40px 0;
	}
}
@media screen and (min-width: 991px) {
	.page-hero .hero-col-1 .hero-col-content {
		padding: 158px 0 40px 0;
	}
	.page-hero.page-hero-small .hero-col-1 .hero-col-content {
		padding: 158px 0 40px 0;
	}

	.hero-shadow-wrap {
		position: absolute;
        top: 0px;
        left: 116px;
        width: 2050px;
        height: 1175px;
        pointer-events: none;
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
        transform: rotate(45deg);
        display: block;
        z-index: 1;
		border-radius: 18px;
	}
	.page-hero-large .hero-shadow-wrap {
		top: 0px;
        left: 160px;
        width: 1331px;
        height: 995px;
	}
	.page-hero-small .hero-shadow-wrap {
        top: 0px;
		left: 102px;
        width: 1800px;
        height: 1033px;
	}
}
@media screen and (min-width: 1600px) {
	.page-hero.page-hero-large .hero-col-1 .hero-col-content {
		padding: 245px 0 40px 0;
	}
}
@media screen and (max-width: 991px) {
	.hero-col-content, .hero-col-content p {
		font-size: 20px;
	}
	.hero-shadow-wrap {
		position: absolute;
        top: 42px;
        left: unset;
        width: 850px;
        height: 420px;
        pointer-events: none;
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.08);
        transform: rotate(45deg);
        display: block;
        z-index: 1;
        right: -656px;
	}
	.hero-col-2 {
		overflow: hidden;
	}
	.contact-page-hero .hero-col-1 {
		background: #fff;
	}
	.hero-row .hero-radius-shape {
		top: 50px;
		left: unset;
		right: 152px;
	}
	/* .page-hero-large .hero-radius-shape {
		top: 378px;
		left: -29px;
	}
	.page-hero-small .hero-radius-shape {
		top: 194px;
		left: -29px;
	} */
	.hero-col-1 .hero-col-content {
		padding: 32px 24px 40px;
	}
	.hero-row {
		flex-direction: column-reverse;
	}
	.hero-image-wrap {
		/* height: 200px;
        width: 335px;
        min-height: 200px;
        margin-left: auto; */
		height: 200px;
        width: 219px;
        min-height: 200px;
        margin-left: auto;
		clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 45% 100%, 0% 50%);
	}
	.hero-top-shape {
		right: 130px;
	}
	.hero-bottom-shape {
		right: 130px;
	}
	.page-hero {
		min-height: auto;
	}
	.contact-page-hero .hero-top-shape {
		right: 55px;
        top: 0;
        width: 278px;
	}
	.contact-page-hero .hero-bottom-shape {
        right: 130px;
        bottom: -25px;
        width: 185px;
	}
	.site-branding {
		padding: 0 !important;
	}
	
}

@media screen and (max-width: 600px) {
	#nav-icon1 {
		width: 24px;
	}
	#nav-icon1 span {
		height: 2.5px;
	}
	#nav-icon1 span:nth-child(2) {
		top: 6px;
	}	
	#nav-icon1 span:nth-child(3) {
		top: 12px;
	}
	.page-hero {
		margin-top: -75px;
	}

	.hero-image-wrap::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(73, 85, 112, 0.56);
		z-index: 1;
	}
	#nav-icon1:not(.open) span {
		background: #fff;
	}
	
}
@media screen and (min-width: 575px) and (max-width: 600px) {
	.page-hero {
		margin-top: -75px;
	}
}
@media screen and (max-width: 575px) {
	.custom-logo {
		width: 180px;
		max-width: 180px;
	}
}
@media screen and (min-width: 991px) {
	.page-hero {
		padding: 0px 0px 0px 24px;
	}
	.hero-col-1 {
		padding: 50px 0 50px 0;
	}
	.hero-image-wrap {
		height: 556px;
		width: 948px;
		clip-path: polygon(29% 0%, 100% 0%, 100% 100%, 29% 100%, 0% 50%);
	}
	.contact-page-hero .hero-col-1 {
		padding: 67px 0 0px 0;
	}
	.contact-page-hero .hero-image-wrap {
		height: 1059px;
		width: 948px;
		/* clip-path: polygon(55% 0%, 100% 0%, 100% 100%, 55% 100%, 0% 50%); */
		/* clip-path: polygon(57% 0, 100% 0, 100% 91%, 31% 31%); */
		clip-path: polygon(64% 0, 100% 0, 100% 89%, 32% 29%);

	}
	.page-hero-large .hero-image-wrap {
		height: 757px;
		width: 945px;
		clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 40% 100%, 0% 50%);
	}
	.page-hero-small .hero-image-wrap {
		height: 489px;
        width: 948px;
        clip-path: polygon(25.6% 0%, 100% 0%, 100% 100%, 25.6% 100%, 0% 50%);
	}
	.hero-top-shape {
		left: -5px;
		top: 0;
		width: 260px;
		z-index: 2;
	}
	.hero-bottom-shape {
		left: 80px;
		bottom: 0;
		width: 175px;
	}
	.contact-page-hero .hero-top-shape {
		left: -45px;
        top: 0;
        width: 880px;
	}
	.contact-page-hero .hero-bottom-shape {
		left: 49px;
        bottom: 0;
        width: 892px;
	}
	.page-hero-large .hero-top-shape {
		left: 85px;
		top: 0;
		width: 274px;
	}
	.page-hero-large .hero-bottom-shape {
		left: -140px;
		bottom: 0;
		width: 490px;
	}
	.page-hero-small .hero-top-shape {
        left: -35px;
        top: 0;
        width: 260px;
	}
	.page-hero-small .hero-bottom-shape {
        left: 50px;
        bottom: 0;
        width: 175px;
	}
}

@media screen and (max-width: 1912px) {
	.large-screen-hero {
		display: none;
	}
}
@media screen and (min-width: 1912px) {
	.normal-screen-hero {
		display: none;
	}
	.hero-row, .hero-col-1 {
		width: 100% !important;
	}
	.large-screen-hero {
		display: flex;
		justify-content: flex-end;
	}
	.hero-top-shape {
		right: 685px !important;
		left: unset !important;
	}
	.hero-bottom-shape {
		right: 685px !important;
		left: unset !important;
	}
	.hero-radius-shape {
		left: unset !important;
		right: 878px !important;
	}
	.page-hero-large .hero-top-shape {
		right: 586px !important;
		left: unset !important;
	}
	.page-hero-large .hero-bottom-shape {
		right: 586px !important;
		left: unset !important;
	}
	.page-hero-large .hero-radius-shape {
		left: unset !important;
		right: 873px !important;
	}
	.page-hero-small .hero-top-shape {
		right: 720px !important;
		left: unset !important;
	}
	.page-hero-small .hero-bottom-shape {
		right: 720px !important;
		left: unset !important;
	}
	.page-hero-small .hero-radius-shape {
		left: unset !important;
		right: 878px !important;
	}
	.contact-page-hero .hero-top-shape {
		right: 106px !important;
		left: unset !important;
	}
	.contact-page-hero .hero-bottom-shape {
		right: 0 !important;
		left: unset !important;
	}
	.contact-page-hero .hero-radius-shape {
		left: unset !important;
		right: 576px !important;
	}
	.hero-shadow-wrap {
		left: unset !important;
		right: -1218px !important;
	}
	.page-hero-large .hero-shadow-wrap {
		left: unset !important;
		right: -546px !important;
	}
	.page-hero-small .hero-shadow-wrap {
		left: unset !important;
		right: -954px !important;
	}
	.page-hero .container {
		margin: 0 0 0 auto !important;
		max-width: 937px;
	}
	.page-hero .hero-col-1 .hero-col-content {
		padding: 100px 0 40px 0;
	}
	.page-hero.page-hero-large .hero-col-1 .hero-col-content {
		padding: 0 0 40px 0;
	}
	.page-hero.page-hero-small .hero-col-1 .hero-col-content {
		padding: 75px 0 40px 0;
	}

}

@media screen and (min-width: 991px) and (max-width: 1600px) {
	.page-hero-large .hero-image-wrap {
		height: 665px;
		width: 780px;
		clip-path: polygon(42% 0%, 100% 0%, 100% 100%, 42% 100%, 0% 50%);
	}
	.page-hero-large .hero-top-shape {
		left: 70px;
		top: 0;
		width: 240px;
	}
	.page-hero-large .hero-bottom-shape {
		left: -73px;
		bottom: 0;
		width: 380px;
	}
	.page-hero-large .hero-shadow-wrap {
		height: 941px;
		left: 140px;
	}
	.page-hero-large .hero-radius-shape {
		top: 281px;
	}
}

/* Sharp Section - Reversed Hero Layout */
.sharp-section {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0;
	overflow: hidden;
	background: #fff;
}
.sharp-col-2 {
	position: relative;
	z-index: 2;
 }
.sharp-section-coral, .coral-background {
	background-color: var(--coral);
}

.sharp-row {
	align-items: stretch;
	height: 100%;
}
.sharp-col-1, .sharp-col-2 {
	display: flex;
	align-items: center;
}
.sharp-col-2 .sharp-col-content {
	max-width: 609px;
	padding: 32px 24px 40px;
}
.smaller-height-sharp-col .sharp-col-2 .sharp-col-content {
	max-width: 766px;
}
.sharp-col-content, .sharp-col-content p {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sharp-image-wrap-border-new {
	border: 16px solid #495570;
	border-radius: 24px;
	position: absolute;
    width: 900px;
    height: 900px;
    transform: rotate(45deg);
    top: -125px;
    left: -185px;
    z-index: 1;
}
.sharp-section-coral .sharp-image-wrap-border-new {
	border-color: var(--orange);
}
.reverse-columns-sharp-img .sharp-image-wrap-border-new {
	left: unset !important;
	right: -170px !important;
}
@media screen and (min-width: 1912px) {
	.reverse-columns-sharp-img .sharp-image-wrap-border-new {
		right: -185px !important;
	}
}
/* @media screen and (min-width: 991px) {
	.sharp-image-wrap-border-new {
		box-shadow: 0 0 100px rgba(0, 0, 0, 0.12);
	}
} */
@media screen and (max-width: 991px) {
	.two_columns_with_text_and_sharp_image_with_border .sharp-col-1 {
		position: relative;
		overflow: hidden;
	} 
	.two_columns_with_text_and_sharp_image_with_border.reverse-columns-sharp-img .sharp-col-1 {
		margin-left: auto;
	}
	.two_columns_with_text_and_sharp_image_with_border .sharp-image-wrap-border-new {
		width: 450px;
		height: 450px;
        right: unset !important;
        left: -163px !important;
        top: -50px;
		border-width: 12px;
	}
	.two_columns_with_text_and_sharp_image_with_border.reverse-columns-sharp-img .sharp-image-wrap-border-new {
		left: unset !important;
		right: -163px !important;
	}
	.reverse-columns-sharp-img .sharp-image-wrap {
		margin-left: unset;
		margin-right: 0;
		clip-path: polygon(47% 0%, 100% 0%, 100% 100%, 47% 100%, 0% 50%);
	}

}
.sharp-image-wrap {
	width: 100%;
	min-height: 350px;
	display: block;
	filter: drop-shadow(0 0 100px rgba(0, 0, 0, 0.08));
	overflow: hidden;
	clip-path: polygon(0% 0%, 53% 0%, 100% 50%, 53% 100%, 0% 100%);
}

.sharp-image-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	display: block;
}

.sharp-col-1 {
	padding: 0 !important;
	position: relative;
}
.sharp-top-shape, .sharp-bottom-shape {
	position: absolute;
}
.sharp-top-shape {
    left: 210px;
    top: 0;
    width: 30%;
}
.sharp-bottom-shape {
	left: 210px;
    bottom: 0;
    width: 35%;
}
.reverse-columns-sharp-img .sharp-col-1 {
	justify-content: flex-end;
}
.reverse-columns-sharp-img .sharp-col-2 {
	position: relative;
	z-index: 4;
}
.sharp-radius-shape {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 122px;
    z-index: 2;
    right: -33px;
}
@media screen and (min-width: 991px) {
	.sharp-radius-shape {
		top: 273px;
		right: -32px;
	}
}
@media screen and (min-width: 1912px) {
	.normal-sharp-col-1 {
		display: none;
	}
	.large-sharp-col-1.sharp-col-1 {
		width: 50% !important;
	}
	.sharp-col-2 {
		width: 100% !important;
	}
	.sharp-section .container {
		margin: 0 auto 0 0 !important;
		max-width: 937px;
	}
	.sharp-section.reverse-columns-sharp-img .container {
		margin: 0 0 0 auto !important;
		max-width: 937px;
	}
	.sharp-top-shape {
		right: unset !important;
		left: 590px !important;
	}
	.sharp-bottom-shape {
		right: unset !important;
		left: 590px !important;
	}
	.sharp-radius-shape {
		right: unset !important;
		left: 822px !important;
	}
	.sharp-row, .sharp-col-2 {
		width: 100% !important;
	}
	.large-sharp-col-1 {
		display: flex;
		justify-content: flex-start;
	}
	.reverse-columns-sharp-img .large-sharp-col-1 {
		display: flex;
		justify-content: flex-end;
	}
	.large-sharp-col-1.sharp-col-1 .sharp-col-content {
		left: 0;
		right: unset;
	}
	.reverse-columns-sharp-img .large-sharp-col-1.sharp-col-1 .sharp-col-content {
		right: 0;
		left: unset;
		padding-right: 0;
	}
	.reverse-columns-sharp-img {
		display: flex;
		flex-direction: row-reverse;
	}
	.reverse-columns-sharp-img .row {
		flex-direction: row;
	}
	
}
@media screen and (max-width: 1912px) {
	.large-sharp-col-1 {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.sharp-col-1:not(.large-sharp-col-1) {
		display: block;
		width: 375px;
	}
}
.two_columns_with_text_and_image .two_columns_with_text_col .two_columns_with_text_col_content {
	max-width: 766px;
}
.two_columns_with_text_and_image .two_columns_with_text_col_content_img img {
	border-radius: 8px;
	box-shadow:  0 0 100px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 991px) {
	.sharp-col-2 .sharp-col-content {
		margin-left: auto;
		padding: 32px 0px 40px;
	}
	.reverse-columns-sharp-img .sharp-col-2 .sharp-col-content {
		margin-left: 0;
		
	}
	.sharp-section {
		padding: 0px 24px 0px 0px;
	}
	.sharp-col-2 {
		padding: 60px 0;
	}
	.sharp-col-1 {
		min-height: 650px;
	}
	.smaller-height-sharp-col .sharp-col-1 {
		min-height: 613px;
	}
	.sharp-col-1 .sharp-col-content {
		position: absolute;
		right: 51px;
		top: 0;
	}
	.sharp-image-wrap {
		height: 650px;
		width: 890px;
		margin-left: auto;
		clip-path: polygon(0% 0%, 64% 0%, 100% 50%, 64% 100%, 0% 100%);
	}

	.two_columns_with_text_and_sharp_image_with_border .sharp-col-1 {
		justify-content: flex-start;
	}
	.two_columns_with_text_and_sharp_image_with_border.reverse-columns-sharp-img .sharp-col-1 {
		justify-content: flex-end;
	}
	.two_columns_with_text_and_sharp_image_with_border:not(.reverse-columns-sharp-img) .sharp-col-1 .sharp-col-content {
		right: 51px;
		display: flex;
		justify-content: flex-start;
	}
	.two_columns_with_text_and_sharp_image_with_border.reverse-columns-sharp-img .sharp-col-1 .sharp-col-content {
		left: 51px;
		display: flex;
		justify-content: flex-end;
	}
	.two_columns_with_text_and_sharp_image_with_border .sharp-col-1 .sharp-col-content .sharp-image-wrap {
		margin-left: 0;
	}
	.two_columns_with_text_and_sharp_image_with_border.reverse-columns-sharp-img .sharp-col-1 .sharp-col-content .sharp-image-wrap {
		margin-right: 0;
	}
	.sharp-top-shape {
		right: -35px;
		top: 0;
		width: 330px;
		left: unset;
	}
	.sharp-bottom-shape {
		right: -100px;
		bottom: 0;
		width: 400px;
		left: unset;
	}

}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	.sharp-col-2 {
		padding: 30px 0;
	}
}
.sharp-image-wrap {
	background: #495570;
	position: relative;
	z-index: 1;
}

.two_columns_with_text_and_sharp_image_with_border .sharp-col-1 .sharp-col-content {
	padding-right: 10px;
}
.two_columns_with_text_and_sharp_image_with_border.reverse-columns-sharp-img .sharp-col-1 .sharp-col-content {
	padding-left: 10px;
}


/* Reverse Columns for Sharp Section */
@media screen and (min-width: 991px) {
	
	.reverse-columns-sharp-img .sharp-row {
		flex-direction: row-reverse;
	}
	.reverse-columns-sharp-img .sharp-col-1 .sharp-col-content {
		position: absolute;
		left: 51px;
		right: unset;
	}
	.reverse-columns-sharp-img.sharp-section {
		padding: 0px 0px 0px 24px;
	}
	.reverse-columns-sharp-img .sharp-image-wrap {
		margin-left: unset;
		margin-right: auto;
		clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 37% 100%, 0% 50%);
	}
	.reverse-columns-sharp-img .sharp-top-shape {
		left: 0px;
		right: unset;
		top: 0;
		width: 300px;
	}
	.reverse-columns-sharp-img .sharp-bottom-shape {
		left: -114px;
		right: unset;
		bottom: 0;
		width: 400px;
	}
}

.simple_image img {
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

/* Two Column Slider Section */
.two-col-slider-section .section-cubes-asset {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	z-index: 0;
}
.two-col-slider-section .container {
	z-index: 9;
	position: relative;
}
.two-col-slider-section {
	overflow: hidden;
	position: relative;
}

.two-col-slider-row {
	/* align-items: center; */
}

.two-col-slider-col-1 {
	padding-right: 40px;
}

.two-col-slider-col-1 .section-title {
	margin-bottom: 24px;
}

.two-col-slider-col-1 .section-text {
	margin-bottom: 32px;
}

.two-col-slider-col-1 .standard-button {
	margin-bottom: 32px;
}

.slider-pagination {
	height: 12px;
	background: rgba(73, 85, 112, 0.24);
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	max-width: 600px;
	width: 100%;
	cursor: pointer;
}

.slider-pagination .swiper-scrollbar-drag {
	background: var(--dark-blue);
	border-radius: 8px;
	cursor: grab;
}

.slider-pagination .swiper-scrollbar-drag:active {
	cursor: grabbing;
}

.slider-wrapper {
	margin-right: -24px;
}

.swiper {
	display: flex;
}

.swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.swiper-slide {
	height: auto !important;
	display: flex;
	width: 660px;
	max-width: 660px;
	align-self: stretch;
}

.slide-card {
	background: #495570;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.slide-image-link {
	display: block;
	text-decoration: none;
	transition: all .15s;
}

.slide-image-link:hover {
	opacity: 0.9;
}

.slide-image {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.slide-image-link:hover img {
	transform: scale(1.05);
}

.slide-text {
	padding: 24px;
	flex-grow: 1;
}
.slide-text p {
	color: #FFF;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (min-width: 991px) {
	.slide-text p {
		font-size: 24px;
	}
}
.two-col-slider-section {
	background: #d3d6dd;
}
.two-col-slider-section .two-col-slider-col-1 .two-col-slider-col-content {
	max-width: 608px;
}
.two-col-slider-section .two-col-slider-col-1 .two-col-slider-col-content, .two-col-slider-section .two-col-slider-col-1 .two-col-slider-col-content p {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (min-width: 991px) {
	.two-col-slider-section .two-col-slider-col-1 .two-col-slider-col-content, .two-col-slider-section .two-col-slider-col-1 .two-col-slider-col-content p {
		font-size: 24px;
	}
}
.two-col-slider-section .container {

}
@media screen and (min-width: 767px) {
	.slider-pagination {
		margin-top: -24px;
	}
}
@media screen and (max-width: 767px) {
	.slide-image {
		height: 300px;
	}
	.two-col-slider-row {
		flex-direction: column;
		gap: 40px;
	}
	
	.two-col-slider-col-1 {
		padding-right: 0;
	}
	
	.slider-wrapper {
		margin-right: 0;
	}
	
	.swiper-slide {
		width: 350px;
		max-width: 100%;
	}
}

/* Cards Slider Section */

.cards-slider-section .section-title {
	margin-bottom: 40px;
}

.cards-slider-wrapper {
	width: 100%;
}
.cards-slider-wrapper .swiper-slide {
	width: 760px;
	max-width: 760px;
}
.cards-slide-card {
	background: #495570;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	padding: 24px;
}

.cards-slide-row {
	margin: 0;
	height: 100%;
}
.cards-slide-image-col, .cards-slide-text-col {
	padding: 0 !important;
}
.cards-slide-image-col,
.cards-slide-text-col {
	padding: 0;
}

.cards-slide-image {
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.cards-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.cards-slide-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.cards-slide-title {
	color: #FFF;
	font-family: "greycliff-cf";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}

.cards-slide-text, .cards-slide-text p, .cards-slide-text li {
	color: #FFF;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cards-slider-pagination {
	margin-top: 32px;
	max-width: 100%;
}
.cards-slider-wrapper {
	margin-top: 32px;
}
.neg-1px-bottom {
	margin-bottom: -1px;
 }
@media screen and (min-width: 767px) {
	.cards-slide-text-col {
		padding-left: 24px !important;
	}
	.cards-slide-title {
		min-height: 50px;
	}
}
@media screen and (max-width: 767px) {
	.cards-slider-wrapper .swiper-slide {
		width: 350px;
		max-width: 100%;
	}
	.cards-slide-row {
		flex-direction: column;
	}
	
	.cards-slide-image {
		margin-bottom: 24px;
		height: 140px;
	}
}

@media screen and (min-width: 991px) {
	.cards-slider-wrapper {
		margin-top: 70px;
	}
	.cards-slider-section {
		padding: 70px 24px 100px;
	}
}

/* Team Member Cards Section */
.team-member-cards-section {
	padding: 80px 24px 50px;
}

.team-member-cards-section .section-text {
	margin-bottom: 40px;
}

.team-member-col {
	margin-bottom: 32px;
}

.team-member-card {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.team-member-image-wrap {
	margin-bottom: 24px;
}

.team-member-info {
	padding: 0 16px;
}

.team-member-name {
	color: #495570;
	text-align: center;
	font-family: "greycliff-cf";
	font-size: 24px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal !important;
	margin-bottom: 12px !important;
}

.team-member-role {
	color: #1E1E1E;
	text-align: center;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 12px;
}

.team-member-bio-button {
	width: 100%;
	max-width: 280px;
}

/* Team Member Modal */
.team-member-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	isolation: isolate;
}

.team-member-modal.active {
	display: block;
}

.team-member-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(73, 85, 112, 0.90);
	cursor: pointer;
	z-index: 1;
}

.team-member-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 8px;
	max-width: 1556px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 40px;
	z-index: 2;
}

.team-member-modal-close {
	position: absolute;
	top: 24px;
	right: 24px;
	background: var(--orange);
	transform: rotate(45deg);
	border: none;
	font-size: 31px;
	cursor: pointer;
	line-height: 1;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: color 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: none;
}
.team-member-modal-close:hover {
	opacity: 0.8;
}
.team-member-modal-close span {
	transform: rotate(-45deg);
	color: #fff;
	padding: 0;
	height: 37px;
}

.team-member-modal-close:hover {
	color: var(--dark-blue);
}

.team-member-modal-inner .row {
	margin: 0;
}

.team-member-modal-image-col {
	padding: 0 16px;
}

.team-member-modal-text-col {
	padding: 0 16px;
}

.team-member-modal-image-wrap {
	margin-bottom: 24px;
}

.team-member-modal-name {
	color: #495570;
	font-family: "greycliff-cf";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 24px;
}

.team-member-modal-role-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}

.team-member-modal-role {
	color: #000;
	font-family: "futura-pt";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.team-member-linkedin {
	color: var(--orange) !important;
	font-size: 24px;
	transition: color 0.2s;
}
.team-member-linkedin i {
	color: var(--dark-orange) !important;
	transition: color 0.2s;
}


.team-member-linkedin:hover i {
	color: var(--dark-blue) !important;
}

.team-member-modal-about {
	color: #495570;
	font-family: "greycliff-cf";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}

.team-member-modal-bio {
	color: #000;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.team-member-card .diamond-image, .team-member-modal-image-col .diamond-image {
	max-width: 100%;
	width: 215px;
	height: 215px;
	min-width: 215px;
	min-height: 215px;
	overflow: hidden;
	border-radius: 8px;
	border: 12px solid #FAFAFA;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	transform: rotate(45deg);
	z-index: 2;
}
.team-member-card .diamond-image img, .team-member-modal-image-col .diamond-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: rotate(-45deg);
	position: absolute;
	top: -45px;
	left: -45px;
	width: 320px;
	height: 320px;
	min-width: 320px;
	min-height: 320px;
}
@media screen and (min-width: 991px) {
	.team-member-card .diamond-image, .team-member-modal-image-col .diamond-image {
		max-width: 36%;
	}
}

@media screen and (max-width: 767px) {
	.team-member-modal-content {
		padding: 24px;
	}
	.team-member-modal-close {
		top: 16px;
		right: 16px;
	}
	
	.team-member-modal-inner .row {
		flex-direction: column;
	}
	
	.team-member-modal-name {
		font-size: 24px;
	}
	
	.team-member-modal-about {
		font-size: 20px;
	}
}

/* Applications section */
.applications-section p {
	color: #1E1E1E;
	text-align: center;
	font-family: "futura-pt";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (min-width: 991px) {
	.applications-section p {
		font-size: 24px;
	}
}
.applications-section .section-text {
	margin-bottom: 32px;
}
.application-card-images {
	display: flex;
	gap: 12px;
}
.application-card-images .application-card-image-wrap {
	max-width: 48%;
	width: 48%;
	height: 250px;
	flex-shrink: 0;
	object-fit: cover;
	border-radius: 8px;
}
.application-card-images .application-card-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.application-section-row {
	justify-content: center;
}
.application-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.application-card-title {
	padding: 12px;
	width: 608px;
	max-width: 100%;
	border-radius: 8px;
	background: #495570;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: "greycliff-cf";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.application-card-title-wrap {
	padding-bottom: 55px;
	position: relative;
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
}
.route-asset-left {
	position: absolute;
	bottom: 0;
	left: 24%;
}
.route-asset-right {
	position: absolute;
	bottom: 0;
	right: 24%;
}
@media screen and (min-width: 991px) {
	.route-asset-left {
		left: 5%;
		bottom: 0;
	}
	.route-asset-right {
		right: 5%;
		bottom: 0;
	}
	.applications-section .section-text, .application-section-row {
		margin-bottom: 40px;
	}
	.application-card-images {
		gap: 24px;
	}

}
@media screen and (min-width: 1050px) {
	.route-asset-left {
		left: 7%;
		bottom: 0;
	}
	.route-asset-right {
		right: 7%;
		bottom: 0;
	}
}
@media screen and (min-width: 1300px) {
	.route-asset-left {
		left: 15%;
		bottom: 0;
	}
	.route-asset-right {
		right: 15%;
		bottom: 0;
	}
}
@media screen and (min-width: 1550px) {
	.application-card-images .application-card-image-wrap {
		height: 305px;
	}
}
@media screen and (min-width: 1740px) {
	.route-asset-left {
		left: 24%;
		bottom: 0;
	}
	.route-asset-right {
		right: 24%;
		bottom: 0;
	}
}
@media screen and (max-width: 991px) {
	.application-section-card-col {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 600px) {
	.route-asset-left, .route-asset-right {
		display: none;
	}
	.application-card-images {
		flex-direction: column;
		align-items: center;
	}
	.application-card-images .application-card-image-wrap {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.application-card-title-wrap {
		padding-bottom: 24px;
	}
}

.impact-section {
	background: #d3d6dd;
	position: relative;
}
.section-cubes-asset-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	z-index: 0;
}
.section-cubes-asset-top .container {
	position: relative;
	z-index: 9;
}
.section-intro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;

}
.impact-section .section-text, .impact-section .section-text p {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (min-width: 991px) {
	.impact-section .section-text, .impact-section .section-text p {
		font-size: 24px;
	}
}
.impact-card-image-wrap {
	position: relative;
	max-width: 100%;
	width: 350px;
	height: 270px;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
}
.impact-card-image-wrap .impact-image-text-wrap {
	position: absolute;
	bottom: 24px;
	left: 24px;
	z-index: 4;
}
.impact-image-title {
	margin-bottom: 12px;
	color: #FFF;
	font-family: "greycliff-cf";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media screen and (min-width: 991px) {
	.impact-image-title {
		font-size: 32px;
	}
}
.impact-image-text {
	color: #FFF;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.impact-card-title-wrap .impact-card-title {
	color: #495570;
	font-family: "greycliff-cf";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 12px;
}
.impact-card-image-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(73, 85, 112, 0.00) 0%, #495570 89.6%);
	z-index: 3;
}
.impact-card-image-wrap img {
	position: relative;
	z-index: 2;
}
.impact-card-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-intro .section-text {
	max-width: 1080px;
}
.section-intro .ctas-wrap {
	max-width: 300px;
}

.two_columns_with_text_13 {
	background: #d3d6dd;
}

@media screen and (min-width: 991px) {
	.impact-card-title-wrap .impact-card-title {
		font-size: 40px;
		margin-bottom: 24px;
	}
	.impact-section {
		padding: 80px 24px 100px;
	}
	.impact-section .section-text h4 {
		font-size: 48px;
	}
	.impact-card-image-wrap {
		width: 508px;
		height: 338px;
	}
}
@media screen and (min-width: 1300px) {
	.section-intro .ctas-wrap {
		padding-top: 32px;
	}
	.impact-card-image-wrap {
		width: 608px;
		height: 438px;
	}
}
@media screen and (max-width: 991px) {
	.impact-section-card-col {
		margin-bottom: 32px;
	}
	.impact-card {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.image-repeater-col-content a {
	display: flex;
	width: 100%;
	height: 100%;
}
.image-repeater-col-content a:hover {
	opacity: 0.9;
	transform: scale(1.01);
}
.image-repeater-col-content {
	max-width: 100%;
	width: 350px;
	height: 270px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.image-repeater-col-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.two_columns_with_text_13_and_repeater_images_13   .two_columns_with_text_row {
	margin-bottom: 32px;
}
@media screen and (min-width: 991px) {
	.image-repeater-col-content {
		width: 508px;
		height: 408px;
	}
	.two_columns_with_text_13_and_repeater_images_13   .two_columns_with_text_row {
		margin-bottom: 60px;
	}
}

@media screen and (min-width: 1300px) {
	.image-repeater-col-content {
		width: 608px;
		height: 503px;
	}
}

@media screen and (max-width: 768px) {
	.image-repeater-col {
		margin: 0 auto 32px;
		display: flex;
		justify-content: center;
	}
}


.two-columns_with_text_col_content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.diamond-img-wrap {
	width: 320px;
	height: 320px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.two-columns_with_text_col_content .diamond-image {
	max-width: 100%;
	width: 215px;
	height: 215px;
	min-width: 215px;
	min-height: 215px;
	overflow: hidden;
	border-radius: 8px;
	border: 12px solid #FAFAFA;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	transform: rotate(45deg);
	z-index: 2;
}
.two-columns_with_text_col_content .diamond-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: rotate(-45deg);
	position: absolute;
	top: -45px;
	left: -45px;
	width: 320px;
	height: 320px;
	min-width: 320px;
	min-height: 320px;
}
.diamond-image-top-rectangle, .diamond-image-bottom-rectangle {
	position: absolute;
	z-index: 0;
}
.diamond-image-top-rectangle {
	top: -27px;
}
.diamond-image-bottom-rectangle {
	bottom: -27px;
}
.two_columns_with_text_and_diamond_image  .diamond-image-top-rectangle {
	top: -37px;
}
.two_columns_with_text_and_diamond_image  .diamond-image-bottom-rectangle {
	bottom: -37px;
}
@media screen and (max-width: 991px) {
	.two_columns_with_text_and_diamond_image  .diamond-image-top-rectangle {
		top: -30px;
	}
	.two_columns_with_text_and_diamond_image  .diamond-image-bottom-rectangle {
		bottom: -30px;
	}
}
@media screen and (min-width: 1460px) {
	.two_columns_with_text_and_diamond_image  .diamond-image-top-rectangle {
		top: -95px;
	}
	.two_columns_with_text_and_diamond_image  .diamond-image-bottom-rectangle {
		bottom: -95px;
	}

}
.two_columns_with_text_and_diamond_image .diamond-image {
	border: none;
}
.two_columns_with_text_and_diamond_image .two_columns_with_text_col {
	display: flex;
	align-items: center;
	justify-content: center;
}
.two_columns_with_text_and_diamond_image .two_columns_with_text_col:not(.two-diamond-images-col) .two_columns_with_text_col_content {
	width: 100%;
}
.two_columns_with_text_and_two_diamond_images .two_columns_with_text_col:not(.two-diamond-images-col) .two_columns_with_text_col_content {
	max-width: 766px;
}
.two_columns_with_text_and_diamond_image.reverse-columns .two_columns_with_text_row {
	flex-direction: column-reverse;
}
.two_columns_with_text_and_sharp_image_with_border .sharp-col-2 .sharp-col-content {
	max-width: 766px;
}
@media screen and (max-width: 991px) {
	.two_columns_with_text_and_diamond_image .two_columns_with_text_row {
		flex-direction: column-reverse;
	}
}
@media screen and (min-width: 991px) {
	.two-columns_with_text_col_content .diamond-image {
		max-width: 48%;
	}
	.two_columns_with_text_and_diamond_image.reverse-columns .two_columns_with_text_row {
		flex-direction: row-reverse;
	}
	.two_columns_with_text_and_diamond_image:not(.reverse-columns) .two_columns_with_text_col.two-diamond-images-col {
		justify-content: flex-end;
	}
	.two_columns_with_text_and_diamond_image.reverse-columns .two_columns_with_text_col:not(.two-diamond-images-col) {
		justify-content: center;
	}
	.columns_with_text_col_content {
		gap: 130px;
	}
	.two_columns_with_text_and_diamond_image .diamond-img-wrap {
		width: 595px;
		height: 595px;
	}
	.two_columns_with_text_and_diamond_image .diamond-image {
		width: 420px;
		height: 420px;
		min-width: 420px;
		min-height: 420px;
		box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.12);
	}
	.two_columns_with_text_and_diamond_image .diamond-image img {
		top: -90px;
		left: -90px;
		width: 600px;
		height: 600px;
		min-width: 600px;
		min-height: 600px;
	}
}
@media screen and (min-width: 1460px) {
	.diamond-image-top-rectangle:not(.team-member-image-wrap .diamond-image-top-rectangle):not(.team-member-modal-image-wrap .diamond-image-top-rectangle):not(.two-diamond-images-col .diamond-image-top-rectangle) {
		top: -68px;
	}
	.diamond-image-bottom-rectangle:not(.team-member-image-wrap .diamond-image-bottom-rectangle):not(.team-member-modal-image-wrap .diamond-image-bottom-rectangle):not(.two-diamond-images-col .diamond-image-bottom-rectangle) {
		bottom: -68px;
	}
	.two_columns_with_text_and_diamond_image .diamond-img-wrap {
		width: 595px;
		height: 595px;
	}
	.two_columns_with_text_and_diamond_image .diamond-image {
		width: 500px;
		height: 500px;
		min-width: 500px;
		min-height: 500px;
		box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.12);
	}
	.two_columns_with_text_and_diamond_image .diamond-image img {
        top: -106px;
        left: -107px;
		width: 720px;
		height: 720px;
		min-width: 720px;
		min-height: 720px;
	}
}
@media screen and (max-width: 991px) {
	.two_columns_with_text_and_diamond_image.reverse-columns .two_columns_with_text_row .two_columns_with_text_col.two-diamond-images-col {
		margin-bottom: 32px;
	}
	.two-diamond-images-col {
		justify-content: center;
	}
}
.increased-para-font p {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (min-width: 991px) {
	.increased-para-font p {
		font-size: 24px;
	}
}
.increased-para-font-max p {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media screen and (min-width: 991px) {
	.increased-para-font-max p {
		font-size: 36px;
	}
}

.two_columns_with_text.simple_text_box strong {
	color: #495570;
}

.tw-image {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 299px;
	height: 300px;
	overflow: hidden;
}
.tw-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}
.tw-image a {
	display: flex;
}
.tw-image a:hover {
	opacity: .8;
}
.two_columns_with_text_and_two_images .two_columns_with_text_col:not(.two-images-col) .two_columns_with_text_col_content {
	max-width: 833px;
}
@media screen and (max-width: 767px) {
	.two_columns_with_text_row {
		gap: 32px;
	} 
}
.values-cards-wrapper {
	display: flex;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}
.value-card {
	height: 100%;
	display: flex;
	width: 600px;
	max-width: 100%;
	align-self: stretch;
}
.value-card .cards-slide-image {
	height: 161px;
}
.value-card .cards-slide-title {
	min-height: unset;
	margin-bottom: 12px !important;
}
.value-cards-section .section-text {
	margin-bottom: 40px;
}
/* Vacancies */
.vacancies-list {
display: flex;
flex-direction: column;
gap: 40px;
padding: 40px 0;
}

.vacancy-toggle {
border-radius: 8px;
background: #FAFAFA;
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
overflow: hidden;
}

.vacancy-toggle-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 32px;
cursor: pointer;
gap: 24px;
}

.vacancy-header-left {
flex: 1;
}

.vacancy-title {
color: #495570;
font-family: "greycliff-cf";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 16px;
margin-top: 0;
}

.vacancy-tags {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.vacancy-tag {
border-radius: 8px;
background: rgba(73, 85, 112, 0.24);
padding: 12px 30px;
color: #495570;
font-family: "futura-pt";
font-size: 16px;
font-weight: 600;
display: inline-block;
}

.vacancy-toggle-button {
flex-shrink: 0;
white-space: nowrap;
}

.vacancy-toggle-icon {
display: flex;
margin-top: 3px;
transition: transform 0.3s ease;
margin-left: 8px;
}

.vacancy-toggle-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
padding: 0 32px;
}

.vacancy-toggle.active .vacancy-toggle-content {
padding-bottom: 32px;
}

.vacancy-description {
color: #1E1E1E;
font-family: "futura-pt";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 1.6;
margin-bottom: 24px;
}

.vacancy-description p {
margin-bottom: 16px;
}

.vacancy-description ul,
.vacancy-description ol {
margin-bottom: 16px;
padding-left: 24px;
}

@media screen and (max-width: 767px) {
.vacancy-toggle-header {
flex-direction: column;
align-items: flex-start;
padding: 24px;
}

.vacancy-title {
font-size: 20px;
}

.vacancy-tags {
gap: 8px;
margin-bottom: 16px;
}

.vacancy-tag {
padding: 8px 16px;
font-size: 14px;
}

.vacancy-toggle-button {
width: 100%;
}

.vacancy-toggle-content {
padding: 0 24px;
}

.vacancy-description {
font-size: 16px;
}
}

/* Vacancy Application Modal */
.vacancy-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	isolation: isolate;
}
.vacancy-modal .info-text {
	margin-bottom: 24px;
}
.upload-display {
	min-width: 167px
}
.right-to-work-label {
	max-width: 560px;
}

.vacancy-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(73, 85, 112, 0.90);
	cursor: pointer;
	z-index: 1;
}

.vacancy-modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 8px;
	max-width: 1238px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	padding: 24px;
	z-index: 2;
}

.vacancy-modal-close {
	position: absolute;
	top: 24px;
	right: 24px;
	background: var(--orange);
	transform: rotate(45deg);
	border: none;
	font-size: 31px;
	cursor: pointer;
	line-height: 1;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: color 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: none;
}

.vacancy-modal-close:hover {
	opacity: 0.8;
}

.vacancy-modal-close span {
	color: #fff;
	padding: 0;
	height: 37px;
}
.wpcf7-response-output {
	margin-top: 0px !important;
	border-radius: 4px;
	padding: 12px;
	border-color: #8dc192;
}
.wpcf7-spinner {
	margin-top: 4px;
}
.applying-for-job-title {
	color: #495570;
	font-family: "greycliff-cf";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
	.applying-for-job-title {
		margin-top: 24px;
	}
}
/* Upload Inputs */
.upload-docs-wrap p {
	margin-bottom: 0;
}
.upload-inputs {
	display: none;
	margin-top: 20px;
}

.upload-display {
	margin-bottom: 0 !important;
}

.cv-upload-wrap {
	margin-bottom: 20px;
}

.upload-input {
	display: block;
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.vacancy-modal-content {
		width: 95%;
		margin: 10% auto;
		padding: 24px;
	}
	
	.vacancy-modal-close {
		top: 16x;
		right: 16x;
	}
}

@media screen and (min-width: 991px) {
	.vacancies-list {
		gap: 60px;
	}
	.vacancy-toggle-header {
		padding: 40px 30px 30px;
	}
}
/* Blog Posts */
.blog-posts-wrapper {
width: 100%;
}

.blog-filters-wrap {
	padding: 40px 0 !important;
	background: #d3d6dd;
}
.blog-filters.container {
	padding: 0px 24px !important;
}
.blog-grid-container.container {
	padding: 32px 24px 60px;
}
.blog-filters input::placeholder, .blog-filters input, .blog-filters select {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 450 !important;
	line-height: normal;
	border: none;
}
.blog-search-input {
width: 100%;
padding: 16px 24px;
border: 1px solid rgba(73, 85, 112, 0.24);
border-radius: 8px;
font-family: "futura-pt";
font-size: 16px;
margin-bottom: 24px;
transition: border-color 0.2s;
}

.blog-search-input:focus {
outline: none;
border-color: var(--dark-blue);
}

.blog-dropdowns {
display: flex;
gap: 24px;
max-width: 450px;
}

.blog-filter-select:focus {
outline: none;
border-color: var(--dark-blue);
}

.blog-results-count {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: right;
	margin-bottom: 24px;
}

.blog-posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-bottom: 40px;
min-height: 200px;
}
.news-wrap {
	padding: 0;
}
.loading-blogs {
	text-align: center;
	grid-column: 1 / -1;
	text-align: center;
	padding: 40px 0;
	font-family: "futura-pt";
	font-size: 18px;
	font-weight: 600;
	color: var(--dark-blue);
}

.blog-post-card {
background: #FAFAFA;
overflow: hidden;
transition: box-shadow 0.3s;
display: flex;
flex-direction: column;
border-radius: 8px;
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.blog-post-card:hover {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.blog-post-image-wrap {
width: 100%;
height: 240px;
overflow: hidden;
position: relative;
}

.blog-post-image-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}

.blog-post-image-wrap.no-img {
background: #fff;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
}

.blog-post-image-wrap.no-img img {
width: 270px;
max-width: 100%;
height: auto;
object-fit: contain;
}

.blog-post-card:hover .blog-post-image-wrap img {
transform: scale(1.05);
}

.blog-post-content {
padding: 24px;
flex: 1;
display: flex;
flex-direction: column;
}

.blog-post-date {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}

.blog-post-title {
	color: #495570;
	font-family: "greycliff-cf";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
	text-decoration: none;
}

.blog-post-title a {
color: inherit;
text-decoration: none !important;
transition: color 0.2s;
color: #495570 !important;
}

.blog-post-title a:hover {
color: var(--orange) !important;
}

.blog-post-excerpt {
	color: #1E1E1E;
	font-family: "futura-pt";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
	flex: 1;
}

.blog-load-more-wrap {
text-align: center;
}

/* Single Post Styles */
.single-post-header h1 {
	max-width: 766px
}
.sp-content-wrap, .sg-content-wrap p {
	color: #000;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.post-meta-header {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 44px;
}

.post-header-logo {
	display: block;
}

.post-meta-info {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "futura-pt";
	font-size: 14px;
	color: #1E1E1E;
}

.post-meta-info .meta-separator {
	color: #ccc;
}

.post-meta-info .post-categories a {
	color: var(--dark-blue);
	text-decoration: none;
	transition: color 0.2s;
}

.post-meta-info .post-categories a:hover {
	color: #495570;
}

.single-post-content {
	padding: 0 0 60px;
}

.single-post-content .container {
	max-width: 960px;
}

.share-box {
	background: #fde9e5;
	padding: 28px 34px;
	border-radius: 12px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap: 20px;
	width: fit-content
}
.share-box-wrap {
	width: 100%;
	display: flex;
}


.share-box .share-label {
	color: #495570;
	font-family: "futura-pt";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.share-box .share-icon {
	font-size: 20px;
	transition: color 0.2s;
	text-decoration: none;
}

.share-box a {
	color: #495570 !important;
}
.share-box a:hover {
	opacity: .8;
}
.related-posts-section {
	background: #fde9e5;
	padding: 46px 24px 64px;
	position: relative;
	z-index: 1;
}
.related-posts-section h2 {
	margin-bottom: 43px !important;
}
.related-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.sp-vector-img img {
	position: absolute;
	left: 0;
	top: 25%;
	width: 34%;
	z-index: -1;
}
.single-post-header .container {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 991px) {
	.post-meta-header img {
		max-width: 185px !important;
	}
	.single-post-header h1 {
		font-size: 32px;
	}
	.related-posts-section h2 {
		margin-bottom: 32px !important;
	}
	.post-meta-header {
		justify-content: flex-start;
		gap: 16px;
		margin-bottom: 32px;
	}
	
	.related-posts-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media screen and (max-width: 767px) {
	.single-post-header h1 {
		font-size: 28px;
	}
	
	.post-meta-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.meta-separator {
		display: none;
	}
	.related-posts-grid {
		grid-template-columns: 1fr;
	}
}

.news-listing {
	padding: 0;
}

@media screen and (min-width: 991px) {
	.blog-filters.container {
		padding: 0px 24px !important;
	}
	.blog-filters-wrap {
		padding: 65px 0 !important;
	}
}

@media screen and (max-width: 991px) {
.blog-posts-grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
}

@media screen and (max-width: 767px) {
.blog-dropdowns {
flex-direction: column;
max-width: 100%;
}

.blog-posts-grid {
grid-template-columns: 1fr;
gap: 24px;
}

.blog-post-image-wrap {
height: 200px;
}

.blog-post-title {
font-size: 20px;
}
}
