.hd-archive-hero {
	padding: 42px 0 52px;
	background: #fff;
}

.hd-archive-hero .st-breadcrumbs,
.hd-single-hero .st-breadcrumbs {
	margin-bottom: 34px;
}

.hd-archive-listing {
	padding: 0 0 90px;
}

.hd-archive-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	gap: 42px;
	align-items: center;
	margin-bottom: 42px;
	padding: 22px 0;
	background: #f7f7f8;
	position: relative;
}

.hd-archive-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hd-archive-tabs button {
min-height: 46px;
    padding: 12px 15px;
    background: #fff;
    color: #000e24;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    border: 1px solid #EF9999;
    border-radius: 4px;
}

.hd-archive-tabs button.is-active,
.hd-archive-tabs button:hover {
	background: #e30000;
	color: #fff;
}
.hd-archive-tabs button:hover {
    background: #F9EDED;
    color: #000E24;
}
.hd-archive-search input {
	width: 100%;
	min-height: 46px;
	padding: 12px 18px 12px 48px;
	background: #fff;
	border: 1px solid #B6B8BA;
	border-radius: 4px;
}

.hd-archive-results.is-loading {
	opacity: 0.45;
	pointer-events: none;
}

.hd-archive-results__grid {
	display: grid;
	gap: 10px;
}

.hd-archive-results__grid--blog {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hd-archive-results__grid--work {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hd-archive-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #081b2b;
}

.hd-archive-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1.75 / 1;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.hd-archive-card:hover .hd-archive-card__media img {
	transform: scale(1.04);
}

.hd-archive-card__badge {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 12px 16px;
	background: #e30000;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	border-radius: 4px;
}

.hd-archive-card__media .hd-archive-card__badge,
.hd-single-meta .hd-archive-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
}

.hd-archive-card__body {
	padding: 22px 16px;
}

.hd-archive-card__body .hd-heading,
.hd-archive-card__body .hd-heading a {
	margin: 0 0 12px;
	color: #000e24;
	text-decoration: none;
	font-size: 20px;
	line-height: 130%;
}

.hd-read-more {
	display: inline-flex;
	margin-top: 16px;
	color: #e30000;
	font-weight: 700;
	text-decoration: none;
	gap: 12px;
	transition: 0.4s;
}

.hd-archive-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 60px;
}

.hd-archive-pagination a,
.hd-archive-pagination span {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	color: #000e24;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: .3s;
}

.hd-archive-pagination .current {
	background: #e30000;
	color: #fff;
}

.hd-single-hero {
	padding: 42px 0 0;
}

.hd-single-meta {
	position: relative;
	display: flex;
	gap: 24px;
	align-items: center;
	margin-top: 22px;
}

.hd-single-meta .hd-archive-card__badge {
	position: static;
}

.hd-single-featured {
	margin-top: 30px;
}

.hd-single-featured img {
	display: block;
	width: 100%;
	max-height: 450px;
	object-fit: cover;
}

.hd-single-content-section {
	padding: 42px 0 90px;
}

.hd-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 70px;
	align-items: start;
	align-content: start;
}

.hd-single-content h2,
.hd-single-content h3 {
	margin: 42px 0 16px;
	color: #000e24;
}

.hd-single-text-block > :first-child,
.hd-single-inline-cta > :first-child {
	margin-top: 0;
}

.hd-single-text-block > :last-child,
.hd-single-inline-cta > :last-child {
	margin-bottom: 0;
}

.hd-single-inline-cta {
	margin: 26px 0;
	padding: 30px;
	background: #081b2b;
	color: #FFE !important;
}

.hd-single-inline-cta h2,
.hd-single-inline-cta h3,
.hd-single-inline-cta p {
	color: #fff;
}

.hd-single-inline-cta h2,
.hd-single-inline-cta h3 {
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 1.2;
}

.hd-single-inline-cta p {
	max-width: 760px;
	margin-bottom: 24px;
	color: #a5b6c8;
}

.hd-single-inline-cta .hd-button {
	margin-top: 12px;
}

.hd-toc {
	position: sticky;
	top: 0;
	padding: 30px 30px 30px;
	background: #FAFAFA;
	border: 1px solid #E8EAEC;
	max-height: 80vh;
	overflow-y: auto;
}

.hd-toc__toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000e24;
	cursor: pointer;
	text-align: left;
}

.hd-toc__toggle span {
	margin: 0;
	color: #000e24;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
}

.hd-toc__toggle img {
	width: 20px;
	height: 20px;
	transition: transform 0.25s ease;
	transform: rotate(
90deg);
}

.hd-toc.is-open .hd-toc__toggle img {
	transform: rotate(-90deg);
}

.hd-toc.is-collapsed .hd-toc__toggle span {
	margin-bottom: 0;
}

.hd-toc.is-collapsed .hd-toc__list {
	display: none;
}

.hd-toc__list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
}

.hd-toc__list a {
	color: #656A72;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
}

.hd-toc__list a:hover {
	color: #e30000;
}

.hd-toc__list a.is-active {
	color: #3D424A;
	font-weight: 500;
}

.hd-related {
	background: #f7f7f8;
}

.hd-related-slider {
	margin-top: 36px;
}

.hd-related-slider .slick-slide {
	padding: 0 8px;
}

