@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

#top .padd_top_normal .template-page {
	padding-top: 100px;
}

#top .padd_bot_normal .template-page {
	padding-bottom: 100px;
}

#top .subtitle_cont .av-special-heading-tag {
	color: var(--marathon-f-8-a-717, #F8A717);
	font-size: 20px;
	font-weight: 500;
	font-family: Inter;
	line-height: normal;
	letter-spacing: -0.2px;
	text-transform: unset;
}

#top .main_section_title .av-special-heading-tag {
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 44px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: -1.76px;
	text-transform: unset;
}

#top .marg_top_32 {
	margin-top: 32px;
}

#top .special_amp {
    font-family: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
	color: inherit !important;
}

#top .main_btn_cont .avia-button {
    border-radius: 999px;
    background: var(--marathon-f-8-a-717, #F8A717);
    padding: 20px 28px;
    color: var(--marathon-0-a-0903, #0A0903);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border: unset !important;
    margin: 0px !important;
    display: flex;
    align-items: center;
    gap: 12px;
	opacity: 1 !important; 
	transition: background .2s ease;
}

#top .main_btn_cont .avia-button:hover {
	background: #ffa70b;
}

#top .main_btn_cont .avia-button::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #0A0903;
}

#top .main_p_cont *:first-child {
	margin-top: 0px;
}

#top .main_p_cont *:last-child {
	margin-bottom: 0px;
}

#top .main_p_cont * {
	color: rgb(10 9 3 / 64%);
	font-family: Inter;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.2px;
}

#top .main_p_cont strong {
	color: var(--marathon-0-a-0903, #0A0903);
	font-weight: 600;
}

#top .main_p_cont a {
	color: var(--marathon-7-c-0-f-54, #7C0F54);
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#top .main_p_cont h1, #top .main_p_cont h1 *, #top .main_p_cont h2, #top .main_p_cont h2 *, #top .main_p_cont h3, #top .main_p_cont h3 * {
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: -0.64px;
}

#top .main_p_cont h4, #top .main_p_cont h4 *, #top .main_p_cont h5, #top .main_p_cont h5 *, #top .main_p_cont h6, #top .main_p_cont h6 * {
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.44px;
}

#top .logo-grid {
	display: grid;
	grid-template-columns: repeat(var(--logo-grid-columns, 3), 1fr);
	gap: 4px;
}
 
#top .logo-grid__card {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f5;
	border-radius: 8px;
	padding: 24px;
	min-height: 130px;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}
 
#top a.logo-grid__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgb(0 0 0 / 29%);
    z-index: 20;
}
 
#top .logo-grid__card--featured {
	grid-column: span 2;
}
 
#top .logo-grid__img {
	max-width: 100%;
	max-height: 70px;
	width: auto;
	height: auto;
	object-fit: contain;
}

#top .marg_top_40 {
	margin-top: 40px;
}

#top .fullheight_col::before {
	display: none;
}

#top .fullheight_col {
	display: grid;
    grid-template-rows: max-content 1fr max-content;
}

#top .about_us_sect .entry-content-wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 100px;
}

#top .about_us_sect .entry-content-wrapper::before, #top .about_us_sect .entry-content-wrapper::after {
	display: none;
}

#top .about_us_sect .entry-content-wrapper .flex_column {
	width: 100%;
	margin: 0px;
}

#top .bg_grey {
	max-width: 100%;
}

#top #scroll-top-link, #top .avia-menu-fx {
	display: none !important;
}

#top #header_main {
	border: unset !important;
}

#top .logo a {
	display: flex;
    align-items: center;
}

#top .av-main-nav > li > a {
    padding: 0px;
    color: var(--marathon-0-a-0903, #0A0903);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    transition: color .2s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

#top .av-main-nav > li > a::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #F8A717;
	border-radius: 100%;
}

#top .av-main-nav > li > a:hover {
	color: #7C0F54 !important;
}

#top .av-main-nav {
	display: flex;
	gap: 20px;
}

#top .menu_btn_cont .avia-menu-text {
	color: var(--marathon-7-c-0-f-54, #7C0F54);
	font-weight: 500;
	border-radius: 999px;
	border: 2px solid var(--marathon-7-c-0-f-54, #7C0F54);
	background: var(--marathon-ffffff, #FFF);
	padding: 10px 18px;
	line-height: 1 !important;
	transition: background .2s ease, color .2s ease;
}

#top .menu_btn_cont a:hover .avia-menu-text {
	background: var(--marathon-7-c-0-f-54, #7C0F54) !important;
	color: #ffffff !important;
}

#top .header_bg {
    opacity: 1 !important;
}

#top .rotating_text_sect .template-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

#top .rotating_text_sect .container {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}
 
.site-footer__top {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}
 
.site-footer__brand {
	flex: 1 1 40%;
	position: relative;
	min-height: 170px;
}
 
.site-footer__logo {
	position: relative;
	z-index: 1;
	max-width: 190px;
	height: auto;
}
 
#top .site-footer__watermark {
    position: absolute;
    top: 1px;
    left: 260px;
    max-height: 280px;
    width: auto;
    opacity: 1;
    pointer-events: none;
}
 
