:root {
	--white: #fff;
	--orange: #ff8806;
	--navy: #003349;
	--light: #f5f5f5;
	--body: #333;
	--body-muted: #666;

	--font-body: "Poppins", sans-serif;
}

/* No Banner */

.hero-banner-none {
	border-top: 1px solid var(--light);
	padding: 60px 0 20px 0;
}

.hero-banner-none h1 {
	color: var(--orange);
	font-size: 28px;
	margin: 0;
}

.hero-banner-none+.main-body>.widget-container {
	margin-top: 0;
}

/* END: No Banner */


/* ACF BLOCK: Standard Content (Job Detail) */
.standard-widget-job-detail .container-fluid {
	display: grid;
	gap: 3rem;
}

@media (min-width: 992px) {
	.standard-widget-job-detail .container-fluid {
		grid-template-columns: auto 340px;
	}
}

.standard-widget-job-detail .container-fluid:before,
.standard-widget-job-detail .container-fluid:after {
	display: none;
}

.standard-widget-job-detail aside {
	background-color: var(--light);
	padding: 3rem;
	height: fit-content;
}

.standard-widget-job-detail h2 {
	font-size: 18px;
	font-family: var(--font-body);
	font-weight: 500;
	color: var(--navy);
	text-transform: none;
}

.standard-widget-job-detail p {
	line-height: 1.5;
}

