/* Reskin css */

.how-to-take-page.how-to-take-page-rs
  #video-std-container
  .imageContainer
  .video-js {
  height: 411px;
  width: auto;
  border-radius: 24px 0 0 24px;
}

.how-to-take-page.how-to-take-page-rs
  #video-std-container
  .row.component.column-splitter
  .col-lg-8 {
  padding-right: 0;
}

.how-to-take-page.how-to-take-page-rs
  #video-std-container
  .row.component.column-splitter
  .col-lg-4 {
  background-color: #00134e;
  border-radius: 0 24px 24px 0;
}

/* The actual timeline (the vertical ruler) */
.how-to-take-page.how-to-take-page-rs #video-std-container .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.how-to-take-page.how-to-take-page-rs #video-std-container .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: white;
  top: 22px;
  bottom: 18px;
  left: 21px;
  margin-left: -3px;
}

/* Container around content */
.how-to-take-page.how-to-take-page-rs #video-std-container .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.how-to-take-page.how-to-take-page-rs #video-std-container .container::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: -17px;
  background-color: white;
  border: 0px solid;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.how-to-take-page.how-to-take-page-rs #video-std-container .left {
  left: 0;
}

/* Place the container to the right */
.how-to-take-page.how-to-take-page-rs #video-std-container .right {
  margin-left: 30px;
  margin-right: 0;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}

/* Fix the circle for containers on the right side */
.how-to-take-page.how-to-take-page-rs #video-std-container .right::after {
  left: -16px;
}

/* The actual content */
.how-to-take-page.how-to-take-page-rs #video-std-container .content {
  padding: 0px 28px;
  position: relative;
}

@media (max-width: 991px) {
  /* Place the timelime to the left */
  .how-to-take-page.how-to-take-page-rs #video-std-container .timeline::after {
    left: 0;
  }

  /* Full-width containers */
  .how-to-take-page.how-to-take-page-rs #video-std-container .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    margin-left: 5px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .how-to-take-page.how-to-take-page-rs #video-std-container .left::after,
  .how-to-take-page.how-to-take-page-rs #video-std-container .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .how-to-take-page.how-to-take-page-rs #video-std-container .right {
    left: 0%;
  }
}

.how-to-take-page.how-to-take-page-rs #video-std-container .video-chapters {
  padding-top: 20px;
}

.how-to-take-page.how-to-take-page-rs #video-std-container .timeline a,
.how-to-take-page.how-to-take-page-rs #video-std-container h5 {
  font-size: 14px;
  font-family: "Roboto-Bold";
  color: white;
  line-height: 18px;
}

.how-to-take-page.how-to-take-page-rs .sky-blue-container h2 {
  font-size: 32px;
  line-height: 32px;
}

.how-to-take-page.how-to-take-page-rs .sky-blue-container .row {
  gap: unset;
}

.how-to-take-page.how-to-take-page-rs #section-autoinjector .component-content {
  margin: 0;
}

@media (min-width: 1400px) {
  .how-to-take-page.how-to-take-page-rs #video-std-container .container {
    max-width: 1280px;
  }
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  .col-lg-4
  h2
  span {
  color: #081c5d;
  font-family: "Montserrat";
  font-weight: 500;
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  .col-lg-4
  h2
  + div
  h3 {
  color: #081c5d;
  font-size: 26px;
  line-height: 40px;
  font-family: "Montserrat-Bold";
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  .col-lg-4:first-child {
  padding: 0;
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  .col-lg-4
  h2
  + div
  img
  + h3 {
  color: #081c5d;
  font-size: 15px;
  line-height: 17px;
  font-family: "Roboto-Bold";
}

.how-to-take-page.how-to-take-page-rs div#section-autoinjector {
  padding-inline: 40px;
  background-color: #eaf4ff;
}

.how-to-take-page.how-to-take-page-rs #section-autoinjector .component-content {
  max-width: 100% !important;
}

.how-to-take-page.how-to-take-page-rs div#section-autoinjector .col-lg-7 span {
  font-size: 24px;
  font-family: "Roboto-Regular";
  color: #00134e;
  line-height: 28px;
}

.how-to-take-page.how-to-take-page-rs .footnote-rs span,
.ref-rs span {
  color: #000000;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 22px;
}

.how-to-take-page.how-to-take-page-rs .footnote-rs a {
  color: #000000;
  text-decoration: underline;
}

.how-to-take-page.how-to-take-page-rs .footnote-rs {
  padding-bottom: 30px;
  padding-top: 20px;
}

.how-to-take-page.how-to-take-page-rs div#section-autoinjector {
  border-radius: 24px;
  padding: 60px;
}

@media (max-width: 991px) {
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .col-lg-4
    h2
    span {
    font-size: 28px;
    line-height: 32px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .col-lg-4
    h2
    + div
    h3 {
    color: #081c5d;
    font-size: 22px;
    line-height: 32px;
    font-family: "Montserrat-Bold";
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .row {
    margin: 20px 0;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .col-lg-7
    span {
    font-size: 20px;
    line-height: 22px;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .row .col-lg-4,
  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .row .col-lg-1,
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .row
    .col-lg-7 {
    padding: 0;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector {
    max-width: 100% !important;
    width: 90% !important;
    padding: 10px 20px 20px;
  }

  .how-to-take-page.how-to-take-page-rs .footnote-rs {
    padding-bottom: 10px;
  }

  .how-to-take-page.how-to-take-page-rs .sky-blue-container .row .col-lg-7 {
    text-align: center;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .col-lg-4
    h2
    + div
    img
    + h3 {
    text-align: center;
  }
}

#visit-support-page .component-content h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Montserrat-Bold";
  font-weight: bold;
  color: #081c5d;
  text-align: center;
  margin: 0 auto;
}

#visit-support-page .component-content h2 a {
  color: #2772be;
  text-decoration: underline;
}

#visit-support-page .component-content h2 a:hover {
  color: #081c5d;
  text-decoration: underline;
}

#visit-support-page .field-promolink img {
  position: relative;
  top: 5px;
  padding-left: 5px;
}

#visit-support-page .promo img {
  width: auto;
  max-width: 100%;
}

#visit-support-page .field-promotext {
  background-color: transparent;
  width: 100%;
  padding: 0;
  border: none;
}

#visit-support-page .field-promotext h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto-bold";
  font-weight: bold;
  color: #081c5d;
}

#visit-support-page .field-promotext2 {
  font-size: 20px;
  line-height: 28px;
  color: #081c5d;
  font-family: "Roboto-regular";
}

#visit-support-page .footnote p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat";
  color: #000000;
}

#visit-support-page .field-promotext2 {
  display: flex;
  gap: 20px;
}

#visit-support-page .promo .component-content {
  display: flex;
  align-items: flex-start;
  gap: 52px;
}

#visit-support-page .promo img {
  max-width: 70px;
}

#visit-support-page.sky-blue-container {
  max-width: 100%;
  border-radius: 0;
}

#visit-support-page .special-footnote {
  display: flex;
  align-items: baseline;
}

#visit-support-page .footnote p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat";
  color: #000000;
}

#visit-support-page .special-footnote span {
  position: relative;
  top: -6px;
}

@media (max-width: 767px) {
  #visit-support-page .promo .component-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  #visit-support-page .promo .field-promotext h3 {
    text-align: center;
    margin-bottom: 10px;
  }

  #visit-support-page {
    padding-inline: 20px;
    padding-bottom: 20px;
  }

  #visit-support-page .component-content h2 {
    font-size: 24px;
    line-height: normal;
  }

  #visit-support-page .field-promolink a {
    font-size: 22px;
    line-height: 19px;
    text-align: center;
  }

  #visit-support-page .field-promolink img {
    top: 0px;
  }

  #visit-support-page .promo img {
    max-width: auto;
  }

  #visit-support-page .field-promotext2 img {
    min-width: 32px;
  }

  #visit-support-page .field-promotext2 {
    gap: 15px;
    min-width: 300px;
    justify-content: flex-start;
  }
  #visit-support-page .field-promotext2 > div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #visit-support-page .field-promotext2 > div p {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #visit-support-page {
    padding-inline: 20px;
  }
}

