/* Patient Stories CSS */

#patient-stories-page .showDiv {
  display: block !important;
}

#patient-stories-page .h1,
#patient-stories-page h1 {
  font-family: var(--font-montserrat_sans);
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 0px;
}

#patient-stories-page .h6,
#patient-stories-page h6 {
  font-style: normal;
  font-weight: 400;
  color: var(--bs-black-rgb);
}

#patient-stories-page .roboto {
  font-size: 16px;
  line-height: inherit;
}

#patient-stories-page .cta-btn-red {
  text-decoration: none;
  color: var(--bs-white);
  background: linear-gradient(0deg, var(--cyf-maroon-dark), var(--bs-red-anchor));
  border: 1px solid var(--bs-white);
  padding: 12px;
  display: block;
  width: 100%;
  max-width: 346px;
  min-height: fit-content;
  text-align: center;
  border-radius: 6px;
  font-family: var(--font-montserrat_sans);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  transition: 0.1s ease-in-out;
  opacity: 1;
  text-shadow: none;
}

#patient-stories-page .cta-btn-red span.text {
  display: inline-block;
  color: var(--bs-white);
  position: relative;
}

#patient-stories-page .cta-btn-red:hover {
  background: linear-gradient(0deg, rgb(128, 0, 67), rgb(179, 18, 69));
  text-decoration: none;
  color: var(--bs-white);
}

#patient-stories-page section.no-top-padding:not(.thinner-top-padding) {
  padding-top: 0px;
}

#patient-stories-page .hero-section.chl-section-hero {
  min-height: 410px;
  background-position: 50% center;
  background-size: cover;
}

#patient-stories-page .hero-section.chl-section-hero .hero-copy h1,
#patient-stories-page .hero-section.chl-section-hero .hero-copy p {
  color: var(--bs-white);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 3px;
}

#patient-stories-page .hero-section.chl-section-hero .hero-copy h1 {
  font-weight: 600;
}

#patient-stories-page .hero-section.chl-section-hero .hero-copy p {
  font-size: 18px;
}

#patient-stories-page .hero-section.chl-section-hero .photo-caption {
  position: absolute;
  bottom: -185px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1250px;
  min-height: 135px;
  text-align: center;
}

#patient-stories-page .hero-section.chl-section-hero .photo-caption p {
  color: var(--bs-black-rgb);
  font-size: 11px;
}

#patient-stories-page .hero-section.chl-section-hero .photo-caption img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
}

#patient-stories-page .hero-section.mobile-order-reverse {
  background-color: transparent;
}

#patient-stories-page .hero-section.patient-stories-hero {
  background: url("/images/patient-stories/patient-stories-hero-desktop.jpg");
}

#patient-stories-page .hero-section.patient-stories-hero .hero-copy h1,
#patient-stories-page .hero-section.patient-stories-hero .hero-copy p {
  font-weight: 600;
  font-family: var(--font-montserrat_sans);
}

#patient-stories-page .hero-section.patient-stories-hero .hero-copy {
  margin-top: 20px;
}

#patient-stories-page .hero-section.patient-stories-hero .hero-copy p {
  width: 75%;
}

#patient-stories-page .spacer {
  padding-top: 200px;
  background-color: var(--app-light-background);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .image-div {
  padding-left: 0;
  padding-right: 0;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro {
  background-color: var(--app-light-background);
  padding: 32px 0;
}

#patient-stories-page .patient-videos-group .patient-videos h2 {
  color: var(--app-maroon-accent);
  font-size: 26px;
  margin-bottom: 16px;
}

#patient-stories-page .patient-videos-group .patient-videos h3 {
  color: var(--app-maroon-accent);
  font-size: 26px;
  margin-bottom: 24px;
  font-weight: 700;
}

#patient-stories-page .patient-videos-group .patient-videos p {
  font-family: var(--font-montserrat_sans);
  font-weight: 400;
  font-size: 18px;
}

#patient-stories-page .patient-videos-group .patient-videos a.watch-now {
  cursor: pointer;
  display: inline-block;
  color: var(--app-maroon-accent);
  font-family: var(--font-roboto_sans);
  font-weight: 600;
  padding: 0px 28px 0px 0px;
  background: url("/images/patient-stories/btn-icon-plus-sign-red.svg") 100% center / 15px 15px no-repeat;
  text-decoration: none;
}

#patient-stories-page .patient-videos-group .patient-videos a.watch-now.show {
    background-image: url("/images/patient-stories/btn-icon-minus-sign-red.svg");
}

