@charset "UTF-8";
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.page-content section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .page-content section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

* {
  font-synthesis: none !important;
}

body {
  padding-top: 94px;
}
@media (min-width: 1100px) {
  body {
    padding-top: 126px;
  }
}

@media (max-width: 991px) {
  #hero img.hero {
    width: 100%;
    height: auto;
  }
}

@font-face {
  font-family: "NeuePlakExtraBlack";
  src: url("../fonts/NeuePlakExtraBlack.woff2") format("woff2"), url("../fonts/NeuePlakExtraBlack.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeuePlakNarrowBold";
  src: url("../fonts/NeuePlakNarrowBold.woff2") format("woff2"), url("../fonts/NeuePlakNarrowBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
a.button {
  font-family: "Lato";
  padding: 16px 10px;
  width: fit-content;
  text-align: center;
  line-height: 44px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

button:focus {
  outline: none;
}

a.button {
  transition: 0.3s;
}
a.button:hover {
  text-decoration: none;
}
a.button.narrow {
  padding: 5px 10px;
  display: inline;
}
a.button.transparent {
  background-color: transparent;
  border: solid 1px Black;
  color: #373737;
}
a.button.transparent:hover {
  background-color: #373737;
  color: #fff;
  outline: 1px solid #fff;
}
a.button.white {
  background-color: #fff;
  color: #177ea1;
}
a.button.white:hover {
  background-color: #177ea1;
  color: #fff;
  outline: 1px solid #fff;
}
a.button.black {
  color: #373737;
  border: solid 1px Black;
}
a.button.black:hover {
  background-color: #373737;
  color: #fff;
  outline: 1px solid #fff;
}
a.button.turquoise {
  color: #fff;
  background-color: #177ea1;
  border: solid 1px #177ea1;
}
a.button.turquoise:hover {
  background-color: #fff;
  color: #177ea1;
  outline: 1px solid #fff;
}
a.button.purple {
  color: #fff;
  background-color: #8a247f;
  border: solid 1px #8a247f;
}
a.button.purple:hover {
  background-color: #eddeeb;
  color: #8a247f;
  outline: 1px solid #8a247f;
}

h1,
h2 {
  text-transform: uppercase;
}

.hcp h1 {
  font-family: "NeuePlakExtraBlack";
}
.hcp h1.big {
  font-size: 75px;
  line-height: 65px;
}
@media (max-width: 1440px) {
  .hcp h1.big {
    font-size: 68px;
    line-height: 63px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .hcp h1.big {
    font-size: 58px;
    line-height: 54px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .hcp h1.big {
    font-size: 46px;
    line-height: 42px;
    padding-bottom: 20px;
  }
}

h1 {
  font-family: "NeuePlakExtraBlack";
}
h1.big {
  font-size: 75px;
  line-height: 65px;
}
@media (max-width: 1440px) {
  h1.big {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  h1.big {
    font-size: 55px;
    line-height: 55px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  h1.big {
    font-size: 46px;
    line-height: 42px;
    padding-bottom: 20px;
  }
}
h1.smaller {
  font-size: 56px;
  line-height: 54px;
}
@media (max-width: 991px) {
  h1.smaller {
    font-size: 36px;
    line-height: 34px;
  }
}

h2 {
  color: #373737;
  font-family: "NeuePlakNarrowBold";
  font-size: 48px;
  line-height: 45px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 33px;
  }
}

h3 {
  color: #373737;
  font-family: "NeuePlakNarrowBold";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px;
  margin-bottom: 15px;
}

.divider {
  width: 1300px;
  height: 4px;
  display: block;
  background-color: #1b93bc;
  opacity: 0.5;
  margin: 30px 0px;
}
.divider::after {
  content: "...";
  color: #1b93bc;
  font-size: 50px;
  position: relative;
  top: -51px;
  left: 1302px;
  letter-spacing: -3px;
}
@media (max-width: 991px) {
  .divider {
    width: 100%;
  }
}

p {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
  color: #373737;
}
p.quote {
  font-family: "taviraj";
  font-style: italic;
  position: relative;
  line-height: 23px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  p.quote.left {
    padding-left: 50px;
  }
}
p.quote:before {
  content: "";
  background-image: url("../images/global/quote.svg");
  width: 36px;
  height: 29px;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  p.quote:before {
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
}
p.quote-attribution {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  margin-top: 8px;
}
p.quoteAttribution {
  font-weight: bold;
  float: right;
}

body#ryans-story.hcp #hero .divider::after {
  color: #8a247f;
}

img.icon.arrow {
  position: relative;
  top: -1px;
}

.close.blue {
  opacity: 1;
}

sup {
  font-size: 50%;
  top: -0.8em;
}

.page-content {
  overflow-x: hidden;
}

.mobile-only {
  display: none;
}

.en-espanol.active {
  cursor: pointer;
}

@media (max-width: 700px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.white {
  color: #fff;
}

.black {
  color: #000;
}

.brand-turquoise {
  color: #2094bc;
}

.turquoise-primary {
  color: #177ea1;
}

.purple-primary {
  color: #8a247f;
}

.light-Blue {
  color: #e7f5fc;
}

.black-primary {
  color: #373737;
}

.light-gray {
  color: #f5f5f5;
}

.opaque-black {
  color: rgba(0, 0, 0, 0.7490196078);
}

.teal {
  color: #1b93bc;
}

.dark-teal {
  color: #89d4ee;
}

.bkg-light-blue {
  background-color: #e7f5fc;
}

.bkg-light-gray {
  background-color: #f5f5f5;
}

.bkg-turquoise-primary {
  background-color: #177ea1;
}

.bkg-purple-primary {
  background-color: #8a247f;
}

.bkg-light-purple {
  background-color: #eddeeb;
}

@media (min-width: 992px) {
  .bkg-50-desktop {
    background: linear-gradient(to right, #e7f5fc 50%, #177ea1 50%);
  }
}

.nowrap {
  white-space: nowrap;
}

.text-link.hcp {
  font-weight: bold;
  text-decoration: underline;
  color: #8a247f;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #e7f5fc;
}
header .header-mobile,
header .header-desktop {
  border-bottom: 2px solid #fff;
  padding-right: 0;
}
header .header-mobile {
  position: relative;
}
header .header-mobile .mobile-nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  height: 88px;
}
header .header-mobile .mobile-nav-wrapper .hamburger-menu-button {
  background-color: transparent;
  border: none;
  padding: 10px 2px;
}
header .header-mobile .mobile-nav-wrapper .hamburger-menu-button.opened .hamburger-icon {
  display: none;
}
header .header-mobile .mobile-nav-wrapper .hamburger-menu-button.opened .close-icon {
  display: inline;
}
header .header-mobile .mobile-nav-wrapper .hamburger-menu-button.closed .close-icon {
  display: none;
}
header .header-mobile .mobile-nav-wrapper .hamburger-menu-button.closed .hamburger-icon {
  display: inline;
}
header .header-mobile .mobile-nav-wrapper .header-mobile {
  display: block;
}
header .header-mobile .mobile-nav-wrapper .logo-mobile {
  width: 160px;
}
header .header-mobile .mobile-nav-wrapper .menu-icon {
  width: 36px;
}
header .header-mobile .mobile-nav-content {
  background-color: #e7f5fc;
  max-height: calc(100vh - 88px);
  max-height: calc(100dvh - 88px);
  overflow-y: auto;
}
header .header-mobile .mobile-nav-content .utility {
  display: flex;
  flex-direction: column;
  padding: 15px 18px 28px 18px;
  border-top: 2px solid #177ea1;
  border-bottom: 2px solid #177ea1;
}
header .header-mobile .mobile-nav-content .utility a {
  width: 100%;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-family: "Lato";
}
header .header-mobile .mobile-nav-content .utility a .icon {
  margin-left: 5px;
}
header .header-mobile .mobile-nav-content .utility a .icon svg {
  width: 9px;
  height: 9px;
}
header .header-mobile .mobile-nav-content .utility .hcp {
  height: 30px;
  color: #8a247f;
}
header .header-mobile .mobile-nav-content .utility .hcp:hover {
  background-color: #8a247f;
  color: #fff;
}
header .header-mobile .mobile-nav-content .utility .sign-up {
  margin: 12px 0 15px 0;
}
header .header-mobile .mobile-nav-content .page .page-inner {
  padding: 0 18px;
  background-color: #e7f5fc;
  display: flex;
  flex-direction: column;
  position: relative;
}
header .header-mobile .mobile-nav-content .page .page-inner > a {
  position: relative;
  border-bottom: 1px solid #177ea1;
  padding: 23px 0;
  color: #373737;
  font-family: "Lato";
  z-index: 0;
}
header .header-mobile .mobile-nav-content .page .page-inner > a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - (100vw - 100%) + 36px);
  height: calc(100% + 2px);
  background-color: transparent;
  z-index: -1;
}
header .header-mobile .mobile-nav-content .page .page-inner > a.active, header .header-mobile .mobile-nav-content .page .page-inner > a:hover {
  color: #f5f5f5;
}
header .header-mobile .mobile-nav-content .page .page-inner > a.active::before, header .header-mobile .mobile-nav-content .page .page-inner > a:hover::before {
  background-color: #177ea1;
}
header .header-mobile .mobile-nav-content .page .page-inner > a:first-child {
  padding-top: 26px;
}
header .header-mobile .mobile-nav-content .page .page-inner button {
  font-family: "Lato";
  color: #373737;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  padding: 30px 0 21px 0;
  cursor: pointer;
}
header .header-mobile .mobile-nav-content .page .page-inner button.animateIcon {
  color: #8a247f;
  font-weight: bold;
}
header .header-mobile .mobile-nav-content .page .page-inner button.animateIcon img {
  transform: rotate(180deg);
}
header .header-mobile .mobile-nav-content .page .page-inner button img {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
header .header-mobile .mobile-nav-content .page ul {
  background-color: #177ea1;
  width: 100%;
  list-style: none;
  padding-left: 0;
  padding: 0 18px;
  display: none;
}
header .header-mobile .mobile-nav-content .page ul li {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 0;
}
header .header-mobile .mobile-nav-content .page ul li:first-child {
  padding-top: 23px;
}
header .header-mobile .mobile-nav-content .page ul li:last-child {
  padding-bottom: 23px;
  border-bottom: none;
}
header .header-mobile .mobile-nav-content .page ul li::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - (100vw - 100%) + 36px);
  height: calc(100% + 4px);
  background-color: transparent;
  z-index: -1;
}
header .header-mobile .mobile-nav-content .page ul li:hover {
  border-bottom: 1px solid #e7f5fc;
}
header .header-mobile .mobile-nav-content .page ul li:hover::before {
  background-color: #e7f5fc;
}
header .header-mobile .mobile-nav-content .page ul li:hover a {
  color: #373737;
  text-decoration: underline;
}
header .header-mobile .mobile-nav-content .page ul li a {
  color: #fff;
  font-family: "Lato";
}
header .header-mobile .mobileTreatmentWrapper {
  text-align: center;
  margin-bottom: 18px;
}
header .header-mobile .treatment {
  cursor: pointer;
  font-size: 12px;
  line-height: 0 !important;
}
header .header-mobile .treatment .icon {
  margin-left: 5px;
}
header .header-mobile .treatment .icon svg {
  width: 9px;
  height: 9px;
}
header .header-desktop {
  display: none;
  padding-top: 20px;
  padding-bottom: 16px;
  background-color: #e7f5fc;
  position: sticky;
  top: 0px;
  z-index: 1;
  box-shadow: 1px 1px 8px #999;
}
@media (min-width: 1100px) and (max-width: 1440px) {
  header .header-desktop {
    padding-bottom: 0;
  }
}
@media (min-width: 1100px) and (max-width: 1440px) {
  header .header-desktop .header-desktop-inner {
    max-width: none;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 1100px) and (max-width: 1440px) and (min-width: 1300px) {
  header .header-desktop .header-desktop-inner {
    padding: 0 40px 0 40px;
  }
}
@media (min-width: 1100px) and (max-width: 1440px) {
  header .header-desktop .header-desktop-inner .logo {
    transform: translateY(-40px);
  }
  header .header-desktop .header-desktop-inner nav.page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 43px;
  }
  header .header-desktop .header-desktop-inner nav.page a,
  header .header-desktop .header-desktop-inner nav.page button {
    margin-left: 0;
    padding: 0;
  }
  header .header-desktop .header-desktop-inner nav.page a .ul-wrapper,
  header .header-desktop .header-desktop-inner nav.page button .ul-wrapper {
    top: 25px;
  }
}
header .header-desktop nav {
  text-align: right;
  position: relative;
}
header .header-desktop nav a {
  font-family: "Lato";
}
header .header-desktop nav.utility {
  line-height: 21px;
  letter-spacing: 0.42px;
  margin-bottom: 20px;
}
header .header-desktop nav.utility a {
  margin-left: 30px;
}
header .header-desktop nav.utility a:hover {
  text-decoration: none;
}
header .header-desktop nav.utility a .icon {
  margin-left: 5px;
}
header .header-desktop nav.utility a .icon svg {
  width: 9px;
  height: 9px;
}
header .header-desktop nav.utility a.hcp {
  color: #8a247f;
}
header .header-desktop nav.utility a.treatment:hover {
  cursor: pointer;
}
header .header-desktop nav.page .direct-support-links {
  background-color: transparent;
  border: none;
}
header .header-desktop nav.page .direct-support-links:hover {
  cursor: pointer;
}
header .header-desktop nav.page .direct-support-links:hover .ul-wrapper {
  display: block;
}
header .header-desktop nav.page .direct-support-links:hover img {
  transform: rotate(180deg);
}
header .header-desktop nav.page .direct-support-links img {
  width: 14px;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
header .header-desktop nav.page a,
header .header-desktop nav.page .direct-support-links {
  line-height: 25px;
  letter-spacing: 0.51px;
  color: #373737;
  margin-left: 30px;
  font-family: "Lato";
}
header .header-desktop nav.page a.active,
header .header-desktop nav.page .direct-support-links.active {
  border-bottom: solid 4px #8a247f;
  padding-bottom: 14px;
}
header .header-desktop nav.page > a:hover {
  color: #8a247f;
  border-bottom: solid 4px #8a247f;
  padding-bottom: 14px;
  text-decoration: none;
}
header .header-desktop nav.page .ul-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
header .header-desktop nav.page .ul-wrapper ul {
  margin-top: 19px;
  list-style-type: none;
  background-color: #177ea1;
  color: #fff;
  padding: 0;
  text-align: start;
  margin-bottom: 0;
  border: 1px solid #fff;
}
header .header-desktop nav.page .ul-wrapper ul li {
  display: block;
  position: relative;
  z-index: 0;
}
header .header-desktop nav.page .ul-wrapper ul li:last-child {
  border-bottom: none;
}
header .header-desktop nav.page .ul-wrapper ul li a {
  color: #fff;
  margin: 0;
  padding: 30px;
  display: block;
}
header .header-desktop nav.page .ul-wrapper ul li::after {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 100%;
  height: 1px;
  width: calc(100% - 60px);
  margin-left: 30px;
}
header .header-desktop nav.page .ul-wrapper ul li:last-child::after {
  content: none;
}
header .header-desktop nav.page .ul-wrapper ul li:hover {
  background-color: #fff;
}
header .header-desktop nav.page .ul-wrapper ul li:hover::after {
  content: none;
}
header .header-desktop nav.page .ul-wrapper ul li:hover a {
  color: #373737;
  text-decoration: none;
}
@media (min-width: 1100px) {
  header .header-desktop {
    display: block;
  }
  header .header-mobile {
    display: none;
  }
}

.modal-dialog {
  max-width: 1200px;
}

.exitModal {
  padding: 0 10px;
}
.exitModal#interstitial {
  z-index: 1055;
}
.exitModal#interstitial .buttons button,
.exitModal#interstitial .buttons a {
  color: #fff;
  background-color: #177ea1;
  border: 1px solid #fff;
}
.exitModal#interstitial .buttons button:last-child,
.exitModal#interstitial .buttons a:last-child {
  border: 1px solid #fff;
  background-color: #fff;
  color: #177ea1;
}
.exitModal#exit-interstitial-hcp-social .buttons button {
  color: #fff;
  background-color: #177ea1;
  border: 1px solid #fff;
}
.exitModal#exit-interstitial-hcp-social .buttons a {
  border: 1px solid #fff;
  background-color: #fff;
  color: #177ea1;
}
.exitModal#interstitial-third-party {
  z-index: 1055;
}
.exitModal#interstitial-third-party .buttons button,
.exitModal#interstitial-third-party .buttons a {
  border: 1px solid #fff;
  background-color: #fff;
  color: #177ea1;
}
.exitModal#interstitial-third-party .buttons button:last-child,
.exitModal#interstitial-third-party .buttons a:last-child {
  color: #fff;
  background-color: #177ea1;
  border: 1px solid #fff;
}
.exitModal#interstitial-hcp .modal-content, .exitModal#interstitial-hcp-expert .modal-content {
  background-color: #8a247f;
}
.exitModal#interstitial-hcp .buttons button,
.exitModal#interstitial-hcp .buttons a, .exitModal#interstitial-hcp-expert .buttons button,
.exitModal#interstitial-hcp-expert .buttons a {
  color: #8a247f !important;
  background-color: #fff !important;
  border: none !important;
}
.exitModal#interstitial-hcp .buttons button:focus,
.exitModal#interstitial-hcp .buttons a:focus, .exitModal#interstitial-hcp-expert .buttons button:focus,
.exitModal#interstitial-hcp-expert .buttons a:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.exitModal#interstitial-hcp .buttons button:last-child,
.exitModal#interstitial-hcp .buttons a:last-child, .exitModal#interstitial-hcp-expert .buttons button:last-child,
.exitModal#interstitial-hcp-expert .buttons a:last-child {
  border: 1px solid #fff !important;
  background-color: #8a247f !important;
  color: #fff !important;
}
.exitModal#exit-interstitial-hcp-saspap .modal-content {
  background-color: #8a247f;
}
.exitModal#exit-interstitial-hcp-saspap .buttons button {
  border: 1px solid #fff !important;
  background-color: #8a247f !important;
  color: #fff !important;
}
.exitModal#exit-interstitial-hcp-saspap .buttons a {
  color: #8a247f !important;
  background-color: #fff !important;
  border: none !important;
}
.exitModal#exit-interstitial-hcp-saspap .buttons a:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.exitModal#interstitial-are-you-hcp .modal-content {
  background-color: #fff;
}
.exitModal#interstitial-are-you-hcp .buttons button {
  color: #8a247f;
}
.exitModal#interstitial-are-you-hcp .buttons a {
  border: none;
  color: #fff;
  background-color: #177ea1;
}
.exitModal#modal-direction .buttons button {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.exitModal#modal-direction .buttons a {
  border: none;
  color: #177ea1;
  background-color: #fff;
}
.exitModal .modal-content {
  background-color: #177ea1;
  padding: 120px 0 90px 0;
  position: relative;
  text-align: center;
}
.exitModal .modal-content .modal-header {
  padding: 0;
  border: none;
}
.exitModal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}
.exitModal .modal-content .modal-body {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  word-wrap: break-word;
}
.exitModal .modal-content .modalTitle {
  font-family: "NeuePlakNarrowBold";
  color: #fff;
  font-size: 48px;
  line-height: 45px;
  padding: 0 20px;
  text-transform: uppercase;
}
.exitModal .modal-content p {
  color: #fff;
  padding: 35px 0 50px 0;
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
.exitModal .modal-content .questionContinue {
  font-family: "NeuePlakNarrowBold";
  font-size: 28px;
  line-height: 36px;
  padding: 0 0 25px 0;
}
.exitModal .buttons {
  display: flex;
  justify-content: center;
}
.exitModal .buttons button,
.exitModal .buttons a {
  width: 200px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato";
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #fff;
  color: #177ea1;
}
.exitModal .buttons button:focus,
.exitModal .buttons a:focus {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.exitModal .buttons button:last-child,
.exitModal .buttons a:last-child {
  color: #fff;
  background-color: #177ea1;
  border: 1px solid #fff;
}

@media (max-width: 574px) {
  .exitModal {
    padding: 0;
  }
  .exitModal .modalTitle {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-left: -10px;
  }
  .exitModal .modal-content {
    padding: 75px 30px;
  }
  .exitModal .modal-content p {
    padding: 30px 0 30px 0;
  }
  .exitModal .modal-content .questionContinue {
    font-size: 24px !important;
  }
}
@media (max-width: 400px) {
  .exitModal .modalTitle {
    font-size: 26px !important;
    line-height: 26px !important;
    padding: 0 10px !important;
  }
  .hcp .exitModal .modalTitle {
    font-size: 23px !important;
    line-height: 23px !important;
    padding: 0 !important;
  }
}
#signUpSuccessModal {
  padding: 0 10px;
}
#signUpSuccessModal .modal-content {
  background-color: #eaf8fc;
  padding: 146px 0;
  position: relative;
  text-align: center;
}
#signUpSuccessModal .modal-content .modal-header {
  padding: 0;
  border: none;
}
#signUpSuccessModal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}
#signUpSuccessModal .modal-content .modal-body {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
#signUpSuccessModal .modal-content .modalTitle {
  font-family: "NeuePlakNarrowBold";
  color: #373737;
  font-size: 48px;
  line-height: 45px;
  padding: 0 70px;
}
#signUpSuccessModal .modal-content p {
  color: #373737;
  padding: 35px 0 0 0;
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
  margin: 0;
}
#signUpSuccessModal .buttons {
  display: flex;
  justify-content: center;
}
#signUpSuccessModal .buttons button,
#signUpSuccessModal .buttons a {
  width: 200px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #fff;
  color: #177ea1;
  font-family: "Lato";
  font-size: 18px;
}
#signUpSuccessModal .buttons button:last-child,
#signUpSuccessModal .buttons a:last-child {
  border: 1px solid #fff;
  color: #fff;
  background-color: #177ea1;
}

