/**
 * Get Involved (page 96): boxed layout, volunteering columns + content sections.
 */

body.page-id-96 {
	--hfh-gi-box-width: 1140px;
}

body.page-id-96 .site-content .ast-container {
	max-width: var(--hfh-gi-box-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 3vw, 1.5rem);
	padding-right: clamp(1rem, 3vw, 1.5rem);
	width: 100%;
	box-sizing: border-box;
}

body.page-id-96 .site-content #primary,
body.page-id-96 .entry-content,
body.page-id-96 .site-content .elementor {
	width: 100%;
	max-width: 100%;
}

body.page-id-96 .elementor.elementor-96 {
	max-width: var(--hfh-gi-box-width);
	margin-left: auto;
	margin-right: auto;
}

body.page-id-96 .hfh-gi-page-box,
body.page-id-96 .hfh-gi-page-box > .e-con-inner {
	width: 100%;
	max-width: var(--hfh-gi-box-width);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

body.page-id-96 .hfh-gi-hero-section {
	padding-top: clamp(1.25rem, 3vw, 2rem);
	padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

body.page-id-96 .hfh-gi-hero-heading .elementor-heading-title {
	color: #111111 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(1.75rem, 3.2vw, 2.25rem) !important;
	line-height: 1.15 !important;
	text-transform: none;
	text-align: left;
}

body.page-id-96 .hfh-gi-hero-photo .elementor-widget-container {
	overflow: hidden;
	line-height: 0;
}

body.page-id-96 .hfh-gi-hero-photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1024 / 589;
	object-fit: cover;
}

/* Boxed gray volunteering band */
body.page-id-96 .hfh-gi-volunteer-band {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #efefef !important;
	background-color: #efefef !important;
	box-sizing: border-box;
}

body.page-id-96 .hfh-gi-volunteer-band > .e-con-inner {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	box-sizing: border-box;
}

body.page-id-96 .hfh-gi-volunteer-grid > .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
	width: 100%;
}

body.page-id-96 .hfh-gi-volunteer-col {
	border-right: 1px solid #c8c8c8;
	box-sizing: border-box;
	padding: clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.2vw, 1.35rem) clamp(1.5rem, 3vw, 2rem);
}

body.page-id-96 .hfh-gi-volunteer-col:last-child {
	border-right: none;
}

/* Photos — equal height, full column width */
body.page-id-96 .hfh-gi-volunteer-photo .elementor-widget-container {
	overflow: hidden;
	line-height: 0;
}

body.page-id-96 .hfh-gi-volunteer-photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* Typography */
body.page-id-96 .hfh-gi-volunteer-col .elementor-heading-title {
	color: #00afd7 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(1.05rem, 1.6vw, 1.35rem) !important;
	line-height: 1.25 !important;
	text-transform: none;
}

body.page-id-96 .hfh-gi-volunteer-copy,
body.page-id-96 .hfh-gi-volunteer-copy p,
body.page-id-96 .hfh-gi-volunteer-copy li {
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size: 0.95rem;
	line-height: 1.55;
}

body.page-id-96 .hfh-gi-volunteer-copy p {
	margin: 0 0 0.85em;
}

body.page-id-96 .hfh-gi-volunteer-copy p:last-child {
	margin-bottom: 0;
}

body.page-id-96 .hfh-gi-volunteer-copy ul {
	margin: 0 0 0.85em;
	padding-left: 1.15em;
}

body.page-id-96 .hfh-gi-volunteer-copy li {
	margin-bottom: 0.35em;
}

body.page-id-96 .hfh-gi-volunteer-copy strong {
	font-weight: 700;
}

@media (max-width: 921px) {
	body.page-id-96 .hfh-gi-volunteer-grid > .e-con-inner {
		grid-template-columns: 1fr;
	}

	body.page-id-96 .hfh-gi-volunteer-col {
		border-right: none;
		border-bottom: 1px solid #c8c8c8;
	}

	body.page-id-96 .hfh-gi-volunteer-col:last-child {
		border-bottom: none;
	}
}

/* Boxed white content band */
body.page-id-96 .hfh-gi-content-band {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff !important;
	background-color: #ffffff !important;
	box-sizing: border-box;
}

