.news-updates-page {
	overflow: hidden;
}

.news-updates-dynamic {
	position: relative;
	transition: opacity .2s ease;
}

.news-updates-page.is-loading .news-updates-dynamic {
	opacity: .45;
	pointer-events: none;
}

.news-updates-page .container-max {
	max-width: 1440px;
	padding-left: clamp(30px, calc((100vw - 1240px) / 2), 100px);
	padding-right: clamp(30px, calc((100vw - 1240px) / 2), 100px);
}

.news-updates-hero {
	background: #0a3e52;
	height: 344px;
	overflow: hidden;
	position: relative;
}

.news-updates-hero__media {
	background-image: var(--news-updates-hero-image);
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.news-updates-hero__shade {
	background: linear-gradient(90deg, rgba(0, 27, 37, .95) 0%, rgba(4, 68, 88, .88) 50%, rgba(4, 68, 88, .72) 100%);
	inset: 0;
	position: absolute;
}

.news-updates-hero__content {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 49px;
	left: 50%;
	max-width: min(669px, calc(100% - 60px));
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 669px;
	z-index: 2;
}

.news-updates-hero__content:before {
	background: var(--theme-ada-color);
	content: "";
	height: 64px;
	width: 8px;
}

.news-updates-hero h1 {
	color: #fff;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 62px;
	margin: 0;
}

.news-updates-breadcrumb {
	margin-bottom: 0;
}

.news-updates-breadcrumb ol {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-updates-breadcrumb li {
	align-items: center;
	display: flex;
	line-height: 1;
	position: relative;
}

.news-updates-breadcrumb .material-icons {
	font-size: 18px;
	line-height: 1;
}

.news-updates-feature-section {
	padding: 64px 0;
}

.news-updates-feature {
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 985px;
	min-height: 698px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.news-updates-feature:hover,
.news-updates-feature:focus {
	color: #fff;
	text-decoration: none;
}

.news-updates-feature__image {
	display: block;
	height: 100% !important;
	inset: 0;
	max-width: none !important;
	object-fit: cover;
	position: absolute;
	width: 100% !important;
}

.news-updates-feature__overlay {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .72) 100%),
		linear-gradient(80deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, 0) 42%);
	inset: 0;
	position: absolute;
}

.news-updates-feature__label {
	color: #fff;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	left: 60px;
	letter-spacing: .6px;
	line-height: 12px;
	position: absolute;
	text-transform: uppercase;
	top: 40px;
}

.news-updates-feature__content {
	bottom: 60px;
	display: block;
	left: 60px;
	max-width: calc(100% - 180px);
	position: absolute;
}

.news-updates-feature__meta {
	color: #fff;
	display: block;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 16px;
	margin-bottom: 15px;
	padding-left: 16px;
	position: relative;
	text-transform: uppercase;
}