@media (max-width: 768px) {
  #signUpSuccessModal .modal-content {
    padding: 90px 10px;
  }
}
@media (max-width: 576px) {
  #signUpSuccessModal {
    padding: 0;
  }
  #signUpSuccessModal .modal-content .modalTitle {
    font-size: 30px;
    line-height: 30px;
  }
}
.hcp .exitModal#interstitial-hcp, .hcp .exitModal#interstitial-hcp-expert {
  z-index: 1055;
}
.hcp .exitModal#interstitial-hcp .modal-content, .hcp .exitModal#interstitial-hcp-expert .modal-content {
  background-color: #8a247f;
}
.hcp .exitModal#interstitial-hcp .buttons button,
.hcp .exitModal#interstitial-hcp .buttons a, .hcp .exitModal#interstitial-hcp-expert .buttons button,
.hcp .exitModal#interstitial-hcp-expert .buttons a {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.hcp .exitModal#interstitial-hcp .buttons button:last-child,
.hcp .exitModal#interstitial-hcp .buttons a:last-child, .hcp .exitModal#interstitial-hcp-expert .buttons button:last-child,
.hcp .exitModal#interstitial-hcp-expert .buttons a:last-child {
  color: #8a247f !important;
  background-color: #fff !important;
  border: none !important;
}
.hcp .exitModal#interstitial-are-you-hcp .modal-content {
  background-color: #fff;
}
.hcp .exitModal#interstitial-are-you-hcp .modal-content .modalTitle {
  color: #373737;
}
.hcp .exitModal#interstitial-are-you-hcp .modal-content .modalBodyText {
  color: #373737;
  padding: 35px 0 50px 0;
  font-size: 18px;
  line-height: 27px;
  font-family: "Lato";
  font-weight: 500;
}
.hcp .exitModal#interstitial-are-you-hcp .buttons button {
  background-color: #8a247f;
  color: #fff;
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}
.hcp .exitModal#interstitial-are-you-hcp .buttons a {
  color: #fff;
  width: auto;
  padding: 0 20px;
}

@media (max-width: 576px) {
  #interstitial-are-you-hcp .buttons {
    flex-direction: column;
    align-items: center;
  }
  #interstitial-are-you-hcp .buttons button {
    margin-bottom: 20px;
  }
}
.videoPlayer .modal-body {
  padding: 0 !important;
  position: relative !important;
}
.videoPlayer .close {
  position: absolute !important;
  top: 8px;
  right: 8px;
  opacity: 1 !important;
  z-index: 1 !important;
}
.videoPlayer .close img {
  padding: 0 !important;
}
@media (max-width: 576px) {
  .videoPlayer .close img {
    width: 75%;
  }
}

#hcpHeroVideoModal .fpoImage {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 300px;
}

#threeVideoModal .modal-dialog {
  max-width: 159.3vh;
}

#globalVideoModal .modal-dialog {
  max-width: 159.3vh;
}

#modal-terms .modal-content {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#modal-terms .modal-body {
  max-width: 900px !important;
}
#modal-terms .buttons button {
  background-color: #fff !important;
  color: #177ea1 !important;
}

#interstitial-event-register .buttons a {
  border: none !important;
  background-color: #fff !important;
  color: #177ea1 !important;
}
#interstitial-event-register .buttons button {
  background-color: #177ea1 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.vimeo-embed-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* Set the aspect ratio (9:16 => 9 / 16 * 100 = 56.25%) */
  overflow: hidden;
}

.vimeo-embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hcp #exit-interstitial-hcp-social .modal-content {
  background-color: #8a247f;
}
.hcp #exit-interstitial-hcp-social .buttons button {
  border: 1px solid #fff !important;
  background-color: #8a247f !important;
  color: #fff !important;
}
.hcp #exit-interstitial-hcp-social .buttons a {
  color: #8a247f !important;
  background-color: #fff !important;
  border: none !important;
}
.hcp #exit-interstitial-hcp-social .buttons a:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.card-media-player {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  width: 100%;
  height: 100%;
  gap: 15px;
}
.card-media-player__category {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  padding: 7px 10px;
  background-color: #f5f5f5;
  border-radius: 20px;
}
.card-media-player__category-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-media-player__container {
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
}
.card-media-player__container:hover {
  cursor: pointer;
}
.card-media-player__title-container {
  color: #177ea1;
}
.card-media-player__title-container h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #177ea1;
}
@media (min-width: 992px) {
  .card-media-player__title-container h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
.card-media-player__description-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 210px;
  aspect-ratio: 16/9;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
}
.card-media-player__description-container p {
  color: transparent;
}
.card-media-player__description-container:hover {
  background-color: rgba(0, 0, 0, 0.7490196078);
  transition: 0.5s;
}
.card-media-player__description-container:hover p {
  color: #fff;
}
.card-media-player__thumbnail {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.card-media-player.hide {
  display: none;
}

.card-media-player-card {
  position: relative;
  cursor: pointer;
}
.card-media-player-card::before {
  content: "";
  background-image: url("../../images/icons/Play-Button.png");
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.card-media-player-card img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-filter__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .video-filter__list {
    margin-top: 18px;
  }
}
.video-filter__list-item {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #373737;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .video-filter__list-item {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .video-filter__list-item {
    font-size: 22px;
    line-height: 24px;
  }
}
.video-filter__list-item.active, .video-filter__list-item:hover {
  text-decoration: underline;
  text-decoration-color: #8a247f;
  text-underline-offset: 3px;
  cursor: pointer;
}
.video-filter__item {
  margin-bottom: 20px;
}
.video-filter__item.hide {
  display: none;
}

.pagination-wrapper {
  border-top: solid 3px #177ea1;
}
.pagination-wrapper nav#pagination {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pagination-wrapper nav#pagination .links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .pagination-wrapper nav#pagination .links {
    font-size: 14px;
  }
}
.pagination-wrapper nav#pagination .links img.arrow.left {
  margin-right: 6px;
}
.pagination-wrapper nav#pagination .links img.arrow.left {
  margin-left: 6px;
}
.pagination-wrapper nav#pagination .links.left {
  justify-content: flex-start;
}
.pagination-wrapper nav#pagination .links.right {
  justify-content: flex-end;
}
.pagination-wrapper nav#pagination .links a {
  color: #8a247f;
  font-family: "Roboto";
  font-weight: 500;
}

.accordion {
  background-color: #177ea1;
  padding: 45px 15px 30px;
}
@media (min-width: 768px) {
  .accordion {
    padding: 0px 0px 60px 0px;
  }
}
@media (min-width: 1100px) {
  .accordion__subtitle {
    margin-right: -50px;
  }
}
.accordion__info {
  margin-bottom: 20px;
}
.accordion__info h2,
.accordion__info p {
  color: #fff;
}
.accordion__info h2 {
  font-family: "NeuePlakNarrowBold";
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
}
@media (min-width: 992px) {
  .accordion__info h2 {
    font-size: 48px;
    line-height: 45px;
  }
}
.accordion__list {
  display: grid;
  gap: 10px;
  grid-template-areas: "grid-img-1" "grid-data-1" "grid-img-2" "grid-data-2" "grid-img-3" "grid-data-3" "grid-img-4" "grid-data-4" "grid-img-5" "grid-data-5" "grid-img-6" "grid-data-6";
}
@media (min-width: 992px) {
  .accordion__list {
    row-gap: 32px;
    column-gap: 50px;
    grid-template-columns: 5fr 7fr;
    grid-template-rows: 1fr;
    grid-template-areas: "grid-title grid-title" "grid-img-1 grid-more-info" "grid-img-2 grid-more-info" "grid-img-3 grid-more-info" "grid-img-4 grid-more-info" "grid-img-5 grid-more-info" "grid-img-6 grid-more-info";
  }
}
@media (min-width: 1200px) {
  .accordion__list {
    max-height: 438px;
    column-gap: 30px;
    grid-template-columns: 3fr 3fr 10px 5fr;
    grid-template-rows: 1fr;
    grid-template-areas: "grid-title grid-title grid-title grid-title" "grid-img-1 grid-img-2 . grid-more-info" "grid-img-3 grid-img-4 . grid-more-info" "grid-img-5 grid-img-6 . grid-more-info";
  }
}
.accordion__list-title {
  grid-area: grid-title;
  color: #fff;
  font-family: "NeuePlakNarrowBold";
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
.accordion__list .item__btn-container {
  height: fit-content;
}
@media (max-width: 991px) {
  .accordion__list .item__btn-container {
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 992px) {
  .accordion__list .item__btn-container .open {
    border: 5px solid #135772;
  }
}
.accordion .item__more-info {
  overflow: hidden;
  max-height: 0;
}
.accordion .item__more-info.open {
  display: block;
}
.accordion .item__more-info.animated {
  overflow: visible;
}
@media (max-width: 991px) {
  .accordion .item__more-info.animated {
    max-height: 600px;
  }
}
.accordion .item__more-info.grid-data-1 {
  grid-area: grid-data-1;
}
.accordion .item__more-info.grid-data-2 {
  grid-area: grid-data-2;
}
.accordion .item__more-info.grid-data-3 {
  grid-area: grid-data-3;
}
.accordion .item__more-info.grid-data-4 {
  grid-area: grid-data-4;
}
.accordion .item__more-info.grid-data-5 {
  grid-area: grid-data-5;
}
.accordion .item__more-info.grid-data-6 {
  grid-area: grid-data-6;
}
@media (min-width: 992px) {
  .accordion .item__more-info.grid-data-1, .accordion .item__more-info.grid-data-2, .accordion .item__more-info.grid-data-3, .accordion .item__more-info.grid-data-4, .accordion .item__more-info.grid-data-5, .accordion .item__more-info.grid-data-6 {
    grid-area: grid-more-info;
  }
}
@media (min-width: 992px) {
  .accordion .item__more-info.grid-more-info {
    grid-area: grid-more-info;
  }
}
.accordion .item__image {
  width: 100%;
}
@media (max-width: 991px) {
  .accordion .item__image {
    padding-bottom: 20px;
  }
}
.accordion .item__image img {
  max-height: 100%;
  width: 100%;
}
.accordion .item__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  transition-duration: 0.5s;
}
.accordion .item__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.accordion .item__btn-container.grid-img-1 {
  grid-area: grid-img-1;
}
.accordion .item__btn-container.grid-img-2 {
  grid-area: grid-img-2;
}
.accordion .item__btn-container.grid-img-3 {
  grid-area: grid-img-3;
}
.accordion .item__btn-container.grid-img-4 {
  grid-area: grid-img-4;
}
.accordion .item__btn-container.grid-img-5 {
  grid-area: grid-img-5;
}
.accordion .item__btn-container.grid-img-6 {
  grid-area: grid-img-6;
}
.accordion .item__btn .text-content {
  display: none;
}
@media (max-width: 991px) {
  .accordion .item__btn .text-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
  }
}
.accordion .item__btn .icon {
  display: inline-flex;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .accordion .item__btn.closed {
    transform: scale(1);
  }
  .accordion .item__btn.closed:hover {
    transform: scale(1.02);
  }
}
.accordion .item__btn.closed .icon {
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .accordion .item__btn.open {
    transform: scale(1.02);
  }
  .accordion .item__btn.open:hover {
    transform: scale(1);
  }
}
.accordion .item__btn.open .icon {
  transform: rotate(-180deg);
}
.accordion .item__title, .accordion .item__description, .accordion .item__phone-number {
  color: #fff;
}
.accordion .item__title {
  font-family: "NeuePlakNarrowBold";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .accordion .item__title {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .accordion .item__title {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.accordion .item__description {
  margin-bottom: 30px;
}
.accordion .item__phone-number {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  font-family: "NeuePlakNarrowBold";
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .accordion .item__phone-number {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .accordion .item__btn-website {
    margin-bottom: 20px;
  }
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #135772 !important;
}

.ot-sdk-container {
  background-color: #135772 !important;
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .ot-sdk-container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .ot-sdk-container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .ot-sdk-container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .ot-sdk-container {
    max-width: 1440px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.ot-sdk-container #onetrust-policy {
  margin-left: 0 !important;
}
@media (max-width: 425px) {
  .ot-sdk-container #onetrust-policy {
    margin-top: 0 !important;
  }
}
.ot-sdk-container #onetrust-button-group-parent {
  padding-right: 0 !important;
  text-align: end !important;
  width: auto !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}
@media (max-width: 991px) {
  .ot-sdk-container #onetrust-button-group-parent {
    text-align: center !important;
  }
}
.ot-sdk-container #onetrust-button-group {
  width: auto !important;
}
@media (max-width: 1218px) {
  .ot-sdk-container #onetrust-button-group {
    margin-top: 20px !important;
  }
}
@media (max-width: 991px) {
  .ot-sdk-container #onetrust-button-group {
    margin-top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .ot-sdk-container #onetrust-button-group {
    text-align: right !important;
    width: 100% !important;
  }
}
.ot-sdk-container #onetrust-button-group button {
  width: auto !important;
}
@media (max-width: 1218px) {
  .ot-sdk-container #onetrust-button-group button {
    width: 100% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 1199px) {
  .ot-sdk-container #onetrust-pc-btn-handler {
    margin-right: 0 !important;
  }
}
.ot-sdk-container #onetrust-accept-btn-handler {
  margin-right: 0 !important;
}
.ot-sdk-container #onetrust-button-group-parent {
  flex: 1 1 10% !important;
}
.ot-sdk-container .ot-sdk-row {
  display: flex !important;
}
@media (max-width: 991px) {
  .ot-sdk-container .ot-sdk-row {
    flex-direction: column !important;
  }
}
@media (max-width: 991px) {
  .ot-sdk-container .ot-sdk-row #onetrust-group-container {
    width: auto !important;
  }
}
.ot-sdk-container #onetrust-policy-text {
  font-family: "Lato" !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #fff !important;
}
.ot-sdk-container #onetrust-policy-text a {
  color: #fff !important;
  margin: 0 !important;
}
.ot-sdk-container #onetrust-button-group button {
  color: #177ea1 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  font-family: "Lato" !important;
}
.ot-sdk-container #onetrust-button-group button:last-child {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

#onetrust-consent-sdk #ot-pc-desc a.privacy-notice-link {
  margin-left: 0 !important;
}

@media only screen and (max-width: 1312px) {
  #onetrust-banner-sdk #onetrust-button-group button {
    font-size: 14px !important;
  }
}
.hcp #onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #f5f5f5 !important;
  border-top: 1px solid #373737 !important;
}
.hcp .ot-sdk-container {
  background-color: #f5f5f5 !important;
}
.hcp .ot-sdk-container #onetrust-button-group button {
  color: #fff !important;
  background-color: #373737 !important;
}
.hcp .ot-sdk-container #onetrust-button-group button:last-child {
  color: #373737 !important;
  background-color: transparent !important;
  border-color: #373737 !important;
}
.hcp #onetrust-policy-text {
  color: #373737 !important;
}
.hcp #onetrust-policy-text a {
  color: #373737 !important;
}