.site-footer__col {
	flex: 0 0 auto;
	min-width: 170px;
}
 
#top .site-footer__heading {
	margin: 0 0 18px;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.68px;
	opacity: 0.56;
	text-transform: uppercase;
}
 
#top .site-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 15px;
}
 
#top .site-footer__links a {
	position: relative;
	padding-left: 10px;
	text-decoration: none;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	transition: color .2s ease;
	line-height: 24px;
}
 
#top .site-footer__links a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #F8A717;
}
 
#top .site-footer__links a:hover {
	color: #F8A717;
}

#top .site-footer__links li, #top .site-footer__socials li, #top .site-footer__legal li {
	margin-left: 0px;
	padding: 0px;
}
 
#top .site-footer__socials {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}
 
#top .site-footer__socials a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
	transition: color .2s ease;
}
 
#top svg {
	display: block;
}

#top .site-footer__socials svg {
	width: 20px;
	height: 20px;
	flex: none;
}
 
#top .site-footer__socials a:hover {
	color: #F8A717;
}
 
/* ---- CTA column ---- */
.site-footer__cta {
	flex: 0 0 auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 28px;
}
 
.site-footer__totop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid var(--footer-rule);
	border-radius: 10px;
	background: #fff;
	color: var(--footer-credit);
	text-decoration: none;
	transition: background .2s ease;
}
 
.site-footer__totop:hover {
	background: #faf9f7;
}
 
/* ---- Rules ---- */
#top .site-footer__rule {
	border: 0;
	border-top: 1px solid var(--marathon-dfe-1-e-5, #DFE1E5) !important;
	margin: 32px 0;
}
 
/* ---- Description ---- */
#top .site-footer__desc {
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
}
 
#top .site-footer__desc p {
	margin: 0;
}
 
/* ---- Bottom bar ---- */
.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
 
#top .site-footer__copy {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	color: rgba(0, 0, 0, 0.64);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
 
#top .site-footer__copy a {
	color: var(--marathon-7-c-0-f-54, #7C0F54);
	font-weight: 500;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
 
#top .site-footer__badge {
	padding: 4px 12px;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 999px;
	background: var(--marathon-f-8-a-717, #F8A717);
}
 
#top .site-footer__legal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
}
 
#top .site-footer__legal a {
	position: relative;
	padding-left: 10px;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: color .2s ease;
}
 
#top .site-footer__legal a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #F8A717;
}
 
#top .site-footer__legal a:hover {
	color: #F8A717;
}

#top .footer_top_line {
	position: relative;
}

#top .go_to_top {
	position: absolute;
    top: -44px;
    right: 0px;
}

#top .home_intro_sect .av-section-color-overlay {
	background-repeat: repeat-x;
    background-position: center;
}

#top .home_intro_sect .template-page {
	padding-bottom: 0px;
}

#top .home_intro_sect .flex_column_table {
	position: absolute;
    bottom: 104px;
    z-index: 40;
}

#top .home_intro_img img {
	margin-top: -208px;
    margin-left: 184px;
    margin-bottom: -22px;
}

#top .home_intro_sect .main_p_cont * {
    color: rgb(10 9 3);
}

#top .main_btn_cont_purple .avia-button {
    background: #7C0F54;
	color: #ffffff;
}

#top .main_btn_cont_purple .avia-button:hover {
    background: #3d0729;
}

#top .main_btn_cont_purple .avia-button::before {
    background: #FFF;
}

#top .main_btn_cont_white .avia-button {
    background: #ffffff;
	color: #7C0F54;
}

#top .main_btn_cont_white .avia-button:hover {
    background: #ffd9d9;
}

#top .main_btn_cont_white .avia-button::before {
    background: #7C0F54;
}

#top .powered_by_cont {
	display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}

