:root {
	--bhea-navy: #061f36;
	--bhea-navy-2: #082a49;
	--bhea-blue: #0a62b0;
	--bhea-blue-bright: #0878d1;
	--bhea-red: #e50101;
	--bhea-ink: #17212b;
	--bhea-muted: #626a73;
	--bhea-line: #dce4eb;
	--bhea-surface: #f4f7fa;
	--bhea-white: #fff;
}

.bhea-index,
.bhea-page {
	background: var(--bhea-surface);
	color: var(--bhea-ink);
	font-family: var(--bh-font-body, "BH Source Sans", "Source Sans 3", Arial, sans-serif);
	overflow: clip;
}

.bhea-page,
.bhea-page > .e-con,
.bhea-page .e-con {
	--container-default-padding-top: 0;
	--container-default-padding-right: 0;
	--container-default-padding-bottom: 0;
	--container-default-padding-left: 0;
}

.bhea-page > .e-con,
.bhea-page .elementor-widget {
	--widgets-spacing: 0;
}

.bhea-page :where(h1, h2, h3, p) {
	margin-block-start: 0;
}

.bhea-page a {
	text-decoration: none;
}

.bhea-shell {
	box-sizing: border-box;
	width: min(1280px, calc(100% - 64px));
	margin-inline: auto;
}

.bhea-hero {
	position: relative;
	isolation: isolate;
	min-height: 360px;
	padding: 76px 0 70px;
	background:
		radial-gradient(circle at 84% 18%, transparent 0 68px, rgba(255, 255, 255, .13) 69px 71px, transparent 72px 105px, rgba(255, 255, 255, .08) 106px 108px, transparent 109px),
		linear-gradient(118deg, var(--bhea-navy) 0%, var(--bhea-navy-2) 46%, var(--bhea-blue) 100%);
	overflow: hidden;
}

.bhea-hero::after {
	position: absolute;
	z-index: -1;
	right: -86px;
	bottom: -182px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 54px rgba(255, 255, 255, .035), 0 0 0 108px rgba(255, 255, 255, .025);
	content: "";
}

/* Elementor stores a user-selected hero overlay image on ::before. Keep every
 * replacement image full-bleed instead of allowing the default tiled repeat. */
.bhea-page .bhea-hero::before {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.bhea-hero__inner {
	justify-content: center;
	min-height: 214px;
}

.bhea-page .bhea-kicker .elementor-heading-title,
.bhea-feature-copy > .bhea-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--bhea-blue);
	font: 800 12px/1.2 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bhea-page .bhea-kicker .elementor-heading-title::before,
.bhea-feature-copy > .bhea-kicker::before {
	width: 30px;
	height: 3px;
	background: var(--bhea-red);
	content: "";
}

.bhea-page .bhea-kicker--light .elementor-heading-title,
.bhea-feature-copy > .bhea-kicker--light {
	color: #fff;
}

.bhea-page .bhea-kicker--blue .elementor-heading-title {
	color: var(--bhea-blue);
}

.bhea-page .bhea-hero-title .elementor-heading-title {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font: 800 clamp(48px, 5.15vw, 76px)/1.02 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
	letter-spacing: -.045em;
}

.bhea-hero-lead .elementor-widget-container {
	max-width: 730px;
	margin-top: 24px;
}

.bhea-hero-lead p {
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(18px, 1.6vw, 22px);
	line-height: 1.55;
}

.bhea-breadcrumb-wrap {
	background: #fff;
	border-bottom: 1px solid var(--bhea-line);
}

.bhea-breadcrumbs {
	display: flex;
	align-items: center;
	min-height: 52px;
	gap: 10px;
	color: var(--bhea-muted);
	font-size: 15px;
}

.bhea-breadcrumbs a {
	color: var(--bhea-blue);
	font-weight: 700;
}

.bhea-content {
	padding-block: clamp(56px, 6vw, 84px) clamp(76px, 8vw, 112px);
}

.bhea-page .bhea-section-title .elementor-heading-title {
	max-width: 880px;
	margin: 0;
	color: var(--bhea-ink);
	font: 800 clamp(36px, 4vw, 58px)/1.05 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
	letter-spacing: -.038em;
}

.bhea-section-lead .elementor-widget-container {
	max-width: 720px;
	margin-top: 20px;
}

.bhea-section-lead p {
	margin: 0;
	color: var(--bhea-muted);
	font-size: 19px;
	line-height: 1.6;
}

