/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.40
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* VMC header: red 3-column Flatsome header. */
#header,
#header .header-wrapper,
#header #masthead,
#header .header-main,
#header .header-bg-color {
	background: #fff !important;
}

#header .top-divider {
	display: none !important;
}

#header #logo {
	margin: 0;
	width: auto;
}

#header #logo a {
	display: flex;
	width: 188px;
	height: 96px;
	align-items: center;
	justify-content: flex-start;
	line-height: 0;
}
#header #logo img,
#logo img {
	max-height: 150px !important;
}
#header #logo img {
	display: block;
	opacity: 1;
	width: auto !important;
	max-width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

#header .header-main .nav > li > a {
	color: #232323 !important;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

#header .header-main .nav > li > a:hover,
#header .header-main .nav > li.active > a,
#header .header-main .nav > li.current-menu-item > a,
#header .header-main .nav > li.current_page_item > a {
	color: #b10f1b !important;
}

#header .header-main .nav > li > a::before,
#header .header-main .nav > li > a::after {
	display: none !important;
}

#header .header-main .nav > li.current-menu-item > a,
#header .header-main .nav > li.current_page_item > a {
	position: relative;
}

#header .header-main .nav > li.current-menu-item > a::after,
#header .header-main .nav > li.current_page_item > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	display: block !important;
	height: 1px;
	background: #ccb169;
}

#header .header-nav .gtranslate_wrapper,
#header .header-nav .gt_switcher,
#header .header-nav .gt_selected,
#header .header-nav .gt_option {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #20252b !important;
}

#header .header-nav .gtranslate_wrapper a,
#header .header-nav .gtranslate_wrapper .glink,
#header .header-nav .gt_switcher a,
#header .header-nav .gt_switcher .gt_selected a {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: #20252b !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

#header .header-nav .gtranslate_wrapper img,
#header .header-nav .gt_switcher img {
	width: 24px !important;
	height: 16px !important;
	margin: 0 4px 0 0 !important;
	object-fit: cover;
}

#header .header-nav .gt_switcher .gt_selected {
	padding: 0 !important;
}

#header .header-nav .gt_switcher .gt_selected a::after {
	display: none !important;
}

@media (min-width: 850px) {
	#header .header-main {
		height: 128px !important;
		min-height: 128px;
	}

	#header .header-inner {
		display: grid !important;
		grid-template-columns: 180px minmax(0, 1fr);
		grid-template-rows: 54px 58px;
		align-items: center;
		width: min(1170px, calc(100vw - 30px)) !important;
		max-width: 1170px !important;
		height: 128px !important;
		min-height: 128px;
		max-height: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	#header .header-inner > #logo {
		grid-column: 1;
		grid-row: 1 / 3;
		align-self: center;
	}

	#header .header-inner > .hide-for-medium.flex-left {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		justify-content: flex-end !important;
		width: 100%;
	}

	#header .header-inner > .hide-for-medium.flex-right {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		transform: translateY(-8px);
		justify-content: flex-end !important;
		width: 100%;
	}

	#header .header-main .header-nav.nav-left {
		justify-content: flex-end;
		gap: 30px;
		width: 100%;
	}

	#header .header-main .header-nav.nav-right {
		justify-content: flex-end;
		width: 100%;
	}

	#header .header-inner > .hide-for-medium.flex-right .header-nav.nav-right {
		min-height: 24px;
		align-items: center;
	}

	#header .header-main .nav > li {
		margin: 0;
	}

	#header .header-main .nav > li > a {
		padding-right: 0;
		padding-left: 0;
	}

	#header #logo a {
		width: 96px;
		height: 82px;
	}
}

@media (max-width: 849px) {
	#header #top-bar,
	#header .header-main {
		background: #fff !important;
	}

	#header .header-main {
		height: 88px !important;
		min-height: 88px;
	}

	#header .header-inner {
		display: grid !important;
		grid-template-columns: minmax(96px, 1fr) auto minmax(52px, 1fr);
		align-items: center;
		width: min(100%, calc(100vw - 28px)) !important;
		height: 88px !important;
		min-height: 88px;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	#header .header-inner > #logo {
		grid-column: 1;
		justify-self: start;
	}

	#header .header-inner > .show-for-medium.flex-left {
		grid-column: 2;
		justify-self: center;
		width: auto;
	}

	#header .header-inner > .show-for-medium.flex-right {
		grid-column: 3;
		justify-self: end;
		width: auto;
	}

	#header #logo a {
		width: 96px;
		height: 70px;
		justify-content: flex-start;
	}

	#header .mobile-nav .icon-menu,
	#header .mobile-nav a {
		color: #b10f1b !important;
	}

	#header .mobile-nav.nav-left,
	#header .mobile-nav.nav-right {
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	#header .mobile-nav.nav-right {
		justify-content: flex-end;
	}

	#header .mobile-nav > li {
		margin: 0;
	}

	#header .mobile-nav .gtranslate_wrapper,
	#header .mobile-nav .gt_switcher {
		justify-content: center;
	}

	#header .mobile-nav .gtranslate_wrapper a,
	#header .mobile-nav .gtranslate_wrapper .glink,
	#header .mobile-nav .gt_switcher a,
	#header .mobile-nav .gt_switcher .gt_selected a {
		font-size: 18px !important;
		font-weight: 700 !important;
	}

	#header .mobile-nav .gtranslate_wrapper img,
	#header .mobile-nav .gt_switcher img {
		width: 26px !important;
		height: 17px !important;
	}

	#header .mobile-nav .header-button .button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		min-height: 34px;
		margin: 0;
		padding: 0;
		border-color: #b10f1b;
		border-radius: 5px;
		line-height: 1;
	}

	#header .mobile-nav .header-button .button i,
	#header .mobile-nav .header-button .button .icon-menu {
		display: block;
		margin: 0;
		font-size: 18px;
		line-height: 1;
	}
}