.support-resources:not(#other-repatha-section) .promo img {
  width: auto;
  max-width: 216px;
  height: 199px;
  border-radius: 18px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.support-resources .promo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.support-resources .column-splitter {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.support-resources .field-promotext {
  background-color: transparent;
  width: 100%;
  padding: 0;
  border: none;
}

.support-resources .field-promotext a {
  background: #081c5d;
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
}

.support-resources h2 {
  font-size: 40px;
  line-height: 40px;
  font-family: "Montserrat-Bold";
  color: #081c5d;
  text-align: center;
}

.support-resources h3 {
  font-size: 26px;
  line-height: 30px;
  font-family: "Montserrat-Bold";
  color: #081c5d;
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}

.how-to-take-page.how-to-take-page-rs div#section-autoinjector .row {
  align-items: center;
}

@media (max-width: 991px) {
  .how-to-take-page.how-to-take-page-rs #info-container h1 {
    line-height: 35px !important;
    color: #081c5d;
    text-align: -webkit-center !important;
    font-family: "Montserrat-Bold";
    margin-bottom: 8px;
  }

  .how-to-take-page.how-to-take-page-rs #info-container a {
    color: #4163dc;
    font-size: 20px;
    line-height: 22px;
    text-align-last: center;
    width: 100%;
    display: block;
    text-decoration: underline;
    font-family: "Roboto";
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container h2 {
    font-size: 24px !important;
    margin-top: 28px;
    margin-bottom: 24px;
    font-family: "Montserrat-Bold";
    color: #081c5d;
    margin-left: 0 !important;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .row .col-lg-4,
  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .row .col-lg-1,
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .row
    .col-lg-7 {
    margin-inline: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .row .col-lg-4,
  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .row .col-lg-1,
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .row
    .col-lg-7 {
    margin-inline: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .row:nth-child(2)
    .col-lg-4 {
    order: 2;
    margin-top: 30px;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .row {
    gap: 20px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .row:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .how-to-take-page.how-to-take-page-rs .footnote-rs {
    padding-top: 0px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .row:nth-child(2)
    .col-lg-4
    img {
    max-width: 153px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .col-lg-4
    h2
    + div
    h3 {
    text-align: center;
  }
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  .col-lg-4
  h2
  + div
  img
  + h3 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .col-lg-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector .col-lg-7 {
    padding-left: 30px;
  }
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  .col-lg-4
  h2
  + div
  img {
  margin-top: 10px;
}

.support-resources .field-promotext p {
  font-size: 12px;
  line-height: 18px;
  color: #00134e;
  font-family: "Montserrat";
  font-weight: 600;
}

.support-resources .promo .field-promoicon {
  height: auto;
  min-height: 230px;
}

#visit-support-page.sky-blue-container {
  margin-top: 35px;
}

#other-repatha-section {
  margin-top: 35px;
}

#other-repatha-section h2 {
  margin-bottom: 20px;
}

#other-repatha-section .promo-heading {
  font-size: 40px;
  line-height: 40px;
  color: #00144f;
  font-family: "Montserrat";
  margin-bottom: 30px;
}

#device-support .promo-heading {
  font-size: 32px;
  line-height: 22px;
  color: #00144f;
  font-family: "Montserrat";
  margin-bottom: 30px;
}

.support-resources .field-promotext h3 {
  background: #081c5d;
  color: #fff;
  padding: 15px 8px;
  border-radius: 12px;
}

.support-resources .field-promotext a {
  background: transparent;
  padding: 0;
}

.support-resources .field-promotext h3 {
  font-size: 20px;
  line-height: 25px;
}

.support-resources .field-promotext p {
  margin-top: 20px;
}

.how-to-take-page.how-to-take-page-rs .footnote-rs {
  text-indent: -5px;
}

.how-to-take-page.how-to-take-page-rs div#device-support .component.rich-text {
  max-width: 465px;
}

.how-to-take-page.how-to-take-page-rs
  div#device-support
  .component.rich-text
  p.promo-heading {
  font-size: 32px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #081c5d;
}

.how-to-take-page.how-to-take-page-rs
  div#device-support
  .component.rich-text
  p.promo-heading
  span {
  font-family: "Montserrat-Bold";
}

.how-to-take-page.how-to-take-page-rs
  div#device-support
  .component.rich-text
  p.promo-second-heading {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 22px;
  font-family: "Montserrat-Bold";
  color: #081c5d;
}

.how-to-take-page.how-to-take-page-rs
  div#device-support
  .component.rich-text
  p.promo-heading-text {
  text-wrap: balance;
  font-size: 20px;
  line-height: 23px;
  font-family: "Roboto-Bold";
  color: #081c5d;
}

.how-to-take-page.how-to-take-page-rs
  div#device-support
  .component.rich-text
  p.promo-heading-text
  a {
  color: #081c5d;
  text-decoration: underline;
}

.how-to-take-page.how-to-take-page-rs div#device-support .column-splitter {
  margin-top: 20px;
  align-items: self-start;
}

.how-to-take-page.how-to-take-page-rs #info-container h1 {
  line-height: 40px;
  color: #081c5d;
  text-align-last: center;
  font-family: "Montserrat-Bold";
}

.how-to-take-page.how-to-take-page-rs #info-container a {
  color: #2772be;
  font-size: 20px;
  line-height: 22px;
  text-align-last: center;
  width: 100%;
  display: block;
  text-decoration: underline;
  font-family: "Roboto";
  font-weight: 600;
}

.how-to-take-page.how-to-take-page-rs #video-std-container h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "Montserrat-Bold";
  color: #081c5d;
  text-align: center;
}

.support-resources .field-promotext h3 {
  font-family: "Roboto-Bold";
}

@media (min-width: 992px) {
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .field-promotext
    p {
    margin-inline: 0;
  }
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  + .component.container.support-resources
  .field-promotext
  h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  font-size: 20px;
  line-height: 25px;
  font-family: "Roboto-Bold";
  cursor: pointer;
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  + .component.container.support-resources {
  margin-top: 50px;
  margin-bottom: 35px;
  max-width: 1180px;
  padding: 0;
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  + .component.container.support-resources
  .column-splitter {
  align-items: self-start;
}
.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  + .component.container.support-resources
  .column-splitter
  .col-md-3 {
  padding: 0 20px;
}
.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  + .component.container.support-resources
  .column-splitter
  .col-md-3:nth-child(4)
  .promo
  img {
  width: 100%;
  max-width: 259px;
  height: 165px;
}
.support-resources .promo .field-promoicon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 230px;
}

.support-resources .column-splitter {
  align-items: end;
}

#other-repatha-section {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
}

#device-support .promo-heading {
  margin-top: 30px;
}

#other-repatha-section .promo-heading span {
  font-weight: bold;
}

.component.promo.syringe-block .field-promoicon {
  display: flex;
  align-items: center;
  min-height: 0;
}

.support-resources .component.promo.syringe-block .field-promotext h3 {
  font-size: 25px;
  line-height: 25px;
  font-family: "Roboto-Bold";
}

#other-repatha-section.support-resources .column-splitter {
  align-items: flex-start !important;
}
#other-repatha-section.support-resources
  .column-splitter
  .col-lg-4:nth-child(1) {
  padding-top: 50px;
}
.support-resources .field-promotext a {
  font-family: "Roboto-Bold";
}

#other-repatha-section .promo-second-heading {
  font-size: 26px;
  line-height: 40px;
  font-family: "Montserrat-Bold";
  color: #081c5d;
}

#other-repatha-section .promo-heading {
  margin-bottom: 0px;
}

