/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  The Hub at Broadview — reusable Bricks design system.
 Author:       Broadview
 Template:     bricks
 Version:      2.0.0
 Text Domain:  bricks
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600;700&family=Caveat:wght@600;700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap');

:root {
  --hub-color-action: #567f2a;
  --hub-color-action-hover: #4f7627;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--hub-color-white);
  color: var(--hub-color-ink);
  font-family: var(--hub-font-body);
  font-size: var(--hub-type-body, 18px);
  line-height: 1.65;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

:where(body.bricks-is-frontend) :where(h1, h2, h3, h4, p, ul) {
  margin: 0;
}

::selection {
  background: var(--hub-color-green-bright);
  color: var(--hub-color-navy-deep);
}

:where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid var(--hub-color-gold);
  outline-offset: 4px;
}

.hub-shell {
  margin-inline: auto !important;
  max-width: var(--hub-shell);
  width: calc(100% - (var(--hub-gutter) * 2)) !important;
}

.hub-section {
  padding-block: var(--hub-section-space);
}

.hub-display,
.hub-section-title,
.hub-card-title,
.hub-footer__name,
.hub-visit-address {
  color: inherit;
  font-family: var(--hub-font-display);
  font-weight: 700;
}

.hub-display {
  font-size: clamp(50px, 5.1vw, 66px);
  letter-spacing: -.018em;
  line-height: .98;
}

.hub-section-title {
  color: var(--hub-color-navy);
  font-size: clamp(34px, 3.2vw, 44px);
  letter-spacing: -.012em;
  line-height: 1.12;
}

.hub-card-title {
  color: var(--hub-color-navy);
  font-size: 20px;
  line-height: 1.3;
}

