body.thbc-updates-page {
	background: #ffffff;
}

body.thbc-updates-page .elementor-location-header {
	position: relative;
	z-index: 20;
}

body.thbc-updates-page .elementor-widget-shortcode,
body.thbc-updates-page .elementor-widget-shortcode > .elementor-widget-container,
body.thbc-updates-page .elementor-shortcode {
	margin: 0;
	padding: 0;
}

.thbc-updates,
.thbc-updates * {
	box-sizing: border-box;
	letter-spacing: 0;
}

.thbc-updates {
	--updates-navy: #0c2840;
	--updates-navy-soft: #284257;
	--updates-green: #2d3f29;
	--updates-green-deep: #1f3426;
	--updates-lime: #bac146;
	--updates-lime-bright: #d2da58;
	--updates-cream: #f8f0e3;
	--updates-paper: #ffffff;
	--updates-line: #d7ded7;
	background: var(--updates-paper);
	color: var(--updates-navy);
	font-family: "Lexend", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow: hidden;
}

.thbc-updates h1,
.thbc-updates h2,
.thbc-updates h3,
.thbc-updates p {
	margin-top: 0;
}

.thbc-updates h1,
.thbc-updates h2,
.thbc-updates h3 {
	color: inherit;
	font-family: "DM Serif Display", Georgia, serif;
	font-weight: 400;
}

.thbc-updates a,
.thbc-updates button,
.thbc-updates input,
.thbc-updates select,
.thbc-updates summary {
	font-family: inherit;
}

.thbc-updates a:focus-visible,
.thbc-updates button:focus-visible,
.thbc-updates input:focus-visible,
.thbc-updates select:focus-visible,
.thbc-updates summary:focus-visible {
	outline: 3px solid var(--updates-lime-bright);
	outline-offset: 3px;
}

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

.thbc-updates__hero {
	background-color: var(--updates-green-deep);
	background-image: url("https://texashempbusinesscouncil.com/wp-content/uploads/2024/04/AdobeStock_131913689-1-scaled.jpeg");
	background-position: center 48%;
	background-size: cover;
	color: #ffffff;
	min-height: 680px;
	position: relative;
}

.thbc-updates__hero-shade {
	background: rgba(10, 30, 28, 0.79);
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.thbc-updates__hero::after {
	background: var(--updates-lime);
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
}

.thbc-updates__hero-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 58px;
	padding-top: 62px;
	position: relative;
	z-index: 1;
}

.thbc-updates__wordmark {
	display: block;
	height: auto;
	margin-bottom: 24px;
	max-width: 100%;
	width: 215px;
}