#device-support .promo-heading {
  margin-bottom: 15px;
}

.promo.syringe-block .field-promotext p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .how-to-take-page.how-to-take-page-rs
    div#device-support
    .component.rich-text
    p.promo-heading-text
    a {
    word-wrap: break-word;
  }

  .support-resources h2 {
    font-size: 28px;
    line-height: 32px;
  }

  #other-repatha-section .promo-heading {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 5px;
  }

  #other-repatha-section h2 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: normal;
  }
  #other-repatha-section.support-resources
    .column-splitter
    .col-lg-4:nth-child(1) {
    padding-top: 40px;
  }

  .support-resources .promo .field-promoicon {
    min-height: auto;
  }

  .promo.syringe-block .field-promotext p {
    margin-top: 20px;
  }

  .support-resources .field-promotext p {
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }

  #other-repatha-section .field-promotext p {
    text-align: center;
  }

  .how-to-take-page.how-to-take-page-rs
    div#device-support
    .component.rich-text
    p.promo-heading {
    font-size: 28px;
    line-height: 22px;
    text-align: center;
  }

  #device-support .promo-second-heading {
    text-align: center;
    font-size: 22px;
    line-height: 22px;
  }

  #faq-section {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .promo.syringe-block .field-promoicon {
    min-height: 140px !important;
  }

  .support-resources .promo .field-promoicon {
    min-height: 230px;
  }
}

.how-to-take-page.how-to-take-page-rs div#video-std-container {
  max-width: 1035px;
}

.how-to-take-page.how-to-take-page-rs
  .video-js
  .vjs-big-play-button
  .vjs-icon-placeholder:before {
  display: none !important;
}

.how-to-take-page.how-to-take-page-rs
  div#video-std-container
  .component.rich-text
  .page-footnote {
  font-size: 16px;
  line-height: 20px;
  color: #00144f;
  font-family: "Montserrat";
  margin: 15px 0 0px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: 500;
}
.routine-fits h2 {
  color: #00144f;
  text-align: center;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  max-width: 520px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.routine-fits {
  max-width: 1180px;
  margin: auto;
}
.routine-fits .routine-fits-content {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: auto;
}
.routine-fits .routine-fits-content > div {
  width: 365px;
  text-align: center;
}
.routine-fits .routine-fits-content > div:nth-child(1) p {
  padding: 0 20px;
}
.routine-fits .routine-fits-content > div:nth-child(2) p {
  padding: 0;
}
.routine-fits .routine-fits-content > div:nth-child(3) p {
  padding: 0;
}
.routine-fits .routine-fits-content p {
  color: #00144f;
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}
.routine-fits .routine-fits-footer p {
  font-family: "Roboto-regular";
  font-size: 12px;
  font-weight: normal;
  line-height: 1.17;
  text-align: left;
  color: #00144f;
  margin-top: 24px;
  text-indent: -4px;
}
.routine-fits .routine-fits-footer p span {
  position: relative;
  top: -2px;
}
.how-to-take-page.how-to-take-page-rs
  div#video-std-container
  .component.rich-text
  .page-footnote
  p {
  margin-bottom: 0;
}

.how-to-take-page.how-to-take-page-rs
  div#video-std-container
  .component.rich-text
  .page-footnote
  p
  a {
  text-decoration: underline;
  color: #00134e;
  font-family: "Montserrat";
  font-weight: 700;
}

.how-to-take-page.how-to-take-page-rs #info-container a {
  font-family: "Roboto-Regular" !important;
}

.how-to-take-page.how-to-take-page-rs #visit-support-page .field-promolink a {
  background: #081c5d;
  color: #fff;
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 12px 30px 21px;
  border-radius: 12px;
  font-size: 20px;
  line-height: normal;
  font-family: "Roboto-bold";
  font-weight: bold;
}

.how-to-take-page.how-to-take-page-rs #visit-support-page .field-promolink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .how-to-take-page.how-to-take-page-rs #info-container h1 {
    margin-top: 20px;
    font-size: 35px;
    line-height: 40px !important;
    margin-bottom: 20px;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container h2 {
    line-height: 32px;
    margin-bottom: 15px;
  }

  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .row.component.column-splitter
    .col-lg-4 {
    background-color: transparent;
    padding: 0 30px;
  }
  .routine-fits .routine-fits-footer p {
    padding: 0 14px;
    margin-top: 40px;
  }
}

.how-to-take-page.how-to-take-page-rs
  .support-resources
  .component.rich-text
  h3 {
  font-size: 22px;
  margin: 0 auto;
  font-family: "Montserrat";
  font-weight: 500;
}

.how-to-take-page.how-to-take-page-rs
  div#section-autoinjector
  + .component.container.support-resources
  .field-promotext
  p {
  font-weight: 500;
}

.how-to-take-page.how-to-take-page-rs
  #other-repatha-section.support-resources
  .column-splitter
  .col-lg-4:first-child
  .promo-text
  .field-promotext
  p,
.how-to-take-page.how-to-take-page-rs
  #device-support.support-resources
  .column-splitter
  .col-lg-4:first-child
  .promo-text
  .field-promotext
  p {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  font-family: "Roboto-Regular" !important;
}

@media (min-width: 992px) {
  .how-to-take-page.how-to-take-page-rs
    #other-repatha-section.support-resources
    .row
    .col-lg-4:nth-child(2)
    .field-promotext
    p {
    margin-inline: 8% !important;
  }

  .how-to-take-page.how-to-take-page-rs
    #other-repatha-section.support-resources
    .column-splitter
    .col-lg-4:first-child
    .promo-text
    .field-promotext
    p,
  .how-to-take-page.how-to-take-page-rs
    #device-support.support-resources
    .column-splitter
    .col-lg-4:first-child
    .promo-text
    .field-promotext
    p {
    margin-right: 30%;
    margin-left: 0;
    text-align: left;
  }

  .how-to-take-page.how-to-take-page-rs #other-repatha-section {
    padding-bottom: 40px;
    margin-bottom: 70px;
  }
}

.how-to-take-page.how-to-take-page-rs #other-repatha-section .promo-heading {
  text-align: left;
  margin-bottom: 0;
  padding-right: 110px;
}
#other-repatha-section.support-resources
  .column-splitter
  .col-lg-4:nth-child(2)
  .promo
  img,
#other-repatha-section.support-resources
  .column-splitter
  .col-lg-4:nth-child(3)
  .promo
  img {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 18px;
}
#other-repatha-section.support-resources
  .column-splitter
  .col-lg-4:nth-child(3)
  .promo
  img {
  /* border: 2px solid #ffffff; */
  box-shadow: none;
}
.how-to-take-page.how-to-take-page-rs
  #other-repatha-section
  .promo-second-heading {
  text-align: left;
}

@media (min-width: 992px) {
  .how-to-take-page.how-to-take-page-rs
    div#device-support.support-resources
    .column-splitter
    .col-lg-4:first-child
    .field-promoicon {
    justify-content: start;
  }

  .how-to-take-page.how-to-take-page-rs .support-resources .field-promotext h3 {
    max-width: 340px;
    margin-inline: auto;
  }
  .how-to-take-page.how-to-take-page-rs
    #other-repatha-section.support-resources
    .field-promotext
    h3 {
    padding: 15px 50px;
  }
}

@media (min-width: 992px) {
  .how-to-take-page.how-to-take-page-rs
    div#device-support.support-resources
    .field-promotext
    p {
    margin-inline: 6%;
  }
}