body#home.consumer #consumerHeroVideoModal .fpoImage {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30%;
}
@media (min-width: 992px) {
  body#home.consumer section.hero h1 span.black {
    margin-left: 75px;
  }
}
@media (min-width: 992px) {
  body#home.consumer section.hero h1 span.indent {
    margin-left: 100px;
  }
}
@media (max-width: 991px) {
  body#home.consumer section.hero h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
body#home.consumer section.hero p.quote:before {
  content: none;
}
@media (max-width: 991px) {
  body#home.consumer section.hero p.quote {
    margin-top: 5px;
  }
}
body#home.consumer section.hero .quote-container img {
  position: absolute;
  left: 14px;
  width: 36px;
  height: 29px;
}
@media (max-width: 991px) {
  body#home.consumer section.hero .quote-container img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    left: 0;
  }
}
body#home.consumer section.hero p.emphasize {
  font-family: "NeuePlakNarrowBold";
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  color: #177ea1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body#home.consumer section.hero p.emphasize {
    font-size: 28px;
    line-height: 32px;
  }
}
body#home.consumer section.hero .link-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  body#home.consumer section.hero .link-container {
    justify-content: flex-start;
  }
}
body#home.consumer section.hero .link {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  background-color: #177ea1;
  color: white;
  transition: 0.3s;
}
@media (min-width: 577px) {
  body#home.consumer section.hero .link {
    width: fit-content;
    padding: 10px 20px;
  }
}
body#home.consumer section.hero .link:hover {
  background-color: transparent;
  color: #177ea1;
  outline: 1px solid #177ea1;
}
body#home.consumer section.hero .link .icon {
  display: inline-flex;
  align-items: center;
}
body#home.consumer section.hero .fpoImage {
  display: block !important;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30%;
  height: auto;
}
body#home.consumer section.percent-50 {
  position: relative;
}
@media (min-width: 992px) {
  body#home.consumer section.percent-50 .left,
  body#home.consumer section.percent-50 .right {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
body#home.consumer section.percent-50 .left {
  position: relative;
  background-color: #e7f5fc;
  position: relative;
}
@media (min-width: 992px) {
  body#home.consumer section.percent-50 .left {
    padding-right: 50px;
  }
}
body#home.consumer section.percent-50 .left::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  right: 0;
  background-color: #e7f5fc;
}
@media (max-width: 991px) {
  body#home.consumer section.percent-50 .left::before {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 992px) {
  body#home.consumer section.percent-50 .left::before {
    width: 50vw;
  }
}
@media (max-width: 991px) {
  body#home.consumer section.percent-50 .left {
    position: relative;
    padding: 40px 18px 0px;
  }
  body#home.consumer section.percent-50 .left::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e7f5fc;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  body#home.consumer section.percent-50 .left::before {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  body#home.consumer section.percent-50 .left img {
    position: relative;
    top: 2px;
  }
}
body#home.consumer section.percent-50 .right {
  position: relative;
  position: relative;
}
body#home.consumer section.percent-50 .right::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background-color: #177ea1;
}
@media (max-width: 991px) {
  body#home.consumer section.percent-50 .right::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  body#home.consumer section.percent-50 .right::before {
    width: 50vw;
  }
}
body#home.consumer section.percent-50 .right img {
  position: absolute;
  top: 113px;
  left: -195px;
}
@media (max-width: 1333px) {
  body#home.consumer section.percent-50 .right img {
    top: 223px;
  }
}
@media (max-width: 991px) {
  body#home.consumer section.percent-50 .right {
    padding: 36px 18px;
  }
}
@media (min-width: 992px) {
  body#home.consumer section.percent-50 .right {
    padding-left: 158px;
  }
}
body#home.consumer section.percent-50 .right p {
  font-family: "Lato";
  color: #fff;
  padding: 10px 0px;
}
@media (max-width: 991px) {
  body#home.consumer section.percent-50 .right p {
    font-size: 16px;
    line-height: 20px;
  }
}
body#home.consumer section.percent-50 .right a {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  line-height: normal;
}
@media (max-width: 991px) {
  body#home.consumer section.percent-50 .right a {
    width: 100%;
    margin: 20px auto 30px;
  }
}
body#home.consumer section#personal-stories .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  body#home.consumer section#personal-stories .content {
    margin-bottom: 20px;
  }
}
body#home.consumer section#personal-stories a.button {
  padding: 0 20px;
}
@media (max-width: 991px) {
  body#home.consumer section#personal-stories .card-media-player-card {
    padding: 0px;
  }
}
body#home.consumer section#personal-stories .card-media-player-card img {
  width: 100%;
  padding-right: 50px;
  max-width: 100vw;
}
@media (max-width: 991px) {
  body#home.consumer section#personal-stories .card-media-player-card img {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
body#home.consumer section#personal-stories .img-footnote {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body#home.consumer section#personal-stories .img-footnote {
    margin-top: 15px;
  }
}
body#home.consumer #doctor-discussion-guide .checkListIcon {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body#home.consumer #doctor-discussion-guide .checkListIcon {
    width: 60px;
  }
}
body#home.consumer #symptoms {
  position: relative;
  background-color: #f5f5f5;
  position: relative;
}
@media (max-width: 991px) {
  body#home.consumer #symptoms .lists {
    padding-top: 27px;
  }
}
body#home.consumer #symptoms .lists img.icon,
body#home.consumer #symptoms .lists h3 {
  display: inline;
}
body#home.consumer #symptoms .lists img.icon {
  position: relative;
  top: -6px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  body#home.consumer #symptoms .lists img.icon {
    margin-right: 14px;
  }
}
body#home.consumer #symptoms .lists ul {
  list-style-type: none;
  margin-left: 44px;
  font-family: "Lato";
  font-size: 18px;
  margin-top: -10px;
}
body#home.consumer #symptoms .lists ul.motorSymptomsList {
  margin-bottom: 60px;
  list-style: none;
  margin-left: 50px;
}
body#home.consumer #symptoms .lists ul li {
  padding: 3px 0px;
}
body#home.consumer #symptoms .lists ul li span {
  font-weight: bold;
  margin-right: 5px;
}
body#home.consumer #symptoms .lists ul li span.copy {
  font-weight: normal;
}
@media (max-width: 991px) {
  body#home.consumer #symptoms .lists ul li span.copy {
    display: inline-block;
    width: 200px;
    vertical-align: text-top;
  }
}
@media (max-width: 991px) {
  body#home.consumer #symptoms .left {
    order: -1;
  }
}
body#home.consumer #symptoms::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  body#home.consumer #symptoms::before {
    width: 100vw;
  }
}

@media (max-width: 991px) {
  body#next-steps section#hero h1 {
    margin-bottom: 25px;
  }
}
@media (min-width: 991px) {
  body#next-steps section#hero img.hero {
    width: 760px;
  }
}
body#next-steps section#hero .hero-img-container {
  cursor: default;
}
body#next-steps section#start-a-conversation a.en-espanol.disabled {
  text-decoration: underline;
  opacity: 0.5;
  color: #fff;
  pointer-events: none;
}
body#next-steps section#sign-up {
  position: relative;
  position: relative;
}
body#next-steps section#sign-up .titleInner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  body#next-steps section#sign-up .titleInner {
    flex-direction: column;
  }
}
body#next-steps section#sign-up .titleInner h2 {
  margin: auto 0;
}
@media (max-width: 991px) {
  body#next-steps section#sign-up .titleInner h2 {
    margin-bottom: 30px;
  }
}
body#next-steps section#sign-up .mortarIcon {
  margin-right: 20px;
}
@media (max-width: 991px) {
  body#next-steps section#sign-up .mortarIcon {
    width: 45px;
    margin-bottom: 10px;
  }
}
body#next-steps section#sign-up::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  body#next-steps section#sign-up::before {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  body#next-steps section#sign-up .sign-up {
    flex-direction: row-reverse;
  }
}
body#next-steps section #mktoForm_2 {
  margin-top: -90px;
}
body#next-steps section #mktoForm_2.mktoForm * {
  font-family: "Lato";
}
body#next-steps section #mktoForm_2 .mktoHtmlText {
  font-size: 18px;
  line-height: 27px;
  color: #373737;
}
body#next-steps section #mktoForm_2 .mktoHtmlText p:last-child {
  margin: 0 !important;
}
body#next-steps section #mktoForm_2 .mktoHtmlText p:last-child span {
  font-size: 14px !important;
  font-weight: 700 !important;
}
body#next-steps section #mktoForm_2 .mktoHtmlText p:first-child span {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 27px;
}
body#next-steps section #mktoForm_2 .mktoHtmlText p:first-child span a {
  color: #8a247f !important;
  text-decoration: underline !important;
}
@media (min-width: 991px) {
  body#next-steps section #mktoForm_2 .mktoHtmlText p:first-child img.hero {
    width: 760px;
  }
}
@media (max-width: 991px) {
  body#next-steps section #mktoForm_2 .mktoHtmlText#download-the-guide {
    padding-top: 0px;
  }
}
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoErrorArrowWrap {
  display: none !important;
}
body#next-steps section #mktoForm_2 .mktoHtmlText button[type=submit] {
  border-radius: 0 !important;
  padding: 16px 10px !important;
  width: auto !important;
  height: auto !important;
  font-weight: 500;
  background-color: #177ea1 !important;
  border: none !important;
  transition: 0.3s !important;
}
body#next-steps section #mktoForm_2 .mktoHtmlText button[type=submit]:hover {
  background-color: #fff !important;
  color: #177ea1;
  outline: 1px solid #177ea1;
}
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoErrorMsg,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoErrorArrowWrap {
  display: none !important;
}
body#next-steps section #mktoForm_2 .mktoHtmlText.submitted .mktoTextField.mktoInvalid + div + span, body#next-steps section #mktoForm_2 .mktoHtmlText.submitted .mktoTextField.mktoInvalid + span, body#next-steps section #mktoForm_2 .mktoHtmlText.submitted .mktoEmailField.mktoInvalid + div + span, body#next-steps section #mktoForm_2 .mktoHtmlText.submitted .mktoEmailField.mktoInvalid + span {
  display: inline-block !important;
}
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoInvalid::after,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoTextField.mktoInvalid + div + span::after,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoTextField.mktoInvalid + span::after,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoEmailField.mktoInvalid + div + span::after,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoEmailField.mktoInvalid + span::after {
  content: "This selection is required";
  color: #b70f0e;
  top: 8px;
  font-family: lato, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
  position: relative;
}
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoInvalid::after::before,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoTextField.mktoInvalid + div + span::after::before,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoTextField.mktoInvalid + span::after::before,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoEmailField.mktoInvalid + div + span::after::before,
body#next-steps section #mktoForm_2 .mktoHtmlText .mktoEmailField.mktoInvalid + span::after::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoInvalid::after::before,
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoTextField.mktoInvalid + div + span::after::before,
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoTextField.mktoInvalid + span::after::before,
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoEmailField.mktoInvalid + div + span::after::before,
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoEmailField.mktoInvalid + span::after::before {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoInvalid::after .sign-up,
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoTextField.mktoInvalid + div + span::after .sign-up,
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoTextField.mktoInvalid + span::after .sign-up,
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoEmailField.mktoInvalid + div + span::after .sign-up,
  body#next-steps section #mktoForm_2 .mktoHtmlText .mktoEmailField.mktoInvalid + span::after .sign-up {
    flex-direction: row-reverse;
  }
}
body#next-steps section #mktoForm_2 {
  margin-top: -90px;
}
@media (max-width: 480px) {
  body#next-steps section #mktoForm_2 {
    padding-left: 0 !important;
  }
}
body#next-steps section #mktoForm_2 .mktoHtmlText {
  font-size: 18px;
  line-height: 27px;
  color: #373737;
}
body#next-steps section #mktoForm_2 .mktoHtmlText p:last-child {
  margin: 0 !important;
}
body#next-steps section #mktoForm_2 .mktoHtmlText p:last-child span {
  font-size: 14px !important;
  font-weight: 700 !important;
}
body#next-steps section #mktoForm_2 .mktoHtmlText p:first-child span {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 27px;
}
body#next-steps section #mktoForm_2 .mktoHtmlText p:first-child span a {
  color: #8a247f !important;
  text-decoration: underline !important;
}
body#next-steps section #mktoForm_2 .mktoFieldWrap label span {
  font-weight: 700;
  font-size: 22px;
  color: #373737;
}
body#next-steps section #mktoForm_2 .mktoFieldWrap .mktoRadioList {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body#next-steps section #mktoForm_2 .mktoFieldWrap .mktoRadioList input[type=radio]:checked + label {
  color: #fff !important;
}
body#next-steps section #mktoForm_2 .mktoFieldWrap .mktoRadioList label {
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  font-family: "Lato";
  line-height: 27px;
  border: 1px solid #373737;
  color: #373737;
  transition: 0.3s;
  height: 45px !important;
  padding: 6px 22px;
}
body#next-steps section #mktoForm_2 .mktoFieldWrap .mktoRadioList label:hover {
  background-color: #373737;
  color: #f5f5f5;
  outline: 1px solid #f5f5f5;
}
body#next-steps section #mktoForm_2 .mktoErrorArrowWrap {
  display: none !important;
}
body#next-steps section #mktoForm_2 button[type=submit] {
  border-radius: 0 !important;
  padding: 15px 20px !important;
  width: auto !important;
  font-weight: 500;
  background-color: #177ea1 !important;
  border: none !important;
  transition: 0.3s !important;
  height: 45px !important;
  display: flex;
  align-items: center;
}
body#next-steps section #mktoForm_2 button[type=submit]:hover {
  background-color: #fff !important;
  color: #177ea1;
  outline: 1px solid #177ea1;
}
body#next-steps section #mktoForm_2 .mktoButtonRow {
  margin-bottom: 0px !important;
}
body#next-steps section #mktoForm_2 .mktoErrorMsg,
body#next-steps section #mktoForm_2 .mktoErrorArrowWrap {
  display: none !important;
}
body#next-steps section #mktoForm_2.submitted .mktoTextField.mktoInvalid + div + span, body#next-steps section #mktoForm_2.submitted .mktoTextField.mktoInvalid + span, body#next-steps section #mktoForm_2.submitted .mktoEmailField.mktoInvalid + div + span, body#next-steps section #mktoForm_2.submitted .mktoEmailField.mktoInvalid + span {
  display: inline-block !important;
}
body#next-steps section #mktoForm_2 .mktoInvalid::after,
body#next-steps section #mktoForm_2 .mktoTextField.mktoInvalid + div + span::after,
body#next-steps section #mktoForm_2 .mktoTextField.mktoInvalid + span::after,
body#next-steps section #mktoForm_2 .mktoEmailField.mktoInvalid + div + span::after,
body#next-steps section #mktoForm_2 .mktoEmailField.mktoInvalid + span::after {
  content: "This selection is required";
  color: #b70f0e;
  top: 8px;
  font-family: lato, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
  right: 0 !important;
  bottom: 0 !important;
  left: 0;
  display: block;
}
body#next-steps section #mktoForm_2 .mktoInvalid::after .mktoErrorArrowWrap,
body#next-steps section #mktoForm_2 .mktoTextField.mktoInvalid + div + span::after .mktoErrorArrowWrap,
body#next-steps section #mktoForm_2 .mktoTextField.mktoInvalid + span::after .mktoErrorArrowWrap,
body#next-steps section #mktoForm_2 .mktoEmailField.mktoInvalid + div + span::after .mktoErrorArrowWrap,
body#next-steps section #mktoForm_2 .mktoEmailField.mktoInvalid + span::after .mktoErrorArrowWrap {
  display: none !important;
}
body#next-steps section #mktoForm_2 .mktoEmailField.mktoInvalid + div + span::after,
body#next-steps section #mktoForm_2 .mktoEmailField.mktoInvalid + span::after {
  content: "Please enter a valid email address";
}
body#next-steps section #mktoForm_2 #InstructFirstName::after,
body#next-steps section #mktoForm_2 #InstructLastName::after {
  content: "This field is required";
}
body#next-steps section #mktoForm_2 .signup-terms-and-privacy {
  text-wrap: nowrap;
}
body#next-steps section#build-a-connection {
  position: relative;
  position: relative;
  color: #fff;
}
body#next-steps section#build-a-connection::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #177ea1;
}
@media (min-width: 992px) {
  body#next-steps section#build-a-connection::before {
    width: 100vw;
  }
}
body#next-steps section#build-a-connection p.description {
  line-height: 30px;
}
body#next-steps section#build-a-connection a[href^="tel:"] {
  color: #fff;
}
body#next-steps section#build-a-connection a.button.arrow {
  display: flex;
  align-items: center;
  padding: 16px 10px;
  line-height: 20px;
}
body#next-steps section#build-a-connection a.button.arrow span {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
body#next-steps section#build-a-connection a.button.arrow .icon {
  display: inline-flex;
  align-items: center;
  width: 12px;
  margin-left: 5px;
}
body#next-steps section#locate-a-specialist {
  /* HCP Finder media */
}
body#next-steps section#locate-a-specialist :host,
body#next-steps section#locate-a-specialist :root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands" ;
}
body#next-steps section#locate-a-specialist svg:not(:host).svg-inline--fa,
body#next-steps section#locate-a-specialist svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
body#next-steps section#locate-a-specialist .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-xs {
  vertical-align: 0;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-sm {
  vertical-align: -0.0714285705em;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}
body#next-steps section#locate-a-specialist .fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
body#next-steps section#locate-a-specialist .fa-layers-counter,
body#next-steps section#locate-a-specialist .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
body#next-steps section#locate-a-specialist .fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
body#next-steps section#locate-a-specialist .fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
body#next-steps section#locate-a-specialist .fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
body#next-steps section#locate-a-specialist .fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-counter-scale, 0.25));
  transform: scale(var(--fa-counter-scale, 0.25));
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
body#next-steps section#locate-a-specialist .fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
body#next-steps section#locate-a-specialist .fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
body#next-steps section#locate-a-specialist .fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
body#next-steps section#locate-a-specialist .fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
  transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
body#next-steps section#locate-a-specialist .fa-1x {
  font-size: 1em;
}
body#next-steps section#locate-a-specialist .fa-2x {
  font-size: 2em;
}
body#next-steps section#locate-a-specialist .fa-3x {
  font-size: 3em;
}
body#next-steps section#locate-a-specialist .fa-4x {
  font-size: 4em;
}
body#next-steps section#locate-a-specialist .fa-5x {
  font-size: 5em;
}
body#next-steps section#locate-a-specialist .fa-6x {
  font-size: 6em;
}
body#next-steps section#locate-a-specialist .fa-7x {
  font-size: 7em;
}
body#next-steps section#locate-a-specialist .fa-8x {
  font-size: 8em;
}
body#next-steps section#locate-a-specialist .fa-9x {
  font-size: 9em;
}
body#next-steps section#locate-a-specialist .fa-10x {
  font-size: 10em;
}
body#next-steps section#locate-a-specialist .fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
body#next-steps section#locate-a-specialist .fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}
body#next-steps section#locate-a-specialist .fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
body#next-steps section#locate-a-specialist .fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
body#next-steps section#locate-a-specialist .fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}
body#next-steps section#locate-a-specialist .fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
body#next-steps section#locate-a-specialist .fa-fw {
  text-align: center;
  width: 1.25em;
}
body#next-steps section#locate-a-specialist .fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
body#next-steps section#locate-a-specialist .fa-ul > li {
  position: relative;
}
body#next-steps section#locate-a-specialist .fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
body#next-steps section#locate-a-specialist .fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
body#next-steps section#locate-a-specialist .fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
body#next-steps section#locate-a-specialist .fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
body#next-steps section#locate-a-specialist .fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
body#next-steps section#locate-a-specialist .fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
body#next-steps section#locate-a-specialist .fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
body#next-steps section#locate-a-specialist .fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
body#next-steps section#locate-a-specialist .fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
body#next-steps section#locate-a-specialist .fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
body#next-steps section#locate-a-specialist .fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
body#next-steps section#locate-a-specialist .fa-spin-reverse {
  --fa-animation-direction: reverse ;
}
body#next-steps section#locate-a-specialist .fa-pulse,
body#next-steps section#locate-a-specialist .fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  body#next-steps section#locate-a-specialist .fa-beat,
  body#next-steps section#locate-a-specialist .fa-beat-fade,
  body#next-steps section#locate-a-specialist .fa-bounce,
  body#next-steps section#locate-a-specialist .fa-fade,
  body#next-steps section#locate-a-specialist .fa-flip,
  body#next-steps section#locate-a-specialist .fa-pulse,
  body#next-steps section#locate-a-specialist .fa-shake,
  body#next-steps section#locate-a-specialist .fa-spin,
  body#next-steps section#locate-a-specialist .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  24%, 8% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%, 40% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  24%, 8% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  100%, 40% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body#next-steps section#locate-a-specialist .fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body#next-steps section#locate-a-specialist .fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body#next-steps section#locate-a-specialist .fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
