:root {
	--bge-mandarin-500: #ff5500;
	--bge-mandarin-400: #F48059;
	--bge-mandarin-300: #F7A990;
	--bge-mandarin-200: #FCD6CA;
	--bge-mandarin-100: #FFEEE6;
	--bge-steel-blue-700: #1e3a44;
	--bge-steel-blue-600: #2f5b6d;
	--bge-steel-blue-500: #427a94;
	--bge-steel-blue-400: rgba(63, 122, 150, .8);
	--bge-steel-blue-300: rgba(63, 122, 150, .6);
	--bge-steel-blue-200: rgba(63, 122, 150, .4);
	--bge-steel-blue-100: #ECF2F4;
	--bge-mid-blue: #a0bcc9;
	--bge-light-blue: #d3dee4;
	--gray-3: #d1d5db;
	--gray-4: #9ca3af;
	--section-light: #f9f9fb;
	--bge-purple-300: #8580AF;
	--bge-purple-400: #5D5594;
	--bge-purple-500: #342B79;

	--color-1: #FFDDCC;
	--color-2: #D9E4EA;
	--color-3: #D6D5E4;
	--color-4: #FFDDCC;
}


/* Global */
.section {
	padding-top: 112px;
	padding-bottom: 112px;
}

.section-gradient {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.section-light {
	/* background-color: var(--section-light); */
	background: linear-gradient(#f8fcff, #f0faff);
	padding-top: 112px;
	padding-bottom: 112px;
	background-position: center;
	background-size: cover;
	transition: padding 0.2s ease-in-out;
}

.section-padding {
	padding-top: 112px;
	padding-bottom: 112px;
}

.header-section-padding {
	padding-top: 160px;
	padding-bottom: 112px;
}

/* NextGen Gallery */
.ngg-galleryoverview { 
	margin: 0 !important;
}

/* Utility */
.text-wrap-pretty {
	text-wrap: pretty;
}

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

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

.no-side-margin {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-border {
	border: 0 !important;
}

.text-center {
	text-align: center;
	justify-content: center;
}

.gradient-mesh-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  	height: 100%;
	overflow: hidden;
	background: radial-gradient(var(--color-1) 25%, transparent 50%),
		radial-gradient(var(--color-2) 25%, transparent 50%),
		radial-gradient(var(--color-3) 25%, transparent 50%),
		radial-gradient(var(--color-4) 25%, transparent 50%);
	background-size: 60% 80%, 70% 80%, 80% 80%, 80% 80%;
	background-position: 0 0, 0 100%, 50% 0, 50% 100%;
	background-repeat: no-repeat;
	transform: scale(4);
	z-index: -2;
}

.curves-texture-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  	/* height: 100%; */
	z-index: -1;
	opacity: .3;
}

.section-title {
	max-width: 39.25rem;
	flex-direction: column;
	display: flex;
	margin-bottom: 4rem;
}

.section-title-center {
	max-width: 39.25rem;
	flex-direction: column;
	align-items: center;
	display: flex;
	margin-bottom: 4rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.container {
	padding-left: 24px;
	padding-right: 24px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.container-wide {
	max-width: 1480px !important;
}

.flex {
	display: flex;
	gap: 5rem;
	align-items: center;
}

.padding-lr-large {
	padding-left: 4rem;
	padding-right: 4rem;
}

/* Typography */
h1 {
	font-family: DM Serif Display;
	font-size: 3.5rem;
	line-height: 1.2;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: Inter;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-family: Inter;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.h4-upsized {
	font-size: 1.5rem;
	line-height: 1.4;
}

h4 {
	font-family: Inter;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-family: Inter;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

p {
	font-family: Inter;
	line-height: 1.6;
	font-weight: 400;
	text-wrap: pretty;
}

.text-size-small {
	font-size: 0.875rem;
}

a {
	font-family: Inter;
}

sup {
	font-size: 10px;
}

body {
	/* font-family: var(--text--copy);
	color: var(--text-dark);
	*/
	font-size: 1rem;
	line-height: 1.5;
}

.eyebrow {
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(174deg, var(--bge-mandarin-300), var(--bge-mandarin-500));
	-webkit-background-clip: text;
	background-clip: text;
	letter-spacing: -.08em;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	width: 100%;
}

.eyebrow-blue {
	background-image: linear-gradient(174deg, var(--bge-steel-blue-300), var(--bge-steel-blue-500)) !important;
}

.section-heading {
	font-family: DM Serif Text; 
	/* Font Test */
	text-wrap: balance;
	font-weight: 400;
	margin-bottom: 0;
	
}

.section-quote {
	color: #333;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.3;
	text-wrap: balance;
	text-align: left;
}

.grad-testimonial-wrapper {
	border: var(--bge-steel-blue-100) solid 2px;
    border-radius: 16px;
	justify-content: center;
	display: flex;
	gap: 5rem;
	align-items: center;
	background-color: white;
}

.quotation-space-container {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	flex-direction: row;
}

.grad-testimonial-image {
	max-width: 30%;
}

.section-quote-small {
	color: #333;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.3;
	text-wrap: pretty;
	text-align: left;
}

.text-left {
	text-align: left !important;
}

.align-start {
	align-items: flex-start !important;
}


.section-paragraph {
	margin-top: 1rem;
}

.section-bold {
	font-weight: 700;
	/* text-align: left; */
}

.text-size-medium {
	font-size: 1.125rem;
}

.gap-20 {
	gap: 20px;
}

.gap-32 {
	gap: 32px;
}

.gap-5rem {
	gap: 5rem;
}

/* Buttons */
.button-group {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 1rem;
	display: flex;
}

.button-secondary {
	text-decoration: none;
	color: #FF5500;
	border-radius: 6px;
	height: 48px;
	background-color: var(--bge-mandarin-100);
	justify-content: center;
	align-items: center;
	display: flex;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 600;
	transition: box-shadow .2s;
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
	width: fit-content;
}

.button-secondary:hover {
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .05);
}

.button-secondary-blue {
	text-decoration: none;
	color: var(--bge-steel-blue-500);
	border-radius: 6px;
	height: 48px;
	background-color: var(--bge-steel-blue-100);
	justify-content: center;
	align-items: center;
	display: flex;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 600;
	transition: box-shadow .2s;
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
	width: fit-content;
}

.button-translucent {
	text-decoration: none;
	color: var(--bge-light-blue);
	border-radius: 6px;
	height: 48px;
	backdrop-filter: blur(2px);
	background-color: rgba(0,0,0,0.75);
	justify-content: center;
	align-items: center;
	display: flex;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 600;
	transition: border .2s;
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
	width: fit-content;
	border: 1px rgba(255,255,255,0.3) solid;
}

.button-translucent:hover {
	border: 1px var(--bge-mid-blue) solid;
}

.button-translucent:hover {
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .05);
}


.button {
	text-decoration: none;
	color: white;
	border-radius: 6px;
	height: 48px;
	background-color: var(--bge-mandarin-500);
	justify-content: center;
	align-items: center;
	display: flex;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 600;
	transition: box-shadow .2s ease-in-out;
	box-shadow: inset 0 0 20px 0px rgba(255, 255, 255,.3);
	width: fit-content;
}

.button:hover {
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, .03);
}

.button-outline {
	text-decoration: none;
	color: var(--bge-steel-blue-500);
	border: 2px solid var(--bge-steel-blue-200);
	border-radius: 6px;
	height: 48px;
	/* background-color: rgba(0, 0, 0, 0); */
	justify-content: center;
	align-items: center;
	display: flex;
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 600;
	transition: border-color .2s;
	width: fit-content;
}


.button-outline:hover {
	border-color: var(--bge-steel-blue-500);
}

.HoverArrow {
	height: 10px;
	width: 10px;
	margin-left: 8px;
	margin-right: -8px;
	stroke: currentColor;
	stroke-width: 2px;
	fill: none;
	transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HoverArrow_linePath {
	opacity: 0;
	transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HoverArrow_tipPath {
	transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
	;
}


.simple-link {
	font-size: 1rem;
	color: var(--bge-mandarin-500);
	line-height: 0;
	cursor: pointer;
	display: flex;
    align-items: center;
}

.color-blue {
	color: var(--bge-steel-blue-500) !important;
}

.color-purple {
	color: var(--bge-purple-500) !important;
}

.color-black {
	color: #333 !important;
}

.color-gray {
	color: #666 !important;
}

.color-mandarin {
	color: var(--bge-mandarin-500) !important;
}


.simple-link:hover .HoverArrow_linePath,
.button:hover .HoverArrow_linePath,
.button-secondary-blue:hover .HoverArrow_linePath,
.button-translucent:hover .HoverArrow_linePath {
    opacity: 1;
}

.simple-link:hover .HoverArrow_tipPath,
.button:hover .HoverArrow_tipPath,
.button-secondary-blue:hover .HoverArrow_tipPath,
.button-translucent:hover .HoverArrow_tipPath {
    transform: translateX(3px);
}




/* Heading Section */
.section-header-home {
	padding-top: 7rem;
	/* padding-bottom: 7rem;
	*/
}

.heading-content-wrapper {
	max-width: 1200px;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: auto;
	margin-right: auto;
	grid-column-gap: 5rem;
	grid-row-gap: 5rem;
	align-items: center;
	display: flex;
	margin-bottom: 4em;
}

.content-wrapper {
	width: 50%;
	gap: 1.5rem;
	flex-direction: column;
	display: flex;
	position: relative;
}

.heading-right-wrapper {
	width: 50%;
	position: relative;
	overflow: hidden;
	line-height: 0;
	border-radius: 1.2rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	/* box-shadow: 5px 0px 10px -10px rgba(50,50,93,0.25); */
}

.fifty-five-width {
	width: 55%;
}

.fifty-width {
	width: 50%;
}

.fifty-width-responsive {
	width: 50%;
}

.forty-five-width {
	width: 45%;
}

.full-width {
	width: 100%;
}

.rounded-image {
	border-radius: 1.2rem;
}

.rounded-image-grid {
	border-radius: 1.2rem;
	height: 100%;
	width: 100%;
	object-fit: cover;
	/* max-width: unset; */
}

.rounded-image-standard {
	border-radius: 1.2rem;
	height: 420px;
	object-fit: cover;
}

.heading-video-max-height {
	max-height: 480px;
}

.heading-text-wrapper {
	max-width: 39.25rem;
	grid-column-gap: 0.75rem;
	grid-row-gap: 0.75rem;
	flex-direction: column;
	display: flex;
}

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

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

.line-height-16 {
	line-height: 1.6;
}

.hero-badge {
	align-self: flex-start;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	backdrop-filter: blur(6px);
	/* box-shadow: inset 0 -7px 11px var(--bge-mandarin-200);
	*/
	border-radius: 9999px;
	height: 32px;
	line-height: 0;
	border: 1px solid #e8eaed;
	color: var(--bge-steel-blue-500);
	transition: border .2s ease-in-out;
}

.announcement {
	align-self: flex-start;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	line-height: 1;
	flex-direction: column;
    justify-content: center;
	align-items: left;
	text-align: left;
	background: white;
	margin-bottom: 10px;
	backdrop-filter: blur(6px);
	/* box-shadow: inset 0 -7px 11px var(--bge-mandarin-200);
	*/
	border-radius: 6px;
	/* height: 32px; */
	line-height: 0;
	border: 1px solid #e8eaed;
	color: var(--bge-steel-blue-500);
	transition: border .2s ease-in-out;
}

.announcement-toggle-border-solid {
    border: 1px solid var(--bge-steel-blue-500) !important;
}

.announcement-toggle-border-light {
	border: 1px solid #e8eaed;
}

.announcement-title {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.announcement-title h4 {
	font-size: 1rem;
	color: var(---bge-steel-blue-500);
}

.announcement-content {
	margin-top: 8px;
	color: #666;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.hero-badge:hover {
	border: 1px solid var(--bge-steel-blue-500);
}

.announcement:hover {
	border: 1px solid var(--bge-steel-blue-500);
}

.header-image {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	overflow: hidden;
}

.header-video {
	width: 100%;
	height: 100%;
	min-height: 30rem;
	max-width: none;
	object-fit: cover;
	overflow: hidden;
}

.header-mask {
	height: 100%;
	max-width: none;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: auto;
	z-index: 1; 
}

/* Companies Slider */
.slide-track {
	width: 100%;
	display: flex;
	gap: 3em;
	overflow: hidden;
}

.text-align-center {
	display: flex;
	justify-content: center;
}

.margin-bottom {
	margin-bottom: 2rem;
}

.logo-slider {
	/* margin-top: 70px;
	*/
	padding-top: 4rem;
	padding-bottom: 5rem;
	border-top-width: 1px;
	border-color: var(--section-light);
	border-style: solid;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translatex(-1000%)
	}
}

.companies-title {
	font-family: Inter;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
}

.slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-slider img {
	max-width: 9rem;
	width: auto;
	height: auto;
	animation: scroll 60s linear infinite;
	filter: grayscale(100%);
}


/* Expertise */
.grid-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.grid-col-2-5rem {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
}

.grid-col-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.expertise-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.expertise-item {
	display: flex;
	align-items: center;
	/* color: #427a94;
	PERHAPS MAKE THIS PURPLE*/
}

.expertise-icon-container {
	padding: 10px;
	border-radius: 5px;
	margin-right: 20px;
	height: 56px;
	/* Adjust as needed */
	width: 56px;
	/* Adjust as needed */
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border: solid 1px #ddd;
	transition: .2s ease-in-out;
	box-shadow: 0 12.6px 25.2px -11.5733px rgba(50, 50, 93, 0), 0 7.56px 15.12px -7.56px rgba(0, 0, 0, 0);
	/* box-shadow: 0 12.6px 25.2px -11.5733px rgba(50,50,93,.25), 0 7.56px 15.12px -7.56px rgba(0,0,0,.1);
	*/
	/* z-index: 10;
	*/
}

.expertise-item:hover .expertise-text {
	color: var(--bge-mandarin-500);
}

.expertise-item:hover .expertise-icon-container {
	background: white;
	box-shadow: 0 12.6px 25.2px -11.5733px rgba(50, 50, 93, .25), 0 7.56px 15.12px -7.56px rgba(0, 0, 0, .1);
	border-color: #FFEEE6;
	/* border-color: white;
	*/
	/* background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.06) 100%);
	*/
}

.expertise-item:hover .expertise-icon {
	filter: none;
	/* max-width: 110%; */
}

.expertise-icon {
	/* filter: grayscale(60%) contrast(.2); */
	transition: .2s ease-in-out;
	filter: opacity(.85);
	/* background-color: white; */
}

.expertise-text {
	font-size: 0.875rem;
	font-weight: 500;
	color: #334155;
	transition: .2s ease-in-out;
}

.expertise-display {
	background-size: cover;
	/* Cover the entire div */
	background-position: center;
	/* Center the image */
	width: 100%;
	/* Adjust as needed */
	height: 400px;
	/* Adjust as needed */
	/* padding: 20px;
	*/
	transition: opacity 0.5s ease, background-image 0.5s ease;
	/* Add background-image transition */
	opacity: 1;
	border-radius: 5px;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1), 0px 30px 45px -30px rgba(50, 50, 93, 0.25);
}

.expertise-display::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	/* Height of the border */
	background: linear-gradient(74deg, var(--bge-mandarin-300), var(--bge-mandarin-500));
}

.expertise-item.active .expertise-icon-container,
.expertise-item:hover .expertise-icon-container {
	background: white;
	box-shadow: 0 12.6px 25.2px -11.5733px rgba(50, 50, 93, .25), 0 7.56px 15.12px -7.56px rgba(0, 0, 0, .1);
	border-color: var(--bge-mandarin-300);
}

.expertise-item.active .expertise-icon,
.expertise-item:hover .expertise-icon {
	filter: none;
}

.expertise-display h2,
.expertise-display p {
	color: white;
	/* Example color */
}

.expertise-display.fade-out {
	opacity: 0;
}

.expertiseCaption {
	z-index: 5;
	width: 100%;
	padding: 30px;
}

#expertiseTitle {
	font-size: 1.5rem;
	font-weight: 600;
	color: white;
}

#expertiseDescription {
	font-size: 0.875rem;
}