#top .powered_by_cont span {
	display: block;
	color: var(--marathon-ffffff, #FFF);
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.x-marquee {
	--x-orange: #f8a717;
	--x-orange-text: #1c1c1c;
	--x-purple: #7a1452;
	--x-purple-text: #ffffff;
	--x-angle: 3deg;
	--x-marquee-height: 200px;
	--x-duration: 60s;
 
	position: relative;
	overflow: hidden;
	height: var(--x-marquee-height);
	background: transparent;
}
 
/* The two diagonal bands */
.x-marquee__band {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;                 /* wider than the box so rotated ends stay covered */
	padding: 12px 0;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -1.76px;
	white-space: nowrap;
	user-select: none;
}
 
.x-marquee__band--orange {
	background: var(--x-orange);
	color: var(--x-orange-text);
	transform: translate(-50%, -50%) rotate(var(--x-angle));
	z-index: 2;                  /* orange sits on top, as in the design */
}
 
.x-marquee__band--purple {
	background: var(--x-purple);
	color: var(--x-purple-text);
	transform: translate(-50%, -50%) rotate(calc(var(--x-angle) * -1));
	z-index: 1;
}
 
/* Scrolling track: two identical groups, shifted by one group width */
.x-marquee__track {
	display: flex;
	flex: none;
	will-change: transform;
	animation: x-scroll var(--x-duration) linear infinite;
}
 
/* Opposite direction for the purple band */
.x-marquee__band--purple .x-marquee__track {
	animation-direction: reverse;
}
 
.x-marquee__group {
	display: flex;
	flex: none;
}
 
.x-marquee__item {
	display: inline-flex;
	align-items: center;
}
 
.x-marquee__sep {
	margin: 0 .65em;
	opacity: .85;
}
 
@keyframes x-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
 
/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
	.x-marquee__track {
		animation: none;
	}
}

#top .make_impact_text_col {
	padding: 64px;
	border-radius: 20px;
}

#top .make_impact_text_col .main_section_title * {
	color: #ffffff;
}

#top .make_impact_text_col .main_p_cont * {
	color: var(--marathon-ffffff, #FFF);
	opacity: 0.72;
}

#top .make_impact_img_col {
	border-radius: 20px;
	background-size: 700px !important;
}

#top .make_impact_sect .flex_column_table {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 8px;
	margin-top: 8px !important;
}

#top .make_impact_sect .flex_column_table .flex_column {
	width: 100%;
	margin: 0px;
}

#top .make_impact_sect .template-page {
	padding-top: 8px;
	padding-bottom: 8px;
}

#top .make_impact_sect .container {
	max-width: 1596px;
}

#top .event-schedule {
	--sched-heading-bg: #e4e2e6;
	--sched-cell-bg: #F8F8F8;
	--sched-text: #353438;
	--sched-muted: #9a979e;
	--sched-gap: 8px;
	--sched-radius: 8px;
	--sched-time-width: 120px;
	--sched-scale: 1px;       
 
	display: flex;
	flex-direction: column;
	gap: 28px;
	color: var(--sched-text);
}
 
#top .sched__day {
	display: flex;
	flex-direction: column;
	gap: var(--sched-gap);
}
 
#top .sched__heading {
	border-radius: 8px;
	background: var(--marathon-dfe-1-e-5, #DFE1E5);	
	padding: 14px;
	text-align: center;
	text-transform: uppercase;
	color: var(--marathon-0-a-0903, #0A0903);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.96px;
	text-transform: uppercase;
}
 
/* Two time-axis columns of equal height */
.sched__body {
	display: flex;
	gap: var(--sched-gap);
	align-items: stretch;
}
 
.sched__left,
.sched__fix {
	position: relative;
	height: calc(var(--total) * var(--sched-scale));
}
 
.sched__left { flex: 1.5 1 0; }
.sched__fix  { flex: 1 1 0; }
 
/* A slot block, positioned and sized by time */
.sched__row {
	position: absolute;
	left: 0;
	right: 0;
	top: calc((var(--t) - var(--start)) * var(--sched-scale));
	height: calc(var(--d) * var(--sched-scale) - var(--sched-gap));
	display: flex;
	gap: var(--sched-gap);
}
 
#top .sched__time {
	flex: 0 0 var(--sched-time-width);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--sched-cell-bg);
	border-radius: var(--sched-radius);
	color: var(--000000, #000);
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1.08px;
	text-transform: uppercase;
}
 
#top .sched__event {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 18px;
	background: var(--sched-cell-bg);
	border-radius: var(--sched-radius);
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
 
/* A fixture, positioned and sized by its start/end time */
#top .sched__fixture {
	position: absolute;
	left: 0;
	right: 0;
	top: calc((var(--t) - var(--start)) * var(--sched-scale));
	height: calc(var(--d) * var(--sched-scale) - var(--sched-gap));
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 8px 16px;
	background: var(--sched-cell-bg);
	border-radius: var(--sched-radius);
	overflow: hidden;
}
 
#top .sched__logo {
	max-height: 62px;
	max-width: 90px;
	width: auto;
	object-fit: contain;
}
 
#top .sched__vs {
	flex: none;
	color: var(--marathon-0-a-0903, #0A0903);
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
}

#top .reviews_col {
	padding: 64px;
	border-radius: 20px;
	background: var(--marathon-f-8-a-717, #F8A717);
}

.tst {
	--tst-bg: #f5a623;
	--tst-text: #1a1a1a;
	--tst-label: #9a6a12;
	--tst-avatar: 72px;
	--tst-avatar-active: 104px;
 
	background: var(--tst-bg);
	color: var(--tst-text);
}
 
