  .whaec-page {
  color: #1f2933;
  background: #ffffff;
  --whaec-fixed-header-offset: 60px;
  --whaec-admin-bar-offset: var(--wp-admin--admin-bar--height, 0px);
  --whaec-mobile-section-min-height: calc(100svh - var(--whaec-fixed-header-offset) - var(--whaec-admin-bar-offset)); }

#class-finder {
  scroll-margin-top: calc(var(--whaec-fixed-header-offset) + var(--whaec-admin-bar-offset) + 1rem); }

@media (min-width: 1025px) {
  .whaec-page {
    --whaec-fixed-header-offset: 115px; } }

.whaec-hero {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(0, 41, 79, 0.92), rgba(0, 59, 113, 0.86), rgba(0, 59, 113, 0.46)), url("/images/wh-adult-ed-consortium-hero-4.jpg") bottom/cover; }

.whaec-hero__content {
  max-width: 86rem;
  padding: 7rem 0 4rem; }

.whaec-hero__eyebrow,
.whaec-kicker {
  margin: 0 0 1rem;
  color: #f2b705;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.whaec-hero__title {
  max-width: 82rem;
  margin: 0 0 4rem;
  color: #ffffff;
  font-size: 5rem;
  line-height: 1.05; }

.whaec-hero__lead {
  max-width: 74rem;
  margin: 0 0 4rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 2.3rem;
  line-height: 1.45; }

.whaec-hero__actions {
  margin: 0 0 4rem; }

.whaec-hero__actions,
.whaec-empty__actions,
.whaec-contact-strip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -ms-flex-align: center;
      align-items: center; }

.whaec-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.7rem;
  min-height: 4.4rem;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none; }

.whaec-button--primary {
  background: #f2b705;
  border-color: #f2b705;
  color: #1f2933; }

.whaec-button--primary:hover,
.whaec-button--primary:focus {
  background: #d9a504;
  border-color: #d9a504;
  color: #1f2933; }

.whaec-button--secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.72);
  color: #ffffff; }

.whaec-button--secondary:hover,
.whaec-button--secondary:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #003b71; }

.whaec-finder-shell {
  background: rgba(0, 34, 64, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.22); }

.whaec-finder {
  padding: 2.2rem 0 2.6rem; }

.whaec-finder__intro {
  max-width: 76rem;
  margin-bottom: 1.8rem; }

.whaec-finder__title {
  margin: 0 0 0.6rem;
  color: #ffffff;
  font-size: 2.6rem; }

.whaec-finder__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.84); }

.whaec-language {
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0;
  margin-bottom: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 6px;
  overflow: hidden; }

.whaec-language__button {
  min-width: 9rem;
  padding: 0.8rem 1rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-weight: 700; }

.whaec-language__button.is-active {
  background: #ffffff;
  color: #003b71; }

.whaec-chips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.6rem; }

.whaec-chip-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0; }

.whaec-chip {
  min-height: 3.8rem;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 700; }

.whaec-chip:hover,
.whaec-chip:focus,
.whaec-chip.is-active {
  background: #f2b705;
  border-color: #f2b705;
  color: #1f2933; }

.whaec-controls {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(18rem, 1fr) minmax(22rem, 1.4fr) auto;
      grid-template-columns: minmax(18rem, 1fr) minmax(22rem, 1.4fr) auto;
  gap: 1rem;
  -ms-flex-align: end;
      align-items: end; }

.whaec-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: #ffffff;
  font-weight: 700; }