body.page-id-96 .hfh-gi-content-band > .e-con-inner {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

body.page-id-96 .hfh-gi-stories-section {
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	padding-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.page-id-96 .hfh-gi-stories-kicker-wrap {
	margin: 0;
}

body.page-id-96 .hfh-gi-stories-kicker-row {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

body.page-id-96 .hfh-gi-stories-kicker-row__triangle {
	flex: 0 0 auto;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 9px solid #111111;
}

body.page-id-96 .hfh-gi-stories-kicker-row__line {
	flex: 0 0 auto;
	width: 2.75rem;
	height: 2px;
	background: #b9d43a;
}

body.page-id-96 .hfh-gi-stories-kicker-row__label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	color: #b9d43a;
}

body.page-id-96 .hfh-gi-stories-heading .elementor-heading-title {
	color: #00afd7 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(1.65rem, 3vw, 2.1rem) !important;
	line-height: 1.15 !important;
	text-transform: none;
}

body.page-id-96 .hfh-gi-partner-section {
	border-left: 1px solid #111111;
	margin-left: clamp(0.35rem, 1.5vw, 0.75rem);
	padding-left: clamp(1.1rem, 2.8vw, 1.75rem);
	padding-top: clamp(0.25rem, 1vw, 0.5rem);
	padding-bottom: clamp(0.5rem, 1.5vw, 1rem);
}

body.page-id-96 .hfh-gi-partner-kicker .elementor-heading-title {
	color: #00afd7 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem) !important;
	line-height: 1.25 !important;
	text-transform: none;
}

body.page-id-96 .hfh-gi-partner-heading .elementor-heading-title {
	color: #00afd7 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(1.65rem, 3vw, 2.1rem) !important;
	line-height: 1.15 !important;
	text-transform: lowercase;
}

body.page-id-96 .hfh-gi-partner-copy,
body.page-id-96 .hfh-gi-partner-copy p,
body.page-id-96 .hfh-gi-partner-copy li {
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size: 0.95rem;
	line-height: 1.55;
}

body.page-id-96 .hfh-gi-partner-copy p {
	margin: 0 0 0.85em;
}

body.page-id-96 .hfh-gi-partner-copy p:last-child {
	margin-bottom: 0;
}

body.page-id-96 .hfh-gi-partner-copy ul {
	margin: 0;
	padding-left: 1.15em;
}

body.page-id-96 .hfh-gi-partner-copy li {
	margin-bottom: 0.35em;
}

body.page-id-96 .hfh-gi-partners-offers-section {
	margin-left: clamp(0.35rem, 1.5vw, 0.75rem);
	padding-left: clamp(1.1rem, 2.8vw, 1.75rem);
	padding-top: clamp(0.75rem, 2vw, 1.25rem);
	padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
	border-left: 1px solid #111111;
}

body.page-id-96 .hfh-gi-support-section {
	border-left: 3px solid #00afd7;
	margin-left: clamp(0.35rem, 1.5vw, 0.75rem);
	padding-left: clamp(1.1rem, 2.8vw, 1.75rem);
	padding-top: clamp(0.25rem, 1vw, 0.5rem);
	padding-bottom: clamp(2rem, 4vw, 3rem);
}

body.page-id-96 .hfh-gi-fundraise-copy,
body.page-id-96 .hfh-gi-other-support-copy {
	margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

body.page-id-96 .hfh-gi-support-heading .elementor-heading-title {
	color: #00afd7 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem) !important;
	line-height: 1.25 !important;
	text-transform: none;
}

body.page-id-96 .hfh-gi-support-copy,
body.page-id-96 .hfh-gi-support-copy p,
body.page-id-96 .hfh-gi-support-copy li {
	font-family: Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size: 0.95rem;
	line-height: 1.55;
}

body.page-id-96 .hfh-gi-support-copy p {
	margin: 0 0 0.85em;
}

body.page-id-96 .hfh-gi-support-copy p:last-child {
	margin-bottom: 0;
}

body.page-id-96 .hfh-gi-support-copy ul {
	margin: 0 0 0.85em;
	padding-left: 1.15em;
}

body.page-id-96 .hfh-gi-support-copy li {
	margin-bottom: 0.35em;
}

body.page-id-96 .hfh-gi-support-copy strong {
	font-weight: 700;
}

@media (max-width: 640px) {
	body.page-id-96 .hfh-gi-partner-section,
	body.page-id-96 .hfh-gi-partners-offers-section,
	body.page-id-96 .hfh-gi-support-section {
		margin-left: 0;
		padding-left: clamp(0.85rem, 4vw, 1.1rem);
	}
}
