/*** Button Styles ***/
.neo-btn {
  font-size: 1rem;
  padding: 1em 2em;
  background-color: #4b4f55;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  border: 2px solid transparent;
  cursor: pointer;
}
.neo-btn.--blue {
  background-color: #0076bb;
  color: #fff;
}
.neo-btn.--icon::before {
  font-family: "FontAwesome";
  padding-right: 0.4rem;
}
.neo-btn.--calendar::before {
  content: "\f073";
}
.neo-btn.--arrow-up::before {
  content: "\f062";
}
.neo-btn.--comment::before {
  content: "\f086";
}
.neo-btn.--appointment::before {
  content: "\f274";
}
.neo-btn.--life-ring::before {
  content: "\f1cd";
}
.neo-btn.--blue:hover {
  background-color: transparent;
  border-color: #0076bb;
  color: #0076bb;
}
.neo-btn.--red {
  background-color: #c20430;
  color: #fff;
}
.neo-btn.--red:hover, .neo-btn.--red:focus {
  background-color: #fff;
  color: #c20430;
  border: 2px solid;
}
.neo-btn.--redorange {
  background-color: #f15623;
  color: #fff;
}
.neo-btn.--redorange:hover {
  background-color: transparent;
  border-color: #f15623;
  color: #f15623;
}
.neo-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #43484b;
  color: #43484b;
}

@media (max-width: 500px) {
  .neo-btn {
    font-size: 0.875rem;
  }
}


