.thbc-home {
	--thbc-ink: #10233d;
	--thbc-ink-soft: #304158;
	--thbc-green: #2e4328;
	--thbc-green-deep: #20351f;
	--thbc-lime: #c5cd55;
	--thbc-lime-bright: #d8df6b;
	--thbc-cream: #f5f4ed;
	--thbc-paper: #ffffff;
	--thbc-line: #dce1d7;
	--thbc-shadow: 0 18px 45px rgba(16, 35, 61, 0.1);
	background: var(--thbc-paper);
	color: var(--thbc-ink);
	font-size: 16px;
	line-height: 1.65;
	overflow: hidden;
}

.thbc-home,
.thbc-home * {
	box-sizing: border-box;
}

.thbc-home a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.thbc-home a:focus-visible {
	outline: 3px solid var(--thbc-lime-bright);
	outline-offset: 4px;
}

.thbc-home .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.thbc-home__container {
	margin: 0 auto;
	max-width: 1216px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.thbc-home__alert {
	background: var(--thbc-lime);
	color: #182317;
	font-size: 14px;
	font-weight: 500;
}

.thbc-home__alert-inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	min-height: 52px;
	padding-bottom: 9px;
	padding-top: 9px;
	text-align: center;
}

.thbc-home__alert-label {
	background: var(--thbc-green-deep);
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.09em;
	padding: 5px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.thbc-home__alert a {
	color: #182317;
	font-weight: 800;
	white-space: nowrap;
}

.thbc-home__hero {
	background-color: var(--thbc-green-deep);
	background-image: linear-gradient(90deg, rgba(12, 29, 26, 0.96) 0%, rgba(18, 39, 34, 0.91) 48%, rgba(18, 39, 34, 0.55) 100%), url('/wp-content/uploads/2024/04/AdobeStock_131913689-1-scaled.jpeg');
	background-position: center;
	background-size: cover;
	color: #fff;
	isolation: isolate;
	min-height: 640px;
	position: relative;
}

.thbc-home__hero::after {
	display: none;
}

.thbc-home__hero-shade {
	background: radial-gradient(circle at 82% 48%, rgba(197, 205, 85, 0.2), transparent 26%);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.thbc-home__hero-grid {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
	min-height: 640px;
	padding-bottom: 88px;
	padding-top: 88px;
}

.thbc-home__eyebrow {
	color: var(--thbc-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.3;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.thbc-home__eyebrow--light {
	color: var(--thbc-lime-bright);
}

.thbc-home__eyebrow--lime {
	color: var(--thbc-lime-bright);
}

.thbc-home__hero h1,
.thbc-home__section h2,
.thbc-home__section h3 {
	color: inherit;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	margin-top: 0;
}

.thbc-home__hero h1 {
	font-size: clamp(44px, 4.7vw, 64px);
	line-height: 1.04;
	margin-bottom: 26px;
	max-width: 850px;
}

.thbc-home__hero-intro {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(17px, 1.7vw, 21px);
	line-height: 1.6;
	margin: 0;
	max-width: 760px;
}

.thbc-home__button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 36px;
}

.thbc-home__button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 3px;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.01em;
	min-height: 52px;
	padding: 12px 24px;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.thbc-home__button:hover {
	transform: translateY(-2px);
}

.thbc-home__button--primary,
.thbc-home__button--lime {
	background: var(--thbc-lime);
	color: #182317 !important;
}

.thbc-home__button--primary:hover,
.thbc-home__button--lime:hover {
	background: var(--thbc-lime-bright);
}

.thbc-home__button--outline-light {
	border-color: rgba(255, 255, 255, 0.65);
	color: #fff !important;
}

.thbc-home__button--outline-light:hover {
	background: #fff;
	border-color: #fff;
	color: var(--thbc-green-deep) !important;
}

.thbc-home__button--outline-dark {
	border-color: var(--thbc-green);
	color: var(--thbc-green) !important;
}

.thbc-home__button--outline-dark:hover {
	background: var(--thbc-green);
	color: #fff !important;
}

.thbc-home__hero-panel {
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
	padding: 30px;
}

.thbc-home__hero-panel-label {
	color: var(--thbc-lime-bright);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.thbc-home__hero-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thbc-home__hero-panel li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: grid;
	gap: 1px;
	padding: 18px 0;
}

.thbc-home__hero-panel li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.thbc-home__hero-panel strong {
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 24px;
}

.thbc-home__hero-panel span {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}

.thbc-home__section {
	padding: 104px 0;
}

.thbc-home__section--status {
	background: var(--thbc-cream);
}

.thbc-home__section-heading {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
	margin-bottom: 42px;
}

.thbc-home__section-heading h2 {
	font-size: clamp(36px, 4vw, 54px);
	line-height: 1.1;
	margin-bottom: 0;
}

.thbc-home__section-heading > p {
	color: var(--thbc-ink-soft);
	font-size: 17px;
	margin: 0 0 5px;
}

.thbc-home__status-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thbc-home__status-card {
	background: #fff;
	border: 1px solid var(--thbc-line);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 350px;
	overflow: hidden;
	padding: 0 30px 30px;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.thbc-home__status-card:hover {
	box-shadow: var(--thbc-shadow);
	transform: translateY(-3px);
}

.thbc-home__status-topline {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin: 0 -30px 32px;
	min-height: 64px;
	padding: 14px 22px;
}

.thbc-home__status-topline--texas {
	background: #365b39;
}

.thbc-home__status-topline--delta {
	background: #d2b85e;
}

.thbc-home__status-topline--federal {
	background: #3f638a;
}

.thbc-home__status-kicker {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.thbc-home__status-topline--delta .thbc-home__status-kicker {
	color: #2c321d;
}

.thbc-home__status-pill {
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	padding: 6px 9px;
	white-space: nowrap;
}

.thbc-home__status-pill--active {
	background: #e4efda;
	color: #244720;
}

.thbc-home__status-pill--dated {
	background: rgba(255, 255, 255, 0.72);
	color: #704f15;
}

.thbc-home__status-pill--federal {
	background: #b42318;
	color: #fff;
}

.thbc-home__status-card h3 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 18px;
}

.thbc-home__status-card p {
	color: var(--thbc-ink-soft);
	font-size: 15px;
	margin: 0 0 28px;
}

.thbc-home__status-card > a {
	color: var(--thbc-green);
	font-size: 14px;
	font-weight: 800;
	margin-top: auto;
}

.thbc-home__status-note {
	border-top: 1px solid var(--thbc-line);
	color: #647063;
	display: flex;
	font-size: 12px;
	gap: 20px;
	justify-content: space-between;
	margin-top: 30px;
	padding-top: 18px;
}

.thbc-home__resource-strip {
	background: #fff;
	padding: 38px 0;
}

.thbc-home__resource-card {
	align-items: center;
	background: #fff;
	border: 1px solid var(--thbc-line);
	border-left: 6px solid var(--thbc-lime);
	border-radius: 10px;
	box-shadow: 0 12px 34px rgba(16, 35, 61, 0.08);
	display: grid;
	gap: 24px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 27px 30px;
}

.thbc-home__resource-icon {
	align-items: center;
	background: var(--thbc-cream);
	border-radius: 50%;
	color: var(--thbc-green);
	display: inline-flex;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.thbc-home__resource-icon svg {
	fill: none;
	height: 30px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 30px;
}

.thbc-home__resource-copy .thbc-home__eyebrow {
	margin-bottom: 6px;
}

.thbc-home__resource-copy h2 {
	color: var(--thbc-ink);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(27px, 2.7vw, 36px);
	letter-spacing: -0.025em;
	line-height: 1.14;
	margin: 0 0 7px;
}

.thbc-home__resource-copy > p:last-child {
	color: var(--thbc-ink-soft);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-width: 700px;
}

.thbc-home__resource-card > .thbc-home__button {
	white-space: nowrap;
}

.thbc-home__section--news {
	background: #fff;
}

.thbc-home__section-heading--with-link {
	grid-template-columns: 1fr auto;
}

.thbc-home__text-link,
.thbc-home__news-link {
	color: var(--thbc-green) !important;
	font-size: 14px;
	font-weight: 800;
}

.thbc-home__text-link {
	margin-bottom: 8px;
}

.thbc-home__news-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thbc-home__news-card {
	background: #fff;
	border: 1px solid var(--thbc-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(16, 35, 61, 0.06);
	overflow: hidden;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.thbc-home__news-card:hover {
	box-shadow: var(--thbc-shadow);
	transform: translateY(-3px);
}

.thbc-home__news-media {
	background: var(--thbc-green);
	display: block;
	overflow: hidden;
}

.thbc-home__news-image {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.thbc-home__news-image--fallback {
	background: linear-gradient(135deg, var(--thbc-green-deep), var(--thbc-green) 65%, #66804e);
}

.thbc-home__news-card:hover .thbc-home__news-image {
	transform: scale(1.025);
}

.thbc-home__news-body {
	display: flex;
	flex-direction: column;
	min-height: 290px;
	padding: 25px;
}

.thbc-home__news-body time {
	color: #6e776c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 13px;
	text-transform: uppercase;
}

.thbc-home__news-body h3 {
	font-size: 25px;
	line-height: 1.22;
	margin-bottom: 14px;
}

.thbc-home__news-body h3 a {
	color: var(--thbc-ink);
	text-decoration: none;
}

.thbc-home__news-body p {
	color: var(--thbc-ink-soft);
	font-size: 14px;
	margin: 0 0 22px;
}

.thbc-home__news-link {
	margin-top: auto;
}

.thbc-home__mobile-link-row {
	display: none;
	margin-top: 28px;
	text-align: center;
}

.thbc-home__section--impact {
	background: #0c2840;
	color: #fff;
}

.thbc-home__impact-layout {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 38fr) minmax(250px, 34fr) minmax(260px, 28fr);
}

.thbc-home__impact-content {
	padding-right: 48px;
}

.thbc-home__section--impact .thbc-home__impact-content h2 {
	color: #f8f0e3;
	font-size: clamp(38px, 4vw, 54px);
	line-height: 1.08;
	margin: 0 0 24px;
}

.thbc-home__section--impact .thbc-home__eyebrow--lime {
	color: #f8f0e3;
	margin-bottom: 20px;
}

.thbc-home__section--impact .thbc-home__button--lime {
	background: #bac146;
	color: #0c2840 !important;
}

.thbc-home__section--impact .thbc-home__button--lime:hover {
	background: #d4dc5a;
}

.thbc-home__impact-summary {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.7;
	margin: 0 0 32px;
	max-width: 430px;
}

.thbc-home__impact-media {
	align-self: stretch;
	margin: 0;
	min-height: 570px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.thbc-home__impact-image {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
	width: 100%;
}

.thbc-home__impact-stat-panel {
	background: #bac146;
	color: #0c2840;
	margin-left: -35px;
	padding: 30px 34px;
	position: relative;
	z-index: 2;
}

.thbc-home__impact-ring {
	height: auto;
	max-width: none;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	right: -72px;
	top: -48px;
	width: 230px;
	z-index: 0;
}

.thbc-home__impact-stats {
	margin: 0;
	position: relative;
	z-index: 1;
}

.thbc-home__impact-stat {
	display: grid;
	gap: 8px;
	padding: 24px 0;
}

.thbc-home__impact-stat + .thbc-home__impact-stat {
	border-top: 1px solid rgba(12, 40, 64, 0.22);
}

.thbc-home__impact-stat dt {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	order: 2;
}

.thbc-home__impact-stat dd {
	margin: 0;
	order: 1;
}

.thbc-home__impact-stat strong {
	color: #0c2840;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(36px, 3.6vw, 52px);
	letter-spacing: -0.035em;
	line-height: 1;
}

.thbc-home__section--membership {
	background: var(--thbc-ink);
	color: #fff;
}

.thbc-home__membership-shell {
	align-items: stretch;
	display: grid;
	gap: 62px;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.thbc-home__membership-media {
	border-radius: 10px;
	box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
	margin: 0;
	min-height: 500px;
	overflow: hidden;
}

.thbc-home__membership-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
	width: 100%;
}

.thbc-home__membership-copy {
	align-self: center;
}

.thbc-home__membership-copy h2 {
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(40px, 4.3vw, 58px);
	letter-spacing: -0.025em;
	line-height: 1.06;
	margin: 0 0 20px;
}

.thbc-home__membership-copy > p:not(.thbc-home__eyebrow) {
	color: rgba(255, 255, 255, 0.75);
	font-size: 17px;
	margin: 0;
}

.thbc-home__membership-benefits {
	display: grid;
	gap: 4px;
	list-style: none;
	margin: 28px 0;
	padding: 0;
}

.thbc-home__membership-benefits li {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	gap: 14px;
	padding: 13px 0;
}

.thbc-home__membership-benefits li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.thbc-home__membership-benefits strong {
	color: #fff;
	font-size: 16px;
	font-weight: 750;
}

.thbc-home__benefit-icon {
	align-items: center;
	background: var(--thbc-lime);
	border-radius: 50%;
	color: #1f301d;
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.thbc-home__benefit-icon svg {
	fill: none;
	height: 21px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 21px;
}

@media (max-width: 1024px) {
	.thbc-home__hero-grid {
		gap: 38px;
		grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
	}

	.thbc-home__status-grid,
	.thbc-home__news-grid {
		gap: 16px;
	}

	.thbc-home__status-card {
		padding: 0 24px 24px;
	}

	.thbc-home__status-topline {
		margin: 0 -24px 28px;
	}

	.thbc-home__membership-shell {
		gap: 36px;
	}

	.thbc-home__impact-layout {
		gap: 36px;
		grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	}

	.thbc-home__impact-content {
		padding-right: 0;
	}

	.thbc-home__impact-media {
		min-height: 520px;
	}

	.thbc-home__impact-stat-panel {
		grid-column: 1 / -1;
		margin-left: 0;
		padding: 24px 30px;
	}

	.thbc-home__impact-stats {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.thbc-home__impact-stat {
		padding: 14px 22px;
	}

	.thbc-home__impact-stat + .thbc-home__impact-stat {
		border-left: 1px solid rgba(12, 40, 64, 0.22);
		border-top: 0;
	}

	.thbc-home__impact-stat strong {
		font-size: clamp(34px, 4.5vw, 48px);
	}

	.thbc-home__membership-shell {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr);
	}

	.thbc-home__news-body {
		padding: 22px;
	}
}

@media (max-width: 820px) {
	.thbc-home__alert-inner {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 6px 10px;
		justify-content: flex-start;
		padding-bottom: 12px;
		padding-top: 12px;
		text-align: left;
	}

	.thbc-home__alert-label {
		margin-right: 100%;
	}

	.thbc-home__hero,
	.thbc-home__hero-grid {
		min-height: auto;
	}

	.thbc-home__hero-grid {
		grid-template-columns: 1fr;
		padding-bottom: 72px;
		padding-top: 72px;
	}

	.thbc-home__hero-panel {
		display: none;
	}

	.thbc-home__section {
		padding: 78px 0;
	}

	.thbc-home__section-heading,
	.thbc-home__section-heading--with-link {
		align-items: start;
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.thbc-home__resource-card {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.thbc-home__resource-card > .thbc-home__button {
		grid-column: 1 / -1;
		justify-self: center;
	}

	.thbc-home__membership-shell {
		grid-template-columns: 1fr;
	}

	.thbc-home__impact-layout {
		gap: 36px;
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.thbc-home__impact-content {
		max-width: 620px;
		padding-right: 0;
		text-align: center;
	}

	.thbc-home__impact-summary {
		margin-left: auto;
		margin-right: auto;
	}

	.thbc-home__impact-media {
		aspect-ratio: 2 / 3;
		height: auto;
		min-height: 0;
		width: min(100%, 460px);
	}

	.thbc-home__impact-stat-panel {
		grid-column: auto;
		margin-left: 0;
		text-align: center;
		width: min(100%, 680px);
	}

	.thbc-home__impact-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.thbc-home__impact-stat {
		padding: 22px;
	}

	.thbc-home__impact-stat + .thbc-home__impact-stat {
		border-top: 0;
	}

	.thbc-home__impact-stat:nth-child(odd) {
		border-left: 0;
	}

	.thbc-home__impact-stat:nth-child(even) {
		border-left: 1px solid rgba(12, 40, 64, 0.22);
	}

	.thbc-home__impact-stat:nth-child(n + 3) {
		border-top: 1px solid rgba(12, 40, 64, 0.22);
	}

	.thbc-home__impact-stat strong {
		font-size: clamp(38px, 8vw, 50px);
	}

	.thbc-home__membership-media {
		min-height: 0;
		height: 360px;
	}

	.thbc-home__status-grid,
	.thbc-home__news-grid {
		grid-template-columns: 1fr;
	}

	.thbc-home__status-card {
		min-height: 0;
	}

	.thbc-home__news-card {
		display: grid;
		grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
	}

	.thbc-home__news-body {
		min-height: 0;
	}

	.thbc-home__news-image {
		aspect-ratio: auto;
		height: 100%;
	}

}

@media (max-width: 580px) {
	.thbc-home__container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.thbc-home__hero-copy,
	.thbc-home__section-heading,
	.thbc-home__impact-content,
	.thbc-home__membership-copy {
		text-align: center;
	}

	.thbc-home__section-heading {
		justify-items: center;
	}

	.thbc-home__resource-strip {
		padding: 30px 0;
	}

	.thbc-home__resource-card {
		border-left: 1px solid var(--thbc-line);
		border-top: 6px solid var(--thbc-lime);
		grid-template-columns: 1fr;
		justify-items: center;
		padding: 28px 22px;
		text-align: center;
	}

	.thbc-home__resource-card > .thbc-home__button {
		grid-column: auto;
	}

	.thbc-home__section-heading > p,
	.thbc-home__membership-copy > p:not(.thbc-home__eyebrow) {
		margin-left: auto;
		margin-right: auto;
		max-width: 330px;
	}

	.thbc-home__alert {
		font-size: 12px;
	}

	.thbc-home__alert a {
		white-space: normal;
	}

	.thbc-home__hero {
		background-image: linear-gradient(90deg, rgba(12, 29, 26, 0.96) 0%, rgba(18, 39, 34, 0.88) 100%), url('/wp-content/uploads/2024/04/AdobeStock_131913689-1-scaled.jpeg');
		background-position: 58% center;
	}

	.thbc-home__hero-grid {
		padding-bottom: 62px;
		padding-top: 62px;
	}

	.thbc-home__hero h1 {
		font-size: clamp(38px, 11vw, 52px);
	}

	.thbc-home__hero h1 br {
		display: none;
	}

	.thbc-home__hero-intro {
		font-size: 17px;
	}

	.thbc-home__button-row {
		display: grid;
		grid-template-columns: 1fr;
	}

	.thbc-home__button {
		width: 100%;
	}

	.thbc-home__section {
		padding: 64px 0;
	}

	.thbc-home__section-heading h2,
	.thbc-home__section--impact .thbc-home__impact-content h2 {
		font-size: 37px;
	}

	.thbc-home__section-heading > p,
	.thbc-home__section--impact .thbc-home__eyebrow--lime {
		font-size: 15px;
	}

	.thbc-home__section-heading--with-link > .thbc-home__text-link {
		display: none;
	}

	.thbc-home__mobile-link-row {
		display: block;
	}

	.thbc-home__status-topline {
		align-items: flex-start;
		text-align: left;
	}

	.thbc-home__status-card h3,
	.thbc-home__status-card p {
		text-align: center;
	}

	.thbc-home__status-card > a {
		align-self: center;
		text-align: center;
	}

	.thbc-home__status-note {
		align-items: center;
		flex-direction: column;
		gap: 4px;
		text-align: center;
	}

	.thbc-home__impact-media {
		height: auto;
		width: min(100%, 380px);
	}

	.thbc-home__impact-stat-panel {
		padding: 14px 26px;
	}

	.thbc-home__impact-ring {
		right: -54px;
		top: -36px;
		width: 180px;
	}

	.thbc-home__impact-stats {
		grid-template-columns: 1fr;
	}

	.thbc-home__impact-stat,
	.thbc-home__impact-stat:nth-child(odd),
	.thbc-home__impact-stat:nth-child(even),
	.thbc-home__impact-stat:nth-child(n + 3) {
		border-left: 0;
		border-top: 0;
		padding: 24px 0;
	}

	.thbc-home__impact-stat + .thbc-home__impact-stat,
	.thbc-home__impact-stat:nth-child(n + 3) {
		border-top: 1px solid rgba(12, 40, 64, 0.22);
	}

	.thbc-home__membership-media {
		height: 250px;
	}

	.thbc-home__membership-copy h2 {
		font-size: 39px;
	}

	.thbc-home__membership-benefits li {
		justify-content: center;
	}

	.thbc-home__news-body {
		text-align: left;
	}

	.thbc-home__news-card {
		display: block;
	}

	.thbc-home__news-image {
		aspect-ratio: 16 / 10;
		height: auto;
	}

}

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