.thbc-updates__eyebrow,
.thbc-updates__section-kicker,
.thbc-updates__form-kicker {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.thbc-updates__eyebrow {
	color: var(--updates-lime-bright);
	text-align: center;
}

.thbc-updates__hero h1 {
	color: #ffffff;
	font-size: 68px;
	line-height: 1.02;
	margin-bottom: 18px;
	max-width: 940px;
	text-align: center;
}

.thbc-updates__hero-copy {
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
	line-height: 1.55;
	margin-bottom: 18px;
	max-width: 830px;
	text-align: center;
}

.thbc-updates__promise {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
	margin: 0;
}

.thbc-updates__promise span {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.thbc-updates__promise span + span::before {
	background: var(--updates-lime);
	content: "";
	height: 5px;
	margin: 0 12px;
	width: 5px;
}

.thbc-updates__form-shell {
	background: #ffffff;
	border-left: 8px solid var(--updates-lime);
	border-radius: 8px;
	box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
	color: var(--updates-navy);
	margin-top: 30px;
	max-width: 980px;
	padding: 24px 26px 22px;
	width: 100%;
}

.thbc-updates__form-heading {
	align-items: baseline;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.thbc-updates__form-kicker {
	color: #63711f;
	flex: 0 0 auto;
	margin: 0;
}

.thbc-updates__form-heading h2,
.thbc-updates__success h2 {
	font-size: 27px;
	line-height: 1.15;
	margin: 0;
}

.thbc-updates__form-content {
	display: grid;
	gap: 12px 16px;
	grid-template-columns: minmax(0, 1fr) 250px;
}

.thbc-updates__field--email {
	grid-column: 1;
	grid-row: 1;
}

.thbc-updates__field label,
.thbc-updates__optional summary {
	color: var(--updates-navy);
	display: block;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.4;
	margin-bottom: 7px;
}

.thbc-updates__field label span,
.thbc-updates__optional summary span {
	color: #697783;
	font-size: 12px;
	font-weight: 500;
}

.thbc-updates__field input,
.thbc-updates__field select {
	appearance: none;
	background: #ffffff;
	border: 1px solid #aeb9bb;
	border-radius: 4px;
	color: var(--updates-navy);
	display: block;
	font-size: 16px;
	height: 52px;
	line-height: 1.35;
	margin: 0;
	padding: 12px 14px;
	transition: border-color 150ms ease, box-shadow 150ms ease;
	width: 100%;
}

.thbc-updates__field select {
	background-image: linear-gradient(45deg, transparent 50%, #40536a 50%), linear-gradient(135deg, #40536a 50%, transparent 50%);
	background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 38px;
}

.thbc-updates__field input:hover,
.thbc-updates__field select:hover {
	border-color: #738384;
}

.thbc-updates__field input:focus,
.thbc-updates__field select:focus {
	border-color: var(--updates-green);
	box-shadow: 0 0 0 3px rgba(186, 193, 70, 0.28);
	outline: 0;
}

.thbc-updates__field input[aria-invalid="true"] {
	border-color: #b3261e;
}

.thbc-updates__field-error {
	color: #a5231b;
	display: block;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
	margin-top: 5px;
}

.thbc-updates__optional {
	border-top: 1px solid var(--updates-line);
	grid-column: 1 / -1;
	grid-row: 3;
	margin-top: 2px;
	padding-top: 10px;
}

.thbc-updates__optional summary {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding: 3px 0;
}

.thbc-updates__optional summary:hover {
	color: #5c681d;
}

.thbc-updates__optional-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 13px;
}

.thbc-updates__consent {
	display: grid;
	grid-column: 1 / -1;
	grid-row: 2;
	grid-template-columns: 20px minmax(0, 1fr);
	margin-top: 1px;
}

.thbc-updates__consent input {
	accent-color: var(--updates-green);
	height: 18px;
	margin: 3px 0 0;
	width: 18px;
}

.thbc-updates__consent label {
	color: #465969;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.thbc-updates__consent .thbc-updates__field-error {
	grid-column: 2;
}

.thbc-updates__submit {
	align-items: center;
	align-self: end;
	background: var(--updates-lime);
	border: 2px solid var(--updates-lime);
	border-radius: 4px;
	color: #172c29;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	grid-column: 2;
	grid-row: 1;
	height: 52px;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	padding: 11px 18px;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	width: 100%;
}

.thbc-updates__submit:hover {
	background: var(--updates-lime-bright);
	border-color: var(--updates-lime-bright);
	color: #172c29;
	transform: translateY(-1px);
}

.thbc-updates__submit:disabled {
	cursor: wait;
	opacity: 0.75;
	transform: none;
}

.thbc-updates__submit-spinner {
	animation: thbc-updates-spin 700ms linear infinite;
	border: 2px solid rgba(23, 44, 41, 0.35);
	border-radius: 50%;
	border-top-color: #172c29;
	display: none;
	height: 18px;
	width: 18px;
}

.thbc-updates__form.is-loading .thbc-updates__submit-label {
	display: none;
}

.thbc-updates__form.is-loading .thbc-updates__submit-spinner {
	display: block;
}

.thbc-updates__privacy {
	color: #62717c;
	font-size: 11px;
	grid-column: 1 / -1;
	grid-row: 4;
	line-height: 1.45;
	margin: 0;
}

.thbc-updates__privacy a {
	color: #526015;
	font-weight: 700;
}

.thbc-updates__honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.thbc-updates__form-status {
	font-size: 13px;
	font-weight: 650;
	line-height: 1.5;
	margin-top: 10px;
}

.thbc-updates__form-status:empty {
	display: none;
}

.thbc-updates__form-status.is-error {
	background: #fff1f0;
	border-left: 4px solid #b3261e;
	color: #81201a;
	padding: 10px 12px;
}

.thbc-updates__success {
	align-items: center;
	display: flex;
	gap: 18px;
	min-height: 132px;
	padding: 18px 8px;
}

.thbc-updates__success[hidden] {
	display: none;
}

.thbc-updates__success-mark {
	align-items: center;
	background: var(--updates-lime);
	border-radius: 50%;
	color: var(--updates-green-deep);
	display: inline-flex;
	flex: 0 0 52px;
	font-size: 25px;
	font-weight: 800;
	height: 52px;
	justify-content: center;
}

.thbc-updates__success p {
	color: #536472;
	font-size: 15px;
	margin: 5px 0 0;
}

.thbc-updates__receive {
	background: var(--updates-cream);
	padding: 92px 0 98px;
}

.thbc-updates__section-head {
	display: grid;
	gap: 24px 64px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
	margin-bottom: 54px;
}

.thbc-updates__section-kicker {
	color: #67721f;
	grid-column: 1 / -1;
	margin: 0 0 -9px;
}

.thbc-updates__section-head h2 {
	font-size: 52px;
	line-height: 1.05;
	margin: 0;
	max-width: 750px;
}

.thbc-updates__section-head > p:last-child {
	align-self: end;
	color: #536472;
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

.thbc-updates__receive-grid {
	border-bottom: 1px solid rgba(12, 40, 64, 0.22);
	border-top: 1px solid rgba(12, 40, 64, 0.22);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.thbc-updates__receive-item {
	min-width: 0;
	padding: 34px 26px 38px;
}

.thbc-updates__receive-item + .thbc-updates__receive-item {
	border-left: 1px solid rgba(12, 40, 64, 0.22);
}

.thbc-updates__receive-number {
	color: #65711c;
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 22px;
}

.thbc-updates__receive-item h3 {
	font-size: 28px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.thbc-updates__receive-item p {
	color: #536472;
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.thbc-updates__mission {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	min-height: 560px;
}

.thbc-updates__mission-image {
	background-color: #dce8ec;
	background-image: url("https://texashempbusinesscouncil.com/wp-content/uploads/2025/07/TEXASP95TY0nhhFY-scaled.jpg");
	background-position: center 37%;
	background-size: cover;
	min-height: 560px;
}

.thbc-updates__mission-copy {
	align-items: center;
	background: var(--updates-navy);
	color: #ffffff;
	display: flex;
	padding: 72px max(42px, calc((100vw - 1216px) / 2 + 28px)) 72px 72px;
}

.thbc-updates__mission-copy-inner {
	max-width: 570px;
}

.thbc-updates__mission-copy .thbc-updates__section-kicker {
	color: var(--updates-lime-bright);
	margin-bottom: 18px;
}

.thbc-updates__mission-copy h2 {
	color: #ffffff;
	font-size: 52px;
	line-height: 1.06;
	margin-bottom: 22px;
}

.thbc-updates__mission-copy p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 26px;
}

.thbc-updates__text-link {
	color: var(--updates-lime-bright) !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.thbc-updates__text-link:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

.thbc-updates__member {
	background: var(--updates-lime);
	color: #172c29;
	padding: 54px 0;
}

.thbc-updates__member-inner {
	align-items: center;
	display: grid;
	gap: 28px 56px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.thbc-updates__member .thbc-updates__section-kicker {
	color: #3f4912;
	margin-bottom: 9px;
}

.thbc-updates__member h2 {
	font-size: 36px;
	line-height: 1.15;
	margin: 0;
	max-width: 780px;
}

.thbc-updates__member-button {
	align-items: center;
	background: var(--updates-navy);
	border: 2px solid var(--updates-navy);
	border-radius: 4px;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 52px;
	padding: 12px 22px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.thbc-updates__member-button:hover {
	background: var(--updates-green-deep);
	border-color: var(--updates-green-deep);
	color: #ffffff !important;
	transform: translateY(-2px);
}

@keyframes thbc-updates-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1024px) {
	.thbc-updates__hero h1 {
		font-size: 58px;
	}

	.thbc-updates__section-head h2,
	.thbc-updates__mission-copy h2 {
		font-size: 44px;
	}

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

	.thbc-updates__receive-item:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(12, 40, 64, 0.22);
	}

	.thbc-updates__receive-item:nth-child(4) {
		border-top: 1px solid rgba(12, 40, 64, 0.22);
	}

	.thbc-updates__mission-copy {
		padding: 64px 42px;
	}
}

@media (max-width: 767px) {
	body.thbc-updates-page .elementor-425 > .elementor-element-7bee0db0 > .elementor-container,
	body.thbc-updates-page .elementor-425 .elementor-element-779ecb97,
	body.thbc-updates-page .elementor-425 .elementor-element-779ecb97 > .elementor-widget-wrap {
		min-height: 88px !important;
	}

	body.thbc-updates-page .elementor-425 .elementor-element-779ecb97 > .elementor-widget-wrap {
		padding: 10px 15px !important;
	}

	body.thbc-updates-page .elementor-425 .elementor-element-5304ec40 img.logo_desktop,
	body.thbc-updates-page .elementor-425 .elementor-element-5304ec40 img.logo_mobile,
	body.thbc-updates-page .elementor-425 .elementor-element-5304ec40 img.logo_sticky {
		height: 68px !important;
		object-fit: contain;
		width: 68px !important;
	}

	body.thbc-updates-page .elementor-425 .elementor-element-3b20350f {
		display: none !important;
	}

	.thbc-updates__container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.thbc-updates__hero {
		background-position: 57% center;
		min-height: 0;
	}

	.thbc-updates__hero-inner {
		padding-bottom: 38px;
		padding-top: 38px;
	}

	.thbc-updates__wordmark {
		margin-bottom: 18px;
		width: 178px;
	}

	.thbc-updates__eyebrow {
		font-size: 12px;
		margin-bottom: 9px;
	}

	.thbc-updates__hero h1 {
		font-size: 42px;
		line-height: 1.02;
		margin-bottom: 14px;
	}

	.thbc-updates__hero-copy {
		font-size: 16px;
		line-height: 1.52;
		margin-bottom: 14px;
	}

	.thbc-updates__promise span {
		font-size: 11px;
	}

	.thbc-updates__promise span + span::before {
		margin: 0 8px;
	}

	.thbc-updates__form-shell {
		border-left-width: 6px;
		margin-top: 22px;
		padding: 18px 16px 16px;
	}

	.thbc-updates__form-heading {
		display: block;
		margin-bottom: 13px;
	}

	.thbc-updates__form-kicker {
		font-size: 11px;
		margin-bottom: 4px;
	}

	.thbc-updates__form-heading h2,
	.thbc-updates__success h2 {
		font-size: 23px;
	}

	.thbc-updates__form-content {
		gap: 10px;
		grid-template-columns: minmax(0, 1fr);
	}

	.thbc-updates__field--email {
		grid-column: 1;
		grid-row: 1;
	}

	.thbc-updates__field label {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.thbc-updates__field input,
	.thbc-updates__field select {
		font-size: 16px;
		height: 50px;
	}

	.thbc-updates__consent {
		grid-column: 1;
		grid-row: 2;
	}

	.thbc-updates__submit {
		grid-column: 1;
		grid-row: 3;
		height: 50px;
	}

	.thbc-updates__optional {
		grid-column: 1;
		grid-row: 4;
		padding-top: 7px;
	}

	.thbc-updates__optional summary {
		font-size: 12px;
		padding: 1px 0;
	}

	.thbc-updates__optional-grid {
		grid-template-columns: 1fr;
		padding-top: 10px;
	}

	.thbc-updates__privacy {
		grid-column: 1;
		grid-row: 5;
	}

	.thbc-updates__receive {
		padding: 68px 0 72px;
	}

	.thbc-updates__section-head {
		display: block;
		margin-bottom: 34px;
	}

	.thbc-updates__section-head .thbc-updates__section-kicker {
		margin-bottom: 10px;
	}

	.thbc-updates__section-head h2 {
		font-size: 39px;
		margin-bottom: 18px;
	}

	.thbc-updates__section-head > p:last-child {
		font-size: 16px;
	}

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

	.thbc-updates__receive-item,
	.thbc-updates__receive-item:nth-child(3),
	.thbc-updates__receive-item:nth-child(4) {
		border-left: 0;
		border-top: 1px solid rgba(12, 40, 64, 0.22);
		padding: 27px 4px 30px;
	}

	.thbc-updates__receive-item:first-child {
		border-top: 0;
	}

	.thbc-updates__receive-number {
		margin-bottom: 14px;
	}

	.thbc-updates__receive-item h3 {
		font-size: 27px;
		margin-bottom: 8px;
	}

	.thbc-updates__receive-item p {
		font-size: 15px;
	}

	.thbc-updates__mission {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.thbc-updates__mission-image {
		background-position: center 34%;
		min-height: 390px;
	}

	.thbc-updates__mission-copy {
		padding: 58px 18px 62px;
	}

	.thbc-updates__mission-copy-inner {
		margin: 0 auto;
		max-width: 100%;
	}

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

	.thbc-updates__mission-copy p {
		font-size: 16px;
	}

	.thbc-updates__member {
		padding: 46px 0;
	}

	.thbc-updates__member-inner {
		grid-template-columns: 1fr;
	}

	.thbc-updates__member h2 {
		font-size: 31px;
	}

	.thbc-updates__member-button {
		width: 100%;
	}
}

@media (max-width: 390px) {
	.thbc-updates__hero h1 {
		font-size: 38px;
	}

	.thbc-updates__promise {
		row-gap: 5px;
	}

	.thbc-updates__promise span {
		font-size: 10px;
	}

	.thbc-updates__promise span + span::before {
		margin: 0 6px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thbc-updates__submit,
	.thbc-updates__member-button,
	.thbc-updates__submit-spinner {
		animation: none;
		transition: none;
	}
}