.bhea-filter-grid {
	display: grid !important;
	grid-template-columns: minmax(300px, .8fr) minmax(0, 1.6fr);
	align-items: stretch;
	gap: 20px;
	margin-top: clamp(34px, 4vw, 52px);
}

.bhea-filter-grid > .elementor-element {
	width: auto;
	min-width: 0;
}

.bhea-filter-card {
	height: 100%;
	box-sizing: border-box;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--bhea-line);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(6, 31, 54, .055);
}

.bhea-filter-card h3 {
	margin: 0 0 14px;
	color: var(--bhea-navy);
	font: 800 16px/1.25 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
}

.bhea-search-row {
	display: flex;
	gap: 8px;
}

.bhea-search input {
	min-width: 0;
	min-height: 48px;
	flex: 1;
	box-sizing: border-box;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #b9c7d3;
	border-radius: 7px;
	color: var(--bhea-ink);
	font: inherit;
}

.bhea-search button {
	min-width: 106px;
	min-height: 48px;
	padding: 10px 17px;
	background: var(--bhea-blue);
	border: 0;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	font: 800 14px/1 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
}

.bhea-clear {
	display: inline-block;
	margin-top: 12px;
	color: var(--bhea-blue);
	font-size: 14px;
	font-weight: 700;
}

.bhea-topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bhea-topic-list a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	gap: 7px;
	box-sizing: border-box;
	padding: 8px 12px;
	background: #f3f7fa;
	border: 1px solid #dce5ec;
	border-radius: 999px;
	color: #344453;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.bhea-topic-list a small {
	color: #788692;
	font-size: 11px;
}

.bhea-topic-list a.is-active {
	background: var(--bhea-navy);
	border-color: var(--bhea-navy);
	color: #fff;
}

.bhea-topic-list a.is-active small {
	color: rgba(255, 255, 255, .7);
}

.bhea-archive {
	margin-top: clamp(30px, 4vw, 52px);
}

.bhea-results {
	margin: 0 0 20px;
	padding: 12px 16px;
	background: #e8f2fb;
	border-left: 4px solid var(--bhea-blue);
	color: var(--bhea-navy);
	font-size: 16px;
}

.bhea-post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.bhea-post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--bhea-line);
	border-radius: 12px;
	box-shadow: 0 12px 34px rgba(6, 31, 54, .07);
	overflow: hidden;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bhea-post-card:hover,
.bhea-post-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(10, 98, 176, .48);
	box-shadow: 0 18px 42px rgba(6, 31, 54, .12);
}

.bhea-post-card--lead {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	min-height: 520px;
	background: var(--bhea-navy);
	border-color: var(--bhea-navy);
}

.bhea-post-media {
	display: block;
	position: relative;
	aspect-ratio: 16 / 9;
	background: #dfe8ef;
	overflow: hidden;
}

.bhea-post-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.bhea-post-card:hover .bhea-post-media img,
.bhea-post-card:focus-within .bhea-post-media img {
	transform: scale(1.018);
}

.bhea-post-card--lead .bhea-post-media {
	height: 100%;
	min-height: 520px;
	aspect-ratio: auto;
}

.bhea-post-copy {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
	padding: clamp(24px, 3vw, 34px);
}

.bhea-post-card--lead .bhea-post-copy {
	justify-content: center;
	padding: clamp(34px, 4vw, 56px);
}

.bhea-post-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px 13px;
	margin: 0 0 16px;
	color: #73808b;
	font-size: 13px;
	line-height: 1.25;
}

.bhea-post-meta span {
	color: var(--bhea-blue);
	font: 800 11px/1.25 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
	letter-spacing: .1em;
	text-transform: uppercase;
}

.bhea-post-card--lead .bhea-post-meta,
.bhea-post-card--lead .bhea-post-meta span {
	color: rgba(255, 255, 255, .72);
}

.bhea-post-card h3 {
	margin: 0 0 14px;
	font: 800 clamp(24px, 2.1vw, 31px)/1.12 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
	letter-spacing: -.025em;
}

.bhea-post-card h3 a {
	color: var(--bhea-ink);
}

.bhea-post-card--lead h3 {
	font-size: clamp(30px, 2.7vw, 40px);
	line-height: 1.08;
}

.bhea-post-card--lead h3 a {
	color: #fff;
}