.tst__inner {
	display: flex;
	gap: 56px;
	align-items: center;
}
 
.tst__left  { flex: 1 1 44%; min-width: 0; }
.tst__right { flex: 1 1 56%; min-width: 0; }
 
#top .tst__eyebrow {
	margin: 0 0 120px;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.2px;
}
 
/* ---- Avatars (navigation slider) ---- */
.tst-nav { max-width: 420px; }
 
.tst-nav .splide__list {
	align-items: flex-start;
}
 
#top .quote_icon {
    position: absolute;
    top: -2px;
    right: -16px;
}

.tst__thumb {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	outline: none;
}
 
.tst__avatar {
	position: relative;
	display: block;
	width: var(--tst-avatar);
	height: var(--tst-avatar);
	transition: width .25s ease, height .25s ease;
}
 
.tst__avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	opacity: .85;
	transition: opacity .25s ease;
}
 
.tst__badge {
	position: absolute;
	top: -4px;
	right: -2px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 40px;
	line-height: 1;
	color: var(--tst-text);
	opacity: 0;
	transition: opacity .2s ease;
}
 
.tst__person {
	margin-top: 14px;
	text-align: center;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity .2s ease;
}
 
#top .tst__name {
    display: block;
    color: var(--marathon-0-a-0903, #0A0903);
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.2px;
}

#top .tst__role { 
	display: block; 
	color: var(--marathon-0-a-0903, #0A0903);
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	opacity: 0.72;
}

#top .splide__slide {
	margin-left: 0px !important;
	padding: 0px !important;
}
 
#top .tst__thumb .tst__avatar {
	width: var(--tst-avatar-active);
	height: var(--tst-avatar-active);
}

#top .tst__thumb.is-active .tst__avatar img { opacity: 1; }

#top .tst__thumb.is-active .tst__badge { opacity: 1; }

#top .tst__thumb.is-active .tst__person {
	opacity: 1;
	max-height: 80px;
}
 
/* ---- Right: number / label / quote ---- */
#top .tst__number {
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 64px;
	font-weight: 600;
	line-height: 68px;
	letter-spacing: -1.92px;
}
 
#top .tst__label {
	margin-top: 12px;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 44px;
	font-weight: 600;
	line-height: 48px;
	opacity: 0.56;
	letter-spacing: -1.76px;
}
 
#top .tst__quote_cont {
	margin-top: 40px;
}

#top .tst__quote {
	color: var(--marathon-0-a-0903, #0A0903) !important;
}
 
/* ---- Arrows ---- */
#top .tst__arrows {
	display: flex;
	gap: 14px;
	margin-top: 36px;
}
 
#top .tst__arrow {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1.5px solid rgba(0, 0, 0, .45);
	background: transparent;
	color: var(--tst-text);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .2s ease, border-color .2s ease;
}
 
#top .tst__arrow:hover { background: rgba(0, 0, 0, .08); }
 
#top .tst__arrow[data-dir="<"] svg { transform: scaleX(-1); }

#top .announce-bar {
	display: flex;
	align-items: center;
	gap: 16px;
	box-sizing: border-box;
}
 
/* --- arrows (left) ----------------------------------------------------- */
#top .announce-bar__arrows {
	display: flex;
	align-items: center;
	gap: 0px;
	flex: 0 0 auto;
}
 
#top .announce-bar__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: rgba(255,255,255,.4);
	cursor: pointer;
	transition: background .15s ease, color .15s ease;
}
 
#top .announce-bar__arrow:hover {
	color: #fff;
}
 
#top .announce-bar__arrow svg { display: block; }
 
/* --- slider ------------------------------------------------------------ */
#top .announce-bar__splide { flex: 1 1 auto; min-width: 0; }
#top .announce-bar__splide .splide__track { overflow: hidden; }
 
#top .announce-bar__slide {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: left;
}
 
#top .announce-bar__title {
	color: var(--marathon-ffffff, #FFF);
	font-family: Inter;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
	flex: 0 0 auto;
}
 
#top .announce-bar__content { 
	color: rgba(255, 255, 255, 0.80);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

#top .announce-bar__content p { display: inline; margin: 0; }

#top .announce-bar__content strong { 
	color: var(--marathon-ffffff, #FFF);
	font-weight: 500; 
}

#top .banner_sect {
	min-height: unset !important;
}

#top .banner_sect .template-page {
	padding-top: 24px;
	padding-bottom: 24px;
}

#top form, #top fieldset {
    margin-bottom: 0px;
}

#top .gform_image_button {
	padding: 0px !important;
	border-radius: 0px !important;
	border: unset !important;
	outline: unset !important;
	box-shadow: unset !important;
	background: transparent !important;
}

#top .donation_sect .fullheight_col {
	grid-template-rows: repeat(3, max-content) !important;
}