.black-overlay {
	position: absolute;
	/* Position relative to expertise-display */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .5) 100%);
}

.text {
	font-size: 16px;
	font-weight: 600;
}


/* Projects */
.project-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(4, 1fr);
	width: 100%;
	height: 540px;
	min-height: 480px;
	grid-gap: 10px;
}

.project {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	text-decoration: none;
	border-radius: 4px;
	background-size: cover;
	transition: transform 0.5s ease-in-out;
}

.project:hover {
	box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1), 0px 30px 45px -30px rgba(50, 50, 93, 0.25);
}

.project-details-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 1em;
	z-index: 3;
	/* border-top: #F50 4px solid; */
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	justify-content: space-between;
	align-items: flex-end;

}

.project-title {
	color: white;
	width: 66%;
	font-weight: 600;
	font-size: 1rem;
}

.project-city {
	font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 10px;
}

.project-tag {
	border: 1.5px solid rgba(255, 255, 255, .5);
	border-radius: 9999px;
	padding: 4px 12px;
	color: #FFFFFF;
	width: fit-content;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .05rem;
	margin-bottom: 8px;
	background-color: rgba(0, 0, 0, .3);
}

.project-details-wrapper {
	width: 100%;
}

.project-cta {
	font-size: 0.875rem;
	font-weight: 600;
	color: white;
	display: flex;
	align-items: center;
}

.project-cta svg {
	width: 24px;
	fill: white;
	height: 24px;
	transform: translateX(-20%);
	opacity: 0;
	transition: transform 0.6s ease-in-out;
}

.project:hover .project-cta svg {
	opacity: 1;
	transform: translateX(0);
}

/* Gradient overlay */
/* .project::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-color: rgba(0, 0, 0, .5);
	transition: opacity 0.3s ease, height 0.3s ease;
	opacity: 0;
	z-index: 1;
} */

.project:hover .project-details-overlay {
	opacity: 1;
	/* Full height on hover */
}

.grid-item1 {
	background-image: url("https://images.unsplash.com/photo-1534719156993-f3c9448673bf?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f089cfa06eb1cd7c0f654b39d8fdfd07&auto=format&fit=crop&w=1350&q=80");
	background-size: cover;
	background-position: center;
	grid-column: 1/4;
	grid-row: 1/3;
}

.grid-item2 {
	background-image: url("https://images.unsplash.com/photo-1534759846116-5799c33ce22a?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=19c8355cd5aff72debf2f4720f4c7e09&auto=format&fit=crop&w=688&q=80");
	background-size: cover;
	background-position: center;
	grid-column: 1/3;
	grid-row: 3/5;
}

.grid-item3 {
	background-image: url("https://images.unsplash.com/photo-1507562534834-42ebd36b00ea?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=f712012a42c9e9d9163fd9a0c80fd66a&auto=format&fit=crop&w=1202&q=80");
	background-size: cover;
	background-position: center;
	grid-column: 3/6;
	grid-row: 3/5;
}

.grid-item4 {
	background-image: url("https://images.unsplash.com/photo-1534714259038-764cb4cf1d58?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=d07ea713fcf12221034dafd8f4ffe82b&auto=format&fit=crop&w=1350&q=80");
	background-size: cover;
	background-position: center;
	grid-column: 4/6;
	grid-row: 1/3;
}

.grid-item5 {
	background-image: url("https://images.unsplash.com/photo-1534743901536-d184ed4194bc?ixlib=rb-0.3.5&s=21fd4555141d93425b8ee3f80f764e69&auto=format&fit=crop&w=634&q=80");
	background-size: cover;
	background-position: center;
	grid-column: 6/8;
	grid-row: 1/5;
}

.projects-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}

/* Benefits */
.margin-left-32 {
	margin-left: 32px;
}

.margin-left-8 {
	margin-left: 8px;
}
.margin-right-8 {
	margin-right: 8px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3 columns */
}

.grid-col-4 {
	grid-template-columns: repeat(4, 1fr);
}