.standard-widget-job-detail aside a {
	color: var(--navy);
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* END ACF BLOCK: Standard Content (Job Detail) */

/* ACF BLOCK: Careers (Job List) */
.job-posts-no-results {
	padding: 2rem;
	background-color: var(--light);
	text-align: center;
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 1rem;
}

.job-posts-no-results p {
	margin: 0;
	opacity: 0.8;
}

.job-posts-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

.job-post-row {
	position: relative;
	padding: 1.5rem;
	background-color: var(--light);
	color: var(--navy);
}

.job-post-row p {
	margin: 0
}

.job-post-row p a {
	color: var(--navy);
}

.job-post-row p a:after {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.job-post-row .arrow {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--orange);
	font-size: 18px;
	margin-top: 1rem;
}

@media (min-width: 992px) {
	.job-post-row .arrow {
		margin-top: 0;
		width: auto;
		height: auto;
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		aspect-ratio: 1/1;
		justify-content: center;
	}
}

.job-post-row:hover .arrow {
	background-color: var(--navy);
	color: var(--orange);
}

.job-posts-content-after * {
	font-size: 13px;
	color: var(--navy);
}

.job-posts-content-after a {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* END ACF BLOCK: Careers (Job List) */

/* ACF BLOCK: Icons Cards */
.widget-icons-cards {
	background-color: var(--light);
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 992px) {
	.widget-icons-cards {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.icons-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 1.25rem;
}

@media (min-width: 992px) {
	.widget-icons-cards {
		gap: 4rem;
	}
}

.icon-card {
	background-color: var(--white);
	aspect-ratio: 4/3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.icon-card-icon {
	width: 60px;
	height: 60px;
	margin-bottom: 1.5rem;
}

.icon-card-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.icon-card-content h3 {
	font-size: 14px;
	text-align: center;
	text-transform: none;
	font-weight: 500;
	font-family: var(--font-body);
}

@media (min-width: 992px) {
	.icon-card-content h3 {
		font-size: 18px;
	}
}

/* END ACF BLOCK: Icons Cards */


/* ACF BLOCK: Testimonials */

.testimonials-grid {
	display: grid;
	gap: 4rem;
}

@media (min-width: 992px) {
	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.testimonial-item {
	display: grid;
	background-color: var(--navy);
	color: var(--white);
	height: 100%;
	min-height: 420px;
	margin: 0;
}

@media (min-width: 992px) {
	.testimonial-item {
		grid-template-columns: repeat(2, 1fr);
	}
}

.testimonial-image {
	height: 100%;
	position: relative;
}

.testimonial-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.testimonial-image .video-widget__image-wrapper {
	position: absolute;
	inset: 0;
	width: 100%;
}

.testimonial-image .fancybox {
	position: absolute;
	z-index: 1;
	inset: 0;
}

.testimonial-content>div {
	height: 100%;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	line-height: 1.7;
}

@media (min-width: 992px) {
	.testimonial-text {
		font-size: 18px;
	}
}

.testimonial-content cite {
	margin-top: auto;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	font-style: normal;
	padding-top: 2rem;
}

.testimonial-content cite .role {
	opacity: 0.8;
}

/* END ACF BLOCK: Testimonials */

/* ACF BLOCK: Meet The Team Grid */
.team-profiles-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
}

@media (min-width: 992px) {
	.team-profiles-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.team-profile-image {
	aspect-ratio: 3/4;
}

.team-profile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-profile-content h3 {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 18px;
	color: var(--orange);
}

.team-profile-content p {
	margin: 5px 0 0 0;
	line-height: 1.4;
}


.team-profile-card-popup,
.team-profile-card-popup-backdrop {
	display: none;
}

.team-profile-card-popup[data-open="true"],
.team-profile-card-popup-backdrop[data-open="true"] {
	display: block;
}

.team-profile-card-popup-backdrop {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9990;
}

.team-profile-card-popup {
	position: fixed;
	inset: 0;
	z-index: 9991;
	padding: 2rem;
	/* align-items: center; */
	/* justify-content: center; */
	pointer-events: none;
	overflow-y: scroll;
	max-height: 100svh;
}

.team-profile-card-popup-dialog {
	background-color: var(--white);
	padding: 2rem;
	max-width: 1000px;
	width: 100%;
	position: relative;
	pointer-events: all;

	display: grid;
	margin-inline: auto;
	/* max-height: 90vh; */
}

@media (min-width: 992px) {
	.team-profile-card-popup-dialog {
		margin-top: 5vh;
	}
}

@media (min-width: 992px) {
	.team-profile-card-popup-dialog {
		grid-template-columns: 40% 60%;
	}
}

button.team-profile-card-popup-dialog-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	border: none;
	font-size: 18px;
	cursor: pointer;
	background-color: var(--light);
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-profile-card-popup-dialog-image img {
	width: 100%;
	height: 100%;
	max-height: 640px;
	object-fit: cover;
}

.team-profile-card-popup-dialog-content>div {
	padding: 2rem 0;
}

@media (min-width: 992px) {
	.team-profile-card-popup-dialog-content>div {
		padding: 1rem 3rem;
	}
}

.team-profile-card-popup-dialog-content h3 {
	color: var(--orange);
	margin-bottom: 0;
}

.team-profile-card-popup-dialog-content .role {
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 2rem;
	color: var(--body-muted);
}

.team-profile-card-popup-dialog-content .bio {
	margin-bottom: 2rem;
	max-height: 50vh;
	overflow-y: scroll;
	scrollbar-gutter: stable;
}

.team-profile-card-popup-dialog-content .linkedin-profile[href=""] {
	display: none;
}

.team-profile-card-popup-dialog-content .linkedin-profile {
	font-size: 17px;
	color: var(--body-muted);
	pointer-events: all;
}

.team-profile-card-popup-dialog-content .linkedin-profile i {
	color: var(--orange);
	margin-right: 0.5rem;
	font-size: 20px;
}

/* END ACF BLOCK: Meet The Team Grid */

/* ACF BLOCK: History Timeline Alt */

.timeline-alt-items {
	display: flex;
	flex-direction: column;
	gap: 5vh;
	position: relative;
}

@media (min-width: 992px) {
	.timeline-alt-items {
		gap: 15vh;
	}
}


.timeline-alt-line {
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background-color: var(--orange);
	margin: auto;
}

@media (min-width: 992px) {
	.timeline-alt-line {
		inset: -50px 0;
	}
}

.timeline-alt-line:before,
.timeline-alt-line:after {
	content: '';
	position: absolute;
	inset: auto 0;
	height: 50px;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.timeline-alt-line:before {
	top: 0;
}

.timeline-alt-line:after {
	bottom: 0;
	transform: rotate(180deg);
}

@media (min-width: 992px) {
	.timeline-alt-items .timeline-alt-item:nth-child(odd) .timeline-alt-content {
		order: 2;
		text-align: left;
	}
	.timeline-alt-items .timeline-alt-item:nth-child(odd) .timeline-alt-image {
		order: 1;
	}
}

.timeline-alt-item {
	display: grid;
	position: relative;
}

@media (min-width: 992px) {
	.timeline-alt-item {
		grid-template-columns: 50% 50%;
	}
}

.timeline-alt-content {
	padding: 0 0 2rem 3rem;
}

@media (min-width: 992px) {
	.timeline-alt-content {
		text-align: right;
		padding: 0 4rem;
	}
}

.timeline-alt-dot {
	position: absolute;
	inset: 0 auto 0 -13px;
	margin-top: 5rem;
	width: 30px;
	height: 30px;
	background-color: var(--orange);
	border: 4px solid white;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.timeline-alt-dot {
		inset: auto 0;
		margin: auto;
	}
}

.timeline-alt-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.timeline-alt-image div {
	max-height: 300px;
	max-width: 500px;
}

.timeline-alt-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.timeline-alt-item .timeline-alt-item-year {
	font-size: 48px;
	font-weight: bolder;
	color: var(--orange);
	line-height: 1;
	margin-bottom: 4vh;
	margin-top: 4rem;
}

@media (min-width: 992px) {
	.timeline-alt-item .timeline-alt-item-year {
		font-size: 64px;
	}
}

.timeline-alt-item h2 {
	color: var(--navy);
	font-size: 20px;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.timeline-alt-item h2 {
		font-size: 24px;
	}
}

/* END ACF BLOCK: History Timeline Alt */