#top .gform_heading {
	display: none !important;
}

#top .gfield_label {
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 10px;
	opacity: 0.56;
	align-items: baseline;
    display: flex !important;
    flex-wrap: wrap;
    gap: var(--gf-label-req-gap);
}

#top .gfield_required_asterisk, #top .gfield_required {
	opacity: 1 !important;
	color: red !important;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	color: var(--marathon-0-a-0903, #0A0903) !important;
	font-family: Inter !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: normal !important;
	border: unset !important;
	padding: 0px !important;
	padding-bottom: 10px !important;
	background: transparent !important;
	outline: unset !important;
	box-shadow: unset !important;
	border-bottom: 1px solid #DFE1E5 !important;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color select {
	height: max-content;
}

#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
    background-image: url(/wp-content/uploads/2026/06/lucide_chevron-down-4.svg) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}

#top .gform_validation_errors {
	display: none !important;
}

#top .gform-theme--foundation .gform_fields {
    grid-row-gap: 26px;
    row-gap: 26px;
}

#top .gfield_consent_label {
	color: var(--marathon-0-a-0903, rgba(10, 9, 3, 0.72));
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

#top .gfield_consent_label a, #top .gfield_consent_label strong {
	color: var(--marathon-0-a-0903, #0A0903);
	font-weight: 500;
}

/* Gravity Forms — custom purple checkboxes */
#top .gform_wrapper input[type="checkbox"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	width: 24px !important;
	height: 24px !important;
	margin: 0 8px 0 0;
	padding: 0 !important;
	border: 2px solid var(--marathon-7-c-0-f-54, #7C0F54) !important;
	border-radius: 4px !important;
	background-color: #fff !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	cursor: pointer;
	vertical-align: middle;
	flex: 0 0 auto;
	transition: background-color .15s ease, border-color .15s ease;
}

#top .gform_wrapper input[type="checkbox"]:checked {
	background-color: var(--marathon-7-c-0-f-54, #7C0F54) !important;
	border-color: var(--marathon-7-c-0-f-54, #7C0F54) !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3332 4L5.99984 11.3333L2.6665 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-size: 16px 16px !important;
}

#top .gform_wrapper input[type="checkbox"]:focus-visible {
	outline: 2px solid rgba(124, 15, 84, .35);
	outline-offset: 2px;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	display: none !important;
}

.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    align-items: center !important;
}

/* Gravity Forms — custom orange radio buttons */
#top .gform_wrapper input[type="radio"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0 8px 0 0;
	padding: 0 !important;
	border: 2px solid var(--marathon-f-8-a-717, #F8A717) !important;
	border-radius: 50% !important;
	background: #fff !important;
	cursor: pointer;
	vertical-align: middle;
	flex: 0 0 auto;
	transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

#top .gfield_price input[type="radio"] {
	border: 2px solid var(--marathon-f-8-a-717, #7C0F54) !important;
}

/* selected: orange ring, white gap, orange centre dot */
#top .gform_wrapper input[type="radio"]:checked {
	background: radial-gradient(circle, var(--marathon-f-8-a-717, #F8A717) 0 42%, #fff 48% 100%) !important;
}

#top .gfield_price input[type="radio"]:checked {
	background: radial-gradient(circle, var(--marathon-f-8-a-717, #7C0F54) 0 42%, #fff 48% 100%) !important;
}

#top .gfield_radio label {
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 6px !important;
}

/* bold the chosen label, like the screenshot */
#top .gform_wrapper input[type="radio"]:checked + label {
	font-weight: 600;
}

#top .gform_wrapper input[type="radio"]:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(248, 167, 23, .30);
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    display: flex;
    flex-direction: row;
    gap: 36px;
    flex-wrap: wrap;
}

#top .gform_confirmation_message {
	color: var(--marathon-0-a-0903, #0A0903);
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.76px;
    text-transform: unset;
}

#top .get_in_touch_header .container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}

#top .get_in_touch_header .template-page {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#top .get_in_touch_header iframe {
	display: block;
	width: 100%;
	height: 700px;
}

#top .contact_textblock ul {
    margin-bottom: -16px;
    margin-left: 0px;
}

#top .contact_textblock ul li::marker {
	color: #F8A717;
}

#top .contact_textblock ul li {
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.2px;
}

:root {
	--pg-orange: #F8A717;
	--pg-title:  #15171a;
	--pg-meta:   #6b7280;
	--pg-date:   #2b2b2b;
	--pg-border: #e6e6e6;
	--pg-radius: 14px;
}
 
#top .posts-grid-wrap { width: 100%; }
 
#top .posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 28px;
}
 
#top .posts-grid__card { display: flex; flex-direction: column; }
 
/* --- image ------------------------------------------------------------- */
#top .posts-grid__media {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16 / 11;
	background: #f0f0f1;
}