body#next-steps section#locate-a-specialist .fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
body#next-steps section#locate-a-specialist .fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
body#next-steps section#locate-a-specialist .fa-flip-both,
body#next-steps section#locate-a-specialist .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
body#next-steps section#locate-a-specialist .fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}
body#next-steps section#locate-a-specialist .fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}
body#next-steps section#locate-a-specialist .fa-stack-1x,
body#next-steps section#locate-a-specialist .fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}
body#next-steps section#locate-a-specialist .fa-inverse {
  color: var(--fa-inverse, #fff);
}
body#next-steps section#locate-a-specialist .fa-sr-only,
body#next-steps section#locate-a-specialist .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body#next-steps section#locate-a-specialist .fa-sr-only-focusable:not(:focus),
body#next-steps section#locate-a-specialist .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body#next-steps section#locate-a-specialist .svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}
body#next-steps section#locate-a-specialist .svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}
body#next-steps section#locate-a-specialist .svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}
body#next-steps section#locate-a-specialist .svg-inline--fa mask .fa-primary,
body#next-steps section#locate-a-specialist .svg-inline--fa mask .fa-secondary {
  fill: #000;
}
body#next-steps section#locate-a-specialist .fa-duotone.fa-inverse,
body#next-steps section#locate-a-specialist .fad.fa-inverse {
  color: var(--fa-inverse, #fff);
}
body#next-steps section#locate-a-specialist .search-bar {
  border: 0px solid red;
  width: 55%;
  border-radius: 15px;
  height: 50px;
  display: flex;
}
body#next-steps section#locate-a-specialist .search-dropdown {
  border-radius: 50px 0 0 50px;
  background-color: white;
  border-right: 2px solid #e5e9ed;
  padding: 14px 8px 14px 30px;
}
body#next-steps section#locate-a-specialist #zipcode {
  width: 100% !important;
  border: none;
  padding: 13px 30px;
  font-variant: lining-nums;
}
body#next-steps section#locate-a-specialist input[type=number]#zipcode::-webkit-outer-spin-button,
body#next-steps section#locate-a-specialist input[type=number]#zipcode::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body#next-steps section#locate-a-specialist input[type=number]#zipcode {
  -moz-appearance: textfield;
}
body#next-steps section#locate-a-specialist .search-button {
  background-color: #0c1c8e;
  color: white;
  padding: 15px 30px;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  white-space: nowrap;
}
body#next-steps section#locate-a-specialist .primary-color {
  color: #0c1c8e;
}
body#next-steps section#locate-a-specialist .secondary-bg-color {
  background-color: #e9f8f6;
}
body#next-steps section#locate-a-specialist .doctor-name {
  font-weight: 700;
  font-size: 22px;
  font-family: "NeuePlakNarrowBold";
  cursor: pointer;
}
body#next-steps section#locate-a-specialist .doctor-card {
  padding: 15px 15px 15px 38px;
  background: white;
  border-radius: 5px;
  font-size: 13px;
}
body#next-steps section#locate-a-specialist .doctor-map {
  background-size: cover;
  height: 500px;
  border-radius: 5px;
  border: 10px solid white;
  background-position: center;
}
body#next-steps section#locate-a-specialist .doctor-card-container {
  height: 500px;
  overflow-y: scroll;
  border-radius: 5px;
}
body#next-steps section#locate-a-specialist .bold {
  font-weight: 700;
}
body#next-steps section#locate-a-specialist .i {
  text-align: center;
  background-color: #177ea1;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "Lato";
  font-size: 18px;
}
body#next-steps section#locate-a-specialist .i:hover {
  cursor: pointer;
}
body#next-steps section#locate-a-specialist .i i {
  margin-right: 15px;
}
body#next-steps section#locate-a-specialist .boc {
  border-radius: 50px;
  background-color: #e31837;
  color: white;
  display: inline-block;
  padding: 3px 9px;
  margin-right: 2px;
  font-size: 12px;
  border: 1px solid transparent;
}
body#next-steps section#locate-a-specialist .boc-secondary {
  background-color: #e9f8f6;
  color: #373737;
  border-color: #d5e5e3;
  padding-left: 12px;
  padding-right: 12px;
}
body#next-steps section#locate-a-specialist input[type=checkbox] {
  width: 20px;
  height: 17px;
}
body#next-steps section#locate-a-specialist .doctor-card-marker {
  position: absolute;
  left: 12px;
  top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#next-steps section#locate-a-specialist .doctor-card-marker span {
  position: absolute;
  color: #fff;
  display: block;
  font-family: "NeuePlakNarrowBold";
  font-size: 22px;
  margin-top: -14px;
}
@keyframes spin-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  body#next-steps section#locate-a-specialist .search-bar {
    width: 75%;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  body#next-steps section#locate-a-specialist .search-bar {
    width: 85%;
  }
  body#next-steps section#locate-a-specialist #miles {
    width: 115px;
    font-size: 13px;
  }
  body#next-steps section#locate-a-specialist .search-dropdown {
    padding: 14px 8px 14px 15px;
  }
  body#next-steps section#locate-a-specialist #zipcode {
    padding: 15px;
    font-size: 13px;
  }
  body#next-steps section#locate-a-specialist .search-button {
    padding: 15px 15px 15px 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 481px) {
  body#next-steps section#locate-a-specialist .search-bar {
    width: 100%;
  }
  body#next-steps section#locate-a-specialist #miles {
    width: 115px;
    font-size: 13px;
  }
  body#next-steps section#locate-a-specialist #FindSpecialist {
    padding-left: 0px;
    padding-right: 0px;
  }
  body#next-steps section#locate-a-specialist .search-dropdown {
    padding: 14px 8px 14px 8px;
  }
  body#next-steps section#locate-a-specialist #zipcode {
    padding: 15px 5px;
    font-size: 13px;
    width: 90px;
  }
  body#next-steps section#locate-a-specialist .search-button {
    padding: 15px 15px 15px 8px;
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  body#next-steps section#locate-a-specialist .search-bar {
    width: 100%;
  }
  body#next-steps section#locate-a-specialist #miles {
    width: 70px;
    font-size: 11px;
  }
  body#next-steps section#locate-a-specialist .search-dropdown {
    padding: 14px 8px 14px 8px;
  }
  body#next-steps section#locate-a-specialist #zipcode {
    padding: 15px 6px;
    font-size: 13px;
  }
  body#next-steps section#locate-a-specialist .search-button {
    padding: 20px 15px 15px 8px;
    font-size: 11px;
  }
  body#next-steps section#locate-a-specialist .svg-inline--fa {
    display: none;
  }
  body#next-steps section#locate-a-specialist ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
  }
  body#next-steps section#locate-a-specialist :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  body#next-steps section#locate-a-specialist ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
  }
  body#next-steps section#locate-a-specialist :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
  }
}
body#next-steps section#locate-a-specialist select {
  font-variant: lining-nums;
}
body#next-steps section#locate-a-specialist .title-wrapper {
  display: flex;
  align-items: start;
}
body#next-steps section#locate-a-specialist .title-wrapper h2 {
  margin: auto 0;
}
body#next-steps section#locate-a-specialist .specialistImg {
  width: 78px;
  margin-top: 10px;
  margin-right: 30px;
}
body#next-steps section#locate-a-specialist .specialistHeader {
  font-size: 48px;
  line-height: 45px;
  font-family: "NeuePlakNarrowBold";
}
@media (max-width: 575px) {
  body#next-steps section#locate-a-specialist .specialistHeader .dispBlockMobile {
    display: block;
  }
}
body#next-steps section#locate-a-specialist .searchDescription {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
}
body#next-steps section#locate-a-specialist .search-bar {
  border: 3px solid #177ea1;
  width: 100%;
  border-radius: 0;
  height: 52px;
  display: flex;
  margin: 30px 0 10px 0;
}
body#next-steps section#locate-a-specialist .search-bar .search-dropdown {
  background-color: #f5f5f5;
  font-family: "Lato";
  font-size: 18px;
  padding: 0;
  min-width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-right: 3px solid #177ea1;
}
body#next-steps section#locate-a-specialist .search-bar .search-dropdown select {
  background-color: transparent;
  border: none;
  padding: 10px;
}
body#next-steps section#locate-a-specialist .search-bar input {
  font-family: "Lato";
  font-size: 18px;
  width: 100%;
  background-color: #f5f5f5;
}
body#next-steps section#locate-a-specialist .search-bar .search-button {
  border-radius: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 143px;
  font-family: "NeuePlakNarrowBold";
  font-size: 22px;
  background-color: #177ea1;
}
body#next-steps section#locate-a-specialist .search-bar .search-button div {
  margin: 0 10px;
  margin-bottom: 5px;
}
body#next-steps section#locate-a-specialist .form-group {
  margin-bottom: 0;
}
body#next-steps section#locate-a-specialist .inline-checkboxes {
  font-family: "Lato";
  font-size: 14px;
  line-height: 17px;
  margin-top: 16px;
  margin-bottom: 0;
}
body#next-steps section#locate-a-specialist .terms-check-wrapper {
  display: flex;
  margin-bottom: 4px;
}
body#next-steps section#locate-a-specialist .terms-check-wrapper input {
  margin-right: 6px;
}
body#next-steps section#locate-a-specialist .terms-check-wrapper a {
  color: #8a247f;
}
body#next-steps section#locate-a-specialist .searchNote {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
}
body#next-steps section#locate-a-specialist .searchNote a {
  color: #8a247f;
  text-decoration: underline;
}
body#next-steps section#locate-a-specialist #doctor-result {
  padding-top: 30px;
}
body#next-steps section#locate-a-specialist .map_view {
  padding: 0 15px 0 0;
}
body#next-steps section#locate-a-specialist .map_view #doctor_map {
  border-color: #e7f5fc;
}
body#next-steps section#locate-a-specialist .doctor-card {
  background-color: #e7f5fc;
  border: 2px solid white;
  color: #177ea1;
}
@media (max-width: 1199px) {
  body#next-steps section#locate-a-specialist .search-bar select {
    font-size: 14px;
  }
  body#next-steps section#locate-a-specialist .search-bar input {
    font-size: 14px;
  }
  body#next-steps section#locate-a-specialist .search-bar .search-button {
    font-size: 14px;
    min-width: 100px;
  }
  body#next-steps section#locate-a-specialist .search-bar .search-dropdown {
    min-width: 160px;
  }
}
@media (max-width: 500px) {
  body#next-steps section#locate-a-specialist .search-bar .search-dropdown {
    min-width: 120px;
  }
}
@media (max-width: 991px) {
  body#next-steps section#locate-a-specialist .title-wrapper {
    flex-direction: column;
  }
  body#next-steps section#locate-a-specialist .title-wrapper h2 {
    margin: 0 0 30px 0;
  }
}
body#next-steps section#locate-a-specialist .specialistImg {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body#next-steps section#locate-a-specialist .specialistImg {
    width: 60px;
  }
}
body#next-steps section#locate-a-specialist .errorWrapper {
  display: flex;
  flex-direction: column;
}
body#next-steps section#events .event-list {
  display: flex;
}
@media (min-width: 992px) {
  body#next-steps section#events .event-list {
    flex-direction: row-reverse;
  }
}
body#next-steps section#events .event-list p {
  line-height: 30px;
  margin-bottom: 0;
}
body#next-steps section#events .event-list p.summary {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
body#next-steps section#events .event-list__event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body#next-steps section#events .event-list__event {
    flex-direction: column;
    align-items: flex-start;
  }
}
body#next-steps section#events .event-list__event .description {
  max-width: 100%;
}
body#next-steps section#events .event-list__event p.title {
  font-size: 24px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 991px) {
  body#next-steps section#events .event-list__event p.title {
    font-size: 21px;
  }
}
body#next-steps section#events .event-list__event p.info {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  body#next-steps section#events .event-list__event p.info {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
body#next-steps section#events .event-list__event a.button.arrow {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
body#next-steps section#events .event-list__event a.button.arrow:hover {
  text-decoration: none;
}
body#next-steps section#events .event-list__event a.button.arrow span {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
body#next-steps section#events .event-list__event a.button.arrow .icon {
  display: inline-flex;
  width: 12px;
  margin-left: 5px;
}
body#next-steps section#events .event-list__event a.button.arrow .icon img {
  width: 100%;
}
@media (max-width: 991px) {
  body#next-steps section#events .hideMobile {
    display: none;
  }
}
body#next-steps section#learn-about-treatment-option {
  background-color: #e7f5fc;
  position: relative;
}
body#next-steps section#learn-about-treatment-option::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  body#next-steps section#learn-about-treatment-option::before {
    width: 100vw;
  }
}

body#personal-stories section#hero .hero-img-container {
  cursor: default;
}
@media (min-width: 992px) {
  body#personal-stories section#hero img.hero {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body#personal-stories section#hero h1 span.black-primary,
  body#personal-stories section#hero p.learn {
    margin-left: 85px;
  }
}
body#personal-stories section#hero .subtitleContainer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}
@media (max-width: 1200px) {
  body#personal-stories section#hero .subtitleContainer {
    flex-direction: column;
  }
}
body#personal-stories section#hero .subtitleContainer p {
  max-width: 760px;
}
body#personal-stories section#hero .subtitleContainer div {
  margin-bottom: 20px;
  margin-right: 64px;
}
@media (min-width: 1200px) {
  body#personal-stories section#hero .subtitleContainer div {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  body#personal-stories section#hero p.learn {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
body#personal-stories section#hero .quote {
  margin-left: 61px;
  padding-left: 0;
}
@media (max-width: 991px) {
  body#personal-stories section#hero .quote {
    margin-left: 0;
  }
}
body#personal-stories section#hero .quote:before {
  content: none;
}
body#personal-stories section#hero .quote img {
  position: absolute;
  left: -57px;
  width: 36px;
  height: 29px;
}
@media (max-width: 991px) {
  body#personal-stories section#hero .quote img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    left: 0;
  }
}
body#personal-stories section#videos {
  padding: 60px 60px;
}
@media (max-width: 991px) {
  body#personal-stories section#videos {
    padding: 30px 15px;
  }
}
body#personal-stories section#videos .threeVideoCard {
  flex: 1 1 30%;
  cursor: pointer;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .threeVideoCard {
    flex: 1 1 100%;
  }
}
body#personal-stories section#videos .threeVideoCard:hover .description, body#personal-stories section#videos .threeVideoCard.activeSlide .description {
  opacity: 1;
  overflow: hidden;
}
body#personal-stories section#videos .threeVideoCard .mobileDescriptionContainer {
  display: none;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .threeVideoCard .mobileDescriptionContainer {
    display: block;
  }
}
body#personal-stories section#videos .threeVideoCard .mobileDescriptionContainer .mobileDescription {
  font-family: "Lato";
  font-size: 14px;
  line-height: 21px;
  color: #373737;
}
body#personal-stories section#videos .threeVideoCard .mobileDescriptionContainer .mobileDescription.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body#personal-stories section#videos .threeVideoCard .readMoreButton {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: underline;
  color: #177ea1;
  background-color: transparent;
  border: none;
  padding: 0;
  display: none;
  padding-top: 5px;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .threeVideoCard .readMoreButton {
    display: block;
  }
}
body#personal-stories section#videos .carouselVideoThumbnailContainer {
  position: relative;
  aspect-ratio: 16/9;
}
body#personal-stories section#videos .carouselVideoThumbnailContainer .description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  background-color: rgba(60, 60, 60, 0.7);
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .carouselVideoThumbnailContainer .description {
    display: none;
  }
}
body#personal-stories section#videos .carouselVideoThumbnailContainer .thumbnail {
  width: 100%;
}
body#personal-stories section#videos .carouselVideoThumbnailContainer .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
}
@media (min-width: 992px) {
  body#personal-stories section#videos .carouselVideoThumbnailContainer .play {
    display: none;
  }
}
body#personal-stories section#videos .h4Container {
  padding-top: 15px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .h4Container {
    padding-bottom: 15px;
  }
}
body#personal-stories section#videos h4 {
  padding: 0;
  color: #177ea1;
  font-size: 22px;
  font-family: "NeuePlakNarrowBold";
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  flex: 1 1 100%;
}
@media (max-width: 991px) {
  body#personal-stories section#videos h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
body#personal-stories section#videos .shareButton {
  display: none;
}
body#personal-stories section#videos .linkCopiedMobile {
  display: none;
}
body#personal-stories section#videos .videoCardWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
  margin-left: -20px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .videoCardWrapper {
    margin-bottom: -20px;
  }
}
body#personal-stories section#videos .videoCardWrapper .threeVideoCard {
  flex: 1 1 30%;
  cursor: pointer;
  margin-bottom: 30px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .videoCardWrapper .threeVideoCard {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
body#personal-stories section#videos .videoCardWrapper .threeVideoCard:hover .description, body#personal-stories section#videos .videoCardWrapper .threeVideoCard.activeSlide .description {
  opacity: 1;
  overflow: hidden;
}
body#personal-stories section#videos .videoCardWrapper .threeVideoCard .mobileDescriptionContainer {
  display: none;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .videoCardWrapper .threeVideoCard .mobileDescriptionContainer {
    display: block;
  }
}
body#personal-stories section#videos .videoCardWrapper .threeVideoCard .mobileDescriptionContainer .mobileDescription {
  font-family: "Lato";
  font-size: 14px;
  line-height: 21px;
  color: #373737;
}
body#personal-stories section#videos .videoCardWrapper .threeVideoCard .mobileDescriptionContainer .mobileDescription.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body#personal-stories section#videos .videoCardWrapper .threeVideoCard .readMoreButton {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: underline;
  color: #177ea1;
  background-color: transparent;
  border: none;
  padding: 0;
  display: none;
  padding-top: 5px;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .videoCardWrapper .threeVideoCard .readMoreButton {
    display: block;
  }
}
body#personal-stories section#videos .videoCardWrapper .carouselVideoThumbnailContainer {
  position: relative;
  aspect-ratio: 16/9;
}
body#personal-stories section#videos .videoCardWrapper .carouselVideoThumbnailContainer .description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  background-color: rgba(60, 60, 60, 0.7);
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .videoCardWrapper .carouselVideoThumbnailContainer .description {
    display: none;
  }
}
body#personal-stories section#videos .videoCardWrapper .carouselVideoThumbnailContainer .thumbnail {
  width: 100%;
}
body#personal-stories section#videos .videoCardWrapper .carouselVideoThumbnailContainer .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
}
@media (min-width: 992px) {
  body#personal-stories section#videos .videoCardWrapper .carouselVideoThumbnailContainer .play {
    display: none;
  }
}
body#personal-stories section#videos .videoCardWrapper .h4Container {
  padding-top: 15px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .videoCardWrapper .h4Container {
    padding-bottom: 15px;
  }
}
body#personal-stories section#videos .videoCardWrapper h4 {
  padding: 0;
  color: #177ea1;
  font-size: 22px;
  font-family: "NeuePlakNarrowBold";
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  flex: 1 1 100%;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .videoCardWrapper h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
body#personal-stories section#videos .videoCardWrapper .shareButton {
  background-color: transparent;
  color: #177ea1;
  border: none;
  padding: 0;
  height: auto;
  display: none;
}
body#personal-stories section#videos .videoCardWrapper .shareButton .icon {
  width: 18px;
  height: auto;
}
@media (max-width: 991px) {
  body#personal-stories section#videos .videoCardWrapper .shareButton {
    display: block;
  }
}
body#personal-stories section.share-your-story {
  position: relative;
  position: relative;
}
body#personal-stories section.share-your-story::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  body#personal-stories section.share-your-story::before {
    width: 100vw;
  }
}
body#personal-stories section.share-your-story img,
body#personal-stories section.share-your-story p {
  margin-bottom: 30px;
}
body#personal-stories section .desktopLg {
  display: none;
}
@media (min-width: 1100px) {
  body#personal-stories section .desktopLg {
    display: block;
  }
}

