@charset "UTF-8";
/* Bootstrap-ish breakpoints */
/* Bootstrap-like spacing scale (0–5) */
/* ---------------------------------------------------------------
 * Section spacing system (flex content layouts).
 *
 * These tokens cover EXTERNAL between-section margin-bottom only (via
 * .has-spacing-* utilities, editor-configurable through ACF spacing_bottom).
 * "Components own their bottom spacing only" — top spacing comes from the
 * previous section; no flex layout sets margin-top. Internal padding for
 * bg-bearing variants is a per-component decision, NOT a system token.
 *
 * Three-tier scale: mobile (below md) → default (md–lg) → desktop (lg+).
 * "sm/md/lg" name the spacing SIZE (tight/default/loose), NOT the breakpoint;
 * "-mobile" / "-desktop" suffixes name the BREAKPOINT tier.
 * --------------------------------------------------------------- */
/* Start simple — tune later */
/* MoWest yellow */
/* light yellow tint (Figma: griffon-gold-50) */
/* Bootstrap-ish container widths */
/* Gutters (Bootstrap uses 1.5rem default) */
body.mwsu-yoodle {
  /* Base .container / .container-fluid — apply at every viewport (Bootstrap parity). */
  /* .container-{bp} — DEVIATES FROM BOOTSTRAP intentionally. Bootstrap
   * applies padding/margin to these at every viewport (never truly
   * edge-to-edge). We make the variant a no-op below $bp so section bgs
   * can bleed to the viewport edges on mobile, applying full container
   * behavior only at $bp and above. */
  /* Row */
  /* Base column behaviors */
  /* Responsive columns: .col-md-6 etc */
  /* Gutters: g-0..5 + gx-*, gy-* */
}
body.mwsu-yoodle .container::before, body.mwsu-yoodle .container::after,
body.mwsu-yoodle .container-fluid::before,
body.mwsu-yoodle .container-fluid::after,
body.mwsu-yoodle .container-sm::before,
body.mwsu-yoodle .container-sm::after,
body.mwsu-yoodle .container-md::before,
body.mwsu-yoodle .container-md::after,
body.mwsu-yoodle .container-lg::before,
body.mwsu-yoodle .container-lg::after,
body.mwsu-yoodle .container-xl::before,
body.mwsu-yoodle .container-xl::after,
body.mwsu-yoodle .container-xxl::before,
body.mwsu-yoodle .container-xxl::after,
body.mwsu-yoodle .row::before,
body.mwsu-yoodle .row::after {
  content: none;
  display: none;
}
body.mwsu-yoodle .container,
body.mwsu-yoodle .container-fluid,
body.mwsu-yoodle .container-sm,
body.mwsu-yoodle .container-md,
body.mwsu-yoodle .container-lg,
body.mwsu-yoodle .container-xl,
body.mwsu-yoodle .container-xxl {
  overflow: visible;
}
body.mwsu-yoodle .container,
body.mwsu-yoodle .container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
}
@media (min-width: 576px) {
  body.mwsu-yoodle .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.mwsu-yoodle .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .container {
    max-width: 1320px;
  }
}
body.mwsu-yoodle .container-fluid {
  max-width: 100%;
}
@media (min-width: 576px) {
  body.mwsu-yoodle .container-sm {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.mwsu-yoodle .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .container-sm {
    max-width: 1320px;
  }
}
@media (min-width: 768px) {
  body.mwsu-yoodle .container-md {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .container-md {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .container-md {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .container-lg {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .container-lg {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .container-xl {
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .container-xxl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    max-width: 1320px;
  }
}
body.mwsu-yoodle .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
body.mwsu-yoodle .row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
body.mwsu-yoodle .col {
  flex: 1 0 0%;
}
body.mwsu-yoodle .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
body.mwsu-yoodle .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
body.mwsu-yoodle .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
body.mwsu-yoodle .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
body.mwsu-yoodle .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
body.mwsu-yoodle .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
body.mwsu-yoodle .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
body.mwsu-yoodle .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
body.mwsu-yoodle .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
body.mwsu-yoodle .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
body.mwsu-yoodle .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
body.mwsu-yoodle .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
body.mwsu-yoodle .col-auto {
  flex: 0 0 auto;
  width: auto;
}
@media (min-width: 576px) {
  body.mwsu-yoodle .col-sm {
    flex: 1 0 0%;
  }
  body.mwsu-yoodle .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  body.mwsu-yoodle .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.mwsu-yoodle .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.mwsu-yoodle .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.mwsu-yoodle .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  body.mwsu-yoodle .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.mwsu-yoodle .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  body.mwsu-yoodle .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  body.mwsu-yoodle .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.mwsu-yoodle .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  body.mwsu-yoodle .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  body.mwsu-yoodle .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.mwsu-yoodle .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  body.mwsu-yoodle .col-md {
    flex: 1 0 0%;
  }
  body.mwsu-yoodle .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  body.mwsu-yoodle .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.mwsu-yoodle .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.mwsu-yoodle .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.mwsu-yoodle .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  body.mwsu-yoodle .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.mwsu-yoodle .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  body.mwsu-yoodle .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  body.mwsu-yoodle .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.mwsu-yoodle .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  body.mwsu-yoodle .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  body.mwsu-yoodle .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.mwsu-yoodle .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .col-lg {
    flex: 1 0 0%;
  }
  body.mwsu-yoodle .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  body.mwsu-yoodle .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.mwsu-yoodle .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.mwsu-yoodle .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.mwsu-yoodle .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  body.mwsu-yoodle .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.mwsu-yoodle .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  body.mwsu-yoodle .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  body.mwsu-yoodle .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.mwsu-yoodle .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  body.mwsu-yoodle .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  body.mwsu-yoodle .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.mwsu-yoodle .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .col-xl {
    flex: 1 0 0%;
  }
  body.mwsu-yoodle .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  body.mwsu-yoodle .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.mwsu-yoodle .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.mwsu-yoodle .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.mwsu-yoodle .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  body.mwsu-yoodle .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.mwsu-yoodle .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  body.mwsu-yoodle .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  body.mwsu-yoodle .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.mwsu-yoodle .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  body.mwsu-yoodle .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  body.mwsu-yoodle .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.mwsu-yoodle .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .col-xxl {
    flex: 1 0 0%;
  }
  body.mwsu-yoodle .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  body.mwsu-yoodle .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  body.mwsu-yoodle .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  body.mwsu-yoodle .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  body.mwsu-yoodle .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  body.mwsu-yoodle .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  body.mwsu-yoodle .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  body.mwsu-yoodle .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  body.mwsu-yoodle .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  body.mwsu-yoodle .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  body.mwsu-yoodle .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  body.mwsu-yoodle .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  body.mwsu-yoodle .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
body.mwsu-yoodle .g-0, body.mwsu-yoodle .gx-0 {
  --bs-gutter-x: 0;
}
body.mwsu-yoodle .g-0, body.mwsu-yoodle .gy-0 {
  --bs-gutter-y: 0;
}
body.mwsu-yoodle .g-1, body.mwsu-yoodle .gx-1 {
  --bs-gutter-x: 0.25rem;
}
body.mwsu-yoodle .g-1, body.mwsu-yoodle .gy-1 {
  --bs-gutter-y: 0.25rem;
}
body.mwsu-yoodle .g-2, body.mwsu-yoodle .gx-2 {
  --bs-gutter-x: 0.5rem;
}
body.mwsu-yoodle .g-2, body.mwsu-yoodle .gy-2 {
  --bs-gutter-y: 0.5rem;
}
body.mwsu-yoodle .g-3, body.mwsu-yoodle .gx-3 {
  --bs-gutter-x: 1rem;
}
body.mwsu-yoodle .g-3, body.mwsu-yoodle .gy-3 {
  --bs-gutter-y: 1rem;
}
body.mwsu-yoodle .g-4, body.mwsu-yoodle .gx-4 {
  --bs-gutter-x: 1.5rem;
}
body.mwsu-yoodle .g-4, body.mwsu-yoodle .gy-4 {
  --bs-gutter-y: 1.5rem;
}
body.mwsu-yoodle .g-5, body.mwsu-yoodle .gx-5 {
  --bs-gutter-x: 3rem;
}
body.mwsu-yoodle .g-5, body.mwsu-yoodle .gy-5 {
  --bs-gutter-y: 3rem;
}

/* margin/padding utilities similar to Bootstrap */
.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.m-1 {
  margin-top: 0.25rem !important;
  margin-right: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.m-2 {
  margin-top: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.m-3 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important;
}

.m-4 {
  margin-top: 1.5rem !important;
  margin-right: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-5 {
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

.p-1 {
  padding-top: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.p-2 {
  padding-top: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.p-3 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important;
}

.p-4 {
  padding-top: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-5 {
  padding-top: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* auto margins (common Bootstrap helpers) */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  background: transparent;
  color: #000;
}
.btn:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.35);
  outline-offset: 2px;
}
.btn:disabled, .btn.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary {
  background: #ffc700;
  border-color: #ffc700;
  color: #000;
}

.btn-secondary {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-outline-primary {
  border-color: #ffc700;
  color: #ffc700;
  background: transparent;
}

.btn-outline-secondary {
  border-color: #000;
  color: #000;
  background: transparent;
}

/* Section spacing utilities — class on a flex layout's root, controls ONLY
 * external (between-section) margin-bottom. Three-tier responsive scale via
 * token suffixes (mobile/default/desktop). Editor-configurable via ACF
 * spacing_bottom. */
body.mwsu-yoodle .has-spacing-none {
  margin-bottom: 0;
}
body.mwsu-yoodle .has-spacing-sm {
  margin-bottom: 2rem;
}
body.mwsu-yoodle .has-spacing-md {
  margin-bottom: 4rem;
}
body.mwsu-yoodle .has-spacing-lg {
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  body.mwsu-yoodle .has-spacing-sm {
    margin-bottom: 1rem;
  }
  body.mwsu-yoodle .has-spacing-md {
    margin-bottom: 2rem;
  }
  body.mwsu-yoodle .has-spacing-lg {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .has-spacing-sm {
    margin-bottom: 3rem;
  }
  body.mwsu-yoodle .has-spacing-md {
    margin-bottom: 6rem;
  }
  body.mwsu-yoodle .has-spacing-lg {
    margin-bottom: 10rem;
  }
}

/* Tighter scale in the narrow sidebar content column, so the default (md) reads
 * well without editors dialling every section down to Small. ~2rem off the
 * larger tiers; higher specificity beats the base at every breakpoint. */
body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-sm {
  margin-bottom: 1.5rem;
}
body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-md {
  margin-bottom: 2.5rem;
}
body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-lg {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-sm {
    margin-bottom: 1rem;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-md {
    margin-bottom: 1.5rem;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-lg {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-sm {
    margin-bottom: 2rem;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-md {
    margin-bottom: 4rem;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .has-spacing-lg {
    margin-bottom: 6rem;
  }
}

.site-header-stick {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

body.admin-bar .site-header-stick {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header-stick {
    top: 46px;
  }
}
body.mwsu-yoodle #yoodle-main,
body.mwsu-yoodle #program-search-filters {
  scroll-margin-top: 8rem;
}

.site-header {
  position: relative;
  z-index: 50;
  background: #fff;
  color: #000;
}
.site-header .container {
  width: 100%;
}

.header-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 0.5rem 0.5rem;
}

.header-navs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}

.header-main {
  width: 100%;
  padding: 0;
}

.header-panel {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.site-logo .site-logo-image {
  display: block;
  width: 12.5rem;
  height: 2.9375rem;
  max-width: 100%;
  object-fit: contain;
}
.site-logo .site-logo-text {
  font-family: "PT Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.utility-nav .utility-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.utility-nav .utility-menu a {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.utility-nav .utility-menu .mowest-online > a .mowest-online-icon {
  display: inline-flex;
}
.utility-nav .utility-menu .mowest-online > a .mowest-online-icon svg {
  display: block;
}
.utility-nav .utility-menu .external-link-icon {
  margin-left: 0;
}
.utility-nav .utility-menu > .menu-item:not(.menu-item-has-children) > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15rem;
  height: 3px;
  background: #ffc700;
  transform: translateY(4px);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.utility-nav .utility-menu > .menu-item:not(.menu-item-has-children) > a:hover,
.utility-nav .utility-menu > .menu-item:not(.menu-item-has-children) > a:focus-visible {
  color: #000;
  text-decoration: none;
}
.utility-nav .utility-menu > .menu-item:not(.menu-item-has-children) > a:hover::before,
.utility-nav .utility-menu > .menu-item:not(.menu-item-has-children) > a:focus-visible::before {
  transform: translateY(0);
  opacity: 1;
}

.site-header .external-link-icon {
  color: #ffc700;
}
.site-header .sub-menu .external-link-icon {
  color: currentColor;
}

.utility-nav--desktop .menu-item {
  position: relative;
}
.utility-nav--desktop .menu-item-has-children {
  display: inline-flex;
  align-items: center;
}
.utility-nav--desktop .submenu-toggle {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #000;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
}
.utility-nav--desktop .submenu-toggle:not(.submenu-toggle--parent) {
  margin-left: 0.35rem;
  padding-bottom: 0.5rem;
  line-height: 1;
}
.utility-nav--desktop .submenu-toggle:not(.submenu-toggle--parent)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffc700;
  border-bottom: 2px solid #ffc700;
  transform: rotate(45deg);
}
.utility-nav--desktop .submenu-toggle--parent {
  padding: 0 0 0.5rem;
}
.utility-nav--desktop .submenu-toggle--parent .submenu-toggle__caret {
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffc700;
  border-bottom: 2px solid #ffc700;
  transform: rotate(45deg);
  margin-left: 0.35rem;
}
.utility-nav--desktop .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  min-width: 0;
  max-width: 280px;
  background: #E0E0E0;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid #ffc700;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 30;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.utility-nav--desktop .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 6px;
}
.utility-nav--desktop .menu-item-has-children:hover > .sub-menu,
.utility-nav--desktop .menu-item-has-children.is-submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.utility-nav--desktop .sub-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
}
.utility-nav--desktop .sub-menu a:hover,
.utility-nav--desktop .sub-menu a:focus-visible {
  background: #ffc700;
  color: #111;
}

.primary-nav {
  position: relative;
}
.primary-nav .primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav .menu-item {
  position: relative;
}
.primary-nav a {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.primary-nav a:hover {
  color: black;
}

.submenu-toggle:focus-visible {
  outline: 2px solid #ffc700;
  outline-offset: 2px;
}

@media (min-width: 992px) {
  .menu-item--overview {
    display: none;
  }
}
.header-icon-btn {
  appearance: none;
  border: 0;
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
  padding: 0.25rem;
}
.header-icon-btn:focus-visible {
  outline: 2px solid #ffc700;
  outline-offset: 2px;
}
.header-icon-btn .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.header-menu-toggle {
  position: relative;
}
.header-menu-toggle .icon-bars {
  width: 1.5rem;
  height: 18px;
  position: relative;
  display: block;
}
.header-menu-toggle .icon-bars span {
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 2px;
  background: #000;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header-menu-toggle .icon-bars span:nth-child(1) {
  top: 0;
}
.header-menu-toggle .icon-bars span:nth-child(2) {
  top: 8px;
}
.header-menu-toggle .icon-bars span:nth-child(3) {
  top: 16px;
}

.site-header.is-mobile-open .header-menu-toggle .icon-bars span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-header.is-mobile-open .header-menu-toggle .icon-bars span:nth-child(2) {
  opacity: 0;
}

.site-header.is-mobile-open .header-menu-toggle .icon-bars span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header-search {
  background: #ffc700;
  padding: 0.65rem 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s, max-height 0.28s ease;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.header-search .container {
  max-width: 100%;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}
.header-search form {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.85);
}
.header-search input[type=search] {
  flex: 1 1 0%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0 0.45rem 0;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  background: transparent;
  color: #111;
  outline: none;
}
.header-search input[type=search]::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.header-search input[type=search]:focus, .header-search input[type=search]:focus-visible {
  outline: none;
}
.header-search .search-submit {
  border: 0;
  background: transparent;
  color: #111;
  padding: 0.25rem 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1;
  position: static;
  margin-left: 0.5rem;
}
.header-search .search-submit:focus-visible {
  outline: 2px solid #ffc700;
  outline-offset: 4px;
  border-radius: 4px;
}
.header-search .search-submit svg {
  display: block;
}
.header-search .icon {
  width: 1.4rem;
  height: 1.4rem;
}
.header-search input[type=submit] {
  border: 0;
  background: #111;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
}

/* Google Custom Search overrides (Yoodle pages only). GCS injects its own
 * stylesheet + inline styles and uses a legacy <table> layout, so these need
 * !important. Goal: a compact single row — yellow input fills, gold magnifier
 * button on the right. */
body.mwsu-yoodle .header-search table.gsc-search-box {
  display: flex !important;
  align-items: stretch !important;
  gap: 0.5rem !important;
  margin: 0 !important;
}
body.mwsu-yoodle .header-search table.gsc-search-box tbody,
body.mwsu-yoodle .header-search table.gsc-search-box tr {
  display: contents !important;
}
body.mwsu-yoodle .header-search td.gsc-input {
  flex: 1 1 auto !important;
  padding: 0 !important;
}
body.mwsu-yoodle .header-search td.gsc-search-button {
  flex: 0 0 auto !important;
}
body.mwsu-yoodle .header-search td.gsc-clear-button {
  display: none !important;
}
body.mwsu-yoodle .header-search .gsc-input-box,
body.mwsu-yoodle .header-search .gsc-input-box-hover,
body.mwsu-yoodle .header-search .gsc-input-box-focus {
  background: #ffc700 !important;
  border: 0 !important;
  border-color: #ffc700 !important;
  height: auto !important;
  padding: 0 !important;
}
body.mwsu-yoodle .header-search .gsc-input-box .gsc-input,
body.mwsu-yoodle .header-search .gsc-input-box tr,
body.mwsu-yoodle .header-search .gsc-input-box td {
  background: #ffc700 !important;
  border-color: #ffc700 !important;
}
body.mwsu-yoodle .header-search .gsc-input-box td.gsib_a {
  padding: 0.45rem 0.75rem !important;
}
body.mwsu-yoodle .header-search input.gsc-input {
  background: transparent !important;
  font-family: "PT Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #111 !important;
}
body.mwsu-yoodle .header-search input.gsc-input::placeholder {
  font-family: "PT Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.6) !important;
}
body.mwsu-yoodle .header-search .gsc-search-button,
body.mwsu-yoodle .header-search .gsc-search-button-v2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffc700 !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 0.9rem !important;
  height: auto !important;
}
body.mwsu-yoodle .header-search .gsc-search-button-v2 svg {
  width: 18px !important;
  height: 18px !important;
  fill: #111 !important;
}
body.mwsu-yoodle .header-search .gsc-search-button-v2:hover,
body.mwsu-yoodle .header-search .gsc-search-button-v2:focus {
  background: #ffc700 !important;
}

.site-header.is-search-open .header-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.32s ease, transform 0.32s ease, max-height 0.32s ease;
  max-height: 200px;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.site-header.is-search-open .header-layout {
  padding-bottom: 0.75rem;
}

.site-header .header-search[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 992px) {
  .header-menu-toggle {
    display: none;
  }
  .site-logo .site-logo-image {
    width: 19.90931rem;
    height: 4.67206rem;
    max-width: 100%;
    object-fit: contain;
  }
  .header-layout {
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.75rem 1rem;
  }
  .header-navs {
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0.35rem;
  }
  .header-actions {
    gap: 1rem;
  }
  .header-search-toggle {
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    position: relative;
    z-index: 70;
  }
  .header-search {
    position: absolute;
    right: var(--header-search-right, 8rem);
    top: 0.4rem;
    width: min(430px, 55vw);
    padding: 1.1rem 0.75rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    z-index: 60;
    border-radius: 10px;
    transform: translateX(8px);
  }
  form.gsc-search-box {
    margin: 0 !important;
  }
  .header-icon-btn .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -5px;
  }
  .site-header.is-search-open .header-search {
    transform: translateX(0);
  }
  .header-search .container {
    padding: 0;
  }
  .primary-nav .primary-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.4rem;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
  }
  .primary-nav .menu-item > a {
    padding: 0.65rem 0.25rem 0.5rem;
    position: relative;
  }
  .primary-nav .primary-menu > .menu-item:not(.menu-item-has-children) > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.15rem;
    height: 3px;
    background: #ffc700;
    transform: translateY(4px);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .primary-nav .primary-menu > .menu-item:not(.menu-item-has-children) > a:hover,
  .primary-nav .primary-menu > .menu-item:not(.menu-item-has-children) > a:focus-visible {
    color: #000;
    text-decoration: none;
  }
  .primary-nav .primary-menu > .menu-item:not(.menu-item-has-children) > a:hover::before,
  .primary-nav .primary-menu > .menu-item:not(.menu-item-has-children) > a:focus-visible::before {
    transform: translateY(0);
    opacity: 1;
  }
  .primary-nav .menu-item-has-children {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .primary-nav .menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1rem;
  }
  .primary-nav .submenu-toggle {
    display: inline-flex;
    align-items: center;
    margin: 0;
    border: 0;
    background: none;
    color: #000;
    font: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    cursor: pointer;
  }
  .primary-nav .submenu-toggle:not(.submenu-toggle--parent) {
    padding: 0.65rem 0.25rem 0.5rem 0;
    line-height: 1;
  }
  .primary-nav .submenu-toggle:not(.submenu-toggle--parent)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffc700;
    border-bottom: 2px solid #ffc700;
    transform: rotate(45deg);
  }
  .primary-nav .submenu-toggle--parent {
    padding: 0.65rem 0.25rem 0.5rem;
    color: #000;
  }
  .primary-nav .submenu-toggle--parent:hover {
    color: #000;
  }
  .primary-nav .submenu-toggle--parent .submenu-toggle__caret {
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffc700;
    border-bottom: 2px solid #ffc700;
    transform: rotate(45deg);
    margin-left: 0.25rem;
  }
  .primary-nav .sub-menu {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 0;
    width: max-content;
    min-width: 0;
    max-width: 280px;
    background: #E0E0E0;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 2px solid #ffc700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 20;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    max-height: min(70vh, 32rem);
    overflow-y: auto;
  }
  .primary-nav .menu-item-has-children:hover > .sub-menu,
  .primary-nav .menu-item-has-children.is-submenu-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .primary-nav .sub-menu a {
    display: block;
    padding: 0.5rem 1rem;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000;
  }
  .primary-nav .sub-menu a:hover,
  .primary-nav .sub-menu a:focus-visible {
    background: #ffc700;
    color: #111;
  }
}
.header-search-toggle .icon-close {
  display: none;
}

@media (min-width: 1200px) {
  .primary-nav a {
    gap: 0.15rem;
  }
  .primary-nav .primary-menu {
    gap: 1rem;
  }
}
.site-header.is-search-open .header-search-toggle .icon-search {
  display: none;
}
.site-header.is-search-open .header-search-toggle .icon-close {
  display: block;
}

.utility-nav--mobile {
  display: none;
}

@media (min-width: 992px) {
  .utility-nav--mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .utility-nav--desktop {
    display: none;
  }
  .header-top {
    padding: 0.75rem 0;
  }
  .header-main {
    padding: 0;
  }
  .header-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-header.is-mobile-open .header-panel {
    display: block;
    animation: mobile-panel-drop 0.25s ease both;
  }
  @keyframes mobile-panel-drop {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  .primary-nav {
    background: #ffc700;
    padding: 1rem 0 0;
    margin-top: -1px;
  }
  .primary-nav .primary-menu {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 0 1rem;
    margin: 0;
    list-style: none;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
  }
  .primary-nav .menu-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .primary-nav .menu-item > a {
    padding: 0.35rem 0;
    display: inline-flex;
    align-items: center;
    width: auto;
  }
  .primary-nav > .primary-menu > .menu-item > a,
  .primary-nav > .primary-menu > .menu-item > .submenu-toggle--parent {
    padding-left: 1.25rem;
  }
  .primary-nav .external-link-icon {
    color: #fff;
    margin-left: 0.25rem;
  }
  .primary-nav .menu-item-has-children > a::after {
    display: none;
  }
  .primary-nav .submenu-toggle:not(.submenu-toggle--parent) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.25rem;
    border-radius: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .primary-nav .submenu-toggle:not(.submenu-toggle--parent)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-1px) rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .primary-nav .menu-item.is-submenu-open > .submenu-toggle:not(.submenu-toggle--parent)::before {
    transform: translateY(2px) rotate(-135deg);
  }
  .primary-nav .submenu-toggle--parent {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0;
    margin: 0;
    border: 0;
    background: none;
    color: #000;
    font: inherit;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
  }
  .primary-nav .submenu-toggle--parent .submenu-toggle__caret {
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .primary-nav .menu-item.is-submenu-open > .submenu-toggle--parent .submenu-toggle__caret {
    transform: rotate(-135deg);
  }
  .primary-nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 1.25rem 0 1.5rem;
    background: #fff;
    border-radius: 0;
    flex: 0 0 100%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-4px);
    transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.35s ease, transform 0.35s ease, padding 0.35s ease, margin 0.35s ease, visibility 0s linear 0.35s;
  }
  .primary-nav .menu-item.is-submenu-open > .sub-menu {
    margin: 0.5rem 0 0;
    padding: 0.75rem 1.25rem 1rem 1.5rem;
    max-height: 1500px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: max-height 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.4s ease, transform 0.4s ease, padding 0.4s ease, margin 0.4s ease, visibility 0s;
  }
  .primary-nav .sub-menu a {
    display: block;
    padding: 0.4rem 0;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #000;
    text-decoration: none;
    line-height: 1.5rem;
  }
  .primary-nav .menu-item > a:hover,
  .primary-nav .menu-item > a:focus-visible {
    text-decoration: none;
  }
  .utility-nav--mobile {
    display: block;
    background: #E0E0E0;
    padding: 1rem 1.25rem 1.25rem;
    margin-top: -1px;
  }
  .utility-nav--mobile .utility-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
    padding-left: 0;
  }
  .utility-nav--mobile .menu-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .utility-nav--mobile .menu-item > a {
    display: inline-flex;
    align-items: center;
    width: auto;
  }
  .utility-nav--mobile .mowest-online-icon,
  .utility-nav--mobile .mowest-online-icon svg {
    color: #000;
    fill: currentColor;
  }
  .utility-nav--mobile .mowest-online-icon svg path {
    fill: currentColor;
  }
  .utility-nav--mobile .submenu-toggle:not(.submenu-toggle--parent) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.25rem;
    border-radius: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .utility-nav--mobile .submenu-toggle:not(.submenu-toggle--parent)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-6px) rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .utility-nav--mobile .menu-item.is-submenu-open > .submenu-toggle:not(.submenu-toggle--parent)::before {
    transform: translateY(-2px) rotate(-135deg);
  }
  .utility-nav--mobile .submenu-toggle--parent {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    color: #000;
    font: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    cursor: pointer;
  }
  .utility-nav--mobile .submenu-toggle--parent .submenu-toggle__caret {
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
  }
  .utility-nav--mobile .menu-item.is-submenu-open > .submenu-toggle--parent .submenu-toggle__caret {
    transform: rotate(-135deg);
  }
  .utility-nav--mobile .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 1.25rem 0 1.5rem;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%) translateY(-4px);
    flex: 0 0 100%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.35s ease, transform 0.35s ease, padding 0.35s ease, margin 0.35s ease, visibility 0s linear 0.35s;
  }
  .utility-nav--mobile .menu-item.is-submenu-open > .sub-menu {
    margin: 0.5rem 0 0;
    padding: 0 1.25rem 0.5rem 1.5rem;
    max-height: 1500px;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition: max-height 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.4s ease, transform 0.4s ease, padding 0.4s ease, margin 0.4s ease, visibility 0s;
  }
  .utility-nav--mobile .sub-menu a {
    display: block;
    padding: 0.35rem 0;
    font-weight: 400;
    font-size: 0.8125rem;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    text-decoration: none;
    line-height: 1.5rem;
  }
  .utility-nav--mobile .menu-item > a:hover,
  .utility-nav--mobile .menu-item > a:focus-visible,
  .utility-nav--mobile .menu-item > a:active {
    text-decoration: none;
  }
}
.site-footer {
  background: #2f2f2f;
  color: #fff;
}

.footer-top {
  display: flex;
  flex-direction: column;
}

.footer-brand {
  background: #ffc700;
  color: #111;
  padding: 2.5rem 1.5rem 2.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

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

.footer-logo img {
  display: block;
  width: 250px;
  height: 59px;
  object-fit: contain;
  max-width: 100%;
}

.footer-contact p {
  margin: 0 0 0.35rem;
  font-size: 18px;
  line-height: 1.5rem;
}

.footer-school {
  font-weight: 400;
}

.footer-contact p:last-child {
  margin-bottom: 0;
}

.footer-contact strong {
  font-weight: 700;
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-link,
.footer-phone {
  font-weight: 700;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  text-decoration: underline;
}

.footer-notices p {
  margin: 0 0 0.85rem;
  font-size: 14px;
  line-height: 1.55rem;
}

.footer-notices p:last-child {
  margin-bottom: 0;
}

.footer-notices a {
  color: inherit;
  text-decoration: underline;
}

.footer-notices a:hover,
.footer-notices a:focus-visible {
  text-decoration: underline;
}

.footer-support-btn {
  align-self: flex-start;
  padding: 0.85rem 2rem;
  font-size: 0.85rem;
  letter-spacing: 0.2rem;
}

.footer-support-btn:hover,
.footer-support-btn:focus-visible {
  background: #111;
  color: #fff;
}

.footer-menus {
  background: #2f2f2f;
  padding: 2rem 1.5rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

body.mwsu-yoodle h3.footer-menu-title {
  margin: 0 0 1rem;
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  line-height: 22px;
}

.footer-menu-list a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  transition: color 0.2s ease;
}

.footer-menu-list a:hover,
.footer-menu-list a:focus-visible {
  color: #ffc700;
}

.footer-bottom {
  grid-column: 1/-1;
  margin-top: 0.5rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

body.mwsu-yoodle .footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

body.mwsu-yoodle .footer-bottom a:hover,
body.mwsu-yoodle .footer-bottom a:focus-visible {
  color: #ffc700;
}

@media (min-width: 992px) {
  .footer-top {
    display: grid;
    grid-template-columns: minmax(320px, 38%) 1fr;
    align-items: stretch;
  }
  .footer-brand {
    padding: 3.5rem 4rem 5rem;
  }
  .footer-logo img {
    width: 349px;
    height: 82px;
    max-width: 100%;
  }
  .footer-menus {
    padding: 4rem 4rem 5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .site-footer {
    --footer-container: 1350px;
    --footer-left: calc((100vw - var(--footer-container)) / 2);
    --footer-split: calc(var(--footer-left) + (var(--footer-container) * 0.38));
    background: linear-gradient(90deg, #ffc700 0 var(--footer-split), #2f2f2f var(--footer-split) 100%);
  }
  .footer-brand {
    background: transparent;
    padding-left: 0;
  }
  .footer-menus {
    background: transparent;
    padding-right: 0;
  }
}
/* Components index — one partial per component, mirroring PHP
 * template-parts/components/. Add components by @forwarding below.
 * CTA family: .cta-banner-yellow, .cta-dark-phone, .request-info-form */
/* Hero — Simple */
body.mwsu-yoodle .hero-simple {
  background: #000;
  color: #fff;
}

body.mwsu-yoodle .hero-simple__row {
  flex-direction: column-reverse;
  min-height: 0;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .hero-simple__row {
    flex-direction: row;
    min-height: 480px;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .hero-simple__row {
    margin-left: auto;
    margin-right: auto;
  }
}

body.mwsu-yoodle .hero-simple__content {
  padding: 2.5rem 1.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .hero-simple__content {
    padding: 3.5rem 2rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .hero-simple__content {
    padding: 5rem 3rem;
  }
}

body.mwsu-yoodle .hero-simple__content-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .hero-simple__content-inner {
    gap: 1.25rem;
  }
}

body.mwsu-yoodle .hero-simple__heading {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body.mwsu-yoodle .hero-simple--with-metadata .hero-simple__heading {
    font-size: 54px;
    line-height: 66px;
  }
}

body.mwsu-yoodle .hero-simple__heading .headline-emphasis {
  color: #ffc700;
}

body.mwsu-yoodle .hero-simple__heading .headline-main {
  color: #fff;
}

body.mwsu-yoodle .hero-simple__description {
  color: #fff;
}

body.mwsu-yoodle .hero-simple__description p {
  margin: 0 0 1em;
  color: inherit;
}

body.mwsu-yoodle .hero-simple__description p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .hero-simple__metadata {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

body.mwsu-yoodle .hero-simple__metadata-item {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

body.mwsu-yoodle .hero-simple__metadata-value {
  color: #ffc700;
  margin-left: 0.25rem;
}

body.mwsu-yoodle .hero-simple__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
  width: 100%;
}

body.mwsu-yoodle .hero-simple__actions .btn {
  width: 100%;
  white-space: normal;
  word-break: break-word;
}

@media (min-width: 768px) {
  body.mwsu-yoodle .hero-simple__actions .btn,
  body.mwsu-yoodle .hero-centered__actions .btn {
    max-width: 450px;
  }
}
body.mwsu-yoodle .hero-centered__actions .btn {
  white-space: normal;
  word-break: break-word;
}

body.mwsu-yoodle .hero-simple__media {
  padding: 0;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .hero-simple__media {
    position: relative;
  }
}

body.mwsu-yoodle .hero-simple__image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center top;
  display: block;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .hero-simple__image {
    aspect-ratio: auto;
    height: 100%;
  }
}

@media (min-width: 992px) {
  body.mwsu-yoodle .hero-simple {
    --simple-hero-overhang: 80px;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  body.mwsu-yoodle .hero-simple__media {
    position: relative;
  }
  body.mwsu-yoodle .hero-simple__image {
    position: absolute;
    inset: 0;
    height: calc(100% + var(--simple-hero-overhang));
    z-index: 2;
  }
}
body.mwsu-yoodle .hero-simple--no-image .hero-simple__content {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  body.mwsu-yoodle .hero-simple.has-spacing-sm {
    margin-bottom: calc(3rem + 2rem);
  }
  body.mwsu-yoodle .hero-simple.has-spacing-md {
    margin-bottom: calc(6rem + 2rem);
  }
  body.mwsu-yoodle .hero-simple.has-spacing-lg {
    margin-bottom: calc(10rem + 2rem);
  }
}
/* Hero — Centered Image */
body.mwsu-yoodle .hero-centered {
  color: #fff;
  background-color: lightgray;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), var(--hero-centered-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
}

body.mwsu-yoodle .hero-centered__inner {
  padding: 3.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
  max-width: 820px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .hero-centered__inner {
    padding: 5rem 1.5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .hero-centered__inner {
    padding: 6rem 1.5rem;
    gap: 1.5rem;
  }
}

body.mwsu-yoodle .hero-centered__heading {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .hero-centered__heading {
    font-size: 90px;
    line-height: 82px;
  }
}

body.mwsu-yoodle .hero-centered__heading .headline-emphasis {
  color: #ffc700;
}

body.mwsu-yoodle .hero-centered__heading .headline-main {
  color: #fff;
}

body.mwsu-yoodle .hero-centered__description {
  color: #fff;
  max-width: 640px;
}

body.mwsu-yoodle .hero-centered__description p {
  margin: 0 0 1em;
  color: inherit;
}

body.mwsu-yoodle .hero-centered__description p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .hero-centered__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 0.5rem;
}

/* ----------------------------------------------------------------
 * Secondary per-site bar — gold sub-nav shown below the main header on
 * any site that assigns a menu to the secondary location. Site-derived
 * home link + a flat single-row menu.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .secondary-bar {
  background: #ffc700;
  color: #000;
}

body.mwsu-yoodle .secondary-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 2rem;
  padding: 0.75rem 1rem;
}

body.mwsu-yoodle .secondary-bar__home {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

body.mwsu-yoodle .secondary-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.mwsu-yoodle .secondary-menu a {
  display: inline-flex;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

body.mwsu-yoodle .secondary-menu a::after {
  content: "";
  width: 0.45em;
  height: 0.45em;
  margin-left: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

body.mwsu-yoodle .secondary-bar__home:hover,
body.mwsu-yoodle .secondary-bar__home:focus-visible,
body.mwsu-yoodle .secondary-menu a:hover,
body.mwsu-yoodle .secondary-menu a:focus-visible {
  text-decoration: underline;
}

/* ----------------------------------------------------------------
 * Yoodle Sidebar layout — content-column reflow.
 *
 * Additive ONLY: lets the existing flex components fill the narrower content
 * column without editing any component template or its SCSS. Everything is
 * scoped to the .yoodle-layout--sidebar wrapper + its content column.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .yoodle-layout--sidebar {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .yoodle-layout--sidebar {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

body.mwsu-yoodle .yoodle-layout--sidebar > .container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Content-column reflow --- */
body.mwsu-yoodle .yoodle-layout--sidebar .yoodle-layout__main .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

body.mwsu-yoodle .yoodle-layout--sidebar .yoodle-layout__main > * > .container > .row > [class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}

body.mwsu-yoodle .yoodle-layout--sidebar .yoodle-layout__main > * > .container > .row > [class*=offset-] {
  margin-left: 0;
}

/* ----------------------------------------------------------------
 * Yoodle sidebar rail — section nav (page hierarchy) + Resources + Contact.
 * Cream panel, charcoal text, Griffon-gold icons, uniform thin dividers.
 * Closed child lists are display:none → removed from tab order + no layout gap.
 * The +/- glyph is CSS-drawn off the toggle's [aria-expanded].
 * ---------------------------------------------------------------- */
body.mwsu-yoodle {
  /* one continuous cream panel holding nav + resources + contact */
  /* --- mobile section bar: section link + disclosure (hidden on desktop) --- */
  /* the section title is a real link to the section landing page */
  /* CSS chevron: points down when collapsed, up when open */
  /* section-level headings/links: Admissions (home), Resources, Contact Us.
   * Scoped under .mwsu-sidebar so these beat the page-level default-h2 rule
   * (which otherwise blows the <h2> block headings up to 70px). */
  /* everything else in the rail */
  /* ============================================================
   * Section nav
   * ============================================================ */
  /* top-level items separated by thin rules. No last-child border-bottom:
   * the Resources section's border-top is the divider below the last item. */
  /* link + toggle on one row */
  /* active top-level (child) item → bold + underline */
  /* open-dropdown parent of an active grandchild → bold */
  /* active grandchild → underline only */
  /* --- disclosure toggle: CSS-drawn +/- driven by aria-expanded --- */
  /* --- collapsed child lists: no tab stop, no gap --- */
  /* ============================================================
   * Resources + Contact blocks
   * ============================================================ */
  /* contact keeps a gap above; resources sits flush under the nav */
  /* When Contact follows Resources, the last resource row's border-bottom is
     already the divider — drop Contact's own top border/padding so the two
     don't stack into a double line. (Standalone Contact keeps its border-top.) */
  /* each resource link is a row with a divider below it (like the nav items) */
  /* text left, external icon pinned to the right edge of the rail */
  /* phone: not bold, no underline (only email + active nav links underline).
   * font-weight clears the global `p a { font-weight: 700 }` rule. */
  /* email: label left + underlined, envelope pinned to the right edge */
  /* external link-out icon (resources, off-section nav links) */
}
body.mwsu-yoodle .yoodle-layout__sidebar {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .yoodle-layout__sidebar {
    margin-bottom: 0;
  }
}
body.mwsu-yoodle .mwsu-sidebar {
  background: #FFF8DF;
  padding: 1.75rem 1.5rem;
}
body.mwsu-yoodle .mwsu-sidebar__bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
body.mwsu-yoodle .mwsu-sidebar__bar-link {
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-decoration: none;
}
body.mwsu-yoodle .mwsu-sidebar__bar-link:hover, body.mwsu-yoodle .mwsu-sidebar__bar-link:focus-visible {
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar__toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  color: #333;
}
body.mwsu-yoodle .mwsu-sidebar__toggle-glyph {
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffc700;
  border-bottom: 2px solid #ffc700;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
body.mwsu-yoodle .mwsu-sidebar__toggle[aria-expanded=true] .mwsu-sidebar__toggle-glyph {
  transform: rotate(-135deg);
}
@media (max-width: 991.98px) {
  body.mwsu-yoodle {
    /* the toggle already shows the section title, so the in-body "← Section"
     * home link is redundant on mobile */
  }
  body.mwsu-yoodle .mwsu-sidebar.is-collapsible .mwsu-sidebar__bar {
    display: flex;
  }
  body.mwsu-yoodle .mwsu-sidebar.is-collapsible .mwsu-sidebar__body {
    display: none;
  }
  body.mwsu-yoodle .mwsu-sidebar.is-collapsible.is-open .mwsu-sidebar__body {
    display: block;
    margin-top: 1.5rem;
  }
  body.mwsu-yoodle .mwsu-sidebar.is-collapsible .mwsu-sidebar-nav__home {
    display: none;
  }
}
body.mwsu-yoodle .mwsu-sidebar .mwsu-sidebar-nav__home-label,
body.mwsu-yoodle .mwsu-sidebar .mwsu-sidebar-block__heading {
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  color: #333;
}
body.mwsu-yoodle .mwsu-sidebar-block__heading {
  margin: 0 0 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
}
body.mwsu-yoodle .mwsu-sidebar-nav__link,
body.mwsu-yoodle .mwsu-sidebar-resources__link,
body.mwsu-yoodle .mwsu-sidebar-contact__phone,
body.mwsu-yoodle .mwsu-sidebar-contact__assist,
body.mwsu-yoodle .mwsu-sidebar-contact__email {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-transform: none;
  color: #333;
}
body.mwsu-yoodle .mwsu-sidebar-nav__home {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
body.mwsu-yoodle .mwsu-sidebar-nav__home .mwsu-sidebar-icon--arrow {
  color: #ffc700;
  flex: 0 0 auto;
}
body.mwsu-yoodle .mwsu-sidebar-nav__home:hover .mwsu-sidebar-nav__home-label, body.mwsu-yoodle .mwsu-sidebar-nav__home:focus-visible .mwsu-sidebar-nav__home-label {
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar-nav__list,
body.mwsu-yoodle .mwsu-sidebar-nav__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.mwsu-yoodle .mwsu-sidebar-nav__list > .mwsu-sidebar-nav__item {
  border-top: 2px solid rgba(51, 51, 51, 0.2);
}
body.mwsu-yoodle .mwsu-sidebar-nav__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.5rem;
}
body.mwsu-yoodle .mwsu-sidebar-nav__link {
  flex: 1 1 auto;
  padding: 0.65rem 0;
  text-decoration: none;
}
body.mwsu-yoodle .mwsu-sidebar-nav__link:hover, body.mwsu-yoodle .mwsu-sidebar-nav__link:focus-visible {
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar-nav__link .external-link-icon {
  margin-left: 0.35rem;
}
body.mwsu-yoodle .mwsu-sidebar-nav__list > .mwsu-sidebar-nav__item.current_page_item > .mwsu-sidebar-nav__row > .mwsu-sidebar-nav__link {
  font-weight: 700;
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar-nav__list > .mwsu-sidebar-nav__item.current_page_ancestor > .mwsu-sidebar-nav__row > .mwsu-sidebar-nav__link {
  font-weight: 700;
}
body.mwsu-yoodle .mwsu-sidebar-nav__sublist .mwsu-sidebar-nav__item.current_page_item > .mwsu-sidebar-nav__row > .mwsu-sidebar-nav__link {
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar-nav__toggle {
  flex: 0 0 auto;
  width: 2.25rem;
  align-self: center;
  height: 2.25rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  position: relative;
  color: #ffc700;
  /* horizontal bar — always present (the "−") */
  /* vertical bar — completes the "+" only when collapsed */
}
body.mwsu-yoodle .mwsu-sidebar-nav__toggle .mwsu-sidebar-nav__toggle-glyph,
body.mwsu-yoodle .mwsu-sidebar-nav__toggle .mwsu-sidebar-nav__toggle-glyph::before {
  content: "";
  position: absolute;
  background: currentColor;
}
body.mwsu-yoodle .mwsu-sidebar-nav__toggle .mwsu-sidebar-nav__toggle-glyph {
  top: 50%;
  left: 50%;
  width: 22.745px;
  height: 2px;
  transform: translate(-50%, -50%);
}
body.mwsu-yoodle .mwsu-sidebar-nav__toggle .mwsu-sidebar-nav__toggle-glyph::before {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22.745px;
  transform: translate(-50%, -50%);
  transition: opacity 0.18s ease;
}
body.mwsu-yoodle .mwsu-sidebar-nav__toggle[aria-expanded=true] .mwsu-sidebar-nav__toggle-glyph::before {
  opacity: 0;
}
body.mwsu-yoodle .mwsu-sidebar-nav__toggle:hover, body.mwsu-yoodle .mwsu-sidebar-nav__toggle:focus-visible {
  opacity: 0.7;
}
body.mwsu-yoodle .mwsu-sidebar-nav__sublist {
  display: none;
}
body.mwsu-yoodle .mwsu-sidebar-nav__sublist.is-open {
  display: block;
  margin: 0 0 0.5rem;
  padding-left: 0.85rem;
  border-left: 2px solid rgba(51, 51, 51, 0.2);
}
body.mwsu-yoodle .mwsu-sidebar-nav__sublist.is-open .mwsu-sidebar-nav__link {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
body.mwsu-yoodle .mwsu-sidebar-resources,
body.mwsu-yoodle .mwsu-sidebar-contact {
  padding-top: 1rem;
  border-top: 2px solid rgba(51, 51, 51, 0.2);
}
body.mwsu-yoodle .mwsu-sidebar-contact {
  margin-top: 1.5rem;
}
body.mwsu-yoodle .mwsu-sidebar-resources + .mwsu-sidebar-contact {
  padding-top: 0;
  border-top: 0;
}
body.mwsu-yoodle .mwsu-sidebar-resources__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.mwsu-yoodle .mwsu-sidebar-resources__item {
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
}
body.mwsu-yoodle .mwsu-sidebar-resources__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem 0;
  text-decoration: none;
}
body.mwsu-yoodle .mwsu-sidebar-resources__link:hover, body.mwsu-yoodle .mwsu-sidebar-resources__link:focus-visible {
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar-resources__link .external-link-icon {
  flex: 0 0 auto;
  color: #ffc700;
}
body.mwsu-yoodle .mwsu-sidebar-contact__phone,
body.mwsu-yoodle .mwsu-sidebar-contact__assist,
body.mwsu-yoodle .mwsu-sidebar-contact__email {
  margin: 0 0 0.5rem;
}
body.mwsu-yoodle .mwsu-sidebar-contact__phone a {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}
body.mwsu-yoodle .mwsu-sidebar-contact__phone a:hover, body.mwsu-yoodle .mwsu-sidebar-contact__phone a:focus-visible {
  font-weight: 400;
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar-contact__email a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  font-weight: 400;
  color: #333;
}
body.mwsu-yoodle .mwsu-sidebar-contact__email a:hover, body.mwsu-yoodle .mwsu-sidebar-contact__email a:focus-visible {
  font-weight: 400;
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar-contact__email-label {
  text-decoration: underline;
}
body.mwsu-yoodle .mwsu-sidebar-icon--envelope {
  width: 18px;
  height: 18px;
  color: #ffc700;
  flex: 0 0 auto;
}
body.mwsu-yoodle .mwsu-sidebar .external-link-icon {
  flex: 0 0 auto;
}
body.mwsu-yoodle .mwsu-sidebar .external-link-icon svg {
  width: 18px;
  height: 18px;
}

/* ----------------------------------------------------------------
 * Sidebar-template component overrides.
 *
 * A handful of context tweaks so existing flex components read well in the
 * narrower sidebar content column. Scoped to .yoodle-layout--sidebar so the
 * full-width template is untouched. Grows as more components are approved for
 * the sidebar template.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .yoodle-layout--sidebar {
  /* --- Auto section-heading hierarchy ---
   * The first flex section heading carries --lead (smaller-h2 scale); every
   * subsequent one carries --sub (h3 scale). Headings stay <h2> — only the
   * size differs (driven by mwsu_flex_section_heading_class()). No 70/82 giant
   * on sidebar pages. */
  /* --- WYSIWYG-typed headings inside a Text Section body ---
   * On the sidebar the section heading is compressed to the --lead scale
   * (maxes at 50px), but a typed h3 otherwise falls through to the global h3
   * (also 50px) and collides with it. Step the typed headings down so the
   * hierarchy reads. (Full-width is unaffected — the global scale already
   * sits below the larger page-default section heading there.) */
  /* --- Two-Column Yellow Image Accent (the "Need Support" block) ---
   * No yellow accent in the sidebar, 50/50 columns, image fills its column,
   * tighter card padding. */
  /* --- Map Info ---
   * No gold accent in the sidebar; the map fills its column. */
  /* --- Testimonial Carousel --- */
}
body.mwsu-yoodle .yoodle-layout--sidebar .mwsu-flex-heading--lead {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.36px;
  text-transform: none;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .yoodle-layout--sidebar .mwsu-flex-heading--lead {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.5px;
  }
}
body.mwsu-yoodle .yoodle-layout--sidebar .mwsu-flex-heading--sub {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: normal;
  text-transform: none;
}
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h2,
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h3,
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h4,
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h5,
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h2 {
  font-size: 34px;
  line-height: 44px;
}
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h3 {
  font-size: 28px;
  line-height: 36px;
}
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h4 {
  font-size: 24px;
  line-height: 32px;
}
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h5 {
  font-size: 20px;
  line-height: 28px;
}
body.mwsu-yoodle .yoodle-layout--sidebar .text-section__body h6 {
  font-size: 18px;
  line-height: 26px;
}
body.mwsu-yoodle .yoodle-layout--sidebar .two-column-yellow-image-accent__heading {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #000;
}
body.mwsu-yoodle .yoodle-layout--sidebar .two-column-yellow-image-accent__accent {
  display: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .yoodle-layout--sidebar .yoodle-layout__main .two-column-yellow-image-accent .container .two-column-yellow-image-accent__row > [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .two-column-yellow-image-accent__image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .yoodle-layout--sidebar .two-column-yellow-image-accent__content-inner {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767.98px) {
  body.mwsu-yoodle .yoodle-layout--sidebar .two-column-yellow-image-accent__image {
    max-height: 400px;
    object-fit: cover;
  }
}
body.mwsu-yoodle .yoodle-layout--sidebar .map-info__accent {
  display: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .yoodle-layout--sidebar .map-info__embed {
    width: 100%;
  }
}
body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__header {
  text-align: left;
  margin-bottom: 1.5rem;
}
body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__title {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: normal;
  text-transform: none;
}
body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__quote-text,
body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__credential {
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__slide {
    padding-bottom: 3.5rem;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__media {
    top: 0;
    bottom: 3.5rem;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__media img {
    height: 100%;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__quote {
    position: relative;
    top: 3.5rem;
  }
  body.mwsu-yoodle .yoodle-layout--sidebar .testimonial-carousel__controls {
    top: auto;
    bottom: 0;
    left: auto;
    right: calc(65% + 0.5rem);
  }
}

/* ----------------------------------------------------------------
 * Flex — Text Section
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .text-section {
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .text-section__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .text-section__inner {
    gap: 1.25rem;
  }
}

body.mwsu-yoodle .text-section__eyebrow {
  margin: 0;
}

body.mwsu-yoodle .text-section__heading {
  margin: 0;
}

body.mwsu-yoodle .text-section__body p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .text-section__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .text-section__body ul,
body.mwsu-yoodle .text-section__body ol {
  margin: 0 0 1em;
  padding-left: 1.5rem;
}

body.mwsu-yoodle .text-section__body h1,
body.mwsu-yoodle .text-section__body h2,
body.mwsu-yoodle .text-section__body h3,
body.mwsu-yoodle .text-section__body h4,
body.mwsu-yoodle .text-section__body h5,
body.mwsu-yoodle .text-section__body h6 {
  margin-top: 0.75em;
  margin-bottom: 0.4em;
}

/* Smaller-heading variant: the section heading renders at the h3 scale, so step
 * the body headings down one level (h2→h3, h3→h4, h4→h5, h5→h6, h6 smaller) to
 * keep the hierarchy readable beneath the reduced section heading. */
body.mwsu-yoodle .text-section--heading-sm .text-section__body h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.36px;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .text-section--heading-sm .text-section__body h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.5px;
  }
}

body.mwsu-yoodle .text-section--heading-sm .text-section__body h3 {
  font-size: 34px;
  line-height: 44px;
  letter-spacing: normal;
}

body.mwsu-yoodle .text-section--heading-sm .text-section__body h4 {
  font-size: 28px;
  line-height: 36px;
}

body.mwsu-yoodle .text-section--heading-sm .text-section__body h5 {
  font-size: 22px;
  line-height: 30px;
}

body.mwsu-yoodle .text-section--heading-sm .text-section__body h6 {
  font-size: 18px;
  line-height: 26px;
}

body.mwsu-yoodle .text-section__cta {
  margin-top: 0.5rem;
}

/* ----------------------------------------------------------------
 * Flex — Link List (extracted from the Text Section).
 * Optional heading + description, then a two-column list of bold underlined
 * links. CSS columns keep each link intact and reading order in the DOM;
 * single column below md. Links go bold + underlined at the body size.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .link-list__heading {
  margin: 0 0 1rem;
}

body.mwsu-yoodle .link-list__description {
  margin: 0 0 1.5rem;
}
body.mwsu-yoodle .link-list__description p {
  margin: 0 0 0.75rem;
}
body.mwsu-yoodle .link-list__description p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .link-list__list {
  list-style: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0 0 0 8px;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .link-list__list {
    column-count: 2;
    column-gap: 2.5rem;
  }
}

body.mwsu-yoodle .link-list__item {
  break-inside: avoid;
  margin: 0 0 15px;
}

body.mwsu-yoodle .link-list__item::marker {
  font-size: 0.7em;
}

body.mwsu-yoodle .link-list__item:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .link-list__link {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

/* ----------------------------------------------------------------
 * Flex — Embed. URL-driven, responsive iframe (video, map, dashboard…).
 * Self-contained aspect-ratio box — the Bootstrap `.ratio` utility isn't part
 * of this build — with the embed absolutely filling it. Sharp corners, to match
 * the rest of the design system.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .embed-section__frame {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

body.mwsu-yoodle .embed-section__frame > iframe,
body.mwsu-yoodle .embed-section__frame > embed,
body.mwsu-yoodle .embed-section__frame > object,
body.mwsu-yoodle .embed-section__frame > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.mwsu-yoodle .embed-section__frame--16x9 {
  padding-top: 56.25%;
}

body.mwsu-yoodle .embed-section__frame--4x3 {
  padding-top: 75%;
}

body.mwsu-yoodle .embed-section__frame--1x1 {
  padding-top: 100%;
}

body.mwsu-yoodle .embed-section__frame--21x9 {
  padding-top: 42.8571%;
}

/* Two-Column Text — full-width heading over two independent bodies that sit
 * side by side at lg+ and stack on mobile. Width comes from col-lg-10 / col-lg-6. */
body.mwsu-yoodle .text-section-two-column {
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .text-section-two-column__eyebrow {
  margin: 0 0 0.75rem;
}

body.mwsu-yoodle .text-section-two-column__heading {
  margin: 0 0 1.5rem;
}

body.mwsu-yoodle .text-section-two-column__row {
  row-gap: 1.5rem;
}

body.mwsu-yoodle .text-section-two-column__col--right .text-section-two-column__body,
body.mwsu-yoodle .text-section-two-column__col--right .text-section-two-column__body p,
body.mwsu-yoodle .text-section-two-column__col--right .text-section-two-column__body li {
  font-size: 17px;
}

body.mwsu-yoodle .text-section-two-column__body p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .text-section-two-column__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .text-section-two-column__body ul,
body.mwsu-yoodle .text-section-two-column__body ol {
  margin: 0 0 1em;
  padding-left: 1.5rem;
}

body.mwsu-yoodle .text-section-two-column__body h1,
body.mwsu-yoodle .text-section-two-column__body h2,
body.mwsu-yoodle .text-section-two-column__body h3,
body.mwsu-yoodle .text-section-two-column__body h4,
body.mwsu-yoodle .text-section-two-column__body h5,
body.mwsu-yoodle .text-section-two-column__body h6 {
  margin-top: 0.75em;
  margin-bottom: 0.4em;
}

body.mwsu-yoodle .text-section-two-column__cta {
  margin-top: 1.5rem;
}

/* Flex — Two-Column Cream Bullets: cream card extending to the viewport edge
 * (below xxl); image offset down, overhanging the section bottom. */
body.mwsu-yoodle .two-column-cream-bullets {
  color: #111;
  overflow: visible;
}

body.mwsu-yoodle .two-column-cream-bullets__row {
  row-gap: 0;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-cream-bullets__row {
    flex-direction: row;
    padding-right: 6vw;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-cream-bullets__row {
    padding-right: 10vw;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .two-column-cream-bullets__row {
    padding-right: 0;
  }
}

body.mwsu-yoodle .two-column-cream-bullets__content-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #FFF8DF;
  padding: 1.5rem 1.25rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-cream-bullets__content-inner {
    padding: 3rem 5rem 4rem 3rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-cream-bullets__content-inner {
    padding: 4rem 5rem 5rem 4rem;
  }
}

body.mwsu-yoodle .two-column-cream-bullets__eyebrow {
  margin: 0;
}

body.mwsu-yoodle .two-column-cream-bullets__heading {
  margin-bottom: 25px;
}

body.mwsu-yoodle .two-column-cream-bullets__heading .headline-emphasis {
  font-weight: 700;
}

body.mwsu-yoodle .two-column-cream-bullets__heading .headline-main {
  font-weight: 300;
}

body.mwsu-yoodle .two-column-cream-bullets__body > :not(h1, h2, h3, h4, h5, h6) {
  font-size: 17px;
  line-height: normal;
}

body.mwsu-yoodle .two-column-cream-bullets__body > *:first-child {
  margin-top: 0;
}

body.mwsu-yoodle .two-column-cream-bullets__body p {
  margin: 0 0 0.6em;
}

body.mwsu-yoodle .two-column-cream-bullets__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .two-column-cream-bullets__body h1,
body.mwsu-yoodle .two-column-cream-bullets__body h2,
body.mwsu-yoodle .two-column-cream-bullets__body h3,
body.mwsu-yoodle .two-column-cream-bullets__body h4,
body.mwsu-yoodle .two-column-cream-bullets__body h5,
body.mwsu-yoodle .two-column-cream-bullets__body h6 {
  margin-top: 0.75em;
  margin-bottom: 0.4em;
}

body.mwsu-yoodle .two-column-cream-bullets__body ul,
body.mwsu-yoodle .two-column-cream-bullets__body ol {
  margin: 0 0 0.6em;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

body.mwsu-yoodle .two-column-cream-bullets__body ul:last-child,
body.mwsu-yoodle .two-column-cream-bullets__body ol:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .two-column-cream-bullets__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

body.mwsu-yoodle .two-column-cream-bullets__media {
  padding: 0;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-cream-bullets__media {
    position: relative;
  }
}

body.mwsu-yoodle .two-column-cream-bullets__media-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-cream-bullets__media-inner {
    position: absolute;
    top: 80px;
    bottom: -60px;
    left: -60px;
    right: 0;
    width: auto;
    aspect-ratio: auto;
    overflow: visible;
  }
}

body.mwsu-yoodle .two-column-cream-bullets__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/* Flex — Two-Column Dark Accent.
 * Charcoal (or light-gray) card holds the text; image overlaps the card on
 * the opposite side, inset from the card's top/bottom on desktop. */
body.mwsu-yoodle .two-column-dark-accent {
  color: #111;
}

body.mwsu-yoodle .two-column-dark-accent__row {
  row-gap: 0;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent__row {
    flex-direction: row;
    align-items: stretch;
  }
}

body.mwsu-yoodle .two-column-dark-accent__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  body.mwsu-yoodle .two-column-dark-accent__content {
    background-color: #333;
  }
}

body.mwsu-yoodle .two-column-dark-accent__content-inner {
  background-color: #333;
  color: #fff;
  padding: calc(30vw + 2.5rem) 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent__content-inner {
    padding: 4rem 3rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-dark-accent__content-inner {
    padding: 7rem 4rem;
    gap: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  body.mwsu-yoodle .two-column-dark-accent__content-inner {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.mwsu-yoodle .two-column-dark-accent__content-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent--image-right .two-column-dark-accent__content-inner {
    padding-right: 6rem;
  }
  body.mwsu-yoodle .two-column-dark-accent--image-left .two-column-dark-accent__content-inner {
    padding-left: 6rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-dark-accent--image-right .two-column-dark-accent__content-inner {
    padding-right: 7rem;
  }
  body.mwsu-yoodle .two-column-dark-accent--image-left .two-column-dark-accent__content-inner {
    padding-left: 7rem;
  }
}
body.mwsu-yoodle .two-column-dark-accent__eyebrow {
  margin: 0;
  color: #fff;
}

body.mwsu-yoodle .two-column-dark-accent__heading {
  margin: 0 0 0.25rem;
  color: #fff;
}

body.mwsu-yoodle .two-column-dark-accent__heading .headline-emphasis {
  color: #ffc700;
  font-weight: 700;
}

body.mwsu-yoodle .two-column-dark-accent__heading .headline-main {
  color: #fff;
  font-weight: 300;
}

body.mwsu-yoodle .two-column-dark-accent__body {
  color: #fff;
}

body.mwsu-yoodle .two-column-dark-accent__body > *:first-child {
  margin-top: 0;
}

body.mwsu-yoodle .two-column-dark-accent__body p {
  margin: 0 0 0.75em;
  color: inherit;
}

body.mwsu-yoodle .two-column-dark-accent__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .two-column-dark-accent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent__actions {
    margin-top: 40px;
  }
}

body.mwsu-yoodle .two-column-dark-accent__media {
  padding: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent__media {
    position: relative;
  }
}

body.mwsu-yoodle .two-column-dark-accent__media-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent__media-inner {
    position: absolute;
    top: 0;
    bottom: -2rem;
    left: 0;
    right: 0;
    width: auto;
    aspect-ratio: auto;
    overflow: visible;
  }
}

@media (max-width: 767.98px) {
  body.mwsu-yoodle .two-column-dark-accent__media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    box-sizing: border-box;
    margin-bottom: -30vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body.mwsu-yoodle .two-column-dark-accent__media {
    max-width: 540px;
  }
}
body.mwsu-yoodle .two-column-dark-accent__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent__image {
    height: 80%;
    position: absolute;
    top: 7.5%;
  }
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent--image-left .two-column-dark-accent__row {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-dark-accent--image-left .two-column-dark-accent__media-inner {
    left: 0;
    right: -60px;
  }
  body.mwsu-yoodle .two-column-dark-accent--image-right .two-column-dark-accent__media-inner {
    left: -60px;
    right: 0;
  }
}
/* Card-bg modifier — light gray. Buttons drop the .dark class (in PHP) so they
 * keep their default border, which reads better against light gray. */
body.mwsu-yoodle .two-column-dark-accent--bg-light-gray .two-column-dark-accent__content-inner {
  background-color: #E0E0E0;
  color: #111;
}

@media (max-width: 767.98px) {
  body.mwsu-yoodle .two-column-dark-accent--bg-light-gray .two-column-dark-accent__content {
    background-color: #E0E0E0;
  }
}
body.mwsu-yoodle .two-column-dark-accent--bg-light-gray .two-column-dark-accent__eyebrow,
body.mwsu-yoodle .two-column-dark-accent--bg-light-gray .two-column-dark-accent__heading,
body.mwsu-yoodle .two-column-dark-accent--bg-light-gray .two-column-dark-accent__heading .headline-main,
body.mwsu-yoodle .two-column-dark-accent--bg-light-gray .two-column-dark-accent__heading .headline-emphasis,
body.mwsu-yoodle .two-column-dark-accent--bg-light-gray .two-column-dark-accent__body,
body.mwsu-yoodle .two-column-dark-accent--bg-light-gray .two-column-dark-accent__body p {
  color: #111;
}

/* Flex — Two-Column Yellow Image Accent.
 * White section, light-gray content card on one side, image on the other with
 * a yellow square accent peeking from a bottom corner (corner flips with
 * image_side). Reuses the homepage section-three accent treatment at a smaller
 * scale so the accent is a subtle peek. */
body.mwsu-yoodle .two-column-yellow-image-accent {
  color: #111;
  --accent-peek-x: 30px;
  --accent-peek-y: 30px;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-yellow-image-accent {
    --accent-peek-x: 37px;
    --accent-peek-y: 37px;
  }
}

body.mwsu-yoodle .two-column-yellow-image-accent--section-light-gray,
body.mwsu-yoodle .two-column-yellow-image-accent--section-cream {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent--section-light-gray,
  body.mwsu-yoodle .two-column-yellow-image-accent--section-cream {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-yellow-image-accent--section-light-gray,
  body.mwsu-yoodle .two-column-yellow-image-accent--section-cream {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

body.mwsu-yoodle .two-column-yellow-image-accent--section-light-gray {
  background-color: #E0E0E0;
}

body.mwsu-yoodle .two-column-yellow-image-accent--section-cream {
  background-color: #FFF8DF;
}

body.mwsu-yoodle .two-column-yellow-image-accent--section-light-gray .two-column-yellow-image-accent__content-inner,
body.mwsu-yoodle .two-column-yellow-image-accent--section-cream .two-column-yellow-image-accent__content-inner {
  background-color: #fff;
}

body.mwsu-yoodle .two-column-yellow-image-accent--section-light-gray.has-spacing-none + .two-column-yellow-image-accent--section-light-gray,
body.mwsu-yoodle .two-column-yellow-image-accent--section-cream.has-spacing-none + .two-column-yellow-image-accent--section-cream {
  padding-top: 0;
}

body.mwsu-yoodle .two-column-yellow-image-accent--no-accent .two-column-yellow-image-accent__accent {
  display: none;
}

body.mwsu-yoodle .two-column-yellow-image-accent__row {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent__row {
    flex-direction: row;
    align-items: stretch;
  }
}

body.mwsu-yoodle .two-column-yellow-image-accent__content {
  display: flex;
}

body.mwsu-yoodle .two-column-yellow-image-accent__content-inner {
  background-color: #E0E0E0;
  color: #111;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent__content-inner {
    padding: 3rem 2.5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-yellow-image-accent__content-inner {
    padding: 8rem 3rem;
    gap: 1rem;
  }
}

body.mwsu-yoodle .two-column-yellow-image-accent__eyebrow {
  margin: 0;
}

body.mwsu-yoodle .two-column-yellow-image-accent__heading {
  margin: 0 0 0.25rem;
}

body.mwsu-yoodle .two-column-yellow-image-accent__heading .headline-emphasis {
  font-weight: 700;
}

body.mwsu-yoodle .two-column-yellow-image-accent__heading .headline-main {
  font-weight: 300;
}

body.mwsu-yoodle .two-column-yellow-image-accent__body > *:first-child {
  margin-top: 0;
}

body.mwsu-yoodle .two-column-yellow-image-accent__body p {
  margin: 0 0 0.75em;
}

body.mwsu-yoodle .two-column-yellow-image-accent__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .two-column-yellow-image-accent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

body.mwsu-yoodle .two-column-yellow-image-accent__media {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent__media {
    margin-top: 0;
    position: relative;
  }
}

body.mwsu-yoodle .two-column-yellow-image-accent__media-inner {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent__media-inner {
    position: absolute;
    inset: 0;
  }
}

body.mwsu-yoodle .two-column-yellow-image-accent__image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent__image {
    width: calc(100% - var(--accent-peek-x));
    height: 100%;
    object-fit: cover;
  }
}

body.mwsu-yoodle .two-column-yellow-image-accent__accent {
  display: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent__accent {
    display: block;
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    background: linear-gradient(145deg, #ffecae -33.69%, #ffc700 56.66%);
    bottom: calc(-1 * var(--accent-peek-y));
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .two-column-yellow-image-accent__accent {
    height: 200px;
    width: 200px;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent--image-right .two-column-yellow-image-accent__image {
    margin-left: 0;
    margin-right: auto;
  }
  body.mwsu-yoodle .two-column-yellow-image-accent--image-right .two-column-yellow-image-accent__accent {
    right: 0;
  }
  body.mwsu-yoodle .two-column-yellow-image-accent--image-left .two-column-yellow-image-accent__image {
    margin-left: auto;
    margin-right: 0;
  }
  body.mwsu-yoodle .two-column-yellow-image-accent--image-left .two-column-yellow-image-accent__accent {
    left: 0;
  }
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-yellow-image-accent--image-left .two-column-yellow-image-accent__row {
    flex-direction: row-reverse;
  }
}

/* Flex — Two-Column Gray Wing Accent: light-gray 50/50 content+image split
 * with a decorative wing peeking top-right. Image uses object-fit: cover so
 * text length drives section height (Accent Card pattern). */
body.mwsu-yoodle .two-column-gray-wing-accent {
  color: #111;
  background-color: #E0E0E0;
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-gray-wing-accent {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

body.mwsu-yoodle .two-column-gray-wing-accent__row {
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent__row {
    flex-direction: row;
    align-items: stretch;
  }
}

body.mwsu-yoodle .two-column-gray-wing-accent__content {
  display: flex;
}

body.mwsu-yoodle .two-column-gray-wing-accent__content-inner {
  color: #111;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent__content-inner {
    padding: 3rem 2.5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-gray-wing-accent__content-inner {
    padding: 4rem 3rem;
    gap: 1rem;
  }
}

body.mwsu-yoodle .two-column-gray-wing-accent--card-white .two-column-gray-wing-accent__content-inner {
  background-color: #fff;
}

body.mwsu-yoodle .two-column-gray-wing-accent--card-transparent .two-column-gray-wing-accent__content-inner {
  background-color: transparent;
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent--card-transparent.two-column-gray-wing-accent--image-right .two-column-gray-wing-accent__content-inner {
    padding: 3rem 2.5rem 3rem 0;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-gray-wing-accent--card-transparent.two-column-gray-wing-accent--image-right .two-column-gray-wing-accent__content-inner {
    padding: 4rem 3rem 4rem 0;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent--card-transparent.two-column-gray-wing-accent--image-left .two-column-gray-wing-accent__content-inner {
    padding: 3rem 0 3rem 2.5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-gray-wing-accent--card-transparent.two-column-gray-wing-accent--image-left .two-column-gray-wing-accent__content-inner {
    padding: 4rem 0 4rem 3rem;
  }
}

body.mwsu-yoodle .two-column-gray-wing-accent__eyebrow {
  margin: 0;
}

body.mwsu-yoodle .two-column-gray-wing-accent__heading {
  margin: 0 0 0.25rem;
}

body.mwsu-yoodle.page-template-page-yoodle .two-column-gray-wing-accent__heading {
  font-size: clamp(2rem, 4vw, 46px);
  line-height: 1.2;
}

body.mwsu-yoodle .two-column-gray-wing-accent__heading .headline-emphasis {
  font-weight: 700;
}

body.mwsu-yoodle .two-column-gray-wing-accent__heading .headline-main {
  font-weight: 300;
}

body.mwsu-yoodle.page-template-page-yoodle .two-column-gray-wing-accent__body,
body.mwsu-yoodle.page-template-page-yoodle .two-column-gray-wing-accent__body p {
  font-size: 17px;
}

body.mwsu-yoodle .two-column-gray-wing-accent__body > *:first-child {
  margin-top: 0;
}

body.mwsu-yoodle .two-column-gray-wing-accent__body p {
  margin: 0 0 0.75em;
}

body.mwsu-yoodle .two-column-gray-wing-accent__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .two-column-gray-wing-accent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

body.mwsu-yoodle .two-column-gray-wing-accent__media {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent__media {
    margin-top: 0;
    position: relative;
  }
}

body.mwsu-yoodle .two-column-gray-wing-accent__media-inner {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent__media-inner {
    position: absolute;
    inset: 0;
  }
}

body.mwsu-yoodle .two-column-gray-wing-accent__image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent__image {
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent--image-left .two-column-gray-wing-accent__row {
    flex-direction: row-reverse;
  }
}

body.mwsu-yoodle .two-column-gray-wing-accent__wing {
  display: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-gray-wing-accent__wing {
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
    background-image: url("../img/wing-graphic.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    pointer-events: none;
  }
}

/* Flex — Two-Column Checklist: content (eyebrow/heading/intro/list/button) on
 * one side, image with a yellow gradient accent peeking from the TOP corner on
 * the other. Same accent technique as home-section-three, rotated to the top. */
body.mwsu-yoodle .two-column-checklist {
  color: #111;
  --accent-peek-x: 35px;
  --accent-peek-y: 35px;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-checklist {
    --accent-peek-x: 45px;
    --accent-peek-y: 45px;
  }
}

body.mwsu-yoodle .two-column-checklist__eyebrow {
  margin: 0 0 0.5rem;
}

body.mwsu-yoodle .two-column-checklist__heading {
  margin: 0 0 1rem;
}

body.mwsu-yoodle .two-column-checklist__heading .headline-emphasis {
  font-weight: 700;
}

body.mwsu-yoodle .two-column-checklist__heading .headline-main {
  font-weight: 300;
}

body.mwsu-yoodle .two-column-checklist__intro {
  margin-bottom: 1.5rem;
}

body.mwsu-yoodle .two-column-checklist__intro > *:first-child {
  margin-top: 0;
}

body.mwsu-yoodle .two-column-checklist__intro p {
  margin: 0 0 0.75em;
}

body.mwsu-yoodle .two-column-checklist__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .two-column-checklist__list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body.mwsu-yoodle .two-column-checklist__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body.mwsu-yoodle .two-column-checklist__check {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.mwsu-yoodle .two-column-checklist__check svg {
  width: 17px;
  height: 23px;
  display: block;
}

body.mwsu-yoodle .two-column-checklist__text {
  flex: 1 1 auto;
}

body.mwsu-yoodle .two-column-checklist__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.mwsu-yoodle .two-column-checklist__media {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-checklist__media {
    margin-bottom: 0;
  }
}

body.mwsu-yoodle .two-column-checklist__image-frame {
  position: relative;
}

body.mwsu-yoodle .two-column-checklist__accent {
  background: linear-gradient(145deg, #ffecae -33.69%, #ffc700 56.66%);
  position: absolute;
  top: calc(-1 * var(--accent-peek-y));
  right: 0;
  width: 85%;
  height: 95%;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-checklist__accent {
    display: block;
  }
}

body.mwsu-yoodle .two-column-checklist__image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-checklist__image {
    width: calc(100% - var(--accent-peek-x));
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-checklist--image-left .two-column-checklist__media {
    order: 1;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-checklist--image-left .two-column-checklist__content {
    order: 2;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-checklist--image-left .two-column-checklist__accent {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-checklist--image-left .two-column-checklist__image {
    margin-left: auto;
    margin-right: 0;
  }
}

/* Flex — Two-Column Photo Background.
 * Dark photo-overlay section bg with 50/50 content + image split. Editor sets
 * the photo via the --photo-bg var; content sits directly on the overlay (no
 * card), text white with yellow accents. */
body.mwsu-yoodle .two-column-photo-background {
  color: #fff;
  background-color: lightgray;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), var(--photo-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-photo-background {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-photo-background {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

body.mwsu-yoodle .two-column-photo-background__row {
  flex-direction: column-reverse;
  row-gap: 1.5rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-photo-background__row {
    flex-direction: row;
    align-items: stretch;
    row-gap: 0;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-photo-background--image-left .two-column-photo-background__row {
    flex-direction: row-reverse;
  }
}

body.mwsu-yoodle .two-column-photo-background__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-photo-background__content {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-photo-background__content {
    gap: 1rem;
  }
}

body.mwsu-yoodle .two-column-photo-background__eyebrow {
  color: #fff;
  margin: 0;
}

body.mwsu-yoodle .two-column-photo-background__heading {
  color: #fff;
  margin: 0 0 0.25rem;
}

body.mwsu-yoodle.page-template-page-yoodle .two-column-photo-background__heading {
  font-size: clamp(2rem, 4vw, 46px);
  line-height: 1.2;
}

body.mwsu-yoodle .two-column-photo-background__heading .headline-emphasis {
  color: #fff;
  font-weight: 700;
}

body.mwsu-yoodle .two-column-photo-background__heading .headline-main {
  color: #fff;
  font-weight: 300;
}

body.mwsu-yoodle .two-column-photo-background__body {
  color: #fff;
  font-size: 17px;
}

body.mwsu-yoodle.page-template-page-yoodle .two-column-photo-background__body,
body.mwsu-yoodle.page-template-page-yoodle .two-column-photo-background__body p {
  font-size: 17px;
}

body.mwsu-yoodle .two-column-photo-background__body > *:first-child {
  margin-top: 0;
}

body.mwsu-yoodle .two-column-photo-background__body p {
  margin: 0 0 0.75em;
  color: inherit;
}

body.mwsu-yoodle .two-column-photo-background__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .two-column-photo-background__body a {
  color: #ffc700;
  text-decoration: underline;
}

body.mwsu-yoodle .two-column-photo-background__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

body.mwsu-yoodle .two-column-photo-background__media {
  display: flex;
}

body.mwsu-yoodle .two-column-photo-background__image {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-photo-background__image {
    height: 100%;
    object-fit: cover;
  }
}

/* Flex — Two-Column Photo with Card */
body.mwsu-yoodle .two-column-photo-card {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-photo-card {
    background-color: lightgray;
    background-image: var(--photo-bg, none);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 420px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-photo-card {
    padding-top: 6rem;
    padding-bottom: 6rem;
    min-height: 600px;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .two-column-photo-card {
    padding-top: 6rem;
    padding-bottom: 6rem;
    min-height: 700px;
  }
}

body.mwsu-yoodle .two-column-photo-card__mobile-image {
  display: block;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-photo-card__mobile-image {
    display: none;
  }
}

body.mwsu-yoodle .two-column-photo-card__mobile-image-el {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-photo-card__row {
    align-items: center;
  }
}

body.mwsu-yoodle .two-column-photo-card__card {
  background-color: #fff;
  color: #111;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .two-column-photo-card__card {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .two-column-photo-card__card {
    padding: 3rem;
    gap: 1rem;
  }
}

body.mwsu-yoodle .two-column-photo-card__eyebrow {
  margin: 0;
}

body.mwsu-yoodle .two-column-photo-card__headline {
  color: #111;
  margin: 0;
}

body.mwsu-yoodle.page-template-page-yoodle .two-column-photo-card__headline {
  font-size: clamp(2rem, 4vw, 46px);
  line-height: 1.2;
}

body.mwsu-yoodle .two-column-photo-card__headline .headline-emphasis {
  font-weight: 700;
}

body.mwsu-yoodle .two-column-photo-card__headline .headline-main {
  font-weight: 300;
}

body.mwsu-yoodle .two-column-photo-card__body {
  color: #111;
  font-size: 17px;
}

body.mwsu-yoodle.page-template-page-yoodle .two-column-photo-card__body,
body.mwsu-yoodle.page-template-page-yoodle .two-column-photo-card__body p {
  font-size: 17px;
}

body.mwsu-yoodle .two-column-photo-card__body > *:first-child {
  margin-top: 0;
}

body.mwsu-yoodle .two-column-photo-card__body p {
  margin: 0 0 0.75em;
}

body.mwsu-yoodle .two-column-photo-card__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .two-column-photo-card__body strong {
  font-weight: 700;
}

body.mwsu-yoodle .two-column-photo-card__text-link {
  color: #111;
  text-decoration: underline;
  font-weight: 700;
  align-self: flex-start;
}

body.mwsu-yoodle .two-column-photo-card__text-link:hover,
body.mwsu-yoodle .two-column-photo-card__text-link:focus {
  color: #000;
}

body.mwsu-yoodle .two-column-photo-card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

/* CTA Banner — Yellow Gradient.
 * Centered CTA with hardcoded decorative tree (left) + clock tower (right).
 * Below lg: a contained yellow card with the tower stacked below the content.
 * lg+: full-bleed band drawn via ::before so the tower can break out its top. */
body.mwsu-yoodle .cta-banner-yellow {
  position: relative;
  background: linear-gradient(146deg, #FFECAE -33.69%, #FFC700 56.66%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
  padding: 2.5rem 0 0;
  min-height: 0;
  text-align: center;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-banner-yellow {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    overflow-x: clip;
    overflow-y: visible;
    padding: 3rem 0 0;
    min-height: 220px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .cta-banner-yellow {
    padding: 4rem 0 0;
    min-height: 280px;
  }
}

@media (min-width: 992px) {
  body.mwsu-yoodle .cta-banner-yellow::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    bottom: 0;
    background: linear-gradient(146deg, #FFECAE -33.69%, #FFC700 56.66%);
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .cta-banner-yellow::before {
    top: 4rem;
  }
}

@media (max-width: 991.98px) {
  body.mwsu-yoodle .cta-banner-yellow .container {
    order: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-banner-yellow .container {
    max-width: none;
    width: 100%;
    padding: 2.5rem 0;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .cta-banner-yellow .container {
    padding: 3.5rem 0;
  }
}

body.mwsu-yoodle .cta-banner-yellow__decoration {
  display: none;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-banner-yellow__decoration {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  body.mwsu-yoodle .cta-banner-yellow__decoration--left {
    left: max(0px, (100% - 1600px) / 2);
    right: auto;
    bottom: 0;
    width: min((100% - 450px) / 2 - 1rem, 360px);
    aspect-ratio: 1000/833;
    height: auto;
    max-height: none;
    background-image: url("../img/cta-banner-yellow/tree-silhouette.png");
    background-position: left bottom;
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .cta-banner-yellow__decoration--left {
    width: min((100% - 600px) / 2 - 1rem, 360px);
  }
}

@media (max-width: 991.98px) {
  body.mwsu-yoodle .cta-banner-yellow__decoration--right {
    display: block;
    position: static;
    order: 1;
    width: 100%;
    aspect-ratio: 926/761;
    margin: 1.5rem auto 0;
    background-image: url("../img/cta-banner-yellow/clock-tower.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    pointer-events: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  body.mwsu-yoodle .cta-banner-yellow__decoration--right {
    width: min(80%, 300px);
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-banner-yellow__decoration--right {
    left: auto;
    right: max(0px, (100% - 1600px) / 2);
    top: calc(3rem - 20px);
    bottom: 0;
    width: min((100% - 450px) / 2 - 1rem, 560px);
    height: auto;
    max-height: none;
    background-image: url("../img/cta-banner-yellow/clock-tower.png");
    background-size: contain;
    background-position: right bottom;
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .cta-banner-yellow__decoration--right {
    top: calc(4rem - 35px);
  }
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .cta-banner-yellow__decoration--right {
    width: min((100% - 600px) / 2 - 1rem, 560px);
  }
}

body.mwsu-yoodle .cta-banner-yellow__content {
  position: relative;
  z-index: 1;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1400px) {
  body.mwsu-yoodle .cta-banner-yellow__content {
    max-width: 600px;
  }
}

body.mwsu-yoodle .cta-banner-yellow__eyebrow {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 700;
  font-size: 14px;
}

body.mwsu-yoodle .cta-banner-yellow__headline {
  margin: 0;
  color: #000;
}

body.mwsu-yoodle .cta-banner-yellow__body {
  color: #000;
}
body.mwsu-yoodle .cta-banner-yellow__body p {
  margin: 0 0 0.75em;
  color: inherit;
}
body.mwsu-yoodle .cta-banner-yellow__body p:last-child {
  margin-bottom: 0;
}

/* CTA — Dark Photo with Phone: left text, right phone graphic flush to the
 * section's bottom. Photo + dark overlay come from the photo-overlay mixin. */
body.mwsu-yoodle .cta-dark-phone {
  background-color: lightgray;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), var(--cta-dark-phone-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
  background-position: left center;
  position: relative;
  overflow: visible;
  color: #fff;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-dark-phone {
    min-height: 380px;
    padding: 0;
    display: flex;
  }
}

@media (min-width: 992px) {
  body.mwsu-yoodle .cta-dark-phone > .container,
  body.mwsu-yoodle .cta-dark-phone__inner {
    display: flex;
  }
}

@media (min-width: 992px) {
  body.mwsu-yoodle .cta-dark-phone > .container > .row,
  body.mwsu-yoodle .cta-dark-phone__row {
    flex: 1;
    align-items: stretch;
  }
}

body.mwsu-yoodle .cta-dark-phone__content {
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-dark-phone__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

body.mwsu-yoodle .cta-dark-phone__headline {
  margin: 0 0 0.75rem;
  color: #ffc700;
  font-size: clamp(2rem, 4vw, 50px);
  line-height: 1.2;
  font-weight: 400;
}

body.mwsu-yoodle.page-template-page-yoodle .cta-dark-phone__headline {
  font-size: clamp(2rem, 4vw, 46px);
  line-height: 1.2;
}

body.mwsu-yoodle .cta-dark-phone__body {
  color: #fff;
  font-size: 17px;
}

body.mwsu-yoodle .cta-dark-phone__body > *:first-child {
  margin-top: 0;
}

body.mwsu-yoodle .cta-dark-phone__body p {
  margin: 0 0 0.75em;
  color: inherit;
}

body.mwsu-yoodle .cta-dark-phone__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .cta-dark-phone__body a {
  color: #ffc700;
  text-decoration: underline;
}

body.mwsu-yoodle .cta-dark-phone__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

body.mwsu-yoodle .cta-dark-phone__graphic-col {
  position: relative;
  z-index: 2;
}

body.mwsu-yoodle .cta-dark-phone__graphic {
  display: none;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-dark-phone__graphic {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 85%;
    max-height: 423px;
    width: auto;
    max-width: none;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  body.mwsu-yoodle .cta-dark-phone__graphic {
    margin: 0 auto;
    max-width: 320px;
  }
}

/* Form: Request Info with Image — photo (left) overlapped by a gray Gravity
 * Forms card (right), staggered at lg+. The form drives the section height; the
 * image is absolute and sized to it. $rif-stagger is the vertical offset. */
body.mwsu-yoodle .request-info-form__inner {
  position: relative;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .request-info-form__inner {
    padding-top: 4rem;
  }
}

body.mwsu-yoodle .request-info-form__media img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  body.mwsu-yoodle .request-info-form__media img {
    max-height: 400px;
    object-fit: cover;
  }
}
body.mwsu-yoodle .request-info-form__form {
  background: #E0E0E0;
  padding: 2rem 1.5rem;
}

@media (min-width: 992px) {
  body.mwsu-yoodle .request-info-form__media {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 4rem;
    width: 55%;
    z-index: 1;
  }
  body.mwsu-yoodle .request-info-form__media img {
    height: 100%;
    object-fit: cover;
  }
  body.mwsu-yoodle .request-info-form__form {
    margin-left: 45%;
    padding: 2.5rem;
    position: relative;
    z-index: 2;
  }
}
body.mwsu-yoodle .request-info-form__placeholder {
  margin: 0;
  padding: 2rem;
  background: #fff8e1;
  border: 1px dashed #d4ac0d;
  color: #604a00;
  font-style: italic;
}

body.mwsu-yoodle .request-info-form .gform_wrapper {
  margin: 0;
}
body.mwsu-yoodle .request-info-form .gform_title {
  margin: 0 0 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 50px);
  line-height: 60px;
  letter-spacing: -0.5px;
  text-transform: none;
  color: #111;
}
body.mwsu-yoodle .request-info-form .gform_fields {
  grid-row-gap: 1rem;
  gap: 1rem 1.5rem;
}
body.mwsu-yoodle .request-info-form .gfield {
  margin: 0;
}
body.mwsu-yoodle .request-info-form .gfield_label,
body.mwsu-yoodle .request-info-form .ginput_complex label {
  margin: 0 0 10px !important;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}
body.mwsu-yoodle .request-info-form .gfield_html {
  color: #333;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}
body.mwsu-yoodle .request-info-form .ginput_container input[type=text],
body.mwsu-yoodle .request-info-form .ginput_container input[type=email],
body.mwsu-yoodle .request-info-form .ginput_container input[type=tel],
body.mwsu-yoodle .request-info-form .ginput_container input[type=number],
body.mwsu-yoodle .request-info-form .ginput_container select,
body.mwsu-yoodle .request-info-form .ginput_container textarea {
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  background: #fff;
  padding: 0 0.75rem;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
}
body.mwsu-yoodle .request-info-form .ginput_container input[type=text],
body.mwsu-yoodle .request-info-form .ginput_container input[type=email],
body.mwsu-yoodle .request-info-form .ginput_container input[type=tel],
body.mwsu-yoodle .request-info-form .ginput_container input[type=number],
body.mwsu-yoodle .request-info-form .ginput_container select {
  height: 44px !important;
}
body.mwsu-yoodle .request-info-form .ginput_container select {
  -webkit-appearance: none;
  appearance: none;
  height: auto !important;
  padding: 0.625rem 2rem 0.625rem 0.75rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%23333' stroke-width='2' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
body.mwsu-yoodle .request-info-form .gravity-select-parent .select-arrow {
  display: none !important;
}
body.mwsu-yoodle .request-info-form .ginput_container_select,
body.mwsu-yoodle .request-info-form .gravity-select-parent {
  display: block;
  overflow: visible;
}
body.mwsu-yoodle .request-info-form .ginput_container textarea {
  padding: 0.5rem 0.75rem;
  min-height: 88px;
}
body.mwsu-yoodle .request-info-form .ginput_container input:focus-visible,
body.mwsu-yoodle .request-info-form .ginput_container select:focus-visible,
body.mwsu-yoodle .request-info-form .ginput_container textarea:focus-visible {
  border-color: #000 !important;
  outline: 2px solid #ffc700 !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}
body.mwsu-yoodle .request-info-form .gform_footer {
  margin: 1.5rem 0 0;
  padding: 0;
}
body.mwsu-yoodle .request-info-form .gform_button {
  background-color: #ffc700 !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  letter-spacing: 2.4px !important;
  line-height: normal !important;
  padding: 13px 30px !important;
  width: auto;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
body.mwsu-yoodle .request-info-form .gform_button:hover,
body.mwsu-yoodle .request-info-form .gform_button:focus {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}
body.mwsu-yoodle .request-info-form .gform_button:focus-visible {
  outline: 2px solid #ffc700 !important;
  outline-offset: 3px !important;
}

/* Icon Card Grid — centered header + a grid of icon cards. background_style
 * toggles the --bg-wing / --bg-none modifiers; the card border is scoped to
 * --bg-none (white cards need an outline on a white section). */
body.mwsu-yoodle .icon-card-grid {
  color: #000;
}

body.mwsu-yoodle .icon-card-grid--bg-wing {
  padding: 3rem 0;
  background-image: url("../img/wing-graphic.svg"), linear-gradient(146deg, #FFECAE -33.69%, #FFC700 56.66%);
  background-repeat: no-repeat;
  background-position: right center, center;
  background-size: auto 100%, cover;
}
@media (max-width: 991.98px) {
  body.mwsu-yoodle .icon-card-grid--bg-wing {
    background-image: url("../img/mobile-wings.svg"), linear-gradient(146deg, #FFECAE -33.69%, #FFC700 56.66%);
    background-position: center top, center;
    background-size: contain, cover;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .icon-card-grid--bg-wing {
    padding: 5rem 0;
  }
}

body.mwsu-yoodle .icon-card-grid__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .icon-card-grid__header {
    margin-bottom: 4rem;
  }
}

body.mwsu-yoodle .icon-card-grid__eyebrow {
  margin: 0 0 0.75rem;
  color: #000;
}

body.mwsu-yoodle .icon-card-grid__headline {
  margin: 0;
  color: #000;
}

body.mwsu-yoodle .icon-card-grid__intro {
  margin-top: 1rem;
}
body.mwsu-yoodle .icon-card-grid__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .icon-card-grid__grid {
  row-gap: 2rem;
}

body.mwsu-yoodle .icon-card-grid__col {
  display: flex;
  flex-direction: column;
}

body.mwsu-yoodle .icon-card-grid__step {
  margin: 0 0 0.75rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  color: #000;
}

body.mwsu-yoodle .icon-card-grid__card {
  flex: 1;
  background: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
}

body.mwsu-yoodle .icon-card-grid--bg-none .icon-card-grid__card {
  border: 2px solid #000;
}

body.mwsu-yoodle .icon-card-grid__icon {
  display: inline-flex;
  margin-bottom: 1.5rem;
}
body.mwsu-yoodle .icon-card-grid__icon img {
  display: block;
  max-height: 55px;
  width: auto;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .icon-card-grid__icon img {
    max-height: 70px;
  }
}

body.mwsu-yoodle .icon-card-grid__card-heading {
  margin: 0 0 0.5rem;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #000;
}

body.mwsu-yoodle .icon-card-grid__card-body {
  margin: 0;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

body.mwsu-yoodle .icon-card-grid__cta {
  margin-top: 3rem;
  text-align: center;
}

body.mwsu-yoodle .icon-card-grid__cta-heading {
  margin: 0 0 1.5rem;
  color: #000;
}

body.mwsu-yoodle .icon-card-grid__cta-text {
  margin: 0 0 2rem;
  color: #000;
}

body.mwsu-yoodle .icon-card-grid__cta .btn {
  margin: 0 auto;
}

/* Split Card Grid — left intro column + right 2×2 cards on the wing bg.
 * Stacks to intro-then-single-column below lg. */
body.mwsu-yoodle .split-card-grid {
  padding: 3rem 0;
  color: #000;
  background-image: url("../img/wing-graphic.svg"), linear-gradient(146deg, #FFECAE -33.69%, #FFC700 56.66%);
  background-repeat: no-repeat;
  background-position: right center, center;
  background-size: auto 100%, cover;
}
@media (max-width: 991.98px) {
  body.mwsu-yoodle .split-card-grid {
    background-image: url("../img/mobile-wings.svg"), linear-gradient(146deg, #FFECAE -33.69%, #FFC700 56.66%);
    background-position: center top, center;
    background-size: contain, cover;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .split-card-grid {
    padding: 5rem 0;
  }
}

@media (max-width: 991.98px) {
  body.mwsu-yoodle .split-card-grid__intro {
    margin-bottom: 2rem;
  }
}

body.mwsu-yoodle .split-card-grid__eyebrow {
  margin: 0 0 0.75rem;
  color: #000;
}

body.mwsu-yoodle .split-card-grid__headline {
  margin: 0 0 1rem;
  color: #000;
}

body.mwsu-yoodle .split-card-grid__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .split-card-grid__cards {
  row-gap: 1.5rem;
}

body.mwsu-yoodle .split-card-grid__col {
  display: flex;
  flex-direction: column;
}

body.mwsu-yoodle .split-card-grid__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 1.75rem;
}

body.mwsu-yoodle .split-card-grid__card-title {
  margin: 0 0 0.75rem;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  color: #000;
}

body.mwsu-yoodle .split-card-grid__card-body {
  margin: 0 0 1.5rem;
  color: #000;
  font-size: 16px;
}

body.mwsu-yoodle .split-card-grid__card-btn {
  margin-top: auto;
}

/* CTA — Want to Learn More (ported from homepage section seven). Light-gray
 * band: dark-photo stat box + black CTA panel + right image, then a heading
 * with a button row. */
body.mwsu-yoodle .cta-learn-more {
  background-color: #E0E0E0;
  color: #111;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-learn-more {
    padding: 4rem 0;
  }
}

body.mwsu-yoodle.page-template-page-yoodle .cta-learn-more h2 {
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 992px) {
  body.mwsu-yoodle.page-template-page-yoodle .cta-learn-more h2 {
    font-size: 46px;
    line-height: 55px;
  }
}

body.mwsu-yoodle .cta-learn-more__row-one {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-learn-more__row-one {
    margin-bottom: 4rem;
  }
}

body.mwsu-yoodle .cta-learn-more__stat {
  height: 100%;
  min-height: 260px;
  background-color: lightgray;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), var(--cta-learn-more-stat-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
}

body.mwsu-yoodle .cta-learn-more__stat-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 2rem 1.5rem;
  color: #fff;
}

body.mwsu-yoodle .cta-learn-more__stat-number {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

body.mwsu-yoodle .cta-learn-more__stat-value {
  font-size: 64px;
  line-height: 1;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-learn-more__stat-value {
    font-size: 80px;
  }
}

body.mwsu-yoodle .cta-learn-more__stat-unit {
  color: #ffc700;
  font-weight: 200;
  font-size: 48px;
  line-height: 1;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-learn-more__stat-unit {
    font-size: 60px;
  }
}

body.mwsu-yoodle .cta-learn-more__stat-label {
  margin: 0.75rem 0 0;
  color: #ffc700;
}

body.mwsu-yoodle .cta-learn-more__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  height: 100%;
  padding: 2rem 1.5rem;
  background: #000;
  color: #fff;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-learn-more__cta {
    padding: 3rem 2.5rem;
    gap: 1.25rem;
  }
}

body.mwsu-yoodle .cta-learn-more__cta-eyebrow {
  margin: 0;
  color: #fff;
}

body.mwsu-yoodle .cta-learn-more__cta-heading {
  margin: 0;
  color: #fff;
  font-weight: 300;
}
body.mwsu-yoodle .cta-learn-more__cta-heading .headline-emphasis {
  color: #ffc700;
}

body.mwsu-yoodle .cta-learn-more__cta-body {
  color: #fff;
}
body.mwsu-yoodle .cta-learn-more__cta-body p {
  margin: 0 0 1em;
  color: inherit;
}
body.mwsu-yoodle .cta-learn-more__cta-body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .cta-learn-more__cta-button {
  align-self: flex-start;
  margin-top: 0.5rem;
}

body.mwsu-yoodle .cta-learn-more__image-wrap {
  height: 100%;
  min-height: 260px;
}

body.mwsu-yoodle .cta-learn-more__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

body.mwsu-yoodle .cta-learn-more__row-two {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .cta-learn-more__row-two {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 2rem;
  }
}

body.mwsu-yoodle .cta-learn-more__bottom-heading {
  margin: 0;
}

body.mwsu-yoodle .cta-learn-more__bottom-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .cta-learn-more__bottom-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
}

body.mwsu-yoodle .cta-learn-more__bottom-buttons .btn {
  width: 100%;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .cta-learn-more__bottom-buttons .btn {
    width: fit-content;
  }
}

/* Shared yellow date box (month over day). Used by upcoming-events and
 * important-dates so the two stay visually consistent. */
body.mwsu-yoodle .date-box {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  padding: 0.5rem;
  background: #ffc700;
  color: #000;
  text-align: center;
}

body.mwsu-yoodle .date-box__month {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 1;
}

body.mwsu-yoodle .date-box__day {
  margin-top: 0.25rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}

/* Upcoming Events — live feed, 2-up gray cards with the shared .date-box. */
body.mwsu-yoodle .upcoming-events__header {
  margin-bottom: 1.5rem;
}

body.mwsu-yoodle .upcoming-events__eyebrow {
  margin: 0 0 0.5rem;
}

body.mwsu-yoodle .upcoming-events__heading {
  margin: 0;
}

body.mwsu-yoodle.page-template-page-yoodle .upcoming-events__heading {
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 992px) {
  body.mwsu-yoodle.page-template-page-yoodle .upcoming-events__heading {
    font-size: 46px;
    line-height: 55px;
  }
}

body.mwsu-yoodle .upcoming-events__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .upcoming-events__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

body.mwsu-yoodle .upcoming-events__card {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  padding: 0.75rem;
  background: #E0E0E0;
}

body.mwsu-yoodle .upcoming-events__card-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

body.mwsu-yoodle .upcoming-events__card-title {
  margin: 0 0 1rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-transform: none;
}

body.mwsu-yoodle .upcoming-events__card-title a {
  color: #000;
  text-decoration: underline;
}

body.mwsu-yoodle .upcoming-events__card-time {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

body.mwsu-yoodle .upcoming-events__cta {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .upcoming-events__cta {
    flex-direction: row;
    gap: 1.5rem;
  }
}

body.mwsu-yoodle .upcoming-events__cta .btn {
  width: 100%;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .upcoming-events__cta .btn {
    width: fit-content;
  }
}

/* Featured Programs Carousel (ported from homepage section five). Image-left /
 * yellow-panel-right with an offset/overlap layout at md+, an optional centered
 * header, and the shared data-carousel controls. */
body.mwsu-yoodle .featured-carousel {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .featured-carousel {
    padding-bottom: 2rem;
  }
}

body.mwsu-yoodle .featured-carousel__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .featured-carousel__header {
    margin-bottom: 4rem;
  }
}

body.mwsu-yoodle .featured-carousel__eyebrow {
  margin: 0 0 0.75rem;
}

body.mwsu-yoodle .featured-carousel__title {
  margin: 0;
}

@media (min-width: 768px) {
  body.mwsu-yoodle .featured-carousel__inner {
    position: relative;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

body.mwsu-yoodle .featured-carousel__track {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.mwsu-yoodle .featured-carousel__track::-webkit-scrollbar {
  display: none;
}

body.mwsu-yoodle .featured-carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  min-width: calc(100% + 1px);
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .featured-carousel__slide {
    padding-bottom: 3.5rem;
  }
}

body.mwsu-yoodle .featured-carousel__media {
  width: 100%;
}
body.mwsu-yoodle .featured-carousel__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .featured-carousel__media {
    position: relative;
    z-index: 2;
    width: 52%;
    aspect-ratio: 4/5;
    margin: 0;
  }
  body.mwsu-yoodle .featured-carousel__media img {
    height: 100%;
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .featured-carousel__media {
    aspect-ratio: 1/1;
  }
}

body.mwsu-yoodle .featured-carousel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 2rem 1.5rem;
  background: #ffc700;
  color: #000;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .featured-carousel__content {
    position: absolute;
    top: 55px;
    left: 45%;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 2.5rem 3rem 2.5rem 10%;
  }
}

body.mwsu-yoodle.page-template-page-yoodle .featured-carousel__heading {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body.mwsu-yoodle.page-template-page-yoodle .featured-carousel__heading {
    font-size: 64px;
    line-height: 70px;
  }
}

body.mwsu-yoodle .featured-carousel__body p {
  margin: 0 0 1em;
}
body.mwsu-yoodle .featured-carousel__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .featured-carousel__cta {
  margin-top: 0.5rem;
}

body.mwsu-yoodle .featured-carousel__controls {
  padding: 1rem 1.5rem;
  background: transparent;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .featured-carousel__controls {
    position: absolute;
    left: 1.5rem;
    right: calc(55% + 20px);
    bottom: 0.5rem;
    padding: 0;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
  }
}

body.mwsu-yoodle .featured-carousel__dots {
  display: none;
}

body.mwsu-yoodle .featured-carousel__dot {
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
body.mwsu-yoodle .featured-carousel__dot[aria-current=true] {
  background: #111;
}
body.mwsu-yoodle .featured-carousel__dot:hover, body.mwsu-yoodle .featured-carousel__dot:focus-visible {
  background: rgba(0, 0, 0, 0.6);
}

body.mwsu-yoodle .featured-carousel__arrows {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  pointer-events: auto;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .featured-carousel__arrows {
    justify-content: flex-end;
  }
}

body.mwsu-yoodle .featured-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
body.mwsu-yoodle .featured-carousel__arrow svg {
  display: block;
}
body.mwsu-yoodle .featured-carousel__arrow:hover, body.mwsu-yoodle .featured-carousel__arrow:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.5);
  color: #111;
}
body.mwsu-yoodle .featured-carousel__arrow:disabled, body.mwsu-yoodle .featured-carousel__arrow[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
body.mwsu-yoodle .featured-carousel__arrow:disabled:hover, body.mwsu-yoodle .featured-carousel__arrow:disabled:focus-visible, body.mwsu-yoodle .featured-carousel__arrow[aria-disabled=true]:hover, body.mwsu-yoodle .featured-carousel__arrow[aria-disabled=true]:focus-visible {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.65);
}

/* Testimonial Carousel — photo-left / gray-quote-panel-right slides on the
 * shared data-carousel engine, centered header, top-left arrows. At md+ the
 * photo is offset down and overlaps the panel; the panel drives slide height. */
body.mwsu-yoodle .testimonial-carousel__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .testimonial-carousel__header {
    margin-bottom: 3.5rem;
  }
}

body.mwsu-yoodle .testimonial-carousel__eyebrow {
  margin: 0 0 0.75rem;
}

body.mwsu-yoodle .testimonial-carousel__title {
  margin: 0;
}

body.mwsu-yoodle .testimonial-carousel__intro {
  margin-top: 1rem;
}
body.mwsu-yoodle .testimonial-carousel__intro p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body.mwsu-yoodle .testimonial-carousel__inner {
    position: relative;
  }
}

body.mwsu-yoodle .testimonial-carousel__controls {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .testimonial-carousel__controls {
    position: absolute;
    top: 0;
    right: calc(65% + 1rem);
    margin-bottom: 0;
    z-index: 4;
  }
}

body.mwsu-yoodle .testimonial-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
body.mwsu-yoodle .testimonial-carousel__arrow svg {
  display: block;
}
body.mwsu-yoodle .testimonial-carousel__arrow:hover, body.mwsu-yoodle .testimonial-carousel__arrow:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.5);
  color: #111;
}
body.mwsu-yoodle .testimonial-carousel__arrow:disabled, body.mwsu-yoodle .testimonial-carousel__arrow[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
body.mwsu-yoodle .testimonial-carousel__arrow:disabled:hover, body.mwsu-yoodle .testimonial-carousel__arrow:disabled:focus-visible, body.mwsu-yoodle .testimonial-carousel__arrow[aria-disabled=true]:hover, body.mwsu-yoodle .testimonial-carousel__arrow[aria-disabled=true]:focus-visible {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.65);
}

body.mwsu-yoodle .testimonial-carousel__track {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.mwsu-yoodle .testimonial-carousel__track::-webkit-scrollbar {
  display: none;
}

body.mwsu-yoodle .testimonial-carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  min-width: calc(100% + 1px);
}
@media (min-width: 768px) {
  body.mwsu-yoodle .testimonial-carousel__slide {
    position: relative;
    padding-bottom: 3rem;
  }
}

body.mwsu-yoodle .testimonial-carousel__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  body.mwsu-yoodle .testimonial-carousel__media img {
    max-height: 360px;
  }
}
@media (min-width: 768px) {
  body.mwsu-yoodle .testimonial-carousel__media {
    position: absolute;
    top: 3rem;
    left: 0;
    bottom: 0;
    width: 40%;
    z-index: 2;
  }
  body.mwsu-yoodle .testimonial-carousel__media img {
    height: 100%;
    aspect-ratio: auto;
  }
}

body.mwsu-yoodle .testimonial-carousel__quote {
  margin: 0;
  border: 0;
  background: #E0E0E0;
  padding: 2rem 1.5rem;
  font-style: normal;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .testimonial-carousel__quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 380px;
    margin-left: 35%;
    padding: 3rem 3rem 3rem 5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .testimonial-carousel__quote {
    padding: 3.5rem 4rem 3.5rem 6rem;
  }
}

body.mwsu-yoodle .testimonial-carousel__quote-text {
  margin: 0 0 1.5rem;
  font-family: "PT Sans", sans-serif;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: #000;
}

body.mwsu-yoodle .testimonial-carousel__attribution {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

body.mwsu-yoodle .testimonial-carousel__name {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 14px;
  color: #000;
}

body.mwsu-yoodle .testimonial-carousel__credential {
  font-style: normal;
  font-size: 17px;
  color: #000;
}

/* Stat Boxes on Dark Photo — text column + bordered stat boxes over the shared
 * dark photo-overlay treatment. */
body.mwsu-yoodle .stat-overlay {
  background-color: lightgray;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), var(--stat-overlay-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
  color: #fff;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .stat-overlay {
    padding: 5rem 0;
  }
}

@media (min-width: 992px) {
  body.mwsu-yoodle .stat-overlay__row {
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  body.mwsu-yoodle .stat-overlay__content {
    margin-bottom: 2.5rem;
  }
}

body.mwsu-yoodle .stat-overlay__eyebrow {
  margin: 0 0 0.75rem;
  color: #fff;
}

body.mwsu-yoodle .stat-overlay__headline {
  margin: 0 0 1rem;
  color: #fff;
}
body.mwsu-yoodle .stat-overlay__headline .headline-emphasis {
  color: #ffc700;
}

body.mwsu-yoodle .stat-overlay__body {
  color: #fff;
}
body.mwsu-yoodle .stat-overlay__body p {
  margin: 0 0 1em;
  color: inherit;
}
body.mwsu-yoodle .stat-overlay__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .stat-overlay__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  body.mwsu-yoodle .stat-overlay__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 520px;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .stat-overlay__stats {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

body.mwsu-yoodle .stat-overlay__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
  padding: 24px;
  aspect-ratio: 1/1;
  border: 2px solid #fff;
  background: #333;
  container-type: inline-size;
}

body.mwsu-yoodle .stat-overlay__stat-number {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  font-size: clamp(4rem, 45cqi, 6.5rem);
}

body.mwsu-yoodle .stat-overlay__stat-label {
  text-transform: uppercase;
  color: #ffc700;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

/* Info Cards (Dark Photo) — centered header + photo-top white cards with a
 * per-card button, over the shared dark photo-overlay treatment. */
body.mwsu-yoodle .info-card-grid {
  background-color: lightgray;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), var(--info-card-grid-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
  color: #fff;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .info-card-grid {
    padding: 5rem 0;
  }
}

body.mwsu-yoodle .info-card-grid__header {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .info-card-grid__header {
    margin-bottom: 3rem;
  }
}

body.mwsu-yoodle .info-card-grid__eyebrow {
  margin: 0 0 0.75rem;
  color: #fff;
}

body.mwsu-yoodle .info-card-grid__headline {
  margin: 0;
  color: #fff;
}
body.mwsu-yoodle .info-card-grid__headline .headline-emphasis {
  color: #ffc700;
}

body.mwsu-yoodle.page-template-page-yoodle .info-card-grid__headline {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 50px);
  line-height: 1.2;
  letter-spacing: -0.5px;
}

body.mwsu-yoodle .info-card-grid__intro {
  margin-top: 1rem;
  color: #fff;
}
body.mwsu-yoodle .info-card-grid__intro p {
  color: inherit;
}
body.mwsu-yoodle .info-card-grid__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .info-card-grid__grid {
  row-gap: 1.5rem;
}

body.mwsu-yoodle .info-card-grid__col {
  display: flex;
  flex-direction: column;
}

body.mwsu-yoodle .info-card-grid__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .info-card-grid__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

body.mwsu-yoodle .info-card-grid__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 1.5rem;
  text-align: center;
}

body.mwsu-yoodle .info-card-grid__card-title {
  margin: 0 0 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #111;
}

body.mwsu-yoodle .info-card-grid__card-text {
  margin: 0 0 1.5rem;
  color: #111;
  font-size: 16px;
}

body.mwsu-yoodle .info-card-grid__card-btn {
  margin-top: auto;
  width: 100%;
}

/* Text & Image Cards — centered header + 2-up gray cards, each text-left /
 * image-right at md+ (stacked below). */
body.mwsu-yoodle .media-card-grid__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .media-card-grid__header {
    margin-bottom: 3rem;
  }
}

body.mwsu-yoodle .media-card-grid__eyebrow {
  margin: 0 0 0.75rem;
  color: #000;
}

body.mwsu-yoodle .media-card-grid__headline {
  margin: 0;
  color: #000;
}

body.mwsu-yoodle .media-card-grid__intro {
  margin-top: 1rem;
  color: #000;
}
body.mwsu-yoodle .media-card-grid__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .media-card-grid__grid {
  row-gap: 1.5rem;
}

body.mwsu-yoodle .media-card-grid__col {
  display: flex;
}

body.mwsu-yoodle .media-card {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  background: #E0E0E0;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .media-card {
    flex-direction: row;
    align-items: stretch;
  }
}

body.mwsu-yoodle .media-card__content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .media-card__content {
    flex: 1;
    justify-content: center;
    padding: 2rem;
  }
}

body.mwsu-yoodle .media-card__title {
  margin: 0 0 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #111;
}

body.mwsu-yoodle .media-card__text {
  margin: 0 0 1.5rem;
  color: #111;
  font-size: 17px;
}

body.mwsu-yoodle .media-card__btn {
  align-self: flex-start;
}

body.mwsu-yoodle .media-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .media-card__media {
    flex: 0 0 40%;
    position: relative;
  }
  body.mwsu-yoodle .media-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
}

/* Important Dates — centered header + date cards (first highlighted gold, rest
 * gray) and an optional calendar button. */
body.mwsu-yoodle .important-dates__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .important-dates__header {
    margin-bottom: 3rem;
  }
}

body.mwsu-yoodle .important-dates__eyebrow {
  margin: 0 0 0.75rem;
  color: #000;
}

body.mwsu-yoodle .important-dates__headline {
  margin: 0;
  color: #000;
}

body.mwsu-yoodle .important-dates__intro {
  margin-top: 1rem;
  color: #000;
}
body.mwsu-yoodle .important-dates__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .important-dates__grid {
  row-gap: 1.5rem;
}

body.mwsu-yoodle .important-dates__col {
  display: flex;
}

body.mwsu-yoodle .important-dates__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background: #E0E0E0;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

body.mwsu-yoodle .important-dates__card--link:hover,
body.mwsu-yoodle .important-dates__card--link:focus-visible {
  background: #ffc700;
}

body.mwsu-yoodle .important-dates__date {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 82px;
  text-transform: uppercase;
  color: #000;
}

body.mwsu-yoodle .important-dates__dow {
  margin: 0.25rem 0 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 2.4px;
  color: #000;
}

body.mwsu-yoodle .important-dates__desc {
  margin: 0;
  padding-top: 1rem;
  border-top: 2px solid #000;
  font-size: 17px;
  color: #000;
}

body.mwsu-yoodle .important-dates__cta {
  margin-top: 2rem;
  text-align: center;
}

/* Program Links + Image — left link list, right intro + image with a yellow
 * offset accent block behind it. */
body.mwsu-yoodle .program-links__eyebrow {
  margin: 0 0 0.75rem;
  color: #000;
}

body.mwsu-yoodle .program-links__headline {
  margin: 0 0 1.5rem;
  color: #000;
}

body.mwsu-yoodle .program-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.mwsu-yoodle .program-links__item:not(:last-child) {
  border-bottom: 2px solid #000;
}

body.mwsu-yoodle .program-links__link {
  display: block;
  padding: 1rem 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 34px);
  line-height: 1.3;
  color: #000;
  text-decoration: none;
}

body.mwsu-yoodle .program-links__link:hover,
body.mwsu-yoodle .program-links__link:focus-visible {
  text-decoration: underline;
}

body.mwsu-yoodle .program-links__link .external-link-icon {
  margin-left: 10px;
  vertical-align: middle;
}
body.mwsu-yoodle .program-links__link .external-link-icon svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 767.98px) {
  body.mwsu-yoodle .program-links__aside {
    margin-top: 2.5rem;
  }
}

body.mwsu-yoodle .program-links__intro {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  border-left: 2px solid #000;
  color: #000;
}
body.mwsu-yoodle .program-links__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .program-links__media {
  --accent-peek-x: 35px;
  --accent-peek-y: 35px;
  position: relative;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .program-links__media {
    --accent-peek-x: 45px;
    --accent-peek-y: 45px;
  }
}
body.mwsu-yoodle .program-links__media img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .program-links__media img {
    width: calc(100% - var(--accent-peek-x));
    margin-left: 0;
    margin-right: auto;
  }
}
body.mwsu-yoodle .program-links__media::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(-1 * var(--accent-peek-y));
  width: 85%;
  height: 95%;
  background: linear-gradient(145deg, #ffecae -33.69%, #ffc700 56.66%);
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .program-links__media::after {
    display: block;
  }
}

/* Linked Photo Tiles — centered header + 3-up linked photo tiles, each with a
 * label bar (cream, gold on hover) and a chevron. On hover the image gets a
 * dark overlay + shadow and the chevron turns white. */
body.mwsu-yoodle .admission-tiles__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .admission-tiles__header {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .admission-tiles__header {
    margin-bottom: 5rem;
  }
}

body.mwsu-yoodle .admission-tiles__eyebrow {
  margin: 0 0 0.75rem;
  color: #000;
}

body.mwsu-yoodle .admission-tiles__headline {
  margin: 0;
  color: #000;
}

body.mwsu-yoodle .admission-tiles__intro {
  margin-top: 1rem;
  color: #000;
}
body.mwsu-yoodle .admission-tiles__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .admission-tiles__grid {
  --accent-peek-x: 30px;
  --accent-peek-y: 30px;
  position: relative;
  row-gap: 1.5rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .admission-tiles__grid {
    --accent-peek-x: 37px;
    --accent-peek-y: 37px;
  }
}

body.mwsu-yoodle .admission-tiles__accent {
  display: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .admission-tiles__accent {
    display: block;
    position: absolute;
    z-index: 0;
    top: calc(-1 * var(--accent-peek-y));
    left: calc(0.75rem - var(--accent-peek-x));
    width: 150px;
    height: 150px;
    background: linear-gradient(145deg, #ffecae -33.69%, #ffc700 56.66%);
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .admission-tiles__accent {
    width: 200px;
    height: 200px;
  }
}

body.mwsu-yoodle .admission-tiles__col {
  position: relative;
  z-index: 1;
  display: flex;
}

body.mwsu-yoodle .admission-tiles__tile {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}

body.mwsu-yoodle .admission-tiles__media {
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 399/276;
  overflow: hidden;
}
body.mwsu-yoodle .admission-tiles__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.mwsu-yoodle .admission-tiles__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.2s ease;
}

body.mwsu-yoodle .admission-tiles__bar {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  background: #FFF8DF;
  transition: background-color 0.2s ease;
}

body.mwsu-yoodle .admission-tiles__label {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 34px);
  line-height: 1.3;
  color: #000;
}

body.mwsu-yoodle .admission-tiles__chevron {
  flex-shrink: 0;
  width: clamp(0.75rem, 1.7vw, 18.88px);
  height: auto;
  color: #ffc700;
  transition: color 0.2s ease;
}

body.mwsu-yoodle .admission-tiles__tile:hover .admission-tiles__bar,
body.mwsu-yoodle .admission-tiles__tile:focus-visible .admission-tiles__bar {
  background: #ffc700;
}

body.mwsu-yoodle .admission-tiles__tile:hover .admission-tiles__media::after,
body.mwsu-yoodle .admission-tiles__tile:focus-visible .admission-tiles__media::after {
  opacity: 1;
}

body.mwsu-yoodle .admission-tiles__tile:hover .admission-tiles__chevron,
body.mwsu-yoodle .admission-tiles__tile:focus-visible .admission-tiles__chevron {
  color: #fff;
}

/* ----------------------------------------------------------------
 * Flex — Text + Stat Card
 * Body text on the left, a cream label/value stat card on the right.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .text-stat-card {
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .text-stat-card__heading {
  margin: 0 0 1.5rem;
}

body.mwsu-yoodle .text-stat-card__intro {
  margin-bottom: 2rem;
}
body.mwsu-yoodle .text-stat-card__intro p {
  margin: 0 0 1em;
}
body.mwsu-yoodle .text-stat-card__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .text-stat-card__row {
  row-gap: 2rem;
  align-items: start;
}

body.mwsu-yoodle .text-stat-card__body p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .text-stat-card__body p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  body.mwsu-yoodle .text-stat-card__body p,
  body.mwsu-yoodle .text-stat-card__body li {
    font-size: 17px;
  }
}
body.mwsu-yoodle .text-stat-card__card {
  background: #FFF8DF;
  padding: 2rem;
  text-align: center;
}

body.mwsu-yoodle .text-stat-card__stat {
  margin-bottom: 1.5rem;
}

body.mwsu-yoodle .text-stat-card__stat:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .text-stat-card__label {
  margin: 0 0 0.25rem;
}

body.mwsu-yoodle .text-stat-card__value {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #000;
}

/* ----------------------------------------------------------------
 * Flex — Simple Table
 * Gold header row, zebra-striped body, optional caption.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .styled-table {
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .styled-table__heading {
  margin: 0 0 1.5rem;
}

body.mwsu-yoodle .styled-table__description {
  margin: 0 0 1.5rem;
}
body.mwsu-yoodle .styled-table__description p {
  margin: 0 0 0.75rem;
  font-size: 17px;
}
body.mwsu-yoodle .styled-table__description p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .styled-table__scroll {
  overflow-x: auto;
}

body.mwsu-yoodle .styled-table__table {
  width: 100%;
  border-collapse: collapse;
}

body.mwsu-yoodle .styled-table__th,
body.mwsu-yoodle .styled-table__td {
  padding: 10px;
  border: 1px solid #000;
  text-align: left;
  vertical-align: top;
}

body.mwsu-yoodle .styled-table__th.is-center,
body.mwsu-yoodle .styled-table__td.is-center {
  text-align: center;
}

body.mwsu-yoodle .styled-table__th {
  background: #ffc700;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

body.mwsu-yoodle .styled-table__td {
  font-size: 17px;
}

body.mwsu-yoodle .styled-table__table tbody tr:nth-child(even) {
  background: #FFF8DF;
}

body.mwsu-yoodle .styled-table__caption {
  margin: 1rem 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

/* ----------------------------------------------------------------
 * Flex — Accordion (native <details>/<summary>)
 * Disclosure rows separated by rules; gold +/− indicators. Each row can hold
 * rich text and/or a styled table.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .accordion {
  background: #fff;
  color: #111;
  interpolate-size: allow-keywords;
}

body.mwsu-yoodle .accordion__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

body.mwsu-yoodle .accordion__heading {
  margin: 0;
}

body.mwsu-yoodle .accordion__heading--lead {
  margin-bottom: 1rem;
}

body.mwsu-yoodle .accordion__intro {
  margin-bottom: 2rem;
}

body.mwsu-yoodle .accordion__intro p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .accordion__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .accordion__subheading {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

body.mwsu-yoodle .accordion__expand-all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
}

body.mwsu-yoodle .accordion__expand-all-icon::before {
  content: "+";
  color: #ffc700;
  font-size: 1.4em;
  line-height: 1;
}

body.mwsu-yoodle .accordion__expand-all.is-expanded .accordion__expand-all-icon::before {
  content: "−";
}

body.mwsu-yoodle .accordion__item {
  border-bottom: 2px solid #000;
}

body.mwsu-yoodle .accordion__item::details-content {
  overflow: hidden;
  block-size: 0;
  transition: block-size 0.3s ease, content-visibility 0.3s ease allow-discrete;
}

body.mwsu-yoodle .accordion__item[open]::details-content {
  block-size: auto;
}

body.mwsu-yoodle .accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
  cursor: pointer;
  list-style: none;
}

body.mwsu-yoodle .accordion__trigger::-webkit-details-marker {
  display: none;
}

body.mwsu-yoodle .accordion__title {
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

body.mwsu-yoodle .accordion__icon {
  flex: 0 0 auto;
  position: relative;
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .accordion__icon {
    width: 22.745px;
    height: 22.745px;
  }
}

body.mwsu-yoodle .accordion__icon::before,
body.mwsu-yoodle .accordion__icon::after {
  content: "";
  position: absolute;
  background: #ffc700;
}

body.mwsu-yoodle .accordion__icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

body.mwsu-yoodle .accordion__icon::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%) scaleY(1);
  transition: transform 0.25s ease;
}

body.mwsu-yoodle .accordion__item[open] .accordion__icon::after {
  transform: translateX(-50%) scaleY(0);
}

body.mwsu-yoodle .accordion__panel {
  padding: 0 0 1.5rem;
}

body.mwsu-yoodle .accordion__content p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .accordion__content ul,
body.mwsu-yoodle .accordion__content ol {
  margin: 0 0 1em;
  padding-left: 1.5rem;
}

body.mwsu-yoodle .accordion__content p:last-child,
body.mwsu-yoodle .accordion__content ul:last-child,
body.mwsu-yoodle .accordion__content ol:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .accordion__content + .styled-table__scroll {
  margin-top: 1.5rem;
}

body.mwsu-yoodle .accordion__actions {
  margin-top: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  body.mwsu-yoodle .accordion__item::details-content,
  body.mwsu-yoodle .accordion__icon::after {
    transition: none;
  }
}
/* ----------------------------------------------------------------
 * WYSIWYG tables typed into an accordion drawer. Approximates the Simple
 * Table look via the shared mixins, keyed off position because TinyMCE emits
 * an all-<td> table with no <thead>. Editor inline widths (width:100% on the
 * table, width:% on cells) are left intact. Scoped to our accordion only.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .accordion__content table {
  border-collapse: collapse;
}

body.mwsu-yoodle .accordion__content table th,
body.mwsu-yoodle .accordion__content table td {
  padding: 10px;
  border: 1px solid #000;
  text-align: left;
  vertical-align: top;
  font-size: 17px;
}

body.mwsu-yoodle .accordion__content table thead th,
body.mwsu-yoodle .accordion__content table thead td,
body.mwsu-yoodle .accordion__content table:not(:has(thead)) > tbody > tr:first-child > th,
body.mwsu-yoodle .accordion__content table:not(:has(thead)) > tbody > tr:first-child > td {
  background: #ffc700;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

body.mwsu-yoodle .accordion__content table thead ~ tbody > tr:nth-child(even) > td {
  background: #FFF8DF;
}

body.mwsu-yoodle .accordion__content table:not(:has(thead)) > tbody > tr:nth-child(odd):not(:first-child) > td {
  background: #FFF8DF;
}

/* ----------------------------------------------------------------
 * Flex — Bulleted Section
 * Groups led by a gold square subheading, with rich text and optional
 * cream contact cards.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .bulleted-section {
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .bulleted-section__heading {
  margin: 0 0 1rem;
}

body.mwsu-yoodle .bulleted-section__intro {
  margin-bottom: 2.5rem;
}
body.mwsu-yoodle .bulleted-section__intro p {
  margin: 0 0 1em;
}
body.mwsu-yoodle .bulleted-section__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .bulleted-section__group {
  margin-bottom: 3rem;
}

body.mwsu-yoodle .bulleted-section__group:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .bulleted-section__subheading {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

body.mwsu-yoodle .bulleted-section__subheading::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 0.4em;
  background: #ffc700;
}

body.mwsu-yoodle .bulleted-section__group-body {
  padding-left: calc(16px + 0.75rem);
}

body.mwsu-yoodle .bulleted-section__content,
body.mwsu-yoodle .bulleted-section__content p,
body.mwsu-yoodle .bulleted-section__content li {
  font-size: 17px;
}

body.mwsu-yoodle .bulleted-section__content p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .bulleted-section__content ul,
body.mwsu-yoodle .bulleted-section__content ol {
  margin: 0 0 1em;
  padding-left: 1.5rem;
}

body.mwsu-yoodle .bulleted-section__content > :last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .bulleted-section__cards {
  margin-top: 1.5rem;
  row-gap: 1.5rem;
}

body.mwsu-yoodle .bulleted-section__card {
  height: 100%;
  background: #FFF8DF;
  padding: 1.5rem;
}

body.mwsu-yoodle .bulleted-section__card-title {
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000;
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

body.mwsu-yoodle .bulleted-section__card-body {
  font-size: 16px;
}

body.mwsu-yoodle .bulleted-section__card-body p {
  margin: 0 0 0.25rem;
}

body.mwsu-yoodle .bulleted-section__card-body p:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
 * Flex — Button List
 * Optional heading + intro and/or smaller list heading, then a two-up
 * grid of gold/outline buttons.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .button-list {
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .button-list__heading {
  margin: 0 0 1rem;
}

body.mwsu-yoodle .button-list__intro {
  margin-bottom: 2rem;
}

body.mwsu-yoodle .button-list__intro p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .button-list__intro p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .button-list__subheading {
  margin: 0 0 1.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

body.mwsu-yoodle .button-list__grid {
  row-gap: 1rem;
}

body.mwsu-yoodle .button-list__btn {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------------------------------------------------------------
 * Flex — Map & Info
 * Heading + intro, then an embedded Google Map (gold accent, bottom-left)
 * beside details.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .map-info {
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .map-info__heading {
  margin: 0 0 1rem;
}

body.mwsu-yoodle .map-info__intro {
  margin-bottom: 2.5rem;
}

body.mwsu-yoodle .map-info__intro p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .map-info__intro p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  body.mwsu-yoodle .map-info__row {
    align-items: center;
  }
}

body.mwsu-yoodle .map-info__media {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .map-info__media {
    margin-bottom: 0;
  }
}

body.mwsu-yoodle .map-info__media-inner {
  position: relative;
  --accent-peek: 30px;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .map-info__media-inner {
    --accent-peek: 37px;
  }
}

body.mwsu-yoodle .map-info__embed {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border: 0;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .map-info__embed {
    width: calc(100% - var(--accent-peek));
    margin-left: auto;
  }
}

body.mwsu-yoodle .map-info__accent {
  display: none;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .map-info__accent {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: calc(-1 * var(--accent-peek));
    width: 150px;
    height: 150px;
    background: linear-gradient(145deg, #ffecae -33.69%, #ffc700 56.66%);
  }
}
@media (min-width: 1200px) {
  body.mwsu-yoodle .map-info__accent {
    width: 200px;
    height: 200px;
  }
}

body.mwsu-yoodle .map-info__name {
  margin: 0 0 0.75rem;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

body.mwsu-yoodle .map-info__body,
body.mwsu-yoodle .map-info__body p,
body.mwsu-yoodle .map-info__body li {
  font-size: 17px;
}

body.mwsu-yoodle .map-info__body p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .map-info__body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .map-info__links {
  margin-top: 1.5rem;
}

body.mwsu-yoodle .map-info__link {
  display: block;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

/* ----------------------------------------------------------------
 * Flex — Image. A single image, full-width in its column and capped in height
 * (cover crop) so a tall image doesn't dominate the page / sidebar column.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .image-section__image {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

/* ----------------------------------------------------------------
 * Flex — Contact Cards
 * Cream cards (two across at desktop), each a title + rule and a contact
 * detail list. Card treatment mirrors the Bulleted Section's contact cards.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .contact-cards__heading {
  margin: 0 0 1.5rem;
}

body.mwsu-yoodle .contact-cards__grid {
  row-gap: 1.5rem;
}

body.mwsu-yoodle .contact-cards__card {
  height: 100%;
  background: #FFF8DF;
  padding: 1.5rem;
}

body.mwsu-yoodle .contact-cards__card-title {
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #000;
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  color: #000;
}

body.mwsu-yoodle .contact-cards__card-body {
  font-size: 16px;
}

body.mwsu-yoodle .contact-cards__card-body p {
  margin: 0 0 0.25rem;
}

body.mwsu-yoodle .contact-cards__card-body p:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
 * Flex — Detailed Cards
 * Image-top cards with a gray content area (centered heading + body + full-width
 * CTA button), two across at desktop. Cards are equal height with the button
 * pinned to the bottom.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .detailed-cards__heading {
  margin: 0 0 1.5rem;
}

body.mwsu-yoodle .detailed-cards__grid {
  row-gap: 1.5rem;
}

body.mwsu-yoodle .detailed-cards__card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.mwsu-yoodle .detailed-cards__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

body.mwsu-yoodle .detailed-cards__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #E0E0E0;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .detailed-cards__content {
    padding: 2rem;
  }
}

body.mwsu-yoodle .detailed-cards__card-title {
  margin: 0 0 0.75rem;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  color: #111;
}

body.mwsu-yoodle .detailed-cards__card-body {
  margin: 0 0 1.5rem;
  font-size: 17px;
}

body.mwsu-yoodle .detailed-cards__card-body p {
  margin: 0 0 0.75rem;
}

body.mwsu-yoodle .detailed-cards__card-body p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .detailed-cards__btn {
  margin-top: auto;
  display: block;
  width: 100%;
}

/* ----------------------------------------------------------------
 * Flex — Image Gallery Slider
 * Image-only carousel (one at a time) on the shared data-carousel engine, with
 * dot navigation overlaid on the bottom-left of the image.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .image-gallery__heading {
  margin: 0 0 1.5rem;
}

body.mwsu-yoodle .image-gallery__inner {
  position: relative;
}

body.mwsu-yoodle .image-gallery__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body.mwsu-yoodle .image-gallery__track::-webkit-scrollbar {
  display: none;
}

body.mwsu-yoodle .image-gallery__slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  min-width: calc(100% + 1px);
}

body.mwsu-yoodle .image-gallery__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

body.mwsu-yoodle .image-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
body.mwsu-yoodle .image-gallery__arrow--prev {
  left: 0.75rem;
}
body.mwsu-yoodle .image-gallery__arrow--next {
  right: 0.75rem;
}
body.mwsu-yoodle .image-gallery__arrow svg {
  display: block;
}
body.mwsu-yoodle .image-gallery__arrow:hover, body.mwsu-yoodle .image-gallery__arrow:focus-visible {
  background: rgba(0, 0, 0, 0.75);
}
body.mwsu-yoodle .image-gallery__arrow:disabled, body.mwsu-yoodle .image-gallery__arrow[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}

body.mwsu-yoodle .image-gallery__dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
}

body.mwsu-yoodle .image-gallery__dot {
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 0;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease;
}
body.mwsu-yoodle .image-gallery__dot[aria-current=true] {
  background: #ffc700;
}
body.mwsu-yoodle .image-gallery__dot:hover, body.mwsu-yoodle .image-gallery__dot:focus-visible {
  background: rgba(255, 255, 255, 0.8);
}

/* ----------------------------------------------------------------
 * Flex — Program Search
 * Yellow-wings band (shared wing-bg mixin) + white panel with the S&F
 * filters, then the results grid below.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .program-search {
  background: #fff;
  color: #111;
}

body.mwsu-yoodle .program-search__band {
  padding: 3rem 0;
  background-image: url("../img/wing-graphic.svg"), linear-gradient(146deg, #FFECAE -33.69%, #FFC700 56.66%);
  background-repeat: no-repeat;
  background-position: right center, center;
  background-size: auto 100%, cover;
}
@media (max-width: 991.98px) {
  body.mwsu-yoodle .program-search__band {
    background-image: url("../img/mobile-wings.svg"), linear-gradient(146deg, #FFECAE -33.69%, #FFC700 56.66%);
    background-position: center top, center;
    background-size: contain, cover;
  }
}
@media (min-width: 992px) {
  body.mwsu-yoodle .program-search__band {
    padding: 5rem 0;
  }
}

@media (min-width: 992px) {
  body.mwsu-yoodle .hero-simple.has-spacing-none + .program-search .program-search__band {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
body.mwsu-yoodle .program-search__panel {
  background: #fff;
  padding: 3rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .program-search__panel {
    padding: 4rem;
  }
}

body.mwsu-yoodle .program-search__eyebrow {
  margin: 0 0 0.75rem;
  color: #000;
}

body.mwsu-yoodle .program-search__headline {
  margin: 0 0 1rem;
  color: #000;
}

body.mwsu-yoodle .program-search__description {
  margin: 0 0 1.5rem;
}

body.mwsu-yoodle .program-search__description,
body.mwsu-yoodle .program-search__description p {
  font-size: 17px;
}

body.mwsu-yoodle .program-search__description p {
  margin: 0 0 1em;
}

body.mwsu-yoodle .program-search__description p:last-child {
  margin-bottom: 0;
}

body.mwsu-yoodle .program-search__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
}

body.mwsu-yoodle .program-search__field {
  flex: 1 1 220px;
  min-width: 0;
}

/* ----------------------------------------------------------------
 * Search & Filter V3 field overrides — scoped to this search form so
 * other S&F instances are untouched.
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .program-search .search-filter-field__input {
  border-radius: 0;
}

body.mwsu-yoodle .program-search .search-filter-component-combobox__input-divider {
  display: none;
}

body.mwsu-yoodle .program-search .search-filter-component-combobox__listbox-toggle {
  background: #ffc700;
  border-left: 1px solid #333;
}

body.mwsu-yoodle .search-filter-component-combobox-base__listbox {
  border-radius: 0;
}

body.mwsu-yoodle .program-search .search-filter-field__input,
body.mwsu-yoodle .program-search .search-filter-component-combobox__selection,
body.mwsu-yoodle .program-search .search-filter-component-combobox__listbox-toggle,
body.mwsu-yoodle .program-search .search-filter-component-combobox__clear-button {
  cursor: pointer;
}

body.mwsu-yoodle .program-search .search-filter-label,
body.mwsu-yoodle .program-search .search-filter-component-combobox__selection {
  font-size: 17px;
}

body.mwsu-yoodle .search-filter-component-combobox-base__listbox-option {
  cursor: pointer;
  font-size: 17px;
}

body.mwsu-yoodle .program-search__reset {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .program-search__reset {
    display: block;
    width: fit-content;
    margin-left: auto;
  }
}

body.mwsu-yoodle .program-search__results {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .program-search__results {
    padding-top: 6rem;
  }
}

/* ----------------------------------------------------------------
 * Search & Filter — Online Programs results cards (first pass).
 * ---------------------------------------------------------------- */
body.mwsu-yoodle .program-results__grid {
  row-gap: 2rem;
}

body.mwsu-yoodle .program-card {
  height: 100%;
  background: #fff;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body.mwsu-yoodle .program-card__cta::after {
  content: "";
  position: absolute;
  inset: 0;
}

body.mwsu-yoodle .program-card:hover,
body.mwsu-yoodle .program-card:focus-within {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

body.mwsu-yoodle .program-card:hover .program-card__cta,
body.mwsu-yoodle .program-card:focus-within .program-card__cta {
  background-color: #fff;
  border-color: #ffc700;
  color: #000;
}

@media (prefers-reduced-motion: reduce) {
  body.mwsu-yoodle .program-card {
    transition: none;
  }
  body.mwsu-yoodle .program-card:hover,
  body.mwsu-yoodle .program-card:focus-within {
    transform: none;
  }
}
body.mwsu-yoodle .program-card__body {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem 1.5rem;
  flex: 1 1 auto;
}

body.mwsu-yoodle .program-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1 1 auto;
}

body.mwsu-yoodle .program-card__title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  text-transform: none;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

body.mwsu-yoodle .program-card__badge {
  background: #FFEDAF;
  color: #000;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
}

body.mwsu-yoodle .program-card__stat {
  margin: 0;
  font-size: 17px;
  color: #333;
}

body.mwsu-yoodle .program-card__stat strong {
  color: #000;
}

body.mwsu-yoodle .program-card__cta {
  width: 100%;
  margin-top: 1rem;
}

body.mwsu-yoodle .program-results__empty {
  margin: 0;
  font-size: 18px;
}

body.mwsu-yoodle .program-results__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.85rem;
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .program-results__pagination {
    margin-top: 4rem;
  }
}

body.mwsu-yoodle .program-results__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0;
  border: 0;
  background: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

body.mwsu-yoodle .program-results__pagination a.page-numbers:hover,
body.mwsu-yoodle .program-results__pagination a.page-numbers:focus-visible {
  text-decoration: underline;
}

body.mwsu-yoodle .program-results__pagination .page-numbers.current {
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.mwsu-yoodle .program-results__pagination .page-numbers__chevron {
  position: relative;
  top: -2px;
  color: #ffc700;
  font-size: 1.15em;
}

/* Template-scoped heading overrides. A global `body.mwsu-yoodle h2` rule in
 * style.scss caps h2 at 64/70 on lg+; selectors below are double-class to
 * clear that specificity per template. */
/* Larger site-default h2 — the same big heading on Yoodle pages, programs, and
 * the program archive, so headings behave consistently everywhere. Sections
 * that want a smaller heading carry their own higher-specificity override below. */
@media (min-width: 992px) {
  body.mwsu-yoodle.page-template-page-yoodle h2,
  body.mwsu-yoodle.single-program h2,
  body.mwsu-yoodle.post-type-archive-program h2 {
    font-size: 70px;
    line-height: 82px;
  }
}

/* Page-title fallback (rendered by hero.php when no hero is selected). Needs its
 * own top spacing since no preceding section provides it; bottom comes from the
 * has-spacing-md utility. The h1 uses the global page-heading scale. */
body.mwsu-yoodle .mwsu-yoodle__page-title {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .mwsu-yoodle__page-title {
    padding-top: 3rem;
  }
}

body.mwsu-yoodle .mwsu-yoodle__page-title-heading {
  margin: 0;
}

/* Heading rendered as an <h2> for document outline / ADA but styled as an h3:
 * the one-column Text Section's "Smaller H2" option, plus the Text+Stat Card and
 * Simple Table headings. Double-classed to clear the larger default h2 above;
 * mirrors the global h3 scale (36/40 → 50/60).
 * NOTE: the sidebar template is intentionally NOT listed here — there, section
 * heading size is driven by the auto --lead / --sub classes (see
 * _sidebar-components.scss): first heading at the smaller-h2 scale, rest at h3. */
body.mwsu-yoodle.page-template-page-yoodle .text-section__heading--sm,
body.mwsu-yoodle.single-program .text-section__heading--sm,
body.mwsu-yoodle.page-template-page-yoodle .text-stat-card__heading,
body.mwsu-yoodle.single-program .text-stat-card__heading,
body.mwsu-yoodle.page-template-page-yoodle .styled-table__heading,
body.mwsu-yoodle.single-program .styled-table__heading,
body.mwsu-yoodle.page-template-page-yoodle .accordion__heading,
body.mwsu-yoodle.single-program .accordion__heading,
body.mwsu-yoodle.page-template-page-yoodle .bulleted-section__heading,
body.mwsu-yoodle.single-program .bulleted-section__heading,
body.mwsu-yoodle.page-template-page-yoodle .button-list__heading,
body.mwsu-yoodle.single-program .button-list__heading,
body.mwsu-yoodle.page-template-page-yoodle .map-info__heading,
body.mwsu-yoodle.single-program .map-info__heading,
body.mwsu-yoodle.page-template-page-yoodle .link-list__heading,
body.mwsu-yoodle.single-program .link-list__heading,
body.mwsu-yoodle.page-template-page-yoodle .contact-cards__heading,
body.mwsu-yoodle.single-program .contact-cards__heading,
body.mwsu-yoodle.page-template-page-yoodle .detailed-cards__heading,
body.mwsu-yoodle.single-program .detailed-cards__heading,
body.mwsu-yoodle.page-template-page-yoodle .image-gallery__heading,
body.mwsu-yoodle.single-program .image-gallery__heading {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.36px;
  text-transform: none;
}
@media (min-width: 992px) {
  body.mwsu-yoodle.page-template-page-yoodle .text-section__heading--sm,
  body.mwsu-yoodle.single-program .text-section__heading--sm,
  body.mwsu-yoodle.page-template-page-yoodle .text-stat-card__heading,
  body.mwsu-yoodle.single-program .text-stat-card__heading,
  body.mwsu-yoodle.page-template-page-yoodle .styled-table__heading,
  body.mwsu-yoodle.single-program .styled-table__heading,
  body.mwsu-yoodle.page-template-page-yoodle .accordion__heading,
  body.mwsu-yoodle.single-program .accordion__heading,
  body.mwsu-yoodle.page-template-page-yoodle .bulleted-section__heading,
  body.mwsu-yoodle.single-program .bulleted-section__heading,
  body.mwsu-yoodle.page-template-page-yoodle .button-list__heading,
  body.mwsu-yoodle.single-program .button-list__heading,
  body.mwsu-yoodle.page-template-page-yoodle .map-info__heading,
  body.mwsu-yoodle.single-program .map-info__heading,
  body.mwsu-yoodle.page-template-page-yoodle .link-list__heading,
  body.mwsu-yoodle.single-program .link-list__heading,
  body.mwsu-yoodle.page-template-page-yoodle .contact-cards__heading,
  body.mwsu-yoodle.single-program .contact-cards__heading,
  body.mwsu-yoodle.page-template-page-yoodle .detailed-cards__heading,
  body.mwsu-yoodle.single-program .detailed-cards__heading,
  body.mwsu-yoodle.page-template-page-yoodle .image-gallery__heading,
  body.mwsu-yoodle.single-program .image-gallery__heading {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.5px;
  }
}

/* Blockquote — quick treatment for WYSIWYG bodies: a gold left rule. The
 * testimonial carousel's own blockquote keeps its border: 0 (higher specificity). */
body.mwsu-yoodle blockquote {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  border-left: 4px solid #ffc700;
}

/* Avada override — forces Yoodle typography on pages using the design system,
 * by overriding Avada's body-level CSS custom properties. */
body.mwsu-yoodle {
  --body_typography-font-family: "PT Sans", sans-serif;
  --body_typography-font-weight: 400;
  --body_typography-font-style: normal;
  --body_typography-letter-spacing: normal;
  --h1_typography-font-family: "Oswald", sans-serif;
  --h2_typography-font-family: "Oswald", sans-serif;
  --h3_typography-font-family: "Oswald", sans-serif;
  --h4_typography-font-family: "Oswald", sans-serif;
  --h5_typography-font-family: "Oswald", sans-serif;
  --h6_typography-font-family: "Oswald", sans-serif;
  background-color: white !important;
  overflow-wrap: break-word;
}

body.mwsu-yoodle,
body.mwsu-yoodle li,
body.mwsu-yoodle a,
body.mwsu-yoodle button,
body.mwsu-yoodle input,
body.mwsu-yoodle label,
body.mwsu-yoodle blockquote {
  font-family: "PT Sans", sans-serif;
}

body.mwsu-yoodle h1,
body.mwsu-yoodle h2,
body.mwsu-yoodle h3,
body.mwsu-yoodle h4,
body.mwsu-yoodle h5,
body.mwsu-yoodle h6 {
  font-family: "Oswald", sans-serif;
}

/* Typography & Base Styles */
html,
body {
  margin: 0;
  padding: 0;
}

body,
p,
.mwsu-yoodle__main ul,
.mwsu-yoodle__main li {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (min-width: 992px) {
  body,
  p,
  .mwsu-yoodle__main ul,
  .mwsu-yoodle__main li {
    font-size: 20px;
  }
}

/* Focus Styles */
:where(a, button, input, select, textarea, summary, [role=button], [tabindex]):focus-visible {
  outline: 2px solid #ffc700;
  outline-offset: 3px;
}

@supports not selector(:focus-visible) {
  :where(a, button, input, select, textarea, summary, [role=button], [tabindex]):focus {
    outline: 2px solid #ffc700;
    outline-offset: 3px;
  }
}
small,
.tiny-text {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

body.mwsu-yoodle h1,
body.mwsu-yoodle h2,
body.mwsu-yoodle h3 {
  font-family: "Oswald", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.mwsu-yoodle h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}

body.mwsu-yoodle h2 {
  font-size: 50px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 300;
}

@media (min-width: 992px) {
  body.mwsu-yoodle h1,
  body.mwsu-yoodle h2 {
    font-size: 70px;
    line-height: 82px;
  }
}
body.mwsu-yoodle h3 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.36px;
  text-transform: none;
}

@media (min-width: 992px) {
  body.mwsu-yoodle h3 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.5px;
  }
}
body.mwsu-yoodle h4 {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  text-transform: none;
}

body.mwsu-yoodle h5 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
}

body.mwsu-yoodle h6 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-transform: none;
}

.section-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.subheading {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 10px;
}

/* Utility Styles */
.headline-emphasis {
  font-weight: 700;
}

.headline-main {
  font-weight: 300;
}

.section-heading {
  margin: 0;
  text-transform: uppercase;
}

.section-heading .headline-emphasis,
.section-heading .headline-main {
  display: inline;
}

.section-description {
  padding-left: 16px;
  border-left: 3px solid #111;
  box-sizing: border-box;
}

.section-spacing {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .section-spacing {
    padding: 5rem 0 6rem;
  }
}
.external-link-icon {
  display: inline-flex;
  margin-left: 0.15rem;
  flex-shrink: 0;
}
.external-link-icon svg {
  display: block;
  width: 13px;
  height: 13px;
}

.btn .external-link-icon {
  margin-left: 0.5rem;
}
.btn .external-link-icon svg {
  width: 16px;
  height: 16px;
}

/* Buttons */
.btn {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.4px;
  line-height: normal;
  color: #000;
  display: flex;
  border-width: 2px;
  padding: 13px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  width: fit-content;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

.btn-primary {
  background-color: #ffc700;
  color: #000;
}
.btn-primary.dark {
  border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: white;
  border-color: #ffc700;
  color: black;
}

.btn-primary.dark:hover,
.btn-primary.dark:focus,
.btn-primary.dark:active {
  background-color: white;
  color: black;
}

.btn-secondary {
  background-color: #fff;
  border: none;
  color: #000;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #ffc700;
  border-color: #ffc700;
}

.btn-outline-dark {
  background-color: transparent;
  border: 2px solid #111;
  color: #111;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border: none;
  color: #000;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

body.mwsu-yoodle p a {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}

body.mwsu-yoodle p a:hover,
.home-events__card-title a:hover {
  color: black;
  text-decoration: underline;
  font-weight: 600;
}

body.mwsu-yoodle p a:hover {
  font-weight: 700;
}

body.mwsu-yoodle .footer-menus p a:hover {
  color: #ffc700;
}

/* Hero Section */
.logo {
  width: 100%;
}

.hero video {
  image-rendering: auto;
}

.hero-bg {
  background: linear-gradient(135deg, #ffde5b 0%, #ffc700 100%);
  clip-path: polygon(0 0, 100% 0, 100% 101%, calc(100% - 40px) 101%, calc(100% - 40px) 40px, 40px 40px, 40px 101%, 0 101%);
  z-index: -1;
  height: 101%;
}

/* Homepage Hero */
.home-hero {
  position: relative;
  background: transparent;
  color: #fff;
  overflow: hidden;
  padding-top: 0;
}

.home-hero__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-hero__media {
  order: 0;
  width: 100%;
  margin-right: calc(50% - 50vw);
}

.home-hero__media-frame {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 500px;
  background: #111;
  overflow: hidden;
  position: relative;
  border: none;
  box-shadow: none;
}

.home-hero__media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #000;
  pointer-events: none;
}

.home-hero__image,
.home-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.home-hero__content {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 24px 48px;
  align-items: center;
  text-align: center;
  background: #000;
}

.home-hero__title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 58px;
  font-size: 50px;
  text-align: left;
  align-self: stretch;
}

.home-hero__title .headline-emphasis {
  color: #ffc700;
  display: inline;
  font-weight: 700;
}

.home-hero__actions {
  display: grid;
  gap: 12px;
  width: 100%;
  margin: 0 auto;
}

.home-hero__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.home-hero .btn.home-hero__button {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
}
@media (min-width: 768px) {
  .home-hero .btn.home-hero__button {
    max-width: 450px;
  }
}

@media (min-width: 992px) {
  .home-hero {
    --hero-overhang: 75px;
  }
  .home-hero {
    overflow: visible;
  }
  .home-hero__inner {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
  .home-hero__content {
    order: 0;
    flex: 0 0 40%;
    gap: 22px;
    position: relative;
    z-index: 3;
    padding: 56px 48px 72px 48px;
    align-items: flex-start;
    text-align: left;
  }
  .home-hero__media {
    order: 1;
    flex: 1 1 auto;
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-bottom: calc(-1 * var(--hero-overhang));
    margin-right: calc(50% - 50vw);
    width: 100vw;
    align-self: stretch;
    display: flex;
    box-sizing: border-box;
  }
  .home-hero__media-frame {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    max-width: none;
    aspect-ratio: auto;
    max-height: none;
    box-shadow: none;
    border: none;
    margin-bottom: calc(-1 * var(--hero-overhang));
  }
  .home-hero__image,
  .home-hero__video {
    margin-bottom: calc(-1 * var(--hero-overhang));
    max-height: none;
  }
  .home-hero__title {
    font-size: clamp(64px, 4vw, 84px);
    line-height: 1.1;
    position: relative;
    z-index: 5;
    margin-right: -120px;
  }
}
/* Homepage Section Two */
.home-section-two {
  background-color: #ffc700;
  background-image: url("../img/mobile-wings.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  color: #111;
  padding: 3rem 0 4rem 0;
}

.home-section-two__inner {
  width: 100%;
  display: grid;
  gap: 28px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.home-section-two__intro {
  display: grid;
  gap: 12px;
  max-width: 100%;
}

.home-section-two__eyebrow {
  margin: 0;
}

.home-section-two__description {
  max-width: 520px;
  width: 100%;
}

.home-section-two__description p {
  margin: 0;
}

.home-section-two__cards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  max-width: 100%;
  grid-auto-rows: 140px;
  width: 100%;
  box-sizing: border-box;
  justify-items: stretch;
  align-items: stretch;
}

.home-section-two__cards-right,
.home-section-two__cards-row {
  display: contents;
}

.home-section-two__cards-right,
.home-section-two__cards-row {
  display: contents;
}

.home-section-two__card {
  position: relative;
  min-height: 150px;
  padding: 15px;
  color: #fff;
  width: auto;
  min-width: 0;
  max-width: 100%;
  background-color: #fff;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), var(--card-bg, none), linear-gradient(0deg, lightgray 0%, lightgray 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity, normal;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  box-sizing: border-box;
  justify-self: stretch;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-section-two__card--1,
.home-section-two__card--2 {
  grid-column: 1/-1;
  min-height: 140px;
}

.home-section-two__card--5 {
  grid-column: 1/-1;
  min-height: 140px;
}

.home-section-two__card--3,
.home-section-two__card--4 {
  min-height: 140px;
}

.home-section-two__card--2,
.home-section-two__card--5 {
  aspect-ratio: 6/3;
}

.home-section-two__card-link {
  display: contents;
  color: inherit;
  text-decoration: none;
}

.home-section-two__card-link:hover,
.home-section-two__card-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.home-section-two__card--has-button:hover,
.home-section-two__card--has-button:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.home-section-two__card-link:hover .btn-secondary,
.home-section-two__card-link:focus-visible .btn-secondary {
  background-color: #ffc700;
}

.home-section-two__card-content {
  display: grid;
  gap: 0;
}

.home-section-two__card-headline {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 35px;
  color: #ffc700;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.home-section-two__card-subheading {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.home-section-two__card-headline + .home-section-two__card-subheading {
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .home-section-two__intro,
  .home-section-two__description {
    max-width: 100%;
  }
  .home-section-two__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    width: 100%;
  }
  .home-section-two__card {
    min-height: 0;
    aspect-ratio: 6/3;
  }
  .home-section-two__card--1,
  .home-section-two__card--3,
  .home-section-two__card--4 {
    aspect-ratio: 1/1;
  }
  .home-section-two__card--1,
  .home-section-two__card--2 {
    grid-column: 1/-1;
  }
  .home-section-two__card--3,
  .home-section-two__card--4 {
    grid-column: auto;
  }
  .home-section-two__card--5 {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .home-section-two {
    background-image: url("../img/desktop-wings.svg");
    background-position: right top;
    background-size: 70% auto;
  }
  .home-section-two__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: end;
    gap: 32px;
  }
  .home-section-two__description {
    justify-self: end;
  }
  .home-section-two__cards {
    grid-column: 1/-1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-section-two__card--1,
  .home-section-two__card--2,
  .home-section-two__card--5 {
    grid-column: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-section-two__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .home-section-two__cards {
    grid-template-columns: minmax(0, 6fr) minmax(0, 8fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    align-content: stretch;
    aspect-ratio: 4.5/3;
  }
  .home-section-two__cards-right {
    grid-column: 2;
    grid-row: 1/span 2;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: 100%;
    align-items: stretch;
    min-height: 0;
    align-content: stretch;
  }
  .home-section-two__cards-row--top {
    display: flex;
    gap: 10px;
    align-items: stretch;
    height: 100%;
    min-height: 0;
  }
  .home-section-two__cards-row--bottom {
    display: flex;
    gap: 10px;
    align-items: stretch;
    height: 100%;
    min-height: 0;
  }
  .home-section-two__cards-row--top .home-section-two__card--3 {
    flex: 3 1 0%;
    min-width: 0;
  }
  .home-section-two__cards-row--top .home-section-two__card--2 {
    flex: 6 1 0%;
    min-width: 0;
  }
  .home-section-two__cards-row--bottom .home-section-two__card--5 {
    flex: 6 1 0%;
    min-width: 0;
  }
  .home-section-two__cards-row--bottom .home-section-two__card--4 {
    flex: 3 1 0%;
    min-width: 0;
  }
  .home-section-two__card {
    min-height: 0;
    width: 100%;
    height: 100%;
    align-self: stretch;
    justify-self: stretch;
  }
  .home-section-two__card--1 {
    grid-column: 1;
    grid-row: 1/span 2;
    aspect-ratio: 1/1;
  }
  .home-section-two__card--2,
  .home-section-two__card--3,
  .home-section-two__card--4,
  .home-section-two__card--5 {
    aspect-ratio: auto;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .home-section-two {
    padding: 10rem 0 6rem 0;
    background-image: url("../img/desktop-wings.svg"), linear-gradient(130deg, #ffe385 0%, #ffc700 60%);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, center;
    background-size: 55% auto, cover;
  }
  .home-section-two__inner {
    gap: 40px;
  }
  .home-section-two__cards {
    grid-template-columns: minmax(0, 6fr) minmax(0, 8fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    justify-items: stretch;
    align-content: stretch;
    aspect-ratio: 8/3;
  }
  .home-section-two__cards-right {
    grid-column: 2;
    grid-row: 1/span 2;
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: 100%;
    align-items: stretch;
    min-height: 0;
    align-content: stretch;
  }
  .home-section-two__cards-row--top {
    display: flex;
    gap: 16px;
    align-items: stretch;
    height: 100%;
    min-height: 0;
  }
  .home-section-two__cards-row--bottom {
    display: flex;
    gap: 16px;
    align-items: stretch;
    height: 100%;
    min-height: 0;
  }
  .home-section-two__cards-row--top .home-section-two__card--3 {
    flex: 3 1 0%;
    min-width: 0;
  }
  .home-section-two__cards-row--top .home-section-two__card--2 {
    flex: 6 1 0%;
    min-width: 0;
  }
  .home-section-two__cards-row--bottom .home-section-two__card--5 {
    flex: 6 1 0%;
    min-width: 0;
  }
  .home-section-two__cards-row--bottom .home-section-two__card--4 {
    flex: 3 1 0%;
    min-width: 0;
  }
  .home-section-two__card {
    min-height: 0;
    width: 100%;
    height: 100%;
    align-self: stretch;
    justify-self: stretch;
  }
  .home-section-two__card--1 {
    grid-column: 1;
    grid-row: 1/span 2;
    aspect-ratio: 1/1;
  }
  .home-section-two__card--2,
  .home-section-two__card--3,
  .home-section-two__card--4,
  .home-section-two__card--5 {
    aspect-ratio: auto;
    min-height: 0;
  }
  .home-section-two__card--2,
  .home-section-two__card--3,
  .home-section-two__card--4,
  .home-section-two__card--5 {
    aspect-ratio: auto;
  }
}
@media (min-width: 1200px) {
  .home-section-two {
    background-size: 45% auto, cover;
  }
  .home-section-two__cards {
    grid-auto-rows: auto;
  }
  .home-section-two__inner {
    gap: 40px;
  }
  .home-section-two__card {
    padding: 30px;
  }
  .home-section-two__card-headline {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 2500px) {
  .home-section-two {
    background-size: 35% auto, cover;
  }
}
/* Homepage Section Three */
.home-section-three {
  background-color: #fff;
  color: #111;
}

.home-section-three__description p {
  margin: 0;
}

.home-section-three__description--desktop {
  display: none;
}

.home-section-three__stats {
  display: grid;
  gap: 16px;
}

.home-section-three__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.home-section-three__stat-value {
  border: 2px solid #ffc700;
  color: #111;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 43px;
  line-height: 70px;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 0 85px;
  box-sizing: border-box;
}

.home-section-three__stat-label {
  margin: 0;
  max-width: 220px;
}

.home-section-three {
  --accent-peek-x: 30px;
  --accent-peek-y: 40px;
}
@media (min-width: 992px) {
  .home-section-three {
    --accent-peek-x: 37px;
    --accent-peek-y: 47px;
  }
}

.home-section-three__media {
  max-width: 100%;
  position: relative;
  order: -1;
}

.home-section-three__image-frame {
  position: relative;
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
}

.home-section-three .yellow-accent {
  background: linear-gradient(145deg, #ffecae -33.69%, #ffc700 56.66%);
  position: absolute;
  bottom: calc(-1 * var(--accent-peek-y));
  right: 0;
  width: 85%;
  height: 95%;
  z-index: 1;
  display: none;
}

.home-section-three__image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.home-section-three__cta {
  display: flex;
  justify-content: center;
}

@media (min-width: 576px) {
  .home-section-three__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
  }
  .home-section-three__stat {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 12px;
  }
  .home-section-three__stat-label {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .home-section-three__description--mobile {
    display: none;
  }
  .home-section-three__description--desktop {
    display: block;
  }
  .home-section-three__media {
    max-width: 480px;
    order: 0;
  }
  .home-section-three .yellow-accent {
    display: block;
  }
  .home-section-three__image {
    width: calc(100% - var(--accent-peek-x));
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }
  .home-section-three__cta {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-section-three .content-padding {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .home-section-three .container {
    margin: 2rem auto;
  }
}
/* Homepage Section Four */
.home-section-four {
  color: #fff;
  background-color: lightgray;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), var(--section-four-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
}

@media (min-width: 992px) {
  .home-section-four.section-spacing {
    padding-bottom: 5rem;
  }
}
.home-section-four .section-title,
.home-section-four .section-heading,
.home-section-four .section-description {
  color: #fff;
}

.home-section-four .section-description {
  border-left: none;
  padding-left: 0;
}

.home-section-four .section-description p {
  color: inherit;
}

.home-section-four .headline-emphasis {
  color: #ffc700;
}

.home-section-four__content {
  max-width: 680px;
}

.home-section-four__search {
  display: none;
  position: relative;
  max-width: 560px;
  margin: 24px 0;
}

.home-section-four__search-input {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 54px 14px 16px;
  font-size: 16px;
  line-height: 1.2;
}

.home-section-four__search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.home-section-four__search-button {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  padding: 0;
  color: #ffc700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-section-four__search-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.home-section-four__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.home-section-four__actions .btn {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.home-section-four .row {
  justify-content: space-between;
}

.home-section-four__stats-col {
  display: flex;
  justify-content: flex-start;
}

.home-section-four__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
  justify-items: stretch;
  padding-bottom: 20px;
}

.home-section-four__stat {
  border: 2px solid #fff;
  background: #333;
  text-align: center;
  width: min(100%, 288px);
  aspect-ratio: 1.25/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  max-height: 353px;
  container-type: inline-size;
}

.home-section-four__stat:first-child {
  grid-column: 1/span 1;
  grid-row: 1;
  z-index: 2;
  justify-self: start;
  transform: translate(15%, 0);
}

.home-section-four__stat:nth-child(2) {
  grid-column: 2/span 1;
  grid-row: 2;
  margin-top: -23%;
  justify-self: end;
  transform: translate(-15%, 0);
}

.home-section-four__stat-number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: clamp(3rem, 22cqi, 5rem);
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
}

.home-section-four__stat-plus {
  color: #ffc700;
  font-size: 1em;
  line-height: 1;
  font-weight: 100;
}

.home-section-four__stat-label {
  margin-top: 12px;
  text-transform: uppercase;
  color: #ffc700;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

@media (min-width: 768px) {
  .home-section-four__stat {
    aspect-ratio: 1/1.15;
  }
  .home-section-four__stat:nth-child(1) {
    transform: translate(25%, 28%);
  }
  .home-section-four__stat:nth-child(2) {
    transform: translate(-20%, -25%);
  }
}
@media (min-width: 992px) {
  .home-section-four__stat:nth-child(1) {
    transform: translate(25%, 0);
  }
  .home-section-four__stat:nth-child(2) {
    transform: translate(-25%, -5%);
  }
  .home-section-four__stat-number {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (min-width: 1200px) {
  .home-section-four .row {
    align-items: center;
  }
  .home-section-four__actions {
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
  }
  .home-section-four__actions .btn {
    width: fit-content;
  }
  .home-section-four__stats-col {
    justify-content: flex-end;
  }
  .home-section-four__stats {
    width: 100%;
    max-width: 560px;
    margin: 0 0 0 auto;
    gap: 20px;
    padding-bottom: 0;
    justify-items: end;
  }
  .home-section-four__stat {
    width: 288px;
    aspect-ratio: 1/1.05;
  }
  .home-section-four__stat:nth-child(1) {
    transform: translate(35%, 0);
  }
  .home-section-four__stat:nth-child(2) {
    transform: translate(0, -10%);
  }
}
@media (min-width: 1400px) {
  .home-section-four__stats {
    max-width: 600px;
  }
  .home-section-four__stat:nth-child(1) {
    transform: translate(10%, 0);
  }
  .home-section-four__stat:nth-child(2) {
    transform: translate(0, -15%);
  }
}
/* Homepage Section Five — Content Carousel */
.home-section-five {
  background: #fff;
  position: relative;
  overflow: hidden;
  top: -1px;
}
@media (max-width: 767.98px) {
  .home-section-five {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .home-section-five {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .home-section-five {
    padding-top: 6rem;
  }
}

@media (min-width: 768px) {
  .home-section-five__inner {
    position: relative;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.home-section-five__track {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-section-five__track::-webkit-scrollbar {
  display: none;
}

.home-section-five__slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  min-width: calc(100% + 1px);
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .home-section-five__slide {
    padding-bottom: 3.5rem;
  }
}

.home-section-five__media {
  width: 100%;
}
.home-section-five__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (min-width: 768px) {
  .home-section-five__media {
    position: relative;
    z-index: 2;
    width: 52%;
    aspect-ratio: 4/5;
    margin: 0;
  }
  .home-section-five__media img {
    height: 100%;
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .home-section-five__media {
    aspect-ratio: 1/1;
  }
}

.home-section-five__content {
  background: #ffc700;
  color: #000;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .home-section-five__content {
    position: absolute;
    top: 55px;
    left: 45%;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 2.5rem 3rem 2.5rem 10%;
  }
}

body.mwsu-yoodle h2 {
  color: #000;
}
@media (min-width: 992px) {
  body.mwsu-yoodle h2 {
    font-size: 64px;
    line-height: 70px;
  }
}

.home-section-five__body p {
  margin: 0 0 1em;
}
.home-section-five__body p:last-child {
  margin-bottom: 0;
}

.home-section-five__cta {
  margin-top: 0.5rem;
}

.home-section-five__controls {
  padding: 1rem 1.5rem;
  background: transparent;
}
@media (min-width: 768px) {
  .home-section-five__controls {
    position: absolute;
    left: 1.5rem;
    right: calc(55% + 20px);
    bottom: 0.5rem;
    padding: 0;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
  }
}

.home-section-five__dots {
  display: none;
}

.home-section-five__dot {
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.home-section-five__dot[aria-current=true] {
  background: #111;
}
.home-section-five__dot:hover, .home-section-five__dot:focus-visible {
  background: rgba(0, 0, 0, 0.6);
}

.home-section-five__arrows {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .home-section-five__arrows {
    justify-content: flex-end;
  }
}

.home-section-five__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #333333;
  border: 1px solid #333333;
  color: white;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.home-section-five__arrow svg {
  display: block;
}
.home-section-five__arrow:hover, .home-section-five__arrow:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.5);
  color: #111;
}
.home-section-five__arrow:disabled, .home-section-five__arrow[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
.home-section-five__arrow:disabled:hover, .home-section-five__arrow:disabled:focus-visible, .home-section-five__arrow[aria-disabled=true]:hover, .home-section-five__arrow[aria-disabled=true]:focus-visible {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.65);
}

/* Homepage Section Six — Campus Experience */
.home-section-six {
  background-color: #fff;
  color: #111;
}

.home-section-six__header {
  text-align: center;
  margin-bottom: 4rem;
}

.home-section-six__header .section-description {
  border-left: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  margin-top: 1rem;
}

.home-section-six__header .section-description p {
  margin: 0;
}

.home-section-six__panels {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .home-section-six__panels {
    gap: 6rem;
  }
}

.home-section-six__panel-heading {
  margin: 0 0 1rem;
}

.home-section-six__panel-body {
  margin-bottom: 1.5rem;
}

.home-section-six__panel-body p {
  margin: 0 0 1em;
}
.home-section-six__panel-body p:last-child {
  margin-bottom: 0;
}

.home-section-six__panel .row {
  justify-content: space-between;
}

body.mwsu-yoodle .home-section-six__media {
  position: relative;
  max-width: 600px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  body.mwsu-yoodle .home-section-six__media {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  body.mwsu-yoodle .home-section-six__panel--image-right .home-section-six__media {
    margin-left: auto;
  }
}
.home-section-six__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

/* Yellow accent — fixed-pixel peek system.
 * Accent and image are both sized calc(100% - var(--peek-*)) per axis. The
 * accent anchors flush to a frame corner; the image is offset by --peek-y/--peek-x
 * on the two corner-facing sides. Identical footprints overlap, so the accent's
 * visible "peek" is an L-shape sized purely by the peek vars — independent of
 * rendered width.
 * peek-x and peek-y differ on purpose: the accent positions against .media (which
 * IS the col) and reaches the col's outer padding edge, but the in-flow image sits
 * inside the col's content area, so the col's horizontal padding (gutter*0.5 ≈ 12px)
 * adds to the horizontal peek only. peek-y is bumped to keep the L symmetric. */
.home-section-six {
  --accent-peek-x: 30px;
  --accent-peek-y: 40px;
}
@media (min-width: 992px) {
  .home-section-six {
    --accent-peek-x: 37px;
    --accent-peek-y: 47px;
  }
}

.home-section-six .yellow-accent {
  background: linear-gradient(145deg, #ffecae -33.69%, #ffc700 56.66%);
  position: absolute;
  z-index: 1;
  display: none;
}
@media (min-width: 576px) {
  .home-section-six .yellow-accent {
    display: block;
    width: calc(100% - var(--accent-peek-x));
    height: calc(100% - var(--accent-peek-y));
  }
}

.home-section-six__panel--image-right .yellow-accent {
  top: 0;
  right: 0;
}

.home-section-six__panel--image-left .yellow-accent {
  bottom: 0;
  left: 0;
}

.home-section-six__cta {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 576px) {
  .home-section-six__image {
    width: calc(100% - var(--accent-peek-x));
  }
  .home-section-six__panel--image-right .home-section-six__image {
    margin-left: 0;
    margin-right: auto;
    margin-top: var(--accent-peek-y);
  }
  .home-section-six__panel--image-left .home-section-six__image {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: var(--accent-peek-y);
  }
}
@media (min-width: 768px) {
  .home-section-six__panel .row {
    align-items: center;
    flex-direction: row-reverse;
  }
  .home-section-six__panel--image-left .row {
    flex-direction: row;
  }
}
/* Homepage News & Events */
.home-news-events {
  padding-top: 2rem;
}

.home-news-events__header {
  margin-bottom: 2rem;
}

.home-news {
  margin-bottom: 3rem;
}

.home-news__heading,
.home-events__heading {
  margin: 0 0 1.5rem;
}
@media (min-width: 992px) {
  .home-news__heading,
  .home-events__heading {
    margin: 0 0 2rem;
  }
}

.home-news__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .home-news__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.home-news__card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.home-news__card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #E0E0E0;
}

.home-news__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s ease;
}

.home-news__card-image:hover img,
.home-news__card-image:focus-visible img {
  opacity: 0.85;
}

body.mwsu-yoodle .home-news__card-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
  text-transform: none;
}

.home-news__card-title a {
  color: #000;
  text-decoration: underline;
}

.home-news__card-date {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.home-news__cta {
  margin-top: 2rem;
}

.home-news__cta .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .home-news__cta .btn {
    width: fit-content;
  }
}
.home-news__empty,
.home-events__empty {
  margin: 0;
}

.home-events__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .home-events__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.home-events__card {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  padding: 0.75rem;
  background: #E0E0E0;
}

.home-events__card-date {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  padding: 0.5rem;
  background: #ffc700;
  color: #000;
  text-align: center;
}

.home-events__card-month {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 1;
}

.home-events__card-day {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin-top: 0.25rem;
}

.home-events__card-details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

body.mwsu-yoodle .home-events__card-title {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-transform: none;
}

.home-events__card-title a {
  color: #000;
  text-decoration: underline;
}

.home-events__card-time {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.home-events__cta {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-events__cta .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .home-events__cta {
    flex-direction: row;
    gap: 1.5rem;
  }
  .home-events__cta .btn {
    width: fit-content;
  }
}
/* Homepage Section Seven — Application & Want to Learn More */
.home-section-seven {
  background-color: #E0E0E0;
  color: #111;
}
@media (min-width: 992px) {
  .home-section-seven.section-spacing {
    padding: 4rem 0;
  }
}

body.mwsu-yoodle .home-section-seven h2 {
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 992px) {
  body.mwsu-yoodle .home-section-seven h2 {
    font-size: 46px;
    line-height: 55px;
  }
}

.home-section-seven__row-one {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .home-section-seven__row-one {
    margin-bottom: 4rem;
  }
}

/* Stat box (col-md-3) — overlay matches .home-section-four */
.home-section-seven__stat {
  height: 100%;
  min-height: 260px;
  background-color: lightgray;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), var(--section-seven-stat-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
}

.home-section-seven__stat-inner {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 2rem 1.5rem;
}

.home-section-seven__stat-number {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.home-section-seven__stat-value {
  font-size: 64px;
  line-height: 1;
}
@media (min-width: 992px) {
  .home-section-seven__stat-value {
    font-size: 80px;
  }
}

.home-section-seven__stat-unit {
  color: #ffc700;
  font-weight: 200;
  font-size: 48px;
  line-height: 1;
}
@media (min-width: 992px) {
  .home-section-seven__stat-unit {
    font-size: 60px;
  }
}

.home-section-seven__stat-label {
  margin: 0.75rem 0 0;
  color: #ffc700;
}

/* Middle CTA panel (col-md-6) */
.home-section-seven__cta {
  background: #000;
  color: #fff;
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .home-section-seven__cta {
    padding: 3rem 2.5rem;
    gap: 1.25rem;
  }
}

.home-section-seven__cta-eyebrow {
  margin: 0;
  color: #fff;
}

body.mwsu-yoodle .home-section-seven__cta-heading {
  margin: 0;
  color: #fff;
  font-weight: 300;
}

.home-section-seven__cta-heading .headline-emphasis {
  color: #ffc700;
}

.home-section-seven__cta-body {
  color: #fff;
}

.home-section-seven__cta-body p {
  margin: 0 0 1em;
  color: inherit;
}
.home-section-seven__cta-body p:last-child {
  margin-bottom: 0;
}

.home-section-seven__cta-button {
  align-self: flex-start;
  margin-top: 0.5rem;
}

/* Right image (col-md-3) */
.home-section-seven__image-wrap {
  height: 100%;
  min-height: 260px;
}

.home-section-seven__image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

/* Row 2 — Want to Learn More? */
.home-section-seven__row-two {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .home-section-seven__row-two {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 2rem;
  }
}

body.mwsu-yoodle .home-section-seven__bottom-heading {
  margin: 0;
}

.home-section-seven__bottom-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .home-section-seven__bottom-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
}

.home-section-seven__bottom-buttons .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .home-section-seven__bottom-buttons .btn {
    width: fit-content;
  }
}