#top .posts-grid__media img,
#top .posts-grid__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

#top .posts-grid__media:hover img { transform: scale(1.04); }
#top .posts-grid__media--empty { background: linear-gradient(135deg, #efe6f0, #f6ede9); }
 
/* --- text -------------------------------------------------------------- */
#top .posts-grid__body { padding-top: 16px; display: flex; flex-direction: column; }
 
#top .posts-grid__date {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 20px;
	color: var(--marathon-7-c-0-f-54, #7C0F54);
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

#top .posts-grid__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #7C0F54;
	flex: 0 0 auto;
}
 
#top .posts-grid__title {
	margin: 0 0 12px;
	color: var(--marathon-0-a-0903, #0A0903);
	font-family: Inter;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color .2s ease;
}

#top .posts-grid__card:hover .posts-grid__title { color: var(--pg-orange); }
 
#top .posts-grid__meta {
    display: flex;
    margin: 0 0 18px;
    color: var(--marathon-0-a-0903, #0A0903);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.64;
    line-height: 1;
    align-items: center;
    gap: 8px;
}
 
/* --- read more (per card) --------------------------------------------- */
#top .posts-grid__more {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border: 2px solid var(--marathon-dfe-1-e-5, #DFE1E5) !important;
	border-radius: 999px;
	color: var(--marathon-7-c-0-f-54, #7C0F54);
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	background: #fff;
	margin-top: auto;
	transition: border-color .15s ease, color .15s ease;
}

#top .posts-grid__more-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #7C0F54;
	flex: 0 0 auto;
}
 
/* --- load more (below grid) ------------------------------------------- */
#top .posts-grid__actions {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#top .posts-grid__loadmore {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border-radius: 999px;
    background: var(--marathon-f-8-a-717, #F8A717);
    padding: 20px 28px;
    color: var(--marathon-0-a-0903, #0A0903);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border: unset !important;
    margin: 0px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 1;
    transition: background .2s ease;
	cursor: pointer;
	transition: filter .15s ease, opacity .15s ease;
}

#top .posts-grid__loadmore .posts-grid__more-dot { background: #0A0903; }
#top .posts-grid__loadmore:hover { filter: brightness(.95); }
#top .posts-grid__loadmore.is-loading { opacity: .6; cursor: default; }

#top .avia-post-nav {
	display: none !important;
}

#top .single_post_featured .container {
	height: 600px;
}

#top .single_post_featured {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#top .single_post_content {
    border-radius: 20px 20px 0 0;
    background: var(--general-ffffff, #FFF);
    width: 848px;
    margin: 0 auto;
    margin-top: -150px;
    padding: 40px;
	padding-bottom: 0px;
}

#top .single_post_content_sect .template-page {
	padding-top: 0px;
}

#top .marg_top_0 {
	margin-top: 0px;
}

#top .post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 22px;
	color: var(--marathon-7-c-0-f-54, #7C0F54);
	font-family: Inter;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

#top .post-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

#top .post-meta__item::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #7C0F54;
	flex: 0 0 auto;
}

#top .single_post_line_sep {
	width: 100%;
	height: 1px;
	background: var(--marathon-dfe-1-e-5, #DFE1E5);
}

#top .post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#top .marg_top_20 {
	margin-top: 20px;
}

#top .padd_bot_0 .template-page {
	padding-bottom: 0px;
}

#top .post-tags__tag {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--marathon-dfe-1-e-5, #DFE1E5);
	color: var(--marathon-0-a-0903, #0A0903);
	text-align: center;
	font-family: Inter;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	white-space: nowrap;
}

#top .post-share {
	display: flex;
	align-items: center;
	gap: 14px;
}
 
#top .post-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	transition: opacity .15s ease, transform .15s ease;
}
 
#top .post-share__btn:hover {
	opacity: .6;
	transform: translateY(-1px);
}
 
#top .post-share__btn svg {
	display: block;
	width: 24px;
	height: 24px;
}

#top .m7alpha_logo {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#top .m7alpha_logo img {
	width: 106px;
    height: auto;
}

.responsive #top .avia-position-center {
	max-width: max-content;
    margin: 0 auto !important;
}

#top .volunteers_sect .av-section-color-overlay {
    background-position: center left;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.4;
}

#top .hide_block {
	display: none !important;
}

#top .home_intro_sect .main_p_cont * {
	color: #ffffff !important;
}

#top .bov_banner_sect .template-page {
	padding-top: 0px;
	padding-bottom: 0px;
}

#top .bov_banner_sect .main_btn_cont {
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#top .bov_banner_sect .avia-image-container {
	margin-bottom: -14px !important;
}