body#sign-up-page .sign-up-form {
  margin-top: -90px;
}
body#sign-up-page .sign-up-form .mktoHtmlText {
  font-size: 18px;
  line-height: 27px;
  color: #373737;
}
body#sign-up-page .sign-up-form .mktoHtmlText p:last-child {
  margin: 0 !important;
}
body#sign-up-page .sign-up-form .mktoHtmlText p:last-child span {
  font-size: 14px !important;
  font-weight: 700 !important;
}
body#sign-up-page .sign-up-form .mktoHtmlText p:first-child span {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 27px;
}
body#sign-up-page .sign-up-form .mktoHtmlText p:first-child span a {
  color: #8a247f !important;
  text-decoration: underline !important;
}
body#sign-up-page .sign-up-form .mktoFieldWrap label span {
  font-weight: 700;
  font-size: 22px;
  color: #373737;
}
body#sign-up-page .sign-up-form .mktoFieldWrap .mktoRadioList input[type=radio]:checked + label {
  color: #fff !important;
}
body#sign-up-page .sign-up-form .mktoFieldWrap .mktoRadioList label {
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  font-family: "Lato";
  line-height: 27px;
  border: 1px solid #373737;
  color: #373737;
  padding: 15px 22px;
}
body#sign-up-page .sign-up-form .mktoErrorArrowWrap {
  display: none !important;
}
body#sign-up-page .sign-up-form button[type=submit] {
  border-radius: 0 !important;
  padding: 15px 20px !important;
  width: auto !important;
  font-weight: 500;
}
body#sign-up-page .sign-up-form .mktoErrorMsg,
body#sign-up-page .sign-up-form #sign-up-page .mktoErrorArrowWrap {
  display: none !important;
}
body#sign-up-page .sign-up-form .mktoForm.submitted .mktoTextField.mktoInvalid + div + span,
body#sign-up-page .sign-up-form .mktoForm.submitted .mktoTextField.mktoInvalid + span,
body#sign-up-page .sign-up-form .mktoForm.submitted .mktoEmailField.mktoInvalid + div + span,
body#sign-up-page .sign-up-form .mktoForm.submitted .mktoEmailField.mktoInvalid + span {
  display: inline-block !important;
}
body#sign-up-page .sign-up-form .mktoInvalid::after,
body#sign-up-page .sign-up-form .mktoTextField.mktoInvalid + div + span::after,
body#sign-up-page .sign-up-form .mktoTextField.mktoInvalid + span::after,
body#sign-up-page .sign-up-form .mktoEmailField.mktoInvalid + div + span::after,
body#sign-up-page .sign-up-form .mktoEmailField.mktoInvalid + span::after {
  content: "This selection is required";
  color: #b70f0e;
  top: 8px;
  font-family: lato, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
  right: 0 !important;
  bottom: 0 !important;
  left: 0;
  display: inline-block;
}
body#sign-up-page .sign-up-form .mktoInvalid::after .mktoErrorArrowWrap,
body#sign-up-page .sign-up-form .mktoTextField.mktoInvalid + div + span::after .mktoErrorArrowWrap,
body#sign-up-page .sign-up-form .mktoTextField.mktoInvalid + span::after .mktoErrorArrowWrap,
body#sign-up-page .sign-up-form .mktoEmailField.mktoInvalid + div + span::after .mktoErrorArrowWrap,
body#sign-up-page .sign-up-form .mktoEmailField.mktoInvalid + span::after .mktoErrorArrowWrap {
  display: none !important;
}
body#sign-up-page .sing-up-title-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  body#sign-up-page .sing-up-title-container {
    order: -1;
    display: block;
  }
}
body#sign-up-page .sing-up-title-container img {
  width: 54px;
  margin-right: 30px;
}
body#sign-up-page h2 {
  font-family: "NeuePlakNarrowBold";
  font-size: 48px;
  line-height: 45px;
}

#mktoForm_24 {
  padding: 180px 0;
}
#mktoForm_24.mktoForm * {
  font-family: "Lato";
}
#mktoForm_24 .mktoHtmlText {
  padding: 0 !important;
  text-transform: uppercase;
}
#mktoForm_24 .mktoHtmlText p {
  font-size: 48px;
  line-height: 45px;
  font-family: "NeuePlakNarrowBold";
  color: #373737;
  padding-bottom: 60px;
}
#mktoForm_24 [id^=LblmktoRadio_], #mktoForm_24 .mktoButton {
  background-color: #177ea1;
  border-radius: 0;
  border: none;
  width: 415px;
  height: 43px;
  font-family: "Lato";
  font-size: 17px;
  line-height: 27px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#mktoForm_24 [id^=LblmktoRadio_] {
  margin-left: -10px !important;
  margin-bottom: 10px !important;
  text-align: center;
}
@media (max-width: 483px) {
  #mktoForm_24 [id^=LblmktoRadio_] {
    margin-left: 0px !important;
  }
}

@media (max-width: 768px) {
  #mktoForm_24 {
    padding: 100px 0;
  }
  #mktoForm_24 .mktoHtmlText p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  #mktoForm_24 {
    padding: 80px 0;
  }
  #mktoForm_24 .mktoHtmlText p {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  #mktoForm_24 .mktoRadioList {
    padding: 0;
  }
  [id^=LblmktoRadio_], .mktoButton {
    width: 280px !important;
    height: 70px !important;
  }
}
body#what-are-the-signs #hero .hero-img-container {
  cursor: default;
}
body#what-are-the-signs #hero h4.emphasize {
  font-family: "NeuePlakNarrowBold";
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
body#what-are-the-signs #hero img.hero {
  width: 760px;
}
@media (max-width: 991px) {
  body#what-are-the-signs #hero img.hero {
    width: 100%;
  }
}
body#what-are-the-signs #hero .hero {
  /*max-width: 100%;
  height: 100%;
  object-fit: cover;
  */
}
body#what-are-the-signs #hero .quote:before {
  content: none;
}
body#what-are-the-signs #hero .quote img {
  position: absolute;
  left: -4px;
  width: 36px;
  height: 29px;
}
@media (max-width: 991px) {
  body#what-are-the-signs #hero .quote img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    left: 0;
  }
}
@media (max-width: 991px) {
  body#what-are-the-signs #hero .quote.left {
    margin: 40px 0px 27px;
  }
}
body#what-are-the-signs #hero .quote.right {
  padding-left: 50px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  body#what-are-the-signs #hero .quote.right {
    margin: 40px 0px 27px;
  }
}
body#what-are-the-signs #hero .quote.right::before {
  left: 0;
  top: 0;
}
body#what-are-the-signs #symptoms {
  position: relative;
}
body#what-are-the-signs #symptoms::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (min-width: 992px) {
  body#what-are-the-signs #symptoms::before {
    width: 100vw;
  }
}
body#what-are-the-signs #symptoms .displayTablet {
  display: none;
}
@media (max-width: 575px) {
  body#what-are-the-signs #symptoms .displayTablet {
    display: inline;
  }
}
body#what-are-the-signs #symptoms .icon {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body#what-are-the-signs #symptoms .icon {
    width: 60px;
  }
}
body#what-are-the-signs #symptoms h2 {
  font-weight: 700;
}
body#what-are-the-signs #symptoms p.list {
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
}
body#what-are-the-signs #symptoms p.list::before {
  content: "→";
  position: absolute;
  left: 0px;
  color: #177ea1;
  font-size: larger;
}
body#what-are-the-signs #symptoms p.list .info {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
body#what-are-the-signs #symptoms p.list .info .forDesktop {
  display: inline;
}
body#what-are-the-signs #symptoms p.list .info .forMobile {
  display: none;
}
@media (max-width: 800px) {
  body#what-are-the-signs #symptoms p.list .info .forDesktop {
    display: none;
  }
  body#what-are-the-signs #symptoms p.list .info .forMobile {
    display: inline;
  }
}
body#what-are-the-signs #symptoms .icons-list__container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
body#what-are-the-signs #symptoms .icons-list__container:hover {
  cursor: pointer;
}
body#what-are-the-signs #symptoms .icons-list__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
}
body#what-are-the-signs #symptoms .icons-list__icon img {
  margin-bottom: 5px;
  opacity: 1;
  transition: opacity 0.5s linear;
}
body#what-are-the-signs #symptoms .icons-list__icon .icon-hover {
  position: absolute;
  opacity: 0;
  font-size: 14px;
  font-weight: 700;
  color: #177ea1;
  text-align: center;
  transition: opacity 0.5s linear;
}
body#what-are-the-signs #symptoms .icons-list__icon:hover img {
  opacity: 0;
}
body#what-are-the-signs #symptoms .icons-list__icon:hover .icon-hover {
  opacity: 1;
}
body#what-are-the-signs #understanding-reality {
  position: relative;
  position: relative;
}
body#what-are-the-signs #understanding-reality::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  body#what-are-the-signs #understanding-reality::before {
    width: 100vw;
  }
}
body#what-are-the-signs #understanding-reality .reality {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body#what-are-the-signs #understanding-reality .reality {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
body#what-are-the-signs #understanding-reality .reality__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body#what-are-the-signs #understanding-reality .fpoImage {
  display: block !important;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30%;
  height: auto;
  z-index: 10;
}
body#what-are-the-signs #understanding-reality .card-media-player-card {
  margin-bottom: 30px;
}
body#what-are-the-signs #understanding-reality .enEspanol {
  color: #373737;
  opacity: 0.5;
  text-decoration: underline;
  font-family: "Lato";
}
body#what-are-the-signs #challenges-and-changes .title a {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #8a247f;
  text-decoration: underline;
}
body#what-are-the-signs #challenges-and-changes .title a:hover {
  text-decoration: none;
}
body#what-are-the-signs #challenges-and-changes .info-card {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  body#what-are-the-signs #challenges-and-changes .info-card {
    flex-direction: row;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  body#what-are-the-signs #challenges-and-changes .info-card__title {
    flex: 1 1 10%;
    padding-left: 20px;
  }
}
body#what-are-the-signs #challenges-and-changes .info-card__title h4 {
  color: #177ea1;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "NeuePlakNarrowBold";
}
body#what-are-the-signs #challenges-and-changes .info-card__image {
  flex: 1 1 100%;
  width: 60px;
}
@media (max-width: 991px) {
  body#what-are-the-signs #challenges-and-changes .info-card__image {
    flex: none;
  }
}
body#what-are-the-signs #challenges-and-changes .info-card__image img {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body#what-are-the-signs #challenges-and-changes .info-card__image img {
    position: relative;
    top: 6px;
  }
}

#start-a-conversation {
  position: relative;
  position: relative;
}
#start-a-conversation::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #177ea1;
}
@media (min-width: 992px) {
  #start-a-conversation::before {
    width: 100vw;
  }
}

@media (max-width: 991px) {
  body#who-is-at-risk #hero h1 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  body#who-is-at-risk #hero h1 {
    font-size: 40px;
    line-height: 36px;
  }
}
body#who-is-at-risk #hero .hero-img-container {
  cursor: default;
}
body#who-is-at-risk #hero .hero-img-container .hero {
  height: 100%;
}
body#who-is-at-risk #hero .hero-img-container .playIconContainer span {
  font-size: 28px;
  width: 180px;
}
body#who-is-at-risk #hero .hero-img-container .fpoImage {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30%;
}
body#who-is-at-risk #hero .quote-container {
  margin-left: 0;
}
body#who-is-at-risk #hero .quote-container .quote:before {
  content: none;
}
body#who-is-at-risk #hero .quote-container img {
  position: absolute;
  left: -4px;
  width: 36px;
  height: 29px;
}
@media (max-width: 991px) {
  body#who-is-at-risk #hero .quote-container img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    left: 0;
  }
}
body#who-is-at-risk #symptoms {
  position: relative;
  position: relative;
}
body#who-is-at-risk #symptoms::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  body#who-is-at-risk #symptoms::before {
    width: 100vw;
  }
}
@media (max-width: 991px) {
  body#who-is-at-risk #symptoms .lists {
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  body#who-is-at-risk #symptoms .lists {
    margin-left: 70px;
  }
}
body#who-is-at-risk #symptoms .lists img.icon,
body#who-is-at-risk #symptoms .lists h3 {
  display: inline;
}
body#who-is-at-risk #symptoms .lists img.icon {
  position: relative;
  top: -6px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  body#who-is-at-risk #symptoms .lists img.icon {
    margin-right: 14px;
  }
}
body#who-is-at-risk #symptoms .lists ul {
  list-style-type: none;
  margin-left: 44px;
  font-family: "Lato";
  font-size: 18px;
  margin-top: -10px;
}
body#who-is-at-risk #symptoms .lists ul.motorSymptomsList {
  margin-bottom: 60px;
  list-style: none;
  margin-left: 50px;
}
body#who-is-at-risk #symptoms .lists ul li {
  padding: 3px 0px;
}
body#who-is-at-risk #symptoms .lists ul li span {
  font-weight: bold;
  margin-right: 5px;
}
body#who-is-at-risk #symptoms .lists ul li span.copy {
  font-weight: normal;
}
@media (max-width: 991px) {
  body#who-is-at-risk #symptoms .lists ul li span.copy {
    display: inline-block;
    width: 200px;
    vertical-align: text-top;
  }
}
body#who-is-at-risk #understanding-the-connection {
  position: relative;
  position: relative;
}
body#who-is-at-risk #understanding-the-connection .icon {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body#who-is-at-risk #understanding-the-connection .icon {
    width: 60px;
  }
}
body#who-is-at-risk #understanding-the-connection::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  body#who-is-at-risk #understanding-the-connection::before {
    width: 100vw;
  }
}
body#who-is-at-risk #understanding-the-connection a {
  color: #8a247f;
  text-decoration: none;
  font-weight: bold;
  text-underline-offset: 3px;
  text-decoration: underline;
}
body#who-is-at-risk #understanding-the-connection .riskContainer {
  display: flex;
  margin-bottom: 10px;
}
body#who-is-at-risk #understanding-the-connection .riskContainer .arrow {
  margin: 0 4px 0 24px;
}
body#who-is-at-risk #understanding-the-connection .subRiskContainer {
  padding-left: 30px;
  margin-top: -6px;
}
body#who-is-at-risk #nonmotor-symptoms .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body#who-is-at-risk #nonmotor-symptoms .fpoImage {
  display: block !important;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30%;
  height: auto;
  z-index: 10;
}
body#who-is-at-risk #nonmotor-symptoms .card-media-player-card {
  margin-bottom: 30px;
}
body#who-is-at-risk #nonmotor-symptoms .enEspanol {
  color: #373737;
  opacity: 0.5;
  text-decoration: underline;
  font-family: "Lato";
}
body#who-is-at-risk #barker-locate-a-specialist {
  position: relative;
}
body#who-is-at-risk #barker-locate-a-specialist::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  body#who-is-at-risk #barker-locate-a-specialist::before {
    width: 100vw;
  }
}
body#who-is-at-risk #barker-locate-a-specialist .spacialistIcon {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body#who-is-at-risk #barker-locate-a-specialist .spacialistIcon {
    width: 60px;
  }
}
body#who-is-at-risk #barker-locate-a-specialist p {
  margin-bottom: 40px;
}

body#talking-about-symptoms #hero .hero-img-container {
  cursor: default;
}
body#talking-about-symptoms #hero .emphasize {
  font-family: "NeuePlakNarrowBold";
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 991px) {
  body#talking-about-symptoms #hero img.hero {
    width: 760px;
  }
}
body#talking-about-symptoms #hero .quote-container {
  margin-left: 0;
}
body#talking-about-symptoms #hero .quote-container .quote::before {
  content: none;
}
body#talking-about-symptoms #hero .quote-container img {
  position: absolute;
  left: -4px;
  width: 36px;
  height: 29px;
}
@media (max-width: 991px) {
  body#talking-about-symptoms #hero .quote-container img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    left: 0;
  }
}
body#talking-about-symptoms #symptoms-importance .checkListIcon {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body#talking-about-symptoms #symptoms-importance .checkListIcon {
    width: 60px;
  }
}
body#talking-about-symptoms #symptoms-importance p {
  font-weight: 400;
}
body#talking-about-symptoms #symptoms-importance .info-card__title h4 {
  color: #177ea1;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "NeuePlakNarrowBold";
}
@media (max-width: 991px) {
  body#talking-about-symptoms #symptoms-importance .info-card__title h4 {
    margin-top: -6px;
  }
}
body#talking-about-symptoms #symptoms-importance .info-card__image img {
  width: 100%;
  margin-bottom: 15px;
}
body#talking-about-symptoms #care-partner-journey {
  position: relative;
}
body#talking-about-symptoms #care-partner-journey::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  body#talking-about-symptoms #care-partner-journey::before {
    width: 100vw;
  }
}
body#talking-about-symptoms #care-partner-journey h2 {
  letter-spacing: -0.5px;
}
body#talking-about-symptoms #care-partner-journey p {
  font-weight: 400;
}
body#talking-about-symptoms #care-partner-journey .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body#talking-about-symptoms #care-partner-journey .card-media-player-card .fpoImage {
  display: block !important;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30%;
  height: auto;
  z-index: 10;
}
body#talking-about-symptoms #care-partner-journey .card-media-player-card {
  margin-bottom: 30px;
}
body#talking-about-symptoms #care-partner-journey .enEspanol {
  color: #373737;
  opacity: 0.5;
  text-decoration: underline;
  font-family: "Lato";
}
body#talking-about-symptoms #care-plan .care-plan .handIcon {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body#talking-about-symptoms #care-plan .care-plan .handIcon {
    width: 60px;
  }
}
body#talking-about-symptoms #care-plan .care-plan h4 {
  font-family: "NeuePlakNarrowBold";
  margin-bottom: 30px;
}
body#talking-about-symptoms #care-plan .care-plan p {
  font-weight: 400;
}
body#talking-about-symptoms #care-plan .care-plan__list:last-child, body#talking-about-symptoms #care-plan .care-plan__item:last-child {
  margin-bottom: 0;
}
body#talking-about-symptoms #care-plan .care-plan__list:not(:last-child), body#talking-about-symptoms #care-plan .care-plan__item:not(:last-child) {
  margin-bottom: 30px;
}
body#talking-about-symptoms #care-plan .care-plan__list {
  list-style: none;
  padding-left: 25px;
}
body#talking-about-symptoms #care-plan .care-plan__item {
  position: relative;
  font-family: "Lato";
  font-size: 18px;
  line-height: 150%;
  padding-left: 25px;
}
body#talking-about-symptoms #care-plan .care-plan__item::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #177ea1;
  font-size: larger;
}