@media (min-width: 992px) {
  .how-to-take-page.how-to-take-page-rs
    div#other-repatha-section.support-resources
    .field-promotext
    p {
    margin-inline: 0;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-md-4:first-child {
    padding: 0;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-lg-4:nth-child(2) {
    padding-left: 30px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-lg-4:nth-child(2)
    .field-promotext
    p {
    margin-inline: 4%;
  }
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-lg-4:nth-child(3)
    .field-promotext
    p {
    padding: 0 55px;
  }
}

.support-resources .field-promotext a {
  font-family: "Roboto-Condensed";
  font-weight: 700;
  line-height: normal;
  font-size: 14px;
  padding: 0 20px;
}
#other-repatha-section.support-resources .field-promotext a {
  font-size: 20px;
  padding: 0;
}
.how-to-take-page.how-to-take-page-rs
  div#other-repatha-section.support-resources
  .field-promotext
  p {
  font-size: 16px;
}
.how-to-take-page.how-to-take-page-rs
  #video-std-container
  .row.component.column-splitter
  .col-lg-4
  .component-content {
  position: relative;
}

.how-to-take-page.how-to-take-page-rs
  #video-std-container
  .row.component.column-splitter
  .col-lg-4
  .component-content
  .close-btn {
  position: absolute;
  right: 0px;
  top: 10px;
}

.how-to-take-page.how-to-take-page-rs
  #visit-support-page
  .promo
  .field-promoicon
  img {
  max-width: 96px;
  height: auto;
}

@media (max-width: 767px) {
  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .row.component.column-splitter
    .col-lg-8 {
    padding-right: 15px;
    padding: 0 30px;
  }
  .routine-fits h2 {
    margin-top: 35px;
    font-size: 32px;
    line-height: normal;
  }
  .routine-fits .routine-fits-content > div {
    width: 100%;
  }
  .routine-fits .routine-fits-content p {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#video-std-container
    .component.rich-text
    .page-footnote
    p {
    font-size: 16px;
    display: inline;
    margin: 0;
  }
  .routine-fits .routine-fits-content > div:nth-child(1) p {
    padding: 0 80px;
  }
  .how-to-take-page.how-to-take-page-rs .blue-bg-with-img {
    background: #00144f;
  }
  .routine-fits .routine-fits-content > div:nth-child(3) p {
    margin-bottom: 0;
    padding: 0 40px;
  }

  .how-to-take-page.how-to-take-page-rs
    .patient-block
    .patient-quote-flex
    .patient-quote
    .p {
    font-weight: 500;
  }

  .how-to-take-page.how-to-take-page-rs
    .patient-block
    .patient-quote-flex
    .patient-quote
    .patient-name {
    font-weight: 500;
  }

  .how-to-take-page.how-to-take-page-rs #section-autoinjector {
    margin-top: 25px;
  }

  .how-to-take-page.how-to-take-page-rs #section-autoinjector h2 {
    font-size: 28px;
    line-height: 32px;
    font-family: "Roboto-Bold";
  }

  .how-to-take-page.how-to-take-page-rs #section-autoinjector .col-lg-4 div {
    text-align: center;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector {
    padding: 10px 15px 15px;
  }

  .how-to-take-page.how-to-take-page-rs #section-autoinjector .footnote-rs {
    line-height: 22px;
  }

  .how-to-take-page.how-to-take-page-rs #section-autoinjector .footnote-rs sup {
    top: -3px;
  }

  .how-to-take-page.how-to-take-page-rs #section-autoinjector .ref-rs {
    line-height: 22px;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector {
    padding-bottom: 40px;
    margin-bottom: 28px;
    padding-top: 30px;
    padding-top: 40px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    h2 {
    color: #00144f;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    h3 {
    color: #00144f;
    font-size: 20px;
    line-height: normal;
    padding: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .support-resources:not(#other-repatha-section) .promo img {
    width: 34%;
    height: 190px;
    border-radius: 14px;
    margin-bottom: 5px;
  }
  .support-resources .field-promotext a {
    font-size: 20px;
  }
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .col-lg-4
    .field-promotext
    p {
    text-align: center;
    font-weight: 500;
    padding: 0px 14px;
  }
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .field-promotext
    h3 {
    height: 78px;
    margin: 0 20px;
    padding: 20px;
  }
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-md-3:nth-child(4)
    .promo
    .field-promotext
    h3 {
    margin: 0 4px;
  }
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .field-promotext
    p {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    padding: 0 25px;
  }
  .how-to-take-page.how-to-take-page-rs
    #other-repatha-section
    .promo-second-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-md-3:nth-child(4)
    .promo
    img {
    max-width: 259px;
    height: 165px;
  }
  .how-to-take-page.how-to-take-page-rs #other-repatha-section .promo-heading {
    margin-bottom: 0px;
  }

  .how-to-take-page.how-to-take-page-rs
    #other-repatha-section
    .syringe-block
    .field-promotext
    p {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }

  .how-to-take-page.how-to-take-page-rs .promo.syringe-block .field-promoicon {
    min-height: 105px !important;
  }

  .how-to-take-page.how-to-take-page-rs
    #other-repatha-section
    .field-promotext
    p {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
  }

  .how-to-take-page.how-to-take-page-rs
    #other-repatha-section
    > .component-content {
    border-bottom: 0px solid #000;
  }

  .how-to-take-page.how-to-take-page-rs #other-repatha-section {
    border-bottom: none;
    padding-bottom: 0px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#device-support
    .component.rich-text
    p.promo-heading {
    margin-bottom: 8px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#device-support
    .component.rich-text
    p.promo-second-heading {
    font-size: 22px;
    line-height: 22px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#device-support
    .component.rich-text
    p.promo-heading-text {
    font-size: 18px;
    line-height: 21px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#device-support
    .col-lg-4
    .field-promotext
    h3
    + p {
    font-weight: 500;
  }

  .how-to-take-page.how-to-take-page-rs #faq-section h2 {
    font-size: 32px;
    line-height: normal;
    text-align: center;
    color: #000;
    font-family: "Roboto-Bold";
  }

  .how-to-take-page.how-to-take-page-rs #faq-section .accordion .field-heading {
    font-family: "Roboto-Bold";
    padding-right: 20px;
  }
  .how-to-take-page .faq-container .accordion .toggle-header {
    font-size: 24px;
  }
  .how-to-take-page.how-to-take-page-rs #faq-section .accordion {
    padding-top: 0;
    padding: 0 20px;
  }
  .how-to-take-page.how-to-take-page-rs #faq-section .accordion .accordion {
    padding: 0;
  }
  .how-to-take-page.how-to-take-page-rs
    #device-support.support-resources
    .column-splitter
    .col-lg-4:first-child
    .promo-text
    .field-promotext
    p {
    font-size: 18px;
    line-height: 22px;
    color: #716f73;
    font-family: "Roboto-Regular";
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px;
  }

  .how-to-take-page.how-to-take-page-rs .reference-section {
    font-size: 12px;
    line-height: 16px;
    font-family: "Roboto-Regular";
    margin-top: 30px;
    padding: 0 15px;
  }
  .how-to-take-page.how-to-take-page-rs #visit-support-page .field-promolink {
    margin-bottom: 0px;
  }
  .how-to-take-page.how-to-take-page-rs #visit-support-page .field-promolink a {
    margin: 0 40px;
    padding: 10px;
  }
  .how-to-take-page.how-to-take-page-rs
    #visit-support-page
    .promo
    .field-promoicon {
    margin: auto;
  }
  .how-to-take-page.how-to-take-page-rs .reference-section p strong {
    color: #292929 !important;
  }

  .how-to-take-page.how-to-take-page-rs .reference-section p {
    color: #45484b;
  }
}

.how-to-take-page.how-to-take-page-rs
  #faq-section
  .accordion
  .field-content
  .faq-accordion-text {
  line-height: 20px;
  font-size: 18px;
  font-family: "roboto-bold";
  color: #2772be;
  margin-top: 12px;
  margin-bottom: 0;
}

.how-to-take-page.how-to-take-page-rs
  #faq-section
  .accordion
  .field-content
  .faq-accordion-text
  a {
  color: #2772be;
  text-decoration: underline;
}