@media (max-width: 1300px) {
	#top .make_impact_sect .flex_column_table {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 989px) {
	#top .about_us_sect .entry-content-wrapper {
		grid-template-columns: 100%;
		gap: 32px;
	}
	
	#top .single_post_featured .container {
		height: 300px;
	}
	
	#top .single_post_content {
		border-radius: unset;
		width: 100%;
		margin-top: 0px;
		padding: 0px;
	}
	
	#top .padd_top_normal .template-page {
		padding-top: 50px;
	}
	
	#top .padd_bot_normal .template-page {
		padding-bottom: 50px;
	}
	
	.responsive.html_mobile_menu_tablet #top #wrap_all #header {
        position: fixed !important;
    }
	
	.responsive.html_mobile_menu_tablet.html_header_top #top #main {
        padding-top: 98px !important;
    }
	
	.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
		background-color: #7C0F54 !important;
	}
	
	.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
		border: unset !important;
	}
	
	#top .av-main-nav > li > a::before {
		display: none !important;
	}
	
	.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
		color: var(--marathon-0-a-0903, #0A0903);
   		font-family: Inter;
    	font-size: 16px;
    	font-weight: 400;
		padding: 10px 24px;
	}
	
	#top .menu_btn_cont a {
		margin-top: 14px;
	}
	
	#top .logo img {
		width: 120px !important;
	}
	
	.site-footer__top {
		flex-wrap: wrap;
		gap: 36px;
	}
	.site-footer__brand {
		flex: 1 1 100%;
		min-height: auto;
	}
	.site-footer__watermark {
		display: none;
	}
	.site-footer__cta {
		flex: 1 1 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-left: 0;
	}
	
	#top .footer_sect .template-page {
		padding-bottom: 32px !important;
	}
	
	#top .home_intro_sect .flex_column_table {
		position: relative;
		bottom: 0px;
	}
	
	#top .powered_by_cont {
		justify-content: center;
	}
	
	#top .home_intro_sect .template-page {
		padding-bottom: 50px;
	}
	
	#top .home_intro_sect .container {
		height: max-content !important;
	}
	
	#top .make_impact_sect .flex_column_table {
        grid-template-columns: 100%;
    }
	
	#top .make_impact_text_col {
		padding: 30px;
	}
	
	#top .make_impact_img_col {
		background-size: contain !important;
		height: 300px;
		grid-row: 2 / 3;
	}
	
	#top .tst__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}
	
	#top .tst__left, #top .tst__right { flex: 1 1 100%; width: 100%; }
	
	#top .tst__right {
		display: flex;
    	flex-direction: column-reverse;
	}
	
	#top .tst__stat {
		margin-top: 32px;
	}
	
	#top .tst__arrows {
		margin-top: 0px;
	}
	
	#top .tst__quote_cont {
		margin-top: 20px;
	}

	#top .tst__eyebrow { margin-bottom: 32px; }
	
	#top .tst-nav { max-width: 360px; }
	
	#top .posts-grid { grid-template-columns: repeat(2, 1fr); }
}
 