.benefit-item {
	padding: 32px;
	text-align: left;
	/* align text to the left */
	/* border-top: 1px var(--bge-mandarin) solid;
	*/
}

.benefit-item svg {
	width: 16px;
	/* makes the image a block element */
}

.svg-24 svg {
	width: 24px !important;
	height: 24px !important;
}

.benefit-item h3 {
	margin: 10px 0;
	font-size: 1.2em;
}

.benefit-item p {
	font-size: 0.9em;
	color: #333;
}

.benefit-item {
	border-right: 1px solid var(--gray-3);
	/* border on the right */
	border-bottom: 1px solid var(--gray-3);
	/* border at the bottom */
	position: relative;
}

.benefit-item:after {
	background: linear-gradient(to bottom, rgba(140, 175, 192, 0) 0%, rgba(140, 175, 192, .15) 100%);
	content: "";
	background-blend-mode: overlay;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: .45s cubic-bezier(.6, .6, 0, 1) opacity;
	width: 100%;
	z-index: 1;
}

.benefit-item:nth-child(4)::after,
.benefit-item:nth-child(5)::after,
.benefit-item:nth-child(6)::after {
	background: linear-gradient(to top, rgba(140, 175, 192, 0) 0%, rgba(140, 175, 192, .15) 100%);
}

.grid-col-4 .benefit-item:nth-child(5)::after,
.grid-col-4 .benefit-item:nth-child(6)::after,
.grid-col-4 .benefit-item:nth-child(7)::after,
.grid-col-4 .benefit-item:nth-child(8)::after {
    background: linear-gradient(to top, rgba(23, 0, 45, 0) 0%, rgba(23, 0, 45, .06) 100%);
}
.grid-col-4 .benefit-item:nth-child(4)::after {
	background: linear-gradient(to bottom, rgba(23, 0, 45, 0) 0%, rgba(23, 0, 45, .06) 100%);
}

.benefit-item:hover::after {
	opacity: 1;
}

.inline-icon {
	display: inline;
	margin-right: 6px;
    margin-bottom: -2px;
}

/* Target the last column items: 3rd, 6th, ... */
.benefit-item:nth-child(3n) {
	border-right: none;
	/* Remove right border for last column */
}

/* Target the last row items: Here, it's 4th, 5th and 6th items */
.benefit-item:nth-last-child(-n+3) {
	border-bottom: none;
	/* Remove bottom border for last row */
}


.benefit-grid-title h5 {
	font-weight: 700;
    padding-left: 20px;
	text-wrap:pretty;
}

.benefit-item-2 {
	padding: 20px;
	text-align: left;
	/* align text to the left */
	/* border-top: 1px var(--bge-mandarin) solid;
	*/
}

.benefit-item-dotpoint {
	display: grid;
    grid-template-columns: 34px auto;
}

.benefit-item-recruitment {
	display: grid;
	grid-template-columns: 40px auto;
}

.benefit-item-recruitment svg {
	margin-top: 2px;
}

.benefit-item-dotpoint .inline-icon {
	margin-top: 6px;

}


.benefit-item-2 h3 {
	margin: 10px 0;
	font-size: 1.2em;
}

.benefit-item-2 p {
	font-size: 0.8em;
	color: #333;
}

.benefit-item-2 {
	border-bottom: 1px solid var(--gray-3);
	/* border at the bottom */
	position: relative;
}

.benefit-item-2:after {
	background: linear-gradient(to bottom, rgba(23, 0, 45, 0) 0%, rgba(23, 0, 45, .06) 100%);
	/* background: black; */
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: .45s cubic-bezier(.6, .6, 0, 1) opacity;
	width: 100%;
	z-index: 1;
}

.benefit-item-2:hover::after {
	opacity: 1;
}



.benefit-inline-paragraph {
	display: inline;
	text-wrap: pretty;
}

.benefit-inline-paragraph strong {
	color: var(--bge-steel-blue-500);
	font-weight: 600;
}

.feature-icon {
	width: 32px;
	height: 32px;
	min-width: 32px;
	/* color: var(--bge-steel-blue);
	*/
	background-color: var(--bge-light-blue);
	border-radius: 7px;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	display: flex;
	background: #F50;
	box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.50) inset;
}

.benefits-grid-2 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	/* 3 columns */
}

.flex-grow-1 {
	flex-grow: 1;
}

.sustainable-actions-wrapper {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	/* 3 columns */
}

/* Social Impact Cards */
.social-impact-card {
	border-top: var(--bge-steel-blue-200) 1px solid;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.social-impact-card h3 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 10px;
}

.social-impact-card .feature-icon svg {
	width: 16px;
	fill: var(--bge-steel-blue-500)
		/* makes the image a block element */
}

.social-impact-card .feature-icon {
	margin-bottom: 24px;
	background: var(--bge-light-blue);
}

.social-impact-image-container {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 420px;
	display: block;
}

.social-impact-image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	max-height: none;
	object-fit: cover;
	max-height: none;
	max-width: none;
}

.social-impact-image-container::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .5) 100%);
	transition: opacity 0.3s ease, height 0.3s ease;
	opacity: 0;
	z-index: 1;
}

.social-impact-image-container:hover::after {
	opacity: 1;
}


.social-impact-image-container:hover .HoverArrow_linePath {
	opacity: 1;
}

.social-impact-image-container:hover .HoverArrow_tipPath {
	transform: translateX(3px);
}

.social-impact-content-wrapper {
	margin-bottom: 24px;
}

/* 
.social-impact-content-wrapper p {
	font-size: 0.9rem;
} */

.base-img {
	transition: transform 200ms ease-in-out;
}

.hover-img {
	opacity: 0;
	z-index: 1;
	transition: 400ms ease-in-out;
	position: absolute;
	left: 0;
}


.heading-right-wrapper:hover .hover-img {
	opacity: 1;
}

.heading-right-wrapper:hover .base-img {
	transform: scale(1.05);
}


.hover-image-wrapper {
	overflow: hidden;
	border-radius: 1.2rem
}

.hover-image-wrapper:hover .hover-img {
	opacity: 1;
}

.hover-image-wrapper:hover .base-img {
	transform: scale(1.05);
}


.social-impact-base-img {
	transition: transform 200ms ease-in-out;
}

.social-impact-hover-img {
	opacity: 0;
	z-index: 2;
	transition: 400ms ease-in-out;
}


.small-cta {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 24px;
	margin-bottom: 12px;
	/* padding: 10px; */
	font-size: 16px;
	color: white;
	z-index: 3;
	opacity: 0;
	transition: 500ms ease-in-out;
}


.social-impact-image-container:hover .social-impact-hover-img {
	opacity: 1;
}

.social-impact-image-container:hover .small-cta {
	opacity: 1;
}

.social-impact-image-container:hover .social-impact-base-img {
	transform: scale(1.05);
	left: 0;
}

/* Blog */

.blog-carousel {
	position: relative;
}

.slick-list {
	overflow: hidden;
}

.slick-track {
	display: flex;
	gap: 30px;
}

/* .carousel-item {
	background-size: cover;
	background-position: center;
	min-height: 20rem;
	width: 100%;
} */

.slick-arrow {
	font-size: 0;
}

.slick-next {
	position: absolute;
	right: 0px;
	top: 50%;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	grid-auto-flow: row;
}

.blog-featured-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	grid-auto-flow: row;
}

.blog-category {
	font-size: 12px;
	line-height: 14px;
    letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--bge-steel-blue-400);
}

.blog-item {
	display: flex;
	flex-direction: column;
	/* border: 1px solid #000; */
	gap: 24px;
	/* overflow: hidden; */
}

.blog-body {
	display: flex;
	flex-direction: column;
}

.blog-featured-grid .blog-thumbnail{
	height: 300px;
}
.blog-thumbnail {
	width: 100%;
	object-fit: cover;
	height: 200px;
	transition: transform .4s ease-in-out;
}

.blog-image-link:hover .blog-thumbnail {
	transform: scale(1.1);
}

.blog-image-link {
	line-height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 6px;
	box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1), 0px 30px 45px -30px rgba(50, 50, 93, 0.25);
}

.blog-title {
	margin-bottom: 12px;
	font-size: 1.2em;
	text-wrap-style: pretty;
}

.blog-preview {
	font-size: 0.875rem;
	margin-bottom: 12px;
}

.avatar {
	border-radius: 50%;
	/* Makes the avatar circular */
}

.blog-author-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

.blog-author {
	font-size: 0.875rem;
	line-height: 1.43em;
	padding: 0;
}


.author-img {
	display: flex;
}
/* .author-img .avatar {
	border: 3px solid var(--bge-steel-blue-100);	
} */


.author-img-founders {
	display: flex;
	height: 48px;
	width: 48px;
}
/* .author-img .avatar {
	border: 3px solid var(--bge-steel-blue-100);	
} */

.reading-time {
	font-size: .75rem;
	line-height: 1.17em;
}

/* Awards */
.grid-col-2-right-wrapper {
	width: 50%;
	position: relative;
	overflow: hidden;
	line-height: 0;
	border-radius: 1.2rem;
	/* border-top-left-radius: 0; */
	/* border-bottom-left-radius: 0; */
}

.grid-col-2-left-wrapper {
	width: 50%;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex-direction: column;
	display: flex;
}

.awards-section-title {
	margin-bottom: 0;
}

.eyebrow-light-indigo {
	background-image: none;
	background-color: rgba(23, 0,45, .4);
}

.text-indigo {
	color: #17002D
}

.text-white {
	color: #FFFFFF;
	background-image: none;
	-webkit-text-fill-color: unset;
}

.text-white-8 {
	color: #FFFFFF;
	background-image: none;
	opacity: .8;
	-webkit-text-fill-color: unset;
}

.font-medium {
	font-weight: 500;
}

.text-blue {
	color: var(--bge-steel-blue-500);
}

.bottom-cta {
	display: flex;
	align-items: center;
	justify-content: center; 
    margin-top: 0;
}

.z-10 {
	z-index: 10;
}


.gateway-cover {
	background-image: url("https://bgeeng.com/wp-content/uploads/2024/02/sydney-gateway-cover-scaled.jpg");
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.gateway-cover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	opacity: 1;
	z-index: 1;
} 