.hub-script {
  color: var(--hub-color-action, #567f2a);
  font-family: var(--hub-font-script);
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.08;
}

.hub-kicker {
  color: var(--hub-color-action, #567f2a);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hub-lede {
  color: var(--hub-color-ink);
  font-size: var(--hub-type-lede, 19px);
  line-height: 1.65;
}

.hub-copy {
  color: var(--hub-color-ink);
  font-size: var(--hub-type-copy, 17px);
  line-height: 1.7;
}

.hub-button,
.bricks-button.hub-button {
  align-items: center;
  background: var(--hub-color-action, #567f2a);
  border: 0;
  border-radius: var(--hub-radius-button);
  color: var(--hub-color-white) !important;
  display: inline-flex;
  font-family: var(--hub-font-body);
  font-size: var(--hub-type-ui, 16px);
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: var(--hub-control-min, 52px);
  padding: 0 28px;
  text-decoration: none;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
  width: fit-content;
}

.hub-button:hover,
.bricks-button.hub-button:hover {
  background: var(--hub-color-action-hover, #4f7627);
  color: var(--hub-color-white) !important;
  transform: translateY(-1px);
}

.hub-button--navy,
.bricks-button.hub-button--navy {
  background: var(--hub-color-navy) !important;
}

.hub-button--navy:hover,
.bricks-button.hub-button--navy:hover {
  background: var(--hub-color-navy-deep) !important;
}

.hub-button--text,
.bricks-button.hub-button--text {
  background: transparent !important;
  border-bottom: 2px solid rgb(168 196 232 / 45%);
  border-radius: 0;
  box-shadow: none !important;
  color: var(--hub-color-blue-soft) !important;
  min-height: 52px !important;
  padding: 7px 0 !important;
}

.hub-button--text:hover,
.bricks-button.hub-button--text:hover {
  background: transparent !important;
  color: var(--hub-color-white) !important;
}

.hub-media-cover,
.hub-media-cover > .brxe-image,
.hub-media-cover img,
.hub-media-cover picture {
  display: block;
  height: 100%;
  width: 100%;
}

.hub-media-cover,
.hub-media-cover img {
  object-fit: cover;
  object-position: center;
}

/* Global header */
.hub-site-header {
  background: var(--hub-color-white);
  border-bottom: 1px solid rgb(27 49 96 / 12%);
  position: relative;
  z-index: 20;
}

.hub-header__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  min-height: 104px;
  padding-block: 8px;
}

.hub-brand,
.hub-brand > .brxe-shortcode {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  width: auto;
}

.hub-logo {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
}

.hub-logo--header {
  aspect-ratio: auto;
  flex-direction: column;
  height: auto;
  justify-content: center;
  line-height: 1;
  overflow: visible;
  width: 92px;
}

.hub-logo--header img {
  display: block;
  height: auto;
  max-width: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
}

.hub-logo__subline {
  color: var(--hub-color-navy);
  font-family: var(--hub-font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin-top: 2px;
  text-transform: none;
  white-space: nowrap;
}

.hub-header__descriptor {
  border-left: 1px solid rgb(27 49 96 / 16%);
  color: var(--hub-color-muted);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1.3;
  max-width: 300px;
  padding-left: 16px;
  text-transform: none;
}

.hub-nav {
  margin-left: auto;
  width: auto;
}

.hub-nav .hub-nav__items {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: clamp(16px, 2vw, 30px);
  list-style: none;
  padding: 0;
}

.hub-nav .hub-nav__items > .hub-nav-item {
  width: auto;
}

.hub-nav-item,
.hub-nav-close-item,
.hub-nav-mobile-kicker,
.hub-nav-mobile-cta {
  margin: 0;
}

.hub-nav-link {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--hub-color-ink);
  display: inline-flex;
  font-size: var(--hub-type-ui, 16px);
  font-weight: 700;
  min-height: 44px;
  padding-block: 4px;
  text-decoration: none;
}

.hub-nav-link:hover,
.hub-nav-link[aria-current='page'] {
  border-color: var(--hub-color-green);
  color: var(--hub-color-navy);
}

.hub-header__cta {
  flex: 0 0 auto;
  font-size: var(--hub-type-ui, 16px);
  min-height: var(--hub-control-min, 52px);
  padding-inline: 20px;
}

.hub-nav-toggle,
.hub-nav-close-item,
.hub-nav-mobile-kicker,
.hub-nav-mobile-cta {
  display: none;
}

/* Event-led hero */
.hub-hero {
  background: linear-gradient(105deg, var(--hub-color-hero) 0%, var(--hub-color-navy) 70%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 50vw);
  min-height: 540px;
  overflow: hidden;
}

.hub-hero__copy {
  color: var(--hub-color-white);
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  padding: 52px 42px 52px var(--hub-shell-edge);
}

.hub-hero__meta {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.hub-event-badge {
  background: var(--hub-color-gold);
  border-radius: 999px;
  color: var(--hub-color-navy-deep);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  padding: 7px 14px;
  text-transform: uppercase;
}

.hub-hero__date {
  color: var(--hub-color-blue-soft);
  font-size: 16px;
  font-weight: 700;
}

.hub-hero .hub-display {
  color: var(--hub-color-white);
  max-width: 640px;
}

.hub-hero .hub-hero__title {
  font-size: clamp(46px, 4.4vw, 58px);
  line-height: .98;
}

.hub-hero__title-tail {
  color: var(--hub-color-hero-copy);
  display: block;
  font-family: var(--hub-font-body);
  font-size: clamp(21px, 1.9vw, 24px);
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1.3;
  margin-top: .48em;
  max-width: 560px;
}

.hub-hero .hub-script {
  color: var(--hub-color-green-bright);
  font-size: clamp(25px, 2.1vw, 31px);
  margin-top: -2px;
}

.hub-hero .hub-lede {
  color: var(--hub-color-hero-copy);
  max-width: 500px;
}

.hub-hero__actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.hub-hero__actions .hub-button:first-child {
  box-shadow: 0 5px 17px rgb(113 166 55 / 34%);
}

.hub-hero__location {
  align-items: center;
  color: var(--hub-color-hero-muted);
  display: flex;
  font-size: 15px;
  gap: 9px;
}

.hub-hero__location::before {
  background: var(--hub-color-gold);
  border-radius: 50%;
  content: '';
  flex: 0 0 6px;
  height: 6px;
  width: 6px;
}

.hub-hero__media {
  align-self: stretch;
  aspect-ratio: auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hub-hero__media::after {
  background: linear-gradient(90deg, var(--hub-color-navy) 0%, rgb(27 49 96 / 0%) 24%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

/* Four shared promises */
.hub-pillars {
  background: var(--hub-color-navy-deep);
  color: var(--hub-color-white);
  padding: 25px var(--hub-gutter);
}

.hub-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hub-pillar {
  align-items: center;
  border-right: 1px solid rgb(255 255 255 / 12%);
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 2px 18px;
  text-align: center;
}

.hub-pillar:last-child {
  border-right: 0;
}

.hub-pillar__label {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hub-pillar__copy {
  color: var(--hub-color-hero-muted);
  font-size: 14px;
  line-height: 1.4;
}

.hub-pillar--teal .hub-pillar__label { color: var(--hub-color-teal-bright); }
.hub-pillar--green .hub-pillar__label { color: var(--hub-color-green-bright); }
.hub-pillar--gold .hub-pillar__label { color: var(--hub-color-gold-bright); }
.hub-pillar--purple .hub-pillar__label { color: var(--hub-color-purple-bright); }

/* Programs library section */
.hub-programs {
  background: var(--hub-color-white);
}

.hub-programs__heading {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 8px;
}

.hub-programs__heading .hub-script {
  font-size: 26px;
  font-weight: 600;
}

.hub-programs__intro > .hub-copy {
  color: var(--hub-color-muted);
  max-width: 680px;
}

.hub-program-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 30px;
}

.hub-program-card {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 13%);
  border-radius: var(--hub-radius-card);
  box-shadow: 0 2px 8px rgb(27 49 96 / 3%);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}

.hub-program-card:hover {
  box-shadow: var(--hub-shadow-card);
  transform: translateY(-4px);
}

.hub-program-card__accent {
  background: var(--hub-color-green);
  flex: 0 0 5px;
  height: 5px;
  width: 100%;
}

.hub-program-card--teal .hub-program-card__accent { background: var(--hub-color-teal); }
.hub-program-card--gold .hub-program-card__accent { background: var(--hub-color-gold); }
.hub-program-card--purple .hub-program-card__accent { background: var(--hub-color-purple); }
.hub-program-card--navy .hub-program-card__accent { background: var(--hub-color-navy); }

.hub-program-card__media {
  flex: 0 0 142px;
  height: 142px;
  overflow: hidden;
}

.hub-program-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  padding: 16px 17px 18px;
}

.hub-program-card__body .hub-copy {
  color: var(--hub-color-muted);
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.6;
}

.hub-program-card__link {
  color: var(--hub-color-action, #567f2a);
  align-items: center;
  display: inline-flex;
  font-size: var(--hub-type-ui, 16px);
  font-weight: 800;
  margin-top: 3px;
  min-height: 44px;
  text-decoration: none;
}

.hub-program-card--teal .hub-program-card__link { color: var(--hub-color-teal); }
.hub-program-card--gold .hub-program-card__link { color: var(--hub-color-gold-text); }
.hub-program-card--purple .hub-program-card__link { color: var(--hub-color-purple); }
.hub-program-card--navy .hub-program-card__link { color: var(--hub-color-navy); }

/* Featured event and editable schedule */
.hub-event {
  background: var(--hub-color-pale);
}

.hub-event__grid {
  align-items: start;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
}

.hub-event__copy {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hub-event__copy .hub-section-title {
  font-size: clamp(31px, 3vw, 38px);
}

.hub-event__actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 4px;
}

.hub-event__volunteer {
  border-bottom: 2px solid var(--hub-color-gold);
  color: var(--hub-color-navy);
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  min-height: 44px;
  padding: 8px 2px;
  text-decoration: none;
}

.hub-event__volunteer:hover {
  color: var(--hub-color-teal);
}

.hub-schedule {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 12%);
  border-radius: var(--hub-radius-card);
  box-shadow: 0 3px 14px rgb(27 49 96 / 5%);
  padding: 9px 28px;
}

.hub-schedule-row {
  align-items: baseline;
  border-bottom: 1px solid rgb(27 49 96 / 9%);
  display: grid;
  gap: 12px 18px;
  grid-template-columns: 78px minmax(160px, .8fr) minmax(180px, 1fr);
  padding: 12px 0;
}

.hub-schedule-row:last-child {
  border-bottom: 0;
}

.hub-schedule-row__time {
  color: var(--hub-color-action, #567f2a);
  font-size: 16px;
  font-weight: 800;
}

.hub-schedule-row__title {
  color: var(--hub-color-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.hub-schedule-row__detail {
  color: var(--hub-color-muted);
  font-size: 15px;
  line-height: 1.55;
}

/* About and visit */
.hub-about-visit {
  background: var(--hub-color-white);
}

.hub-about-visit__grid {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) 420px;
}

.hub-about-visit__copy {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hub-about-visit__eyebrow {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.hub-about-visit__mark,
.hub-about-visit__mark > .brxe-shortcode {
  height: auto;
  overflow: visible;
  width: 52px;
}

.hub-logo--mark {
  aspect-ratio: 730 / 720;
  height: auto;
  overflow: visible;
  width: 52px;
}

.hub-logo--mark img {
  display: block;
  height: auto;
  max-width: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
}

.hub-about-visit__copy .hub-section-title {
  font-size: clamp(32px, 3vw, 39px);
  max-width: 690px;
}

.hub-about-visit__copy > .hub-copy {
  max-width: 670px;
}

.hub-about-visit__copy > .hub-script {
  font-size: 29px;
  font-weight: 600;
}

.hub-visit-card {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 12%);
  border-radius: var(--hub-radius-card);
  box-shadow: 0 3px 14px rgb(27 49 96 / 5%);
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 27px;
}

.hub-visit-address {
  color: var(--hub-color-navy);
  font-size: 21px;
  font-style: normal;
  line-height: 1.35;
}

.hub-visit-address strong {
  font-weight: 600;
}

.hub-map-frame,
.hub-map-frame iframe {
  border: 0;
  border-radius: 8px;
  display: block;
  height: 158px;
  width: 100%;
}

.hub-visit-directions {
  align-items: center;
  color: var(--hub-color-teal);
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  min-height: 44px;
  text-decoration: none;
}

.hub-visit-directions:hover {
  color: var(--hub-color-navy);
}

/* Gravity Forms newsletter band */
.hub-newsletter {
  background: var(--hub-color-action, #567f2a);
  color: var(--hub-color-white);
  padding: 32px var(--hub-gutter);
}

.hub-newsletter__inner {
  align-items: center;
  display: grid;
  gap: 28px 42px;
  grid-template-columns: minmax(240px, .75fr) minmax(480px, 1.25fr);
}

.hub-newsletter__copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.hub-newsletter__copy .hub-card-title {
  color: var(--hub-color-white);
  font-family: var(--hub-font-display);
  font-size: 25px;
}

.hub-newsletter__copy .hub-copy {
  color: rgb(255 255 255 / 88%);
  font-size: var(--hub-type-copy, 17px);
}

.hub-newsletter__form,
.hub-newsletter__form > .brxe-shortcode,
.hub-newsletter .gform_wrapper {
  margin: 0;
  width: 100%;
}

.hub-newsletter .gform_wrapper form {
  align-items: start;
  column-gap: 10px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto;
  margin: 0;
}

.hub-newsletter .gform-body {
  grid-column: 1;
  min-width: 0;
}

.hub-newsletter .gform_footer {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0;
}

.hub-newsletter .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hub-newsletter .gfield {
  margin: 0;
}

.hub-newsletter .gfield_label {
  color: var(--hub-color-white);
}

.hub-newsletter .ginput_container_email input {
  background: var(--hub-color-white);
  border: 0;
  border-radius: var(--hub-radius-button);
  color: var(--hub-color-navy);
  font-family: var(--hub-font-body);
  font-size: var(--hub-type-copy, 17px);
  height: var(--hub-control-min, 52px);
  padding: 0 17px;
  width: 100%;
}

.hub-newsletter .gfield--type-consent .ginput_container {
  align-items: flex-start;
  display: flex;
  gap: 7px;
}

.hub-newsletter .gfield--type-consent input {
  accent-color: var(--hub-color-navy);
  flex: 0 0 auto;
  margin-top: 3px;
}

.hub-newsletter .gfield--type-consent label,
.hub-newsletter .gfield_description,
.hub-newsletter .gfield_validation_message {
  color: rgb(255 255 255 / 92%);
  font-size: 14px;
  line-height: 1.55;
}

.hub-newsletter .gfield_consent_description {
  margin-top: 4px !important;
}

.hub-newsletter .gfield_consent_description_text {
  border: 0 !important;
  color: rgb(255 255 255 / 78%);
  padding: 0 !important;
}

.hub-newsletter .gform_button,
.hub-newsletter input[type='submit'] {
  background: var(--hub-color-navy) !important;
  border: 0 !important;
  border-radius: var(--hub-radius-button) !important;
  color: var(--hub-color-white) !important;
  cursor: pointer;
  font-family: var(--hub-font-body);
  font-size: 16px;
  font-weight: 800;
  height: 52px;
  margin: 0;
  padding: 0 23px;
}

.hub-newsletter .gform_button:hover,
.hub-newsletter input[type='submit']:hover {
  background: var(--hub-color-navy-deep) !important;
}

.hub-newsletter .gform_confirmation_message,
.hub-form-unavailable {
  color: var(--hub-color-white);
  margin: 0;
}

.hub-newsletter .hub-form-unavailable a {
  color: var(--hub-color-white);
  font-weight: 800;
}

/* Global footer */
.hub-footer {
  background: var(--hub-color-navy-deep);
  color: var(--hub-color-hero-muted);
  padding: 24px var(--hub-gutter);
}

.hub-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.hub-footer__name {
  color: var(--hub-color-white);
  flex: 0 0 auto;
  font-size: 21px;
}

.hub-footer__copy {
  color: var(--hub-color-hero-muted);
  font-size: 15px;
  line-height: 1.6;
}

.hub-footer__links {
  display: flex;
  flex-direction: row;
  gap: 18px;
  list-style: none;
  margin-left: auto;
  padding: 0;
}

.hub-footer-link {
  align-items: center;
  color: var(--hub-color-blue-soft);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  min-height: 44px;
  text-decoration: none;
}

.hub-footer-link:hover {
  color: var(--hub-color-white);
}

.hub-footer__tagline {
  color: var(--hub-color-green-bright);
  flex: 0 1 auto;
  font-family: var(--hub-font-script);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-align: right;
}

/* Full Programs page */
.hub-program-page-hero {
  background: var(--hub-color-navy);
  color: var(--hub-color-white);
}

.hub-program-page-hero__inner {
  align-items: stretch;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 48vw);
  margin-inline: 0 !important;
  max-width: none;
  width: 100% !important;
}

.hub-program-page-hero__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  padding: clamp(62px, 7vw, 92px) clamp(34px, 5vw, 72px) clamp(62px, 7vw, 92px) var(--hub-shell-edge);
}

.hub-program-page-hero .hub-display,
.hub-program-page-hero .hub-section-title {
  color: var(--hub-color-white);
}

.hub-program-page-hero .hub-script {
  color: var(--hub-color-green-bright);
}

.hub-program-page-hero .hub-lede {
  color: var(--hub-color-hero-copy);
  max-width: 650px;
}

.hub-program-page-hero__media {
  align-self: stretch;
  aspect-ratio: auto;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.hub-program-anchor-nav {
  background: var(--hub-color-white);
  border-bottom: 1px solid rgb(27 49 96 / 12%);
}

.hub-program-anchor-nav__inner {
  align-items: center;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 18px 0;
  width: 100% !important;
}

.hub-program-anchor-nav__item {
  width: auto !important;
}

.hub-program-anchor-nav__item a {
  border: 1px solid rgb(27 49 96 / 14%);
  border-radius: 999px;
  color: var(--hub-color-navy);
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 800;
  min-height: 44px;
  padding: 8px 16px;
  text-decoration: none;
}

.hub-program-anchor-nav__item a:hover {
  background: var(--hub-color-pale);
  border-color: var(--hub-color-green);
}

.hub-program-tracks {
  background: var(--hub-color-pale);
}

.hub-program-tracks__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: clamp(32px, 5vw, 52px);
  max-width: 720px;
}

.hub-program-tracks__list {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 44px);
  width: 100%;
}

.hub-program-track {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 10%);
  border-radius: var(--hub-radius-card);
  box-shadow: var(--hub-shadow-card);
  display: grid !important;
  grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
  min-height: 390px;
  overflow: hidden;
  scroll-margin-top: 28px;
  width: 100% !important;
}

.hub-program-track--green { border-top: 5px solid var(--hub-color-green); }
.hub-program-track--teal { border-top: 5px solid var(--hub-color-teal); }
.hub-program-track--gold { border-top: 5px solid var(--hub-color-gold); }
.hub-program-track--purple { border-top: 5px solid var(--hub-color-purple); }
.hub-program-track--navy { border-top: 5px solid var(--hub-color-navy); }

.hub-program-track__media {
  min-height: 100%;
  overflow: hidden;
}

.hub-program-track__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
}

.hub-program-track:nth-child(even) .hub-program-track__media {
  grid-column: 2;
  grid-row: 1;
}

.hub-program-track:nth-child(even) .hub-program-track__content {
  grid-column: 1;
  grid-row: 1;
}

.hub-program-track__possibilities {
  color: var(--hub-color-ink);
  font-size: 16px;
  margin-top: 4px;
  width: 100%;
}

.hub-program-track__possibilities ul {
  display: grid;
  gap: 8px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.hub-program-track__possibilities li {
  border-top: 1px solid rgb(27 49 96 / 12%);
  padding: 9px 0 0 18px;
  position: relative;
}

.hub-program-track__possibilities li::before {
  color: var(--hub-color-green);
  content: '•';
  left: 2px;
  position: absolute;
}

.hub-participation {
  background: var(--hub-color-white);
  padding-bottom: 0;
}

.hub-participation__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 34px;
  max-width: 680px;
}

.hub-participation__grid {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

.hub-participation-card {
  background: var(--hub-color-pale);
  border: 1px solid rgb(27 49 96 / 9%);
  border-radius: var(--hub-radius-card);
  gap: 8px;
  padding: 25px;
  width: 100% !important;
}

.hub-program-cta {
  background: var(--hub-color-navy);
  margin-top: var(--hub-section-space);
  padding: 34px var(--hub-gutter);
  width: 100% !important;
}

.hub-program-cta__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
}

.hub-program-cta__inner > div {
  gap: 5px;
  max-width: 700px;
}

.hub-program-cta .hub-card-title,
.hub-program-cta .hub-copy {
  color: var(--hub-color-white);
}

.hub-program-cta .hub-card-title {
  font-size: clamp(22px, 2vw, 28px);
}

.hub-program-cta .hub-copy {
  color: var(--hub-color-hero-copy);
}

/* Live Brand Guide page */
.hub-brand-guide {
  background: var(--hub-color-pale);
  padding-block: var(--hub-section-space);
}

.hub-brand-guide__shell,
.hub-brand-guide__shell > .brxe-shortcode {
  display: block;
  width: 100%;
}

.hub-brand-guide__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hub-brand-guide__hero {
  align-items: flex-start;
  background: var(--hub-color-navy);
  border-radius: var(--hub-radius-card);
  color: var(--hub-color-white);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: clamp(40px, 6vw, 72px);
}

.hub-brand-guide__hero .hub-display {
  color: var(--hub-color-white);
}

.hub-brand-guide__hero .hub-lede {
  color: var(--hub-color-hero-copy);
  max-width: 760px;
}

.hub-brand-guide__hero-mark {
  align-items: center;
  background: var(--hub-color-white);
  border-radius: var(--hub-radius-card);
  display: inline-flex;
  justify-content: center;
  padding: 10px;
}

.hub-brand-guide__hero-mark .hub-logo--mark {
  width: 62px;
}

.hub-brand-guide__nav {
  align-items: center;
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 10%);
  border-radius: var(--hub-radius-card);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  padding: 18px 24px;
}

.hub-brand-guide__nav a {
  color: var(--hub-color-navy);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.hub-brand-guide__nav a:hover {
  color: var(--hub-color-teal);
}

.hub-brand-guide__section {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 10%);
  border-radius: var(--hub-radius-card);
  padding: clamp(30px, 5vw, 54px);
  scroll-margin-top: 22px;
}

.hub-brand-guide__section-heading {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 30px;
  max-width: 760px;
}

.hub-brand-guide__identity-grid,
.hub-brand-guide__type-grid,
.hub-brand-guide__component-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-brand-guide__logo-card {
  align-items: center;
  border: 1px solid rgb(27 49 96 / 12%);
  border-radius: var(--hub-radius-card);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  min-height: 260px;
  padding: 32px;
  text-align: center;
}

.hub-brand-guide__logo-card .hub-logo--header {
  width: 154px;
}

.hub-brand-guide__logo-card .hub-logo--mark {
  width: 104px;
}

.hub-brand-guide__logo-card--navy {
  background: var(--hub-color-navy);
  color: var(--hub-color-hero-copy);
}

.hub-brand-guide__logo-card--navy .hub-logo {
  background: var(--hub-color-white);
  border-radius: var(--hub-radius-card);
  padding: 12px;
}

.hub-brand-guide__type-grid {
  grid-template-columns: 1fr;
}

.hub-brand-guide__specimen,
.hub-brand-guide__component-card {
  border: 1px solid rgb(27 49 96 / 12%);
  border-radius: var(--hub-radius-card);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px;
}

.hub-brand-guide__meta {
  color: var(--hub-color-muted);
  font-size: 14px;
}

.hub-brand-guide__display-sample {
  color: var(--hub-color-navy);
  font-family: var(--hub-font-display);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  line-height: 1;
}

.hub-brand-guide__body-sample {
  color: var(--hub-color-ink);
  font-family: var(--hub-font-body);
  font-size: 20px;
  line-height: 1.6;
}

.hub-brand-guide__swatches {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hub-brand-guide__swatch {
  border: 1px solid rgb(27 49 96 / 12%);
  border-radius: var(--hub-radius-card);
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  padding: 0 14px 15px;
}

.hub-brand-guide__swatch-color {
  background: var(--hub-guide-swatch);
  border-bottom: 1px solid rgb(27 49 96 / 10%);
  height: 92px;
  margin: 0 -14px 10px;
}

.hub-brand-guide__swatch code,
.hub-brand-guide__swatch span,
.hub-brand-guide__token-list code,
.hub-brand-guide__token-list span {
  color: var(--hub-color-muted);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.hub-brand-guide__component-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-brand-guide__button-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hub-brand-guide__form-sample {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hub-brand-guide__form-sample label {
  color: var(--hub-color-navy);
  font-size: 16px;
  font-weight: 800;
}

.hub-brand-guide__form-sample :where(input, textarea) {
  background: var(--hub-color-pale);
  border: 1px solid rgb(27 49 96 / 18%);
  border-radius: var(--hub-radius-button);
  color: var(--hub-color-ink);
  font-family: var(--hub-font-body);
  font-size: 17px;
  min-height: 52px;
  padding: 12px 14px;
}

.hub-brand-guide__token-list {
  border-top: 1px solid rgb(27 49 96 / 12%);
}

.hub-brand-guide__token-list > div {
  align-items: center;
  border-bottom: 1px solid rgb(27 49 96 / 12%);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(160px, .7fr) minmax(190px, .8fr) minmax(0, 1fr);
  padding: 14px 0;
}

.hub-brand-guide__editing ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
}

/* Reusable About and Visit interior-page sections */
.hub-interior-hero {
  background: var(--hub-color-navy);
  color: var(--hub-color-white);
  overflow: hidden;
  width: 100% !important;
}

.hub-interior-hero__inner {
  align-items: stretch;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 48vw);
  margin-inline: 0 !important;
  max-width: none;
  min-height: 470px;
  width: 100% !important;
}

.hub-interior-hero__copy {
  align-items: flex-start;
  color: var(--hub-color-white);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  min-width: 0;
  padding: clamp(54px, 6vw, 82px) clamp(34px, 5vw, 72px) clamp(54px, 6vw, 82px) var(--hub-shell-edge);
}

.hub-interior-hero__copy .hub-display,
.hub-interior-hero__copy .hub-section-title {
  color: var(--hub-color-white);
}

.hub-interior-hero__copy .hub-lede {
  color: var(--hub-color-hero-copy);
  max-width: 650px;
}

.hub-interior-hero__copy .hub-kicker {
  color: var(--hub-color-green-bright);
}

.hub-interior-hero__media {
  align-self: stretch;
  aspect-ratio: auto;
  min-height: 0;
  overflow: hidden;
  width: 100% !important;
}

.hub-interior-hero__media > .brxe-image,
.hub-interior-hero__media picture,
.hub-interior-hero__media img {
  display: block;
  height: 100%;
  width: 100%;
}

.hub-interior-hero__media img {
  object-fit: cover;
  object-position: center;
}

.hub-about-story {
  background: var(--hub-color-white);
}

.hub-about-story__grid {
  align-items: center;
  display: grid !important;
  gap: clamp(38px, 6vw, 76px);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  width: 100% !important;
}

.hub-about-story__grid.hub-shell,
.hub-visit-plan__grid.hub-shell,
.hub-visit-campus__grid.hub-shell,
.hub-rsvp-intro__inner.hub-shell,
.hub-rsvp-main__grid.hub-shell {
  width: calc(100% - (var(--hub-gutter) * 2)) !important;
}

.hub-about-story__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: 720px;
}

.hub-about-story__mark {
  align-items: center;
  background: var(--hub-color-pale);
  border-radius: var(--hub-radius-card);
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  justify-self: center;
  max-width: 380px;
  padding: clamp(30px, 5vw, 52px);
  text-align: center;
  width: 100% !important;
}

.hub-about-story__mark .hub-logo--mark {
  width: 104px;
}

.hub-about-story__mark .hub-script {
  font-size: clamp(26px, 3vw, 34px);
}

.hub-about-values {
  background: var(--hub-color-pale);
}

.hub-about-values__grid {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 42px);
  width: 100% !important;
}

.hub-value-card {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 11%);
  border-radius: var(--hub-radius-card);
  box-shadow: 0 3px 14px rgb(27 49 96 / 4%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: clamp(24px, 3vw, 32px);
  width: 100% !important;
}

.hub-value-card .hub-card-title {
  font-size: 22px;
}

.hub-page-cta {
  background: var(--hub-color-navy);
  color: var(--hub-color-white);
  padding: clamp(38px, 5vw, 58px) var(--hub-gutter);
  width: 100% !important;
}

.hub-page-cta__inner {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 28px;
  justify-content: space-between;
  width: 100% !important;
}

.hub-page-cta__inner > :first-child {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 720px;
}

.hub-page-cta :where(.hub-card-title, .hub-section-title, .hub-copy) {
  color: var(--hub-color-white);
}

.hub-page-cta .hub-copy {
  color: var(--hub-color-hero-copy);
}

.hub-page-cta__actions {
  align-items: center;
  display: flex !important;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  width: auto !important;
}

.hub-visit-plan {
  background: var(--hub-color-white);
}

.hub-visit-plan__grid {
  align-items: stretch;
  display: grid !important;
  gap: clamp(28px, 5vw, 54px);
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  width: 100% !important;
}

.hub-visit-details {
  align-items: flex-start;
  background: var(--hub-color-pale);
  border: 1px solid rgb(27 49 96 / 10%);
  border-radius: var(--hub-radius-card);
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: clamp(26px, 4vw, 42px);
  width: 100% !important;
}

.hub-visit-details .hub-visit-address {
  font-size: clamp(23px, 2.4vw, 29px);
}

.hub-visit-details__actions {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
  width: auto !important;
}

.hub-contact-details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.hub-contact-details a {
  align-items: center;
  color: var(--hub-color-action, #567f2a);
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  min-height: 44px;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.hub-contact-details a:hover {
  color: var(--hub-color-navy);
}

.hub-visit-map,
.hub-visit-map > .brxe-shortcode {
  height: 100%;
  min-height: 480px;
  width: 100% !important;
}

.hub-visit-map .hub-map-frame,
.hub-visit-map .hub-map-frame iframe {
  border: 0;
  border-radius: var(--hub-radius-card);
  display: block;
  height: 100%;
  min-height: 480px;
  width: 100%;
}

.hub-visit-campus {
  background: var(--hub-color-pale);
}

.hub-visit-campus__grid {
  align-items: stretch;
  display: grid !important;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  overflow: hidden;
  width: 100% !important;
}

.hub-visit-campus__media {
  min-height: 420px;
  overflow: hidden;
  width: 100% !important;
}

.hub-visit-campus__media > .brxe-image,
.hub-visit-campus__media picture,
.hub-visit-campus__media img {
  display: block;
  height: 100%;
  width: 100%;
}

.hub-visit-campus__media img {
  object-fit: cover;
  object-position: center;
}

.hub-visit-campus__copy {
  align-items: flex-start;
  background: var(--hub-color-white);
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: center;
  padding: clamp(34px, 6vw, 72px);
}

/* Compact, supportive RSVP experience */
.hub-rsvp-intro {
  background: var(--hub-color-white);
  border-bottom: 1px solid rgb(27 49 96 / 12%);
  padding-block: clamp(28px, 3.5vw, 42px);
  width: 100% !important;
}

.hub-rsvp-intro__inner {
  align-items: center;
  display: grid !important;
  gap: clamp(24px, 2.8vw, 32px);
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.08fr);
  width: 100% !important;
}

.hub-rsvp-intro__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 710px;
}

.hub-rsvp-intro__copy .hub-display {
  color: var(--hub-color-navy);
  font-size: clamp(40px, 4.2vw, 52px);
  line-height: 1.03;
}

.hub-rsvp-details {
  background: var(--hub-color-pale);
  border: 1px solid rgb(27 49 96 / 11%);
  border-radius: var(--hub-radius-card);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(20px, 2.3vw, 24px);
  width: 100% !important;
}

.hub-rsvp-details__list {
  display: grid !important;
  gap: 0;
  grid-template-columns: 1.15fr 1fr 1.45fr;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

@media (max-width: 1050px) {
  .hub-rsvp-intro__inner {
    grid-template-columns: 1fr;
  }

  .hub-rsvp-details {
    max-width: 760px;
  }
}

.hub-rsvp-details__item {
  align-items: flex-start;
  border-bottom: 0;
  border-right: 1px solid rgb(27 49 96 / 11%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 0 14px;
  width: 100% !important;
}

.hub-rsvp-details__item:first-child {
  padding-left: 0;
}

.hub-rsvp-details__item:last-child {
  border-right: 0;
  padding-right: 0;
}

.hub-rsvp-details__item :where(strong, .hub-card-title, dd) {
  color: var(--hub-color-navy);
  font-size: 17px;
}

.hub-rsvp-details__item :where(p, span, dt, dd) {
  margin: 0;
}

.hub-rsvp-details__item :where(p, span, dt) {
  color: var(--hub-color-muted);
  font-size: 16px;
  line-height: 1.55;
}

.hub-rsvp-main {
  background: var(--hub-color-pale);
  padding-block: clamp(34px, 4vw, 48px);
  width: 100% !important;
}

.hub-rsvp-main__grid {
  align-items: start;
  display: grid !important;
  gap: clamp(22px, 2.5vw, 30px);
  grid-template-columns: minmax(0, 1fr) minmax(310px, 350px);
  width: 100% !important;
}

.hub-rsvp-form-column {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 10%);
  border-radius: var(--hub-radius-card);
  box-shadow: 0 4px 18px rgb(27 49 96 / 5%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: clamp(24px, 2.5vw, 30px);
  width: 100% !important;
}

.hub-rsvp-form-column > .hub-section-title {
  font-size: clamp(31px, 3vw, 38px);
  line-height: 1.08;
  max-width: 720px;
}

.hub-rsvp-form-note {
  background: var(--hub-color-pale);
  border-left: 4px solid var(--hub-color-action, #567f2a);
  border-radius: 0 var(--hub-radius-button) var(--hub-radius-button) 0;
  color: var(--hub-color-muted);
  display: none;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 2px;
  padding: 7px 11px;
}

.hub-rsvp-form-column .hub-rsvp-form-wrap {
  background: transparent;
  border: 0;
  margin-top: 0;
  padding: 0;
}

.hub-rsvp-form-wrap ::selection {
  background: rgb(143 197 66 / 28%);
  color: var(--hub-color-navy);
}

.hub-rsvp-help {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 10%);
  border-radius: var(--hub-radius-card);
  box-shadow: 0 4px 18px rgb(27 49 96 / 5%);
  color: var(--hub-color-ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(24px, 2.5vw, 28px);
  position: static;
  width: 100% !important;
}

.hub-rsvp-help :where(.hub-card-title, .hub-copy) {
  color: var(--hub-color-navy);
}

.hub-rsvp-help .hub-copy {
  color: var(--hub-color-muted);
  font-size: 16px;
  line-height: 1.5;
}

.hub-rsvp-help > .hub-card-title {
  font-size: 22px;
  line-height: 1.18;
}

.hub-rsvp-help > h3.hub-card-title {
  border-top: 1px solid rgb(27 49 96 / 12%);
  font-size: 19px;
  margin-top: 4px;
  padding-top: 14px;
}

.hub-rsvp-help__contact,
.hub-rsvp-help__contact > .brxe-shortcode {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100% !important;
}

.hub-rsvp-help__contact a {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--hub-color-action, #567f2a);
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  min-height: 0;
  overflow-wrap: anywhere;
  padding: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease;
  width: fit-content;
}

.hub-rsvp-help__contact a:hover {
  color: var(--hub-color-navy);
}

.hub-rsvp-help .hub-contact-details {
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}

.hub-rsvp-next-steps {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--hub-color-ink);
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  padding: 0;
  width: 100% !important;
}

.hub-rsvp-next-steps :where(ol, ul) {
  counter-reset: hub-rsvp-step;
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hub-rsvp-next-steps li {
  align-items: start;
  color: var(--hub-color-muted);
  counter-increment: hub-rsvp-step;
  display: grid;
  font-size: 15px;
  gap: 8px;
  grid-template-columns: 24px minmax(0, 1fr);
  line-height: 1.45;
  padding: 0;
}

.hub-rsvp-next-steps li::before {
  align-items: center;
  background: var(--hub-color-pale);
  border: 1px solid rgb(27 49 96 / 14%);
  border-radius: 50%;
  color: var(--hub-color-navy);
  content: counter(hub-rsvp-step);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.hub-rsvp-help > .hub-copy:last-child {
  border-top: 1px solid rgb(27 49 96 / 12%);
  margin-top: 4px;
  padding-top: 12px;
}

/* Private RSVP confirmation page */
.hub-rsvp-confirmation-page .hub-page-hero {
  display: none;
}

.hub-rsvp-confirmation-page .hub-page-content {
  padding: 0;
}

.hub-rsvp-confirmation-page .hub-page-content__inner {
  max-width: none;
  width: 100% !important;
}

.hub-rsvp-confirmation-page .hub-page-content__inner > .brxe-post-content {
  display: block;
  width: 100% !important;
}

.hub-rsvp-confirmation {
  background:
    radial-gradient(circle at 8% 4%, rgb(143 168 62 / 16%), transparent 28%),
    var(--hub-color-pale);
  padding-block: clamp(42px, 6vw, 72px);
  width: 100%;
}

.hub-rsvp-confirmation__shell {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hub-rsvp-confirmation__grid {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  grid-template-columns: minmax(0, 1fr) minmax(310px, 370px);
}

.hub-rsvp-confirmation__message,
.hub-rsvp-confirmation__summary {
  background: var(--hub-color-white);
  border: 1px solid rgb(27 49 96 / 11%);
  border-radius: var(--hub-radius-card);
  box-shadow: 0 10px 28px rgb(27 49 96 / 8%);
}

.hub-rsvp-confirmation__message {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 48px);
}

.hub-rsvp-confirmation__check {
  align-items: center;
  background: var(--hub-color-action, #567f2a);
  border-radius: 50%;
  color: var(--hub-color-white);
  display: inline-flex;
  font-size: 25px;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.hub-rsvp-confirmation__check--neutral {
  background: var(--hub-color-navy);
  font-family: Georgia, 'Times New Roman', serif;
}

.hub-rsvp-confirmation__message .hub-display {
  color: var(--hub-color-navy);
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.04;
  margin: 7px 0 14px;
}

.hub-rsvp-confirmation__message .hub-lede {
  max-width: 700px;
}

.hub-rsvp-confirmation__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px 20px;
  margin-top: 26px;
}

.hub-rsvp-confirmation__actions .hub-button--text {
  border-bottom-color: rgb(20 38 59 / 35%);
  color: var(--hub-color-navy) !important;
}

.hub-rsvp-confirmation__actions .hub-button--text:hover {
  border-bottom-color: var(--hub-color-action);
  color: var(--hub-color-action) !important;
}

.hub-rsvp-confirmation__event {
  background: var(--hub-color-navy);
  border-radius: var(--hub-radius-card);
  color: var(--hub-color-white);
  padding: clamp(28px, 3vw, 36px);
}

.hub-rsvp-confirmation__event .hub-kicker {
  color: var(--hub-color-green-bright);
}

.hub-rsvp-confirmation__event .hub-section-title {
  color: var(--hub-color-white);
  font-size: clamp(29px, 3vw, 36px);
  line-height: 1.12;
  margin: 9px 0 20px;
}

.hub-rsvp-confirmation__event-list,
.hub-rsvp-confirmation__summary-list {
  margin: 0;
}

.hub-rsvp-confirmation__event-list > div {
  border-top: 1px solid rgb(255 255 255 / 16%);
  padding: 13px 0;
}

.hub-rsvp-confirmation__event-list dt,
.hub-rsvp-confirmation__summary-list dt {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hub-rsvp-confirmation__event-list dt {
  color: var(--hub-color-hero-muted);
}

.hub-rsvp-confirmation__event-list dd {
  color: var(--hub-color-white);
  font-size: 18px;
  line-height: 1.5;
  margin: 3px 0 0;
}

.hub-rsvp-confirmation__summary {
  padding: clamp(28px, 4vw, 44px);
}

.hub-rsvp-confirmation__summary-heading {
  margin-bottom: 22px;
}

.hub-rsvp-confirmation__summary-heading .hub-section-title {
  color: var(--hub-color-navy);
  margin-top: 5px;
}

.hub-rsvp-confirmation__summary-list {
  display: grid;
  gap: 0 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hub-rsvp-confirmation__summary-list > div {
  border-top: 1px solid rgb(27 49 96 / 12%);
  padding: 15px 0;
}

.hub-rsvp-confirmation__summary-list dt {
  color: var(--hub-color-muted);
}

.hub-rsvp-confirmation__summary-list dd {
  color: var(--hub-color-ink);
  font-size: 18px;
  line-height: 1.55;
  margin: 4px 0 0;
  overflow-wrap: anywhere;
}

.hub-rsvp-confirmation__summary-list .hub-rsvp-confirmation__summary-notes {
  grid-column: 1 / -1;
}

.hub-rsvp-confirmation__help {
  border-top: 1px solid rgb(27 49 96 / 12%);
  color: var(--hub-color-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 0;
  padding-top: 20px;
}

.hub-rsvp-confirmation__help a {
  color: var(--hub-color-navy);
  font-weight: 800;
}

/* Automatic standard-page template */
.hub-page-hero {
  background: var(--hub-color-navy);
  color: var(--hub-color-white);
  padding-block: clamp(68px, 7vw, 96px);
}

.hub-page-hero .hub-display {
  color: var(--hub-color-white);
}

.hub-page-content {
  background: var(--hub-color-white);
  padding-block: var(--hub-section-space);
}

.hub-page-content__inner {
  max-width: 820px;
}

.hub-page-content__inner :where(h2, h3, h4) {
  color: var(--hub-color-navy);
  font-family: var(--hub-font-display);
}

.hub-page-content__inner a {
  color: var(--hub-color-teal);
}

.hub-page-content__inner > .brxe-post-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hub-page-content__inner :where(h2, h3) {
  margin-top: 22px;
}

.hub-page-content__inner .hub-map-frame,
.hub-page-content__inner .hub-map-frame iframe {
  height: min(54vw, 430px);
}

.hub-rsvp-form-wrap {
  background: var(--hub-color-pale);
  border: 1px solid rgb(27 49 96 / 12%);
  border-radius: var(--hub-radius-card);
  margin-top: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.hub-rsvp-form-wrap .gform_wrapper {
  margin: 0;
}

.hub-rsvp-form-wrap .gform_required_legend {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hub-rsvp-form-wrap .gform_fields {
  column-gap: 16px !important;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  row-gap: 16px !important;
}

.hub-rsvp-form-wrap .gfield {
  display: flex;
  flex-direction: column;
  grid-column: span 12 !important;
  min-width: 0;
}

.hub-rsvp-form-wrap .gfield.hub-rsvp-field--email,
.hub-rsvp-form-wrap .gfield.hub-rsvp-field--interest,
.hub-rsvp-form-wrap .gfield.hub-rsvp-field--group {
  grid-column: span 4 !important;
}

.hub-rsvp-form-wrap .gfield.hub-rsvp-field--notes {
  grid-column: span 12 !important;
}

.hub-rsvp-form-wrap .gfield > .ginput_container {
  padding-top: 6px;
}

@media (min-width: 701px) {
  .hub-rsvp-form-wrap :where(.hub-rsvp-field--email, .hub-rsvp-field--interest, .hub-rsvp-field--group) > :where(.gfield_label, legend.gfield_label) {
    min-height: 46px !important;
  }
}

.hub-rsvp-form-wrap .ginput_complex {
  column-gap: 12px;
}

.hub-rsvp-form-wrap :where(.gfield_label, legend.gfield_label) {
  color: var(--hub-color-navy);
  font-size: 17px !important;
  font-weight: 700;
  line-height: 1.3;
}

.hub-rsvp-form-wrap .gfield_required {
  background: transparent;
  border-radius: 0;
  color: #b03423 !important;
  display: inline-block;
  font-size: 0 !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1 !important;
  margin-left: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.hub-rsvp-form-wrap :where(.gfield_label, legend.gfield_label) > .gfield_required {
  margin-left: 3px;
}

.hub-rsvp-form-wrap .gfield_required > .gfield_required {
  display: none;
}

.hub-rsvp-form-wrap :where(.gfield_label, legend.gfield_label) > .gfield_required::after {
  content: "*";
  font-size: 19px;
  line-height: 1;
}

.hub-rsvp-form-wrap :where(input:not([type='submit']):not([type='checkbox']):not([type='radio']), select, textarea) {
  background: var(--hub-color-white);
  border: 2px solid rgb(27 49 96 / 24%);
  border-radius: var(--hub-radius-button);
  box-shadow: 0 1px 2px rgb(27 49 96 / 4%);
  color: var(--hub-color-ink);
  font-family: var(--hub-font-body);
  font-size: 17px;
  line-height: 1.45;
  padding: 12px 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.hub-rsvp-form-wrap :where(input:not([type='submit']):not([type='checkbox']):not([type='radio']), select, textarea):focus {
  border-color: var(--hub-color-action, #567f2a);
  box-shadow: 0 0 0 3px rgb(86 127 42 / 16%);
  outline: 0;
}

.hub-rsvp-form-wrap :where(input:not([type='submit']):not([type='checkbox']):not([type='radio']), select, textarea):focus-visible {
  outline: 3px solid var(--hub-color-gold);
  outline-offset: 2px;
}

.hub-rsvp-main .gform_wrapper.gform-theme :where(input:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']), select) {
  block-size: 56px !important;
  font-size: 17px !important;
  height: 56px !important;
  line-height: 1.45 !important;
  min-block-size: 56px !important;
  min-height: 56px !important;
  padding: 12px 16px !important;
}

.hub-rsvp-form-wrap :where(input:not([type='submit']):not([type='checkbox']):not([type='radio']), select) {
  min-height: 56px;
}

.hub-rsvp-form-wrap textarea {
  min-height: 126px;
  resize: vertical;
}

.hub-rsvp-main .gform_wrapper.gform-theme textarea {
  block-size: 126px !important;
  font-size: 17px !important;
  height: 126px !important;
  line-height: 1.5 !important;
  min-block-size: 126px !important;
  min-height: 126px !important;
  padding: 12px 16px !important;
}

.hub-rsvp-form-wrap :where(input[type='checkbox'], input[type='radio']) {
  accent-color: var(--hub-color-action, #567f2a);
  height: 24px;
  width: 24px;
}

.hub-rsvp-form-wrap :where(.gfield_description, .gform-field-label--type-inline, .gform_validation_message, .ginput_counter) {
  color: var(--hub-color-muted);
  font-size: 16px !important;
  line-height: 1.55;
}

.hub-rsvp-form-wrap .gform_validation_errors {
  font-size: 16px;
  line-height: 1.55;
}

.hub-rsvp-form-wrap .gform_footer {
  margin-top: 8px;
}

.hub-rsvp-form-wrap .gform_button,
.hub-rsvp-form-wrap input[type='submit'] {
  background: var(--hub-color-action, #567f2a);
  border: 0;
  border-radius: var(--hub-radius-button);
  color: var(--hub-color-white);
  cursor: pointer;
  font-family: var(--hub-font-body);
  font-size: 17px;
  font-weight: 800;
  min-width: 220px;
  min-height: 56px;
  padding-inline: 30px;
}

.hub-rsvp-main .gform_wrapper.gform-theme :where(.gform_button, button[type='submit'], input[type='submit']) {
  background: var(--hub-color-action, #567f2a) !important;
  block-size: auto !important;
  color: var(--hub-color-white) !important;
  font-size: 17px !important;
  height: auto !important;
  line-height: 1.2 !important;
  min-block-size: 56px !important;
  min-height: 56px !important;
  padding: 12px 30px !important;
}

.hub-rsvp-form-wrap .gform_button:hover,
.hub-rsvp-form-wrap input[type='submit']:hover {
  background: var(--hub-color-action-hover, #4f7627) !important;
}

@media (max-width: 900px) {
  .hub-interior-hero__inner,
  .hub-about-story__grid,
  .hub-visit-plan__grid,
  .hub-visit-campus__grid,
  .hub-rsvp-intro__inner,
  .hub-rsvp-main__grid,
  .hub-rsvp-confirmation__grid {
    grid-template-columns: 1fr;
  }

  .hub-interior-hero__inner {
    min-height: 0;
  }

  .hub-interior-hero__copy {
    padding: 52px var(--hub-gutter);
  }

  .hub-interior-hero__media {
    align-self: center;
    aspect-ratio: 4 / 3;
    min-height: 0;
    width: 100% !important;
  }

  .hub-about-story__grid,
  .hub-visit-plan__grid,
  .hub-rsvp-main__grid {
    gap: 32px;
  }

  .hub-visit-campus__media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .hub-visit-map,
  .hub-visit-map > .brxe-shortcode,
  .hub-visit-map .hub-map-frame,
  .hub-visit-map .hub-map-frame iframe {
    min-height: 420px;
  }

  .hub-rsvp-intro__copy {
    max-width: 760px;
  }

  .hub-rsvp-help {
    position: static;
  }
}

@media (max-width: 1080px) {
  .hub-header__descriptor {
    display: none;
  }

  .hub-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hub-program-card:nth-child(n + 4) {
    grid-column: span 1;
  }

  .hub-hero,
  .hub-program-page-hero__inner {
    grid-template-columns: 1fr;
  }

  .hub-hero__copy,
  .hub-program-page-hero__copy {
    padding: 50px var(--hub-gutter);
  }

  .hub-hero__media {
    align-self: center;
    aspect-ratio: 656 / 500;
  }

  .hub-program-page-hero__media {
    align-self: center;
    aspect-ratio: 4 / 3;
  }

  .hub-hero__media::after {
    background: linear-gradient(180deg, var(--hub-color-navy) 0%, rgb(27 49 96 / 0%) 24%);
  }

  .hub-event__grid {
    gap: 38px;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  }

  .hub-schedule-row {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .hub-schedule-row__detail {
    grid-column: 2;
  }

  .hub-footer__tagline {
    display: none;
  }
}

@media (max-width: 820px) {
  .hub-header__inner {
    min-height: 88px;
  }

  .hub-logo--header {
    width: 72px;
  }

  .hub-logo__subline {
    font-size: 8px;
    letter-spacing: 0;
    margin-top: 1px;
  }

  .hub-header__cta {
    margin-left: auto;
  }

  .hub-nav {
    margin-left: 0;
  }

  .hub-nav:not(.brx-open) .hub-nav__items {
    display: none !important;
  }

  .hub-nav-toggle--open,
  .hub-nav.brx-open .hub-nav-toggle--close,
  .hub-nav.brx-open .hub-nav-close-item,
  .hub-nav.brx-open .hub-nav-mobile-kicker,
  .hub-nav.brx-open .hub-nav-mobile-cta {
    display: flex !important;
  }

  .hub-nav-toggle {
    align-items: center;
    background: var(--hub-color-pale);
    border: 1px solid rgb(27 49 96 / 16%);
    border-radius: var(--hub-radius-button);
    color: var(--hub-color-navy);
    height: 52px;
    justify-content: center;
    width: 52px;
  }

  .hub-nav.brx-open .hub-nav__items {
    align-items: stretch;
    background: var(--hub-color-white);
    display: flex;
    flex-direction: column !important;
    gap: 0;
    inset: 0;
    overflow-y: auto;
    padding: 22px var(--hub-gutter) 38px;
    position: fixed;
    z-index: 999;
  }

  .hub-nav-close-item {
    align-items: center;
    border-bottom: 1px solid rgb(27 49 96 / 12%);
    flex-direction: row !important;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 18px;
    width: 100% !important;
  }

  .hub-nav-mobile-kicker {
    color: var(--hub-color-action, #567f2a);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .16em;
    padding: 10px 0;
    text-transform: uppercase;
  }

  .hub-nav.brx-open .hub-nav-item {
    width: 100%;
  }

  .hub-nav.brx-open .hub-nav-link {
    border-bottom: 1px solid rgb(27 49 96 / 12%);
    color: var(--hub-color-navy);
    display: flex;
    font-family: var(--hub-font-display);
    font-size: 31px;
    min-height: 58px;
    padding: 9px 0;
    width: 100%;
  }

  .hub-nav-mobile-cta .hub-button {
    margin-top: 24px;
    width: 100%;
  }

  .hub-hero {
    grid-template-columns: 1fr;
  }

  .hub-hero__copy {
    min-height: 510px;
    padding: 62px var(--hub-gutter);
  }

  .hub-hero__media {
    min-height: 0;
  }

  .hub-hero__media::after {
    background: linear-gradient(180deg, var(--hub-color-navy) 0%, rgb(27 49 96 / 0%) 24%);
  }

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

  .hub-pillar {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    padding-block: 16px;
  }

  .hub-pillar:nth-child(2) {
    border-right: 0;
  }

  .hub-pillar:nth-child(n + 3) {
    border-bottom: 0;
  }

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

  .hub-event__grid,
  .hub-about-visit__grid,
  .hub-newsletter__inner {
    grid-template-columns: 1fr;
  }

  .hub-event__grid {
    gap: 34px;
  }

  .hub-about-visit__grid {
    gap: 40px;
  }

  .hub-newsletter__inner {
    gap: 18px;
  }

  .hub-program-page-hero__inner {
    grid-template-columns: 1fr;
  }

  .hub-program-page-hero__copy {
    padding: 56px var(--hub-gutter);
  }

  .hub-program-page-hero__media {
    min-height: 0;
  }

  .hub-program-track {
    grid-template-columns: 1fr;
  }

  .hub-program-track__media,
  .hub-program-track:nth-child(even) .hub-program-track__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 320px;
  }

  .hub-program-track__content,
  .hub-program-track:nth-child(even) .hub-program-track__content {
    grid-column: 1;
    grid-row: 2;
  }

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

  .hub-program-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hub-brand-guide__identity-grid,
  .hub-brand-guide__component-grid {
    grid-template-columns: 1fr;
  }

  .hub-brand-guide__swatches {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hub-about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-page-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hub-page-cta__actions {
    width: 100% !important;
  }

  .hub-rsvp-help {
    max-width: none;
  }

  .hub-footer__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .hub-footer__links {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .hub-rsvp-details__list {
    grid-template-columns: 1fr;
  }

  .hub-rsvp-details__item,
  .hub-rsvp-details__item:first-child,
  .hub-rsvp-details__item:last-child {
    border-bottom: 1px solid rgb(27 49 96 / 11%);
    border-right: 0;
    padding: 11px 0;
  }

  .hub-rsvp-details__item:first-child {
    padding-top: 0;
  }

  .hub-rsvp-details__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .hub-rsvp-form-wrap .gfield.hub-rsvp-field--email,
  .hub-rsvp-form-wrap .gfield.hub-rsvp-field--interest,
  .hub-rsvp-form-wrap .gfield.hub-rsvp-field--group,
  .hub-rsvp-form-wrap .gfield.hub-rsvp-field--notes {
    grid-column: span 12 !important;
  }

  .hub-rsvp-confirmation__summary-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hub-header__cta {
    display: none !important;
  }

  .hub-nav {
    margin-left: auto;
  }

  .hub-display {
    font-size: clamp(46px, 14vw, 58px);
  }

  .hub-hero .hub-hero__title {
    font-size: clamp(42px, 12.4vw, 50px);
  }

  .hub-hero__title-tail {
    font-size: clamp(20px, 5.7vw, 22px);
    line-height: 1.3;
  }

  .hub-hero__copy {
    min-height: auto;
    padding-block: 48px 52px;
  }

  .hub-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hub-hero__actions .hub-button {
    width: 100%;
  }

  .hub-hero__actions .hub-button--text {
    align-self: flex-start;
    justify-content: flex-start;
    width: auto;
  }

  .hub-hero__media {
    min-height: 0;
  }

  .hub-pillars {
    padding-block: 14px;
  }

  .hub-pillars__grid {
    grid-template-columns: 1fr;
  }

  .hub-pillar,
  .hub-pillar:nth-child(2),
  .hub-pillar:nth-child(n + 3) {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    border-right: 0;
    padding-block: 15px;
  }

  .hub-pillar:last-child {
    border-bottom: 0;
  }

  .hub-programs__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .hub-program-grid {
    grid-template-columns: 1fr;
  }

  .hub-program-card__media {
    flex-basis: 190px;
    height: 190px;
  }

  .hub-program-anchor-nav__inner {
    justify-content: flex-start;
  }

  .hub-program-track__content {
    padding: 26px 22px 30px;
  }

  .hub-program-track__possibilities ul,
  .hub-participation__grid {
    grid-template-columns: 1fr;
  }

  .hub-program-cta {
    padding-inline: var(--hub-gutter);
  }

  .hub-program-cta .hub-button {
    width: 100%;
  }

  .hub-brand-guide {
    padding-block: 24px;
  }

  .hub-brand-guide__hero,
  .hub-brand-guide__section {
    padding: 26px 22px;
  }

  .hub-brand-guide__swatches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-brand-guide__token-list > div {
    align-items: flex-start;
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .hub-interior-hero__copy {
    padding-block: 44px 48px;
  }

  .hub-about-values__grid {
    grid-template-columns: 1fr;
  }

  .hub-page-cta__actions,
  .hub-visit-details__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hub-page-cta__actions .hub-button,
  .hub-visit-details__actions .hub-button {
    width: 100%;
  }

  .hub-visit-map,
  .hub-visit-map > .brxe-shortcode,
  .hub-visit-map .hub-map-frame,
  .hub-visit-map .hub-map-frame iframe {
    min-height: 360px;
  }

  .hub-rsvp-intro__copy .hub-display {
    font-size: clamp(40px, 12vw, 50px);
  }

  .hub-rsvp-form-column,
  .hub-rsvp-help {
    padding: 24px 20px;
  }

  .hub-rsvp-confirmation {
    padding-block: 30px;
  }

  .hub-rsvp-confirmation__message,
  .hub-rsvp-confirmation__summary,
  .hub-rsvp-confirmation__event {
    padding: 24px 20px;
  }

  .hub-rsvp-confirmation__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .hub-rsvp-confirmation__actions .hub-button {
    width: 100%;
  }

  .hub-rsvp-form-wrap .gform_button,
  .hub-rsvp-form-wrap input[type='submit'] {
    width: 100%;
  }

  .hub-event__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hub-event__actions .hub-button {
    width: 100%;
  }

  .hub-event__volunteer {
    text-align: center;
  }

  .hub-schedule {
    padding-inline: 20px;
  }

  .hub-schedule-row {
    gap: 3px;
    grid-template-columns: 1fr;
    padding-block: 14px;
  }

  .hub-schedule-row__detail {
    grid-column: 1;
  }

  .hub-visit-card {
    padding: 22px;
  }

  .hub-newsletter .gform_wrapper form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hub-newsletter .gform-body,
  .hub-newsletter .gform_footer,
  .hub-newsletter .gform_button,
  .hub-newsletter input[type='submit'] {
    width: 100%;
  }

  .hub-footer__links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