.bhea-post-excerpt {
	display: -webkit-box;
	margin: 0 0 22px;
	overflow: hidden;
	color: var(--bhea-muted);
	font-size: 17px;
	line-height: 1.58;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.bhea-post-card--lead .bhea-post-excerpt {
	color: rgba(255, 255, 255, .78);
	font-size: 18px;
	-webkit-line-clamp: 4;
}

.bhea-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: auto;
	color: var(--bhea-blue);
	font-weight: 800;
}

.bhea-post-card--lead .bhea-text-link {
	color: #fff;
}

.bhea-text-link span,
.bhea-feature-link span {
	margin-left: 5px;
	transition: transform .2s ease;
}

.bhea-text-link:hover span,
.bhea-feature-link:hover span {
	transform: translateX(3px);
}

.bhea-pagination {
	margin-top: clamp(34px, 5vw, 58px);
}

.bhea-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bhea-pagination .page-numbers li {
	margin: 0;
}

.bhea-pagination a.page-numbers,
.bhea-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	min-height: 46px;
	box-sizing: border-box;
	padding: 8px 13px;
	background: #fff;
	border: 1px solid var(--bhea-line);
	border-radius: 8px;
	color: var(--bhea-navy);
	font-weight: 800;
}

.bhea-pagination span.current {
	background: var(--bhea-blue);
	border-color: var(--bhea-blue);
	color: #fff;
}

.bhea-empty {
	padding: clamp(32px, 5vw, 60px);
	background: #fff;
	border: 1px solid var(--bhea-line);
	border-radius: 12px;
	text-align: center;
}

.bhea-empty h3 {
	margin-bottom: 10px;
	font: 800 28px/1.2 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
}

.bhea-empty p {
	color: var(--bhea-muted);
}

.bhea-feature {
	display: grid;
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
	margin-top: clamp(50px, 6vw, 80px);
	background: linear-gradient(120deg, var(--bhea-navy), var(--bhea-navy-2));
	border-radius: 12px;
	box-shadow: 0 20px 46px rgba(6, 31, 54, .18);
	overflow: hidden;
}

.bhea-feature-media {
	min-height: 340px;
	background: #0b2e4c;
	overflow: hidden;
}

.bhea-feature-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bhea-feature-copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(36px, 5vw, 66px);
}

.bhea-feature h2 {
	margin: 0 0 16px;
	font: 800 clamp(32px, 3.4vw, 48px)/1.06 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
	letter-spacing: -.035em;
}

.bhea-feature h2 a {
	color: #fff;
}

.bhea-feature p {
	max-width: 650px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, .76);
	font-size: 18px;
	line-height: 1.58;
}

.bhea-feature-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #fff;
	font-weight: 800;
}

.bhea-cta {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	box-sizing: border-box;
	margin-bottom: clamp(70px, 8vw, 110px);
	padding: clamp(38px, 5vw, 64px);
	background: linear-gradient(120deg, var(--bhea-blue), #07477f);
	border-radius: 12px;
	box-shadow: 0 20px 46px rgba(6, 31, 54, .16);
}

.bhea-cta-copy {
	max-width: 770px;
}

.bhea-page .bhea-cta-title .elementor-heading-title {
	margin: 0;
	color: #fff;
	font: 800 clamp(31px, 3.3vw, 48px)/1.08 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
	letter-spacing: -.035em;
}

.bhea-cta-text .elementor-widget-container {
	margin-top: 16px;
}

.bhea-cta-text p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 18px;
	line-height: 1.55;
}

.bhea-cta-actions {
	display: flex !important;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
}

.bhea-cta-actions .elementor-widget {
	width: auto;
}

.bhea-button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 21px;
	border-radius: 7px;
	font: 800 15px/1 var(--bh-font-heading, "BH Montserrat", Montserrat, Arial, sans-serif);
}

.bhea-button--red .elementor-button {
	background: var(--bhea-red);
	color: #fff;
}

.bhea-button--outline .elementor-button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .65);
	color: #fff;
}

.bhea-page :where(a, button, input):focus-visible {
	outline: 3px solid #ffcf33;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.bhea-shell {
		width: min(100% - 44px, 960px);
	}

	.bhea-hero {
		min-height: 330px;
		padding-block: 64px 60px;
	}

	.bhea-filter-grid {
		grid-template-columns: 1fr;
	}

	.bhea-post-card--lead {
		grid-template-columns: minmax(0, 1fr) minmax(310px, .88fr);
		min-height: 470px;
	}

	.bhea-post-card--lead .bhea-post-media {
		min-height: 470px;
	}

	.bhea-cta {
		align-items: flex-start;
		flex-direction: column !important;
	}
}