.flex-col {
	flex-direction: column !important;
}

.flex-row {
	flex-direction: row;
}

.flex-start {
	align-items: flex-start;
}

.space-bottom-75rem {
	margin-bottom: .75rem;
}

.space-bottom-20 {
	margin-bottom: 20px;
}

.space-bottom-48 {
	margin-bottom: 48px;
}

.space-bottom-xxxsmall {
	margin-bottom: 0.2rem;
}

.space-bottom-xxsmall {
	margin-bottom: 0.5rem;
}

.space-bottom-xsmall {
	margin-bottom: 1rem;
}

.space-bottom-small {
	margin-bottom: 2rem;
}

.space-bottom-medium {
	margin-bottom: 4rem;
}

.space-bottom-large {
	margin-bottom: 6rem;
}

.large-section-padding {
	padding-top: 200px;
	padding-bottom: 200px;
}

.medium-section-padding {
	padding-top: 140px;
	padding-bottom: 140px;
}

.padding-bottom-small {
	padding-bottom: 112px;
}
 

.space-top-bottom {
	margin-top: 48px;
	margin-bottom: 48px;
}

.js-tilt-glare {
	z-index: 999;
}

/* VALUES SECTION*/
.bge-way-img {
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.values-container {
	width: 50%;
	display: flex;
	gap: 32px;
	flex-direction: column;
}

.border-top {
	border-top: var(--bge-light-blue) 1px solid;
}

.border-bottom {
	border-bottom: var(--bge-light-blue) 1px solid;
}

.value-item {
	text-align: left;
	/* align text to the left */
	/* border-top: 1px var(--bge-mandarin) solid;
	*/
}

.quotation-marks {
	max-width: 42px;
}


.inline-icon-title {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	color: white;
}

.value-item svg {
	width: 16px;
	/* makes the image a block element */
}

.value-item h3 {
	margin: 10px 0;
	font-size: 1.2em;
}

.value-item p {
	font-size: 0.9em;
	color: #333;
}

/* Stats */

.stats-container {
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 4em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-stat {
	display: flex;
	flex-direction: row;
	gap: 24px;
	align-items: center;
	min-width: 216px;
}

.about-stat-icon {
	max-width: 60px;
	max-height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 6px;
	border: 1px solid var(--bge-light-blue);
}

.stat-figure {
	font-weight: 700;
	font-size: 1.7rem;
}

.stat-description {
	font-size: 0.875rem;
}

.about-stat-icon svg {
	height: 80%;
    width: 80%;
	margin: auto;
}

.about-stat-icon svg {
	height: 80%;
    width: 80%;
	margin: auto;
}
.cta-image-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	text-align: center;
	background-position: center;
    background-size: cover;
	border-radius: 8px;
	overflow: hidden;
	min-height: 480px;
	padding-top: 64px;
	padding-left: 82px;
	padding-right: 82px;
}

.cta-image-card-left {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	text-align: left;
	background-position: center;
    background-size: cover;
	border-radius: 8px;
	overflow: hidden;
	min-height: 400px;
	/* padding-top: 64px;
	padding-bottom: 64px; */
	padding-left: 82px;
	padding-right: 82px;
}

.cta-image-card-left h4 {
	font-size: 2rem;
}



.cta-image-card a {
	font-size: 0.875rem;
	width: 100%;
	line-height: 1.2;
}

.cta-image-card-left a {
	font-size: 0.875rem;
	line-height: 1.2;
}


.eyebrow-caps {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .05rem;
	/* opacity: 0.8; */
	margin-bottom: 12px;
}

.black-overlay-20:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.2);
  }

  .black-overlay-10:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.1);
  }

  .gradient-black-overlay:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, .5) 100%);
  }

  .gradient-black-overlay-projects::after {
	content: "";
	z-index: 5;
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .2) 100%);
  }

  .gradient-black-overlay-project-blog::after {
	content: "";
	z-index: 5;
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .5) 100%);
  }

  .gradient-black-overlay-blog-post::after {
	content: "";
	z-index: 5;
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .8) 100%);
  }

/* CONTACT US FORM */

.section-header-form {
	padding-top: 12rem;
	padding-bottom: 7rem;
}

.section-header {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.form-section {
	display: flex;
	flex-direction: row;
	max-width: 1200px;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: auto;
	margin-right: auto;
	grid-column-gap: 5rem;
	grid-row-gap: 5rem;
	margin-bottom: 4em;
	font-family: Inter;
}

.form-section .heading-right-wrapper {
	overflow: unset;
}

.form-section .section-title {
	max-width: 26rem;
}

.form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.form-wrapper label {
	color: #111827;
    font-family: Inter;
    display: flex;
    font-weight: 500;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.form-wrapper input {
	width: 100%;
	height: 40px;
	border-radius: 6px;
	border-color: #cbd6e0;
	background-color: #f6f9fc;
	padding: 0px 10px;
	font-size: 1rem;
	font-weight: 400;
	box-shadow: 0 0 0 2px transparent;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}


/* Focus State: Clear, clean, and no layout shift */
.form-wrapper input:focus,
.form-wrapper textarea:focus {
    outline: none; /* Remove the default browser outline */
	border-color: var(--bge-purple-300);
    box-shadow: 0 0 0 3px rgba(128, 92, 255, 0.25);
}

/* --- Stripe-Style Select Dropdown --- */

/* 1. The Wrapper: This holds our custom arrow */
.select-wrapper {
	position: relative;
	width: 100%;
  }
  
  /* 2. The Custom Arrow Icon (using a CSS pseudo-element) */
  .select-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	pointer-events: none; /* CRITICAL: Allows clicks to pass through to the select box */
  }
  
  /* 3. The Select Element Itself: Reset and Style */
  .select-stripe {
	/* --- Reset Browser Styling --- */
	-webkit-appearance: none;
	appearance: none;
	
	/* --- Basic Box Model --- */
	width: 100%;
	height: 40px; /* Or match your input height */
	padding: 0px 40px 0px 15px; /* Right padding makes space for the arrow */
	
	/* --- Typography & Colors --- */
	font-size: 1rem;
	font-weight: 400;
	color: #333; /* Or your form text color */
	background-color: #f6f9fc;
	
	/* --- Borders and Transitions --- */
	border-radius: 6px;
	border: 1px solid #cbd6e0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* Subtle inner shadow like Stripe */
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }
  
  /* 4. The Interactive States (Hover and Focus) */
  
  /* Hover State */
  .select-stripe:hover {
	border-color: #a8b5c4;
  }
  
  /* Focus State: The Stripe "glow" */
  .select-stripe:focus {
	outline: none; /* Remove the default ugly outline */
	border-color: var(--bge-purple-300);
	box-shadow: 0 0 0 3px rgba(128, 92, 255, 0.25); /* Use your purple color with transparency */
  }

.form-wrapper sup {
	font-size: 1px;
	display: none;
}

.form-wrapper textarea {
	border-radius: 6px;
	border-color: #cbd6e0;
	background-color: #f6f9fc;
	width: 100%;
	padding: 10px 12px;
	font-size: 1rem;
	font-weight: 400;
}

.wpcf7-not-valid-tip {
	padding-top: 20px;
	padding-bottom: 10px;
	color: var(--bge-purple-500);
	font-weight: 500;
	font-size: 0.75rem;
}

.wpcf7-submit {
	text-decoration: none;
	color: white;
	height: 48px !important;
	background-color: var(--bge-mandarin-500) !important;
	justify-content: center;
	align-items: center;
	display: flex;
	padding-left: 24px !important;
	padding-right: 24px !important;
	font-weight: 600;
	transition: box-shadow .2s;
	box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
	width: fit-content !important;
	border: none;
	cursor: pointer;
}

.form-container {
	position: relative;
	padding: 32px 24px;
	border-radius: 8px;
	border: 1px solid #cbd6e0;
	/* stripey */
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3);
}
.form-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(to right, var(--bge-steel-blue-600), var(--bge-steel-blue-400));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.form-submission p {
	flex-direction: row;
	align-items: center;
}

.form-container h4 {
	font-family: Inter;
	font-size: 1.2rem;
	color: black;
	margin-bottom: 24px;
}

.section-paragraph a {
	color: var(--bge-steel-blue-500);
	font-weight: 600;
}

.form-success {
	display: none;
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}

.form-success svg {
	margin-bottom: 10px;
}


.form-success h4 {
	line-height: 2;
	margin-bottom: 0;
	padding: 0;
}

.form-success p {
	text-align: center;
	max-width: 75%;
	line-height: 1.2;
	margin: 10px 0;
}