/*** START December Mini Hero Styles ***/
.hero-dec-mini {
  position: relative;
  background-color: #6dc5e8;
  background-image: url("/_resources/images/banners/mini-mester/2024-dec-mini-bg-small.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-dec-mini * {
  margin: 0;
}
.hero-dec-mini .bottom-bar {
  background-color: #0EA6DF;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-dec-mini__action > a {
  font-size: 0.85rem;
  display: inline-block;
  padding: 1.125em 3em;
  background-color: #6ebe4c;
  border: 2px solid #6ebe4c;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 250ms ease-in;
}
.hero-dec-mini__action > a:hover {
  background-color: transparent;
  color: #6ebe4c;
  border: 2px solid #6ebe4c;
}
.hero-dec-mini__container {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-dec-mini__graphic {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-dec-mini__earn {
  width: 280px;
  position: absolute;
  top: 20px;
  z-index: 2;
}
.hero-dec-mini__content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3rem 2.25rem;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.hero-dec-mini__title {
  text-transform: uppercase;
  color: #0076bb;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  border-bottom: 2px dotted rgba(14, 166, 223, 0.5);
}
.hero-dec-mini__title span {
  display: block;
}
.hero-dec-mini__text {
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .hero-dec-mini__container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
    position: relative;
  }
  .hero-dec-mini__content {
    bottom: 2rem;
    right: 0;
  }
  .hero-dec-mini__earn {
    max-width: 469px;
    position: absolute;
    width: auto;
    left: 0;
  }
}
@media screen and (min-width: 48em) {
  .hero-dec-mini {
    background-image: url("/_resources/images/banners/mini-mester/2024-dec-mini-bg-large.webp");
  }
}
@media screen and (min-width: 60em) {
  .hero-dec-mini {
    padding-bottom: 0;
  }
  .hero-dec-mini .bottom-bar {
    height: 128px;
  }
  .hero-dec-mini__action > a {
    font-size: 1.125rem;
  }
  .hero-dec-mini__title {
    font-size: 3rem;
  }
  .hero-dec-mini__text {
    font-size: 1.3125rem;
  }
  .hero-dec-mini__container {
    max-width: 1260px;
    display: grid;
    grid-template-columns: auto 100px 260px;
    height: 100%;
  }
  .hero-dec-mini__graphic {
    grid-column: 1/3;
    position: absolute;
    z-index: 2;
    top: 100px;
  }
  .hero-dec-mini__earn {
    position: unset;
    max-width: 100%;
  }
  .hero-dec-mini__content {
    max-width: 360px;
    grid-column: 2/4;
  }
}
/*** END December Mini Hero Styles ***/


/*******************************
 * PROMISE HERO SLIDE STYLES
 ******************************/
.promise-slide {
  background-color: #002f87;
  background-image: url("/promise/images/2024-promise-hero-bg-640.jpg");
  background-position: top center;
  padding: 0;
  /* Reset the padding to overide 'hero-slider__slide'. */
  display: flex;
  flex-direction: column;
  align-items: space-between;
}
.promise-slide__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.promise-slide__content {
  color: #fff;
  padding: 1rem;
  margin-bottom: 2em;
}
.promise-slide__title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}
.promise-slide .--blue {
  color: #6dc5e8;
}
.promise-slide .--gray {
  color: #ABABAB;
}
.promise-slide .--smaller {
  font-size: 1.3125rem;
  display: block;
}
.promise-slide__subtitle {
  font-size: 1.3125rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5em;
}
.promise-slide__cta {
  margin-top: 1em;
}
.promise-slide__button {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: #c20430;
  padding: 0.5em 1em;
  display: inline-block;
}
.promise-slide__button:hover {
  background-color: #8f0327;
  color: white;
}

.promise-slide__dates {
  background-color: rgba(0, 1, 24, 0.8);
  height: 110px;
  display: flex;
  align-items: center;
  color: white;
  padding: 1em;
  font-size: 1rem;
}
.promise-slide__dates > .--ps-contain {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.promise-slide__dates ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.promise-slide__dates-title {
  color: #f78d2d;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.promise-slide__dates-title::before {
  content: "\f133";
  font-family: "FontAwesome";
  padding-right: 0.25rem;
  vertical-align: middle;
  font-size: 80%;
}
.promise-slide__dates-title > span {
  display: none;
}

.promise-slide__dates-list b {
  font-weight: bold;
  color: #f0ea9c;
}

@media screen and (min-width: 460px) {
  .promise-slide__title {
    font-size: 56px;
  }
  .promise-slide .--smaller {
    font-size: 1.75rem;
  }
  .promise-slide__subtitle {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 620px) {
  .promise-slide {
    background-image: url("/promise/images/2024-promise-hero-bg-820.jpg");
  }

  .promise-slide__dates {
    height: 80px;
  }
  .promise-slide__dates > .--ps-contain {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .promise-slide__dates-title > span {
    display: inline-block;
  }

  .promise-slide__button {
    font-size: 1rem;
  }
}
@media screen and (min-width: 820px) {
  .promise-slide__title {
    font-size: 4.5rem;
  }
  .promise-slide .--smaller {
    font-size: 2.25rem;
  }
  .promise-slide__subtitle {
    font-size: 2.25rem;
  }

  .promise-slide__dates > .--ps-contain {
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    padding-block: 0;
  }

  .promise-slide__dates-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }

  .promise-slide__dates-list > li:first-of-type::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f78d2d;
    border-radius: 50%;
    display: inline-block;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .promise-slide {
    background-image: url("/promise/images/2024-promise-hero-bg.jpg");
    background-position: top right;
  }

  .--ps-contain {
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .promise-slide__title {
    font-size: 102px;
  }
  .promise-slide .--smaller {
    font-size: 3rem;
  }
  .promise-slide__subtitle {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .promise-slide__dates {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1700px) {
  .promise-slide__content {
    margin-bottom: 4em;
  }
}
/*******************************
 * END PROMISE HERO SLIDE STYLES
 ******************************/


/**********************************
 * Promise Hero
 * ********************************/
.promise-hero {
  background-position: top right; 
  background-color: #002f87;
}

.promise-hero__content {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem; }

.promise-hero__title {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden; }

.promise-hero .--blue {
  color: #6dc5e8; }

.promise-hero .--gray {
  color: #ABABAB; }

.promise-hero .--smaller {
  font-size: 1.75rem;
  display: block; }

.promise-hero__subtitle {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.5em; }

@media (min-width: 560px) {
  .promise-hero__title {
    font-size: 72px; }
  .promise-hero__subtitle {
    font-size: 2.25rem; }
  .promise-hero .--smaller {
    font-size: 2.25rem; } }

@media screen and (min-width: 860px) {
  .promise-hero__title {
    font-size: 102px; }
  .promise-hero__subtitle {
    font-size: 3.5rem; }
  .promise-hero .--smaller {
    font-size: 3rem; } }

/*** START 2nd 8-week registration Banner ***/
.hero-second-8week-registration {
  background-color: #141a39;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.hero-second-8week-registration__title {
  font-size: 1.75rem;
  font-weight: normal;
  color: #feda65;
  margin: 0;
  line-height: 1;
}
.hero-second-8week-registration__title .--caps {
  text-transform: uppercase;
}
.hero-second-8week-registration__title .--green {
  color: #a3cf60;
}
.hero-second-8week-registration__title > b {
  color: #b2e0e3;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 2.625rem;
}
.hero-second-8week-registration__info p {
  font-size: 1.125rem;
  margin: 1rem 0 1.5rem;
}
.hero-second-8week-registration__action-link {
  font-size: 0.85rem;
  display: inline-block;
  padding: 1em 2em;
  background-color: #f6b436;
  border: 2px solid #f6b436;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 250ms ease-in;
}
.hero-second-8week-registration__action-link:hover {
  background-color: transparent;
  color: #f6b436;
  border: 2px solid #f6b436;
}

@media screen and (min-width: 33.75em) {
  .hero-second-8week-registration__title {
    font-size: 3rem;
  }
  .hero-second-8week-registration__title > b {
    font-size: 4.5rem;
  }
  .hero-second-8week-registration__info p {
    margin: 1rem 0 2rem 0;
  }
}
@media screen and (min-width: 50em) {
  .hero-second-8week-registration__title {
    font-size: 3.5rem;
  }
  .hero-second-8week-registration__title > b {
    font-size: 6rem;
  }
  .hero-second-8week-registration__info p {
    font-size: 1.5rem;
  }
  .hero-second-8week-registration__action-link {
    font-size: 1rem;
  }
}
/*** END 2nd 8-week registration Banner ***/

/*** START May Mini Mester Hero Styles ***/
.hero-may-mini {
  position: relative;
  background-color: #1d874a;
  background-image: url("/_resources/images/banners/mini-mester/2025-may-mini-background-small.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.hero-may-mini * {
  margin: 0;
}

.hero-may-mini .bottom-bar {
  background-color: #1d874a;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-may-mini__action > a {
  font-size: 0.85rem;
  display: inline-block;
  padding: 1.125em 3em;
  background-color: #f78d2d;
  border: 2px solid #f78d2d;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 250ms ease-in;
}

.hero-may-mini__action > a:hover {
  background-color: transparent;
  color: #f78d2d;
  border: 2px solid #f78d2d;
}

.hero-may-mini__container {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-may-mini__graphic {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-may-mini__earn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-may-mini__content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 3rem 2.25rem;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.hero-may-mini__title {
  text-transform: uppercase;
  color: #014931;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  border-bottom: 2px dotted rgba(29, 135, 74, 0.75);
}

.hero-may-mini__title span {
  display: block;
}

.hero-may-mini__text {
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .hero-may-mini__container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
    position: relative;
  }

  .hero-may-mini__content {
    bottom: 2rem;
    right: 0;
  }

  .hero-may-mini__earn {
    max-width: 469px;
    position: absolute;
    width: auto;
    left: 0;
    transform: none;
  }
}
@media screen and (min-width: 48em) {
  .hero-may-mini {
    background-image: url("/_resources/images/banners/mini-mester/2025-may-mini-background-large.webp");
  }
}
@media screen and (min-width: 60em) {
  .hero-may-mini {
    padding-bottom: 0;
  }

  .hero-may-mini .bottom-bar {
    height: 128px;
  }

  .hero-may-mini__action > a {
    font-size: 1.125rem;
  }

  .hero-may-mini__title {
    font-size: 3rem;
  }

  .hero-may-mini__text {
    font-size: 1.3125rem;
  }

  .hero-may-mini__container {
    max-width: 1260px;
    display: grid;
    grid-template-columns: auto 100px 260px;
    height: 100%;
  }

  .hero-may-mini__graphic {
    grid-column: 1/3;
    position: absolute;
    z-index: 2;
    top: 100px;
  }

  .hero-may-mini__earn {
    position: unset;
    max-width: 100%;
  }

  .hero-may-mini__content {
    max-width: 360px;
    grid-column: 2/4;
  }
}
/*** END May Mini Mester Hero Styles ***/

/*** START Information Sessions Hero Styles ***/
.hero-info-sessions {
  background-color: #054846;
  background-image: linear-gradient(to bottom, #054846, #05a4a0);
  background-image: linear-gradient(135deg, transparent 56%, #48b2b0 56%, #48b2b0 57.5%, #5ac2c0 57.5%, #5ac2c0 60%, transparent 60%), linear-gradient(135deg, transparent 60%, #84d9d6 60%, #c9e9eb), linear-gradient(to bottom, #054846, #05a4a0);
  overflow: hidden;
}

.hero-info-sessions__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero-info-sessions__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  max-width: 320px;
  position: relative;
  z-index: 2;
}

.hero-info-sessions__text {
  font-size: 24px;
  line-height: 1.1;
  color: #f0ea9c;
}

.hero-info-sessions__title {
  margin: 0;
  color: white;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: bold;
}

.hero-info-sessions__cta {
  margin-top: 0.6em;
}
.hero-info-sessions__cta a {
  display: inline-block;
  background-color: #f78d2d;
  color: white;
  padding: 0.75em 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
 
}

.hero-info-sessions__cta a:hover {
  background-color: #C20430;
}
 

.hero-info-sessions__graphic img {
  position: absolute;
  right: -200px;
  width: 478px;
  bottom: -1rem;
  z-index: 1;
  display: none;
}

@media screen and (min-width: 460px) {
  .hero-info-sessions__wrapper {
    padding-right: 0;
  }

  .hero-info-sessions__graphic img {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .hero-info-sessions__text {
    font-size: 1.75rem;
  }

  .hero-info-sessions__title {
    font-size: 2.25rem;
  }

  .hero-info-sessions__cta a {
    font-size: 1.125rem;
  }

  .hero-info-sessions__graphic img {
    right: auto;
  }
}
@media screen and (min-width: 960px) {
  .hero-info-sessions__graphic img {
    right: 0;
    width: initial;
  }
}
@media screen and (min-width: 1020px) {
  .hero-info-sessions__content {
    gap: 1.5em;
    max-width: 38.75em;
    max-width: 45vw;
  }

  .hero-info-sessions__text {
    font-size: 3.5rem;
    font-size: clamp(1.75rem, 6.75vw - 2.3rem, 3.1rem);
  }

  .hero-info-sessions__title {
    font-size: 4.5rem;
    font-size: clamp(2.25rem, 8.25vw - 2.7rem, 3.9rem);
  }

  .hero-info-sessions__cta a {
    font-size: 1.5rem;
    font-size: clamp(1.125rem, 1.875vw + 0rem, 1.5rem);
  }
}
@media screen and (min-width: 1280px) {
  .hero-info-sessions__wrapper {
    padding-left: 3rem;
  }

  .hero-info-sessions__content {
    max-width: 38.75em;
  }

  .hero-info-sessions__text {
    font-size: 3.5rem;
  }

  .hero-info-sessions__title {
    font-size: 4.5rem;
  }

  .hero-info-sessions__cta a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .hero-info-sessions__graphic img {
    width: 800px;
  }
}
/*** END Information Sessions Hero Styles ***/

/*** START Dental Clinic hero styles ***/
.hero-dental-clinic {
  background-color: #003655;
  padding: 0;
}
.hero-dental-clinic__wrapper {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.hero-dental-clinic__action > a {
  font-size: 0.85rem;
  display: inline-block;
  padding: 1.125em 3em;
  background-color: #6ebe4c;
  border: 2px solid #6ebe4c;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 150ms ease-in;
}
.hero-dental-clinic__action > a:hover {
  background-color: transparent;
  color: #6ebe4c;
  border: 2px solid #6ebe4c;
}
.hero-dental-clinic__title {
  font-size: 2.25rem;
  line-height: 1;
}

.hero-dental-clinic__content {
  background-color: #003655;
  background-image: linear-gradient(#003655, #0076bb);
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
.hero-dental-clinic__content > * {
  margin: 0;
}
.hero-dental-clinic__content > p {
  font-size: 1.3125rem;
  line-height: 1.25;
}
.hero-dental-clinic__content > p:first-of-type {
  color: #feda65;
}
.hero-dental-clinic__content hr {
  border: none;
  height: 2px;
  background-color: #06a7e0;
}

@media screen and (min-width: 640px) {
  .hero-dental-clinic {
    background-image: url("/_resources/images/banners/hero-dental-clinic-bg-med.webp");
  }

  .hero-dental-clinic__title {
    font-size: 3rem;
  }

  .hero-dental-clinic__content {
    max-width: 360px;
    gap: 1.5rem;
    border-right: 4px solid white;
  }

  .hero-dental-clinic__content > p {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .hero-dental-clinic {
    background-image: url("/_resources/images/banners/hero-dental-clinic-bg-large.webp");
  }
  .hero-dental-clinic__action > a {
    font-size: 1.125rem;
  }
  .hero-dental-clinic__title {
    font-size: 4rem;
  }

  .hero-dental-clinic__content {
    padding: 2rem;
    max-width: 475px;
    border-right-width: 6px;
  }
  .hero-dental-clinic__content > p {
    font-size: 2.25rem;
  }
}
/*** END Dental Clinic hero styles ***/

/*** START Spring 26 Registration hero styles ***/
.hero-spring-2026 {
  background-color: #8acfd6;
  background-image: url("/_resources/images/banners/2026-spring-registration-bg-small.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.hero-spring-2026__wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.hero-spring-2026__title, .hero-spring-2026__tagline {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #520b33;
}
.hero-spring-2026__title {
  font-size: 2.625rem;
  margin: 2rem 0 0;
}
.hero-spring-2026__title > b {
  font-size: 1.75rem;
  display: block;
  color: #df614d;
}
.hero-spring-2026__tagline {
  font-size: 1.5rem;
  line-height: 1.1;
  max-width: 12ch;
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
.hero-spring-2026__tagline::before {
  width: 48px;
  height: 4px;
  content: "";
  background-color: #f6b436;
  position: absolute;
  top: -2px;
}
.hero-spring-2026__action {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  padding: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.hero-spring-2026__cta {
  font-size: 0.85rem;
  display: inline-block;
  padding: 1em 2em;
  background-color: #c20430;
  border: 2px solid #c20430;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 150ms ease-in;
}
.hero-spring-2026__cta:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #c20430;
  border: 2px solid #c20430;
}

@media screen and (min-width: 540px) {
  .hero-spring-2026__title {
    font-size: 4.5rem;
  }
  .hero-spring-2026__title > b {
    font-size: 3rem;
  }
  .hero-spring-2026__tagline {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .hero-spring-2026__tagline::before {
    background: unset;
    position: static;
  }
  .hero-spring-2026__action {
    background: transparent;
    position: static;
    text-align: left;
    padding: 0;
    width: unset;
    flex: 1 0 150px;
  }
  .hero-spring-2026__content {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1060px) {
  .hero-spring-2026 {
    background-image: url("/_resources/images/banners/2026-spring-registration-bg-large.webp");
    padding: 0;
  }
  .hero-spring-2026__wrapper {
    max-width: 1106px;
    box-sizing: content-box;
    padding-inline: 1rem;
    margin-inline: auto;
    position: relative;
    height: 100%;
  }
  .hero-spring-2026__title {
    font-size: 6rem;
    margin: 0;
    padding-top: 4rem;
  }
  .hero-spring-2026__title > b {
    font-size: 3.75rem;
  }
  .hero-spring-2026__tagline {
    font-size: 3.75rem;
    color: white;
  }
  .hero-spring-2026__content {
    background-color: rgba(82, 11, 51, 0.8);
    top: 0;
    bottom: 0;
    right: 0;
    left: unset;
    height: 100%;
    padding: 2rem;
    max-width: 360px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .hero-spring-2026__action {
    flex: 0 1 auto;
  }
  .hero-spring-2026__cta {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1700px) {
  .hero-spring-2026__title {
    padding-top: 8rem;
  }
}

/*** START SUPER SATURDAY hero styles ***/
.hero-super-saturday {
  background-color: #1b0c58;
  background-image: url("/_resources/images/banners/2026-super-saturday-bg-small.webp");
  background-position: center right;
  color: white;
  padding: 0;
}
.hero-super-saturday__wrapper {
  text-align: center;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 1.5rem 1rem;
}
.hero-super-saturday__title, .hero-super-saturday__date, .hero-super-saturday__location {
  text-transform: uppercase;
  font-weight: bold;
}
.hero-super-saturday__title {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  padding-bottom: 1.125rem;
}
.hero-super-saturday__title::after, .hero-super-saturday__details::after {
  content: "";
  background: white;
  opacity: 0.5;
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-super-saturday__date {
  font-size: 1.75rem;
}
.hero-super-saturday__date sup {
  text-transform: lowercase;
  font-size: 60%;
}
.hero-super-saturday__date span {
  display: none;
}
.hero-super-saturday__details {
  padding-bottom: 1.125rem;
  position: relative;
}
.hero-super-saturday__details > p {
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.25;
  padding-inline: 2rem;
  margin: 0;
}
.hero-super-saturday__details > ul {
  display: none;
  margin-bottom: 0;
}
.hero-super-saturday__details > ul > li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.hero-super-saturday__location {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-super-saturday__location span {
  display: block;
  color: #b2e0e3;
}
.hero-super-saturday__location span:first-of-type {
  color: #6dc5e8;
}

@media screen and (min-width: 640px) {
  .hero-super-saturday {
    background-image: url("/_resources/images/banners/2026-super-saturday-bg-medium.webp");
    background-position: center;
    position: relative;
  }
  .hero-super-saturday__wrapper {
    text-align: left;
    padding: 1.5rem;
    display: block;
    height: 100%;
	background-color: transparent;
  }
  .hero-super-saturday__title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .hero-super-saturday__title::after, .hero-super-saturday__details::after {
    background: none;
    opacity: 1;
    width: auto;
    height: auto;
    position: static;
  }
  .hero-super-saturday__content {
    max-width: 210px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-60%);
  }
  .hero-super-saturday__date span {
    display: block;
    font-size: 1.125rem;
    color: #f0ea9c;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .hero-super-saturday__date strong {
    font-size: 2.25rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .hero-super-saturday__details {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 1rem;
    margin-top: 0.5rem;
  }
  .hero-super-saturday__details > p {
    padding: 0;
    font-weight: bold;
    color: #b2e0e3;
    opacity: 1;
  }
  .hero-super-saturday__details > ul {
    display: block;
    font-size: 0.875rem;
    padding-left: 1.5rem;
  }
  .hero-super-saturday__location {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    left: 0;
    bottom: 0;
    flex-direction: row;
    justify-content: center;
    padding: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .hero-super-saturday {
    background-image: url("/_resources/images/banners/2026-super-saturday-bg-large.webp");
  }
  .hero-super-saturday__content {
    max-width: 230px;
  }
  .hero-super-saturday__date span {
    font-size: 1.5rem;
  }
  .hero-super-saturday__date strong {
    font-size: 3rem;
  }
  .hero-super-saturday__details > p {
    font-size: 1.125rem;
  }
  .hero-super-saturday__details > ul {
    font-size: 1rem;
  }
  .hero-super-saturday__location {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .hero-super-saturday {
    background-image: url("/_resources/images/banners/2026-super-saturday-bg-xlarge.webp");
  }
  .hero-super-saturday__content {
    max-width: 310px;
    right: 8%;
  }
  .hero-super-saturday__date span {
    font-size: 1.75rem;
  }
  .hero-super-saturday__date strong {
    font-size: 4rem;
  }
  .hero-super-saturday__details {
    padding: 2rem 1.5rem;
  }
  .hero-super-saturday__details > p {
    font-size: 1.75rem;
  }
  .hero-super-saturday__details > ul {
    font-size: 1.3125rem;
  }
  .hero-super-saturday__location {
    font-size: 2.25rem;
  }
}
/*** END SUPER SATURDAY hero styles ***/