#patient-stories-page .patient-videos-group .patient-videos a.watch-now:hover {
  color: var(--app-maroon-accent);
  font-weight: 500;
  text-decoration: none;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro {
  background-color: var(--app-light-background);
  padding: 0px 0px 32px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro.white-bg {
  background-color: var(--bs-white);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content .copy {
  padding-bottom: 16px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image {
  cursor: pointer;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px 0px 24px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player {
  display: none;
  padding: 32px 0px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player.no-top-padding {
  padding-top: 0px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-anchor {
  position: relative;
  scroll-margin-top: 90px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-container iframe {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller {
  display: none;
  background-color: var(--app-light-background);
  border-bottom: 1px solid var(--app-pink-background);
  overflow: auto;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group {
  display: flex;
  width: 606px;
  margin: 0px auto;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item {
  cursor: pointer;
  display: block;
  width: 202px;
  position: relative;
  padding: 0px 10px 25px;
  color: var(--bs-black-rgb);
  background-color: var(--app-light-background);
  text-decoration: none;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item::before {
  display: block;
  content: "";
  position: absolute;
  top: 50px;
  left: auto;
  right: 50%;
  width: calc(100% - 10px);
  height: 3px;
  background-color: var(--app-maroon-accent);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item:first-of-type::before {
  display: none;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item .dot {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--app-chapter-btn-background);
  border: 2px solid var(--app-chapter-background);
  border-radius: 50%;
  position: absolute;
  top: 42px;
  left: calc(50% - 10px);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item .dot::after {
  display: none;
  content: "";
  width: 64px;
  height: 39px;
  background: url("/images/patient-stories-control-marker.svg") 50% center / 64px 39px no-repeat;
  position: absolute;
  bottom: calc(100% + 10px);
  left: -23px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item .text {
  display: block;
  font-family: var(--font-montserrat_sans);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 72px 0px 0px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.played {
    background-color: var(--app-chapter-btn-played-background);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.played::before {
  background-color: var(--app-maroon-accent);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.played .dot {
  background-color: var(--app-maroon-accent);
  border-color: var(--app-maroon-accent);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active::before {
  background-color: var(--app-maroon-accent);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active .dot {
  background-color: var(--app-maroon-accent);
  border-color: var(--app-maroon-accent);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active .dot::after {
  display: block;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active .text {
  font-weight: 700;
  color: var(--cyf-active-teal);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-mobile-instructions {
  display: none;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-mobile-instructions p {
  color: var(--cyf-light-dark-teal);
  text-align: right;
  padding: 16px 42px 16px 0px;
  margin: 0px;
  background: url("/images/patient-stories/btn-icon-arrow-gray.svg") 100% center / 34px 15px no-repeat;
}

#patient-stories-page .single-content-area .off-white-bg,
#patient-stories-page .single-content-area.off-white-bg {
  background-color: var(--cyf-light-teal);
}

#patient-stories-page h2 {
  font-weight: 600;
}

#patient-stories-page .smaller-size.h2,
#patient-stories-page h2.smaller-size {
  font-size: 22px;
}

#patient-stories-page .hero-section {
  background-size: 0px 0px;
}

#patient-stories-page .hero-section,
#patient-stories-page .hero-section.chl-section-hero {
  position: relative;
  background-repeat: no-repeat;
}

#patient-stories-page .hero-section.chl-section-hero {
  max-height: 600px;
  height: auto;
  background-size: cover;
  padding-bottom: 84vw;
  background-position: 0 calc(100% + 0px);
  background-image: url("/images/patient-stories/patient-stories-hero-mobile.jpg");
}

#patient-stories-page .hero-section.chl-section-hero .hero-copy h1,
#patient-stories-page .hero-section.chl-section-hero .hero-copy p {
  color: var(--bs-white);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 3px;
}

#patient-stories-page .hero-section.chl-section-hero .hero-copy h1 {
  font-weight: 600;
}

#patient-stories-page .hero-section.chl-section-hero .hero-copy p {
  font-size: 18px;
}

#patient-stories-page .hero-section.chl-section-hero .photo-caption p {
  color: var(--bs-black-rgb);
  font-size: 11px;
}

#patient-stories-page .hero-section.chl-section-hero .photo-caption img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#patient-stories-page .hero-section h1 {
  margin: 18px 0px 15px;
}

#patient-stories-page .hero-section p {
  font-size: 16px;
  line-height: 1.3;
  margin: 0px 0px 10px;
}

#patient-stories-page .hero-section.mobile-order-reverse {
  background-color: transparent;
}

#patient-stories-page .patient-videos-group .patient-videos h2 {
  color: var(--app-maroon-accent);
  font-size: 26px;
  margin-bottom: 16px;
}

#patient-stories-page .patient-videos-group .patient-videos h3 {
  color: var(--app-maroon-accent);
  font-size: 26px;
  margin-bottom: 24px;
}

#patient-stories-page .patient-videos-group .patient-videos p {
  font-family: var(--font-montserrat_sans);
  font-weight: 400;
}

#patient-stories-page .patient-videos-group .patient-videos a.watch-now:hover {
  color: var(--app-maroon-accent);
  font-weight: 500;
  text-decoration: none;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro.white-bg {
  background-color: var(--bs-white);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content .copy {
  padding-bottom: 16px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image {
  cursor: pointer;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px 0px 24px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player {
  display: none;
  padding: 32px 0px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player.no-top-padding {
  padding-top: 0px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-anchor {
  position: relative;
  scroll-margin-top: 90px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller {
  display: none;
  background-color: var(--app-light-background);
  border-bottom: 1px solid var(--app-pink-background);
  overflow: auto;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller.show {
    display: block;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group {
  display: flex;
  width: 606px;
  margin: 0px auto;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item {
  cursor: pointer;
  display: block;
  width: 202px;
  position: relative;
  padding: 0px 10px 25px;
  color: var(--bs-black-rgb);
  background-color: var(--app-light-background);
  text-decoration: none;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active:before {
    background-color: var(--app-maroon-accent);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item:first-of-type::before {
  display: none;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item .dot {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--app-chapter-btn-background);
  border: 2px solid var(--app-chapter-background);
  border-radius: 50%;
  position: absolute;
  top: 42px;
  left: calc(50% - 10px);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item .dot::after {
  display: none;
  content: "";
  width: 64px;
  height: 39px;
  background: url("/images/patient-stories/patient-stories-control-marker.svg") 50% center / 64px 39px no-repeat;
  position: absolute;
  bottom: calc(100% + 10px);
  left: -23px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item .text {
  display: block;
  font-family: var(--font-montserrat_sans);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 72px 0px 0px;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active {
  background-color: var(--app-chapter-btn-played-background);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active::before {
  background-color: var(--app-maroon-accent);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active .dot {
  background-color: var(--app-maroon-accent);
  border-color: var(--app-maroon-accent);
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active .dot::after {
  display: block;
}

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item.active .text {
  font-weight: 700;
  color: var(--cyf-active-teal);
}

#patient-stories-page .single-content-area {
  padding: 32px 0px;
}

#patient-stories-page .single-content-area .button-area {
  margin: 20px 0px 0px;
}

#patient-stories-page .single-content-area .button-area p:last-of-type {
  margin-bottom: 0px;
}

#patient-stories-page .single-content-area .button-area a {
  margin: 0px auto;
}

#patient-stories-page .single-content-area .copy-below-button {
  margin: 20px 0px 0px;
}

@media (min-width: 768px) {
  #patient-stories-page .hero-section.chl-section-hero {
    min-height: 410px;
    background-position: 0 calc(100% + 361px);
  }

  #patient-stories-page .hero-section.patient-stories-hero .hero-copy {
    margin-top: 70px;
  }

  #patient-stories-page .hero-section.patient-stories-hero .hero-copy p {
    width: 100%;
  }

  #patient-stories-page .hero-section.patient-stories-hero .photo-caption {
    bottom: -50px;
  }

  #patient-stories-page .hero-section.chl-section-hero .photo-caption img {
    max-width: 100%;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .image-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro {
    padding: 60px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player {
    padding: 60px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-anchor {
    scroll-margin-top: 110px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group {
    width: 690px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item {
    padding: 0px 12px 24px;
    display: block;
    width: 33.333%;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item {
    padding: 0px 12px 32px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro {
    padding: 60px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player {
    padding: 60px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group {
    width: 690px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item {
    padding: 0px 12px 24px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item {
    padding: 0px 12px 32px;
  }

  #patient-stories-page .single-content-area {
    padding: 60px 0px;
  }

  #patient-stories-page .single-content-area .button-area+.copy-below-button {
    margin-top: 32px;
  }

  #patient-stories-page .d-md-block {
    display: block;
  }

  #patient-stories-page .d-md-none {
    display: none;
  }

  #patient-stories-page .col-md-8 {
    flex: 0 0 auto;
    width: 66.6667%;
  }

  #patient-stories-page .spacer {
    padding-top: 100px;
  }

  #patient-stories-page .patient-videos-group .patient-videos h2,
  .patient-videos-group .patient-videos h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }

  #patient-stories-page .patient-videos-group .patient-videos h3,
  .patient-videos-group .patient-videos h3 {
    font-size: 28px;
    margin-bottom: 32px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player,
  .single-content-area {
    padding: 60px 0px;
  }

  #patient-stories-page .smaller-size.h2,
  #patient-stories-page h2.smaller-size {
    font-size: 28px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group {
    width: 690px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item {
    padding: 0px 12px 32px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item .text,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group .chapter-btn-item .text {
    padding-top: 80px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-anchor,
  .patient-videos-group .patient-videos .patient-videos-player .video-anchor {
    scroll-margin-top: 110px;
  }

  #patient-stories-page .single-content-area .button-area+.copy-below-button,
  #patient-stories-page .single-content-area .copy-below-button {
    margin-top: 32px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player.show {
    display: block;
  }

#patient-stories-page .patient-videos-group .patient-videos .patient-videos-mobile-instructions {
  display: none !important;
}
}

@media (min-width: 992px) {
  #patient-stories-page .hero-section.patient-stories-hero .hero-copy {
    margin-top: 0px;
  }

  #patient-stories-page .hero-section.chl-section-hero.patient-stories-hero {
    min-height: 410px;
    padding-bottom: 0px;
    background: url(/images/patient-stories/patient-stories-hero-desktop.jpg) 50% center / cover no-repeat;
  }

  #patient-stories-page .hero-section.patient-stories-hero .photo-caption {
    bottom: calc(100% - 550px);
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro {
    padding: 80px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row {
    flex-direction: row-reverse;
    align-items: center;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 24px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image img {
    margin-bottom: 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left {
    flex-direction: row;
    align-items: center;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 0px 0px 24px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player {
    padding: 80px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-anchor {
    scroll-margin-top: 130px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group {
    width: 856px;
  }

  #patient-stories-page .hero-section {
    background-position: 50% center;
    background-size: cover;
  }

  #patient-stories-page .hero-section h1 {
    margin: 72px 0px 8px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro {
    padding: 80px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row {
    flex-direction: row-reverse;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 24px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image img {
    margin-bottom: 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left {
    flex-direction: row;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 0px 0px 24px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player {
    padding: 80px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group {
    width: 856px;
  }

  #patient-stories-page .single-content-area {
    padding: 80px 0px;
  }

  #patient-stories-page .single-content-area .button-area p {
    text-align: center;
  }

  #patient-stories-page .d-lg-block {
    display: block;
  }

  #patient-stories-page .justify-content-lg-end {
    justify-content: flex-end;
  }

  #patient-stories-page .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6667%;
  }

  #patient-stories-page .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  #patient-stories-page .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6667%;
  }

  #patient-stories-page .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  #patient-stories-page .offset-lg-2 {
    margin-left: 16.6667%;
  }

  #patient-stories-page .h1,
  #patient-stories-page h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  #patient-stories-page .spacer {
    padding-top: 155px;
  }

  #patient-stories-page .hero-section.patient-stories-hero .hero-copy h1,
  #patient-stories-page .hero-section.patient-stories-hero .hero-copy p {
    text-shadow: none;
  }

  #patient-stories-page .hero-section.patient-stories-hero .hero-copy h1 {
    color: var(--app-maroon-accent);
  }

  #patient-stories-page .hero-section.patient-stories-hero .hero-copy p {
    color: var(--bs-black-rgb);
    font-weight: 600;
    font-family: var(--font-montserrat_sans);
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player,
  .single-content-area {
    padding: 80px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player.show {
    display: block;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row {
    flex-direction: row-reverse;
    align-items: center;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left {
    flex-direction: row;
    align-items: center;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 24px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 0px 0px 24px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image img,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-image img {
    margin-bottom: 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-controller .chapter-btn-group {
    width: 856px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-player .video-anchor,
  .patient-videos-group .patient-videos .patient-videos-player .video-anchor {
    scroll-margin-top: 130px;
  }
}

@media (min-width: 1200px) {
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 32px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content .copy {
    padding-bottom: 24px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 48px 0px 32px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 32px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content .copy {
    padding-bottom: 24px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 48px 0px 32px;
  }

  #patient-stories-page .d-xl-block {
    display: block;
  }

  /* Column sizing */
  #patient-stories-page .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6667%;
  }

  /* Content padding */
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 32px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content .copy,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content .copy {
    padding-bottom: 24px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 48px 0px 32px;
  }
}

@media (min-width: 1400px) {
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 48px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 60px 0px 32px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 48px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 60px 0px 32px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row .intro-content {
    padding: 0px 48px 0px 0px;
  }

  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content,
  #patient-stories-page .patient-videos-group .patient-videos .patient-videos-intro .intro-row.desktop-image-on-left .intro-content {
    padding: 0px 60px 0px 32px;
  }
}