.how-to-take-page.how-to-take-page-rs #faq-section .faq-accordion-text {
  display: flex;
}

.how-to-take-page.how-to-take-page-rs
  .faq-accordion-text
  .circle-icon.blue-icon {
  background: #2772be;
}

.how-to-take-page.how-to-take-page .blue-bg-with-img {
  margin-top: 23px;
}
.how-to-take-page.how-to-take-page-rs
  #other-repatha-section.support-resources
  .column-splitter
  .col-lg-4:first-child
  .promo-text
  .field-promotext
  p {
  font-weight: 600;
  margin-top: -5px;
}
.how-to-take-page.how-to-take-page-rs div#section-autoinjector {
  margin-top: 100px;
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .component-content
  > div:first-of-type {
  display: flex;
  gap: 42px;
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .component-content
  > div:first-of-type
  div:nth-child(1),
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .component-content
  > div:first-of-type
  div:nth-child(2) {
  max-width: 509px;
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promotext {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-top: 17px;
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promotext
  p,
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promotext2
  p {
  color: #00144f;
  font-family: "Roboto-regular";
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promotext2
  p
  strong,
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promotext
  p
  strong {
  font-family: "Roboto-bold";
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promotext
  p {
  padding: 0 24px;
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promoicon
  img {
  width: 55%;
  height: auto;
  padding-top: 17px;
  padding-bottom: 11px;
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promoicon2
  img {
  width: 67%;
  height: auto;
  padding-bottom: 18px;
}
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promoicon,
.how-to-take-page.how-to-take-page-rs
  #section-autoinjector
  .promo
  .field-promoicon2 {
  text-align: center;
}
.how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-top-txt {
  font-family: "Roboto-regular";
  font-size: 16px;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: left;
  color: #00144f;
  margin-top: 44px;
  text-indent: -4px;
}
.how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-txt {
  margin-top: 24px;
  color: #00144f;
  font-family: "Roboto-regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  text-indent: -5px;
}
.how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-txt a {
  color: #00144f;
  font-family: "Roboto-bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-ref-txt {
  color: #00144f;
  font-family: "Roboto-regular";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-ref-txt strong {
  font-family: "Roboto-bold";
}
.how-to-take-page.how-to-take-page-rs #section-autoinjector .promo {
  padding: 0;
  margin: 0;
}
.how-to-take-page.how-to-take-page-rs #section-autoinjector .plain-html h2 {
  color: #00144f;
  text-align: center;
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.how-to-take-page.how-to-take-page-rs #section-autoinjector .plain-html h3 {
  color: #00144f;
  text-align: center;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .how-to-take-page.how-to-take-page-rs #faq-section .reference-section {
    max-width: 520px;
    margin-inline: auto;
  }

  .how-to-take-page.how-to-take-page-rs #faq-section .reference-section p {
    font-family: "Roboto-Regular";
    font-size: 12px;
    margin-top: 30px;
    line-height: 16px;
  }

  .how-to-take-page.how-to-take-page-rs
    .faq-container
    .accordion
    .field-heading {
    font-family: "Roboto-Bold";
    line-height: normal;
  }

  .how-to-take-page.how-to-take-page-rs .faq-container .accordion {
    padding-inline: 15px;
    padding-top: 0;
  }

  .how-to-take-page.how-to-take-page-rs
    #faq-section
    .accordion
    .field-content
    .faq-accordion-text {
    justify-content: center;
  }

  .how-to-take-page.how-to-take-page-rs
    #faq-section
    .accordion
    .field-content
    .faq-accordion-text
    p.sub-head {
    margin-bottom: 0;
  }

  .how-to-take-page.how-to-take-page-rs
    .faq-container
    .accordion
    .toggle-content
    .accordion
    .toggle-content
    .component.content
    .field-content {
    font-family: "Roboto-Regular";
    padding-right: 5px;
  }

  .how-to-take-page.how-to-take-page-rs
    .faq-container
    .accordion
    .toggle-content
    .accordion
    .toggle-header {
    font-family: "Roboto-Bold" !important;
  }

  .how-to-take-page.how-to-take-page-rs .faq-container .component.rich-text h2 {
    font-size: 40px;
    font-family: "Roboto-Bold";
    line-height: 28px;
    color: #000000;
    text-align: center;
  }

  .how-to-take-page.how-to-take-page-rs
    .faq-container
    .accordion
    .toggle-content
    .accordion
    .toggle-header.active::after {
    right: 0;
    top: 30%;
  }

  .how-to-take-page.how-to-take-page-rs
    .faq-container
    .accordion
    .toggle-header.active::after {
    right: 0px;
    top: 50%;
  }
}

.resource-support .only-teaser-text.resources-and-support-banner-section {
  max-width: 1145px;
  padding-top: 16px;
}

.resource-support
  .only-teaser-text.resources-and-support-banner-section
  .image-banner-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.resource-support
  .only-teaser-text.resources-and-support-banner-section
  .image-banner-section
  p {
  margin-bottom: 0;
  margin-top: 30px;
  font-family: "Roboto-Regular";
  padding-left: 32px;
}

.resource-support .only-teaser-text.resources-and-support-banner-section h1 {
  margin-bottom: 5px;
  padding-left: 27px;
}

.resource-support .headerbannercontent p,
.starting-repatha .headerbannercontent p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #081c5d;
  padding-left: 1.5em;
}

.resource-support .only-teaser-text .text-wrapper .p-blue-txt {
  line-height: 22px;
  font-family: "Roboto-Bold" !important;
}

.resource-support .resource-tab .btn,
.resource-support .resource-content h3 {
  font-family: "Roboto-Condensed";
  font-weight: 700;
}

.resource-support .only-teaser-text .image-banner-section .text-wrapper {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0px;
}
.resource-tab {
  padding-left: 30px;
}
.hrt-logo {
  padding-left: 47px;
  padding-top: 17px;
}
.resource-support .only-teaser-text .image-banner-section .text-wrapper img {
  padding-left: 50px;
  padding-top: 18px;
}

.resource-support .gray-container .promo .component-content {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: flex-start;
}

.resource-support .gray-container .field-promoicon {
  width: 225px;
  min-height: auto;
}

.resource-support .gray-container .promo-text {
  width: 715px;
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  color: #575757;
}

.resource-support .gray-container .promo-text span {
  color: #00134e;
  font-weight: bold;
  font-family: "Montserrat-Bold";
}

.resource-support .gray-container .promo-text .patient-promo-title span {
  margin-bottom: 9px;
  display: block;
}

.resource-support .gray-container .promo img {
  width: 100%;
  height: auto;
}

.resource-support .gray-container {
  border-radius: 12px;
  background: #f4f3f3;
  padding: 35px 75px;
  margin-top: 35px;
  margin-bottom: 21px;
}

.resource-support .resource-content {
  max-width: 100%;
}

.resource-support .gray-container .promo-text a {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #0063c3;
  text-decoration: underline;
  cursor: pointer;
}

.resource-support .gray-container .promo-text h3 a {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #081c5d;
  padding: 22px 40px;
  border-radius: 11px;
  display: flex;
  align-items: flex-end;
  width: max-content;
  margin-top: 38px;
  cursor: pointer;
  text-decoration: none;
}

.resource-support .gray-container .promo-text a img {
  width: 167px;
  height: auto;
}

.resource-support .gray-container .field-promotext {
  background-color: transparent;
  width: 100%;
  padding: 0;
  border: 0;
}

.resource-support .gray-container .promo-text ul {
  padding-left: 24px;
  margin-top: 25px;
}

.resource-support .gray-container .patient-promo img {
  width: 163px;
}

.resource-support .gray-container .promo {
  margin-bottom: 40px;
}

.patient-footnote {
  text-indent: -4px;
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #575757;
}

.patient-footnote sup {
  font-size: 20px;
  top: 5px;
}

.resource-support .gray-container .promo-text p {
  margin-bottom: 0;
}

.resource-support
  .gray-container.component.container
  > .component-content
  .promo:first-of-type
  .field-promoicon
  img {
  margin-top: 55px;
}

.resource-support .patient-browser-promo .field-promoicon {
  text-align: center;
}

.resource-support .patient-browser-promo .field-promoicon img {
  width: 73px !important;
}

.resource-support .resource-content .equal-row-3 .field-promotext,
.resource-support .resource-content .resource-txt {
  min-height: auto;
}

.resource-support .resource-content .equal-row-3 {
  height: 36.9rem;
  min-height: auto;
}

.resource-support .resource-content .equal-row-3 {
  height: 36.5rem;
  min-height: auto;
}

.resource-support .resource-content .equal-row-4 {
  height: 50.9rem;
}

.resource-support .resource-content .equal-row-4 .component-content,
.resource-support .resource-content .equal-row-3 .component-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.resource-support .resource-content .equal-row-4 .promo-text,
.resource-support .resource-content .equal-row-3 .promo-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.resource-support
  .gray-container
  .component-content
  > .promo:nth-of-type(2)
  img {
  width: 190px;
  height: auto;
}

.resource-support .resource-content .equal-row-4 .field-promotext2 {
  margin-top: auto;
}

.resource-support
  #prescription
  .component-content
  .row:nth-child(3)
  .col-4
  .field-promolink {
  margin-top: 0;
}

.resource-support .resource-content .question {
  font-family: "Montserrat";
}

.resource-support .resource-content .col-8 + .col-4 .promo.col-12.equal-row-3 {
  height: 36.2rem;
}

.resource-support .resource-content .col-6 .field-promolink a {
  font-family: "Roboto-Condensed";
  font-weight: 700;
}

@media (min-width: 992px) {
  .resource-support
    .column-splitter
    .col-8
    .column-splitter
    .col-6:first-of-type {
    padding-left: 0;
  }

  .resource-support
    .column-splitter
    .col-8
    .column-splitter
    .col-6:last-of-type {
    padding-right: 0;
  }

  .resource-support .resource-content .plain-html h3 {
    margin-inline: 54px;
  }
}

.resource-support .resource-content .equal-row-3 .field-promoicon,
.resource-support .resource-content .equal-row-4 .field-promoicon {
  min-height: 12rem;
  align-content: end;
}

.resource-support .gray-container .promo-text .patient-promo-title + p {
  margin-top: 15px;
}

@media (max-width: 992px) {
  .patient-footnote {
    font-size: 12px;
    line-height: 14px;
  }

  .resource-support
    .only-teaser-text.resources-and-support-banner-section
    .image-banner-section {
    flex-direction: column;
    margin-bottom: 62px;
  }

  .resource-support .only-teaser-text .image-banner-section .text-wrapper {
    width: 100%;
  }

  .resource-support .only-teaser-text .image-banner-section img {
    display: none;
  }

  .resource-support .gray-container .promo .component-content {
    flex-direction: column;
  }

  .resource-support .gray-container .field-promoicon {
    width: 100%;
    min-height: auto;
    text-align: center;
  }

  .resource-support .gray-container .promo-text {
    width: 100%;
  }

  .resource-support .gray-container {
    padding: 35px 22px;
    margin-right: -15px;
    margin-left: -15px;
    max-width: -webkit-fill-available;
    width: -webkit-fill-available;
  }

  .resource-support .gray-container .promo img {
    width: 249px;
    max-width: 100%;
    height: auto;
  }

  .resource-support .gray-container .promo-text h3 a {
    align-items: center;
    width: 100%;
    flex-direction: column;
  }

  .gray-container.component.container
    > .component-content
    .promo:first-of-type
    .field-promoicon
    img {
    margin-top: 0;
  }

  .resource-support .gray-container .promo-text ul {
    margin-top: 33px;
  }

  .how-to-take-page .video-chapters div.toggle-div {
    display: block;
    width: 100%;
    cursor: pointer;
  }

  .how-to-take-page .video-chapters {
    position: relative;
  }

  .how-to-take-page .video-chapters .timeline {
    display: none;
  }

  .how-to-take-page .video-chapters .toggle-div span {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 18px;
    text-align: left;
    color: #00134e;
    display: block;
  }

  .how-to-take-page .video-chapters .toggle-div span:first-of-type {
    font-family: "Montserrat-Bold";
    font-weight: bold;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container .timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 9;
    padding: 0;
    top: 0;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container .timeline a {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #00134e;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container .container::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 0;
    background-color: #00134e;
    border: 0px solid;
    top: 14px;
    border-radius: 50%;
    z-index: 1;
    left: -10px;
  }
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .field-promotext
    p {
    padding: 0;
  }
  .how-to-take-page.how-to-take-page-rs #video-std-container .container {
    padding-left: 0;
    padding-top: 4px;
    padding-right: 0;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container .right {
    left: 0%;
    max-width: 90%;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container .right::after {
    left: 0;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container .content {
    padding: 0px 12px;
    position: relative;
    padding-right: 0;
    line-height: normal;
    padding-bottom: 4px;
  }
  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .timeline
    .right:nth-child(9)
    .content {
    padding-bottom: 0;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container .video-chapters {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .video-chapters.active {
    border: 1px solid #00144f;
    padding: 16px;
    padding-bottom: 12px;
  }
  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .video-chapters::after {
    content: "";
    display: block;
    border-style: solid;
    height: 8px;
    width: 8px;
    border-color: #00134e;
    transform: rotate(315deg);
    box-sizing: border-box;
    border-width: 0 0 2px 2px;
    margin-left: 10px;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 0.5s ease-out;
    z-index: -1;
  }
  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .video-chapters.active::after {
    top: 33px;
    right: 30px;
  }

  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .video-chapters.active::after {
    transform: rotate(135deg);
  }

  .how-to-take-page .video-chapters .toggle-div span:last-of-type {
    padding-left: 0;
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 7px;
  }

  .resource-support
    .gray-container.component.container
    > .component-content
    .promo:first-of-type
    .field-promoicon
    img {
    margin-top: 0 !important;
  }

  .resource-support .gray-container .patient-promo img {
    width: 163px;
  }

  .resource-support .resource-content .equal-row-4 {
    height: auto;
  }

  .resource-support .headerbannercontent p {
    display: block;
    margin-top: 8px;
  }
  .starting-repatha .headerbannercontent p {
    /* display: none; */
  }

  .resource-support
    #no-prescription.resource-content
    > .component-content
    > .column-splitter:nth-child(2)
    .col-4 {
    margin-bottom: 0;
  }

  .resource-support
    #no-prescription.resource-content
    > .component-content
    > .column-splitter:nth-child(2)
    .promo {
    margin-bottom: 0;
  }

  .how-to-take-page #video-std-container .column-splitter {
    flex-direction: column-reverse;
  }

  .how-to-take-page #visit-support-page h2 span {
    text-decoration-thickness: 1.4px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .resource-support .resource-content .equal-row-3 .field-promoicon,
  .resource-support .resource-content .equal-row-4 .field-promoicon {
    text-align: center;
  }

  .resource-support .resource-content .equal-row-3 .field-promoicon img,
  .resource-support .resource-content .equal-row-4 .field-promoicon img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 992px) {
  .how-to-take-page
    #other-repatha-section
    .column-splitter
    .col-lg-4:first-of-type
    p.promo-heading,
  .how-to-take-page
    #other-repatha-section
    .column-splitter
    .col-lg-4:first-of-type
    p.promo-second-heading {
    text-align: center;
  }

  .resource-support .only-teaser-text.resources-and-support-banner-section h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .resource-support
    .only-teaser-text.resources-and-support-banner-section
    .image-banner-section {
    margin-bottom: 0px;
  }

  .resource-support .resource-tab .btn {
    font-family: "Roboto-Regular";
    font-weight: 400;
  }

  .resource-support
    #no-prescription.resource-content
    .plain-html
    h3
    + .question {
    line-height: 27px;
  }

  .resource-support .resource-content .resource-title {
    font-size: 20px;
    padding-top: 10px;
  }

  .resource-support .resource-content .resource-txt {
    font-weight: 500;
  }

  .resource-support .gray-container .promo {
    margin-bottom: 0px;
  }

  .resource-support
    .gray-container
    .component-content
    > .promo:nth-of-type(2)
    img {
    width: 270px !important;
  }

  .resource-support .gray-container .promo .component-content {
    gap: 15px;
  }

  .resource-support .gray-container .promo-text p {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 24px;
  }

  .resource-support .gray-container .promo-text a {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .resource-support .gray-container .patient-promo img {
    width: 100px !important;
  }

  .resource-support .gray-container .promo-text ul {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .resource-support .gray-container .promo-text ul li {
    margin-bottom: 10px;
  }

  .resource-support .gray-container .patient-promo .patient-promo-title + p {
    margin-top: 15px;
  }

  .resource-support .resource-content .equal-row-3 {
    height: 33rem;
  }

  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .row.component.column-splitter
    .col-lg-4
    .component-content
    .close-btn {
    display: none;
  }

  .how-to-take-page.how-to-take-page-rs #video-std-container .right {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .how-to-take-page.how-to-take-page-rs
    #visit-support-page.sky-blue-container
    .component.rich-text {
    max-width: 1168px;
    margin-inline: auto;
  }

  .how-to-take-page.how-to-take-page-rs
    #visit-support-page.sky-blue-container
    > .component-content {
    max-width: 1110px !important;
    margin: 0 auto;
  }

  .how-to-take-page.how-to-take-page-rs
    #visit-support-page.sky-blue-container
    > .component-content
    .rich-text
    + .promo
    + .promo
    .field-promoicon
    img {
    max-width: 65px;
    height: auto;
    margin-left: 10px;
  }

  .how-to-take-page.how-to-take-page-rs
    #visit-support-page.sky-blue-container
    > .component-content
    .rich-text
    + .promo
    + .promo
    .component-content {
    gap: 76px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .field-promotext
    h3 {
    width: max-content;
    padding-inline: 20px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-md-4:first-child
    h3 {
    width: max-content;
    margin-inline: auto;
  }

  .how-to-take-page.how-to-take-page-rs .faq-container {
    padding: 80px 50px 50px 50.5px;
  }

  .how-to-take-page.how-to-take-page-rs #faq-section .reference-section {
    max-width: 100%;
  }

  .how-to-take-page.how-to-take-page-rs .faq-container .accordion {
    padding-inline: 0;
  }

  .how-to-take-page.how-to-take-page-rs #other-repatha-section {
    margin-bottom: 50px;
  }

  .how-to-take-page.how-to-take-page-rs #visit-support-page.sky-blue-container {
    padding-inline: 40px;
  }
}

.text-nowrap {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .toggle-div {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .row.component.column-splitter
    .col-lg-8 {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .field-promotext
    h3 {
    width: max-content;
    margin-inline: auto;
    padding-inline: 15px;
  }
}

@media (max-width: 991px) {
  .resource-support
    .only-teaser-text.resources-and-support-banner-section
    .resource-tab
    .btn
    sup {
    top: -2px;
  }
}

.how-to-take-page.how-to-take-page-rs div#visit-support-page-footnote {
  max-width: 100% !important;
  border-radius: 0;
  margin-top: 0;
  padding-top: 0;
}

.how-to-take-page.how-to-take-page-rs #visit-support-page.sky-blue-container {
  margin-bottom: 0;
}

.how-to-take-page.how-to-take-page-rs
  div#visit-support-page-footnote
  > .component-content {
  max-width: 1168px !important;
}

.how-to-take-page.how-to-take-page-rs
  div#visit-support-page-footnote
  > .component-content
  .special-footnote {
  font-size: 12px;
  line-height: 14px;
  max-width: 727px;
  margin: auto;
  font-family: "Montserrat";
}

.how-to-take-page.how-to-take-page-rs #visit-support-page.sky-blue-container {
  padding-bottom: 20px;
}

.how-to-take-page .support-resources .field-promotext a span.no-wrap {
  white-space: normal !important;
}

@media (max-width: 991px) {
  .how-to-take-page.how-to-take-page-rs
    div#visit-support-page-footnote
    > .component-content {
    max-width: 100% !important;
    padding-inline: 16px;
  }
}
@media (max-width: 380px) {
  .support-resources .field-promotext a {
    padding: 0 15px !important;
  }
}
@media (max-width: 360px) {
  .support-resources .field-promotext a {
    padding: 0 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-md-4 {
    max-width: 100%;
  }

  .how-to-take-page.how-to-take-page-rs .support-resources .field-promotext h3 {
    width: max-content;
    margin-inline: auto;
    padding-inline: 15px;
  }
}

.how-to-take-page.how-to-take-page-rs
  div#visit-support-page-footnote
  > .component-content
  .special-footnote
  p {
  text-indent: -2px;
}

@media (max-width: 991px) {
  .how-to-take-page .support-resources .field-promotext a span.no-wrap {
    white-space: normal !important;
  }
  .how-to-take-page .support-resources .field-promotext a {
    padding: 0 18px;
  }
  .how-to-take-page.how-to-take-page-rs
    #visit-support-page.sky-blue-container
    .promo {
    padding-inline: 10px;
  }

  .how-to-take-page.how-to-take-page-rs div#visit-support-page-footnote {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .how-to-take-page.how-to-take-page-rs #visit-support-page.sky-blue-container {
    padding-bottom: 10px;
    margin-top: 0;
  }
}

.how-to-take-page.how-to-take-page-rs
  div#visit-support-page-footnote
  > .component-content
  .special-footnote {
  color: #00144f;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .how-to-take-page.how-to-take-page-rs .faq-container {
    padding: 80px 25.5px 50px 25.5px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#visit-support-page-footnote
    > .component-content
    .special-footnote
    p {
    padding-inline: 16px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources
    .column-splitter
    .col-lg-4:nth-child(2)
    .field-promotext
    p {
    margin-inline: 0;
  }

  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    + .component.container.support-resources {
    max-width: 98%;
  }

  .how-to-take-page.how-to-take-page-rs div#section-autoinjector {
    max-width: 98%;
  }

  .how-to-take-page.how-to-take-page .blue-bg-with-img {
    max-width: 98%;
  }

  .how-to-take-page.how-to-take-page-rs
    div#video-std-container
    .row.component.column-splitter {
    padding-right: 16px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#other-repatha-section.support-resources
    .field-promotext
    p {
    margin-inline: 0%;
  }

  .how-to-take-page.how-to-take-page-rs
    div#device-support.support-resources
    .field-promotext
    p {
    margin-inline: 0%;
  }

  .how-to-take-page.how-to-take-page-rs
    .faq-container
    .accordion
    > .component-content {
    max-width: 520px;
    margin-inline: auto;
  }

  .how-to-take-page.how-to-take-page-rs .faq-container .accordion {
    padding-inline: 0;
  }

  .how-to-take-page.how-to-take-page-rs .faq-container {
    max-width: 98%;
  }
}

@media (min-width: 992px) {
  .how-to-take-page.how-to-take-page-rs #other-repatha-section {
    margin-top: 50px;
  }
}

.how-to-take-page.how-to-take-page-rs #faq-section .reference-section p {
  color: #45484b;
}

@media (min-width: 1025px) {
  .resource-support .resource-tab .btn {
    width: 439px;
    padding: 18px 13px;
  }
}

.resource-support
  .resource-content
  > .component-content
  > .column-splitter
  img {
  min-height: 207px;
  height: auto;
}

.starting-repatha
  .accordion
  ul.items
  li.item:nth-child(2)
  .toggle-content
  .component:nth-child(9)
  .ref-txt {
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .starting-repatha
    .accordion
    ul.items
    li.item:nth-child(1)
    .toggle-content
    .btn-flex
    .field-link
    .accordion-btn {
    font-size: 22px;
  }

  .starting-repatha .contact-block {
    margin-top: 39px;
  }

  .starting-repatha .more-info {
    font-size: 22px !important;
    line-height: 26px;
  }

  .starting-repatha
    .component.container.img-name-sec
    .component-content
    .col-12
    .img-name {
    font-size: 14px;
    line-height: 20px;
    bottom: 23px;
  }

  .how-to-take-page.how-to-take-page-rs
    div#video-std-container
    .component.rich-text
    .page-footnote {
    margin-top: 18px !important;
    padding-bottom: 0;
    padding-left: 16px;
    text-align: left;
  }

  .how-to-take-page.how-to-take-page-rs
    #visit-support-page.sky-blue-container
    .component:nth-child(2)
    .field-promoicon {
    margin-top: 20px;
  }
}

.starting-repatha .accordion ul.items li.item:nth-child(4) .field-link {
  margin-top: 32px;
}

#other-repatha-section.support-resources .field-promotext {
  width: 100%;
  margin: auto;
}
.starting-repatha
  .accordion
  ul.items
  li.item:nth-child(1)
  .toggle-content
  .component:nth-child(5) {
  margin: 0 auto 29px;
}

@media only screen and (max-width: 991px) {
  .how-to-take-page.how-to-take-page-rs
    #other-repatha-section.support-resources
    .column-splitter
    .col-lg-4:first-child
    .promo-text
    .field-promotext
    p {
    text-align: center;
  }
  .starting-repatha
    .accordion
    ul.items
    li.item:nth-child(1)
    .toggle-content
    .btn-flex
    .component-content {
    justify-content: center;
  }
  .resource-support
    .resource-content
    > .component-content
    > .column-splitter
    img {
    min-height: auto;
  }
}

.how-to-take-page.how-to-take-page-rs #info-container {
  margin-top: 50px;
}

.alert__content,
.alert__content strong {
  font-family: "roboto-Regular";
}

@media (min-width: 992px) {
  .how-to-take-page.how-to-take-page-rs #visit-support-page .promo {
    max-width: 750px;
    margin: auto;
    margin-bottom: 25px;
  }

  #visit-support-page .promo .component-content .field-promoicon {
    width: 100px;
  }
  .starting-repatha .accordion ul.items li.item:nth-child(3) .img-name-sec {
    margin-bottom: 30px;
  }
  .starting-repatha
    .accordion
    ul.items
    li.item:nth-child(3)
    .img-name-sec
    .plain-html.col-12 {
    padding-left: 20px;
    max-width: 35%;
    flex: 0 0 35%;
  }
}

@media (max-width: 767px) {
  .resource-support .resource-content .col-8 .promo.col-12.equal-row-3 img {
    width: 100%;
  }
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .field-promotext
    p,
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .field-promotext2
    p {
    font-size: 20px;
    padding: 0 10px;
  }
  #other-repatha-section.support-resources
    .column-splitter
    .col-lg-4:nth-child(2)
    .promo
    img {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d9d5d5;
  }
  #other-repatha-section.support-resources
    .column-splitter
    .col-lg-4:nth-child(3)
    .promo
    img {
    box-shadow: none;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .how-to-take-page.how-to-take-page-rs #other-repatha-section {
    margin-bottom: 0 !important;
  }
  .support-resources .field-promotext h3 {
    padding: 20px 30px;
  }
  .how-to-take-page.how-to-take-page-rs
    #video-std-container
    .imageContainer
    .video-js {
    height: 200px;
    width: auto;
    border-radius: 24px;
    background-color: #ffffff;
  }
  .routine-fits .routine-fits-content {
    flex-direction: column;
  }
  .how-to-take-page.how-to-take-page-rs div#section-autoinjector {
    margin-top: 40px;
  }
  .how-to-take-page.how-to-take-page-rs
    div#section-autoinjector
    .plain-html.col-12 {
    padding: 0;
  }
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .component-content
    > div:first-of-type {
    flex-direction: column;
    gap: 0px;
  }
  .how-to-take-page.how-to-take-page-rs #info-container {
    margin-top: 20px;
  }
  .resource-support .resource-content .question {
    margin-bottom: 25px;
  }
  .how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-txt {
    font-size: 12px;
    line-height: normal;
    margin-top: 5px;
    padding: 0 15px;
  }
  .how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-top-txt {
    font-size: 12px;
    padding: 0 15px;
    text-indent: -4px;
    margin-top: 5px;
    line-height: normal;
  }
  .how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-ref-txt {
    font-size: 12px;
    margin-top: 25px;
    padding: 0 15px;
    line-height: normal;
  }
  .resource-support .resource-content .col-4 .promo.col-12 img {
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .how-to-take-page.how-to-take-page-rs #section-autoinjector .bt-txt a {
    font-size: 12px;
  }

  .starting-repatha
    .accordion
    ul.items
    li.item:nth-child(2)
    .toggle-content
    .component:nth-child(9)
    .ref-txt {
    text-align: left;
    margin-bottom: 20px;
  }
  .how-to-take-page.how-to-take-page-rs #other-repatha-section .promo-heading {
    padding-right: 0;
  }
  .starting-repatha
    .accordion
    ul.items
    li.item:nth-child(2)
    .toggle-content
    .col-12 {
    padding-inline: 0;
  }
}