.whaec-field select,
.whaec-field input {
  width: 100%;
  min-height: 4.4rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  background: #ffffff;
  color: #1f2933; }

.whaec-reset {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.6rem;
  min-height: 4.4rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  font-weight: 700; }

.whaec-reset:hover,
.whaec-reset:focus {
  background: #ffffff;
  color: #003b71; }

.whaec-stats {
  background: #f7f9fc;
  border-bottom: 1px solid #d9e2ec; }

.whaec-highlight__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none; }

.whaec-highlight__list li {
  padding: 1.6rem 1.4rem;
  border-right: 1px solid #d9e2ec; }

.whaec-highlight__list li:first-child {
  border-left: 1px solid #d9e2ec; }

.whaec-highlight__list strong,
.whaec-highlight__list span {
  display: block; }

.whaec-highlight__list strong {
  color: #003b71;
  font-size: 1.8rem; }

.whaec-highlight__list span {
  color: #52606d; }

.whaec-section {
  padding: 4.8rem 0; }

.whaec-section--muted {
  background: #f7f9fc; }

.whaec-section-title {
  margin: 0 0 1rem;
  color: #003b71; }

.whaec-section-copy {
  max-width: 78rem;
  color: #52606d; }

.whaec-results-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 2rem; }

.whaec-results-status {
  margin: 0;
  color: #52606d;
  font-weight: 700;
  text-align: right; }

.whaec-result {
  margin-bottom: 1.6rem;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden; }

.whaec-result__locations {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 1.4rem 1.4rem;
  background: #f7f9fc; }

.whaec-result__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1.8rem 2rem;
  border-bottom: 1px solid #d9e2ec;
  background: #f1f7ff; }

.whaec-result__type {
  margin: 0 0 0.4rem;
  color: #7a4d00;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

.whaec-result__title {
  margin: 0 0 0.6rem;
  color: #003b71;
  font-size: 2.4rem; 
  font-weight: 700;}

.whaec-result__description {
  margin: 0;
  color: #52606d; }

.whaec-result__badge {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  background: #e6f4ea;
  color: #0f5132;
  font-weight: 700;
  white-space: nowrap; }

.whaec-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.2rem;
  padding: 1.4rem 1.6rem;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e4ebf3;
  border-left: 0.4rem solid #f2b705;
  border-radius: 6px; }

.whaec-location__courses {
  min-width: 0; }

.whaec-location__contact {
  width: 100%;
  max-width: none;
  margin-top: auto; }

.whaec-location__title {
  margin: 0 0 0.5rem;
  color: #003b71;
  font-size: 1.8rem;
  font-weight: 600; }

.whaec-location__meta {
  display: none;
  margin: 0;
  color: #52606d; }

.whaec-offering-list {
  margin: 0.8rem 0 0;
  padding-left: 2rem; }

.whaec-offering-list li {
  margin-bottom: 0.35rem; }

.whaec-location__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%; }

.whaec-location__actions a,
.whaec-contact-strip a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.6rem;
  /* min-height: 3.8rem; */
  padding: 0.4rem 1rem;
  border: 1px solid #003b71;
  border-radius: 6px;
  color: #003b71;
  font-weight: 600;
  text-decoration: none; }

.whaec-location__actions a:first-child,
.whaec-contact-strip a:first-child {
  background: #003b71;
  color: #ffffff; }

.whaec-location__actions a:hover,
.whaec-location__actions a:focus,
.whaec-contact-strip a:hover,
.whaec-contact-strip a:focus {
  background: #f2b705;
  border-color: #f2b705;
  color: #1f2933; }

.whaec-empty,
.whaec-noscript {
  padding: 2.4rem;
  border: 2px dashed #bcccdc;
  border-radius: 8px;
  background: #ffffff;
  color: #52606d; }

.whaec-empty h3 {
  margin-top: 0;
  color: #003b71; }

.whaec-empty .whaec-button--secondary {
  background: #ffffff;
  border-color: #003b71;
  color: #003b71; }

.whaec-support-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto;
      grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  -ms-flex-align: end;
      align-items: end;
  margin-bottom: 2.4rem; }

.whaec-about-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
  -ms-flex-align: start;
      align-items: start; }

.whaec-about-header {
  grid-column: 1 / -1; }

.whaec-about-copy {
  color: #52606d; }

.whaec-about-copy > :first-child {
  margin-top: 0; }

.whaec-about-copy > :last-child {
  margin-bottom: 0; }

.whaec-compact-sections {
  border-top: 1px solid #d9e2ec; }

.whaec-detail {
  border-bottom: 1px solid #d9e2ec;
  background: #ffffff; }

.whaec-detail summary {
  padding: 1.4rem 1.6rem;
  color: #003b71;
  cursor: pointer;
  font-weight: 700; }

.whaec-detail p,
.whaec-detail ul {
  padding: 0 1.6rem 1.6rem;
  margin: 0;
  color: #52606d; }

.whaec-detail__rich {
  padding: 0 1.6rem 1.6rem;
  color: #52606d; }

.whaec-detail__rich > :first-child {
  margin-top: 0; }

.whaec-detail__rich > :last-child {
  margin-bottom: 0; }

.whaec-detail .whaec-document-list {
  display: -ms-grid;
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none; }

.whaec-document-link {
  box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.7rem;
  width: 100%;
  min-height: 4.2rem;
  padding: 0.6rem 1rem;
  border: 1px solid #d9e2ec;
  border-radius: 6px;
  background: #f7f9fc;
  color: #003b71;
  text-decoration: none; }

.whaec-document-link:hover,
.whaec-document-link:focus {
  background: #f2b705;
  border-color: #f2b705;
  color: #1f2933;
  text-decoration: none; }

.whaec-detail--members ul {
  columns: 2;
  padding-left: 3.4rem; }

.whaec-page a:focus-visible,
.whaec-page button:focus-visible,
.whaec-page input:focus-visible,
.whaec-page select:focus-visible,
.whaec-detail summary:focus-visible {
  outline: 3px solid #f2b705;
  outline-offset: 2px; }

@media (max-width: 991.98px) {
  .whaec-controls,
  .whaec-support-layout,
  .whaec-about-layout {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
  .whaec-result__locations {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
  .whaec-highlight__list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 767.98px) {
  .whaec-page-active .footer__mobile-login {
    display: none !important; }
  .whaec-hero > .container,
  .whaec-finder-shell > .container {
    min-height: var(--whaec-mobile-section-min-height);
    display: -ms-flexbox;
    display: flex; }
  .whaec-hero__content {
    width: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 2.6rem 0 2.2rem;
    gap: 0.2rem; }
  .whaec-hero__eyebrow {
    margin-bottom: 2rem; }
  .whaec-hero__title {
    font-size: 3.5rem;
    line-height: 1.08;
    margin-bottom: 2.5rem; }
  .whaec-hero__lead {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 4rem; }
  .whaec-hero__actions {
    gap: 0.8rem; }
  .whaec-hero__actions .whaec-button {
    min-height: 4rem;
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem; }
  .whaec-finder__title {
    font-size: 2.8rem;
    margin-bottom: 4rem; }
  .whaec-finder__copy {
    font-size: 1.9rem;
    line-height: 1.45;
    margin: 0 0 4rem; }
  .whaec-finder {
    width: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 2rem 0;
    gap: 1.1rem; }
  .whaec-finder__intro {
    margin-bottom: 0; }
  .whaec-language {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: auto;
    max-width: 100%;
    margin-bottom: 3rem; }
  .whaec-language__button {
    min-height: 3.6rem;
    min-width: 8.8rem;
    padding: 0.65rem 0.9rem;
    font-size: 1.3rem; }
  .whaec-chips {
    gap: 0.55rem;
    margin-bottom: 2rem; }
  .whaec-chip {
    min-height: 3.4rem;
    padding: 0.55rem 0.8rem;
    font-size: 1.24rem;
    line-height: 1.15; }
  .whaec-controls {
    gap: 0.85rem; }
  .whaec-field label {
    margin-bottom: 0.35rem;
    font-size: 1.3rem; }
  .whaec-field select,
  .whaec-field input {
    min-height: 4.2rem;
    padding: 0.7rem 0.9rem; }
  .whaec-reset {
    width: 100%;
    min-height: 4rem;
    margin-top: 0.2rem; }
  .whaec-highlight__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
  .whaec-highlight__list li,
  .whaec-highlight__list li:first-child {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #d9e2ec; }
  .whaec-results-head,
  .whaec-result__header {
    display: block; }
  .whaec-results-status {
    margin-top: 1rem;
    text-align: left; }
  .whaec-result__badge {
    display: inline-block;
    margin-top: 1rem; }
  .whaec-location,
  .whaec-result__header {
    padding: 1.4rem; }
  .whaec-result__locations {
    padding: 1rem; }
  .whaec-location__actions a {
    -ms-flex: 1 1 12rem;
        flex: 1 1 12rem; }
  .whaec-detail--members ul {
    columns: 1; } }