.form-success cta {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Two inputs side by side */
.form-row.split-two {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.form-row.split-two .input-wrapper {
	width: 100%;
}

@media (min-width: 640px) {
	.form-row.split-two .input-wrapper {
		width: calc(50% - 8px); /* Two columns with 16px total gap */
	}
}

/* FAQ */
.faq-wrapper {
	max-width: 48rem;
	margin: 0 auto;
}

.faq-wrapper h4 {
	font-size: 0.75rem;
	text-transform: uppercase;
	opacity: 0.75;
	font-weight: 500;
	margin-bottom: 6px;

}

.section-text-block {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.section-text-block h4 {
	text-wrap: pretty;
}

.section-text-block ul {
	list-style-type: disc;
	padding-left: 20px;
	text-align: left;
	font-size: .875rem;
}

.section-text-block li + li {
	margin-top: 8px;
  }


.accreditation-accordion p {
	font-size: 0.875rem !important;
}

.accreditation-accordion button {
	font-size: 0.875rem !important;
}

button.accordion {
	width: 100%;
	background-color: white;
	/* border: none; */
	/* border-radius: 4px; */
	border: 1px solid #cbd6e0;
	border-bottom: none;
	outline: none;
	text-align: left;
	padding: 1.25rem 1.625rem;
	font-size: 1rem;
	font-weight: 600;
	color: #4b5563;
	cursor: pointer;
	transition: 0.2s linear;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

button.accordion svg {
	min-width: 24px;
	min-height: 24px;
}

button.accordion.is-open svg {
	transform: rotate(180deg);
}

button.accordion:hover,
button.accordion.is-open {
	background-color: white;
	color: black;
	border-color: #cbd6e0;
}

button.accordion.is-open {
	border-bottom: 1px solid #cbd6e0;
}

.accordion-content {
	background-color: white;
	padding: 0 1.625rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out;
	margin-bottom: .8rem;
	border: 1px solid #cbd6e0;
	border-top: none;
}

.accordion-body {
	margin: 1.25rem 0;
}

.accordion-body ul {
	list-style-type: square;
    list-style-position: outside;
	padding-left: 1.625rem;
}

.accordion-body a {
	text-decoration: underline;
	color: var(--bge-steel-blue-500);
}

.faq-wrapper h4:not(:first-child) {
	margin-top: 2rem;
}

.office-map {
	width: 100%;
}

.map-wrapper {
	width: 50%;
	position: relative;
	overflow: hidden;
	line-height: 0;

}

/* IWD */
.person-selection-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	gap: 12px;
	margin: auto;
	width: 50%;
}

.iwd-thumbnail {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	height: 120px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}


.iwd-name {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 4px;
    margin-left: 10px;
	font-weight: 500;
	transition: .3s ease-in-out;
	z-index: 2;
}

.iwd-thumbnail::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%);
	transition: opacity 0.3s ease, height 0.3s ease;
	opacity: 0;
	z-index: 1;
}

.iwd-thumbnail img {
	object-fit: cover;
	/* max-width: unset; */
}

.iwd-thumbnail:hover {
	outline: 2px solid var(--bge-mandarin-300)
}

.iwd-thumbnail:hover::after {
	opacity: 1;
}

.iwd-thumbnail:hover .iwd-name{
	opacity: 1;
}

.text-balance {
	text-wrap: balance;
}

.description-stat-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	
}

.description-stat-item {
	display: flex;
	align-items: start;
	flex-direction: column;
	border-radius: 6px;
    border: 1px solid var(--bge-light-blue);
	padding: 24px;
	background-color: white;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.description-stat-item img {
	max-width: 40px;
	margin-left: -4px;
	margin-top: -8px;
}

.stat-description strong {
	color: #333333;
	font-weight: 600;
}

.section-list {
	display: flex;
	gap: 2rem;
	flex-direction: column;
	/* margin: auto 0; */
}

.quote-card {
	grid: auto/.65fr .35fr;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #cbd6e0;
	height: fit-content;
	background-color: white;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.quote-body {
	padding: 30px;
}

.quote-body span {
	font-weight: 600;
}

.shadow {
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.esg-icon {
	width: 40px;
    height: 40px;
	border: 1px solid var(--bge-light-blue);
	border-radius: 6px;
	background: white;
	padding: 6px;
}

.development-goals-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	/* flex-wrap: wrap; */
	margin-top: 2rem;
	width: 100%;
}

.development-goal-icon {
	width: auto;
	flex: 0 1 auto;
	overflow: hidden;
	border-radius: 2px;
	transition: all .2s ease-in-out;
}

.development-goal-icon:hover {
	transform: scale(1.1);
}

#sticky-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 0; /* Adjust based on your needs */
    background: white;
    z-index: 1000;
	box-shadow: 0 2px 8px rgba(57,76,96,.15), 0 0 0 1px rgba(68,92,116,.02);
}

#sticky-tabs .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 24px;
	gap: 16px;
}

.sticky-tabs-alt {
	box-shadow: none !important;
	border-bottom: 1px solid var(--bge-steel-blue-100);
}

.sticky-tabs-alt .container {
	justify-content: center;
	width: 100%;
}

.tab-content {
    display: none; /* Hide all by default */
}

.tab-content.active {
    display: block; /* Only show the active tab content */
}
.tab-content.active-grid {
    display: grid; /* Only show the active tab content */
}

.tab {
    cursor: pointer;
	border-radius: 4px;
	text-align: center;
    padding: 8px 12px;
	font-size: 0.875rem;
}

.tab:hover {
	background-color: var(--bge-steel-blue-100); 
}

.tab.active {
	font-weight: 600;
	color: var(--bge-steel-blue-500);
    background-color: var(--bge-steel-blue-100);
}

/* ESG Committee */

.committee-title {
    font-weight: 600;
	padding-bottom: 0;
}

.accreditation-container p {
	font-size: 0.875rem;
}

.accreditation-title {
	font-weight: 600;
	font-size: 1rem;
	padding-bottom: 0;
}


p {
    margin-top: 0;
    margin-bottom: 0px; /* Adjust the space below paragraphs */
    /* Add other paragraph styles here */
}

.careers-tabs {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    /* gap: 16px; */
	border-bottom: 2px solid var(--bge-steel-blue-100);
    
	/* box-shadow: 0 2px 8px rgba(57,76,96,.15), 0 0 0 1px rgba(68,92,116,.02); */
}


.tab-alt {
    cursor: pointer;
	text-align: center;
    padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--bge-steel-blue-300);
	position: relative; /* Add this line */
    overflow: hidden; /* Ensures the pseudo-element doesn't extend outside */
    /* Rest of your .tab-alt styles */
}

.tab-alt::after {
    content: '';
    display: block;
    position: absolute; /* Position the pseudo-element absolutely */
    bottom: 0; /* Align to the bottom of the tab */
    left: 0; /* Start from the left edge */
    height: 2px;
    width: 0%; /* Initial state */
    background: linear-gradient(to right, rgba(70, 130, 180, .5) 50%, rgba(70, 130, 180, 1) 100%);
    transition: width .6s ease-in-out; 
}

.tab-alt.active::after {
    width: 100%; /* Full width on active */
}

.tab-alt:not(.active)::after {
    width: 0%; /* Ensure it's hidden on non-active tabs */
}


.tab-alt:hover {
	background-color: var(--bge-steel-blue-100); 
}

.tab-alt.active {
	/* border-bottom: 2px solid var(--bge-steel-blue-500); */
	color: var(--bge-steel-blue-500);
    background-color: var(--bge-steel-blue-100);
}
 
/* Typewriter Effect */
.typed-text {
	font-weight: 600;
	font-style: italic;
  }
  
  .cursor {
	display: inline-block;
	width: 3px;
	margin-left: 4px;
	background: var(--bge-steel-blue-500);
  }
  
  .cursor.blink {
	animation: blink 0.8s ease-in-out infinite;
  }
  
  @keyframes blink {
	0%, 100% {
	  background: var(---bge-steel-blue-500);
	}
	40%, 50% {
	  background: transparent;
	}
  }

.header-cover {
	height: 480px;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.padding-x {
	padding-left: 6rem;
	padding-right: 6rem;
}

.location-profile-image {
	height: 60px;
	width: 60px;
	border-radius: 9999px;
}

.location-profile-image-40 {
	height: 40px;
	width: 40px;
	border-radius: 9999px;
	background-color: rgb(214,214,214);
	filter: grayscale(1);
}

.location-profile-lead-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
}

.profile-name {
	font-weight: 600;
	color: #333;
}

.line {
    border-top: 1px solid #D5E2EA;
	width: 100%;
    /* margin-top: 20px; */
}

.office-meta-details {
	color: var(--bge-steel-blue-500);
	font-weight: 600;
}

.office-meta-details-region {
	color: var(--bge-steel-blue-500);
	font-weight: 400;
	font-size: 0.875rem;
}

.office-meta-heading {
	color: #666;
	line-height: 1.8;
}

.primary-sector-tag {
	position: absolute;
	padding-top: 1rem;
    padding-left: .8rem;
	color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .05rem;
	text-shadow: 0px 2px 12px rgba(0,0,0,0.75);
	z-index: 10;
}

.location-blurb-section {
	gap: 5rem;
}

.profile-name-wrapper {
	text-align: left;
}

.office-grid-item {
	padding: 18px 24px;
	border-radius: 5px;
	/* margin-right: 20px; */
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: left;
	background: white;
	border: solid 1px #ddd;
	transition: .2s ease-in-out;
	box-shadow: 0 12.6px 25.2px -11.5733px rgba(50, 50, 93, 0), 0 7.56px 15.12px -7.56px rgba(0, 0, 0, 0);
}

.office-grid-heading {
	color: var(--bge-steel-blue-500);
	font-size: 1rem;
	transition: .3s ease;
	
}

.office-grid-heading-container:hover .office-grid-heading {
	color: var(--bge-mandarin-500);
	
}

.office-grid-item p {
	padding: 0;
	font-size: .9rem;
	font-weight: 400;
}



.office-grid-details {
	margin-top: 8px;
	display: flex;
	gap: 1rem;
	flex-direction: column;
}

.office-grid-heading-container {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	
}

.icon-office-wrapper {
	display: flex;
    align-items: center;
    gap: 10px;
	color: var(--bge-steel-blue-300);
}

.office-grid-contact-text p {
	font-weight: 600;
}


.rotated {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}


.border-top-gradient {
	border-top: 1px solid;
    border-image: linear-gradient(to left, var(--bge-light-blue), rgba(0,0,0,0));
    border-image-slice: 1;
}

.offices-grid {
	display: flex;
	/* justify-content: space-between; */
	gap: 20px;
}

.column {
	/* flex: 0 0 30%; */
	width: 100%;
}

.single-office-column {
	width: 100%;
	display: none;
}

.no-border-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.aus-region-contact-flex {
	display: flex;
	flex-direction: row;
	gap: 32px;
	margin-bottom: 32px;
}

.office-region-tag {
	position: absolute;
	padding-top: 1rem;
    padding-left: .8rem;
	
    padding-right: .8rem;
	z-index: 10;
}

.office-region-tag h6 {
	color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .12rem;
	text-wrap: balance;
	line-height: 1.4;
	text-shadow: 0px 2px 12px rgba(0,0,0,0.75);

}

.office-region-info-hover {
	position: absolute;
	z-index: 10;
	padding: 2rem;
	opacity: 0;
}

.aus-leads-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.aus-leads-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 10px;
}

.region-hover-container {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
}

.region-hover-container .blog-item {
	flex: 1;
	width: 200px;
}


.region-hover-container .blog-item:hover {
	flex-grow: 2;
	transition: 400ms ease;
}

.region-hover-container .blog-item:hover .office-region-tag {
	opacity: 0;
    transition: 0.3s ease-in-out;
}

