.ctaCallout_ctaCallout {
  align-items: center;
  border-color: var(--border-color);
  border-style: solid;
  border-width: 0.625em 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2.5em 1.5625em 0;
}

.ctaCallout_ctaCallout {
  border: none;
}

.ctaCallout_ctaCalloutContent {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875em;
}

.ctaCallout_ctaIcon {
  height: 4.1875em;
  margin-bottom: 0.9375em;
  max-width: 4.0625em;
}

.ctaCallout_ctaCallout__text {
  text-align: center;
}

.ctaCallout_ctaCallout__description p {
  font-size: 1.125em;
  font-weight: var(--font-weight-medium);
  margin-bottom: 0;
}

.std_span {
  padding-bottom: 20px;
}

.fullWidthVideo_thumbnail {
  height: 18.75em;
  object-fit: cover;
  object-position: 100% 0;
  width: 100%;
}

.heroBanner_heroBanner {
  overflow: hidden;
  position: relative;
}

.heroBanner_heroBanner__image {
  max-height: 18.75rem;
  width: 100vh;
}

.heroBanner_heroBanner__contentWrapper {
  padding: var(--spacing-vertical) var(--spacing-horizontal);
}

.heroBanner_heroBanner__eyebrow {
  color: var(--color-blue-60);
  font-size: 1.125rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.375rem;
  margin-bottom: 0.5em;
}

.heroBanner_heroBanner__headline {
  color: var(--color-blue-60);
  font-weight: var(--font-weight-semibold);
  margin: 0 0 0.5rem;
}

.heroBanner_heroBanner__rte {
  background-color: initial;
}

.heroBanner_heroBanner__link {
  font-weight: var(--font-weight-semibold);
  justify-content: center;
}

.heroBanner_heroBanner__link:first-child {
  margin-top: 0;
}

.heroBanner_heroBanner__linksWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  row-gap: 1em;
}

.heroBanner_heroBanner__linksWrapper a {
  color: var(--color-white);
}

.iconCallout_iconCallout {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em 2.5em;
}

.iconCallout_titleContainer {
  align-items: center;
  column-gap: 1.563em;
  display: flex;
}

.iconCallout_title {
  color: var(--color-teal-70);
  font-size: 1.125em;
  font-weight: var(--font-weight-medium);
  margin-bottom: 0;
}

.iconCallout_footnote {
  font-size: 13px;
  margin-bottom: 0;
}

.promo_promo__wrapper {
  align-items: center;
  background-color: var(--backgroundColor);
  border-bottom: .3125em solid var(--accentColor);
  border-left: .3125em solid var(--accentColor);
  display: flex;
  flex-direction: column;
  padding: 2.5em;
  text-align: center;
}

.promo_title {
  color: var(--color-blue-60);
  font-size: 1.125em;
  font-weight: var(--font-weight-medium);
  line-height: 1.375rem;
  margin-bottom: 0.75em;
}

.promo_icon {
  height: 4.125em;
  margin-bottom: 1em;
  width: auto;
}

.promo_description {
  color: var(--color-black-90);
  font-size: 1.125em;
  font-weight: var(--font-weight-medium);
  margin-bottom: 1em;
}

.promo_promo__button {
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
  width: 100%;
}

.textCallout_textCalloutContainer {
  margin: auto;
  max-width: 80%;
  padding-bottom: 10px;
  padding-top: 0;
}

.textCallout_textCallout2 {
  background: var(--color-white);
  border: 2px solid var(--color-red-30);
  border-bottom-left-radius: 1.3125em;
  border-top-right-radius: 1.3125em;
  width: fit-content;
}

.textCallout_title {
  color: var(--color-white);
  font-family: "Gotham-Bold";
  padding-left: 0;
}

.textCallout_textCalloutContent {
  width: 100%;
}

.textCallout_descriptionText {
  margin-bottom: 0;
  padding: 5px;
  width: 100%;
}

.textCallout_contentDisplay {
  align-items: center;
  background: var(--color-red-30);
  border-top-right-radius: 17px;
  color: var(--color-white);
  display: flex;
  padding: 8px 0 8px 15px;
}

.threeUpPromo_threeUpPromos__wrapper {
  padding: 2.5em 2.875em;
}

.threeUpPromo_promo__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5em;
}

.threeUpPromo_promo__wrapper h4 {
  font-family: "Adelle Sans", sans-serif;
}