.news-updates-feature__meta:before {
	background: var(--carolina-cyan, #00acd7);
	border-radius: 100%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 6px;
}

.news-updates-feature__title {
	color: #fff;
	display: -webkit-box;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 45px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-updates-arrow-box,
.news-updates-card__image.red-block > span {
	align-items: center;
	background: var(--theme-ada-color);
	bottom: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	right: 0;
	z-index: 3;
}

.news-updates-arrow-box {
	height: 100px;
	width: 100px;
}

.news-updates-arrow-box i,
.news-updates-card__image.red-block > span i {
	color: #fff;
	line-height: 1;
}

.news-updates-arrow-box i {
	font-size: 30px;
}

.news-updates-feature:hover .news-updates-arrow-box i,
.news-updates-feature:focus .news-updates-arrow-box i,
.news-updates-card__image.red-block:hover > span i,
.news-updates-card__image.red-block:focus > span i {
	animation: arrowSlide .5s cubic-bezier(.52, .01, .16, 1) normal;
}

.news-updates-archive {
	padding: 0 0 90px;
}

.news-updates-layout {
	display: grid;
	gap: 64px;
	grid-template-columns: 444px minmax(0, 1fr);
}

.news-updates-filters {
	align-self: start;
	background: #f2f2f2;
	padding: 36px 44px;
}

.news-updates-search {
	margin-bottom: 48px;
}

.news-updates-search input {
	background: #fff;
	border: 1px solid rgba(136, 136, 136, .5);
	border-radius: 2px;
	color: #444;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 48px;
	letter-spacing: .28px;
	line-height: 28px;
	padding: 10px 24px;
	width: 100%;
}

.news-updates-filter-group {
	margin-bottom: 48px;
}

.news-updates-filter-group:last-child {
	margin-bottom: 0;
}

.news-updates-filter-group h2 {
	color: #245264;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 0 24px;
}

.news-updates-filter-group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-updates-filter-group li + li {
	margin-top: 16px;
}

.news-updates-filter {
	align-items: flex-start;
	color: #444;
	display: flex;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	gap: 8px;
	line-height: 1.5;
	text-decoration: none;
}

.news-updates-filter:hover,
.news-updates-filter:focus {
	color: #0a3e52;
	text-decoration: none;
}

.news-updates-filter__box {
	background: #fff;
	border: 1px solid #888;
	display: block;
	flex: 0 0 20px;
	height: 20px;
	margin-top: 1px;
	position: relative;
	width: 20px;
}

.news-updates-filter.is-active .news-updates-filter__box {
	background: var(--theme-ada-color);
	border-color: var(--theme-ada-color);
}

.news-updates-filter.is-active .news-updates-filter__box:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 10px;
	left: 7px;
	position: absolute;
	top: 3px;
	transform: rotate(45deg);
	width: 5px;
}

.news-updates-clear {
	color: var(--theme-ada-color);
	display: inline-block;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-top: 8px;
	text-decoration: none;
}

.news-updates-results {
	min-width: 0;
}

.news-updates-card {
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	display: grid;
	gap: 48px;
	grid-template-columns: 320px minmax(0, 1fr);
	padding: 32px 0;
}

.news-updates-card:first-child {
	padding-top: 0;
}

.news-updates-card__image {
	background: #d6e3ea;
	display: block;
	height: 214px;
	overflow: hidden;
	position: relative;
	width: 320px;
}

.news-updates-card__thumb {
	display: block;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	width: 100% !important;
}

.news-updates-card__image.red-block > span {
	height: 50px;
	width: 50px;
}

.news-updates-card__image.red-block > span i {
	font-size: 20px;
}

.news-updates-card__meta {
	color: #555;
	font-family: nimbus-sans, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 16px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.news-updates-card h2 {
	color: #093e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	margin: 0;
}

.news-updates-card h2 a {
	color: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-decoration: none;
}

.news-updates-card__categories {
	color: var(--theme-ada-color);
	display: -webkit-box;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .6px;
	line-height: 18px;
	margin: 16px 0 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-transform: uppercase;
}

.news-updates-card__categories a {
	color: inherit;
	text-decoration: none;
}

.news-updates-card__categories a:hover,
.news-updates-card__categories a:focus {
	color: #093e52;
	text-decoration: none;
}

.news-updates-pagination {
	display: flex;
	justify-content: center;
	padding-top: 48px;
}

.news-updates-empty {
	background: #f2f2f2;
	padding: 48px;
}

.news-updates-empty h2 {
	color: #093e52;
	font-family: urw-din, "Helvetica Neue", Arial, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	margin: 0 0 16px;
}

@media (max-width: 1199.98px) {
	.news-updates-layout {
		grid-template-columns: 360px minmax(0, 1fr);
	}

	.news-updates-filters {
		padding: 30px;
	}

	.news-updates-card {
		gap: 30px;
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.news-updates-card__image {
		height: 160px;
		width: 240px;
	}
}

@media (max-width: 991.98px) {
	.news-updates-layout {
		grid-template-columns: 1fr;
	}

	.news-updates-filters {
		display: grid;
		gap: 32px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news-updates-search,
	.news-updates-filter-group {
		margin-bottom: 0;
	}

	.news-updates-search {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767.98px) {
	.news-updates-page .container-max {
		padding-left: 30px;
		padding-right: 30px;
	}

	.news-updates-hero {
		height: 300px;
	}

	.news-updates-hero__content {
		gap: 24px;
		left: 30px;
		max-width: calc(100% - 60px);
		transform: translateY(-50%);
		width: auto;
	}

	.news-updates-hero__content:before {
		height: 54px;
		width: 6px;
	}

	.news-updates-hero h1 {
		font-size: 42px;
		line-height: 46px;
	}

	.news-updates-feature-section {
		padding: 45px 0;
	}

	.news-updates-feature {
		min-height: 480px;
	}

	.news-updates-feature__label {
		left: 30px;
		top: 30px;
	}

	.news-updates-feature__content {
		bottom: 40px;
		left: 30px;
		max-width: calc(100% - 110px);
	}

	.news-updates-feature__title {
		font-size: 30px;
		line-height: 36px;
	}

	.news-updates-arrow-box {
		height: 72px;
		width: 72px;
	}

	.news-updates-filters {
		grid-template-columns: 1fr;
	}

	.news-updates-card {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.news-updates-card__image {
		aspect-ratio: 320 / 214;
		height: auto;
		width: 100%;
	}

	.news-updates-card h2 {
		font-size: 26px;
		line-height: 32px;
	}
}