section#impactOnPatients {
  position: relative;
}
section#impactOnPatients::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  section#impactOnPatients::before {
    width: 100vw;
  }
}
section#impactOnPatients .impactOnPatients h3 {
  margin-bottom: 30px;
}
section#impactOnPatients .impactOnPatients .subtitle {
  font-size: 22px;
  line-height: 24px;
}
section#impactOnPatients .impactOnPatients ul {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 30px;
}
section#impactOnPatients .impactOnPatients ul:last-child {
  margin-bottom: 0;
}
section#impactOnPatients .impactOnPatients ul li {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #373737;
  position: relative;
  padding-left: 25px;
}
section#impactOnPatients .impactOnPatients ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #177ea1;
  font-size: larger;
}
section#impactOnPatients .impactOnPatients ul li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  section#impactOnPatients .orderMobile {
    order: -1;
  }
}

.hcp header {
  background-color: #373737;
}

header .header-mobile.hcp .mobile-nav-wrapper {
  background-color: #373737;
}
header .header-mobile.hcp .mobile-nav-content {
  background-color: #373737;
}
header .header-mobile.hcp .dtp:hover {
  background-color: #177ea1;
  color: #fff;
}
header .header-mobile.hcp .dtp .icon {
  margin-left: 5px;
}
header .header-mobile.hcp .dtp .icon svg {
  width: 9px;
  height: 9px;
}
header .header-desktop.hcp {
  background-color: #373737;
  padding: 16px 0;
}
header .header-desktop.hcp .container-nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
@media (min-width: 1100px) and (max-width: 1440px) {
  header .header-desktop.hcp .container-nav a {
    margin-left: 10px;
  }
}
@media (min-width: 1100px) and (max-width: 1200px) {
  header .header-desktop.hcp .container-nav a.button {
    font-size: 16px;
  }
}
header .header-desktop.hcp .utility {
  margin-top: 20px;
  margin-bottom: 0;
}
header .header-desktop .logoContainer {
  display: flex;
  align-items: center;
}
header .header-mobile,
header .header-desktop {
  box-shadow: unset;
}
header .header-mobile.hcp .utility,
header .header-desktop.hcp .utility {
  border-top-color: #fff;
}
header .header-mobile.hcp .dtp,
header .header-desktop.hcp .dtp {
  height: 21px;
  font-weight: 500;
  color: #fff;
}
header .header-mobile.hcp .dtp:hover,
header .header-desktop.hcp .dtp:hover {
  text-decoration: underline;
}
header .header-mobile.hcp .dtp .icon,
header .header-desktop.hcp .dtp .icon {
  color: inherit;
  margin-left: 5px;
}
header .header-mobile.hcp .dtp .icon svg,
header .header-desktop.hcp .dtp .icon svg {
  width: 9px;
  height: 9px;
}
@media (max-width: 1439px) {
  header .header-mobile.hcp .dtp,
  header .header-desktop.hcp .dtp {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
header .header-mobile.hcp .ryansStoryLink,
header .header-desktop.hcp .ryansStoryLink {
  line-height: 21px;
  height: 36px;
  padding: 20px 30px;
  color: #fff;
  border-color: #fff;
}
header .header-mobile.hcp .ryansStoryLink:hover,
header .header-desktop.hcp .ryansStoryLink:hover {
  background-color: #fff;
  color: #373737;
}
@media (min-width: 390px) {
  header .header-mobile.hcp .ryansStoryLink,
  header .header-desktop.hcp .ryansStoryLink {
    padding: 20px 60px;
  }
}
@media (min-width: 1100px) {
  header .header-mobile.hcp .ryansStoryLink,
  header .header-desktop.hcp .ryansStoryLink {
    padding: 13px 20px;
  }
}
@media (max-width: 1439px) {
  header .header-mobile.hcp .ryansStoryLink,
  header .header-desktop.hcp .ryansStoryLink {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 36px !important;
  }
}
header .header-mobile.hcp .expertLink,
header .header-desktop.hcp .expertLink {
  color: #373737;
  background-color: #eddeeb;
  padding: 13px 20px;
  border: 1px solid #eddeeb;
  margin-bottom: 15px;
  height: 36px;
}
header .header-mobile.hcp .expertLink:hover,
header .header-desktop.hcp .expertLink:hover {
  background-color: transparent;
  color: #eddeeb;
  border: 1px solid #eddeeb;
  cursor: pointer;
}
header .header-mobile.hcp .treatment,
header .header-desktop.hcp .treatment {
  line-height: 21px;
  height: 36px;
  padding: 13px 20px;
}
header .header-mobile.hcp .treatment:hover,
header .header-desktop.hcp .treatment:hover {
  background-color: transparent;
  color: #fff;
  outline: none;
  border: 1px solid #8a247f;
  cursor: pointer;
}
@media (max-width: 1439px) {
  header .header-mobile.hcp .treatment,
  header .header-desktop.hcp .treatment {
    height: 36px !important;
  }
}
header .header-mobile .expertLink {
  margin-bottom: 0;
}
header .header-mobile .treatment {
  padding: 5px 10px !important;
}

.percentage-callout {
  font-family: "Lato";
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "percentage-one" "percentage-two" "title";
}
@media (min-width: 992px) {
  .percentage-callout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "percentage-one title" "percentage-two title";
  }
}
.percentage-callout .title-container,
.percentage-callout .percentage-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.percentage-callout .title-container sup,
.percentage-callout .percentage-container sup {
  font-size: 11px;
  top: -0.7em;
}
@media (max-width: 991px) {
  .percentage-callout .title-container sup,
  .percentage-callout .percentage-container sup {
    font-size: 10px;
    top: -0.6em;
  }
}
.percentage-callout .title-container {
  grid-area: title;
  position: relative;
}
.percentage-callout .title-container::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .percentage-callout .title-container::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .percentage-callout .title-container::before {
    width: 50vw;
  }
}
@media (min-width: 992px) {
  .percentage-callout .title-container {
    padding-left: 60px;
  }
}
.percentage-callout .title {
  margin-bottom: 20px;
}
.percentage-callout .description {
  line-height: 150%;
  font-weight: 400;
  color: #373737;
  margin-bottom: 30px;
}
@media (min-width: 1201px) {
  .percentage-callout .description {
    font-size: 18px;
    line-height: 27px;
  }
}
.percentage-callout a.en-espanol {
  margin-top: 15px;
  color: #8a247f;
  text-decoration: underline;
  font-size: 18px;
  font-family: "Lato";
  display: block;
  margin-top: 23px;
}
.percentage-callout a.en-espanol.disabled {
  pointer-events: none;
}
.percentage-callout p.disclaimer {
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.percentage-callout p.disclaimer span {
  position: absolute;
  left: -7px;
}
@media (min-width: 992px) {
  .percentage-callout .percentage-container {
    font-size: 22px;
    line-height: 33px;
  }
}
.percentage-callout .percentage-container h4 {
  font-family: "NeuePlakExtraBlack";
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .percentage-callout .percentage-container h4 {
    text-align: right;
    padding-right: 15px;
  }
}
@media (min-width: 1201px) {
  .percentage-callout .percentage-container h4 {
    font-size: 62px;
    line-height: 51px;
  }
}
.percentage-callout .percentage-container .percentage-container-outer {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .percentage-callout .percentage-container .percentage-container-outer {
    justify-content: flex-start;
  }
}
.percentage-callout .percentage-container .percentage-container-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.percentage-callout .percentage-container .upTo {
  margin-bottom: -10px;
  margin-top: -12px;
}
@media (max-width: 991px) {
  .percentage-callout .percentage-container .upTo {
    margin-top: 0;
  }
}
.percentage-callout .percentage-container .upTo img {
  width: 115px;
}
@media (max-width: 1200px) {
  .percentage-callout .percentage-container .upTo img {
    width: 78px;
  }
}
.percentage-callout .percentage-container p {
  font-family: "NeuePlakNarrowBold";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (min-width: 1201px) {
  .percentage-callout .percentage-container p {
    font-size: 22px;
    line-height: 33px;
  }
}
.percentage-callout .percentage-container.one {
  position: relative;
  grid-area: percentage-one;
  position: relative;
}
.percentage-callout .percentage-container.one h4 {
  color: #fff;
}
.percentage-callout .percentage-container.one p {
  color: #fff;
}
.percentage-callout .percentage-container.one::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  right: 0;
  background-color: #8a247f;
}
@media (max-width: 991px) {
  .percentage-callout .percentage-container.one::before {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 992px) {
  .percentage-callout .percentage-container.one::before {
    width: 50vw;
  }
}
.percentage-callout .percentage-container.two {
  grid-area: percentage-two;
  position: relative;
}
.percentage-callout .percentage-container.two h4 {
  color: #8a247f;
}
.percentage-callout .percentage-container.two p {
  color: #8a247f;
}
@media (max-width: 991px) {
  .percentage-callout .percentage-container.two {
    padding-bottom: 60px;
  }
}
.percentage-callout .percentage-container.two::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  right: 0;
  background-color: #eddeeb;
}
@media (max-width: 991px) {
  .percentage-callout .percentage-container.two::before {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 992px) {
  .percentage-callout .percentage-container.two::before {
    width: 50vw;
  }
}

section#symptoms {
  position: relative;
}
section#symptoms::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}
@media (min-width: 992px) {
  section#symptoms::before {
    width: 100vw;
  }
}
section#symptoms .symptoms {
  font-family: "NeuePlakNarrowBold";
}
section#symptoms .symptoms .subtitle {
  margin-bottom: 30px;
}
section#symptoms .symptoms__list:not(:last-child) {
  margin-bottom: 10px;
}
section#symptoms .symptoms__list:last-child {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  section#symptoms .symptoms__list {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  section#symptoms .symptoms__list.left {
    justify-content: flex-start;
  }
  section#symptoms .symptoms__list.left .icon-container {
    margin-right: 30px;
  }
}
section#symptoms .symptoms__list .icon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  gap: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #8a247f;
}
section#symptoms .symptoms__list .icon-container img {
  width: 60px;
  height: 60px;
}

section#consequences {
  position: relative;
}
section#consequences::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eddeeb;
}
@media (min-width: 992px) {
  section#consequences::before {
    width: 100vw;
  }
}
section#consequences .consequences h3 {
  margin-bottom: 30px;
}
section#consequences .consequences .subtitle {
  font-size: 22px;
  line-height: 24px;
}
section#consequences .consequences ul {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 30px;
}
section#consequences .consequences ul:last-child {
  margin-bottom: 0;
}
section#consequences .consequences ul li {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #373737;
  position: relative;
  padding-left: 25px;
}
section#consequences .consequences ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #8a247f;
  font-size: larger;
}
section#consequences .consequences ul li:not(:last-child) {
  margin-bottom: 25px;
}
section#consequences .consequences ul li sup {
  font-size: 10px;
  top: -0.7em;
}
@media (max-width: 991px) {
  section#consequences .consequences ul li sup {
    font-size: 8px;
    top: -0.8em;
  }
}
@media (max-width: 991px) {
  section#consequences .orderMobile {
    order: -1;
  }
}
section#consequences p.disclaimer {
  margin-top: 60px;
  position: relative;
}
section#consequences p.disclaimer:before {
  content: "*";
  position: absolute;
  left: -10px;
}
section#consequences p.references {
  margin-top: 30px;
  font-family: "Lato";
  line-height: 25px;
}
section#consequences p.references span {
  font-family: sans-serif;
  font-style: italic;
}
@media (max-width: 991px) {
  section#consequences p.references {
    font-size: 10px;
    line-height: 16px;
  }
}

section#treatment-option {
  position: relative;
}
section#treatment-option::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eddeeb;
}
@media (min-width: 992px) {
  section#treatment-option::before {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  section#treatment-option .treatment-option {
    flex-direction: row-reverse;
  }
}
section#treatment-option .treatment-option p {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section#treatment-option .treatment-option a.link {
    padding: 16px 50px;
  }
}

body#home.hcp .link-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  body#home.hcp .link-container {
    justify-content: flex-start;
  }
}
body#home.hcp .link {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 10px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  background-color: #8a247f;
  color: white;
  transition: 0.3s;
}
@media (max-width: 577px) {
  body#home.hcp .link {
    width: 100%;
  }
}
body#home.hcp .link:hover {
  background-color: transparent;
  color: #8a247f;
  outline: 1px solid #8a247f;
}
body#home.hcp .link .icon {
  display: inline-flex;
  align-items: center;
}
body#home.hcp section#hero .hero__title-container {
  position: relative;
}
@media (min-width: 992px) {
  body#home.hcp section#hero .hero__title-container h1 span.black {
    margin-left: 75px;
  }
}
@media (min-width: 992px) {
  body#home.hcp section#hero .hero__title-container h1 span.indent {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  body#home.hcp section#hero .hero__title-container h1 {
    font-size: 28px;
    line-height: 28px;
  }
  body#home.hcp section#hero .hero__title-container h1 .d-block {
    display: inline !important;
  }
}
body#home.hcp section#hero p.quote:before {
  content: none;
}
@media (max-width: 991px) {
  body#home.hcp section#hero p.quote {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body#home.hcp section#hero p.quote-attribution {
    margin-bottom: 50px;
  }
}
body#home.hcp section#hero .quote-container img {
  position: absolute;
  left: 14px;
  width: 36px;
  height: 29px;
}
@media (max-width: 991px) {
  body#home.hcp section#hero .quote-container img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    left: 0;
  }
}
body#home.hcp section#hero p.emphasize {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #8a247f;
  margin-bottom: 18px;
  position: relative;
  top: -12px;
}
@media (min-width: 992px) {
  body#home.hcp section#hero p.emphasize {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  body#home.hcp section#hero p.emphasize {
    font-size: 21px;
    line-height: 30px;
  }
}
body#home.hcp section#hero .fpoImage {
  display: block !important;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30%;
  height: auto;
}
body#home.hcp section#percentage-callout {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 574px) {
  .exitModal .modal-content .modalTitle {
    margin-left: -2px;
    padding: 0;
  }
}

#motivation-video h2 {
  font-family: "NeuePlakNarrowBold";
}
#motivation-video p {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
}
#motivation-video .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#motivation-video .thumbnailContainer {
  position: relative;
  cursor: pointer;
}
#motivation-video .thumbnailContainer .thumbnailImage {
  width: 100%;
}
#motivation-video .thumbnailContainer .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#motivation-video .thumbnailContainer .fpoImage {
  position: absolute;
  top: 20%;
  left: 20%;
}

body#ryans-story.hcp #hero h1 {
  font-family: "NeuePlakExtraBlack";
  color: #373737;
}
body#ryans-story.hcp #hero .title-container {
  display: flex;
  align-items: center;
}
body#ryans-story.hcp #hero .hero-img-container {
  cursor: default;
}
body#ryans-story.hcp #hero .quote-container {
  margin-left: 0;
}
body#ryans-story.hcp #hero .quote-container .quote::before {
  content: none;
}
body#ryans-story.hcp #hero .quote-container img {
  position: absolute;
  left: -4px;
  width: 36px;
  height: 29px;
}
@media (max-width: 991px) {
  body#ryans-story.hcp #hero .quote-container img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    left: 0;
  }
}
body#ryans-story.hcp #hero .divider {
  background-color: #8a247f;
}
body#ryans-story.hcp #hero .divider::after {
  color: #8a247f;
}
@media (max-width: 991px) {
  body#ryans-story.hcp #hero .divider {
    display: none;
  }
}
body#ryans-story.hcp #hero h4 {
  font-family: "NeuePlakNarrowBold";
  color: #373737;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
body#ryans-story.hcp #featured-videos a.en-espanol {
  color: #8a247f;
}

.hcp .accessResources {
  position: relative;
  padding: 60px;
}
.hcp .accessResources .link-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .hcp .accessResources .link-container {
    justify-content: flex-start;
  }
}
.hcp .accessResources .link {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 10px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  background-color: #8a247f;
  color: white;
  transition: 0.3s;
}
@media (max-width: 577px) {
  .hcp .accessResources .link {
    width: 100%;
  }
}
.hcp .accessResources .link:hover {
  background-color: transparent;
  color: #8a247f;
  outline: 1px solid #8a247f;
}
.hcp .accessResources .link .icon {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .hcp .accessResources {
    padding: 60px 30px;
  }
}
@media (max-width: 500px) {
  .hcp .accessResources {
    padding: 30px 15px;
  }
}
.hcp .accessResources .title {
  display: flex;
  align-items: flex-start;
}
.hcp .accessResources .mainContent {
  margin-bottom: 32px;
}
.hcp .accessResources .mainContent:nth-of-type(2) {
  margin-top: 32px;
}
.hcp .accessResources a.button {
  font-size: 18px;
  background-color: #8a247f;
  color: #fff;
  border: none;
}
.hcp .accessResources a.button:hover {
  background-color: transparent;
  color: #8a247f;
  outline: 1px solid #8a247f;
}
@media (max-width: 577px) {
  .hcp .accessResources a.button {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
  }
}
.hcp .accessResources a.en-espanol {
  color: #8a247f;
  text-decoration: underline;
  font-family: "Lato";
  display: block;
  margin-top: 30px;
}
.hcp .accessResources a.en-espanol.disabled {
  pointer-events: none;
}
.hcp .accessResources .secondaryContent {
  margin-top: 32px;
  margin-bottom: 0px;
}
.hcp .accessResources p.disclaimer {
  margin-top: 32px;
  font-size: 14px;
  line-height: 20px;
}
.hcp .accessResources p.disclaimer:before {
  content: "*";
  position: absolute;
  left: 8px;
}

.hcp .optimizePd {
  position: relative;
}
.hcp .optimizePd::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eddeeb;
}
@media (min-width: 992px) {
  .hcp .optimizePd::before {
    width: 100vw;
  }
}
.hcp .optimizePd .mainContent {
  margin-bottom: 32px;
}
.hcp .optimizePd a {
  font-size: 18px;
  background-color: #8a247f;
  color: #fff;
  border: none;
}