.region-hover-container .blog-item:hover .office-region-info-hover {
	opacity: 1;
	transition: 0.3s ease-in-out;
	transition-delay: 0.4s;
}

.region-hover-container .blog-item:hover .blog-image-link::after {
	opacity: 0.5;
    transition-delay: 0.4s;
}

.region-hover-container .blog-thumbnail {
	height: 400px;
}

.region-hover-container .blog-image-link {
	border-radius: 0px;
}

.office-region-info-hover .blog-title {
	color: white;
}
.blog-image-link::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    height: 100%;
    width: 100%;

    background-color: #000000;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.regions-responsive-view {
	flex-direction: column;
	gap: 3rem;
	display: none;
}

.list-inside ul {
	list-style: inside;
}

.drop-shadow-lg {
	filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

/* Project Template */
.cover-header-grid {
	grid-template-columns: 8fr 4fr;
	grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
}

.header-cover-projects {
	height: 480px;
	background-position: center;
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
	background-size: cover;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	padding: 30px;
}

.sector-tags-container {
	display: flex;
	flex-direction: row;
	gap: 6px;
	
}

.horizontal-expertise-wrapper {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	color: var(--bge-purple-500);
	justify-content: space-between;
	/* padding: 6px 10px; */
	border-radius: 4px;
	transition: color .2s;
}

.horizontal-expertise-wrapper:hover {
	color: var(--bge-mandarin-500);;
}
.project-expertise-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.horizontal-expertise-wrapper p {
	font-weight: 500;
	font-size: 0.875rem;
	color: #333;
}

.project-expertise-icon-container {
	max-width: 24px;
	display: flex;
}

.project-title-container {
	width: 85%;
	display: flex;
	gap: 12px;
	flex-direction: column;
	z-index: 10;
}

.project-blog-title {
	font-size: 2rem;
	font-family: DM Serif Display;
    font-weight: unset;
	text-wrap: balance;
}

.project-panel-heading {
	font-weight: 600;
	color: #666;
}

.project-panel-heading-wrapper {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: center;
	width: fit-content;
	/* margin-bottom: 16px; */
	padding-bottom:8px;
	background-color: #F3F7F9;
	/* border: 1px solid var(--bge-light-blue); */
	border-radius: 4px;
	padding: 4px 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	
}

.project-panel-icon {
	height: 16px;
}

.project-sticky-container {
	position: -webkit-sticky;
    position: sticky;
    top: 30px; /* Adjust based on your needs */
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-bottom: 48px;
}

.project-panel {
	position: relative;
	background: white;
	padding: 24px;
    border: solid 1px var(--bge-light-blue);
    border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	/* overflow: hidden; */
}

.project-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(to right, var(--bge-steel-blue-600), var(--bge-steel-blue-400));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Color overrides */

.panel--mandarin::before {
	background: linear-gradient(to right, var(--bge-mandarin-500), var(--bge-mandarin-300));
}

.panel--purple::before {
	background: linear-gradient(to right, var(--bge-purple-500), var(--bge-purple-300));
}
/* 
.panel--purple .project-panel-heading-wrapper {
	border-color: var(--bge-purple-400);
} */

.panel--mandarin .project-panel-heading-wrapper {
	background-color: var(--bge-mandarin-100)
}

.project-outcomes-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.project-outcome {
	display: flex;
	gap: 8px;
	color: black;
}

.project-outcome p {
	font-weight: 500;
	color: #333;
	font-size: 0.875rem;
}

.outcome-tick {
	min-width: 20px;
	min-height: 20px;
	width: 20px;
	height: 20px;
	margin-top: 3px;
}

.related-projects-section {
	padding: 48px 0;
}

.image-blur-animate-in {
	animation: blurFilterAnimation 3s ease-in-out;
}

@keyframes blurFilterAnimation {
	from {
	  filter: blur(500px);
	}
	to {
	  filter: blur(0px);
	}
  }

/* Tailwind CSS Prose Plugin Styles */
.prose {
	color: #374151;
	max-width: 65ch;
	font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;

  }
  
  .prose h1 {
	color: #1f2937;
	font-size: 2.25em;
	line-height: 1.1111111;
	margin-top: 0;
	margin-bottom: 0.8888889em;
  }
  
  .prose h2 {
	color: #1f2937;
	font-size: 1.5em;
	line-height: 1.3333333;
	margin-top: 2em;
	margin-bottom: 0.6666667em;
	font-weight: 600;
	text-wrap: pretty;
	font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  }
  
  .prose h3 {
	color: #1f2937;
	font-size: 1.5em;
	line-height: 1.6;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	text-wrap: pretty;
  }
  
  .prose h4 {
	color: #1f2937;
	font-size: 1.125em;
	line-height: 1.5555556;
	margin-top: 1.7777778em;
	margin-bottom: 0.4444444em;
  }
  
  .prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-bottom: unset !important;
  }

  .prose p:first-child {
	margin-top: 0;
  }
  
  .prose a {
	color: darkblue;
	text-decoration: underline;
	font-weight: 500;
  }
  
  .prose a:hover {
	text-decoration: underline;
  }
  
  .prose strong {
	color: #111827;
	font-weight: 600;
  }
  
  .prose code {
	color: #e11d48;
	font-size: 0.875em;
  }
  
  .prose blockquote {
	color: #6b7280;
	border-left-width: 0.25rem;
	border-left-color: var(---bge-steel-blue-500);
	padding-left: 1em;
	font-style: italic;
	margin-top: 1.6em;
	margin-bottom: 1.6em;
  }
  
  .prose pre {
	color: #d1d5db;
	background-color: #1f2937;
	overflow-x: auto;
	padding: 1em;
	font-size: 0.875em;
	line-height: 1.7142857;
	border-radius: 0.375rem;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
  }
  
  .prose ul,
  .prose ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-left: 1.5em;
	list-style: unset;
	font-weight: 400;
  }
  
  .prose ul li,
  .prose ol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: 400;
  }

  .prose ol li {
	list-style: auto;
  }
  
  .prose hr {
	border-top-width: 1px;
	border-color: #d1d5db;
	margin-top: 2em;
	margin-bottom: 2em;
  }
  
  .prose img {
	margin-top: 2em;
	margin-bottom: 2em;
	/* add border radius later */
  }
  
  .prose video {
	margin-top: 2em;
	margin-bottom: 2em;
  }
  
  .prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
  }
  
  .prose figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.5714286em;
  }
  
  .prose table {
	width: 100%;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	font-size: 0.875em;
	line-height: 1.7142857;
	border-collapse: collapse;
  }
  
  .prose table th {
	color: #1f2937;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
	padding: 0.75em 1em;
  }
  
  .prose table td {
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
	padding: 0.75em 1em;
  }
  
  .prose thead th {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 2px;
	border-bottom-color: #d1d5db;
	padding: 0.75em 1em;
  }
  
  .prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
  }
  
  .prose tbody tr:last-child {
	border-bottom-width: 0;
  }
  
  .prose dl {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
  }
  
  .prose dt {
	color: #1f2937;
	font-weight: 600;
	margin-top: 1.25em;
	margin-bottom: 0.5em;
  }
  
  .prose dd {
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
  }
  
  .prose {
	max-width: 100%;
  }
  
.project-article-container {
	padding-left: 32px;
	padding-right: 32px;
	margin: 48px 0;
}

.list-set ul {
	padding-left: 1.5em;
    list-style: unset;
    margin-bottom: 1.25em;
}

/* Landing Page Video */

.etf-feature-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;

}

.etf-feature-caption {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 20;
    position: relative;
    width: 70%;
}

.etf-feature-caption h4 {
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
    font-size: 24px;
    color: white;
    line-height: 28px;
    font-weight: bold;
}

.etf-feature-caption p {
    font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
  	margin-bottom: 4px;
    line-height: 24px;
}

.etf-feature-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

/* Blog Posts */

.blog-title-container {
	width: 50%;
	display: flex;
	gap: 12px;
	flex-direction: column;
	z-index: 10;
	justify-content: end;

}

.blog-article-container {
	max-width: 890px;
	margin: auto;
}

.feature-tag {
	/* border: 1.5px solid rgba(255, 255, 255, .5); */
	border-radius: 9999px;
	padding: 4px 12px;
	color: #FFFFFF;
	width: fit-content;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .05rem;
	margin-bottom: 8px;
	background-color: var(--bge-steel-blue-500);
	box-shadow: inset 0 0 10px 0px rgba(255, 255, 255, .2);
}

.post-excerpt {
	display: flex;
	background-color: var(--bge-steel-blue-100);
	padding: 32px;
	border-radius: 8px;
}

.post-excerpt h3 {
	color: var(--bge-steel-blue-500);
	margin: 0;
	font-size: 1.25em;
}

.content-item a {
	display: block;
	padding: 4px 8px;
	color: var(--bge-steel-blue-500);
	width: 100%; /* Cover full width */
    height: 100%; /* Cover full height */
	font-weight: 400;
}

.content-item {
	background-color: white;
	/* padding: 4px 8px; */
	border-radius: 4px;
	transition: ease-in-out 80ms;

}
.content-item:hover {
	background-color: var(--bge-steel-blue-100);
}
.content-item:hover a {
	color: var(--bge-steel-blue-600);
}

.indent-h4 {
	margin-left: 16px; /* Adjust as needed for indentation */
  }

#headings-list a.active {
    /* font-weight: bold; */
    color: var(--bge-steel-blue-700); /* Highlight color */
	font-weight: 600;
	/* box-shadow: -2px 0px 0px 0px var(--bge-steel-blue-500); */
}

.table-contents-heading {
	color: #666;
	line-height: 1.8;
	margin-left: 8px;
}

/* TEAM GRID */

.team-members-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	width: 100%;
	margin: 0 auto;
}

.team-member {
	text-align: center;
	
	
	/* margin-bottom: 2rem; */
}

.team-member-image {
	margin-bottom: 1rem;
	margin: 0 auto;
	overflow: hidden;
	max-height: 128px;
	max-width: 128px;
	border-radius: 999px;
	margin-bottom: 1rem;
	/* border: 2px solid var(--bge-steel-blue-100); */
}