.hd-related-slider .slick-list {
	margin: 0 -8px;
}
.hd-work-gallery {
	padding: 30px 0 0;
}

.hd-work-gallery__grid {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 10px;
}

.hd-work-thumbs .slick-slide {
	cursor: pointer;
}

.hd-work-thumbs .slick-current {
}

.hd-work-thumbs img {
	display: block;
	width: 100%;
	aspect-ratio: 1.7 / 1;
	object-fit: cover;
}

.hd-work-main-slider img {
	display: block;
	width: 100%;
	height: 430px;
	object-fit: cover;
}

.hd-work-main-slider .slick-dots {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin: 17px 0 0;
	padding: 0;
	list-style: none;
	align-items: center;
	align-content: center;
}

.hd-work-main-slider .slick-dots button {
	display: block;
	width: 100%;
	height: 4px;
	padding: 0;
	border: 0;
	background: #E8EAEC;
	font-size: 0;
	border-radius: 0;
}

.hd-work-main-slider .slick-dots .slick-active button {
	background: #e30000;
	width: 100%;
	height: 4px;
	border-radius: 0;
}

.hd-work-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 30px;
	align-items: start;
}

.hd-single-cta {
	padding: 30px;
	background: #081b2b;
	color: #fff;
}

.hd-single-cta h2,
.hd-single-cta p {
	margin-top: 0;
	color: #fff;
}

.hd-single-cta p {
	color: #a5b6c8;
}
.hd-single-text-block h2, .hd-single-text-block h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin: 26px 0 18px;
    color: #000E24;
}
.hd-single-text-block ul {
    margin-left: 30px;
}
.hd-single-text-block ul li {
    margin-bottom: 5px !important;
}
.hd-single-content .hd-single-inline-cta h2, .hd-single-content .hd-single-inline-cta h2 * {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 10px;
}
.hd-single-content .hd-single-inline-cta > div, .hd-single-content .hd-single-inline-cta > div * {
    color: #A5B6C8;
}
.hd-single-content .hd-single-inline-cta .hd-button {
    display: flex;
    align-items: center;
    color: #fff;
}
.hd-single-content .hd-single-inline-cta .hd-button span {
    margin-bottom: 0;
}
.hd-archive-card__body .hd-copy.hd-copy--item {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #3D424A;
}
section.hd-section.hd-single-content-section {
    overflow: initial;
}
.hd-single-hero .st-breadcrumbs, .hd-archive-hero .st-breadcrumbs {
    position: relative;
    top: 0;
}

.hd-single-hero .st-breadcrumbs *, .hd-archive-hero .st-breadcrumbs * {
    color: #3D424A;
}

.hd-single-hero .st-breadcrumbs span, .hd-archive-hero .st-breadcrumbs span {
    color: #D80000;
}
.hd-archive-controls:before {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: -100%;background-color: #f7f7f8;}

.hd-archive-controls:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background-color: #f7f7f8;
}
label.hd-archive-search:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 12px;
    background-image: url(/wp-content/themes/theme/img/hd-archive-search.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    z-index: 1;
    width: 20px;
    height: 20px;
}

label.hd-archive-search {
    position: relative;
}
.next.page-numbers {
    background-image: url(/wp-content/themes/theme/img/arrow-blog.svg);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 11px;
}

.hd-archive-pagination .next.page-numbers:hover, .hd-archive-pagination  .prev.page-numbers:hover {
    background-color: #E8EAEC;
}

.hd-archive-pagination .page-numbers:hover {
    background-color: #F9EDED;
}
.prev.page-numbers {
    background-image: url(/wp-content/themes/theme/img/arrow-blog.svg);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 11px;
    transform: rotate(180deg);
}
.hd-work-single .hd-heading.hd-heading--hero {
    max-width: 50%;
}

.hd-work-main-slider .slick-prev.slick-arrow.slick-disabled {
    left: 12px;
    z-index: 1;
}

.hd-work-main-slider .slick-next.slick-arrow {
    right: 12px;
}

.hd-work-main-slider .slick-prev.slick-arrow {
    left: 12px;
    z-index: 1;
}

.hd-work-main-slider .slick-arrow {
    background-color: #fff;
    background-image: url(/wp-content/themes/theme/img/chevron-downdark.svg);
}
.hd-work-main-slider .slick-dots li {
    width: 100%;
}
.hd-work-main-slider {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hd-container.hd-work-content-grid {}

article.hd-single-content.hd-copy.hd-copy--section p {
    margin-bottom: 18px;
}

article.hd-single-content.hd-copy.hd-copy--section h2, article.hd-single-content.hd-copy.hd-copy--section h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin: 26px 0 18px;
}

.hd-single-cta h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 130%;
}

.hd-single-cta p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.hd-single-cta .hd-button {
    margin-top: 26px;
}




@media (max-width: 1024px) {
	.hd-archive-results__grid--blog,
	.hd-archive-results__grid--work,
	.hd-single-layout,
	.hd-work-content-grid {
		grid-template-columns: 1fr;
	}

	.hd-archive-controls,
	.hd-work-gallery__grid {
		grid-template-columns: 1fr;
	}

	.hd-work-thumbs {
		display: none;
	}
}

@media (max-width: 640px) {
	.hd-archive-results__grid--blog,
	.hd-archive-results__grid--work {
		gap: 28px;
	}

	.hd-work-main-slider img {
		height: 300px;
	}
}