@media (max-width: 560px) {
  #password-video .hero .big {
    font-size: 28px;
    line-height: 30px;
  }
}
#password-video .hero .black-primary {
  margin-left: 100px;
}
@media (max-width: 991px) {
  #password-video .hero .black-primary {
    margin-left: 0;
  }
}
#password-video .container.video {
  padding-top: 0px;
}
#password-video .container.video #video_content {
  text-align: center;
  cursor: pointer;
}
#password-video .container.video #video_content .container {
  width: 57%;
  display: flex;
  column-gap: 32px;
}
#password-video .container.video #video_content .container.col-md-12 {
  display: block;
}
@media (max-width: 991px) {
  #password-video .container.video #video_content .container {
    width: 100%;
    display: block;
  }
}
#password-video .container.video #video_content h2 {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  #password-video .container.video #video_content .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
}
#password-video .container.video #video_content input {
  border: 1px solid #373737;
  border-radius: unset;
}
#password-video .container.video #video_content button {
  padding: 10px 20px;
  color: #fff;
  background-color: #8a247f;
  border: none;
  font-weight: 600;
  line-height: 27px;
  min-width: 150px;
  cursor: pointer;
}
#password-video .container.video video {
  width: 100%;
}
#password-video .container.video a {
  display: block;
  text-align: center;
  margin-top: 32px;
  text-underline-offset: 5px;
}
#password-video .container.video a svg {
  margin-right: 4px;
  margin-bottom: 2px;
}
#password-video .validation-error {
  color: #b70f0e;
  top: 8px;
  font-family: lato, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  position: relative;
  right: 0 !important;
  bottom: 0 !important;
  left: 0;
  display: block;
  text-align: left;
}
@media (max-width: 991px) {
  #password-video .validation-error {
    top: -69px;
  }
}

.content-404-wrapper {
  padding: 200px 0;
  text-align: center;
}
.content-404-wrapper h1 {
  font-size: 75px;
  font-family: "NeuePlakExtraBlack";
  line-height: 75px;
  margin: 0;
}
.content-404-wrapper .description {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .content-404-wrapper .description {
    font-size: 16px;
  }
}
.content-404-wrapper a {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  background-color: #177ea1;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .content-404-wrapper {
    padding: 140px 0;
  }
  .content-404-wrapper h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
#page-not-found .container-nav {
  display: none;
}
#page-not-found .hamburger-menu-button {
  display: none;
}
@media (min-width: 992px) {
  #page-not-found .logoContainer {
    padding: 1.5rem 0 !important;
  }
}

#hero .title-container {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  #hero .title-container h1 {
    font-size: 56px;
    line-height: 54px;
    font-weight: 900;
  }
}
#hero .hero-img-container {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 15px;
  cursor: pointer;
}
#hero .hero-img-container.left-1 {
  height: 250px;
}
@media (max-width: 991px) {
  #hero .hero-img-container.left-1 {
    height: auto;
  }
}
@media (max-width: 991px) {
  #hero .hero-img-container {
    height: auto;
  }
}
#hero .hero-img-container:hover .videoOverlay {
  opacity: 1;
}
#hero .hero-img-container .playButton {
  width: 91px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #hero .hero-img-container .playButton {
    width: 36px;
  }
}
#hero .hero-img-container .hero-video-container {
  overflow: hidden;
  height: 392px;
  position: relative;
}
@media (max-width: 991px) {
  #hero .hero-img-container .hero-video-container {
    height: 191px;
    padding-top: 36%;
  }
}
#hero .hero-img-container .hero-video-container video {
  position: absolute;
  height: auto;
  top: -25%;
  width: 100%;
}
@media (max-width: 992px) {
  #hero .hero-img-container .hero-video-container video {
    top: 0%;
  }
}
#hero .hero-img-container video {
  width: 100%;
  height: 392px;
  background-color: lightgrey;
}
#hero .hero-img-container .videoOverlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  width: calc(100% - 30px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
}
#hero .hero-img-container .videoOverlay .playIconContainer {
  position: relative;
}
#hero .hero-img-container .videoOverlay .playIconContainer span {
  color: #fff;
  font-family: "NeuePlakNarrowBold";
  font-size: 48px;
  line-height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  right: 120%;
  width: 340px;
}
@media (max-width: 991px) {
  #hero .hero-img-container .videoOverlay .playIconContainer span {
    font-size: 28px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  #hero .hero-img-container .videoOverlay .playIconContainer span {
    font-size: 20px;
    width: 140px;
    right: 100%;
  }
}
@media (max-width: 540px) {
  #hero .hero-img-container .videoOverlay .playIconContainer span {
    font-size: 16px;
    width: 120px;
    right: 90%;
  }
}
#hero .hero-img-container .videoOverlay .squareDiv {
  width: 91px;
}
#hero .hero-img-container .noSoundDiv {
  position: absolute;
  right: 30px;
  bottom: 12px;
  color: #fff;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  opacity: 0.9;
}
@media (max-width: 575px) {
  #hero .hero-img-container .noSoundDiv {
    bottom: 8px;
    right: 27px;
    font-size: 10px;
  }
}
#hero .hero-img-container .en-espanol {
  position: absolute;
  left: 80px;
  bottom: 15px;
  color: white;
  opacity: 0.9;
  font-weight: bold;
  cursor: default;
}
#hero .hero-img-container .en-espanol.active {
  cursor: pointer;
}
#hero .hero-img-container .en-espanol.disabled {
  pointer-events: none;
}
@media (max-width: 575px) {
  #hero .hero-img-container .en-espanol {
    bottom: 7px;
    font-size: 10px;
    left: 40px;
  }
}
#hero .hero-img-container .controlBtns {
  position: absolute;
  left: 30px;
  bottom: 5px;
}
@media (max-width: 575px) {
  #hero .hero-img-container .controlBtns {
    left: 23px;
  }
}
#hero .hero-img-container .controlBtns img {
  width: 40px;
  height: 40px;
  opacity: 0.9;
}
@media (max-width: 575px) {
  #hero .hero-img-container .controlBtns img {
    width: 14px;
    height: 14px;
  }
}
#hero .hero-img-container .controlBtns img.play {
  display: none;
}
#hero .hero-img-container .squareDiv {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
#hero .hero-img-container.full {
  margin-bottom: 40px;
  padding: 0px;
}
@media (max-width: 768px) {
  #hero .hero-img-container.full {
    height: auto;
  }
}
@media (min-width: 992px) {
  #hero .hero-img-container.full {
    margin-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  #hero .hero-img-container.full img.hero {
    width: 100%;
  }
}
#hero .paddingTop {
  padding-top: 55px;
}
#hero .extraPadding {
  padding: 0 15px !important;
}
#hero div.context {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 1;
  width: auto;
  max-width: 190px;
  padding: 0 10px;
}
#hero div.context p {
  margin-bottom: 0;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-shadow: 1px 1px #000;
}
@media (min-width: 578px) {
  #hero div.context {
    max-width: 240px;
  }
}
@media (min-width: 768px) {
  #hero div.context {
    max-width: 385px;
  }
}
@media (min-width: 992px) {
  #hero div.context p {
    font-size: 16px;
    line-height: 24px;
  }
}
#hero div.context.full {
  right: 15px;
}
#hero div.context.bg-contrast {
  right: 20px;
  bottom: 30px;
}
#hero div.context.bg-contrast::before {
  display: flex;
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: #373737;
  opacity: 0.5;
  z-index: -1;
}
@media (min-width: 992px) {
  #hero div.context.bg-contrast.full {
    right: 50px;
  }
}
#hero p.emphasize {
  font-family: "NeuePlakNarrowBold";
  font-size: 19px;
  line-height: 24px;
  color: black;
}
@media (max-width: 991px) {
  #hero p.emphasize {
    margin-bottom: 40px;
  }
}
#hero .dividerImage {
  width: 100%;
  margin: 30px 0;
}

.en-espanol.active {
  cursor: pointer;
  color: #177ea1;
  text-decoration: underline;
  font-family: "Lato";
}

.videoPlayer button.shareButton {
  position: absolute !important;
  top: 8px;
  left: 22px;
  opacity: 1 !important;
  z-index: 1 !important;
  background: none;
  border: none;
  padding: 0px;
  cursor: pointer;
}
.videoPlayer button.shareButton > span {
  font-family: "NeuePlakNarrowBold";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.videoPlayer button.shareButton > span svg {
  margin-left: 8px;
}
@media (max-width: 500px) {
  .videoPlayer button.shareButton {
    bottom: -30px;
    top: unset;
    left: 0px;
  }
  .videoPlayer button.shareButton span {
    font-size: 13.246px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.804px;
  }
  .videoPlayer button.shareButton svg {
    width: 18px;
  }
}
.videoPlayer .linkCopied {
  display: none;
  padding: 12px 16px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-family: "Lato";
  font-weight: 600;
  color: #135772;
  border: 3px solid #135772;
  border-radius: 6px;
  background-color: #fff;
}
@media (max-width: 500px) {
  .videoPlayer .linkCopied {
    bottom: -75px;
    font-size: 14px;
    width: 100%;
    z-index: 2;
  }
  .videoPlayer .linkCopied p {
    font-size: 14px;
    line-height: 20px;
  }
}
.videoPlayer .linkCopied p {
  margin-bottom: 0px;
  color: #135772;
}

body.hcp .linkCopied {
  border: 3px solid #8a247f;
}
body.hcp .linkCopied p {
  margin-bottom: 0px;
  color: #8a247f;
}

#download-the-guide {
  position: relative;
}
#download-the-guide.bg-turquoise {
  position: relative;
}
#download-the-guide.bg-turquoise::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #177ea1;
}
@media (min-width: 992px) {
  #download-the-guide.bg-turquoise::before {
    width: 100vw;
  }
}
#download-the-guide.bg-white {
  position: relative;
}
#download-the-guide.bg-white::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media (min-width: 992px) {
  #download-the-guide.bg-white::before {
    width: 100vw;
  }
}
#download-the-guide p.summary {
  margin-bottom: 30px;
}
#download-the-guide p.enEspanol-container {
  margin-top: 32px;
}
#download-the-guide p.enEspanol-container a.enEspanol {
  color: #177ea1;
  text-decoration: underline;
  font-family: "Lato";
}
#download-the-guide p.enEspanol-container a.enEspanol.white {
  color: white;
}

#ddg-container {
  position: relative;
  font-size: 15px;
  width: 100%;
  max-width: 1300px;
  min-height: 500px;
  padding: 10px;
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  #ddg-container {
    font-size: 18px;
  }
}
#ddg-container[screen="5"] .ddg-content .ddg-secondary-content {
  flex: 1;
}
#ddg-container[screen="6"] .ddg-content {
  height: 400px;
}
@media (max-width: 991px) {
  #ddg-container[screen="6"] .ddg-content {
    height: auto;
  }
}
#ddg-container .ddg-header {
  min-height: 45px;
  width: 100%;
}
#ddg-container .ddg-header .btn-back {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #177ea1;
  cursor: pointer;
}
@media (min-width: 992px) {
  #ddg-container .ddg-header .btn-back {
    font-size: 22px;
  }
}
#ddg-container .ddg-header .btn-close {
  position: relative;
  border: none;
  background-color: transparent;
  width: 32px;
  height: 32px;
  right: 15px;
  top: 0;
  cursor: pointer;
}
#ddg-container .ddg-header .btn-close__icon {
  position: relative;
  display: block;
  width: auto;
  height: 32px;
}
#ddg-container .ddg-header .btn-close__icon > span {
  position: absolute;
  display: block;
  width: 32px;
  height: 3px;
  background-color: #177ea1;
  border-radius: 1px;
}
#ddg-container .ddg-header .btn-close__icon > span:first-child {
  transform: rotate(45deg);
  transform-origin: 0 8px;
}
#ddg-container .ddg-header .btn-close__icon > span:last-child {
  transform: rotate(135deg);
  transform-origin: 13px 8px;
  background-color: #177ea1;
}
@media (min-width: 992px) {
  #ddg-container .ddg-header .btn-close__icon > span {
    position: absolute;
    display: block;
    width: 44px;
    height: 3px;
    background-color: #177ea1;
    border-radius: 1px;
  }
  #ddg-container .ddg-header .btn-close__icon > span:first-child {
    transform: rotate(45deg);
    transform-origin: 2px 0;
  }
  #ddg-container .ddg-header .btn-close__icon > span:last-child {
    transform: rotate(135deg);
    transform-origin: 16px 7px;
    background-color: #177ea1;
  }
}
#ddg-container .ddg-content {
  padding: 0px 78px;
}
@media (max-width: 992px) {
  #ddg-container .ddg-content {
    padding: 0px 15px;
  }
}
@media (max-width: 500px) {
  #ddg-container .ddg-content {
    padding: 0px 30px;
  }
}
#ddg-container .ddg-main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#ddg-container .ddg-main-content.noThankYou {
  position: absolute;
  top: 0;
  bottom: 0;
}
#ddg-container .ddg-main-content.noThankYou p {
  text-align: center;
}
#ddg-container .ddg-main-content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  color: #177ea1;
  margin-bottom: 15px;
  font-family: "NeuePlakNarrowBold";
}
@media (max-width: 991px) {
  #ddg-container .ddg-main-content h1 {
    font-size: 30px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #ddg-container .ddg-main-content h1 {
    font-size: 48px;
    line-height: 45px;
    margin-bottom: 35px;
  }
}
#ddg-container .ddg-main-content p {
  margin-bottom: 15px;
}
#ddg-container .ddg-main-content p.noThankYou-text {
  text-align: center;
}
@media (max-width: 991px) {
  #ddg-container .ddg-main-content p {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px 0px;
  }
}
@media (min-width: 992px) {
  #ddg-container .ddg-main-content p {
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  #ddg-container .ddg-main-content p {
    padding: 0px;
  }
}
#ddg-container .ddg-main-content p.warning-save-info {
  font-size: 12px;
}
@media (min-width: 992px) {
  #ddg-container .ddg-main-content p.warning-save-info {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#ddg-container .ddg-main-content .ddg-email,
#ddg-container .ddg-main-content .ddg-tos,
#ddg-container .ddg-main-content .ddg-suscribe {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #ddg-container .ddg-main-content .ddg-email,
  #ddg-container .ddg-main-content .ddg-tos,
  #ddg-container .ddg-main-content .ddg-suscribe {
    margin-bottom: 35px;
  }
}
#ddg-container .ddg-main-content #ddg-email {
  border: 1px solid #373737;
  border-radius: unset;
}
#ddg-container .ddg-main-content #ddg-email.error-border {
  border-color: #b70f0e;
}
#ddg-container .ddg-main-content .error {
  color: #b70f0e;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 992px) {
  #ddg-container .ddg-main-content .error {
    font-size: 18px;
  }
}
#ddg-container .ddg-main-content .error-border {
  border: 1px solid #b70f0e;
}
#ddg-container .ddg-main-content .ddg-tos label,
#ddg-container .ddg-main-content .ddg-suscribe label {
  font-family: "Lato";
}
@media (max-width: 991px) {
  #ddg-container .ddg-main-content .ddg-tos label,
  #ddg-container .ddg-main-content .ddg-suscribe label {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #ddg-container .ddg-main-content .ddg-tos label input[type=checkbox],
  #ddg-container .ddg-main-content .ddg-suscribe label input[type=checkbox] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
  }
}
#ddg-container .ddg-main-content .ddg-tos .inline-checkboxes,
#ddg-container .ddg-main-content .ddg-suscribe .inline-checkboxes {
  position: relative;
  display: flex;
  cursor: pointer;
}
#ddg-container .ddg-main-content .ddg-tos .inline-checkboxes .tos-checkbox,
#ddg-container .ddg-main-content .ddg-suscribe .inline-checkboxes .tos-checkbox {
  position: relative;
  min-width: 20px;
  min-height: 20px;
  top: 5px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  #ddg-container .ddg-main-content .ddg-tos .inline-checkboxes .tos-checkbox,
  #ddg-container .ddg-main-content .ddg-suscribe .inline-checkboxes .tos-checkbox {
    width: 25px;
    height: 25px;
  }
}
#ddg-container .ddg-main-content .ddg-tos .receive-updates,
#ddg-container .ddg-main-content .ddg-suscribe .receive-updates {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 992px) {
  #ddg-container .ddg-main-content.screen0 h1 {
    width: 120%;
  }
}
#ddg-container .ddg-secondary-content.hide {
  display: none !important;
}
#ddg-container .ddg-secondary-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: none;
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
#ddg-container .ddg-secondary-content h2.small {
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 991px) {
  #ddg-container .ddg-secondary-content h2.small {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content h2.small {
    font-size: 18px;
  }
}
#ddg-container .ddg-secondary-content h2.small.question-2 {
  margin-bottom: 3px !important;
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content h2.small.question-2, #ddg-container .ddg-secondary-content h2.small.question-3 {
    margin-top: -20px;
  }
}
#ddg-container .ddg-secondary-content p.btnTitle {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  #ddg-container .ddg-secondary-content p.btnTitle {
    font-size: 16px;
    margin-bottom: 15px !important;
  }
}
#ddg-container .ddg-secondary-content .ddg-button {
  padding: 10px 20px;
  color: #fff;
  background-color: #177ea1;
  border: none;
  font-weight: 600;
  line-height: 27px;
  min-width: 130px;
  cursor: pointer;
}
#ddg-container .ddg-secondary-content .ddg-button.fullBtn {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
#ddg-container .ddg-secondary-content .ddg-button.fullBtn:nth-of-type(2) {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #ddg-container .ddg-secondary-content .ddg-button.fullBtn {
    margin-bottom: 30px !important;
  }
}
#ddg-container .ddg-secondary-content .ddg-button:disabled {
  opacity: 0.5;
  cursor: auto;
}
#ddg-container .ddg-secondary-content a.ddg-button {
  text-decoration: none;
}
@media (max-width: 991px) {
  #ddg-container .ddg-secondary-content p.disclaimer {
    font-size: 14px;
    line-height: 20px;
  }
}
#ddg-container .ddg-secondary-content__container {
  gap: 10px;
  width: 100%;
  width: fit-content;
  flex-direction: column !important;
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content__container {
    gap: 25px;
  }
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content__container--small-gap {
    gap: 20px;
  }
}
#ddg-container .ddg-secondary-content .images {
  width: 100%;
}
#ddg-container .ddg-secondary-content .images__container {
  gap: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content .images__container {
    gap: 70px;
    margin-bottom: 35px;
  }
}
#ddg-container .ddg-secondary-content .images__container img {
  width: 60px;
  height: 60px;
}
#ddg-container .ddg-secondary-content .patient {
  width: 100%;
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content .patient.thank-you {
    height: 500px;
    margin-top: 126px;
  }
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content .patient.thank-you.all-no-answers p.disclaimer {
    margin-top: 207px;
  }
}
@media (min-width: 992px) {
  #ddg-container .ddg-secondary-content .patient.thank-you.yes-answer p.disclaimer {
    margin-top: 155px;
  }
}
#ddg-container .ddg-secondary-content div.answers-hallucinations {
  /* Hide the default checkbox */
  /* Create custom checkmark using pseudo-element */
}
#ddg-container .ddg-secondary-content div.answers-hallucinations p.select-all {
  font-size: 14px;
  color: #2094bc;
  margin-bottom: 0px;
  line-height: 22px;
}
#ddg-container .ddg-secondary-content div.answers-hallucinations h2 {
  margin-bottom: 0px;
}
#ddg-container .ddg-secondary-content div.answers-hallucinations h2.part-1 {
  margin-bottom: 6px;
}
#ddg-container .ddg-secondary-content div.answers-hallucinations h2.part-2 {
  margin-bottom: 16px;
  margin-top: 3px;
}
@media (max-width: 991px) {
  #ddg-container .ddg-secondary-content div.answers-hallucinations h2 {
    padding: 0px;
  }
}
#ddg-container .ddg-secondary-content div.answers-hallucinations input {
  margin-right: 4px;
}
#ddg-container .ddg-secondary-content div.answers-hallucinations input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  #ddg-container .ddg-secondary-content div.answers-hallucinations input[type=checkbox] {
    margin-right: 4px;
    width: 17px;
    height: 17px;
  }
}
#ddg-container .ddg-secondary-content div.answers-hallucinations input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  #ddg-container .ddg-secondary-content div.answers-hallucinations input[type=checkbox]:checked::after {
    left: 5px;
    top: 1px;
  }
}
#ddg-container .ddg-secondary-content div.answers-hallucinations label {
  margin-right: 7px;
  font-family: "NeuePlakNarrowBold";
  font-size: 18px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #ddg-container .ddg-secondary-content div.answers-hallucinations label {
    font-size: 13px;
    margin-right: 4px;
  }
}
#ddg-container .ddg-secondary-content.title--1 h2 {
  line-height: 31px;
  margin-bottom: 40px;
}
#ddg-container .ddg-complete p:nth-of-type(1) {
  margin-bottom: 0px;
}
#ddg-container .purple {
  color: #8a247f;
}
#ddg-container .dark-red {
  color: #b70f0e;
}
#ddg-container .dark-red a {
  color: #b70f0e;
}
#ddg-container .signup-terms-and-privacy,
#ddg-container .start-over {
  color: #8a247f;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-left: 0px;
  cursor: pointer;
}
#ddg-container .signup-terms-and-privacy:hover,
#ddg-container .start-over:hover {
  text-decoration: none;
}
#ddg-container #thank-you-content {
  max-width: 740px;
}
#ddg-container #thank-you-content .ddg-button {
  padding: 10px 20px;
  color: #fff;
  background-color: #177ea1;
  border: none;
  font-weight: 600;
  line-height: 27px;
  min-width: 300px;
  max-width: 90vw;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-top: 30px;
}
#ddg-container .start-over {
  background-color: transparent;
  border: none;
}
#ddg-container nav {
  position: absolute;
  bottom: 17px;
  right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #ddg-container nav {
    bottom: 17px;
    right: 15px;
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  #ddg-container nav {
    right: 0px;
  }
}
#ddg-container nav .dot {
  text-align: center;
  color: #177ea1;
  font-size: 16px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: solid 2px #177ea1;
  background: transparent;
  display: inline-block;
  margin-right: 10px;
}
#ddg-container nav .dot.active {
  background: #177ea1;
  color: white;
}
@media (max-width: 500px) {
  #ddg-container {
    justify-content: center;
  }
  #ddg-container .ddg-header {
    position: absolute;
    top: 8px;
    right: 8px;
  }
}