.team-member-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
	border-radius: 8px;
	background: var(--bge-steel-blue-100);
}

.uk-team-member-image {
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 1rem !important;
	/* border: 2px solid var(--bge-steel-blue-100); */
}

.uk-team-member-image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
	border-radius: 8px;
	background: var(--bge-steel-blue-100);
}

.team-member-name {
	/* margin: 0.5rem 0; */
	font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
	font-size: 1rem;
	color: var(--bge-steel-blue-500);
	font-weight: 600;
	padding: 0;
	line-height: 24px;
}

.team-member-position {
	font-size: .9rem;
	text-wrap: pretty;
	padding: 0;
	font-weight: 400;
	font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
	color: #666;
}

/* Awards Archive Section Styling */
.awards-year-btn {
	background: var(--bge-steel-blue-200);
}

.awards-year-btn.active {
	font-weight:600;
	text-wrap: pretty;
}

.category-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 64px;
}

.award-group-divider {
	grid-column: 1 / -1; /* If used inside a grid, spans all columns */
	background-color: #ccc;
	margin: 40px 0; /* Vertical space above and below the divider */
	border-bottom: 1px solid var(--bge-steel-blue-200);
	height: 0;
}

.awards-grid {
	font-size: 1rem;
}

.award-category {
	font-weight: 600;
	color: #333;
	/* font-size: 1.4rem; */
	text-wrap: pretty;
}

.award-recognition-tag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 2px 12px;
	border-radius: 999px;
	background-color: var(--bge-steel-blue-100);
	border: 1px solid var(--bge-steel-blue-200);
	color: var(--bge-steel-blue-500);
	font-weight: 600;
	font-size: .9rem;
}

.award-recognition-tag svg {
	margin-right: 4px;
	margin-left: -2px;
	width: 16px;
	height: 16px;
}

.award-recognition-tag--winner {
	background-image: linear-gradient(174deg, var(--bge-mandarin-300), var(--bge-mandarin-500));
	border: 1px solid var(--bge-mandarin-200);
	color: white;
}

.award-title {
	color: #333;	
	text-wrap: pretty;
}

.award-entity {
	color: #333;
	font-weight: 400;
}


.award-entity a {
	color: #333;
	font-weight: 400;
	text-decoration: underline;
}

/* Pagination Controls - Extended from existing code */
.pagination-controls {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 8px;
}

/* Style for all pagination items (numbers and arrows) */
.pagination-controls a.page-numbers,
.pagination-controls span.page-numbers {
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background-color: var(--bge-steel-blue-100);
	border: none;
	transition: filter 0.3s ease;
	text-decoration: none;
	color: var(--bge-steel-blue-500);
	font-weight: 500;
}

/* Hover state */
.pagination-controls a.page-numbers:hover {
	cursor: pointer;
	filter: brightness(90%);
}

/* Current page */
.pagination-controls span.current {
	background-color: var(--bge-steel-blue-500);
	color: white;
}

/* SVG icons styling */
.pagination-controls svg {
	height: 24px;
	width: 24px;
	fill: var(--bge-steel-blue-500);
}

/* SVG in current page */
.pagination-controls span.current svg {
	fill: white;
}

/* Dots styling */
.pagination-controls span.dots {
	background-color: transparent;
	width: auto;
	padding: 0 5px;
}


/* Dropdown */
.rotate-90 {
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

.dropdown-items {
	position: absolute;
    width: 100%; /* Matches parent, adjust as needed */
    min-width: 200px;
    max-width: 300px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px 0; /* Optional spacing */
	z-index: 9999;
}


.dropdown-link {
	display: flex;
    align-items: center; /* Aligns text and icons */
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--bge-steel-blue-500);
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    white-space: nowrap; /* Prevents text wrapping */
}

.dropdown-link:hover, .dropdown-link:focus {
    background-color: #f0f0f0;
    outline: none;
}

.relative {
	position: relative;
	
}

/* Lead Bios */
.lead-select-container {
	/* width: 940px; */
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
    row-gap: 40px;
	flex-wrap: wrap;
	margin: auto;
}

.lead-select-profile img {
	
	height: 80px;
	filter: grayscale(.5);
	transition: .2s ease-in-out;
	/* background-color: var(--bge-steel-blue-100); */
}

.lead-select-profile {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 150px;
    height: 160px;
    justify-content: flex-start;
	overflow: hidden;
	transition: .2s ease-in-out;
}

.lead-select-profile:hover {
	opacity: 1 !important;
}

.lead-select-profile:hover img {
	filter: grayscale(0);
	background-color: none;
	cursor: pointer;
	transform: scale(1.07);
}

.lead-select-profile:hover .lead-select-name {
	background-position: -99.99% 0;
}

.lead-select-profile.active .lead-select-name {
	color: var(--bge-mandarin-500);
	background-position: -99.99% 0;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, var(--bge-mandarin-100) 50%);
}

.lead-select-profile.active img {
	filter: grayscale(0);
	transform: scale(1.07);
}


.lead-select-profile.greyed-out {
	opacity: 0.5;
} 

.lead-details-container {
	border-top: 1px solid var(--bge-steel-blue-200);
	padding: 10px 8px;
	background-color: white;
	z-index: 2;
}

.lead-select-name {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
	min-width: 140px;
	color: var(--bge-steel-blue-500);
	background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, var(--bge-steel-blue-100) 50%);
	background-position: -0% 0;
  	background-size: 200% auto;
	transition: background-position 0.5s ease-out;
}

.lead-select-title {
	font-size: 0.8em;
	font-weight: 400;
	color: #777;
}

.section-light.disabled {
	padding: 0;
}

.lead-bio-section {
	display: none;
}

.lead-bio-section.active {
	display: flex;
}

.lead-feature-details {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lead-feature-details h3 {
	font-family: DM Serif Display;
	font-weight: 500;

}

.lead-feature-details h4 {
	text-transform: uppercase;
	font-size: 1rem;
	opacity: .6;
	font-weight: 500;
	letter-spacing: .03em;
}

.back-to-top {
	position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Default state of the image (before it's active) */
.lead-bio-section img {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in-out;
	transform: scale(1);   /* Default scale */
	opacity: 1;            /* Default opacity */
  }
  
  /* When the div becomes active, animate the image */
  .lead-bio-section.active img {
	transform: scale(1.05);    /* Slightly enlarge the image to emphasize it */
	opacity: 1;                /* Ensure full opacity */
  }

.lead-bio-section.active img {
	animation: scaleFadeIn 1s ease-out forwards;  /* Smooth transition for entering */
  }
  
.lead-bio-section:not(.active) img {
animation: scaleFadeOut 1s ease-in-out forwards; /* Smooth transition for leaving */
}

@keyframes scaleFadeIn {
	0% {
	  opacity: 0;
	  transform: scale(0.9);   /* Start slightly smaller for smoother scaling */
	}
	50% {
	  opacity: 1;
	  transform: scale(1.05);  /* Scale up to give emphasis */
	}
	100% {
	  opacity: 1;
	  transform: scale(1);     /* Set it to its normal size */
	}
  }
  
  @keyframes scaleFadeOut {
	0% {
	  opacity: 1;
	  transform: scale(1);     /* Normal size at start */
	}
	50% {
	  opacity: 0;
	  transform: scale(0.95);  /* Scale down to create the fade-out effect */
	}
	100% {
	  opacity: 0;
	  transform: scale(0.9);   /* Keep the image slightly smaller for smooth disappearing */
	}
  }


  .lead-bio-text h5:not(:first-child) {
    margin-top: 16px;
}

.lead-bio-text h5 {
    color: var(--bge-steel-blue-500);
    margin-bottom: 4px;
    font-weight: 600;
}

.lead-feature-img {
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 1rem;

}

.return-button-top-right {
	position: absolute;
	right: 0;
	top: 0;
	/* transform: translate(100%, 0);  */
}

/* Data Centres Table */

/* Header Row */
.dt-column-title {
	font-weight: 600;
	font-size: .758rem;
	display: flex;
	align-items: center;
}

.dtrg-group td {
	text-transform: uppercase;
	font-size: .9rem !important;
	font-weight: 600;
	letter-spacing: .02rem;
	opacity: .5;
}

.location-column {
	font-weight: 600;
}

.data-centre-type {
	font-weight: 700;
    padding: 4px 6px;
    text-transform: uppercase;	
    border-radius: 4px;
    font-size: .75rem;
    letter-spacing: .02em;
    background-color: var(--bge-steel-blue-100);
	color: var(--bge-steel-blue-500);
	/* border: 1px solid var(--bge-steel-blue-200); */
}

/* .type-hyperscale {
	background-color: var(--bge-steel-blue-100);
	color: var(--bge-steel-blue-700);
	border: 1px solid var(--bge-steel-blue-400);
} */
/* 
.type-colocation {
	background-color: var(--bge-mandarin-100);
	color: var(--bge-mandarin-500);
	border: 1px solid var(--bge-mandarin-200);	
} */

#region-group td {
	padding: 10px 10px !important;
}

/* Container for the whole table section */

.data-centres-container {
	max-width: 100%;
	overflow-x: auto;  /* Enable horizontal scrolling on small screens */
	margin: 2rem 0;
}

.dt-search {
	display: none;
}


/* Base table styling */
#data-centres-table {
	width: 100%;
	border-collapse: collapse;
	/* border: 1px solid rgba(0, 0, 0, 0.15); */
	/* border-radius: 6px; */
}

#data-centres-table thead {
	background-color: var(--bge-steel-blue-100);
	color: var(--bge-steel-blue-600);
}

#data-centres-table td {
	background-color: #FFF !important;
	box-shadow: none;
}


#data-centres-table td {
	font-size: .9rem;
	padding: 4px 10px;
}

.mw-column-data span {
	font-weight: 700;
	padding: 4px 6px;
	border-radius: 4px;
}

.dt-column-title svg {
	margin-right: 6px;
	width: 16px;
	height: 16px;
}

.mw-column span {
	justify-content: flex-end;
}

.stories-column span {
	justify-content: flex-end;
}