/* VMC news page - shortcode registered for Flatsome UX Builder. */
.ahs-news-page {
	--ahs-news-primary: var(--primary-color, var(--fs-color-primary, #b10f1b));
	--ahs-news-gold: var(--fs-color-secondary, #ccb169);
	--ahs-news-text: #707070;
	color: var(--ahs-news-text);
	font-family: "Montserrat", sans-serif;
}

/* VMC recruitment page and recruitment single. */
.ahs-job-page,
.ahs-job-single {
	--ahs-job-primary: var(--primary-color, var(--fs-color-primary, #b10f1b));
	--ahs-job-gold: var(--fs-color-secondary, #ccb169);
	--ahs-job-text: #6d6e71;
	--ahs-job-muted: #b5b7b9;
	--ahs-job-line: #e5e5e5;
	color: var(--ahs-job-text);
	font-family: "Montserrat", sans-serif;
}

.ahs-job-page *,
.ahs-job-single * {
	box-sizing: border-box;
}

.ahs-job-page a,
.ahs-job-single a {
	text-decoration: none;
}

.ahs-job-container,
.ahs-job-single-container {
	margin-left: auto;
	margin-right: auto;
	width: min(1170px, calc(100vw - 20px));
}

.ahs-job-hero,
.ahs-job-single-hero {
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 446px;
	position: relative;
}

.ahs-job-hero-title {
	background: rgba(255, 255, 255, 0.7);
	color: var(--ahs-job-primary);
	font-size: 109px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 20px 30px;
	text-transform: uppercase;
}

.ahs-job-hero .section-content,
.ahs-job-hero .ahs-job-hero-row {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: inherit;
	width: 100%;
}

.ahs-job-hero .ahs-job-hero-row > .col {
	padding-bottom: 0;
}

.ahs-job-hero-title p {
	margin: 0;
}

.ahs-job-culture {
	padding: 84px 10px;
	text-align: center;
}

.ahs-job-culture h2 {
	color: var(--ahs-job-primary);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.ahs-job-culture-text {
	color: var(--ahs-job-gold);
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	margin: 0 auto;
	max-width: 840px;
}

.ahs-job-culture-text p {
	margin: 0 0 16px;
}

.ahs-job-gallery {
	overflow: hidden;
	padding: 28px 0 0;
}

.ahs-job-gallery.slider-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

.ahs-job-gallery-track {
	display: flex;
	gap: 22px;
	margin-inline: auto;
	overflow-x: auto;
	padding: 0 10px 12px;
	scroll-snap-type: x mandatory;
	width: 100%;
}

.ahs-job-gallery-slide {
	flex: 0 0 calc((100% - 44px) / 3);
	min-width: 0;
	scroll-snap-align: start;
}

.ahs-job-gallery-slide img {
	aspect-ratio: 1.25 / 1;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ahs-job-gallery .ahs-job-gallery-slide .img-inner {
	aspect-ratio: 1.25 / 1;
	overflow: hidden;
}

.ahs-job-gallery .ahs-job-gallery-slide img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ahs-job-benefits {
	background: #f1f2f2;
	padding: 74px 10px;
}

.ahs-job-benefits-grid {
	display: grid;
	gap: 45px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ahs-job-benefits-grid.row {
	display: grid;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	width: min(1170px, calc(100vw - 20px));
}

.ahs-job-benefits-grid.row > .col {
	flex-basis: auto !important;
	max-width: none !important;
	padding: 0 !important;
}

.ahs-job-benefits-grid.row > .col > .col-inner {
	height: 100%;
}

.ahs-job-benefit h2,
.ahs-job-openings > .ahs-job-container > h2 {
	color: var(--ahs-job-gold);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

.ahs-job-benefit {
	text-align: center;
}

.ahs-job-benefit-icon {
	color: var(--ahs-job-gold);
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	text-align: center;
}

.ahs-job-benefit-icon svg {
	fill: currentColor;
	height: 62px;
	max-width: 64px;
	width: 62px;
}

.ahs-job-benefit-icon.img {
	height: 62px;
	margin: 0 auto 15px;
	max-width: 64px;
	width: 64px !important;
}

.ahs-job-benefit-icon .img-inner,
.ahs-job-benefit-icon img {
	height: 100%;
	width: 100%;
}

.ahs-job-benefit-icon img {
	object-fit: contain;
}

.ahs-job-benefit h3 {
	color: var(--ahs-job-primary);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 12px;
}

.ahs-job-benefit p {
	color: var(--ahs-job-text);
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.ahs-job-benefit-lead {
	text-align: center;
}

.ahs-job-benefit-lead .ahs-job-benefit-icon {
	justify-content: center;
	text-align: center;
}

.ahs-job-openings {
	padding: 74px 10px 92px;
}

.ahs-job-openings > .ahs-job-container > h2 {
	color: #9d9d9d;
	margin-bottom: 54px;
	text-align: center;
}

.ahs-job-openings-layout {
	display: grid;
	gap: 46px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ahs-job-opening-group > h3 {
	color: #9d9d9d;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.ahs-job-opening-list {
	display: grid;
	gap: 28px;
}

.ahs-job-card {
	display: flex;
	gap: 20px;
}

.ahs-job-card-icon {
	align-items: flex-start;
	color: var(--ahs-job-gold);
	display: flex;
	flex: 0 0 40px;
	justify-content: center;
	padding-top: 7px;
}

.ahs-job-card-icon svg {
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.ahs-job-card-body h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.62;
	margin: 0;
	text-transform: uppercase;
}

.ahs-job-card-body h3 a {
	color: var(--ahs-job-primary);
}

.ahs-job-card-body p {
	color: #58595b;
	font-size: 14px;
	line-height: 1.5;
	margin: 4px 0 12px;
}

.ahs-job-card-salary {
	align-items: center;
	display: flex;
	gap: 12px;
}

.ahs-job-card-salary svg {
	fill: currentColor;
	flex: 0 0 auto;
	height: 16px;
	width: 9px;
}

.ahs-job-card-button {
	background: var(--ahs-job-primary);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	justify-content: center;
	line-height: 1.3;
	min-width: 185px;
	padding: 10px 45px;
	transition: background-color .2s ease, color .2s ease;
}

.ahs-job-card-button:hover {
	background: var(--ahs-job-gold);
	color: #fff;
}

.ahs-job-pagination {
	display: flex;
	gap: 14px;
	margin-top: 32px;
}

.ahs-job-pagination a,
.ahs-job-pagination span {
	color: var(--ahs-job-gold);
	font-size: 18px;
	line-height: 1;
	padding: 4px;
}

.ahs-job-pagination .current {
	color: var(--ahs-job-primary);
}

.ahs-job-empty {
	color: var(--ahs-job-text);
	margin: 0;
}

.ahs-job-single-hero {
	background-position: center center;
}

.ahs-job-breadcrumb {
	align-items: center;
	border-bottom: 1px solid var(--ahs-job-line);
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 20px;
	padding-bottom: 18px;
}

.ahs-job-breadcrumb,
.ahs-job-breadcrumb a {
	color: #9d9d9d;
	font-size: 14px;
	line-height: 1.4;
}

.ahs-job-breadcrumb strong {
	color: var(--ahs-job-gold);
	font-weight: 600;
}

.ahs-job-single-header,
.ahs-job-info-card,
.ahs-job-contact-card {
	background: #fff;
	border: 1px solid var(--ahs-job-line);
	margin-top: 10px;
	padding: 46px;
}

.ahs-job-single-title-row {
	align-items: flex-start;
	display: flex;
	gap: 28px;
	justify-content: space-between;
}

.ahs-job-single h1 {
	color: var(--ahs-job-primary);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.ahs-job-single-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
}

.ahs-job-single-meta > a:not(.ahs-job-meta-item),
.ahs-job-single-meta > span:not(.ahs-job-meta-item) {
	display: none;
}

.ahs-job-single-meta-icons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
}

.ahs-job-single-meta,
.ahs-job-single-meta a {
	color: var(--ahs-job-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.ahs-job-meta-item {
	align-items: center;
	display: inline-flex;
	gap: 9px;
}

.ahs-job-meta-item svg {
	color: var(--ahs-job-gold);
	fill: currentColor;
	height: 15px;
	width: 15px;
}

.ahs-job-meta-item strong {
	color: var(--ahs-job-primary);
	font-weight: 700;
}

.ahs-job-single-meta a:hover {
	color: var(--ahs-job-primary);
}

.ahs-job-apply-button {
	background: var(--ahs-job-gold);
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 15px 34px;
	text-transform: uppercase;
	transition: background-color .2s ease;
}

.ahs-job-single .ahs-job-apply-button {
	display: none;
}

.ahs-job-apply-button:hover {
	background: var(--ahs-job-primary);
	color: #fff;
}

.ahs-job-spec-grid {
	border-top: 1px solid var(--ahs-job-line);
	display: grid;
	gap: 16px 44px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
	padding-top: 28px;
}

.ahs-job-spec {
	align-items: flex-start;
	display: flex;
	gap: 14px;
}

.ahs-job-spec-icon {
	color: var(--ahs-job-gold);
	flex: 0 0 18px;
	padding-top: 2px;
}

.ahs-job-spec-icon svg {
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.ahs-job-spec-copy {
	color: var(--ahs-job-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.ahs-job-spec-label {
	color: var(--ahs-job-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.ahs-job-spec strong {
	color: var(--ahs-job-primary);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.ahs-job-info-card h2,
.ahs-job-contact-card h2 {
	color: var(--ahs-job-primary);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 28px;
	text-transform: uppercase;
}

.ahs-job-info-row {
	border-top: 1px solid var(--ahs-job-line);
	display: grid;
	gap: 34px;
	grid-template-columns: 260px minmax(0, 1fr);
	padding: 28px 0;
}

.ahs-job-info-row h3 {
	color: var(--ahs-job-primary);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.ahs-job-info-row div {
	color: var(--ahs-job-text);
	font-size: 15px;
	line-height: 1.75;
}

.ahs-job-info-row p,
.ahs-job-info-row ul {
	margin-top: 0;
}

.ahs-job-contact-list p {
	color: var(--ahs-job-text);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 10px;
}

.ahs-job-contact-list span {
	color: var(--ahs-job-primary);
	font-weight: 800;
}

.ahs-job-contact-list a {
	color: var(--ahs-job-primary);
}

.ahs-job-map {
	border: 0;
	display: block;
	height: 300px;
	margin-top: 28px;
	width: 100%;
}

@media (max-width: 849px) {
	.ahs-job-container,
	.ahs-job-single-container {
		width: min(700px, calc(100vw - 40px));
	}

	.ahs-job-hero,
	.ahs-job-single-hero {
		min-height: 360px;
	}

	.ahs-job-hero-title {
		font-size: 79px;
		line-height: 1.3;
	}

	.ahs-job-gallery-slide {
		flex-basis: calc((100% - 22px) / 2);
	}

	.ahs-job-benefits-grid,
	.ahs-job-openings-layout {
		grid-template-columns: 1fr;
	}

	.ahs-job-single-title-row {
		display: grid;
	}

	.ahs-job-spec-grid,
	.ahs-job-info-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 549px) {
	.ahs-job-container,
	.ahs-job-single-container {
		width: min(100%, calc(100vw - 30px));
	}

	.ahs-job-hero,
	.ahs-job-single-hero {
		min-height: 210px;
	}

	.ahs-job-hero-title {
		font-size: 38px;
		line-height: 1.25;
		padding: 15px 20px;
	}

	.ahs-job-culture,
	.ahs-job-benefits,
	.ahs-job-openings {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.ahs-job-gallery {
		padding-bottom: 50px;
	}

	.ahs-job-gallery-slide {
		flex-basis: 86%;
	}

	.ahs-job-card {
		gap: 14px;
	}

	.ahs-job-card-body h3 {
		font-size: 18px;
		line-height: 1.45;
	}

	.ahs-job-card-body p {
		font-size: 13px;
	}

	.ahs-job-single-header,
	.ahs-job-info-card,
	.ahs-job-contact-card {
		padding: 24px 20px;
	}

	.ahs-job-single h1,
	.ahs-job-info-card h2,
	.ahs-job-contact-card h2 {
		font-size: 24px;
		line-height: 1.4;
	}
}

.ahs-news-page * {
	box-sizing: border-box;
}

.ahs-news-page a {
	text-decoration: none;
}

.ahs-news-container {
	margin-left: auto;
	margin-right: auto;
	width: min(1170px, calc(100vw - 20px));
}

.ahs-news-hero {
	align-items: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 446px;
	padding: 20px;
}

.ahs-news-hero-title {
	background: rgba(255, 255, 255, 0.7);
	color: var(--ahs-news-primary);
	font-size: 109px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
}

.ahs-news-main {
	background: #fff;
	padding: 58px 10px;
}

.ahs-news-page-title {
	color: var(--ahs-news-gold);
	font-size: 36px;
	font-weight: 800;
	line-height: 54px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.ahs-news-block-heading {
	align-items: flex-end;
	border-bottom: 1px solid #333132;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.ahs-news-block-title-wrap {
	min-width: 170px;
	width: 23.493%;
}

.ahs-news-block-title-wrap::after {
	background: var(--ahs-news-gold);
	content: "";
	display: block;
	height: 7px;
	width: 100%;
}

.ahs-news-block-heading h2 {
	color: var(--ahs-news-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 27.5px;
	margin: 0 0 15px;
	text-transform: none;
}

.ahs-news-all-link {
	color: var(--ahs-news-text);
	font-size: 16px;
	line-height: 22px;
	margin: 0 12px 15px 0;
}

.ahs-news-all-link:hover,
.ahs-news-latest-card h3 a:hover,
.ahs-news-list-card h3 a:hover {
	color: var(--ahs-news-primary);
}

.ahs-news-latest-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 26px;
}

.ahs-news-latest-thumb,
.ahs-news-list-thumb {
	display: block;
	overflow: hidden;
}

.ahs-news-latest-thumb img,
.ahs-news-list-thumb img {
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.ahs-news-latest-thumb img {
	height: 180px;
}

.ahs-news-latest-card:hover img,
.ahs-news-list-card:hover img {
	transform: scale(1.04);
}

.ahs-news-latest-card h3 {
	color: var(--ahs-news-text);
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	margin: 20px 0 0;
}

.ahs-news-latest-card h3 a,
.ahs-news-list-card h3 a {
	color: inherit;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.ahs-news-latest-card p {
	color: var(--ahs-news-text);
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0;
}

.ahs-news-readmore {
	color: var(--ahs-news-gold);
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	line-height: 21px;
	margin-top: 10px;
}

.ahs-news-readmore:hover {
	color: var(--ahs-news-primary);
}

.ahs-news-section {
	padding: 46px 10px 76px;
}

.ahs-news-section--tinted {
	background: #f0f1f1;
}

.ahs-news-section--plain {
	background: #fff;
}

.ahs-news-list-grid {
	column-gap: 30px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
	row-gap: 20px;
}

.ahs-news-list-card {
	align-items: start;
	display: grid;
	gap: 6.59574468%;
	grid-template-columns: 56.8085106% 36.3829787%;
	min-width: 0;
}

.ahs-news-list-thumb img {
	height: 190px;
}

.ahs-news-list-card h3 {
	color: var(--ahs-news-text);
	font-size: 19px;
	font-weight: 600;
	line-height: 24.7px;
	margin: 0;
}

.ahs-news-list-card p {
	color: var(--ahs-news-text);
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0;
}

.ahs-news-empty {
	color: var(--ahs-news-text);
	font-size: 16px;
	grid-column: 1 / -1;
	margin: 0;
}

.ahs-news-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 24px -3px 0;
	text-align: left;
}

.ahs-news-pagination .page-numbers {
	color: var(--ahs-news-gold);
	font-size: 16px;
	line-height: 1.2;
	padding: 10px;
}

.ahs-news-pagination .page-numbers.current,
.ahs-news-pagination .page-numbers:hover {
	color: var(--ahs-news-primary);
}

@media (max-width: 1024px) {
	.ahs-news-container {
		width: min(1170px, calc(100vw - 40px));
	}

	.ahs-news-hero-title {
		font-size: 79px;
		line-height: 1.3;
	}

	.ahs-news-page-title {
		font-size: 33px;
		line-height: 49.5px;
	}

	.ahs-news-list-card {
		gap: 5%;
		grid-template-columns: 45% 50%;
	}
}

@media (max-width: 767px) {
	.ahs-news-hero {
		min-height: 210px;
	}

	.ahs-news-hero-title {
		font-size: 32px;
		line-height: 1.5;
		padding: 15px 20px;
	}

	.ahs-news-main {
		padding: 42px 10px;
	}

	.ahs-news-page-title {
		font-size: 26px;
		line-height: 38px;
	}

	.ahs-news-block-title-wrap {
		min-width: 0;
		width: 46%;
	}

	.ahs-news-latest-grid,
	.ahs-news-list-grid {
		grid-template-columns: 1fr;
	}

	.ahs-news-list-card {
		gap: 18px;
		grid-template-columns: 42% 1fr;
	}

	.ahs-news-list-thumb img {
		height: 150px;
	}
}

@media (max-width: 549px) {
	.ahs-news-container {
		width: min(1170px, calc(100vw - 30px));
	}

	.ahs-news-hero-title {
		font-size: 30px;
		line-height: 28.5px;
	}

	.ahs-news-list-card {
		display: block;
	}

	.ahs-news-list-body {
		margin-top: 14px;
	}

	.ahs-news-list-thumb img {
		height: 190px;
	}
}

/* VMC single post detail page. */
.ahs-single-post-template {
	--ahs-single-primary: var(--primary-color, var(--fs-color-primary, #b10f1b));
	--ahs-single-gold: var(--fs-color-secondary, #ccb169);
	--ahs-single-text: #707070;
	color: var(--ahs-single-text);
	font-family: "Montserrat", sans-serif;
}

.ahs-single-post-template * {
	box-sizing: border-box;
}

.ahs-single-post-template a {
	text-decoration: none;
}

.ahs-single-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	width: calc(100vw - 20px);
}

.ahs-single-hero {
	align-items: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 446px;
	padding: 20px;
}

.ahs-single-hero-title {
	background: rgba(255, 255, 255, 0.75);
	color: var(--ahs-single-primary);
	font-size: 48px;
	font-weight: 800;
	line-height: 63px;
	padding: 25px;
	text-align: center;
}

.ahs-single-article {
	background: #fff;
	padding: 38px 10px 42px;
}

.ahs-single-breadcrumb {
	align-items: center;
	color: #9c9c9c;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 0;
	line-height: 22px;
	margin-bottom: 29px;
}

.ahs-single-breadcrumb a {
	color: #9c9c9c;
}

.ahs-single-breadcrumb a:hover,
.ahs-single-breadcrumb strong {
	color: var(--ahs-single-gold);
	font-weight: 400;
}

.ahs-single-breadcrumb span {
	color: #9c9c9c;
	margin-left: 18px;
	margin-right: 18px;
}

.ahs-single-breadcrumb-separator {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	height: 16px;
	justify-content: center;
	width: 16px;
}

.ahs-single-breadcrumb-separator svg {
	display: block;
	fill: none;
	height: 14px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 14px;
}

.ahs-single-title {
	color: var(--ahs-single-primary);
	font-size: 36px;
	font-weight: 700;
	line-height: 50.4px;
	margin: 0 0 29px;
	text-transform: uppercase;
}

.ahs-single-meta,
.ahs-single-related-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	list-style: none;
	margin: 0 0 29px;
	padding: 0;
}

.ahs-single-meta li,
.ahs-single-related-meta li,
.ahs-single-meta a,
.ahs-single-related-meta a {
	align-items: center;
	color: var(--ahs-single-text);
	display: inline-flex;
	gap: 7px;
}

.ahs-single-meta span,
.ahs-single-related-meta span {
	display: inline-block;
}

.ahs-single-meta li {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 21px;
}

.ahs-single-meta svg,
.ahs-single-related-meta svg {
	fill: var(--ahs-single-gold);
	flex: 0 0 14px;
	height: 14px;
	width: 14px;
}

.ahs-single-content {
	color: var(--ahs-single-text);
	font-size: 16px;
	line-height: 1.78;
}

.ahs-single-content p {
	margin: 0 0 24px;
}

.ahs-single-content img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.ahs-single-content figure {
	margin-left: 0;
	margin-right: 0;
}

.ahs-single-share-row {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 18px;
}

.ahs-single-share-title {
	color: var(--ahs-single-text);
	font-size: 18px;
	font-weight: 600;
	line-height: 22.5px;
}

.ahs-single-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ahs-single-share-links a {
	align-items: center;
	background: var(--ahs-single-gold);
	color: #fff;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	line-height: 1;
	transition: background-color 0.25s ease, color 0.25s ease;
	width: 36px;
}

.ahs-single-share-links svg {
	display: block;
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.ahs-single-share-links a:hover {
	background: var(--ahs-single-primary);
	color: #fff;
}

.ahs-single-post-nav {
	align-items: stretch;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	margin-top: 18px;
	padding: 14px 0;
}

.ahs-single-post-nav-link a {
	align-items: center;
	color: var(--ahs-single-text);
	display: flex;
	gap: 14px;
	min-height: 70px;
}

.ahs-single-post-nav-next a {
	justify-content: flex-end;
	text-align: right;
}

.ahs-single-post-nav-link em {
	color: var(--ahs-single-text);
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}

.ahs-single-post-nav-link strong {
	color: var(--ahs-single-primary);
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.ahs-single-post-nav-link a:hover strong,
.ahs-single-nav-arrow {
	color: var(--ahs-single-gold);
}

.ahs-single-post-nav-sep {
	background: #d6d6d6;
	width: 1px;
}

.ahs-single-nav-arrow {
	align-items: center;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 0;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.ahs-single-nav-arrow::before {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	display: block;
	height: 12px;
	transform: rotate(225deg);
	width: 12px;
}

.ahs-single-post-nav-next .ahs-single-nav-arrow::before {
	transform: rotate(45deg);
}

.ahs-single-related {
	background: #f0f1f1;
	padding: 70px 10px;
}

.ahs-single-related h2 {
	color: #9d9d9d;
	font-size: 24px;
	font-weight: 700;
	line-height: 27.5px;
	margin: 0 0 38px;
	text-align: center;
}

.ahs-single-related-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ahs-single-related-card {
	position: relative;
}

.ahs-single-related-thumb {
	display: block;
	overflow: hidden;
}

.ahs-single-related-thumb img {
	display: block;
	height: 247px;
	object-fit: cover;
	transition: transform 0.35s ease;
	width: 100%;
}

.ahs-single-related-card:hover img {
	transform: scale(1.04);
}

.ahs-single-related-card h3 {
	color: #333132;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	margin: 15px 0 0;
	text-align: left;
}

.ahs-single-related-card h3 a {
	color: inherit;
}

.ahs-single-related-card h3 a:hover {
	color: var(--ahs-single-primary);
}

.ahs-single-related-meta {
	gap: 14px;
	margin: 10px 0 0;
}

.ahs-single-related-meta li {
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
}

.ahs-single-related-card p {
	color: var(--ahs-single-text);
	font-size: 15px;
	line-height: 21px;
	margin: 10px 0 0;
}

.ahs-single-readmore {
	color: var(--ahs-single-gold);
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 21px;
	margin-top: 10px;
}

.ahs-single-readmore:hover {
	color: var(--ahs-single-primary);
}

@media (max-width: 1024px) {
	.ahs-single-container {
		width: calc(100vw - 40px);
	}

	.ahs-single-title {
		font-size: 33px;
		line-height: 46.2px;
	}

	.ahs-single-post-nav-link strong {
		font-size: 18px;
	}

	.ahs-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ahs-single-hero {
		min-height: 210px;
	}

	.ahs-single-hero-title {
		font-size: 30px;
		line-height: 30px;
		padding: 15px 20px;
	}

	.ahs-single-article {
		padding: 38px 20px 42px;
	}

	.ahs-single-container {
		width: 100%;
	}

	.ahs-single-title {
		font-size: 30px;
		line-height: 39px;
	}

	.ahs-single-meta {
		gap: 12px;
	}

	.ahs-single-share-row {
		justify-content: space-between;
	}

	.ahs-single-post-nav {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.ahs-single-post-nav-sep {
		display: none;
	}

	.ahs-single-post-nav-link em {
		font-size: 12px;
	}

	.ahs-single-post-nav-link strong {
		font-size: 15px;
		line-height: 21px;
	}

	.ahs-single-related {
		padding: 70px 20px;
	}

	.ahs-single-related-grid {
		grid-template-columns: 1fr;
	}
}

/* VMC homepage: hero banner and motto section only. */
.ahs-home-hero {
	margin: 0;
}

/* VMC About page - native Flatsome UX Builder layout. */
.ahs-about-page,
.ahs-about-intro,
.ahs-about-mission,
.ahs-about-core,
.ahs-about-leadership,
.ahs-about-management,
.ahs-about-org,
.ahs-about-achievements,
.ahs-about-partners,
.ahs-about-message {
	--ahs-about-primary: var(--primary-color, var(--fs-color-primary, #b10f1b));
	--ahs-about-gold: var(--fs-color-secondary, #ccb169);
	--ahs-about-text: #606060;
	font-family: "Montserrat", sans-serif;
}

.ahs-about-container {
	max-width: 1170px !important;
}

.ahs-about-page h1,
.ahs-about-page h2,
.ahs-about-page h3,
.ahs-about-page h4,
.ahs-about-intro h2,
.ahs-about-intro h3,
.ahs-about-mission h2,
.ahs-about-core h2,
.ahs-about-core h3,
.ahs-about-leadership h2,
.ahs-about-leadership h3,
.ahs-about-management h2,
.ahs-about-org h2,
.ahs-about-achievements h2,
.ahs-about-achievements h3,
.ahs-about-partners h2,
.ahs-about-message h3 {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0;
}

.ahs-about-hero {
	min-height: 446px;
}

.ahs-about-hero .section-bg {
	background: url("assets/images/about-ahs/hero.png") top center / cover no-repeat;
}

.ahs-about-hero .section-content,
.ahs-about-hero-row {
	min-height: 446px;
}

.ahs-about-hero-row {
	align-items: flex-end;
	padding-bottom: 64px;
}

.ahs-about-hero-copy {
	text-align: right;
}

.ahs-about-hero-line {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	color: var(--ahs-about-gold);
	font-size: 59.6471px;
	font-weight: 700;
	line-height: 1.15;
}

.ahs-about-hero-copy h1 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	margin: 4px 0 0;
	color: var(--ahs-about-primary);
	font-size: 59.6471px;
	font-weight: 900;
	line-height: 1.15;
}

.ahs-about-quote {
	font-family: Georgia, serif;
	font-size: 72px;
	font-weight: 700;
	line-height: .7;
}

.ahs-about-intro {
	overflow: visible;
}

.ahs-about-section-heading h2 {
	margin: 0;
	color: #1c1c1c;
	font-size: 34px;
	font-weight: 800;
	line-height: 43px;
}

.ahs-about-section-heading p {
	margin: 27px 0 40px;
	color: var(--ahs-about-gold);
	font-size: 24px;
	line-height: 36px;
}

.ahs-about-vision-row {
	position: relative;
	padding-bottom: 73px;
}

.ahs-about-vision-copy {
	position: relative;
	z-index: 2;
	margin-right: -7%;
}

.ahs-about-vision-copy > .col-inner {
	padding: 44px 40px 65px;
	background: #b69b69;
	box-shadow: 7px 7px 10px rgba(0, 0, 0, .15);
	color: #f0f1f1;
}

.ahs-about-vision-copy h3 {
	margin: 13px 0 18px;
	color: #f0f1f1;
	font-size: 34px;
	font-weight: 800;
	line-height: 43px;
}

.ahs-about-vision-copy p {
	margin: 0;
	color: #f0f1f1;
	font-size: 14.5px;
	line-height: 1.55;
}

.ahs-about-feature-icon {
	margin-right: auto;
	margin-left: auto;
}

.ahs-about-vision-copy .ahs-about-feature-icon {
	margin-left: 0;
	filter: brightness(0) invert(1);
}

.ahs-about-vision-image {
	z-index: 1;
}

.ahs-about-vision-image img {
	display: block;
	width: 100%;
}

.ahs-about-mission .section-bg {
	background: url("assets/images/about-ahs/mission.png") bottom center / cover no-repeat;
}

.ahs-about-centered-copy h2 {
	margin: 13px 0 24px;
	color: var(--ahs-about-primary);
	font-size: 34px;
	font-weight: 800;
	line-height: 43px;
}

.ahs-about-centered-copy p {
	max-width: 770px;
	margin: 0 auto 16px;
	color: var(--ahs-about-text);
	font-size: 14px;
	line-height: 1.55;
}

.ahs-about-centered-copy strong {
	color: var(--ahs-about-primary);
}

.ahs-about-core .section-bg {
	background: url("assets/images/about-ahs/core-values.png") center / cover no-repeat;
}

.ahs-about-core-grid {
	margin-top: 30px;
}

.ahs-about-core-card > .col-inner {
	position: relative;
	display: flex;
	min-height: 555px;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 270px 39px 39px;
	background-position: center left;
	background-size: cover;
}

.ahs-about-core-card > .col-inner::before {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .5);
	content: "";
}

.ahs-about-core-card .text {
	position: relative;
	z-index: 1;
}

.ahs-about-core-action > .col-inner {
	background-image: url("assets/images/about-ahs/action.png");
}

.ahs-about-core-heart > .col-inner {
	background-image: url("assets/images/about-ahs/heart.png");
}

.ahs-about-core-solution > .col-inner {
	background-image: url("assets/images/about-ahs/solution.png");
	background-position: center;
}

.ahs-about-core-card h3 {
	margin: 0 0 16px;
	color: #f0f1f1;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
}

.ahs-about-core-card h3 b {
	font-size: 47px;
	line-height: 64px;
}

.ahs-about-core-card p {
	margin: 0;
	color: #f0f1f1;
	font-size: 14px;
	line-height: 1.5;
}

.ahs-about-leadership .section-bg {
	background: var(--ahs-about-primary) url("assets/images/about-ahs/leadership.jpg") center / cover no-repeat;
}

.ahs-about-light-heading h2,
.ahs-about-dark-heading h2,
.ahs-about-gold-heading h2 {
	margin: 0 0 38px;
	font-size: 34px;
	font-weight: 800;
	line-height: 43px;
	text-align: center;
}

.ahs-about-light-heading h2 {
	color: #f0f1f1;
}

.ahs-about-dark-heading h2 {
	color: var(--ahs-about-primary);
}

.ahs-about-gold-heading h2 {
	color: var(--ahs-about-gold);
}

.ahs-about-timeline {
	position: relative;
	padding: 16px 20px 10px 42px;
}

.ahs-about-timeline::before {
	position: absolute;
	top: 22px;
	bottom: 18px;
	left: 13px;
	width: 2px;
	background: var(--ahs-about-gold);
	content: "";
}

.ahs-about-timeline-item {
	position: relative;
	min-height: 92px;
	padding-bottom: 24px;
}

.ahs-about-timeline-item::before {
	position: absolute;
	top: 4px;
	left: -36px;
	width: 16px;
	height: 16px;
	border: 4px solid var(--ahs-about-primary);
	border-radius: 50%;
	background: var(--ahs-about-gold);
	box-shadow: 0 0 0 2px var(--ahs-about-gold);
	content: "";
}

.ahs-about-timeline time {
	display: block;
	margin-bottom: 7px;
	color: var(--ahs-about-gold);
	font-size: 18px;
	font-weight: 700;
}

.ahs-about-timeline h3,
.ahs-about-timeline p {
	max-width: 410px;
	margin: 0;
	color: #f0f1f1;
	font-size: 14px;
	line-height: 1.5;
}

.ahs-about-timeline h3 {
	font-size: 20px;
	font-weight: 700;
}

.ahs-about-leader-profile img {
	max-height: 530px;
	object-fit: contain;
}

.ahs-about-leader-profile h3 {
	margin: 16px 0 4px;
	color: #f0f1f1;
	font-size: 22px;
	font-weight: 700;
}

.ahs-about-leader-profile h3 span,
.ahs-about-leader-profile p {
	color: var(--ahs-about-gold);
}

.ahs-about-leader-profile p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
}

.timeline-section {
	padding: 20px;
	font-family: Arial, sans-serif;
	color: #fff;
}

.timeline-section .timeline {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.timeline-section .timeline-line {
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 50%;
	width: 2px;
	transform: translateX(-50%);
	border-left: 2px dotted rgba(255, 255, 255, .65);
}

.timeline-section .timeline-item {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 60px 1fr;
	align-items: center;
	min-height: 100px;
}

.timeline-section .timeline-item.top {
	min-height: 150px;
}

.timeline-section .content {
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: .3px;
}

.timeline-section .content p {
	margin: 0;
}

.timeline-section .title-box h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.18;
	text-transform: uppercase;
}

.timeline-section .year {
	color: #efd36d;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

.timeline-section .dot {
	position: relative;
	z-index: 2;
	display: flex;
	width: 34px;
	height: 34px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #b99c55;
}

.timeline-section .dot::after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff7dc;
	content: "";
}

.timeline-section .item-left .content {
	padding-right: 40px;
	text-align: left;
}

.timeline-section .item-left .year {
	padding-left: 40px;
}

.timeline-section .item-right .year {
	padding-right: 40px;
	text-align: right;
}

.timeline-section .item-right .content {
	padding-left: 40px;
}

@media (max-width: 768px) {
	.timeline-section .timeline-line {
		left: 18px;
	}

	.timeline-section .timeline-item,
	.timeline-section .timeline-item.top {
		grid-template-columns: 40px 1fr;
		min-height: auto;
		gap: 16px;
		margin-bottom: 45px;
	}

	.timeline-section .timeline-item .dot {
		grid-column: 1;
		grid-row: 1;
	}

	.timeline-section .timeline-item .year,
	.timeline-section .timeline-item .content {
		grid-column: 2;
		padding: 0;
		text-align: left;
	}

	.timeline-section .timeline-item .year {
		grid-row: 1;
		font-size: 24px;
	}

	.timeline-section .timeline-item .content {
		grid-row: 2;
		font-size: 13px;
	}

	.timeline-section .title-box h3 {
		font-size: 20px;
	}
}

.ahs-about-management {
	background: #fff;
}

.ahs-about-management img,
.ahs-about-org img {
	display: block;
	width: 100%;
	height: auto;
}

.ahs-about-leadership .col-inner > .text + .img,
.ahs-about-management .col-inner > .text + .img,
.ahs-about-org .col-inner > .text + .img {
	margin-top: 34px;
}

.ahs-about-leadership .col-inner > .text p,
.ahs-about-management .col-inner > .text h2,
.ahs-about-org .col-inner > .text h2 {
	margin-bottom: 0;
}

.ahs-about-org .section-bg {
	background: url("assets/images/about-ahs/org-chart.png") center / cover no-repeat;
}

.ahs-about-achievements {
	background: #fff;
}

.ahs-about-achievement-row {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.ahs-about-achievement-row > .col {
	padding: 0 !important;
}

.ahs-about-achievement-row > .col > .col-inner {
	height: 100%;
	min-height: 560px;
}

.ahs-about-achievement-title > .col-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 70px 70px 70px 30px;
	background: #fff;
}

.ahs-about-achievement-title h2 {
	margin: 0;
	color: var(--ahs-about-primary);
	font-size: 42px;
	font-weight: 800;
	line-height: 1.25;
	text-align: right;
}

.ahs-about-achievement-copy > .col-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px 52px;
	background: var(--ahs-about-primary);
}

.ahs-about-achievement-copy h3 {
	margin: 0 0 26px;
	color: var(--ahs-about-gold);
	font-size: 34px;
	font-weight: 700;
}

.ahs-about-achievement-copy p {
	margin: 0 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1.55;
}

.ahs-about-achievement-image > .col-inner,
.ahs-about-achievement-image .img,
.ahs-about-achievement-image .img-inner,
.ahs-about-achievement-image img {
	height: 100%;
}

.ahs-about-achievement-image img {
	width: 100%;
	object-fit: cover;
}

.ahs-about-trusted-projects {
	padding-top: 70px;
}

.ahs-about-trusted-projects .text > p {
	margin: 0 0 5px;
	color: var(--ahs-about-gold);
	font-size: 20px;
}

.ahs-about-trusted-projects h3 {
	margin: 0 0 30px;
	color: var(--ahs-about-primary);
	font-size: 28px;
	font-weight: 700;
}

.ahs-about-project-links {
	margin-bottom: 20px !important;
	border: 1px solid rgba(0, 0, 0, .08);
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.ahs-about-project-links .button {
	min-height: 42px;
	margin: 8px 0;
	font-size: 13px;
}

.ahs-about-logo-slider .img-inner {
	display: flex;
	height: 110px;
	align-items: center;
	justify-content: center;
}

.ahs-about-logo-slider img {
	max-height: 100px;
	object-fit: contain;
}

.ahs-about-message .section-bg {
	background: url("assets/images/about-ahs/message.jpg") center / cover no-repeat;
}

.ahs-about-message p {
	max-width: 940px;
	margin: 0 auto;
	color: var(--ahs-about-primary);
	font-size: 26px;
	font-weight: 600;
	line-height: 32.5px;
	text-align: center;
}

.ahs-about-message h3 {
	margin: 25px 0 0;
	color: var(--ahs-about-gold);
	font-size: 24px;
	font-style: italic;
	font-weight: 800;
	line-height: 36px;
}

@media (max-width: 1024px) {
	.ahs-about-hero-line,
	.ahs-about-hero-copy h1 {
		font-size: 36px;
	}

	.ahs-about-section-heading h2,
	.ahs-about-centered-copy h2,
	.ahs-about-light-heading h2,
	.ahs-about-dark-heading h2,
	.ahs-about-gold-heading h2 {
		font-size: 32px;
		line-height: 41px;
	}

	.ahs-about-core-card > .col-inner {
		min-height: 440px;
		padding-top: 210px;
	}

	.ahs-about-core-card h3 {
		font-size: 33px;
	}

	.ahs-about-achievement-title h2 {
		font-size: 34px;
	}

	.ahs-about-achievement-title > .col-inner,
	.ahs-about-achievement-copy > .col-inner {
		padding: 50px 32px;
	}
}

@media (max-width: 767px) {
	.ahs-about-hero,
	.ahs-about-hero .section-content,
	.ahs-about-hero-row {
		min-height: 210px;
	}

	.ahs-about-hero-row {
		align-items: flex-start;
		padding: 24px 10px 0;
	}

	.ahs-about-hero-copy {
		text-align: center;
	}

	.ahs-about-hero-line,
	.ahs-about-hero-copy h1 {
		justify-content: center;
		gap: 6px;
		font-size: 23px;
		line-height: 28.5px;
	}

	.ahs-about-quote {
		font-size: 32px;
	}

	.ahs-about-intro {
		padding-top: 34px !important;
	}

	.ahs-about-section-heading-right {
		text-align: left;
	}

	.ahs-about-section-heading h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.ahs-about-section-heading p {
		margin: 10px 0 30px;
	}

	.ahs-about-vision-row {
		padding-bottom: 0;
	}

	.ahs-about-vision-copy {
		order: 2;
		margin: 0;
	}

	.ahs-about-vision-copy > .col-inner {
		margin-top: -18px;
		padding: 40px 35px;
	}

	.ahs-about-vision-image {
		order: 1;
	}

	.ahs-about-mission {
		padding: 66px 0 !important;
	}

	.ahs-about-core {
		padding: 60px 0 !important;
	}

	.ahs-about-core-grid {
		gap: 18px;
	}

	.ahs-about-core-card > .col-inner {
		min-height: 0;
		padding: 80px 20px 28px;
	}

	.ahs-about-core-card h3,
	.ahs-about-core-card h3 b {
		font-size: 28px;
		line-height: 36px;
	}

	.ahs-about-leadership,
	.ahs-about-management,
	.ahs-about-org,
	.ahs-about-message {
		padding: 60px 0 !important;
	}

	.ahs-about-leader-profile {
		margin-top: 24px;
	}

	.ahs-about-achievement-row > .col > .col-inner {
		min-height: 0;
	}

	.ahs-about-achievement-title > .col-inner,
	.ahs-about-achievement-copy > .col-inner {
		padding: 45px 28px;
	}

	.ahs-about-achievement-title h2 {
		font-size: 30px;
		text-align: left;
	}

	.ahs-about-achievement-image > .col-inner {
		height: auto;
	}

	.ahs-about-achievement-image img {
		height: auto;
		aspect-ratio: 16 / 9;
	}

	.ahs-about-trusted-projects {
		padding-top: 50px;
	}

	.ahs-about-partners {
		padding-bottom: 60px !important;
	}

	.ahs-about-message p {
		font-size: 22px;
		line-height: 30px;
	}

	.ahs-about-message h3 {
		font-size: 20px;
	}
}

.ahs-home-hero .ahs-hero-title p,
.ahs-home-hero .ahs-hero-description p {
	margin: 0;
}

.ahs-home-hero .ahs-hero-title {
	margin-bottom: 14px;
}

.ahs-home-hero .flickity-page-dots {
	bottom: 34px;
}

.ahs-home-hero .flickity-page-dots .dot {
	width: 12px;
	height: 12px;
	margin: 0 7px;
	border: 0;
	background: #f0f1f1;
	opacity: 1;
}

.ahs-home-hero .flickity-page-dots .dot.is-selected {
	background: var(--fs-color-secondary);
}

.section.ahs-motto {
	padding-top: 144px !important;
	padding-bottom: 130px !important;
}

.ahs-motto > .section-content > .row {
	max-width: 1170px;
}

.ahs-motto > .section-content > .row > .col:first-child > .col-inner {
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.ahs-motto .ahs-motto-intro-title {
	margin-bottom: 22px;
}

.ahs-motto .ahs-motto-intro-title p,
.ahs-motto .ahs-motto-intro-copy p,
.ahs-motto .ahs-motto-heading p,
.ahs-motto .ahs-motto-copy p {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.ahs-motto .ahs-motto-intro-copy p {
	margin-bottom: 18px;
}

.ahs-motto .ahs-motto-heading {
	margin-bottom: 10px;
}

.ahs-motto .ahs-motto-heading p,
.ahs-motto .ahs-motto-copy p {
	margin: 0;
}

.ahs-motto > .section-content > .row > .col:nth-child(2) .ahs-motto-card {
	border-radius: 10px 10px 0 0 !important;
}

.ahs-motto > .section-content > .row > .col:nth-child(3) .ahs-motto-card {
	border-radius: 10px 0 0 10px !important;
}

.ahs-motto > .section-content > .row > .col:nth-child(4) .ahs-motto-card {
	border-radius: 0 0 10px 0 !important;
}

.ahs-motto .ahs-motto-card .banner-inner,
.ahs-motto .ahs-motto-card .banner-bg,
.ahs-motto .ahs-motto-card .banner-bg img,
.ahs-motto .ahs-motto-card .overlay {
	border-radius: inherit;
}

/* Achievement section: only relationships UX Builder cannot position. */
.section.vmc-achievements {
	overflow: hidden;
}

.vmc-achievements > .section-content > .row {
	width: min(1170px, calc(100vw - 30px)) !important;
	max-width: 1170px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.vmc-achievements .vmc-achievement-left,
.vmc-achievements .vmc-achievement-right {
	padding: 0 !important;
}

@media (min-width: 850px) {
	.vmc-achievements > .section-content > .row {
		column-gap: 70px;
	}

	.vmc-achievements .vmc-achievement-left {
		flex-basis: calc(48.28% - 35px) !important;
		max-width: calc(48.28% - 35px) !important;
	}

	.vmc-achievements .vmc-achievement-right {
		flex-basis: calc(51.72% - 35px) !important;
		max-width: calc(51.72% - 35px) !important;
		padding-left: 0 !important;
	}
}

.vmc-achievements .vmc-achievement-left > .col-inner {
	position: relative;
}

.vmc-achievements .vmc-achievement-section-title {
	max-width: 560px;
	margin-left: auto;
	padding: 55px 20px 55px 0;
}

.vmc-achievements .vmc-achievement-section-title p {
	margin: 0;
}

.vmc-achievements .vmc-achievement-card {
	margin: 0 !important;
}

.vmc-achievements .vmc-achievement-card > .col {
	padding: 0 !important;
}

.vmc-achievements .vmc-achievement-card > .col > .col-inner {
	min-height: 577px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.vmc-achievements .vmc-achievement-card > .col > .col-inner::before {
	content: "";
	position: absolute;
	top: 0;
	right: calc(100% - 1px);
	bottom: 0;
	width: 100vw;
	background: #b10f1b;
}

.vmc-achievements .vmc-achievement-card > .col > .col-inner > * {
	position: relative;
	z-index: 1;
}

.vmc-achievements .vmc-achievement-card-content {
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	padding: 70px 103px 70px 10px;
}

.vmc-achievements .vmc-achievement-right > .col-inner {
	width: 100%;
	max-width: 640px;
	margin-right: auto;
	padding: 0 0 70px;
}

.vmc-achievements .vmc-achievement-arrow {
	position: absolute;
	top: 196px;
	right: -91px;
	z-index: 3;
	display: inline-flex;
	width: 112px;
	height: 112px;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 18px solid #fff;
	font-size: 34px;
	line-height: 1;
}

.vmc-achievements .vmc-achievement-arrow span {
	transform: translateY(-1px);
}

.vmc-achievements .vmc-achievement-projects p {
	margin: 0;
}

.vmc-achievements .vmc-achievement-project-list,
.vmc-achievement-project-list {
	display: flex !important;
	flex-direction: column !important;
	gap: 28px;
	margin: 0;
}

.vmc-achievements .vmc-achievement-project-list p,
.vmc-achievement-project-list p {
	display: block;
	margin: 0;
}

.vmc-achievements .vmc-achievement-project-list a,
.vmc-achievement-project-list a {
	display: block !important;
	color: #a9acb2;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.292;
	text-decoration: none;
	transition: color .2s ease;
}

.vmc-achievements .vmc-achievement-project-list a:hover,
.vmc-achievement-project-list a:hover {
	color: var(--fs-color-primary);
}

.vmc-achievements .vmc-achievement-trust-label {
	margin-bottom: 18px;
}

.vmc-achievements .vmc-achievement-trust-label p,
.vmc-achievements .vmc-achievement-right-title p {
	margin: 0;
}

.vmc-achievements .vmc-achievement-projects {
	margin-top: 36px;
}

.vmc-achievements .vmc-achievement-actions {
	margin-top: 23px;
}

.vmc-achievements .vmc-achievement-actions .button {
	min-width: 184px;
	margin: 0;
}

.vmc-achievements .vmc-achievement-actions .button:hover {
	border-color: var(--fs-color-secondary);
	background-color: var(--fs-color-secondary);
	color: #fff;
	box-shadow: none;
}

/* Why partner section: horizontal icon strip like the source page. */
.section.ahs-why-partner {
	width: 100vw;
	margin: 90px calc(50% - 50vw) 78px;
	overflow: hidden;
}

.ahs-why-partner .ahs-why-title,
.ahs-why-partner .ahs-why-lead {
	margin: 0 auto;
}

.ahs-why-partner .ahs-why-title p,
.ahs-why-partner .ahs-why-lead p {
	margin: 0;
}

.ahs-why-partner .ahs-why-lead {
	max-width: 760px;
	margin-top: 12px;
	opacity: .92;
}

.ahs-why-partner .ahs-why-items {
	max-width: 100vw !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.ahs-why-partner .ahs-why-item {
	position: relative;
	flex-basis: 20% !important;
	max-width: 20% !important;
}

.ahs-why-partner .ahs-why-item + .ahs-why-item::before {
	position: absolute;
	top: 10px;
	bottom: 8px;
	left: 0;
	width: 1px;
	background: rgba(255, 255, 255, .28);
	content: "";
}

.ahs-why-partner .ahs-why-icon {
	margin-bottom: 25px;
}

.ahs-why-partner .ahs-why-icon .icon-box-img {
	margin: 0 auto 25px;
}

.ahs-why-partner .ahs-why-icon .icon-box-img img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.ahs-why-partner .ahs-why-item-title {
	margin-bottom: 11px;
}

.ahs-why-partner .ahs-why-item-title p,
.ahs-why-partner .ahs-why-item-copy p {
	margin: 0;
}

/* Partner logos: keep carousel cells compact and logos contained. */
.ahs-partners .ahs-partners-slider {
	width: min(1170px, calc(100vw - 30px));
	margin-right: auto;
	margin-left: auto;
}

.ahs-partners .ahs-partners-slider .slider,
.ahs-partners .ahs-partners-slider .flickity-viewport {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.ahs-partners .ahs-partners-slider .flickity-slider > * {
	display: flex;
	width: 150px !important;
	min-width: 150px;
	align-items: center;
	justify-content: center;
}

.ahs-partners .ahs-partners-title {
	margin-bottom: 32px;
}

.ahs-partners .ahs-partners-title p {
	margin: 0;
}

.ahs-partners .ahs-partner-logo .img-inner {
	display: flex;
	width: 150px;
	height: 70px;
	align-items: center;
	justify-content: center;
}

.ahs-partners .ahs-partner-logo img {
	width: auto !important;
	max-width: 110px;
	max-height: 58px;
	object-fit: contain;
}

/* Sample projects section, ready to be replaced by a dynamic shortcode later. */
.section.ahs-projects {
	--ahs-project-primary: var(--primary-color, var(--fs-color-primary, #B10F1B));
	--ahs-project-secondary: var(--fs-color-secondary, #C79A3B);
	--ahs-project-overlay-strong: color-mix(in srgb, var(--ahs-project-primary) 62%, transparent);
	--ahs-project-overlay-medium: color-mix(in srgb, var(--ahs-project-primary) 60%, transparent);
	--ahs-project-overlay-soft: color-mix(in srgb, var(--ahs-project-primary) 18%, transparent);
	overflow: hidden;
}

.ahs-projects > .section-content > .row {
	max-width: 1170px;
}

.ahs-projects .ahs-projects-title p {
	margin: 0;
	color: var(--ahs-project-primary);
}

.ahs-projects .ahs-project-card {
	padding: 0 12px 48px !important;
}

.ahs-projects .ahs-project-card-small {
	padding-bottom: 24px !important;
}

.ahs-projects .ahs-project-card > .col-inner {
	overflow: hidden;
	padding: 0 !important;
	border: 1px solid var(--ahs-project-secondary);
	background: #fff;
	box-shadow: 0 16px 28px rgba(0, 0, 0, .08);
}

.ahs-projects .ahs-project-card-small > .col-inner {
	border: 0;
	box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
}

.ahs-projects .ahs-project-image,
.ahs-projects .ahs-project-image .banner-inner,
.ahs-projects .ahs-project-image .banner-bg,
.ahs-projects .ahs-project-image .banner-bg img {
	overflow: hidden;
}

.ahs-projects .ahs-project-image {
	cursor: pointer;
}

.ahs-projects .ahs-project-image .banner-bg::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: var(--ahs-project-overlay-strong);
	content: "";
	opacity: 0;
	transition: opacity .35s ease;
}

.ahs-projects .ahs-project-image .banner-bg img {
	transition: transform .55s ease, filter .55s ease;
}

.ahs-projects .ahs-project-card:hover .ahs-project-image .banner-bg::after {
	opacity: 1;
}

.ahs-projects .ahs-project-card:hover .ahs-project-image .banner-bg img {
	transform: scale(1.08);
	filter: brightness(.8);
}

.ahs-projects .ahs-project-card-large:hover .ahs-project-image .banner-bg::after {
	opacity: 0;
}

.ahs-projects .ahs-project-card-large:hover .ahs-project-image .banner-bg img {
	transform: none;
	filter: none;
}

.ahs-projects .ahs-project-title-box {
	background: var(--ahs-project-overlay-medium);
	z-index: 3;
	transition: opacity .32s ease, transform .32s ease;
}

.ahs-projects .ahs-project-title-box .text-box-content {
	padding: 23px 36px;
}

.ahs-projects .ahs-project-card-small .ahs-project-title-box .text-box-content {
	padding: 15px 20px;
}

.ahs-projects .ahs-project-card-title p {
	margin: 0;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.ahs-projects .ahs-project-hover-box {
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -42%) !important;
	transition: opacity .32s ease, visibility .32s ease, transform .32s ease;
	pointer-events: none;
}

.ahs-projects .ahs-project-hover-box .text-box-content {
	padding: 26px 34px;
	background: transparent;
}

.ahs-projects .ahs-project-card:hover .ahs-project-title-box {
	opacity: 0;
	transform: translateY(100%);
}

.ahs-projects .ahs-project-card:hover .ahs-project-hover-box {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) !important;
}

.ahs-projects .ahs-project-card-large:hover .ahs-project-title-box {
	opacity: 1;
	transform: none;
}

.ahs-projects .ahs-project-card-large:hover .ahs-project-hover-box {
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -42%) !important;
}

.ahs-projects .ahs-project-hover-eyebrow p,
.ahs-projects .ahs-project-hover-title p {
	margin: 0;
	text-transform: uppercase;
}

.ahs-projects .ahs-project-hover-eyebrow p {
	margin-bottom: 9px;
	font-weight: 700;
	letter-spacing: .08em;
}

.ahs-projects .ahs-project-hover-title p {
	margin-bottom: 14px;
	font-weight: 700;
}

.ahs-projects .ahs-project-hover-details ul {
	margin: 0;
	padding-left: 18px;
}

.ahs-projects .ahs-project-hover-details li {
	margin: 0 0 6px;
}

.ahs-projects .ahs-project-hover-details li span,
.ahs-projects .ahs-project-card-details li span {
	font-weight: 700;
}

.ahs-projects .ahs-project-card-details {
	padding: 28px 34px 30px;
	background: #fff;
	color: #111;
	transition: background-color .3s ease;
}

.ahs-projects .ahs-project-card-details ul {
	margin: 0;
	padding-left: 0;
	list-style: disc inside;
}

.ahs-projects .ahs-project-card-details li {
	display: list-item;
	margin: 0 0 6px !important;
	padding-left: 0 !important;
	line-height: 1.45;
}

.ahs-projects .ahs-project-card-large:hover .ahs-project-card-details {
	background-color: var(--ahs-project-secondary);
}

.ahs-projects .ahs-projects-small-grid {
	margin-top: 2px;
}

.ahs-project-archive-page,
.ahs-project-detail-page {
	--ahs-project-primary: var(--primary-color, var(--fs-color-primary, #B10F1B));
	--ahs-project-secondary: var(--fs-color-secondary, #C79A3B);
	--ahs-project-overlay-strong: color-mix(in srgb, var(--ahs-project-primary) 62%, transparent);
	--ahs-project-overlay-medium: color-mix(in srgb, var(--ahs-project-primary) 60%, transparent);
	--ahs-project-overlay-soft: color-mix(in srgb, var(--ahs-project-primary) 18%, transparent);
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: #f4f5f7;
	color: var(--ahs-project-primary);
}

.ahs-project-archive-page {
	background: #fff;
}

.ahs-project-page-hero,
.ahs-project-detail-hero {
	position: relative;
	display: flex;
	min-height: 430px;
	align-items: flex-end;
	overflow: hidden;
	background-color: var(--ahs-project-primary);
	background-position: center;
	background-size: cover;
}

.ahs-project-archive-page .ahs-project-page-hero {
	align-items: center;
	min-height: 446px;
	background:
		linear-gradient(rgba(243, 244, 244, .12), rgba(243, 244, 244, .12)),
		url("https://ahsproperty.vn/wp-content/uploads/2023/01/BG-Herosection-du-an.png") top center / cover no-repeat,
		#f3f4f4;
}

.ahs-project-page-hero::before,
.ahs-project-detail-hero::before {
	position: absolute;
	inset: 0;
	background: var(--ahs-project-overlay-medium);
	content: "";
}

.ahs-project-archive-page .ahs-project-page-hero::before {
	display: none;
}

.ahs-project-page-hero-inner,
.ahs-project-detail-hero-inner {
	position: relative;
	z-index: 1;
	width: min(1440px, calc(100% - 72px));
	margin: 0 auto;
	padding: 110px 0 74px;
	color: #fff;
}

.ahs-project-archive-page .ahs-project-page-hero-inner {
	padding: 72px 0;
	color: #263a66;
	text-align: center;
}

.ahs-project-page-kicker {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ahs-project-archive-page .ahs-project-page-kicker {
	margin-bottom: 0;
	color: var(--ahs-project-primary);
	font-size: 42px;
	line-height: 1.15;
	letter-spacing: .04em;
}

.ahs-project-page-hero h1,
.ahs-project-detail-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 68px;
	line-height: 1.08;
}

.ahs-project-archive-page .ahs-project-page-hero h1 {
	display: none;
	font-size: 58px;
	font-weight: 400;
}

.ahs-project-page-section {
	padding: 82px 0;
}

.ahs-project-page-container {
	width: min(1440px, calc(100% - 72px));
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.ahs-project-archive-page .ahs-project-page-hero-inner,
	.ahs-project-archive-page .ahs-project-page-container {
		width: calc(100vw - 400px);
		max-width: none;
	}
}

.ahs-project-page-section h2,
.ahs-project-detail-content h2 {
	margin: 0 0 20px;
	color: var(--ahs-project-primary);
	font-size: 34px;
	line-height: 1.2;
	text-align: center;
}

.ahs-project-archive-page .ahs-project-page-section h2 {
	margin-bottom: 26px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 27.5px;
	text-transform: uppercase;
}

.ahs-project-archive-page .ahs-project-page-featured h2 {
	color: var(--ahs-project-secondary);
}

.ahs-project-archive-page .ahs-project-page-listing h2 {
	color: var(--ahs-project-secondary);
}

.ahs-project-page-intro {
	max-width: 980px;
	margin: 0 auto 48px;
	color: color-mix(in srgb, var(--ahs-project-primary) 70%, #555);
	font-size: 17px;
	line-height: 1.7;
	text-align: center;
}

.ahs-project-archive-page .ahs-project-page-intro {
	max-width: 920px;
	margin-bottom: 42px;
	font-size: 22px;
	font-weight: 500;
	line-height: 35px;
}

.ahs-project-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.ahs-project-list-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.ahs-project-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 42px;
}

.ahs-project-pagination .page-numbers {
	display: inline-flex;
	min-width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ahs-project-secondary);
	background: #fff;
	color: var(--ahs-project-primary);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.ahs-project-pagination .page-numbers.current,
.ahs-project-pagination .page-numbers:hover {
	border-color: var(--ahs-project-primary);
	background: var(--ahs-project-primary);
	color: #fff;
}

.ahs-project-feature-card {
	overflow: hidden;
	border: 1px solid var(--ahs-project-secondary);
	background: #fff;
	box-shadow: 0 14px 26px rgba(14, 25, 55, .09);
}

.ahs-project-list-card {
	position: relative;
	display: block;
	min-height: 225px;
	overflow: hidden;
	background: var(--ahs-project-primary);
	color: #fff;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .07);
}

.ahs-project-list-card-featured {
	min-height: 348px;
	box-shadow: none;
}

.ahs-project-feature-card {
	transition: background-color .3s ease;
}

.ahs-project-feature-card:hover {
	background-color: #fff;
}

.ahs-project-list-bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	transition: transform .55s ease, filter .55s ease;
}

.ahs-project-list-bg::after {
	position: absolute;
	inset: 0;
	background: var(--ahs-project-overlay-soft);
	content: "";
	transition: background .35s ease;
}

.ahs-project-list-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 20px;
	background: var(--ahs-project-overlay-medium);
	color: #fff;
	font-size: 19.2413px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	transition: opacity .32s ease, transform .32s ease;
}

.ahs-project-list-card-featured .ahs-project-list-title {
	padding: 16px 27px 4px;
	font-size: 29px;
	font-weight: 400;
	line-height: 40px;
}

.ahs-project-list-card-featured .ahs-project-list-bg::after {
	background: transparent;
}

.ahs-project-list-card-featured .ahs-project-list-hover {
	display: none;
}

.ahs-project-list-card-featured:hover .ahs-project-list-bg {
	transform: none;
	filter: none;
}

.ahs-project-list-card-featured:hover .ahs-project-list-bg::after {
	background: transparent;
}

.ahs-project-list-card-featured:hover .ahs-project-list-title {
	opacity: 1;
	transform: none;
}

.ahs-project-list-hover {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 28px 30px;
	color: #fff;
	opacity: 0;
	transform: translateY(-42%);
	transition: opacity .32s ease, transform .32s ease;
}

.ahs-project-archive-page .ahs-project-page-listing .ahs-project-list-hover,
.ahs-project-detail-related .ahs-project-list-hover {
	padding: 20px;
}

.ahs-project-archive-page .ahs-project-page-listing .ahs-project-hover-eyebrow,
.ahs-project-detail-related .ahs-project-hover-eyebrow {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
}

.ahs-project-archive-page .ahs-project-page-listing .ahs-project-hover-title,
.ahs-project-detail-related .ahs-project-hover-title {
	max-width: 100%;
	margin-bottom: 8px;
	overflow: hidden;
	color: var(--ahs-project-secondary);
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ahs-project-archive-page .ahs-project-page-listing .ahs-project-hover-details,
.ahs-project-detail-related .ahs-project-hover-details {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.32;
}

.ahs-project-archive-page .ahs-project-page-listing .ahs-project-hover-details ul,
.ahs-project-detail-related .ahs-project-hover-details ul {
	margin: 0;
	padding-left: 18px;
	list-style: disc outside;
}

.ahs-project-archive-page .ahs-project-page-listing .ahs-project-hover-details li,
.ahs-project-detail-related .ahs-project-hover-details li {
	display: list-item;
	margin-bottom: 2px;
	padding-left: 2px;
}

.ahs-project-archive-page .ahs-project-page-listing .ahs-project-hover-details li span,
.ahs-project-detail-related .ahs-project-hover-details li span {
	font-weight: 500;
}

.ahs-project-list-card:hover .ahs-project-list-bg {
	transform: scale(1.08);
	filter: brightness(.65);
}

.ahs-project-list-card:hover .ahs-project-list-bg::after {
	background: var(--ahs-project-overlay-strong);
}

.ahs-project-list-card:hover .ahs-project-list-title {
	opacity: 0;
	transform: translateY(100%);
}

.ahs-project-list-card:hover .ahs-project-list-hover {
	opacity: 1;
	transform: translateY(-50%);
}

.ahs-project-list-card-featured:hover .ahs-project-list-bg {
	transform: none;
	filter: none;
}

.ahs-project-list-card-featured:hover .ahs-project-list-bg::after {
	background: transparent;
}

.ahs-project-list-card-featured:hover .ahs-project-list-title {
	opacity: 1;
	transform: none;
}

.ahs-project-hover-eyebrow,
.ahs-project-hover-title {
	display: block;
	text-transform: uppercase;
}

.ahs-project-hover-eyebrow {
	margin-bottom: 9px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
}

.ahs-project-hover-title {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.ahs-project-hover-details ul,
.ahs-project-feature-details ul {
	margin: 0;
	padding-left: 18px;
	list-style: disc outside;
}

.ahs-project-feature-details ul {
	padding-left: 0;
	list-style-position: inside;
}

.ahs-project-hover-details li,
.ahs-project-feature-details li {
	display: list-item;
	margin: 0 0 6px;
	line-height: 1.45;
}

.ahs-project-feature-details li {
	margin: 0 0 6px !important;
	padding-left: 0 !important;
}

.ahs-project-hover-details li span,
.ahs-project-feature-details li span {
	font-weight: 700;
}

.ahs-project-feature-details {
	padding: 26px 34px 28px;
	color: #111;
	font-size: 16px;
	transition: background-color .3s ease;
}

.ahs-project-feature-card:hover .ahs-project-feature-details {
	background-color: var(--ahs-project-secondary);
}

.ahs-project-detail-main {
	padding: 70px 0 40px;
}

.ahs-project-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 42px;
	align-items: start;
}

.ahs-project-detail-content {
	padding: 42px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(14, 25, 55, .08);
}

.ahs-project-detail-content h2 {
	margin-top: 0;
	text-align: left;
}

.ahs-project-detail-content p {
	margin: 0 0 18px;
	color: color-mix(in srgb, var(--ahs-project-primary) 65%, #555);
	font-size: 17px;
	line-height: 1.75;
}

.ahs-project-detail-gallery figure {
	margin: 28px 0;
}

.ahs-project-detail-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

.ahs-project-detail-gallery figcaption {
	padding: 12px 0 0;
	color: #6a7182;
	font-size: 15px;
	font-style: italic;
	text-align: center;
}

.ahs-project-detail-sidebar {
	position: sticky;
	top: 96px;
	padding: 28px 26px;
	border-top: 4px solid var(--ahs-project-secondary);
	background: var(--ahs-project-primary);
	color: #fff;
	box-shadow: 0 14px 28px rgba(14, 25, 55, .14);
}

.ahs-project-detail-sidebar h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}

.ahs-project-detail-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ahs-project-detail-sidebar li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.ahs-project-detail-sidebar li:last-child {
	border-bottom: 0;
}

.ahs-project-detail-sidebar span,
.ahs-project-detail-sidebar strong {
	display: block;
}

.ahs-project-detail-sidebar span {
	margin-bottom: 5px;
	color: var(--ahs-project-secondary);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.ahs-project-detail-sidebar strong {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.ahs-project-detail-related {
	padding-top: 40px;
}

.ahs-project-detail-single {
	background: #fff;
	color: #606060;
	font-family: "Montserrat", sans-serif;
}

.single-du-an .entry-header,
.single-du-an .entry-divider,
.single-du-an .entry-category {
	display: none;
}

.single-du-an .entry-content {
	padding-top: 0;
}

.single-du-an .entry-content > .ahs-project-detail-page:first-child {
	margin-top: 0;
}

.ahs-project-detail-container {
	width: min(1170px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

.ahs-project-detail-hero-v2 {
	height: 600px;
	background-color: var(--ahs-project-primary);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ahs-project-detail-heading {
	padding: 38px 0 0;
	background: #fff;
}

.ahs-project-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	color: #9c9c9c;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.ahs-project-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.ahs-project-breadcrumb a:hover,
.ahs-project-breadcrumb strong {
	color: var(--ahs-project-primary);
}

.ahs-project-breadcrumb span {
	margin-right: 18px;
	margin-left: 18px;
	color: #9c9c9c;
}

.ahs-project-detail-title-block {
	margin-top: 40px;
}

.ahs-project-detail-kicker {
	margin: 0 0 15px;
	color: var(--ahs-project-secondary);
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
}

.ahs-project-detail-title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.ahs-project-detail-title-row h1 {
	margin: 0;
	color: var(--ahs-project-primary);
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 54px;
	text-transform: uppercase;
}

.ahs-project-download-button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 60px;
	border: 1px solid var(--ahs-project-secondary);
	border-radius: 100px;
	background: transparent;
	color: var(--ahs-project-primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}

.ahs-project-download-button:hover {
	background: var(--ahs-project-primary);
	color: #fff;
}

.ahs-project-detail-specs {
	padding: 30px 0;
	background: #fff;
}

.ahs-project-detail-spec-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.ahs-project-detail-spec {
	display: grid;
	grid-template-columns: 22% 45%;
	align-items: start;
	justify-content: start;
	min-height: 21px;
}

.ahs-project-detail-spec-label,
.ahs-project-detail-spec-value {
	position: relative;
	color: #606060;
	font-size: 17.115px;
	font-weight: 400;
	line-height: 21px;
}

.ahs-project-detail-spec-label {
	padding-left: 41px;
}

.ahs-project-detail-spec-label::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ahs-project-secondary);
	content: "";
}

.ahs-project-detail-spec-grid-mobile {
	display: none;
}

.ahs-project-detail-main-v2 {
	padding: 0 0 34px;
	background: #fff;
}

.ahs-project-detail-content-v2 {
	color: #606060;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
}

.ahs-project-detail-content-v2 p {
	margin: 0 0 20px;
	color: #606060;
}

.ahs-project-detail-content-v2 h3 {
	margin: 20px 0;
	color: var(--ahs-project-primary);
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 28.6px;
}

.ahs-project-detail-content-v2 ul {
	margin: 0 0 20px;
	padding-left: 40px;
	list-style: disc outside;
}

.ahs-project-detail-content-v2 li {
	margin: 0;
	padding: 0;
}

.ahs-project-detail-content-v2 figure {
	margin: 20px 0;
}

.ahs-project-detail-content-v2 img {
	display: block;
	width: 100%;
	height: auto;
}

.ahs-project-detail-content-v2 figcaption {
	margin-top: 0;
	color: #606060;
	font-size: 16px;
	line-height: 22.4px;
	text-align: center;
}

.ahs-project-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 20px 0 0;
	border-top: 1px solid rgba(0, 0, 0, .12);
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.ahs-project-post-nav > div + div {
	border-left: 1px solid rgba(0, 0, 0, .12);
	text-align: right;
}

.ahs-project-post-nav a {
	display: block;
	padding: 14px 0;
	color: var(--ahs-project-primary);
	text-decoration: none;
}

.ahs-project-post-nav span {
	display: block;
	margin-bottom: 5px;
	color: #777;
	font-size: 16px;
	font-weight: 500;
}

.ahs-project-post-nav strong {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.ahs-project-detail-single .ahs-project-detail-related {
	padding: 90px 0;
	background: #fff;
}

.ahs-project-detail-single .ahs-project-detail-related h2 {
	margin: 0 0 30px;
	color: var(--ahs-project-secondary);
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32.5px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 849px) {
	.ahs-projects > .section-content > .row {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ahs-projects .ahs-project-title-box .text-box-content {
		padding: 18px 22px;
	}

	.ahs-projects .ahs-project-card-details {
		padding: 22px 24px 24px;
	}

	.ahs-projects .ahs-project-hover-box .text-box-content {
		padding: 22px 24px;
	}

	.ahs-project-page-hero,
	.ahs-project-detail-hero {
		min-height: 300px;
	}

	.ahs-project-archive-page .ahs-project-page-hero {
		min-height: 210px;
	}

	.ahs-project-page-hero-inner,
	.ahs-project-detail-hero-inner,
	.ahs-project-page-container {
		width: min(100% - 32px, 720px);
	}

	.ahs-project-page-hero-inner,
	.ahs-project-detail-hero-inner {
		padding: 78px 0 54px;
	}

	.ahs-project-page-hero h1,
	.ahs-project-detail-hero h1 {
		font-size: 40px;
	}

	.ahs-project-page-section {
		padding: 54px 0;
	}

	.ahs-project-page-section h2,
	.ahs-project-detail-content h2 {
		font-size: 28px;
	}

	.ahs-project-feature-grid,
	.ahs-project-list-grid,
	.ahs-project-detail-layout {
		grid-template-columns: 1fr;
	}

	.ahs-project-list-grid {
		gap: 20px;
	}

	.ahs-project-detail-content {
		padding: 28px 22px;
	}

	.ahs-project-detail-sidebar {
		position: static;
	}

	.ahs-project-detail-hero-v2 {
		height: 420px;
		min-height: 0;
	}

	.ahs-project-detail-container {
		width: min(1024px, calc(100% - 40px));
	}

	.ahs-project-detail-title-row h1 {
		font-size: 33px;
		line-height: 42.9px;
	}

	.ahs-project-download-button {
		padding-right: 42px;
		padding-left: 42px;
	}

	.ahs-project-detail-content-v2 {
		font-size: 16px;
	}

	.ahs-project-detail-content-v2 h3 {
		font-size: 20px;
	}
}

@media (min-width: 550px) and (max-width: 849px) {
	.ahs-project-list-card {
		min-height: 300px;
	}

	.ahs-project-list-card-featured {
		min-height: 380px;
	}
}

@media (max-width: 849px) {
	.section.ahs-why-partner {
		margin-top: 60px;
		margin-bottom: 56px;
	}

	.ahs-why-partner .ahs-why-item {
		flex-basis: 50% !important;
		max-width: 50% !important;
		padding: 0 20px 32px !important;
	}

	.ahs-why-partner .ahs-why-item + .ahs-why-item::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.ahs-project-detail-hero-v2 {
		height: 190px;
		min-height: 0;
	}

	.ahs-project-detail-heading {
		padding-top: 38px;
		padding-bottom: 42px;
	}

	.ahs-project-detail-title-block {
		margin-top: 32px;
	}

	.ahs-project-detail-kicker {
		font-size: 22px;
		line-height: 32px;
	}

	.ahs-project-detail-title-row {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	.ahs-project-detail-title-row h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.ahs-project-download-button {
		width: 100%;
	}

	.ahs-project-detail-specs {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.ahs-project-detail-spec-grid-desktop {
		display: none;
	}

	.ahs-project-detail-spec-grid-mobile {
		display: grid;
		gap: 10px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.ahs-project-detail-spec-grid-mobile li {
		position: relative;
		margin: 0;
		padding: 0 0 0 21px;
		color: #606060;
		font-size: 15px;
		line-height: 21px;
	}

	.ahs-project-detail-spec-grid-mobile li::before {
		position: absolute;
		top: 8px;
		left: 0;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: var(--ahs-project-secondary);
		content: "";
	}

	.ahs-project-detail-main-v2 {
		padding: 38px 0 42px;
	}

	.ahs-project-detail-content-v2 {
		font-size: 15px;
	}

	.ahs-project-detail-content-v2 figcaption {
		font-size: 14px;
	}

	.ahs-project-post-nav {
		grid-template-columns: 1fr;
	}

	.ahs-project-post-nav > div + div {
		border-top: 1px solid rgba(0, 0, 0, .12);
		border-left: 0;
		text-align: left;
	}

	.ahs-project-post-nav span {
		font-size: 12px;
	}

	.ahs-project-post-nav strong {
		font-size: 15px;
	}

	.ahs-project-detail-single .ahs-project-detail-related {
		padding: 90px 0;
	}

}

@media (max-width: 549px) {
	.ahs-why-partner .ahs-why-item {
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 849px) {
	.vmc-achievements .vmc-achievement-section-title {
		max-width: none;
		padding: 45px 30px 35px;
	}

	.vmc-achievements .vmc-achievement-card > .col > .col-inner {
		min-height: 0;
	}

	.vmc-achievements .vmc-achievement-card-content {
		max-width: none;
		padding: 45px 30px;
	}

	.vmc-achievements .vmc-achievement-right > .col-inner {
		max-width: none;
		padding: 45px 30px 60px;
	}

	.vmc-achievements .vmc-achievement-arrow {
		display: none;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.ahs-home-hero .flickity-page-dots {
		bottom: 24px;
	}

	.section.ahs-motto {
		padding-top: 140px !important;
		padding-bottom: 40px !important;
	}

	.ahs-motto > .section-content > .row {
		padding: 0 20px;
	}

	.ahs-motto > .section-content > .row > .col:first-child > .col-inner {
		min-height: 0;
	}

	.ahs-motto > .section-content > .row > .col:nth-child(2) .ahs-motto-card {
		border-radius: 10px 10px 0 0 !important;
	}

	.ahs-motto > .section-content > .row > .col:nth-child(3) .ahs-motto-card {
		border-radius: 0 !important;
	}

	.ahs-motto > .section-content > .row > .col:nth-child(4) .ahs-motto-card {
		border-radius: 0 0 10px 10px !important;
	}


}

/* VMC contact page. */
.vmc-contact-page {
	--vmc-contact-primary: var(--primary-color, #b10f1b);
	--vmc-contact-gold: var(--secondary-color, #c79a3b);
	--vmc-contact-ink: #27292d;
	--vmc-contact-muted: #6f7277;
	--vmc-contact-line: #e5e6e8;
	background: #fff;
	color: var(--vmc-contact-ink);
}

.vmc-contact-page .row {
	max-width: 1180px;
}

.vmc-contact-hero {
	position: relative;
	min-height: 270px;
	overflow: hidden;
	background: #7d0b14;
}

.vmc-contact-hero::before,
.vmc-contact-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.vmc-contact-hero::before {
	top: 0;
	right: 9%;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .2);
}

.vmc-contact-hero::after {
	right: calc(9% - 64px);
	bottom: -128px;
	width: 256px;
	height: 256px;
	border: 1px solid rgba(199, 154, 59, .5);
	border-radius: 50%;
}

.vmc-contact-hero > .section-content {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 270px;
	align-items: center;
}

.vmc-contact-hero-copy {
	max-width: 780px;
}

.vmc-contact-eyebrow {
	margin: 0 0 18px;
	color: var(--vmc-contact-gold);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.vmc-contact-hero h1 {
	max-width: 700px;
	margin: 0;
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.15;
}

.vmc-contact-intro {
	padding-top: 78px !important;
	padding-bottom: 72px !important;
}

.vmc-contact-intro-copy {
	max-width: 510px;
}

.vmc-contact-intro h2,
.vmc-contact-form-heading h2 {
	margin: 0 0 18px;
	color: var(--vmc-contact-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
}

.vmc-contact-intro-copy > p:last-child,
.vmc-contact-form-heading p {
	margin-bottom: 0;
	color: var(--vmc-contact-muted);
	font-size: 16px;
	line-height: 1.75;
}

.vmc-contact-details {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--vmc-contact-line);
}

.vmc-contact-details li {
	margin: 0;
	border-bottom: 1px solid var(--vmc-contact-line);
}

.vmc-contact-details a {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 24px;
	gap: 16px;
	align-items: center;
	min-height: 92px;
	padding: 16px 2px;
	color: var(--vmc-contact-ink);
	transition: color .2s ease, padding-left .2s ease;
}

.vmc-contact-details a:hover {
	padding-left: 8px;
	color: var(--vmc-contact-primary);
}

.vmc-contact-details__icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(177, 15, 27, .25);
	border-radius: 50%;
	color: var(--vmc-contact-primary);
	font-size: 22px;
}

.vmc-contact-details__copy {
	min-width: 0;
}

.vmc-contact-details__copy small,
.vmc-contact-details__copy strong {
	display: block;
}

.vmc-contact-details__copy small {
	margin-bottom: 5px;
	color: var(--vmc-contact-gold);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.vmc-contact-details__copy strong {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.vmc-contact-details__arrow {
	color: #a7a9ac;
	font-size: 20px;
}

.vmc-contact-workflow {
	padding-top: 34px !important;
	padding-bottom: 34px !important;
	background: #f5f5f4;
}

.vmc-contact-workflow .col-inner {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.vmc-contact-workflow-index {
	display: flex;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--vmc-contact-gold);
	border-radius: 50%;
	color: var(--vmc-contact-primary);
	font-size: 13px;
	font-weight: 700;
}

.vmc-contact-workflow h3 {
	margin: 0 0 6px;
	color: var(--vmc-contact-ink);
	font-size: 16px;
}

.vmc-contact-workflow p {
	margin: 0;
	color: var(--vmc-contact-muted);
	font-size: 14px;
	line-height: 1.55;
}

.vmc-contact-main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #fff;
}

.vmc-contact-main > .section-content > .row {
	max-width: none;
}

.vmc-contact-map,
.vmc-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 620px;
	border: 0;
}

.vmc-contact-form-panel > .col-inner {
	min-height: 620px;
	padding: 72px clamp(30px, 6vw, 96px);
	background: var(--vmc-contact-primary);
}

.vmc-contact-form-heading .vmc-contact-eyebrow {
	color: #f0cc74;
}

.vmc-contact-form-heading h2,
.vmc-contact-form-heading p {
	color: #fff;
}

.vmc-contact-form-panel .wpcf7 {
	margin-top: 34px;
}

.vmc-contact-form-panel .vmc-contact-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.vmc-contact-form-panel label {
	display: block;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, .88);
	font-size: 13px;
	font-weight: 600;
}

.vmc-contact-form-panel input:not([type="submit"]),
.vmc-contact-form-panel textarea {
	width: 100%;
	margin-top: 8px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .48);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 15px;
}

.vmc-contact-form-panel input:not([type="submit"]) {
	height: 46px;
}

.vmc-contact-form-panel textarea {
	min-height: 118px;
	padding-top: 12px;
	resize: vertical;
}

.vmc-contact-form-panel input::placeholder,
.vmc-contact-form-panel textarea::placeholder {
	color: rgba(255, 255, 255, .55);
}

.vmc-contact-form-panel input:focus,
.vmc-contact-form-panel textarea:focus {
	border-bottom-color: #f0cc74;
	outline: 0;
}

.vmc-contact-form-panel input[type="submit"] {
	min-width: 180px;
	height: 48px;
	margin-top: 8px;
	border: 1px solid #f0cc74;
	border-radius: 4px;
	background: #f0cc74;
	color: #621018;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	transition: background .2s ease, color .2s ease;
}

.vmc-contact-form-panel input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

.vmc-contact-form-panel .wpcf7-not-valid-tip {
	color: #ffe0e0;
	font-size: 12px;
}

.vmc-contact-form-panel .wpcf7-response-output {
	margin: 20px 0 0;
	border-color: #f0cc74;
	color: #fff;
}

@media (max-width: 849px) {
	.vmc-contact-hero,
	.vmc-contact-hero > .section-content {
		min-height: 235px;
	}

	.vmc-contact-hero h1 {
		font-size: 38px;
	}

	.vmc-contact-intro {
		padding-top: 58px !important;
		padding-bottom: 54px !important;
	}

	.vmc-contact-map,
	.vmc-contact-map iframe {
		min-height: 430px;
	}

	.vmc-contact-form-panel > .col-inner {
		min-height: 0;
		padding: 58px 38px;
	}
}

@media (max-width: 549px) {
	.vmc-contact-hero,
	.vmc-contact-hero > .section-content {
		min-height: 210px;
	}

	.vmc-contact-hero h1 {
		font-size: 32px;
	}

	.vmc-contact-intro h2,
	.vmc-contact-form-heading h2 {
		font-size: 27px;
	}

	.vmc-contact-workflow .col-inner {
		padding-bottom: 12px;
	}

	.vmc-contact-map,
	.vmc-contact-map iframe {
		min-height: 340px;
	}

	.vmc-contact-form-panel > .col-inner {
		padding: 48px 24px;
	}

	.vmc-contact-form-panel .vmc-contact-form-row {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