#start-a-conversation .start-a-conversation {
  display: flex;
  flex-direction: column;
}
#start-a-conversation .start-a-conversation .icon {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #start-a-conversation .start-a-conversation .icon {
    width: 75px;
  }
}
#start-a-conversation .start-a-conversation a.en-espanol {
  text-decoration: underline;
  color: white;
  font-family: "Lato";
}
#start-a-conversation .start-a-conversation a.en-espanol:hover {
  background-color: #fff;
  color: #177ea1;
}
#start-a-conversation .start-a-conversation p {
  color: #fff;
}
#start-a-conversation .start-a-conversation p.bigger {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
#start-a-conversation .start-a-conversation p.bigger a.download {
  text-decoration: underline;
  font-weight: 700;
  color: white;
}
#start-a-conversation .start-a-conversation p.bigger a.download:hover {
  background-color: #fff;
  color: #177ea1;
}
#start-a-conversation .start-a-conversation a.button {
  display: flex;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 992px) {
  #start-a-conversation .start-a-conversation.left {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  #start-a-conversation .start-a-conversation.right {
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1333px) {
  #start-a-conversation .start-a-conversation img {
    max-width: 68px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #start-a-conversation .start-a-conversation .description-container {
    order: 2;
  }
}

section.sign-up-barker {
  position: relative;
  padding: 60px 60px;
}
@media (max-width: 991px) {
  section.sign-up-barker {
    padding: 30px 15px;
  }
}
@media (min-width: 992px) {
  section.sign-up-barker.home .icon {
    order: 2;
  }
  section.sign-up-barker.home .title {
    order: 3;
  }
  section.sign-up-barker.home .copy {
    order: 1;
  }
}
@media (min-width: 992px) {
  section.sign-up-barker.personal-stories .icon {
    order: 2;
  }
  section.sign-up-barker.personal-stories .title {
    order: 3;
  }
  section.sign-up-barker.personal-stories .copy {
    order: 1;
  }
}
section.sign-up-barker.light-blue {
  position: relative;
}
section.sign-up-barker.light-blue::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  section.sign-up-barker.light-blue::before {
    width: 100vw;
  }
}
section.sign-up-barker.light-gray {
  position: relative;
}
section.sign-up-barker.light-gray::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  section.sign-up-barker.light-gray::before {
    width: 100vw;
  }
}
section.sign-up-barker .iconImg {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  section.sign-up-barker .iconImg {
    width: 60px;
  }
}
@media (max-width: 991px) {
  section.sign-up-barker .hideMobile {
    display: none;
  }
}

#learn-about-treatment-option {
  background-color: #e7f5fc;
  position: relative;
}
#learn-about-treatment-option::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  #learn-about-treatment-option::before {
    width: 100vw;
  }
}
#learn-about-treatment-option .titleContainer {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #learn-about-treatment-option .titleContainer {
    flex-direction: column;
  }
}
#learn-about-treatment-option .mortarIcon {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 20px;
  width: 58px;
}
@media (max-width: 991px) {
  #learn-about-treatment-option .mortarIcon {
    width: 46px;
    margin-top: 0;
  }
}
#learn-about-treatment-option.who-is-at-risk-page {
  position: relative;
  background-color: #f5f5f5;
}
#learn-about-treatment-option.who-is-at-risk-page::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  #learn-about-treatment-option.who-is-at-risk-page::before {
    width: 100vw;
  }
}
#learn-about-treatment-option.who-is-at-risk-page .order-lg-3 {
  order: 1;
}
#learn-about-treatment-option.who-is-at-risk-page .order-lg-1 {
  order: 2;
}
#learn-about-treatment-option.who-is-at-risk-page p {
  margin-bottom: 40px;
}

footer {
  background-color: #e7f5fc;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  footer {
    text-align: left;
  }
}
footer .links {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0px 30px;
}
footer .links .footer-link {
  display: flex;
  background-color: transparent;
}
footer .links a {
  color: #177ea1;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  text-wrap: nowrap;
  transition: 0.3s;
}
@media (max-width: 991px) {
  footer .links a {
    margin: auto;
    display: block;
  }
}
footer .links a#display-pref-center {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
footer .links .california-only {
  display: none;
}
footer .links .separator {
  margin: 0 10px;
}
footer .left .disclaimer,
footer .left .copyright,
footer .left .spokesperson,
footer .left .educationalPursposes,
footer .left .sponsoredBy {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991px) {
  footer .right {
    align-items: center;
  }
}
footer .right .links {
  margin: 25px 0px 30px;
}
footer .right .links a {
  color: #177ea1;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
  text-wrap: nowrap;
  transition: 0.3s;
}
@media (max-width: 991px) {
  footer .right .links a {
    margin: auto;
    display: block;
  }
}
footer .left .disclaimer,
footer .left .copyright,
footer .left .spokesperson,
footer .left .educationalPursposes {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991px) {
  footer .right {
    align-items: center;
  }
}
@media (max-width: 500px) {
  footer .right {
    align-items: flex-start;
  }
}
footer .right .social {
  text-align: right;
}
@media (max-width: 991px) {
  footer .right .social {
    margin: 11px 0px;
  }
}
footer .right .social a:hover {
  text-decoration: none;
}
footer .right .social p.hashtag,
footer .right .social img.social-media {
  display: inline;
}
footer .right .social p.hashtag {
  font-family: "Lato";
  font-weight: 700;
}
footer .right .social .socialMedia {
  display: inline;
}
@media (max-width: 1199px) {
  footer .right .social .socialMedia {
    display: block;
    padding-top: 25px;
  }
  footer .right .social .socialMedia .instagramLink {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  footer .right .social .socialMedia {
    text-align: center;
  }
}
footer .right .social .socialMedia .instagramLink {
  margin: 0 25px 0 30px;
}
footer .right .social .socialMedia .youtubeLink {
  margin-left: 25px;
}
footer .right img.logo {
  margin-top: 25px;
  margin-bottom: 10px;
  width: 229px;
}
footer .right p.address {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 992px) {
  footer .right p.address {
    text-align: right;
  }
}

.consumer footer .disclaimerHcp {
  display: none;
}
.consumer footer .jobCodeHcp {
  display: none;
}

.hcp footer {
  border-top: 3px solid #8a247f;
}
.hcp footer .disclaimerConsumer {
  display: none;
}
.hcp footer .jobCodeConsumer {
  display: none;
}

#featured-videos {
  position: relative;
}
#featured-videos::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5fc;
}
@media (min-width: 992px) {
  #featured-videos::before {
    width: 100vw;
  }
}
#featured-videos .headerContainer {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  #featured-videos .headerContainer {
    padding-bottom: 30px;
  }
}
#featured-videos h2 {
  font-family: "NeuePlakNarrowBold";
  color: #373737;
  font-size: 48px;
  line-height: 45px;
}
#featured-videos h2 span:last-child {
  color: #177ea1;
}
@media (max-width: 991px) {
  #featured-videos h2 {
    font-size: 32px;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
#featured-videos .headerPragraph {
  font-family: "Lato";
  color: #373737;
  font-size: 18px;
  line-height: 27px;
}
#featured-videos .headerPragraph p.quote:before {
  content: none;
}
@media (max-width: 991px) {
  #featured-videos .headerPragraph p.quote {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#featured-videos .headerPragraph p.quote-attribution {
  margin-top: 0px;
  font-weight: normal;
}
#featured-videos .headerPragraph .quote-container {
  margin-top: 26px;
}
#featured-videos .headerPragraph .quote-container img {
  position: absolute;
  left: -36px;
  width: 36px;
  height: 29px;
}
@media (max-width: 991px) {
  #featured-videos .headerPragraph .quote-container img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    left: 0;
  }
}
#featured-videos .videoThumbnailContainer {
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  #featured-videos .videoThumbnailContainer {
    display: none;
  }
}
#featured-videos .videoThumbnailContainer .imageThumbnail {
  width: 100%;
  aspect-ratio: 16/9;
}
#featured-videos .videoThumbnailContainer .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#featured-videos .linkCopied,
#featured-videos .linkCopiedMobile {
  padding: 2px 16px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-family: "Lato";
  font-weight: 600;
  color: #135772;
  border: 3px solid #135772;
  border-radius: 6px;
  background-color: #fff;
  display: none;
}
#featured-videos .videoDOMSection {
  padding-bottom: 60px;
  align-items: center;
}
@media (max-width: 991px) {
  #featured-videos .videoDOMSection {
    display: none;
  }
}
#featured-videos .videoDOMSection a.en-espanol {
  color: #177ea1;
  text-decoration: underline;
  font-family: "Lato";
}
#featured-videos .videoDOMSection a.en-espanol.disabled {
  pointer-events: none;
}
@media (min-width: 992px) {
  #featured-videos .videoDOMSection a.en-espanol {
    margin: 16px 0px 0px 18px;
  }
}
#featured-videos .titleContainer {
  padding: 0 15px 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#featured-videos .titleContainer h3 {
  font-family: "NeuePlakNarrowBold";
  color: #373737;
  font-size: 32px;
  line-height: 42px;
}
#featured-videos .titleContainer .mainContent {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 991px) {
  #featured-videos .titleContainer .mainContent {
    font-size: 14px;
    line-height: 21px;
  }
}
#featured-videos .titleContainer .linkContainer {
  padding-top: 30px;
}
#featured-videos .titleContainer .linkContainer a {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 991px) {
  #featured-videos .titleContainer .linkContainer a {
    width: 100%;
    display: inline-block;
  }
}
#featured-videos .titleContainer .linkContainer .hcp {
  display: none;
}
#featured-videos .titleContainer .desktopLinkContainer {
  display: block;
}
@media (max-width: 991px) {
  #featured-videos .titleContainer .desktopLinkContainer {
    display: none;
  }
}
#featured-videos .mobileLinkContainer {
  display: none;
  padding-top: 30px;
}
@media (max-width: 991px) {
  #featured-videos .mobileLinkContainer {
    display: block;
  }
}
#featured-videos .mobileLinkContainer a {
  font-family: "Lato";
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 991px) {
  #featured-videos .mobileLinkContainer a {
    width: 100%;
    display: inline-block;
  }
}
#featured-videos .mobileLinkContainer .hcp {
  display: none;
}
#featured-videos .videoCardWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
  margin-left: -20px;
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper {
    margin-bottom: -20px;
  }
}
#featured-videos .videoCardWrapper .videoCard {
  flex: 1 1 30%;
  margin-bottom: 30px;
  margin-left: 20px;
}
#featured-videos .videoCardWrapper .videoCard > div {
  cursor: pointer;
}
@media (min-width: 992px) {
  #featured-videos .videoCardWrapper .videoCard {
    position: relative;
    padding-bottom: 34px;
  }
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper .videoCard {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
#featured-videos .videoCardWrapper .videoCard:hover .description, #featured-videos .videoCardWrapper .videoCard.activeSlide .description {
  opacity: 1;
  overflow: hidden;
}
#featured-videos .videoCardWrapper .videoCard .mobileDescriptionContainer {
  display: none;
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper .videoCard .mobileDescriptionContainer {
    display: block;
  }
}
#featured-videos .videoCardWrapper .videoCard .mobileDescriptionContainer .mobileDescription {
  font-family: "Lato";
  font-size: 14px;
  line-height: 21px;
  color: #373737;
}
#featured-videos .videoCardWrapper .videoCard .mobileDescriptionContainer .mobileDescription.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#featured-videos .videoCardWrapper .videoCard .readMoreButton {
  font-family: "Lato";
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: underline;
  color: #177ea1;
  background-color: transparent;
  border: none;
  padding: 0;
  display: none;
  padding-top: 5px;
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper .videoCard .readMoreButton {
    display: block;
  }
}
#featured-videos .videoCardWrapper .videoCard a.en-espanol {
  color: #177ea1;
  text-decoration: underline;
  font-family: "Lato";
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper .videoCard a.en-espanol {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #featured-videos .videoCardWrapper .videoCard a.en-espanol {
    position: absolute;
    bottom: 0px;
  }
}
#featured-videos .videoCardWrapper .videoCard a.disabled {
  pointer-events: none;
}
#featured-videos .videoCardWrapper .carouselVideoThumbnailContainer {
  position: relative;
  aspect-ratio: 16/9;
}
#featured-videos .videoCardWrapper .carouselVideoThumbnailContainer .description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px;
  font-family: "Lato";
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #fff;
  background-color: rgba(60, 60, 60, 0.7);
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper .carouselVideoThumbnailContainer .description {
    display: none;
  }
}
#featured-videos .videoCardWrapper .carouselVideoThumbnailContainer .thumbnail {
  width: 100%;
}
#featured-videos .videoCardWrapper .carouselVideoThumbnailContainer .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}
@media (min-width: 992px) {
  #featured-videos .videoCardWrapper .carouselVideoThumbnailContainer .play {
    display: none;
  }
}
#featured-videos .videoCardWrapper .h4Container {
  padding-top: 15px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper .h4Container {
    padding-bottom: 15px;
  }
}
#featured-videos .videoCardWrapper h4 {
  padding: 0;
  color: #177ea1;
  font-size: 22px;
  font-family: "NeuePlakNarrowBold";
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  flex: 1 1 100%;
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
#featured-videos .videoCardWrapper .shareButton {
  background-color: transparent;
  border: none;
  padding: 0;
  display: none;
}
@media (max-width: 991px) {
  #featured-videos .videoCardWrapper .shareButton {
    display: block;
  }
}
#featured-videos .videoCardWrapper .shareButton img {
  width: 20px;
  margin-left: 10px;
}

#featuredVideoModal .modal-dialog {
  max-width: 159.3vh;
}

#linkCopiedConfirmation .modal-content {
  border-radius: 6px;
  border: 3px solid var(--Purple-Primary, #135772);
  background: var(--White, #fff);
  box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.2);
}
#linkCopiedConfirmation .modal-body {
  padding: 75px;
}
@media (max-width: 991px) {
  #linkCopiedConfirmation .modal-body {
    padding: 50px;
  }
}
#linkCopiedConfirmation button.close.blue {
  position: absolute;
  right: 10px;
  top: 10px;
}
#linkCopiedConfirmation button.close.blue span.purple {
  display: none;
}
@media (max-width: 991px) {
  #linkCopiedConfirmation button.close.blue span svg {
    height: 32px;
    width: 32px;
  }
}
#linkCopiedConfirmation h4 {
  font-family: "NeuePlakNarrowBold";
  text-align: center;
  color: #135772;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 991px) {
  #linkCopiedConfirmation h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}

.consumer #featured-videos .quote-container {
  display: none;
}

.hcp #featured-videos {
  position: relative;
}
.hcp #featured-videos::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .hcp #featured-videos::before {
    width: 100vw;
  }
}
.hcp #featured-videos h2 span:last-child {
  color: #8a247f !important;
}
.hcp #featured-videos h4 {
  color: #373737 !important;
}
.hcp #featured-videos h4:hover {
  color: #8a247f !important;
}
.hcp #featured-videos .shareButton {
  color: #8a247f !important;
}
.hcp #featured-videos .readMoreButton {
  color: #8a247f !important;
}
.hcp #featured-videos .storyLink {
  background-color: #8a247f !important;
  color: #fff !important;
  border: none !important;
}
.hcp #featured-videos .linkCopied,
.hcp #featured-videos .linkCopiedMobile {
  color: #8a247f;
  border-color: #8a247f;
}
.hcp #linkCopiedConfirmation .modal-content {
  border-radius: 6px;
  border: 3px solid var(--Purple-Primary, #8a247f);
  background: var(--White, #fff);
  box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.2);
}
.hcp #linkCopiedConfirmation button.close.blue span.blue {
  display: none;
}
.hcp #linkCopiedConfirmation button.close.blue span.purple {
  display: block;
}
.hcp #linkCopiedConfirmation h4 {
  color: #8a247f;
}

/*# sourceMappingURL=main.css.map */