@media (max-width: 760px) {
	.bhea-post-card--lead {
		display: flex;
		min-height: 0;
	}

	.bhea-post-card--lead .bhea-post-media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.bhea-feature {
		grid-template-columns: 1fr;
	}

	.bhea-feature-media {
		min-height: 0;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 620px) {
	.bhea-shell {
		width: min(100% - 32px, 560px);
	}

	.bhea-hero {
		min-height: 300px;
		padding: 50px 0 48px;
	}

	.bhea-hero__inner {
		min-height: 200px;
	}

	.bhea-page .bhea-hero-title .elementor-heading-title {
		font-size: clamp(39px, 11vw, 49px);
		line-height: 1.04;
	}

	.bhea-hero-lead .elementor-widget-container {
		margin-top: 18px;
	}

	.bhea-hero-lead p {
		font-size: 17px;
		line-height: 1.48;
	}

	.bhea-breadcrumbs {
		min-height: 48px;
	}

	.bhea-content {
		padding-block: 46px 70px;
	}

	.bhea-page .bhea-section-title .elementor-heading-title {
		font-size: 36px;
	}

	.bhea-section-lead p {
		font-size: 17px;
	}

	.bhea-filter-grid {
		gap: 12px;
		margin-top: 30px;
	}

	.bhea-filter-card {
		padding: 18px;
	}

	.bhea-search-row {
		align-items: stretch;
		flex-direction: column;
	}

	.bhea-search button {
		width: 100%;
	}

	.bhea-topic-list {
		flex-wrap: nowrap;
		margin-inline: -18px;
		padding: 2px 18px 8px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.bhea-topic-list a {
		min-height: 44px;
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.bhea-archive {
		margin-top: 30px;
	}

	.bhea-post-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.bhea-post-card--lead {
		margin-bottom: 6px;
	}

	.bhea-post-card--lead .bhea-post-copy {
		padding: 24px 22px 26px;
	}

	.bhea-post-card--lead h3 {
		font-size: clamp(27px, 7.8vw, 32px);
	}

	.bhea-post-card:not(.bhea-post-card--lead) {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		min-height: 154px;
	}

	.bhea-post-card:not(.bhea-post-card--lead) .bhea-post-media {
		height: 100%;
		min-height: 154px;
		aspect-ratio: auto;
	}

	.bhea-post-card:not(.bhea-post-card--lead) .bhea-post-copy {
		padding: 15px 15px 14px;
	}

	.bhea-post-card:not(.bhea-post-card--lead) .bhea-post-meta {
		gap: 5px 8px;
		margin-bottom: 8px;
		font-size: 11px;
	}

	.bhea-post-card:not(.bhea-post-card--lead) .bhea-post-meta span {
		font-size: 9px;
	}

	.bhea-post-card:not(.bhea-post-card--lead) h3 {
		display: -webkit-box;
		margin-bottom: 8px;
		overflow: hidden;
		font-size: 18px;
		line-height: 1.13;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.bhea-post-card:not(.bhea-post-card--lead) .bhea-post-excerpt {
		display: none;
	}

	.bhea-post-card:not(.bhea-post-card--lead) .bhea-text-link {
		min-height: 30px;
		font-size: 13px;
	}

	.bhea-pagination .page-numbers {
		justify-content: flex-start;
	}

	.bhea-pagination a.page-numbers,
	.bhea-pagination span.page-numbers {
		min-width: 44px;
		min-height: 44px;
		padding: 7px 10px;
	}

	.bhea-feature {
		margin-top: 46px;
	}

	.bhea-feature-copy {
		padding: 28px 22px 30px;
	}

	.bhea-feature h2 {
		font-size: 32px;
	}

	.bhea-feature p {
		font-size: 17px;
	}

	.bhea-cta {
		width: calc(100% - 32px);
		gap: 28px;
		margin-bottom: 70px;
		padding: 30px 22px;
	}

	.bhea-page .bhea-cta-title .elementor-heading-title {
		font-size: 31px;
	}

	.bhea-cta-actions {
		width: 100%;
		align-items: stretch;
		flex-direction: column !important;
	}

	.bhea-cta-actions .elementor-widget,
	.bhea-cta-actions .elementor-button-wrapper,
	.bhea-cta-actions .elementor-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bhea-page *,
	.bhea-page *::before,
	.bhea-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}