@media (max-width: 380px) {
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .field-promotext2
    p {
    padding: 0 6px !important;
  }
}

.you-are-encouraged,
.isit-last-content {
  font-size: 14px !important;
}

.resource-support .patient-browser-promo .field-promoicon img {
  width: auto !important;
  height: 100px !important;
}

.resource-support #no-prescription.resource-content .question {
  font-size: 22px !important;
}
.resource-support #no-prescription.resource-content .question.padding-top {
  padding-top: 24px !important;
}

.resource-support .resource-content .question {
  font-size: 22px !important;
}
.resource-support
  #no-prescription.resource-content
  .col-4
  .image-link-text-2-promo.col-12.equal-row-1
  .field-promoicon
  img {
  padding: 25px;
}

@media (max-width: 767px) {
  #visit-support-page .field-promolink img {
    top: 2px;
    padding-left: 2px;
  }
  .resource-support
    #no-prescription.resource-content
    .col-4
    .image-link-text-2-promo.col-12.equal-row-1
    .field-promoicon
    img {
    padding: 0;
  }
  .how-to-take-page.how-to-take-page-rs #section-autoinjector .plain-html h2 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .how-to-take-page.how-to-take-page-rs #section-autoinjector .plain-html h3 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .field-promoicon
    img {
    visibility: hidden;
  }

  .how-to-take-page.how-to-take-page-rs #faq-section .reference-section p {
    margin-bottom: 0;
  }
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .field-promoicon {
    background-image: url("/~/media/Themes/Amgen/Repatha-com-Redesign/Repatha-com-Redesign/Images/Content/Reskin/syringe-weeks-mob.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100px;
  }
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .component-content
    > div:first-of-type
    div:nth-child(1),
  .how-to-take-page.how-to-take-page-rs
    #section-autoinjector
    .promo
    .component-content
    > div:first-of-type
    div:nth-child(2) {
    max-width: 100%;
  }
}

.component.rich-text .component-content .container.headerbannercontent p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #081c5d;
  padding-left: 30px;
  margin: 0;
}
.field-promolink.promofirstbtn {
  margin-bottom: 8px !important;
}
.resource-support .resource-content .field-promotext2 .field-promolink {
  margin-bottom: 0px;
}
div#pfsv1,
div#pfsv2 {
  cursor: pointer;
}

.field-promolink.ddbtn-1 {
  padding-bottom: 12px;
}