.stories-column-data span {
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 4px;
	color: var(--bge-steel-blue-600);
	/* background-color: var(--bge-steel-blue-100);
	border: 1px solid var(--bge-steel-blue-200); */
}

.stories-indicator {
    display: flex;
    align-items: center;
	justify-content: flex-end;
}

.stories-tower {
    display: flex;
	justify-content: center;
    flex-direction: column-reverse; /* Fill from bottom */
    width: 10px; /* Keep it narrow */
    height: 36px; /* Total height for 6 stories */
    gap: 2px; /* Space between blocks */
}

.story-block {
    width: 100%;
    height: 2px; /* Adjust for spacing */
    background: #ddd; /* Default empty */
    /* border-radius: 2px; */
}

.story-block.filled {
    background: var(--bge-steel-blue-500);
}

/* Sequential color scale that maintains brand colors but improves readability */
.mw-low { background-color: #E0F2F1; color: #004D40; }          /* Light teal bg with dark teal text */
.mw-medium-low { background-color: #B2DFDB; color: #00695C; }   /* Medium teal bg with darker text */
.mw-medium { background-color: #FFE0B2; color: #E65100; }       /* Light orange bg with dark orange text */
.mw-high { background-color: #FFCCBC; color: #BF360C; }         /* Light red-orange bg with dark red text */
.mw-very-high { background-color: #F8BBD0; color: #880E4F; }    /* Light pink bg with dark pink text */
.mw-top-tier { background-color: #E91E63; color: white; }       /* Bold pink with white text for highest values */

.filter-group {
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 0.9rem;
	border: 1px solid var(--bge-steel-blue-100);
}

.filter-group label {
	font-size: 0.75rem;
    font-weight: 600;
}

.filter-group select{
	border: none;
	font-weight: 700;
	color: var(--bge-steel-blue-600);
}
/* Style for region group headers */
tr.group {
	background-color: #f1f3f5;
}
/* 
tr.group td {
	padding: 0.7rem 1rem;
	font-size: 1.1rem;
} */

.dt-info {
	padding: 16px 10px;
	font-size: .9rem;
}

/* .has-tooltip {
    position: relative;
    cursor: pointer;
} */


/* Styling for the filter control section */
.filter-controls {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

/* Styling for individual filter groups */
.filter-group {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

/* Loading indicator styling */
#loading-indicator {
	padding: 1rem;
	text-align: center;
	font-style: italic;
	color: #666;
}

/* Error message styling */
.error-message {
	padding: 1rem;
	background-color: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
	border-radius: 4px;
	margin-bottom: 1rem;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
	.filter-controls {
		flex-direction: column;
		gap: 0.5rem;
	}
}

/* Policies */
.policy-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.policy-card {
	padding: 20px;
	border: 1px solid var(--bge-steel-blue-100);
	border-radius: 8px;
	background-color: white;
	font-size: .9rem;
	/* box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); */
}

.policy-card p {
	color: #666;
}

.policy-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.policy-download {
	position: relative;
	display: inline-block;
	color: var(--bge-steel-blue-500);
	text-decoration: none;
	padding-bottom: 2px;
	transition: color 0.3s ease;
  }
  
.policy-download::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0%;
height: 2px;
background-color: var(--bge-steel-blue-500);
transition: width 0.3s ease;
}

.policy-download:hover::after {
width: 100%;
}

.policy-download:hover {
color: var(--bge-steel-blue-600); /* Keeps the same color on hover */
}

.grad-proposition-wrapper .section-heading {
	font-family: Inter;
    font-weight: 700;
    font-size: 2.2rem;
	line-height: 1.3;
	color: white;
}


/* Media Queries */


@media (max-width: 1200px) {
	.team-members-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.grad-testimonial-wrapper {
		flex-direction: column-reverse;
		gap: 0;
		padding-top: 4rem;
		padding-left: 24px;
		padding-right: 24px;
		
	}
}

@media (max-width: 768px) {
	.team-members-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.category-row {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 24px;
	}

	.grad-testimonial-wrapper {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 1.5rem;
	}
}

@media (max-width: 480px) {
	
	.team-members-grid {
		grid-template-columns: 1fr;
	}
	.category-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}
	.grad-testimonial-image {
		max-width: 100%;
	}
}

@media (max-width:400px) {
	.etf-feature-caption p {
        display: none;
    }
  .etf-feature-caption img {
    height: 90px;
  }
  .etf-feature-caption h4 {
    font-size: 14px;
    margin-bottom: -20px;
    }
}
  
@media (max-width:768px) and (min-width: 401px) {
	.etf-feature-caption p {
        display: none;
    }
  .etf-feature-caption img {
    height: 100px;
  }
  .etf-feature-caption h4 {
    font-size: 18px;
    }
}

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

  .etf-feature-caption img {
    height: 130px;
  }
  .etf-feature-caption h4 {
    font-size: 18px;
    margin-bottom: -10px;
    }
}



@media only screen and (max-width: 1280px) {
	.heading-content-wrapper {
		padding: 0 80px;
	}

	.stats-container {
		grid-column-gap: 120px;
		grid-row-gap: 24px;
		grid-template-columns: 1fr 1fr;
	}

	.cover-header-grid {
		grid-template-columns: 10fr 4fr;
	}
}

/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
	.blog-sidebar {
		display: none;
	}

	.grad-testimonial-wrapper {
		padding-top: 24px;
	}

	.quotation-space-container {
		flex-direction: column;
		gap: 10px;
	}

	.policy-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
	}

	.blog-title-container {
		width: 100%;
	}
	
	.heading-content-wrapper {
		display: grid;
		width: 80%;
		padding: 0;
	}

	.cover-header-grid {
		grid-template-columns: unset;
	}

	.regions-responsive-view {
		display: flex;
	}

	.region-hover-container {
		display: none;
	}
	
	.map-container-reverse {
		flex-direction: column-reverse !important;
	}

	.single-office-column {
		width: 100%;
		display: block;
	}

	.column {
		display: none;
	}

	.description-stat-grid {
		grid-template-columns: 1fr;
	}

	.grid-col-2-5rem {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr, 1fr;
	}

	.person-selection-grid {
		width: 100%;
	}

	.iwd-thumbnail {
		height: auto;
	}

	.section-text-block {
		align-items: center;
	}

	.section-text-block .text-left {
		text-align: center !important; 
	}

	.responsive-flex {
		flex-direction: column;
	}

	.responsive-width-100 {
		width: 100% !important; 
	}

	.responsive-text-center {
		text-align: center;
		justify-content: center;
	}

	.responsive-text-left {
		text-align: left;
		justify-content: center;
	}

	.values-container {
		width: 100%;
	}
	
	.map-wrapper,
	.content-wrapper,
	.heading-right-wrapper {
		width: unset;
		margin-left: auto;
		margin-right: auto;
	}

	.content-wrapper,
	.awards-section-title {
		align-items: center;
		text-align: center;
	}

	.hero-badge {
		align-self: unset;
	}

	.announcement {
		align-self: unset;
	}

	.heading-content-wrapper .button-group {
		justify-content: center;
	}

	.expertise-grid {
		grid-template-columns: 1fr 1fr;
	}

	.grid-col-3,
	.blog-grid {
		grid-template-columns: 1fr;
	}

	.benefits-grid {
		grid-template-columns: 1fr 1fr;
		gap: 48px 24px;
	}

	/* Target the last column items: 3rd, 6th, ... */
	.benefit-item {
		border-right: none;
		border-bottom: none;
		padding: 0;
		/* Remove right border for last column */
	}

	.benefit-item:after {
		display: none;
	}

	.grid-col-2-left-wrapper,
	.grid-col-2-right-wrapper {
		width: unset;

	}

	.careers-tabs {
		flex-direction: column;
	}
	
	.benefit-item-responsive-center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		
	}

	.location-blurb-section {
		gap: 1.5rem;
	}

}

/* Divi header menu overlap fix */
header {
	position: relative;
	z-index: 99999;
	}

@media only screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}

	.policy-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.project-article-container {
		padding-left: 0px;
    	padding-right: 0px;
	}

	.sector-tags-container {
		flex-direction: column;
	}

	.project-tag {
		margin-bottom: 0px;
	}

	.sector-tag-container-home {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.aus-leads-container {
		grid-template-columns: 1fr;
	}

	.cta-image-card,
	.cta-image-card-left {
		padding-left: 30px;
		padding-right: 30px;
	}

	.stats-container {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.sparkle-icon {
		display: none;
	}

	.container {
		padding-left: 0;
		padding-right: 0;
	}

	.expertise-grid {
		gap: 20px;
	}

	.text-size-medium {
		font-size: 1rem;
	}

	.heading-content-wrapper h1 {
		font-size: 2.5rem;
	}

	.section-heading {
		font-size: 2rem;
	}
	
	.eyebrow {
		font-size: 20px;
	}

	.benefits-grid {
		grid-template-columns: 1fr;
	}

	.expertise-grid {
		grid-template-columns: 1fr;
	}

	.heading-content-wrapper .grid-col-2-left-wrapper,
	.grid-col-2-right-wrapper {
		width: auto;
	}

	.section-title-center {
		width: 80%;
	}

	.heading-text-wrapper {
		align-items: center;
	}

	.hero-badge {
		line-height: 1.2;
		max-height: unset;
		max-width: 80%;
		padding: 1.5rem 1.5rem;
	}

	.announcement {
		line-height: 1.2;
		max-height: unset;
		max-width: 80%;
		padding: 1.5rem 1.5rem;
	}

	.header-mask {
		display: none;
	}

	.heading-right-wrapper {
		border-radius: 1.2rem;
	}

	.project-grid {
		grid-template-rows: unset;
		grid-template-columns: 1fr;
		height: unset;
	}

	.grid-item1,
	.grid-item2,
	.grid-item3,
	.grid-item4,
	.grid-item5 {
		grid-column: unset;
		grid-row: unset;
	}

	.project {
		height: 220px;
	}

	.form-section {
		flex-direction: column;
	}

	.form-section .section-title {
		margin-bottom: 0;
	}

	#sticky-tabs .container {
		flex-direction: column;
	}

	.sticky-tabs-london .container {
		max-height: 100px;
        overflow-y: scroll;
		justify-content: flex-start;
	}
}