@media (max-width: 767px) {
	#top .logo-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#top .logo-grid__card--featured {
		grid-column: span 2;
	}
	
	#top .no_marg_bot_mobile {
		margin-bottom: 0px !important;
	}
	
	#top .marg_top_32, #top .marg_top_40 {
		margin-top: 20px;
	}
	
	.responsive.html_mobile_menu_tablet.html_header_top #top #main {
        padding-top: 82px !important;
    }
	
	#top .main_p_cont * {
		font-size: 16px;
		line-height: 26px;
	}
	
	#top .main_btn_cont .avia-button {
		padding: 16px 22px;
		font-size: 14px;
	}
	
	#top .subtitle_cont .av-special-heading-tag {
		font-size: 18px;
	}
	
	#top .main_section_title .av-special-heading-tag {
		font-size: 34px;
		line-height: 38px;
		letter-spacing: -0.76px;
	}
	
	#top .main_section_title br {
		display: none;
	}
	
	#top .home_intro_img img {
		margin-top: -86px;
		margin-left: 32px;
		margin-bottom: -46px;
		transform: scale(1.2);
	}
	
	#top .x-marquee__band {
		font-size: 24px;
		letter-spacing: -0.76px;
	}
	
	#top .x-marquee {
		--x-angle: 10deg;
	}
	
	#top .make_impact_sect .flex_column_table .flex_column {
		margin: 0px !important;
	}
	
	#top .make_impact_img_col {
        height: 200px;
    }
	
	#top .event-schedule {
		--sched-time-width: 72px;
		--sched-scale: 0.9px;
	}
	
	#top .sched__event {
		padding: 8px 10px;
		font-size: 13px;
	}
	
	#top .event-schedule {
		--sched-time-width: 92px;
	}
	
	#top .sched__event {
		font-size: 14px;
		padding: 10px 14px;
	}
	
	#top .sched__logo {
		max-height: 30px;
		max-width: 72px;
	}
	#top .sched__fixture {
		gap: 14px;
	}
	
	#top .reviews_col {
		padding: 30px;
	}
	
	#top .tst__quote_cont {
		margin-top: 20px;
	}
	
	#top .tst__number {
		font-size: 46px;
		line-height: 1;
		letter-spacing: -0.92px;
	}
	
	#top .tst__label {
		margin-top: 8px;
		font-size: 32px;
		line-height: 38px;
		letter-spacing: -0.76px;
	}
	
	#top .tst__arrows {
		margin-top: 20px;
	}
	
	#top .reviews_col {
		margin-bottom: 0px !important;
	}
	
	#top .tst__name {
		font-size: 16px;
	}
	
	#top .tst__person {
		margin-top: 8px;
	}
	
	#top .tst__inner {
        gap: 20px;
    }
	
	#top .quote_icon {
		width: 36px;
		height: 36px;
	}
	
	#top .announce-bar__slide { 
		flex-wrap: wrap; 
		justify-content:
		flex-start; gap: 2px 8px; 
	}
	
	#top .announce-bar__arrows {
		display: none !important;
	}
	
	#top .announce-bar__title { 
		white-space: normal; 
	}
	
	#top .contact_textblock ul li {
		font-size: 16px;
		line-height: 24px;
	}
	
	#top .posts-grid__title {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.24px;
	}
	
	#top .posts-grid__date {
		gap: 4px;
		margin: 0 0 12px;
		font-size: 12px;
	}
	
	#top .posts-grid__meta {
		font-size: 12px;
		gap: 8px;
		flex-wrap: wrap;
	}
	
	#top .posts-grid__more {
		padding: 10px 20px;
		font-size: 14px;
		margin: 0 0 12px;
	}
	
	#top .posts-grid__loadmore {
		padding: 14px 28px;
		font-size: 14px;
	}
	
	#top .posts-grid__actions {
		margin-top: 30px;
	}
	
	#top .single_post_featured .container {
        height: 200px;
    }
	
	#top .main_p_cont h1, #top .main_p_cont h1 *, #top .main_p_cont h2, #top .main_p_cont h2 *, #top .main_p_cont h3, #top .main_p_cont h3 * {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	
	#top .main_p_cont h4, #top .main_p_cont h4 *, #top .main_p_cont h5, #top .main_p_cont h5 *, #top .main_p_cont h6, #top .main_p_cont h6 * {
		font-size: 20px;
		line-height: 26px;
		letter-spacing: 0px;
	}
	
	#top .home_intro_sect .main_p_cont * {
		text-align: center !important;
	}
}
 
@media (max-width: 600px) {
	#top .logo-grid {
		grid-template-columns: 1fr;
	}
	
	#top .logo-grid__card--featured {
		grid-column: span 1;
	}
	
	#top .logo-grid__card {
		padding: 20px;
		min-height: 100px;
	}
	
	#top .site-footer__col {
		flex: 1 1 100%;
	}
	
	#top .site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#top .site-footer__legal {
		gap: 14px;
	}
	
	#top .site-footer__desc {
		font-size: 12px;
		line-height: 20px;
	}
	
	#top .site-footer__links {
		gap: 10px;
	}
	
	#top .site-footer__copy {
		font-size: 14px;
		line-height: 22px;
	}
	
	#top .site-footer__rule {
		margin: 24px 0;
	}
	
	#top .event-schedule {
		--sched-time-width: 72px;
		--sched-scale: 1.5px;   /* taller blocks: room for wrapped text + stacked logos */
		--sched-gap: 3px;
	}
	
	#top .sched__heading {
		font-size: 11px;
		letter-spacing: .06em;
		padding: 11px;
	}
	
	#top .sched__time {
		font-size: 12px;
	}
	
	#top .sched__event {
		padding: 6px 8px;
		font-size: 12px;
		line-height: 1.25;
		overflow: hidden;
	}
	/* fixtures: fixed narrow column, logos stacked A / vs / B */
	#top .sched__fix {
        flex: 0 0 100px;
    }
	
	#top .sched__fixture {
		flex-direction: column;
		gap: 4px;
		padding: 6px 4px;
	}
	
	#top .sched__logo {
        max-height: 32px;
        max-width: 64px;
    }
	
	#top .sched__vs {
		font-size: 10px;
	}
	
	#top .tst {
		--tst-avatar: 60px;
		--tst-avatar-active: 88px;
	}
	
	#top .tst__quote { 
		font-size: 17px; 
	}
	
	.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
		gap: 20px;
	}
	
	#top .gform_confirmation_message {
		font-size: 26px;
		line-height: 38px;
		letter-spacing: 0px;
	}
	
	#top .posts-grid { grid-template-columns: 1fr; }

	#top .bov_banner_sect .main_btn_cont {
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
		float: unset;
		margin-top: 32px;
		display: flex;
		justify-content: center;
	}
	
	#top .bov_banner_sect .template-page {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}