.modal-content .scroll-overflow,
.modal-content .scroll-overflow--short {
  overflow-y: scroll;
}

.promo-banner .slider-detail-section {
  /* -- "text-small" -- */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0%;
}

.modal-body .content-disclaimer {
  /* -- "text-x-small" -- */
  font-size: 12px;
  line-height: 16px;
  font-weight: 400px;
  letter-spacing: 0%;
}

.chevron-banner {
  background: #222;
  border-radius: 1rem;
  margin: 1rem 1rem 5rem;
  display: flex;
}

.chevron-banner p {
  color: #fff;
}

.chevron-banner__left {
  max-width: 70%;
  padding: 1rem 1.25rem;
  flex-grow: 2;
}

.chevron-banner__left p:not(.h4) {
  border-bottom: 1px solid #595959;
  padding-bottom: 1.25rem;
}

.chevron-banner__left a {
  color: #fedb00;
}

.chevron-banner__right {
  flex-grow: 1;
}

.chevron-banner__right img {
  border-radius: 0 1rem 1rem 0;
  float: right;
  height: 100%;
}

.blimp-navbar_wrapper {
  background-color: #f4f4f4;
  width: 100%;
}

.blimp-navbar_wrapper .mobile-only {
  display: none;
}

.blimp-navbar_wrapper .desktop-only {
  display: block;
}

.blimp-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1180px;
  margin: 1rem auto 0;
}

#blimp-page .blimp-navbar {
  margin: -0.5rem auto 4rem;
}

.blimp-navbar .display-xx-small {
  text-transform: uppercase;
  cursor: pointer;
  color: #222;
}

.blimp-navbar .display-xx-small:hover {
  text-decoration: none;
}

.blimp-navbar_links ul {
  list-style: none;
  display: flex;
  margin: 0;
}

.blimp-navbar_links li {
  margin-left: 1.5rem;
}

.blimp-navbar_expander {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nOCcgdmlld0JveD0nMCAwIDE2IDgnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTAgMEwtNy42NzcyMWUtMDggMy41TDggOEwxNiAzLjVMMTYgNy42MDQ0ZS0wN0w4IDQuNUwwIDBaJyBmaWxsPScjMjIyMjIyJy8+PC9zdmc+)
    no-repeat center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  transition: transform 0.5s ease;
}

.blimp-navbar_expander.rotated {
  transform: rotate(180deg);
}

/* - Desktop+ -- */
@media (min-width: 1024px) {
  #presidents-day-page .sign-up-landing-page,
  #fourth-of-july-page .sign-up-landing-page,
  #memorial-day-page .sign-up-landing-page,
  #labor-day-page .sign-up-landing-page,
  #cyber-monday-page .sign-up-landing-page {
    max-width: 73%;
    margin: 6rem auto;
  }

  .height-controlled-hero picture {
    max-height: 36rem !important;
  }

  .height-controlled-hero button {
    margin-right: 0 !important;
  }

  .modal-content .scroll-overflow {
    max-height: 650px;
  }

  .modal-content .scroll-overflow--short {
    max-height: 350px;
  }
}

/* -- Mobile & Tablet -- */
@media (max-width: 1024px) {
  .blimp-navbar_wrapper .mobile-only {
    display: block;
  }

  .blimp-navbar_wrapper .desktop-only {
    display: none;
  }

  .blimp-navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .blimp-navbar_links {
    display: none;
    width: 100%;
    transition: transform 0.5s ease;
  }

  .blimp-navbar_links ul {
    flex-direction: column;
    width: 100%;
    text-align: left;
    padding: 1rem 0;
  }

  .blimp-navbar_links li {
    margin: 0.5rem 0;
  }

  .blimp-navbar_links.active {
    display: block;
  }

  .blimp-navbar .display-xx-small {
    width: 100%;
  }

  .blimp-navbar_expander {
    display: inline-block;
  }
}

/* -- Mobile -- */
@media (max-width: 767px) {
  .modal-content .scroll-overflow {
    max-height: 450px;
  }

  .modal-content .scroll-overflow--short {
    max-height: 150px;
  }
}