.gotham-bold {
  font-family: 'Gotham-Bold';
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.font-size-16 {
  font-size: 16px;
}

.nccn-description-text {
  color: var(--color-teal-70);
  padding: 10px;
  text-align: start;
  vertical-align: middle;
}

.nccn-description-text-inner {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sup-style-1 {
  font-size: 25px;
  height: 5px;
  left: -1px;
  line-height: 5px;
  position: relative;
  top: 4px;
}

.sup-style-2 {
  font-size: 14px;
  height: 5px;
  left: -1px;
  line-height: 5px;
  position: relative;
  top: 4px;
}

.sup-style-3 {
  top: 6px;
}

.sup-style-4 {
  top: 8px;
  font-size: 22px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.three-up-promo-background {
  background-image: url(/images/pages/mbc-home/Asset-2.png);
}

.promo-style-1 {
  --backgroundColor: var(--color-teal-light);
  --accentColor: var(--color-peach-60);
}

.color-blue-dark {
  color: var(--color-blue-60);
}

.proposed-moa {
  color: var(--color-teal-70);
  font-size: 1.125em;
  text-transform: none;
}

ul.Bullet li.list-style-unset {
  list-style-type: unset;
  margin-left: 1.5rem;
}

.width-100-margin-bottom-20 {
  margin-bottom: 20px;
  width: 100%;
}

.display-none {
  display: none;
}

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

.font-size-13 {
  font-size: 13px;
}

.cta-border-color {
  --border-color: var(--color-teal-50);
}

@media (min-width: 48em) {
  .ctaCallout_ctaCallout {
    border-width: 0 0 0 .625em;
    flex-direction: inherit;
    justify-content: flex-start;
    padding: 1.25em 0;
  }

  .ctaCallout_ctaCalloutContent {
    align-items: center;
    flex-direction: inherit;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .ctaCallout_ctaIcon {
    margin: -0.625em 1.875em 0 0;
  }

  .ctaCallout_ctaCallout__text {
    display: flex;
    flex-wrap: wrap;
    text-align: unset;
    align-items: center;
  }

  .ctaCallout_ctaCallout__description p,
  .ctaCallout_ctaCallout__link {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-right: 0.3125em;
  }

  .heroBanner_heroBanner__contentWrapper {
    padding: 2.5rem 2.75rem;
  }

  .heroBanner_heroBanner__eyebrow {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }

  .heroBanner_heroBanner__linksWrapper {
    display: flex;
    gap: 1.5em 1em;
    justify-content: flex-start;
  }

  .heroBanner_heroBanner__link {
    text-align: center;
  }

  .iconCallout_iconCallout {
    padding: 0 2.75em 2.5em;
  }

  .iconCallout_title {
    font-size: 1.375em;
  }

  .promo_promo__wrapper {
    margin: 0;
  }

  .promo_description {
    align-self: flex-end;
    color: var(--color-black-90);
    display: flex;
    font-weight: var(--font-weight-medium);
    justify-content: center;
    margin-bottom: 1em;
    margin-top: auto;
  }

  .promo_description,
  .promo_title {
    font-size: 1.375em;
    line-height: 1.625rem;
  }

  .promo_promo__button {
    align-self: flex-end;
    display: flex;
    justify-content: center;
    margin-top: auto;
  }

  .textCallout_textCalloutContainer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
    padding: 0 6.375em 10px;
  }

  .textCallout_mg_unset {
    margin: unset;
    padding-left: 0;
  }

  .textCallout_title {
    padding-left: 0;
  }

  .textCallout_textCalloutContent {
    align-items: center;
    display: flex;
    gap: 2.375em;
  }

  .threeUpPromo_threeUpPromos__wrapper {
    display: flex;
    justify-content: center;
    padding: 2.5em 4.0625em;
  }

  .threeUpPromo_promo__wrapper {
    gap: 2.625em 2.5em;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 62.0625em) {
  .ctaCallout_ctaCallout__description p {
    line-height: 1.22;
  }

  .ctaCallout_ctaCallout__description p,
  .ctaCallout_ctaCallout__link {
    font-size: 1.375em;
  }

  .iconCallout_iconCallout {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
    padding: 2.5em 6.375em;
  }

  .promo_promo__wrapper {
    max-width: fit-content;
    padding: 1.5em 2.875em;
  }

  .promo_title {
    font-size: 1.4em;
  }

  .mbc .textCallout_textCalloutContainer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 80%;
    padding: 0 6.375em 10px;
  }

  .textCallout_title {
    font-size: 1.25em;
  }

  .threeUpPromo_promoContainer {
    padding: 0 6.375em;
  }

  .threeUpPromo_promo__wrapper {
    column-gap: 2.5em;
  }

  .mbc .max-width-img-700 img {
    max-width: 840px;
  }
}

@media screen and (min-width:1200px) {
  .shadow-hero-text-mbc {
    filter: drop-shadow(2px 4px 6px var(--color-black));
  }
}
