/* /content/dam/intelligentcontent/brands/ic-dtc-fasenra/us/en/hes/css/hes-cost-affordability.css */

#hes-cost-affordability #body-wrapper h1,
#hes-cost-affordability #body-wrapper h2,
#hes-cost-affordability #body-wrapper h3,
#hes-cost-affordability #body-wrapper h4,
#hes-cost-affordability #body-wrapper p,
#hes-cost-affordability #body-wrapper a,
#hes-cost-affordability #body-wrapper span,
#hes-cost-affordability #body-wrapper ul,
#hes-cost-affordability #body-wrapper ol {
  font-family: "filson-pro", sans-serif;
  color: #333f48;
}

#hes-cost-affordability #what-expect-container,
#hes-cost-affordability #cant-afford-container,
#hes-cost-affordability #astrazeneca-commitment-container,
#hes-cost-affordability #insurance-type-container,
#hes-cost-affordability #banner-section {
  padding: 0 20px;
}

#hes-cost-affordability #body-wrapper h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
}

#hes-cost-affordability #body-wrapper h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 800;
}

#hes-cost-affordability #body-wrapper p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
}

#hes-cost-affordability .padding-right-10 {
  padding-right: 10px;
}

#hes-cost-affordability #body-wrapper .footnote p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  padding-left: 0;
}

#hes-cost-affordability #body-wrapper .footnote {
  margin: 40px 0 25px;
}

#hes-cost-affordability #body-wrapper .cmp-text {
  padding: 0;
}

#hes-cost-affordability sup {
  font-size: 60%;
  line-height: 0;
  font-style: normal;
  position: relative;
  top: 0;
}

/* banner section start */

#hes-cost-affordability #banner-section {
  position: relative;
  min-height: max-content;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: row;
}

#hes-cost-affordability #banner-section > * {
  position: relative;
  z-index: 2;
}

#hes-cost-affordability #grey-background {
  position: relative;
}

#hes-cost-affordability #grey-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #333f48;
}

#hes-cost-affordability #banner-section h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 27px;
  font-style: italic;
  color: #ffffff;
  max-width: 200px;
  margin: 0;
}

#hes-cost-affordability #banner-section h1 span {
  color: #ffffff;
}

#hes-cost-affordability #banner-section img {
  max-width: 110px;
}

/* banner section end */

/* what expect section start */

#hes-cost-affordability #what-expect-container h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-right: 120px;
}

/* what expect section end */

/* insurance type section start */

#hes-cost-affordability #insurance-type-container h2 {
  margin-top: 40px;
  margin-bottom: 45px;
  text-align: center;
}

/* insurance type section end */

/* cant afford section start */

#hes-cost-affordability #cant-afford-container h2 {
  margin-top: 55px;
  margin-bottom: 15px;
}

#hes-cost-affordability #body-wrapper ul {
  margin: 0 0 20px;
  list-style: none;
}

#hes-cost-affordability #body-wrapper ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: black;
  position: relative;
  padding: 0 0 8px 15px;
}

#hes-cost-affordability #body-wrapper ul li span {
  color: black;
}

#hes-cost-affordability #body-wrapper ul li::after {
  content: "•";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
}

#hes-cost-affordability #body-wrapper .fasenra-color {
  color: #b02576;
  text-decoration: underline;
}

#hes-cost-affordability #body-wrapper .links {
  white-space: nowrap;
}

#hes-cost-affordability #cant-afford-container .safety-info-link {
  color: #b02576;
  text-decoration: underline;
}

/* cant afford section end */

/* astrazeneca commitment section start */

#hes-cost-affordability #astrazeneca-commitment-container h2 {
  margin: 45px 0 30px;
}

#hes-cost-affordability #astrazeneca-commitment-container p {
  margin-bottom: 40px;
}

/* astrazeneca commitment section end */

@media only screen and (min-width: 992px) {
  #hes-cost-affordability #what-expect-container,
  #hes-cost-affordability #cant-afford-container,
  #hes-cost-affordability #astrazeneca-commitment-container,
  #hes-cost-affordability #insurance-type-container,
  #hes-cost-affordability #banner-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }

  #hes-cost-affordability #body-wrapper h2 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 15px;
  }

  #hes-cost-affordability #body-wrapper h3 {
    font-size: 23px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 0;
  }

  #hes-cost-affordability sup {
    line-height: 100%;
    font-size: 60%;
  }

  #hes-cost-affordability #body-wrapper .footnote p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 25px;
    display: flex;
    padding-left: 0;
  }

  #hes-cost-affordability #body-wrapper .footnote {
    margin: 40px 0 85px;
  }

  /* banner section start */

  #hes-cost-affordability #banner-section h1 {
    font-size: 45px;
    line-height: 55px;
    max-width: max-content;
  }

  #hes-cost-affordability #banner-section img {
    max-width: 160px;
    margin-bottom: -2px;
  }

  /* banner section end */

  /* what expect section start */

  #hes-cost-affordability #what-expect-container h2 {
    margin-top: 45px;
    margin-bottom: 15px;
  }

  /* what expect section end */

  /* insurance type section start */

  #hes-cost-affordability #insurance-type-container {
    padding-right: 120px;
  }

  #hes-cost-affordability #insurance-type-container h2 {
    margin-top: 60px;
    margin-bottom: 32px;
    text-align: left;
  }

  /* insurance type section end */

  /* cant afford section start */

  #hes-cost-affordability #cant-afford-container {
    box-shadow: 0px 0px 16px #00000029;
    margin: 0 auto 85px;
  }

  #hes-cost-affordability .what-afford-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 0 20px;
  }

  #hes-cost-affordability #cant-afford-container .title {
    max-width: 1060px;
    margin: 0 auto;
    padding: 20px 0 0;
  }

  #hes-cost-affordability #cant-afford-container h2 {
    margin: 0 0 15px;
  }

  #hes-cost-affordability #body-wrapper ul {
    padding-right: 92px;
  }

  /* cant afford section end */

  /* astrazeneca commitment section start */

  #hes-cost-affordability #astrazeneca-commitment-container h2 {
    margin-bottom: 30px;
  }

  #hes-cost-affordability #astrazeneca-commitment-container p {
    margin-bottom: 61px;
  }

  /* astrazeneca commitment section end */
}