@font-face {
  font-display: swap;
  font-family: "Maax Akili";
  font-style: italic;
  font-weight: 500;
  src: url("../../fonts/MaaxAkili-MediumItalic.eot");
  src: url("../../fonts/MaaxAkili-MediumItalic.eot?#iefix") format("embedded-opentype"),
  url("../../fonts/MaaxAkili-MediumItalic.woff2") format("woff2"),
  url("../../fonts/MaaxAkili-MediumItalic.woff") format("woff"),
  url("../../fonts/MaaxAkili-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Maax Akili";
  font-style: italic;
  font-weight: 300;
  src: url("../../fonts/MaaxAkili-Light.eot");
  src: url("../../fonts/MaaxAkili-Light.eot?#iefix") format("embedded-opentype"),
  url("../../fonts/MaaxAkili-Light.woff2") format("woff2"),
  url("../../fonts/MaaxAkili-Light.woff") format("woff"),
  url("../../fonts/MaaxAkili-Light.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Maax Akili";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/MaaxAkili-Medium.eot");
  src: url("../../fonts/MaaxAkili-Medium.eot?#iefix") format("embedded-opentype"),
  url("../../fonts/MaaxAkili-Medium.woff2") format("woff2"),
  url("../../fonts/MaaxAkili-Medium.woff") format("woff"),
  url("../../fonts/MaaxAkili-Medium.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Maax Akili";
  font-style: italic;
  font-weight: normal;
  src: url("../../fonts/MaaxAkili-Italic.eot");
  src: url("../../fonts/MaaxAkili-Italic.eot?#iefix") format("embedded-opentype"),
  url("../../fonts/MaaxAkili-Italic.woff2") format("woff2"),
  url("../../fonts/MaaxAkili-Italic.woff") format("woff"),
  url("../../fonts/MaaxAkili-Italic.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Maax Akili";
  font-style: normal;
  font-weight: bold;
  src: url("../../fonts/MaaxAkili-Bold.eot");
  src: url("../../fonts/MaaxAkili-Bold.eot?#iefix") format("embedded-opentype"),
  url("../../fonts/MaaxAkili-Bold.woff2") format("woff2"),
  url("../../fonts/MaaxAkili-Bold.woff") format("woff"),
  url("../../fonts/MaaxAkili-Bold.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Maax Akili";
  font-style: italic;
  font-weight: bold;
  src: url("../../fonts/MaaxAkili-BoldItalic.eot");
  src: url("../../fonts/MaaxAkili-BoldItalic.eot?#iefix") format("embedded-opentype"),
  url("../../fonts/MaaxAkili-BoldItalic.woff2") format("woff2"),
  url("../../fonts/MaaxAkili-BoldItalic.woff") format("woff"),
  url("../../fonts/MaaxAkili-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Maax Akili";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/MaaxAkili-Black.eot");
  src: url("../../fonts/MaaxAkili-Black.eot?#iefix") format("embedded-opentype"),
  url("../../fonts/MaaxAkili-Black.woff2") format("woff2"),
  url("../../fonts/MaaxAkili-Black.woff") format("woff"),
  url("../../fonts/MaaxAkili-Black.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Maax Akili";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/MaaxAkili-Regular.eot");
  src: url("../../fonts/MaaxAkili-Regular.eot?#iefix") format("embedded-opentype"),
  url("../../fonts/MaaxAkili-Regular.woff2") format("woff2"),
  url("../../fonts/MaaxAkili-Regular.woff") format("woff"),
  url("../../fonts/MaaxAkili-Regular.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6,
input {
  font-family: "Maax Akili", sans-serif;
}

body > .wrapper > header {
  box-shadow: 0 6px 0.333rem rgb(0 0 0 / 30%);
  left: 0;
  position: fixed;
  top: 36px;
  width: 100%;
  z-index: 9999;
}
.header--row-inner.header-main-inner > .container {
  max-width: 1600px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
.nv-single-page-wrap {
  margin-bottom: 0 !important;
}
a {
  text-decoration: underline;
}

#safety-page-popup-overlay {
  cursor: pointer;
  display: none;
  left: 0;
  min-height: 100vh;
  min-width: 100vw;
  position: fixed;
  top: 0;
  z-index: 98;
}
#safety-page-popup-overlay.overlay-on {
  display: block;
}
.safety-page-popup {
  background: #ffffff;
  bottom: 0;
  left: 0;
  padding: 0 32px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.safety-page-popup-container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.safety-page-popup-title {
  border-bottom: 2px solid #f3f3f3;
  color: #1140e9;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 20px;
}
.safety-page-popup-title.popup-open .safety-page-popup-arrow:after {
  top: 4px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.safety-page-popup-arrow:after {
  border-right: 2px solid #1140e9;
  border-top: 2px solid #1140e9;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-right: 0.5em;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  width: 0.8em;
}
.safety-page-popup-content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.safety-page-popup-content.popup-open {
  padding: 20px;
}
.safety-page-popup h2 {
  padding-top: 5px;
  text-align: center;
}
.safety-page-popup h2,
.safety-page-popup p {
  font-size: 12px;
  margin-bottom: 5px;
}
.safety-page-popup h2.mb-20,
.safety-page-popup p.mb-20 {
  margin-bottom: 20px;
}
.safety-page-popup strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .safety-page-popup {
    display: none;
  }
}

header #nv-primary-navigation-main {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  font-size: 0.8em;
}
@media (min-width: 1100px) {
  header #nv-primary-navigation-main {
    font-size: 1em;
  }
}

header .header-main .builder-item.hfg-item-first.desktop-left {
  flex: 0;
  max-width: 100%;
}
.builder-item--logo .site-logo img {
  max-width: 170px;
}

header .header-main .builder-item.hfg-item-last.desktop-right {
  flex: 1;
  max-width: 100%;
}

header #nv-primary-navigation-main {
  width: 100%;
}

.builder-item--nav-icon .navbar-toggle,
.header-menu-sidebar .close-sidebar-panel .navbar-toggle {
  border: none !important;
}

.caret {
  padding: 0 5px;
}

.caret svg {
  fill: #0f9768;
  stroke: #0f9768;
}

header #nv-primary-navigation-main li {
  padding: 0;
}

@media (min-width: 960px) {
  header #nv-primary-navigation-main li:not(:last-of-type) {
    margin-right: 0;
  }
}
header #nv-primary-navigation-main li a {
  color: #000000;
  min-height: 0;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
}
header #nv-primary-navigation-main li .wrap::after {
  bottom: 5px !important;
}
header #nv-primary-navigation-main li:hover .wrap::after {
  width: calc(100% - 40px) !important;
}
header .navigation-wrapper {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
}
@media (max-width: 959px) {
  header .navigation-wrapper {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 959px) {
  header #nv-primary-navigation-sidebar li.menu-item {
    width: auto;
  }
  header #nv-primary-navigation-sidebar li.menu-item a {
    text-decoration: none;
  }
}
.footer-social-container {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-social-container a {
  display: block;
  margin: 10px 5px;
}
.footer-social-container img {
  max-width: 30px;
}
@media (max-width: 768px) {
  .testimonials-columns {
    display: block;
  }
}
@media (max-width: 768px) {
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
}

/* styling start */
sup {
  line-height: 0;
}

strong {
  font-weight: 700;
}

.own-line {
  display: block;
}

.text--teal {
  color: #42dba2;
}


.text--teal-otc{
  color: #00B880;
}

.text--white {
  color: #ffffff;
}

.text--blue {
  color: #1140e9;
}

.text--green {
  color: #159768;
  font-weight: bold;
}

.image-container img {
  width: 100%;
}

.link--blue {
  color: #1140e9;
}

.link--teal {
  color: #42dba2;
  margin: 0 !important;
  text-decoration: none;
}

.link--in-text {
  color: #0f9768;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.link--in-text:hover {
  color: #000000;
}

.link--in-text-black {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.link--in-text-black:hover {
  color: #0f9768;
}

.link--in-text-white {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.link--in-text-white:hover {
  color: #000000;
}

.link--bold {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.link--bold:hover {
  color: #0f9768;
}

.link--text {
  color: #0f9768;
  display: inline-block;
  font-family: "Maax Akili", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2;
  max-width: 90%;
  position: relative;
  -webkit-text-decoration:  underline !important;
  text-decoration:  underline !important;
  text-transform: capitalize;
  text-underline-offset: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
/*.link--text:after {*/
/*  background-image: url("../img/revamp/green-arrow.png");*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  bottom: 0.4em;*/
/*  content: "";*/
/*  display: block;*/
/*  height: 20px;*/
/*  image-rendering: -moz-crisp-edges;*/
/*  image-rendering: -o-crisp-edges;*/
/*  image-rendering: -webkit-optimize-contrast;*/
/*  image-rendering: crisp-edges;*/
/*  -ms-interpolation-mode: nearest-neighbor;*/
/*  position: absolute;*/
/*  right: -25px;*/
/*  -webkit-transition: -webkit-transform 0.2s;*/
/*  transition: -webkit-transform 0.2s;*/
/*  transition: transform 0.2s;*/
/*  transition: transform 0.2s, -webkit-transform 0.2s;*/
/*  width: 20px;*/
/*}*/
.link--text:hover {
  color: #42dba2;
}
.link--text:hover:after {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.link--text.remove-superscript-underline:after {
  right: -2em;
}
.link--text.remove-superscript-underline sup {
  bottom: 0.2em;
  line-height: inherit;
  position: absolute;
  top: unset !important;
}

.link--button {
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 374px;
}
.link--button img {
  width: 100%;
}

.button-container {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
label,
input,
select {
  font-family: "Maax Akili", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1;
}

h1 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 10px;
}

h2 {
  font-size: 2.5em;
  font-weight: 700;
}

h3 {
  font-size: 2em;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1em;
}

p {
  font-size: 1em;
  line-height: 1.3;
}

@media (max-width: 992px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
}

.anchor {
  display: block;
  opacity: 0;
  position: relative;
  top: -180px;
  visibility: hidden;
}

.bold-text {
  font-weight: 700;
}

@media (min-width: 769px) {
  .erx-hide-desktop {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .erx-hide-desktop-tablet {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .erx-hide-tablet {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .erx-hide-mobile {
    display: none !important;
  }
}

.border--right {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding-right: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .border--right {
    padding-left: 44px;
  }
}
.border--right > div {
  width: 100%;
}
.border--right:after {
  background-color: #42dba2;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
@media (max-width: 992px) {
  .border--right:after {
    background-image: url("../img/revamp/border-short.png");
  }
}

.border--left {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding-left: 64px;
  position: relative;
}
@media (max-width: 992px) {
  .border--left {
    padding-right: 44px;
  }
}
.border--left > div {
  width: 100%;
}
.border--left:before {
  background-color: #42dba2;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
@media (max-width: 992px) {
  .border--left:before {
    background-image: url("../img/revamp/border-short.png");
  }
}

.icon-container img {
  max-width: 160px;
  width: 160px !important;
}

@media (max-width: 992px) {
  .icon-container,
  .icon-container img {
    max-width: 120px;
    width: 120px !important;
  }
}

@media (max-width: 768px) {
  .icon-container,
  .icon-container img {
    max-width: 90px;
    width: 90px !important;
  }
}

.lines-background {
  width: 100%;
}
@media (min-width: 993px) {
  .lines-background {
    background-image: url("../img/revamp/bg-lines.png");
    background-position: 150% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 80px;
  }
}

.footer-social-container {
  margin-top: 40px;
}

#erx-footer-links {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
#erx-footer-links a {
  color: #42dba2;
  display: block;
  margin: 20px;
  text-align: center;
  text-decoration: none;
}
#erx-footer-links a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  #erx-footer-links a {
    font-size: 0.875em;
  }
}
@media (max-width: 768px) {
  #erx-footer-links a {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  #erx-footer-links {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#erx-footer-menu {
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: distribute;
  font-size: 0.75em;
  justify-content: space-around;
  padding: 40px 32px 64px;
  text-align: center;
  width: 100%;
}
#erx-footer-menu p {
  text-align: center;
}
#erx-footer-menu .footer-menu-copyright {
  font-size: 12px;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.erx-footnote {
  font-size: 0.75em;
}

.erx-modal {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 17px -5px #000000;
  box-shadow: 0px 5px 17px -5px #000000;
  display: none;
  left: 50%;
  max-width: 800px;
  padding: 32px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 99992;
}
.erx-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99991;
}
.erx-modal-top {
  cursor: pointer;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 5px;
}
.erx-modal .image-container {
  margin: 32px auto;
  width: 100%;
}
.erx-modal .image-container img {
  width: 100%;
}
.erx-modal-close {
  text-align: center;
}

/* SPEAK WITH A DOCTOR ANIMATION */
.erx-fixed-button-container {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  bottom: -120px;
  position: fixed;
  right: 10px;
  z-index: 100;
}

.erx-fixed-button {
  align-items: center;
  background-color: #148158;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  position: relative;
  right: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
  transition: -webkit-transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  width: 100%;
}
.erx-fixed-button div {
  align-items: center;
  border: 1px solid #ffffff;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6px;
}
.erx-fixed-button a {
  text-decoration: none;
}
.erx-fixed-button span {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  padding-left: 4px;
  text-decoration: none;
}

/* HCP VERSION */
#erx-fixed-button-container-animated.erx-fixed-button-container.erx-fixed-button-hcp {
  height: 150px;
  width: 150px;
}
#erx-fixed-button-container-animated.erx-fixed-button-container.erx-fixed-button-hcp .erx-fixed-button div {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
#erx-fixed-button-container-animated.erx-fixed-button-container.erx-fixed-button-hcp .erx-fixed-button span {
  font-size: 0.875em;
}
#erx-fixed-button-container-animated.erx-fixed-button-container.erx-fixed-button-hcp #erx-fixed-button-animated div {
  height: 138px;
  width: 138px;
}
#erx-fixed-button-container-animated.erx-fixed-button-container.erx-fixed-button-hcp #erx-fixed-button-animated img {
  margin-bottom: 5px;
  padding-left: 10px;
}
#erx-fixed-button-container-animated.erx-fixed-button-container.erx-fixed-button-hcp #erx-fixed-button-animated span {
  margin: 0 5px 0 auto;
  max-width: 120px;
  padding: 0 0 8px 10px;
  position: relative;
}
#erx-fixed-button-container-animated.erx-fixed-button-container.erx-fixed-button-hcp
#erx-fixed-button-animated
span:after {
  bottom: -16px;
  content: url("../img/revamp/arrow-white.png");
  position: absolute;
  right: 0px;
  width: auto;
}

#erx-fixed-button-container-animated-mobile.erx-fixed-button-hcp-mobile #erx-fixed-button-chat-container {
  max-width: 100px;
}
#erx-fixed-button-container-animated-mobile.erx-fixed-button-hcp-mobile #erx-fixed-button-chat-container.text-visible {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* DESKTOP ANIMATION */
.erx-fixed-button-desktop {
  display: initial !important;
}

.erx-fixed-button-mobile {
  display: none !important;
}

@media (max-width: 992px) {
  .erx-fixed-button-desktop {
    display: none !important;
  }
  .erx-fixed-button-mobile {
    display: initial !important;
  }
}

#erx-fixed-button-container-animated {
  height: 120px;
  width: 120px;
}
#erx-fixed-button-container-animated:hover {
  cursor: pointer;
  -webkit-transform: translateY(-157px) scale(1.1) !important;
  -ms-transform: translateY(-157px) scale(1.1) !important;
  transform: translateY(-157px) scale(1.1) !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

#erx-fixed-button-animated div {
  height: 110px;
  width: 110px;
}

#erx-fixed-button-animated span {
  max-width: 60px;
}

/* MOBILE ANIMATION  */
#erx-fixed-button-container-animated-mobile {
  height: 64px;
  width: 64px;
}
#erx-fixed-button-container-animated-mobile img {
  max-width: 29px;
}

#erx-fixed-button-animated-mobile div {
  height: 58px;
  width: 58px;
}

#erx-fixed-button-animated-mobile span {
  max-width: 54px;
}

#erx-fixed-button-chat-container {
  align-items: center;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: expandingAnimation;
  animation-name: expandingAnimation;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background: #148158;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -30px;
  max-width: 90px;
  position: absolute;
  top: -6px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 101;
}
#erx-fixed-button-chat-container.text-hidden .erx-chat-text {
  display: none;
}
#erx-fixed-button-chat-container.text-visible {
  bottom: 44px;
  left: auto;
  right: 58px;
  top: auto;
}
#erx-fixed-button-chat-container.text-visible .erx-chat-dot {
  display: none;
}

.erx-chat-text {
  line-height: 1 !important;
}

#erx-fixed-button-chat {
  border: 1px solid #ffffff;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1 !important;
  margin: 2px;
  padding: 2px 4px;
}
#erx-fixed-button-chat a {
  color: #ffffff;
  font-size: 0.75em;
  font-weight: bold;
  text-decoration: none;
}
#erx-fixed-button-chat.typing-animation .erx-chat-dot {
  -webkit-animation: typingAnimation 1.8s infinite ease-in-out;
  animation: typingAnimation 1.8s infinite ease-in-out;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
#erx-fixed-button-chat .erx-chat-dot {
  background-color: rgba(20, 105, 69, 0.7);
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  line-height: 1 !important;
  margin-right: 3px;
  vertical-align: middle;
  width: 5px;
}
#erx-fixed-button-chat .erx-chat-dot:nth-child(1) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
#erx-fixed-button-chat .erx-chat-dot:nth-child(2) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
#erx-fixed-button-chat .erx-chat-dot:nth-child(3) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
#erx-fixed-button-chat .erx-chat-dot:first-child {
  margin-left: 0;
}
#erx-fixed-button-chat .erx-chat-dot:last-child {
  margin-right: 0;
}

/* HCP MOBILE VERSION */
#erx-fixed-button-chat-container.text-visible {
  min-width: 90px;
  right: 48px;
}
#erx-fixed-button-chat-container.text-visible #erx-fixed-button-chat {
  width: 100%;
}

/* ANIMATION CLASSES */
.bounce-animation {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: bouncingAnimation;
  animation-name: bouncingAnimation;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bouncingAnimation {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  28% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  40% {
    -webkit-transform: scale(0.9, 1.1) translateY(-225px);
    transform: scale(0.9, 1.1) translateY(-225px);
  }
  41% {
    -webkit-transform: scale(0.9, 1.1) translateY(-225px);
    transform: scale(0.9, 1.1) translateY(-225px);
  }
  55% {
    -webkit-transform: scale(1.1, 0.9) translateY(-157px);
    transform: scale(1.1, 0.9) translateY(-157px);
  }
  67% {
    -webkit-transform: scale(0.96, 1.04) translateY(-174px);
    transform: scale(0.96, 1.04) translateY(-174px);
  }
  77% {
    -webkit-transform: scale(1.04, 0.96) translateY(-157px);
    transform: scale(1.04, 0.96) translateY(-157px);
  }
  85% {
    -webkit-transform: scale(0.99, 1.01) translateY(-165px);
    transform: scale(0.99, 1.01) translateY(-165px);
  }
  91% {
    -webkit-transform: scale(1.02, 0.98) translateY(-157px);
    transform: scale(1.02, 0.98) translateY(-157px);
  }
  94% {
    -webkit-transform: scale(0.99, 1.01) translateY(-157px);
    transform: scale(0.99, 1.01) translateY(-157px);
  }
  96% {
    -webkit-transform: scale(1.01, 0.99) translateY(-157px);
    transform: scale(1.01, 0.99) translateY(-157px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(-157px);
    transform: scale(1, 1) translateY(-157px);
  }
}

@keyframes bouncingAnimation {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  28% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  40% {
    -webkit-transform: scale(0.9, 1.1) translateY(-225px);
    transform: scale(0.9, 1.1) translateY(-225px);
  }
  41% {
    -webkit-transform: scale(0.9, 1.1) translateY(-225px);
    transform: scale(0.9, 1.1) translateY(-225px);
  }
  55% {
    -webkit-transform: scale(1.1, 0.9) translateY(-157px);
    transform: scale(1.1, 0.9) translateY(-157px);
  }
  67% {
    -webkit-transform: scale(0.96, 1.04) translateY(-174px);
    transform: scale(0.96, 1.04) translateY(-174px);
  }
  77% {
    -webkit-transform: scale(1.04, 0.96) translateY(-157px);
    transform: scale(1.04, 0.96) translateY(-157px);
  }
  85% {
    -webkit-transform: scale(0.99, 1.01) translateY(-165px);
    transform: scale(0.99, 1.01) translateY(-165px);
  }
  91% {
    -webkit-transform: scale(1.02, 0.98) translateY(-157px);
    transform: scale(1.02, 0.98) translateY(-157px);
  }
  94% {
    -webkit-transform: scale(0.99, 1.01) translateY(-157px);
    transform: scale(0.99, 1.01) translateY(-157px);
  }
  96% {
    -webkit-transform: scale(1.01, 0.99) translateY(-157px);
    transform: scale(1.01, 0.99) translateY(-157px);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(-157px);
    transform: scale(1, 1) translateY(-157px);
  }
}

@-webkit-keyframes typingAnimation {
  0% {
    background-color: #6cad96;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  28% {
    background-color: #9ecab9;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  44% {
    background-color: #b5d9cb;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes typingAnimation {
  0% {
    background-color: #6cad96;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  28% {
    background-color: #9ecab9;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  44% {
    background-color: #b5d9cb;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes expandingAnimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes expandingAnimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.erx-top-space {
  margin-top: 32px;
}

.hcp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
.hcp-header #header-grid {
  -webkit-box-flex: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-flex: 1;
  flex: 1;
}
.hcp-header #hcp-contact-link-container {
  align-items: center;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.hcp-header #hcp-contact-link-container a {
  background-color: #009768;
  border: 2px solid #009768;
  border-radius: 20px;
  color: #ffffff;
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 20px;
  min-height: 0;
  padding: 4px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  transition: all 0.2s;
}
.hcp-header #hcp-contact-link-container a:hover {
  background-color: #ffffff;
  color: #009768;
}

.erx-fixed-banner {
  align-items: center;
  background-color: #02b881;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0 6px 0.333rem rgb(0 0 0 / 30%);
  box-shadow: 0 6px 0.333rem rgb(0 0 0 / 30%);
  display: none;
  display: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 17px;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  width: 100%;
  z-index: 9998;
}
.erx-fixed-banner #erx-fixed-banner-close {
  color: #ffffff;
  font-size: 2em;
  line-height: 2em;
  position: absolute;
  right: 15px;
  top: -11px;
}
@media (min-width: 993px) {
  .erx-fixed-banner #erx-fixed-banner-close {
    display: none;
  }
}
.erx-fixed-banner.menu-hidden {
  top: 36px;
}
.erx-fixed-banner-image-container img {
  max-width: 105px;
  width: 100%;
}
.erx-fixed-banner-text-container {
  margin: 0 40px;
  text-align: center;
}
.erx-fixed-banner-text-container h1 {
  color: #ffffff;
  font-size: 2.5em;
  margin-bottom: 0;
}
.erx-fixed-banner-text-container h2 {
  color: #ffffff;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0;
}
.erx-fixed-banner-button-container a {
  background-color: #b9fde3;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .erx-fixed-banner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .erx-fixed-banner-image-container img {
    max-width: 60px;
    width: 100%;
  }
  .erx-fixed-banner-text-container {
    margin: 0 0 20px;
  }
  .erx-fixed-banner-text-container h1 {
    font-size: 1.75em;
  }
  .erx-fixed-banner-text-container h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 540px) {
  .erx-fixed-banner-text-container h1 {
    font-size: 1.35em;
  }
  .erx-fixed-banner-text-container h2 {
    font-size: 1.125em;
  }
}

.erx-webinars-modal {
  align-items: center;
  background-color: #02b881;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: none;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  font-size: 16px;
  justify-content: center;
  left: 50%;
  padding: 64px 32px;
  position: fixed;
  top: max(50%, 340px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 660px;
  z-index: 99999;
}
.erx-webinars-modal-image-container img {
  display: block;
  margin: 0 auto 20px;
  max-width: 494px;
  width: 70%;
}
@media (max-width: 540px) {
  .erx-webinars-modal-image-container img {
    width: 100%;
  }
}
.erx-webinars-modal .erx-fixed-banner-text-container {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .erx-webinars-modal .erx-fixed-banner-text-container {
    max-width: 60%;
  }
  .erx-webinars-modal .erx-fixed-banner-text-container h1 {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
  .erx-webinars-modal .erx-fixed-banner-text-container h2 {
    font-size: 1.25em;
  }
}
.erx-webinars-modal .erx-close-modal {
  color: #ffffff;
  cursor: pointer;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 2px;
}
@media (max-width: 768px) {
  .erx-webinars-modal {
    width: 90%;
  }
}

.fixed-banner-visible {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .fixed-banner-visible {
    margin-top: 200px;
  }
}

/* PROVIDER MAP START */
.cls-1 {
  fill: #fff;
}

.cls-2 {
  fill: #c8fce3;
}

.cls-3 {
  fill: #42dba1;
}

.cls-4 {
  fill: #75fabf;
}

.cls-5 {
  fill: #3d6db5;
}

.cls-6 {
  fill: #056145;
}

.state-hover .cls-2,
.state-hover .cls-3,
.state-hover .cls-4 {
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.state-hover:hover .cls-2,
.state-hover:hover .cls-3,
.state-hover:hover .cls-4 {
  fill: #f4f6f7;
}

/* PROVIDER MAP END */
.erx-italic {
  font-style: italic;
}

.erx-logo-stacked-container {
  align-items: center;
  background-color: #000000;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.erx-logo-stacked-container img {
  max-width: 200px;
  width: 100%;
}

.chevron {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.chevron:before {
  border-color: #0f9768;
  border-radius: 3px;
  border-style: solid;
  border-width: 6px 6px 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  position: relative;
  top: 0.15em;
  vertical-align: top;
  width: 16px;
}
@media (max-width: 420px) {
  .chevron:before {
    border-width: 4px 4px 0 0;
    height: 12px;
    width: 12px;
  }
}

.chevron-prev {
  left: 0;
  z-index: 2;
}
.chevron-prev:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.chevron-next {
  right: 0;
  z-index: 2;
}
.chevron-next:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 420px) {
  .chevron-prev {
    left: -18px;
  }
  .chevron-next {
    right: -14px;
  }
}

.wrapper.transparent-header-wrapper {
  margin-top: 36px !important;
}
.wrapper.transparent-header-wrapper main#content {
  padding-top: 0;
}
.wrapper.transparent-header-wrapper .header-main-inner .icon-bar {
  background-color: #ffffff;
}
.wrapper.transparent-header-wrapper .header.transparent-header {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0;
}
.wrapper.transparent-header-wrapper .header.transparent-header .hfg_header.site-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wrapper.transparent-header-wrapper .header.transparent-header .hfg_header .header-main-inner {
  background-color: transparent;
}
.wrapper.transparent-header-wrapper .header.transparent-header #nv-primary-navigation-main li a {
  color: #ffffff;
}
.wrapper.transparent-header-wrapper.callout-bar-visible {
  margin-top: 36px;
}
.wrapper.transparent-header-wrapper.callout-bar-visible .header.transparent-header {
  top: 100px;
}
.wrapper.transparent-header-wrapper:not(.callout-bar-visible) .header.transparent-header {
  top: 36px;
}
.wrapper.transparent-header-wrapper.header-black-text .header-main-inner .icon-bar {
  background-color: #000000;
}
.wrapper.transparent-header-wrapper.header-black-text .header.transparent-header #nv-primary-navigation-main li a {
  color: #000000;
}

.transparent-header .mobile-left .menu-logo {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.number-superscript {
  font-size: 0.75em;
  position: relative;
  top: unset !important;
}

.erx-hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 80px;
  width: 100%;
}
.erx-hero-container--center {
  margin-left: 32px;
  margin-right: 32px;
  width: auto;
}
.erx-hero-container--center .erx-hero-background {
  background-image: url("../img/revamp/hero-bg-teal.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px;
  width: 100%;
}
.erx-hero-container--center .erx-hero-text {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 600px;
  padding: 32px;
  text-align: center;
  width: 100%;
}
.erx-hero-container--left .erx-hero-left-column {
  background-image: url("../img/revamp/hero-bg-teal.png");
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 40px;
  padding: 80px 0 80px;
  position: relative;
}
@media (min-width: 993px) {
  .erx-hero-container--left .erx-hero-left-column {
    margin-left: auto;
    max-width: 600px;
  }
}
.erx-hero-container--left .erx-hero-text {
  align-items: center;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  padding: 32px;
  position: relative;
  right: -80px;
  text-align: center;
  width: 600px;
}
.erx-hero-container--left .erx-hero-text h1 {
  font-weight: 700;
}
.erx-hero-container--left .erx-hero-text p {
  max-width: 450px;
}
.erx-hero-container--left .erx-hero-text .erx-hero-footnote {
  font-size: 0.75em;
}
@media (max-width: 1200px) {
  .erx-hero-container--left .erx-hero-text {
    min-width: 600px;
  }
}
.erx-hero-container--left .erx-hero-right-column {
  background-position: center;
  background-size: cover;
  width: 60%;
}
@media (max-width: 992px) {
  .erx-hero-container--left {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .erx-hero-container--left .erx-hero-left-column {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 32px;
    width: 100%;
  }
  .erx-hero-container--left .erx-hero-text {
    max-width: 100%;
    min-width: 0;
    padding: 40px 32px;
    position: static;
    text-align: center;
    width: 100%;
  }
  .erx-hero-container--left .erx-hero-right-column {
    min-height: 50vw;
    width: 100%;
  }
}
.erx-hero-container--right .erx-hero-right-column {
  background-image: url("../img/revamp/hero-bg-teal.png");
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 40px;
  padding: 80px 0 80px;
  position: relative;
}
@media (min-width: 993px) {
  .erx-hero-container--right .erx-hero-right-column {
    margin-right: auto;
    max-width: 500px;
  }
}
.erx-hero-container--right .erx-hero-text {
  align-items: center;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  padding: 32px;
  position: relative;
  right: 20%;
  text-align: left;
  width: 100%;
}
.erx-hero-container--right .erx-hero-text h1 {
  font-weight: 700;
  width: 100%;
}
.erx-hero-container--right .erx-hero-text p {
  margin-bottom: 20px;
}
.erx-hero-container--right .erx-hero-left-column {
  background-position: center;
  background-size: cover;
  width: 60%;
}
@media (max-width: 992px) {
  .erx-hero-container--right {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .erx-hero-container--right .erx-hero-right-column {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 32px;
    width: 100%;
  }
  .erx-hero-container--right .erx-hero-text {
    max-width: 100%;
    min-width: 0;
    padding: 40px 32px;
    position: static;
    text-align: center;
    width: 100%;
  }
  .erx-hero-container--right .erx-hero-left-column {
    min-height: 50vw;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .erx-hero-container {
    margin-bottom: 40px;
  }
}

#erx-fw-video,
#erx-fw-featured-families-video {
  margin-left: 80px;
  margin-right: 80px;
  overflow: hidden;
  position: relative;
}
#erx-fw-video .erx-video-container,
#erx-fw-featured-families-video .erx-video-container {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-fw-video .erx-video-text-container,
  #erx-fw-featured-families-video .erx-video-text-container {
    bottom: -3px;
    position: relative;
  }
}
@media (max-width: 768px) {
  #erx-fw-video .erx-video-text-container,
  #erx-fw-featured-families-video .erx-video-text-container {
    padding: 0;
  }
}
#erx-fw-video .erx-video-container-text,
#erx-fw-featured-families-video .erx-video-container-text {
  text-align: left;
}
#erx-fw-video .erx-video-container-text h2,
#erx-fw-featured-families-video .erx-video-container-text h2 {
  margin-bottom: 5px;
}
#erx-fw-video .erx-video-container-text p,
#erx-fw-featured-families-video .erx-video-container-text p {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  #erx-fw-video .erx-video-container-text,
  #erx-fw-featured-families-video .erx-video-container-text {
    padding-top: 30px;
    text-align: center;
  }
  #erx-fw-video .erx-video-container-text h1,
  #erx-fw-video .erx-video-container-text h3,
  #erx-fw-video .erx-video-container-text p,
  #erx-fw-featured-families-video .erx-video-container-text h1,
  #erx-fw-featured-families-video .erx-video-container-text h3,
  #erx-fw-featured-families-video .erx-video-container-text p {
    max-width: 250px;
    text-align: center;
    width: 100%;
  }
  #erx-fw-video .erx-video-container-text p,
  #erx-fw-featured-families-video .erx-video-container-text p {
    margin: 0 auto 30px;
  }
}
#erx-fw-video .video-container,
#erx-fw-featured-families-video .video-container {
  padding-top: 43.5%;
  position: relative;
  width: 100%;
}
@media (min-width: 993px) {
  #erx-fw-video .video-container,
  #erx-fw-featured-families-video .video-container {
    margin-bottom: 20px;
  }
}
#erx-fw-video .video-container a,
#erx-fw-featured-families-video .video-container a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
#erx-fw-video .video-container a:after,
#erx-fw-featured-families-video .video-container a:after {
  background-image: url("../img/revamp/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 150px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 150px;
}
@media (max-width: 992px) {
  #erx-fw-video .video-container a:after,
  #erx-fw-featured-families-video .video-container a:after {
    height: 50%;
    width: 50%;
  }
}
#erx-fw-video .video-container iframe,
#erx-fw-featured-families-video .video-container iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#erx-fw-video .erx-video-link-container,
#erx-fw-featured-families-video .erx-video-link-container {
  position: relative;
  width: 100%;
}
#erx-fw-video .erx-video-link-container img,
#erx-fw-featured-families-video .erx-video-link-container img {
  width: 100%;
}
@media (max-width: 768px) {
  #erx-fw-video .erx-video-link-container,
  #erx-fw-featured-families-video .erx-video-link-container {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  #erx-fw-video,
  #erx-fw-featured-families-video {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  #erx-fw-video:before,
  #erx-fw-featured-families-video:before {
    content: none;
  }
}
@media (max-width: 540px) {
  #erx-fw-video h4,
  #erx-fw-featured-families-video h4 {
    font-size: 1.25em;
  }
}
#erx-fw-video .erx-three-columns-column .video-container a:after,
#erx-fw-featured-families-video .erx-three-columns-column .video-container a:after {
  height: 50%;
  max-height: 150px;
  max-width: 150px;
  width: 50%;
}

/* FORMS START */
#erx-form-new,
.erx-form-new {
  /*background-color: #f6f6f7;*/
  padding: 72px 32px;
  width: 100%;
}
#erx-form-new label.error,
#erx-form-new p.error,
.erx-form-new label.error,
.erx-form-new p.error {
  color: red;
  display: block;
  font-size: 0.675em;
  margin-bottom: 0;
  margin-top: 3px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  text-align: right;
}
#erx-form-new label.error,
.erx-form-new label.error {
  bottom: -15px;
}
#erx-form-new p.error,
.erx-form-new p.error {
  bottom: -30px;
}
#erx-form-new #erx-form-content-container,
.erx-form-new #erx-form-content-container {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-form-new #erx-form-content-container h2,
#erx-form-new #erx-form-content-container h3,
#erx-form-new #erx-form-content-container p,
.erx-form-new #erx-form-content-container h2,
.erx-form-new #erx-form-content-container h3,
.erx-form-new #erx-form-content-container p {
  margin: 0 auto 10px;
  max-width: 590px;
  text-align: center;
}
#erx-form-new .erx-form-container,
.erx-form-new .erx-form-container {
  margin-top: 20px;
}
#erx-form-new .erx-form-container form,
.erx-form-new .erx-form-container form {
  margin: 0 auto;
  max-width: 374px;
  width: 100%;
}
#erx-form-new .erx-form-container .link--button,
.erx-form-new .erx-form-container .link--button {
  margin-top: 20px;
}
#erx-form-new .erx-form-input-container,
.erx-form-new .erx-form-input-container {
  height: 51px;
  margin-bottom: 20px;
  position: relative;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
#erx-form-new .erx-form-input-container label:not(.error),
.erx-form-new .erx-form-input-container label:not(.error) {
  font-family: "Maax Akili", sans-serif;
  font-size: 0.75em;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
#erx-form-new .erx-form-input-container input,
.erx-form-new .erx-form-input-container input {
  border: 1px solid #009768;
  border-radius: 50px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
}
#erx-form-new .erx-form-input-container input:focus,
#erx-form-new .erx-form-input-container input:active,
.erx-form-new .erx-form-input-container input:focus,
.erx-form-new .erx-form-input-container input:active {
  background-color: #009768;
  color: #ffffff;
  outline: none;
}
#erx-form-new .erx-form-input-container input:focus ~ label:not(.error),
#erx-form-new .erx-form-input-container input:active ~ label:not(.error),
.erx-form-new .erx-form-input-container input:focus ~ label:not(.error),
.erx-form-new .erx-form-input-container input:active ~ label:not(.error) {
  left: 10px;
  top: -10px;
}
#erx-form-new .erx-form-input-container input.error,
.erx-form-new .erx-form-input-container input.error {
  border-color: red;
}
#erx-form-new .erx-form-input-container.populated label:not(.error),
.erx-form-new .erx-form-input-container.populated label:not(.error) {
  left: 10px;
  top: -10px;
}
#erx-form-new .erx-form-input-container.erx-select,
.erx-form-new .erx-form-input-container.erx-select {
  font-family: "Maax Akili", sans-serif;
  position: relative;
}
#erx-form-new .erx-form-input-container.erx-select.error .select-selected,
.erx-form-new .erx-form-input-container.erx-select.error .select-selected {
  border-color: red;
}
#erx-form-new .erx-form-input-container.erx-select.error .select-selected:after,
.erx-form-new .erx-form-input-container.erx-select.error .select-selected:after {
  border-bottom: 1px solid red;
  border-right: 1px solid red;
}
#erx-form-new .erx-form-input-container.erx-select select,
.erx-form-new .erx-form-input-container.erx-select select {
  display: none;
}
#erx-form-new .erx-form-input-container .select-selected,
.erx-form-new .erx-form-input-container .select-selected {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #009768;
  border-radius: 50px;
  -webkit-box-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  height: 51px;
  padding-left: 20px;
  padding-right: 40px;
}
#erx-form-new .erx-form-input-container .select-selected:after,
.erx-form-new .erx-form-input-container .select-selected:after {
  border-bottom: 1px solid #009768;
  border-left: 1px solid transparent;
  border-radius: 2px;
  border-right: 1px solid #009768;
  border-top: 1px solid transparent;
  content: "";
  height: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-65%) rotate(45deg);
  -ms-transform: translateY(-65%) rotate(45deg);
  transform: translateY(-65%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  width: 9px;
}
#erx-form-new .erx-form-input-container .select-selected.select-arrow-active,
.erx-form-new .erx-form-input-container .select-selected.select-arrow-active {
  background-color: #009768;
  color: #ffffff;
}
#erx-form-new .erx-form-input-container .select-selected.select-arrow-active:after,
.erx-form-new .erx-form-input-container .select-selected.select-arrow-active:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg) scaleY(-1);
  -ms-transform: rotate(-45deg) scaleY(-1);
  transform: rotate(-45deg) scaleY(-1);
}
#erx-form-new .erx-form-input-container .select-items div,
#erx-form-new .erx-form-input-container .select-selected,
.erx-form-new .erx-form-input-container .select-items div,
.erx-form-new .erx-form-input-container .select-selected {
  cursor: pointer;
  font-size: 0.75em;
}
#erx-form-new .erx-form-input-container .select-items div,
.erx-form-new .erx-form-input-container .select-items div {
  border-bottom: 1px solid #009768;
  padding: 8px 20px 8px 35px;
  position: relative;
}
#erx-form-new .erx-form-input-container .select-items div:before,
.erx-form-new .erx-form-input-container .select-items div:before {
  background-color: #ffffff;
  border: 1px solid #009768;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
#erx-form-new .erx-form-input-container .select-items,
.erx-form-new .erx-form-input-container .select-items {
  background-color: #ffffff;
  border: 1px solid #0f9768;
  border-radius: 20px;
  left: 0;
  max-height: 220px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 99;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#erx-form-new .erx-form-input-container .select-items::-webkit-scrollbar,
.erx-form-new .erx-form-input-container .select-items::-webkit-scrollbar {
  width: 3px;
}
#erx-form-new .erx-form-input-container .select-items::-webkit-scrollbar-track,
.erx-form-new .erx-form-input-container .select-items::-webkit-scrollbar-track {
  background: transparent;
}
#erx-form-new .erx-form-input-container .select-items::-webkit-scrollbar-thumb,
.erx-form-new .erx-form-input-container .select-items::-webkit-scrollbar-thumb {
  background: transparent;
}
#erx-form-new .erx-form-input-container .select-items::-webkit-scrollbar-thumb:hover,
.erx-form-new .erx-form-input-container .select-items::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
#erx-form-new .erx-form-input-container .select-hide,
.erx-form-new .erx-form-input-container .select-hide {
  display: none;
}
#erx-form-new .erx-form-input-container .select-items div:hover,
.erx-form-new .erx-form-input-container .select-items div:hover {
  background-color: #b8fde3;
}
#erx-form-new .erx-form-input-container .same-as-selected:before,
.erx-form-new .erx-form-input-container .same-as-selected:before {
  background-color: #42dba2 !important;
}
#erx-form-new .conditional-patient-input,
#erx-form-new .conditional-specialty-input,
.erx-form-new .conditional-patient-input,
.erx-form-new .conditional-specialty-input {
  display: none;
}
#erx-form-new .form-disclaimer,
.erx-form-new .form-disclaimer {
  font-size: 0.75em;
}
#erx-form-new .form-disclaimer a,
.erx-form-new .form-disclaimer a {
  color: #000000;
}
#erx-form-new .erx-form-input-text-area,
.erx-form-new .erx-form-input-text-area {
  position: relative;
}
#erx-form-new .erx-form-input-text-area label:not(.error),
.erx-form-new .erx-form-input-text-area label:not(.error) {
  font-family: "Maax Akili", sans-serif;
  font-size: 0.75em;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 1.65em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
#erx-form-new .erx-form-input-text-area.populated label:not(.error),
.erx-form-new .erx-form-input-text-area.populated label:not(.error) {
  left: 10px;
  top: -10px;
}
#erx-form-new .erx-form-input-text-area textarea,
.erx-form-new .erx-form-input-text-area textarea {
  border: 1px solid #009768;
  border-radius: 20px;
  font-family: "Maax Akili", sans-serif;
  padding: 10px;
  resize: none;
  width: 100%;
}
#erx-form-new .erx-form-input-text-area textarea:focus,
#erx-form-new .erx-form-input-text-area textarea:active,
.erx-form-new .erx-form-input-text-area textarea:focus,
.erx-form-new .erx-form-input-text-area textarea:active {
  background-color: #009768;
  color: #ffffff;
  outline: none;
}
#erx-form-new .erx-form-input-text-area textarea:focus ~ label:not(.error),
#erx-form-new .erx-form-input-text-area textarea:active ~ label:not(.error),
.erx-form-new .erx-form-input-text-area textarea:focus ~ label:not(.error),
.erx-form-new .erx-form-input-text-area textarea:active ~ label:not(.error) {
  left: 10px;
  top: -10px;
}
#erx-form-new .erx-form-input-text-area textarea.error,
.erx-form-new .erx-form-input-text-area textarea.error {
  border-color: red;
}

#provider-mobile-select-container {
  margin: 0 auto 40px;
  max-width: 370px;
}
@media (min-width: 993px) {
  #provider-mobile-select-container {
    display: none;
  }
}
#provider-mobile-select-container .link--button {
  margin: 20px auto;
}

.provider-select select {
  display: none;
}

.provider-select.erx-form-input-container {
  height: 51px;
  margin-bottom: 20px;
  position: relative;
  /* Style the arrow inside the select element: */
  /* Point the arrow upwards when the select box is open (active): */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.provider-select.erx-form-input-container label:not(.error) {
  font-family: "Maax Akili", sans-serif;
  font-size: 0.75em;
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.provider-select.erx-form-input-container.populated label:not(.error) {
  left: 10px;
  top: -10px;
}
.provider-select.erx-form-input-container.erx-select {
  font-family: "Maax Akili", sans-serif;
  position: relative;
}
.provider-select.erx-form-input-container.erx-select.error .select-selected {
  border-color: red;
}
.provider-select.erx-form-input-container.erx-select.error .select-selected:after {
  border-bottom: 1px solid red;
  border-right: 1px solid red;
}
.provider-select.erx-form-input-container.erx-select select {
  display: none;
}
.provider-select.erx-form-input-container .select-selected {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #009768;
  border-radius: 50px;
  -webkit-box-align: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  height: 51px;
  padding-left: 20px;
  padding-right: 40px;
}
.provider-select.erx-form-input-container .select-selected:after {
  border-bottom: 1px solid #009768;
  border-left: 1px solid transparent;
  border-radius: 2px;
  border-right: 1px solid #009768;
  border-top: 1px solid transparent;
  content: "";
  height: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-65%) rotate(45deg);
  -ms-transform: translateY(-65%) rotate(45deg);
  transform: translateY(-65%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  width: 9px;
}
.provider-select.erx-form-input-container .select-selected.select-arrow-active {
  background-color: #009768;
  color: #ffffff;
}
.provider-select.erx-form-input-container .select-selected.select-arrow-active:after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg) scaleY(-1);
  -ms-transform: rotate(-45deg) scaleY(-1);
  transform: rotate(-45deg) scaleY(-1);
}
.provider-select.erx-form-input-container .select-items div,
.provider-select.erx-form-input-container .select-selected {
  cursor: pointer;
  font-size: 0.75em;
}
.provider-select.erx-form-input-container .select-items div {
  border-bottom: 1px solid #009768;
  padding: 8px 20px 8px 35px;
  position: relative;
}
.provider-select.erx-form-input-container .select-items div:before {
  background-color: #ffffff;
  border: 1px solid #009768;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.provider-select.erx-form-input-container .select-items {
  background-color: #ffffff;
  border: 1px solid #0f9768;
  border-radius: 20px;
  left: 0;
  max-height: 220px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 99;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.provider-select.erx-form-input-container .select-items::-webkit-scrollbar {
  width: 3px;
}
.provider-select.erx-form-input-container .select-items::-webkit-scrollbar-track {
  background: transparent;
}
.provider-select.erx-form-input-container .select-items::-webkit-scrollbar-thumb {
  background: transparent;
}
.provider-select.erx-form-input-container .select-items::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.provider-select.erx-form-input-container .select-hide {
  display: none;
}
.provider-select.erx-form-input-container .select-items div:hover {
  background-color: #b8fde3;
}
.provider-select.erx-form-input-container .same-as-selected:before {
  background-color: #42dba2 !important;
}

/* FORMS END */
.erx-teal-banner {
  background-image: url("../img/revamp/as-featured-background.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .erx-teal-banner {
    background-image: url("../img/revamp/as-featured-background-mobile.png");
  }
}

.erx-yellow-banner {
  background-image: url("../img/revamp/bg-yellow.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .erx-yellow-banner {
    background-image: url("../img/revamp/bg-yellow-mobile.png");
  }
}

.erx-teal-banner-container,
.erx-yellow-banner-container {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding: 20px 32px;
  width: 100%;
}
.erx-teal-banner-container .erx-teal-banner-image,
.erx-yellow-banner-container .erx-teal-banner-image {
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 45%;
}
.erx-teal-banner-container .erx-teal-banner-text,
.erx-yellow-banner-container .erx-teal-banner-text {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  width: 55%;
}
.erx-teal-banner-container .erx-teal-banner-text .width-container,
.erx-yellow-banner-container .erx-teal-banner-text .width-container {
  max-width: 500px;
}
.erx-teal-banner-container .erx-teal-banner-text .link--button,
.erx-yellow-banner-container .erx-teal-banner-text .link--button {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .erx-teal-banner-container,
  .erx-yellow-banner-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 32px;
    text-align: center;
  }
  .erx-teal-banner-container .erx-teal-banner-image,
  .erx-teal-banner-container .erx-teal-banner-text,
  .erx-yellow-banner-container .erx-teal-banner-image,
  .erx-yellow-banner-container .erx-teal-banner-text {
    width: 100%;
  }
  .erx-teal-banner-container .erx-teal-banner-image,
  .erx-yellow-banner-container .erx-teal-banner-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .erx-teal-banner-container .erx-teal-banner-text,
  .erx-yellow-banner-container .erx-teal-banner-text {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .erx-teal-banner-container .erx-teal-banner-text .width-container,
  .erx-yellow-banner-container .erx-teal-banner-text .width-container {
    max-width: 450px;
  }
}

.erx-stats-container {
  margin: 72px 32px;
}
@media (max-width: 992px) {
  .erx-stats-container {
    margin: 0 0 72px;
    padding: 0;
  }
  .erx-stats-container:after {
    content: none;
  }
}

#erx-stats {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 1660px;
  text-align: center;
}
@media (min-width: 993px) {
  #erx-stats:after {
    content: none;
  }
  #erx-stats .erx-stats-content {
    margin-left: 64px;
  }
}
#erx-stats h2 {
  text-align: center;
}
@media (max-width: 768px) {
  #erx-stats h2 {
    display: none;
  }
}
#erx-stats a.link--text {
  margin-bottom: 30px;
}
#erx-stats .erx-stats-footnote {
  font-size: 0.6em !important;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 1200px;
  text-align: center;
}
#erx-stats .erx-stats {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  #erx-stats .erx-stats {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#erx-stats .erx-stat-container {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 340px;
  justify-content: center;
  width: 340px;
}
#erx-stats .erx-stat {
  align-items: center;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 340px;
  padding: 0;
  position: relative;
  position: relative;
  text-align: center;
  width: 100%;
}
#erx-stats .erx-stat p {
  font-size: 0.875em;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
#erx-stats .erx-stat span {
  display: block;
  font-size: 4em;
  font-weight: 700;
}
#erx-stats .erx-rotating-circle {
  height: 0;
  left: 50%;
  max-width: 340px;
  padding-top: 100%;
  padding-top: 340px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#erx-stats .erx-rotating-circle:after {
  border: 3px solid #42dba2;
  border-bottom: 3px dotted #42dba2;
  border-radius: 50%;
  content: "";
  left: 0;
  padding-top: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
@media (max-width: 1400px) {
  #erx-stats .erx-rotating-circle:after {
    border: 2px solid #42dba2;
    border-bottom: 2px dotted #42dba2;
  }
}
#erx-stats .stat1 .erx-rotating-circle:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#erx-stats .stat1 .erx-rotating-circle:hover:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
#erx-stats .stat2 .erx-rotating-circle:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#erx-stats .stat2 .erx-rotating-circle:hover:after {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#erx-stats .stat3 .erx-rotating-circle:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#erx-stats .stat3 .erx-rotating-circle:hover:after {
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
@media (max-width: 1400px) {
  #erx-stats .erx-stat-container {
    height: 250px;
    width: 250px;
  }
  #erx-stats .erx-stat {
    height: 250px !important;
    max-width: 250px;
    width: 250px !important;
  }
  #erx-stats .erx-stat p {
    max-width: 230px;
  }
  #erx-stats .erx-rotating-circle {
    max-width: 250px;
    padding-top: 235px;
  }
}
@media (max-width: 992px) {
  #erx-stats .erx-stat-container {
    height: 200px;
    width: 200px;
  }
  #erx-stats .erx-stat {
    height: 200px !important;
    max-width: 200px;
    width: 200px !important;
  }
  #erx-stats .erx-stat p {
    font-size: 0.75em;
    max-width: 140px;
  }
  #erx-stats .erx-rotating-circle {
    max-width: 200px;
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  #erx-stats.border--right {
    padding-left: 32px;
    padding-right: 44px;
  }
  #erx-stats .erx-stat-container {
    margin-bottom: -10px;
  }
}

@media (min-width: 993px) {
  #erx-stats {
    padding-right: 0;
  }
}

.erx-info-columns-container {
  padding: 72px 32px;
}
.erx-info-columns-container h2,
.erx-info-columns-container h4 {
  margin: 0 auto 20px;
  max-width: 400px;
  text-align: center;
  width: auto;
}
.erx-info-columns-container .erx-info-columns {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.erx-info-columns-container .erx-info-column {
  padding: 20px;
  text-align: center;
  width: 32%;
}
.erx-info-columns-container .erx-info-column:not(:first-of-type):not(:last-of-type) {
  margin: 0 2%;
}
.erx-info-columns-container .erx-info-image img {
  max-width: 160px;
  width: auto;
}
@media (max-width: 768px) {
  .erx-info-columns-container .erx-info-columns {
    display: block;
  }
  .erx-info-columns-container .erx-info-column {
    width: 100%;
  }
  .erx-info-columns-container:not(:first-of-type):not(:last-of-type) {
    margin: 0;
  }
}

.erx-numbered-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
.erx-numbered-list-container .link--button {
  display: inline-block;
  max-width: 374px;
  width: 100%;
}
.erx-numbered-list-container .erx-numbered-list-left {
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.erx-numbered-list-container .erx-numbered-list-right {
  margin-right: auto;
  padding: 0 64px;
  width: 40%;
}
.erx-numbered-list-container .erx-numbered-list-right h3 {
  margin-bottom: 30px;
  max-width: 400px;
  width: 100%;
}
.erx-numbered-list-container .erx-numbered-list-right .horizontal-border {
  margin-bottom: 30px;
}
.erx-numbered-list-container .erx-numbered-list-right .horizontal-border img {
  max-height: 16px;
  width: 100%;
}
.erx-numbered-list-container .erx-numbered-list-right ul {
  list-style: none;
  padding-left: 0;
}
.erx-numbered-list-container .erx-numbered-list-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 993px) {
  .erx-numbered-list-container .erx-numbered-list-right:after {
    content: none;
  }
}
@media (max-width: 992px) {
  .erx-numbered-list-container .erx-numbered-list-right {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .erx-numbered-list-container {
    display: block;
  }
  .erx-numbered-list-container .erx-numbered-list-left,
  .erx-numbered-list-container .erx-numbered-list-right {
    margin: 0;
    width: 100%;
  }
  .erx-numbered-list-container .erx-numbered-list-left {
    min-height: 50vw;
  }
  .erx-numbered-list-container .erx-numbered-list-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.erx-columns-with-separator-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 40px 0;
  padding: 0 32px;
}
.erx-columns-with-separator-container h3 {
  font-weight: 700;
}
.erx-columns-with-separator-container .erx-separated-column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .erx-columns-with-separator-container .erx-separated-column-left {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.erx-columns-with-separator-container .erx-separated-column-left:after {
  background-image: url("../img/revamp/divider-vertical.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}
@media (max-width: 992px) {
  .erx-columns-with-separator-container .erx-separated-column-left:after {
    background-image: url("../img/revamp/divider-horizontal.png");
    height: 10px;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}
.erx-columns-with-separator-container .erx-separated-column-left-content {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 420px;
  text-align: center;
  width: 100%;
}
.erx-columns-with-separator-container .erx-separated-column-right {
  width: 50%;
}
.erx-columns-with-separator-container .erx-separated-column-right-content {
  margin-right: auto;
  max-width: 800px;
  padding-left: 40px;
  width: 100%;
}
.erx-columns-with-separator-container .erx-separated-column-right-content > p {
  font-size: 1.125em;
  margin-bottom: 40px;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 992px) {
  .erx-columns-with-separator-container {
    display: block;
    margin: 40px 0 0;
  }
  .erx-columns-with-separator-container .erx-separated-column-left,
  .erx-columns-with-separator-container .erx-separated-column-right {
    width: 100%;
  }
  .erx-columns-with-separator-container .erx-separated-column-left-content {
    margin-right: auto;
    max-width: 400px;
  }
  .erx-columns-with-separator-container .erx-separated-column-right-content {
    margin: 0 auto;
    padding-left: 0;
  }
}

.alternating-columns-container {
  margin: 0 auto;
  max-width: 1600px;
}
.alternating-columns-container img {
  width: 100%;
}

.alternating-column-left,
.alternating-column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}

.alternating-column-left .alternating-column:first-of-type {
  width: 60%;
}

.alternating-column-left .alternating-column:last-of-type {
  padding: 10px 32px 10px 64px;
  width: 40%;
}

.alternating-column-right .alternating-column:first-of-type {
  padding: 10px 64px 10px 32px;
  width: 40%;
}
@media (min-width: 993px) {
  .alternating-column-right .alternating-column:first-of-type {
    text-align: right;
  }
}
.alternating-column-right .alternating-column:first-of-type a {
  margin-bottom: 20px;
  margin-right: 25px;
  margin-top: 20px;
}

.alternating-column-right .alternating-column:last-of-type {
  width: 60%;
}

.alternating-column {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .alternating-column-left {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .alternating-column-left .alternating-column:first-of-type,
  .alternating-column-left .alternating-column:last-of-type {
    width: 100%;
  }
  .alternating-column-left .alternating-column:last-of-type {
    padding: 10px 0;
  }
  .alternating-column-right {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .alternating-column-right .alternating-column:first-of-type,
  .alternating-column-right .alternating-column:last-of-type {
    width: 100%;
  }
  .alternating-column-right .alternating-column:first-of-type {
    padding: 10px 0;
  }
}

.two-columns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 32px;
  width: 100%;
}
.two-columns-container > div {
  margin-bottom: 80px;
  text-align: center;
  width: 48%;
}
.two-columns-container > div h4 {
  margin-bottom: 10px;
}
.two-columns-container > div h4,
.two-columns-container > div p {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}
.two-columns-container > div:nth-child(odd) {
  margin-right: 2%;
}
.two-columns-container > div:nth-child(even) {
  margin-left: 2%;
}
.two-columns-container > div .image-container {
  margin: 0 auto 10px;
  max-width: 160px;
}
.two-columns-container > div .image-container img {
  width: 100%;
}
@media (max-width: 768px) {
  .two-columns-container > div {
    width: 100%;
  }
  .two-columns-container > div:nth-child(odd) {
    margin-right: 0;
  }
  .two-columns-container > div:nth-child(even) {
    margin-left: 0;
  }
}

.erx-help-section {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 992px;
}

.erx-help-guide,
.erx-help-faq {
  padding: 20px;
  text-align: center;
  width: 50%;
}
.erx-help-guide p,
.erx-help-faq p {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .erx-help-section {
    display: block;
  }
  .erx-help-guide,
  .erx-help-faq {
    padding-left: 0;
    padding-right: 40px;
    text-align: left;
    width: 100%;
  }
  .erx-help-mobile-title {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
  }
}

@media (min-width: 993px) {
  #erx-hp-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-homepage.jpg");
  }
}

@media (max-width: 992px) {
  #erx-hp-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-homepage-mobile.jpg");
  }
}

#erx-hp-hero .erx-hero-text p:first-of-type {
  margin-bottom: 20px;
}

#erx-hp-hero {
  margin-bottom: 0;
}

@media (min-width: 993px) {
  #erx-hp-video {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 768px) {
  #erx-hp-video #erx-fw-video {
    margin-bottom: 0;
  }
}

#erx-fw-video,
#erx-fw-featured-families-video {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-fw-video.border--left:before,
#erx-fw-featured-families-video.border--left:before {
  background-image: url("../img/revamp/border-long.png");
}
#erx-fw-video .erx-three-columns-container,
#erx-fw-featured-families-video .erx-three-columns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#erx-fw-video .erx-three-columns-content,
#erx-fw-featured-families-video .erx-three-columns-content {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  #erx-fw-video .erx-three-columns-content,
  #erx-fw-featured-families-video .erx-three-columns-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#erx-fw-video .erx-three-columns-column,
#erx-fw-featured-families-video .erx-three-columns-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 31%;
}
#erx-fw-video .erx-three-columns-column:first-of-type,
#erx-fw-featured-families-video .erx-three-columns-column:first-of-type {
  margin-right: 4%;
}
#erx-fw-video .erx-three-columns-column:last-of-type,
#erx-fw-featured-families-video .erx-three-columns-column:last-of-type {
  margin-left: 4%;
}
@media (min-width: 993px) {
  #erx-fw-video .erx-three-columns-column h4,
  #erx-fw-featured-families-video .erx-three-columns-column h4 {
    margin-bottom: 20px;
  }
}
#erx-fw-video .erx-three-columns-column p,
#erx-fw-featured-families-video .erx-three-columns-column p {
  font-size: 0.875em;
  margin-bottom: 20px;
}
#erx-fw-video .erx-three-columns-column a,
#erx-fw-featured-families-video .erx-three-columns-column a {
  display: inline-block;
}
#erx-fw-video .erx-three-columns-column-icon,
#erx-fw-featured-families-video .erx-three-columns-column-icon {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 40px;
  max-width: 160px;
}
#erx-fw-video .erx-three-columns-column-icon img,
#erx-fw-featured-families-video .erx-three-columns-column-icon img {
  width: 100%;
}
@media (max-width: 768px) {
  #erx-fw-video,
  #erx-fw-featured-families-video {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 50px;
    text-align: left;
  }
  #erx-fw-video .erx-three-columns-column-icon,
  #erx-fw-featured-families-video .erx-three-columns-column-icon {
    height: auto;
    margin: 0 40px 0 0;
  }
  #erx-fw-video .erx-three-columns-column-header,
  #erx-fw-featured-families-video .erx-three-columns-column-header {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    max-width: 250px;
  }
  #erx-fw-video .erx-three-columns-column-header h2,
  #erx-fw-featured-families-video .erx-three-columns-column-header h2 {
    font-size: 1.75em;
  }
}
#erx-fw-video .three-columns-footnote,
#erx-fw-featured-families-video .three-columns-footnote {
  display: block;
  font-size: 0.75em;
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-fw-video .three-columns-footnote,
  #erx-fw-featured-families-video .three-columns-footnote {
    margin-bottom: 10px;
  }
}
@media (min-width: 993px) {
  #erx-fw-video .erx-three-columns-container,
  #erx-fw-featured-families-video .erx-three-columns-container {
    padding-left: 0;
    padding-right: 30px;
  }
  #erx-fw-video .erx-three-columns-container:before,
  #erx-fw-featured-families-video .erx-three-columns-container:before {
    content: none;
  }
}
@media (max-width: 992px) {
  #erx-fw-video .erx-three-columns-container,
  #erx-fw-featured-families-video .erx-three-columns-container {
    padding: 20px 44px 20px 64px;
  }
  #erx-fw-video .erx-three-columns-content,
  #erx-fw-featured-families-video .erx-three-columns-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #erx-fw-video .erx-three-columns-column,
  #erx-fw-featured-families-video .erx-three-columns-column {
    text-align: left;
    width: 100%;
  }
  #erx-fw-video .erx-three-columns-column:first-of-type,
  #erx-fw-video .erx-three-columns-column:last-of-type,
  #erx-fw-featured-families-video .erx-three-columns-column:first-of-type,
  #erx-fw-featured-families-video .erx-three-columns-column:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
  #erx-fw-video .erx-three-columns-column-icon,
  #erx-fw-featured-families-video .erx-three-columns-column-icon {
    height: auto;
    margin: 0;
  }
  #erx-fw-video .erx-three-columns-title,
  #erx-fw-featured-families-video .erx-three-columns-title {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 32px;
    padding-right: 20px;
    width: 100%;
  }
  #erx-fw-video .erx-three-columns-title h4,
  #erx-fw-featured-families-video .erx-three-columns-title h4 {
    margin-left: 30px;
    text-align: left;
  }
  #erx-fw-video p,
  #erx-fw-featured-families-video p {
    text-align: left;
  }
}

@media (min-width: 993px) {
  #erx-stats-homepage {
    background-image: url("../img/revamp/bg-circles-left.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 32px;
  }
}

#erx-stats-homepage > div {
  max-width: 1600px;
}
@media (min-width: 993px) {
  #erx-stats-homepage > div {
    margin: 72px auto;
    padding-right: 64px;
  }
}

#erx-stats-homepage .border--right:after {
  background-image: url("../img/revamp/border-long-2.png");
}

@media (max-width: 992px) {
  #erx-stats-homepage #erx-stats.border--right:after {
    background-image: url("../img/revamp/border-long-2.png");
    background-position: bottom;
  }
}

#erx-testimonial {
  margin-bottom: 72px;
}
#erx-testimonial .erx-testimonial-content {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  padding: 60px 0 0;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-testimonial .erx-testimonial-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
#erx-testimonial .erx-testimonial-content .erx-testimonial-image {
  width: 60%;
}
#erx-testimonial .erx-testimonial-content .erx-testimonial-image img {
  display: block;
  width: 100%;
}
#erx-testimonial .erx-testimonial-content .erx-testimonial-image .mobile-circles {
  position: relative;
}
@media (min-width: 993px) {
  #erx-testimonial .erx-testimonial-content .erx-testimonial-image .mobile-circles {
    display: none !important;
  }
}
@media (max-width: 992px) {
  #erx-testimonial .erx-testimonial-content .erx-testimonial-image {
    margin-bottom: 50px;
    width: 100%;
  }
}
#erx-testimonial .erx-testimonial-content .erx-testimonial-text-and-link {
  margin-left: 44px;
  padding-top: 20px;
  width: 40%;
}
@media (max-width: 992px) {
  #erx-testimonial .erx-testimonial-content .erx-testimonial-text-and-link {
    margin: 0;
    padding: 0 40px;
    text-align: center;
    width: 100%;
  }
}
#erx-testimonial .erx-testimonial-content .erx-testimonial-text-and-link .erx-testimonial-text-container {
  max-width: 400px;
}
#erx-testimonial
.erx-testimonial-content
.erx-testimonial-text-and-link
.erx-testimonial-text-container
p.testimonial-quote {
  font-size: 1.75em;
  margin-bottom: 40px;
}
#erx-testimonial
.erx-testimonial-content
.erx-testimonial-text-and-link
.erx-testimonial-text-container
p.testimonial-name {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
#erx-testimonial
.erx-testimonial-content
.erx-testimonial-text-and-link
.erx-testimonial-text-container
p:not(.testimonial-name):not(.testimonial-quote) {
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #erx-testimonial .erx-testimonial-content .erx-testimonial-text-and-link .erx-testimonial-text-container {
    margin: 0 auto;
    max-width: 560px;
    text-align: center;
    width: 100%;
  }
  #erx-testimonial
  .erx-testimonial-content
  .erx-testimonial-text-and-link
  .erx-testimonial-text-container
  p.testimonial-quote {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  #erx-testimonial .erx-testimonial-content .erx-testimonial-text-and-link .erx-testimonial-link {
    font-size: 1.25em !important;
  }
}

#erx-as-featured {
  margin: 0 auto;
  max-width: 1600px;
  padding: 100px 32px;
}
#erx-as-featured .as-featured-title {
  margin: 0 auto 10px;
  text-align: center;
}
#erx-as-featured .as-featured-image-row {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
}
@media (max-width: 768px) {
  #erx-as-featured .as-featured-image-row {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 380px;
    padding: 0;
    text-align: center;
  }
}
#erx-as-featured .as-featured-image {
  margin: 0 20px;
}
#erx-as-featured .as-featured-image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #erx-as-featured .as-featured-image {
    margin: 30px 4% 0 0;
    width: 27%;
  }
}

@media (min-width: 993px) {
  #erx-treatment-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-treatment.jpg");
  }
}

@media (max-width: 992px) {
  #erx-treatment-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-treatment-mobile.jpg");
  }
}

@media (max-width: 992px) {
  #erx-treatment-hero .erx-hero-left-column {
    background-position: center 40%;
  }
}

@media (min-width: 993px) {
  #erx-get-started-container {
    padding: 0 32px;
  }
}

@media (max-width: 992px) {
  #erx-fw-video.erx-get-started {
    margin-bottom: 0;
  }
}

#erx-play-description {
  background-image: url("../img/revamp/bg-circles-right.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
@media (min-width: 993px) {
  #erx-play-description {
    padding: 0 32px;
  }
}
#erx-play-description > div {
  margin: 0 auto;
  max-width: 1600px;
  padding: 72px 0 0;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-play-description > div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
#erx-play-description-spacing.border--left h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  #erx-play-description-spacing.border--left h2 {
    padding-top: 30px;
  }
}
@media (min-width: 993px) {
  #erx-play-description-spacing.border--left:before {
    content: none;
  }
}
@media (max-width: 992px) {
  #erx-play-description-spacing.border--left {
    margin-left: 0;
    padding-right: 40px;
  }
}
#erx-play-description .erx-play-boxes {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #erx-play-description .erx-play-boxes {
    display: block;
  }
}
#erx-play-description .erx-play-box {
  width: 48%;
}
#erx-play-description .erx-play-box:first-of-type {
  margin-right: 2%;
}
#erx-play-description .erx-play-box:last-of-type {
  margin-left: 2%;
}
#erx-play-description .erx-play-box .image-container {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #erx-play-description .erx-play-box {
    width: 100%;
  }
  #erx-play-description .erx-play-box:first-of-type,
  #erx-play-description .erx-play-box:last-of-type {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
#erx-play-description .erx-play-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}
#erx-play-description .erx-play-hero .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 60%;
}
#erx-play-description .erx-play-hero-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 993px) {
  #erx-play-description .erx-play-hero-content {
    background-image: url("../img/revamp/bg-treatment-text.png");
    background-position: 60% 90%;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
#erx-play-description .erx-play-hero-text {
  max-width: 350px;
  padding: 32px;
}
@media (min-width: 993px) {
  #erx-play-description .erx-play-hero-text {
    margin-top: 80px;
  }
}
#erx-play-description .erx-play-hero-text .text--teal {
  font-weight: 700;
}
#erx-play-description .erx-play-hero-text h2 {
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  #erx-play-description .erx-play-hero {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #erx-play-description .erx-play-hero-text {
    width: 100%;
  }
  #erx-play-description .erx-play-hero .img-container {
    width: 80%;
  }
  #erx-play-description .erx-play-hero-text {
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  #erx-play-description {
    background-position: 100% 95%;
    background-size: auto 450px;
    padding-left: 0;
    padding-right: 0;
  }
}

#erx-journey h2 {
  margin-bottom: 20px;
  max-width: 410px;
}
@media (min-width: 769px) {
  #erx-journey h2 {
    margin-bottom: 40px;
  }
}

#erx-journey h4 {
  color: #42dba2;
}

#erx-journey .mobile-border {
  margin: 0 auto 40px;
  max-width: 400px;
  width: 100%;
}
#erx-journey .mobile-border img {
  width: 100%;
}
@media (min-width: 769px) {
  #erx-journey .mobile-border {
    display: none;
  }
}

#erx-routine .erx-numbered-list-left {
  background-image: url("../img/revamp/treatment-routine.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

#erx-routine .erx-numbered-list-right li:last-of-type {
  margin-bottom: 0;
}

#erx-routine h5 {
  font-size: 1.125em;
}

@media (max-width: 992px) {
  #erx-routine h3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  #erx-routine .desktop-border {
    display: none;
  }
}

@media (min-width: 993px) {
  #erx-routine .button-container {
    text-align: left;
  }
}

#erx-tryout {
  background-color: #f6f6f7;
  padding: 72px 32px;
}
@media (min-width: 993px) {
  #erx-tryout .erx-separated-column-left {
    width: 40%;
  }
  #erx-tryout .erx-separated-column-left-content {
    margin-left: auto;
    margin-right: 40px;
    max-width: 320px;
  }
  #erx-tryout .erx-separated-column-right {
    width: 60%;
  }
}
#erx-tryout .erx-tryout-criteria {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#erx-tryout .criteria {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 40px;
  padding-right: 20px;
  position: relative;
  width: 50%;
}
#erx-tryout .criteria p {
  margin-bottom: 0;
  padding-left: 40px;
}
#erx-tryout .criteria:before {
  align-items: center;
  background-color: #000000;
  border-radius: 50px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #42dba2;
  content: url("../img/revamp/icon-checkmark.png");
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 1.1em;
  height: 31px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}
@media (max-width: 992px) {
  #erx-tryout {
    padding: 10px 32px;
  }
}
@media (max-width: 540px) {
  #erx-tryout .erx-tryout-criteria {
    display: block;
  }
  #erx-tryout .criteria {
    width: 100%;
  }
}

#erx-featured-families-container {
  background-position: 150% -30px;
}
@media (min-width: 993px) {
  #erx-featured-families-container {
    padding: 0 32px;
  }
}

.featured-families {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .featured-families {
    margin-bottom: 0 !important;
  }
}
.featured-families#erx-fw-featured-families-video {
  padding-top: 0;
}

@media (min-width: 993px) {
  #erx-featured-families .border--left:before {
    content: none;
  }
}

#erx-featured-families .erx-video-container-text p {
  margin-bottom: 10px;
}

#erx-featured-families .erx-video-container-text .link--text {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  #erx-featured-families .erx-video-container-text {
    padding: 32px 32px 12px;
  }
}

#erx-featured-families .erx-help-section {
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 993px) {
  #erx-featured-families .erx-help-section {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}

#erx-featured-families .erx-help-faq,
#erx-featured-families .erx-help-guide {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#erx-form-new.erx-treatment-form h2 {
  max-width: 670px;
}

@media (max-width: 768px) {
  #erx-discover-research .erx-teal-banner-text {
    padding: 0;
  }
  #erx-discover-research .width-container {
    padding: 32px 32px 0;
  }
}

#erx-regulations {
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 993px) {
  #erx-regulations {
    padding: 50px 32px;
  }
}
@media (max-width: 992px) {
  #erx-regulations {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  #erx-regulations {
    padding: 30px 0;
  }
}
#erx-regulations .erx-regulations-right {
  text-align: right;
}
#erx-regulations .erx-regulations-back {
  display: inline-block;
  font-family: "Maax Akili", sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 2;
  margin: 0 auto 72px;
  max-width: 1600px;
  max-width: 90%;
  padding-left: 64px;
  position: relative;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#erx-regulations .erx-regulations-back a {
  color: #0f9768;
  position: relative;
  -webkit-text-decoration: dotted underline !important;
  text-decoration: dotted underline !important;
  text-underline-offset: 5px;
}
#erx-regulations .erx-regulations-back a:before {
  background-image: url("../img/revamp/green-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  left: -25px;
  position: absolute;
  top: 0px;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 20px;
}
#erx-regulations .erx-regulations-back a:hover {
  color: #000000;
}
#erx-regulations .erx-regulations-back a:hover:before {
  -webkit-transform: scale(-1.25);
  -ms-transform: scale(-1.25);
  transform: scale(-1.25);
}
@media (max-width: 768px) {
  #erx-regulations .erx-regulations-back {
    margin-bottom: 40px;
  }
}
#erx-regulations .border--left:before {
  background-image: url("../img/revamp/left-border-desktop.png");
}
@media (max-width: 768px) {
  #erx-regulations .border--left:before {
    background-image: url("../img/revamp/left-border-mobile.png");
  }
}
#erx-regulations .erx-regulations-text-container {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text h3 {
  font-weight: unset;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  #erx-regulations .erx-regulations-text-container .erx-regulations-text h3 {
    margin-bottom: 40px;
  }
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text h5 {
  font-weight: 450;
  margin-bottom: 10px;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text p {
  line-height: 1.5;
  margin-bottom: 40px;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text ul {
  list-style-type: disc;
  margin-bottom: 40px;
  margin-left: 20px;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text li {
  line-height: 1.5;
  margin-bottom: 10px;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text .instructions-box {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text .instructions-box > p:first-of-type {
  margin-bottom: 0px;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text .instructions-note {
  font-size: 0.75em;
  margin-bottom: 10px;
  max-width: 450px;
}
#erx-regulations .erx-regulations-text-container .erx-regulations-text .instructions-prescription {
  font-size: 0.875em;
  margin-bottom: 10px;
}

@media (min-width: 993px) {
  #erx-prescription-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-prescription.jpg");
  }
}

@media (max-width: 992px) {
  #erx-prescription-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-prescription-mobile.jpg");
  }
}

#erx-prescription-hero .erx-hero-text {
  text-align: left;
}
#erx-prescription-hero .erx-hero-text h1 {
  font-size: 2em;
}
#erx-prescription-hero .erx-hero-text p {
  margin-bottom: 20px;
  max-width: 100%;
}

#erx-prescription-hero .erx-footnote {
  width: 100%;
}

#erx-prescription-stats-container {
  margin: 0 auto;
  max-width: 1600px;
}

#erx-prescription-stats.border--right:after {
  background-image: url("../img/revamp/border-short.png");
}

#erx-prescription-stats h3 {
  margin: 40px auto 20px;
  max-width: 600px;
}

@media (max-width: 992px) {
  #erx-prescription-stats .erx-stats-content {
    margin-top: 32px;
  }
}

@media (min-width: 769px) {
  #erx-prescription-stats .erx-stats-content > p {
    padding: 20px;
  }
}

#erx-prescription-stats p:not(.erx-stats-footnote) {
  margin: 0 auto 40px;
  max-width: 600px;
}

@media (max-width: 768px) {
  #erx-prescription-stats .stat1,
  #erx-prescription-stats .stat2,
  #erx-prescription-stats .stat3 {
    margin-bottom: -10px;
  }
}

#erx-prescription-stats .stat1:before,
#erx-prescription-stats .stat2:before,
#erx-prescription-stats .stat3:before {
  content: none;
}

#erx-prescription-stats .stat1 p,
#erx-prescription-stats .stat2 p,
#erx-prescription-stats .stat3 p {
  margin-bottom: 0;
  max-width: 220px;
}
@media (max-width: 992px) {
  #erx-prescription-stats .stat1 p,
  #erx-prescription-stats .stat2 p,
  #erx-prescription-stats .stat3 p {
    max-width: 140px;
  }
}

#erx-prescription-getting-started-hero h1 {
  margin-bottom: 20px;
}

#erx-prescription-getting-started-hero h4 {
  font-weight: normal;
  margin-bottom: 40px;
}

#erx-prescription-getting-started-hero ul {
  counter-reset: numbers;
  list-style: none;
}
#erx-prescription-getting-started-hero ul li {
  margin-bottom: 20px;
}
#erx-prescription-getting-started-hero ul li:before {
  color: #0f9768;
  content: counter(numbers) ") ";
  counter-increment: numbers;
}

#erx-prescription-getting-started-hero .button-container {
  margin: 40px auto 20px;
  max-width: 374px;
}

@media (max-width: 992px) {
  #erx-prescription-getting-started-hero {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 993px) {
  #erx-insurance {
    background-image: url(../img/revamp/bg-circles-corner.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 390px;
    margin-bottom: 0;
    padding: 32px 32px 96px;
  }
}

#erx-insurance h2 {
  font-size: 3em;
}

#erx-insurance .erx-separated-column-right-content {
  max-width: 500px;
  width: 100%;
}
@media (min-width: 993px) {
  #erx-insurance .erx-separated-column-right-content {
    margin-right: auto;
  }
}
#erx-insurance .erx-separated-column-right-content h3 {
  max-width: 340px;
}

#erx-prescription-get-started.erx-numbered-list-container {
  counter-reset: numberedList;
}
#erx-prescription-get-started.erx-numbered-list-container .erx-numbered-list-left {
  background-image: url("../img/revamp/prescription-get-started-2.jpg");
}
#erx-prescription-get-started.erx-numbered-list-container .erx-numbered-list-right .image-container {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #erx-prescription-get-started.erx-numbered-list-container .erx-numbered-list-right .image-container {
    display: none !important;
  }
}
#erx-prescription-get-started.erx-numbered-list-container .erx-numbered-list-right li:before {
  align-items: center;
  background-color: #0f9768;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #ffffff;
  content: counter(numberedList);
  counter-increment: numberedList;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: "Maax Akili", sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 27px;
  justify-content: center;
  left: -32px;
  line-height: 32px;
  padding-bottom: 3px;
  position: absolute;
  top: -3px;
  width: 28px;
}

@media (min-width: 1024px) {
  #erx-prescription-get-started .erx-numbered-list-right {
    padding: 0 96px;
  }
}

@media (min-width: 993px) {
  #erx-prescription-get-started .border--right {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  #erx-prescription-help h4 {
    font-size: 1.5em;
  }
}

#erx-prescription-help .erx-info-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#erx-prescription-getting-started-help.erx-info-columns-container {
  padding: 32px;
}

#erx-prescription-getting-started-help .image-container {
  margin: 0 auto;
  max-width: 160px;
}

#erx-prescription-getting-started-help .erx-help-guide,
#erx-prescription-getting-started-help .erx-help-faq {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  text-align: center;
}

#erx-prescription-getting-started-circles img {
  display: block;
  margin: 0 auto;
  max-width: 828px;
  position: relative;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 100%;
}

@media (min-width: 993px) {
  #erx-prescription-getting-started-circles {
    display: none;
  }
}

#erx-form-new.erx-pescription-getting-started-form #erx-form-content-container h2 {
  max-width: 570px;
}

#erx-form-new.erx-research-form #erx-form-content-container h2 {
  max-width: 660px;
}

@media (max-width: 768px) {
  #erx-teal-banner-virtual-consult .image-container {
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
  }
  #erx-teal-banner-virtual-consult .erx-teal-banner-text {
    padding: 0;
  }
  #erx-teal-banner-virtual-consult .erx-teal-banner-text p {
    margin-bottom: 10px;
  }
  #erx-teal-banner-virtual-consult .width-container {
    padding: 32px 32px 0;
  }
  #erx-teal-banner-virtual-consult .link--button {
    margin-bottom: 0;
  }
}

#erx-talk-video-container {
  margin-top: 64px;
}
@media (min-width: 993px) {
  #erx-talk-video-container {
    padding: 0 96px 0 32px;
  }
}
@media (max-width: 768px) {
  #erx-talk-video-container > #erx-fw-video {
    margin-bottom: 0;
  }
}

#erx-talk-info {
  margin: 40px auto;
}
@media (min-width: 993px) {
  #erx-talk-info {
    background-image: url("../img/revamp/bg-circles-left.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 330px;
    padding: 0 64px;
  }
}
#erx-talk-info > div {
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 993px) {
  #erx-talk-info .border--right {
    margin-right: -32px;
    padding-left: 32px;
  }
}
#erx-talk-info .border--right:after {
  background-image: url("../img/revamp/border-long-3.png");
}
@media (max-width: 992px) {
  #erx-talk-info .border--right {
    padding-top: 32px;
  }
}
@media (max-width: 992px) {
  #erx-talk-info {
    margin: 0 auto 40px;
  }
  #erx-talk-info .border--right {
    padding-left: 32px;
    padding-right: 52px;
  }
}
@media (max-width: 768px) {
  #erx-talk-info {
    margin: 0 0 40px;
  }
}

#erx-talk-hero .erx-hero-right-column {
  background-image: url("../img/revamp/ice-world.jpg");
  background-position: bottom;
  min-height: 30vw;
}

#erx-talk-hero .erx-hero-text {
  padding: 32px;
  text-align: left;
}
#erx-talk-hero .erx-hero-text p {
  margin-bottom: 20px;
  max-width: 100%;
}
#erx-talk-hero .erx-hero-text p:last-of-type {
  margin-bottom: 32px;
}
@media (min-width: 541px) {
  #erx-talk-hero .erx-hero-text a:first-of-type {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  #erx-talk-hero .erx-hero-text {
    text-align: center;
  }
}

@media (max-width: 992px) {
  #erx-talk-hero {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  #erx-talk-hero .erx-hero-left-column {
    padding-bottom: 0;
  }
  #erx-talk-hero .erx-hero-right-column {
    min-height: 50vw;
  }
  #erx-talk-hero .erx-hero-text {
    bottom: -40px;
    left: 0;
    margin-top: -40px;
    position: relative;
  }
}

#erx-have-more-questions .width-container {
  max-width: 560px;
}
#erx-have-more-questions .width-container p {
  margin-bottom: 0;
}
#erx-have-more-questions .width-container .link--button {
  margin-bottom: 0;
}

@media (min-width: 993px) {
  #erx-treatment-tips-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-treatment-tips.jpg");
  }
}

@media (max-width: 992px) {
  #erx-treatment-tips-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-treatment-tips-mobile.jpg");
  }
}

#erx-treatment-tips .two-columns-container {
  overflow: hidden;
  padding: 0 32px 60px;
}
#erx-treatment-tips .two-columns-container .image-container {
  margin: 0 auto;
}
@media (max-width: 992px) {
  #erx-treatment-tips .two-columns-container .image-container {
    margin: 0 auto -5px;
  }
}

#erx-treatment-tips .treatment-tip-last {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  max-width: 550px;
  padding: 50px;
  position: relative;
  width: 48%;
}
#erx-treatment-tips .treatment-tip-last h4 {
  margin-bottom: 20px;
}
#erx-treatment-tips .treatment-tip-last .erx-rotating-circle {
  height: 0;
  left: 50%;
  padding-top: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: -1;
}
#erx-treatment-tips .treatment-tip-last .erx-rotating-circle:before {
  background-image: url("../img/revamp/clinical-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 110%;
  left: -15px;
  position: absolute;
  top: 10%;
  width: 110%;
}
#erx-treatment-tips .treatment-tip-last .erx-rotating-circle:after {
  border: 3px solid #42dba2;
  border-bottom: 3px dotted #42dba2;
  border-radius: 50%;
  content: "";
  left: 0;
  padding-top: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
@media (max-width: 1400px) {
  #erx-treatment-tips .treatment-tip-last .erx-rotating-circle:after {
    border: 2px solid #42dba2;
    border-bottom: 2px dotted #42dba2;
  }
}
@media (max-width: 768px) {
  #erx-treatment-tips .treatment-tip-last .erx-rotating-circle {
    height: 110%;
    width: 110%;
  }
}
#erx-treatment-tips .treatment-tip-last:hover .erx-rotating-circle:after {
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
#erx-treatment-tips .treatment-tip-last .link--button {
  display: inline-block;
  margin-top: 0;
  max-width: 90%;
}
@media (max-width: 768px) {
  #erx-treatment-tips .treatment-tip-last {
    margin-bottom: 120px;
    margin-left: auto;
    padding: 20px;
    width: 100%;
  }
  #erx-treatment-tips .treatment-tip-last h4 {
    max-width: 300px;
  }
  #erx-treatment-tips .treatment-tip-last:before {
    height: 120%;
    padding-top: 0;
  }
  #erx-treatment-tips .treatment-tip-last:after {
    height: 400px;
    padding-top: 0;
    width: 400px;
  }
}

#erx-treatment-tips-testimonial > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

#erx-treatment-tips-testimonial .border--right:after {
  background-image: url("../img/revamp/border-short.png");
}

@media (min-width: 993px) {
  #erx-treatment-tips-testimonial {
    padding: 0 32px;
    position: relative;
  }
  #erx-treatment-tips-testimonial:before {
    background-image: url("../img/revamp/bg-circles-left.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1000px;
    left: 0;
    position: absolute;
    top: -600px;
    width: 100%;
    z-index: -1;
  }
  #erx-treatment-tips-testimonial .mobile-circles {
    display: none !important;
  }
}

#erx-treatment-tips-testimonial #erx-testimonial {
  margin-bottom: 0;
}
#erx-treatment-tips-testimonial #erx-testimonial .erx-testimonial-content {
  padding-top: 0;
}
@media (max-width: 992px) {
  #erx-treatment-tips-testimonial #erx-testimonial .erx-testimonial-content .erx-testimonial-image {
    margin-bottom: -10%;
  }
  #erx-treatment-tips-testimonial #erx-testimonial .erx-testimonial-content .erx-testimonial-image img:last-of-type {
    z-index: -1;
  }
}

@media (max-width: 992px) {
  #erx-treatment-tips-testimonial .erx-stats-container {
    margin-bottom: 32px;
  }
}

#erx-help-with-doctor {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (max-width: 992px) {
  #erx-help-with-doctor .erx-teal-banner-text {
    padding-bottom: 0;
  }
}

@media (min-width: 993px) {
  #erx-adhd-insight-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-adhd-insight.jpg");
  }
}

@media (max-width: 992px) {
  #erx-adhd-insight-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-adhd-insight-mobile.jpg");
  }
}

#erx-adhd-insight-hero .erx-app-links-container {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

#erx-adhd-insight {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-adhd-insight .image-container img {
  max-width: 100%;
  width: auto;
}
#erx-adhd-insight.erx-numbered-list-container .erx-numbered-list-left {
  background-image: url("../img/revamp/adhd-insight-phone.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}
#erx-adhd-insight.erx-numbered-list-container:not(.erx-hcp-adhd-insight) ul {
  padding-left: 0 !important;
}
#erx-adhd-insight.erx-numbered-list-container:not(.erx-hcp-adhd-insight) li:before {
  content: none;
}
#erx-adhd-insight.erx-numbered-list-container .erx-numbered-list-right {
  margin-right: 0;
  padding: 0 30px 30px;
  width: 50%;
}
@media (max-width: 992px) {
  #erx-adhd-insight.erx-numbered-list-container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #erx-adhd-insight.erx-numbered-list-container .erx-numbered-list-left,
  #erx-adhd-insight.erx-numbered-list-container .erx-numbered-list-right {
    width: 100%;
  }
  #erx-adhd-insight.erx-numbered-list-container .erx-numbered-list-left {
    min-height: 70vw;
  }
  #erx-adhd-insight.erx-numbered-list-container .erx-numbered-list-right ul {
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  #erx-adhd-insight.erx-numbered-list-container .erx-numbered-list-left {
    min-height: 90vw;
  }
}
#erx-adhd-insight .erx-app-links-container {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 540px) {
  #erx-adhd-insight .erx-app-links-container {
    display: block;
  }
}
#erx-adhd-insight .adhd-insight-logo {
  max-width: 50%;
}

#erx-vanderbilt {
  max-width: 700px;
  padding: 80px 32px;
  text-align: center;
}

.erx-app-links-container {
  width: 100%;
}
.erx-app-links-container a {
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 540px) {
  .erx-app-links-container a {
    display: block;
  }
}
.erx-app-links-container img {
  max-height: 42px;
  max-width: 100%;
  width: auto;
}
@media (min-width: 541px) {
  .erx-app-links-container img {
    margin-right: 10px;
  }
}
@media (max-width: 540px) {
  .erx-app-links-container a {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  .erx-app-links-container a:first-of-type {
    margin-right: 0;
  }
}

#erx-form-new.erx-adhd-insight-form #erx-form-content-container h2 {
  max-width: 670px;
}

#erx-reviews-hero {
  margin-bottom: 0;
}
#erx-reviews-hero .erx-hero-background {
  background-size: 100% 45vw;
}
@media (min-width: 1555px) {
  #erx-reviews-hero .erx-hero-background {
    background-size: 100% 700px;
  }
}
#erx-reviews-hero .erx-hero-text {
  margin-bottom: 40px;
  max-width: 1000px;
}
#erx-reviews-hero .erx-hero-text h1,
#erx-reviews-hero .erx-hero-text h4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
#erx-reviews-hero .erx-video-container {
  margin-bottom: 4%;
}
#erx-reviews-hero #erx-fw-video {
  margin-left: auto;
  margin-right: auto;
}
#erx-reviews-hero #erx-fw-video .erx-three-columns-content {
  max-width: 100%;
}
#erx-reviews-hero #erx-fw-video .erx-three-columns-title .erx-video-link-container:after {
  height: 50%;
  width: 50%;
}
@media (min-width: 993px) {
  #erx-reviews-hero #erx-fw-video .erx-three-columns-container {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  #erx-reviews-hero {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #erx-reviews-hero #erx-fw-video p {
    text-align: center;
  }
  #erx-reviews-hero .erx-hero-background {
    background-size: 100% 500px;
    padding: 0;
  }
  #erx-reviews-hero .erx-hero-text {
    display: block;
    margin: 40px;
    width: auto;
  }
  #erx-reviews-hero .erx-three-columns-column:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #erx-reviews-hero .erx-three-columns-title {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 0;
  }
  #erx-reviews-hero .erx-three-columns-title h4 {
    text-align: center;
  }
  #erx-reviews-hero #erx-fw-video .erx-three-columns-container {
    padding: 32px;
  }
}
#erx-reviews-hero .video-4-3 {
  padding-top: 75% !important;
}
@media (max-width: 540px) {
  #erx-reviews-hero h1 {
    font-size: 1.75em;
  }
}

@media (min-width: 993px) {
  #erx-more-reviews {
    padding: 0 32px;
  }
}

#erx-more-reviews > div {
  margin: 0 auto;
  max-width: 1600px;
}

@media (min-width: 993px) {
  #erx-more-reviews {
    background-image: url("../img/revamp/bg-circles-left.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
  }
}

#erx-more-reviews .border--right:after {
  background-image: url("../img/revamp/border-long.png");
}

#erx-more-reviews .image-container img {
  display: block;
}

@media (min-width: 993px) {
  #erx-more-reviews .image-container {
    display: none !important;
  }
}

@media (max-width: 992px) {
  #erx-more-reviews .erx-stats-container {
    display: none !important;
  }
}

#erx-more-reviews .erx-more-reviews-mobile-view {
  padding: 0 0 40px;
  text-align: center;
}
@media (min-width: 993px) {
  #erx-more-reviews .erx-more-reviews-mobile-view {
    display: none !important;
    padding: 40px 20px;
  }
}

#erx-more-reviews #erx-more-reviews-carousel {
  text-align: center;
}
#erx-more-reviews #erx-more-reviews-carousel .testimonial-quote {
  font-size: 1.75em;
  margin-bottom: 40px;
}
#erx-more-reviews #erx-more-reviews-carousel .testimonial-name {
  display: block;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
#erx-more-reviews #erx-more-reviews-carousel p:not(.testimonial-name):not(.testimonial-quote) {
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #erx-more-reviews #erx-more-reviews-carousel .erx-testimonial-text-container {
    padding: 20px;
  }
}

#erx-more-reviews #erx-testimonial {
  margin-bottom: 0;
}

#erx-more-reviews #erx-stats {
  margin-bottom: 64px;
}
#erx-more-reviews #erx-stats .erx-stat {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100% !important;
  padding: 0;
  text-align: left;
  width: 48% !important;
}
#erx-more-reviews #erx-stats .erx-stat:before,
#erx-more-reviews #erx-stats .erx-stat:after {
  content: none;
}
#erx-more-reviews #erx-stats .erx-stat:first-of-type {
  margin: 0 2% 0 0;
}
#erx-more-reviews #erx-stats .erx-stat:last-of-type {
  margin: 0 0 0 2%;
}
#erx-more-reviews #erx-stats .erx-stat .testimonial-quote {
  margin-bottom: 20px;
}
#erx-more-reviews #erx-stats .erx-stat .testimonial-name {
  font-size: 1.25em;
  margin-bottom: 0;
}
#erx-more-reviews #erx-stats .erx-stat p:not(.testimonial-quote) {
  font-style: italic;
}
#erx-more-reviews #erx-stats .erx-stat p {
  max-width: 100% !important;
}
#erx-more-reviews #erx-stats .erx-testimonial-text-container {
  padding-left: 20%;
}
#erx-more-reviews #erx-stats .stat1:before {
  background-image: url("../img/revamp/clinical-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 50%;
  padding-top: 450px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  z-index: -1;
}
#erx-more-reviews #erx-stats .stat1:after {
  border: 2px solid #42dba2;
  border-bottom: 2px dotted #42dba2;
  border-radius: 50%;
  content: "" !important;
  left: 50%;
  padding-top: 400px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(-5%, -75%);
  -ms-transform: rotate(-45deg) translate(-5%, -75%);
  transform: rotate(-45deg) translate(-5%, -75%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 400px;
  z-index: -1;
}
#erx-more-reviews #erx-stats .stat2 .erx-testimonial-text-container {
  margin-bottom: 40px;
}
#erx-more-reviews #erx-stats .stat2:before {
  background-image: url("../img/revamp/clinical-4.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  padding-top: 450px;
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 450px;
  z-index: -1;
}
#erx-more-reviews #erx-stats .stat2:after {
  border: 2px solid #42dba2;
  border-bottom: 2px dotted #42dba2;
  border-radius: 50%;
  content: "" !important;
  left: 50%;
  padding-top: 300px;
  position: absolute;
  top: 30%;
  -webkit-transform: rotate(-225deg) translate(-25%, 50%);
  -ms-transform: rotate(-225deg) translate(-25%, 50%);
  transform: rotate(-225deg) translate(-25%, 50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 300px;
  z-index: -1;
}

@media (min-width: 1401px) {
  #erx-more-reviews #erx-stats {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 400px;
    margin-top: 96px;
  }
  #erx-more-reviews #erx-stats .erx-stats {
    margin-bottom: 64px;
  }
}

@media (min-width: 993px) {
  #erx-more-reviews #erx-stats {
    margin-top: 64px;
  }
}

#erx-learn-more {
  text-align: center;
}
#erx-learn-more .width-container {
  margin: 0 auto;
  max-width: 670px;
}
#erx-learn-more .erx-teal-banner-text {
  width: 85%;
}
#erx-learn-more a {
  display: block;
  margin: 20px auto 0;
  max-width: 374px;
  text-align: center;
  width: 100%;
}
#erx-learn-more a img {
  width: 100%;
}
@media (max-width: 540px) {
  #erx-learn-more .erx-teal-banner-text {
    padding: 0;
    width: 100%;
  }
}

#erx-testimonial .erx-testimonial-text-container .testimonial-name {
  line-height: 1.3 !important;
}

#erx-testimonial .erx-testimonial-text-container .link--text {
  margin-top: 10px;
}

/* FAQ START */
@media (min-width: 993px) {
  #erx-faq-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-faq.jpg");
  }
}

@media (max-width: 992px) {
  #erx-faq-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-faq-mobile.jpg");
  }
}

#erx-faq-hero .erx-hero-right-column a {
  color: black;
}

#erx-faq-container .border--left:before,
#erx-faq-container .border--right:after {
  background-image: url("../img/revamp/border-short.png");
}

#erx-faq-container.border--left {
  padding-left: 0;
}
#erx-faq-container.border--left > div {
  padding: 0 32px;
}
@media (min-width: 769px) {
  #erx-faq-container.border--left:before {
    content: none;
  }
}
@media (max-width: 992px) {
  #erx-faq-container.border--left {
    padding-right: 0 !important;
  }
}
#erx-faq-container.border--left:before {
  background-image: url("../img/revamp/border-extra-long.png");
}

#erx-faq-most-popular .border--left:before,
#erx-faq-support .border--left:before,
#erx-faq-works .border--left:before {
  content: none;
}

@media (max-width: 768px) {
  #erx-faq-most-popular .border--right:after,
  #erx-faq-support .border--right:after,
  #erx-faq-works .border--right:after {
    content: none;
  }
}

#erx-faq-erx-insight .border--right:after,
#erx-faq-general .border--right:after,
#erx-faq-technical .border--right:after {
  content: none;
}

@media (max-width: 768px) {
  #erx-faq-erx-insight .border--left:before,
  #erx-faq-general .border--left:before,
  #erx-faq-technical .border--left:before {
    content: none;
  }
}

.erx-faq-section {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 0 50px;
}
@media (max-width: 768px) {
  .erx-faq-section {
    padding: 0;
  }
}

.erx-faq-category-title {
  margin-bottom: 25px;
}
.erx-faq-category-title h2 {
  font-size: 2em;
}

@media (max-width: 768px) {
  .erx-faq-category {
    padding: 0;
  }
}

.erx-faq-category .erx-faq-box {
  padding-bottom: 20px;
}
.erx-faq-category .erx-faq-box ul {
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 20px;
}
.erx-faq-category .erx-faq-box .erx-faq-text {
  padding-right: 20px;
  position: relative;
}
.erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-question {
  font-weight: bold;
  margin-right: 20px;
  max-width: 800px;
}
@media (max-width: 992px) {
  .erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-question {
    margin-right: 30px;
  }
}
.erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-question:hover {
  cursor: pointer;
}
.erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-question:after {
  background-image: url("../img/revamp/faq-plus.png");
  background-size: 20px 20px;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-question.faq-active:after {
  background-image: url("../img/revamp/faq-minus.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}
.erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-answer {
  display: none;
  margin-right: 20px;
  max-width: 800px;
  padding-top: 20px;
  position: relative;
}
.erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-answer p {
  margin-bottom: 15px;
}
.erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-answer .faq-small {
  font-size: 0.75em;
}
.erx-faq-category .erx-faq-box .erx-faq-text .erx-faq-answer a {
  color: #000000;
  text-decoration: underline;
}

/* FAQ END */
#erx-news-hero .erx-hero-text {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  min-width: 500px;
  text-align: left;
  width: 500px;
}
@media (max-width: 992px) {
  #erx-news-hero .erx-hero-text {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    min-width: 0;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 993px) {
  #erx-news-hero .erx-hero-left-column {
    margin-left: auto;
    max-width: 500px;
  }
}

@media (min-width: 993px) {
  #erx-news-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-treatment-tips.jpg");
  }
}

@media (max-width: 992px) {
  #erx-news-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-treatment-tips-mobile.jpg");
  }
}

#erx-articles {
  margin-bottom: 80px;
  padding-bottom: 0;
  padding-top: 0;
}
#erx-articles .erx-info-image img {
  max-width: 100%;
  width: 100%;
}
#erx-articles .erx-info-column {
  padding: 0;
  text-align: left;
}
#erx-articles .erx-info-column p {
  margin-bottom: 20px;
}
@media (min-width: 993px) {
  #erx-articles {
    padding-left: 0;
  }
  #erx-articles:before {
    content: none;
  }
}
@media (max-width: 992px) {
  #erx-articles {
    margin-bottom: 40px;
  }
  #erx-articles .erx-info-columns {
    display: block;
  }
  #erx-articles .erx-info-column {
    width: 100%;
  }
  #erx-articles .erx-info-column:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#erx-articles.hcp-articles .erx-info-columns {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#erx-articles.hcp-articles .erx-info-column {
  margin: 0 0 32px;
}
#erx-articles.hcp-articles .erx-info-column:nth-child(3n + 2) {
  margin: 0 2% 32px;
}

@media (min-width: 993px) {
  #erx-news-container {
    padding: 0 32px;
  }
}

#erx-news {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
#erx-news .tablet-border {
  display: none;
}
@media (max-width: 992px) {
  #erx-news {
    padding-left: 0;
    padding-right: 0;
  }
  #erx-news .tablet-border {
    display: block;
  }
  #erx-news:before {
    content: none;
  }
}

#erx-connect {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}
#erx-connect .erx-connect-image {
  width: 60%;
}
#erx-connect .erx-connect-image img {
  width: 100%;
}
#erx-connect .erx-connect-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 400px;
  padding: 32px;
}
#erx-connect .erx-connect-text p {
  margin-bottom: 20px;
}
#erx-connect .erx-connect-links {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
#erx-connect .erx-connect-links a {
  display: inline-block;
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  #erx-connect {
    display: block;
  }
  #erx-connect .erx-connect-image {
    width: 100%;
  }
  #erx-connect .erx-connect-text {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  #erx-connect .erx-connect-links {
    text-align: center;
  }
  #erx-connect .erx-connect-links a {
    margin: 0 auto 10px;
  }
}

#erx-contact-us-hero {
  margin: 0;
}
@media (min-width: 993px) {
  #erx-contact-us-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-contact-us.jpg");
  }
}
@media (max-width: 992px) {
  #erx-contact-us-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-contact-us-mobile.jpg");
  }
}
#erx-contact-us-hero .erx-hero-right-column .erx-hero-text {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
@media (max-width: 992px) {
  #erx-contact-us-hero .erx-hero-right-column .erx-hero-text {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

/*.contact-form {*/
/*  background-color: white !important;*/
/*  background-image: url(../img/revamp/bg-circles-left.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  padding: 0 0 !important;*/
/*}*/
@media (min-width: 993px) {
  .contact-form .lines-background {
    background-position: 120%;
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 992px) {
  .contact-form {
    background-image: none;
  }
}
.contact-form .contact-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
  padding: 72px 32px;
}
@media (max-width: 992px) {
  .contact-form .contact-form-container {
    padding-top: 40px;
  }
}
.contact-form .contact-form-container .erx-contact-form-image {
  max-width: 1200px;
  width: 40%;
}
.contact-form .contact-form-container .erx-contact-form-image img {
  width: 100%;
}
@media (max-width: 992px) {
  .contact-form .contact-form-container .erx-contact-form-image {
    display: none;
  }
}

@media (min-width: 993px) {
  #erx-contact-us-hero.erx-cg-contact-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-contact-us-blue.jpg");
  }
}

@media (max-width: 992px) {
  #erx-contact-us-hero.erx-cg-contact-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-contact-us-blue-mobile.jpg");
  }
}

#erx-contact-us-hero.erx-cg-contact-hero .erx-hero-right-column {
  background-image: url("../img/revamp/bg-blue.png");
}

#erx-contact-us-hero.erx-cg-contact-hero .erx-hero-right-column .erx-hero-text img {
  display: block;
  margin-bottom: 10px;
  max-width: 340px;
  width: 100%;
}

@media (min-width: 993px) {
  /*#erx-form-new.erx-contact-cg-form {*/
  /*  background-image: url("../img/revamp/bg-circles-blue-left.png");*/
  /*}*/
}

#erx-form-new.erx-contact-cg-form h4 {
  margin-bottom: 32px;
  margin-top: 32px;
}

@media (min-width: 993px) {
  #erx-form-new.erx-contact-cg-form .lines-background {
    background-image: url("../img/revamp/bg-lines-blue.png");
  }
}

/*#erx-form-new.erx-contact-cg-form .erx-form-input-container input {*/
/*  border-color: #1140e9;*/
/*}*/

/*#erx-form-new.erx-contact-cg-form .erx-form-input-text-area textarea {*/
/*  border-color: #1140e9;*/
/*}*/

/*#erx-form-new.erx-contact-cg-form .erx-form-input-container input:focus,*/
/*#erx-form-new.erx-contact-cg-form .erx-form-input-container input:active,*/
/*#erx-form-new.erx-contact-cg-form .erx-form-input-text-area textarea:focus,*/
/*#erx-form-new.erx-contact-cg-form .erx-form-input-text-area textarea:active {*/
/*  background-color: #5775df;*/
/*}*/

@media (min-width: 993px) {
  #erx-mailing-list-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-mailing-list.jpg");
  }
}

@media (max-width: 992px) {
  #erx-mailing-list-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-mailing-list-mobile.jpg");
  }
}

.mailing-list-lines {
  padding-top: 0;
}

.erx-mailing-list-form {
  background-image: url("../img/revamp/bg-circles-left.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.erx-mailing-list-form#erx-form-new {
  background-color: transparent;
}
@media (max-width: 768px) {
  .erx-mailing-list-form {
    background-image: unset;
  }
}
.erx-mailing-list-form #lead-form-content-container .erx-form-lines {
  position: absolute;
  right: -800px;
  top: 10%;
  z-index: 0;
}
.erx-mailing-list-form #lead-form-content-container .erx-form-lines img {
  width: 100%;
}
@media (max-width: 992px) {
  .erx-mailing-list-form #lead-form-content-container .erx-form-lines {
    display: none;
  }
}

#erx-contact-doctor-hero {
  margin-bottom: 0;
}
@media (min-width: 993px) {
  #erx-contact-doctor-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-treatment.jpg");
  }
}
@media (max-width: 992px) {
  #erx-contact-doctor-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-treatment-mobile.jpg");
  }
}

.contact-doctor-lines {
  background-position: top right;
  background-size: 80%;
  padding-top: 0;
}

.erx-contact-doctor-form#erx-form-new {
  background-color: transparent;
  background-image: url("../img/revamp/bg-circles-left.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#erx-social-hero .erx-hero-text {
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  min-width: 500px;
  text-align: left;
  width: 500px;
}
@media (max-width: 992px) {
  #erx-social-hero .erx-hero-text {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    min-width: 0;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 993px) {
  #erx-social-hero .erx-hero-left-column {
    margin-left: auto;
    max-width: 500px;
  }
}

@media (min-width: 993px) {
  #erx-social-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-social-media.jpg");
  }
}

@media (max-width: 992px) {
  #erx-social-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-social-media-mobile.jpg");
  }
}

#erx-social-media {
  margin-bottom: 80px;
}
@media (min-width: 993px) {
  #erx-social-media {
    padding: 0 32px;
  }
}
#erx-social-media > div {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
#erx-social-media img {
  padding: 0 4px;
  width: 100%;
}
#erx-social-media .erx-social-media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
#erx-social-media .erx-social-block.block-large {
  width: 40%;
}
#erx-social-media .erx-social-block.block-medium {
  width: 40%;
}
#erx-social-media .erx-social-block.block-sm-top {
  width: 20%;
}
#erx-social-media .block-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#erx-social-media .block-medium > div {
  width: 50%;
}
#erx-social-media .block-sm-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#erx-social-media .block-sm-bottom > div {
  width: 50%;
}
@media (max-width: 768px) {
  #erx-social-media .erx-social-media-container {
    display: block;
  }
  #erx-social-media .erx-social-block.block-large,
  #erx-social-media .erx-social-block.block-medium,
  #erx-social-media .erx-social-block.block-sm-top {
    width: 100%;
  }
}

@media (min-width: 769px) {
  #erx-social-media .erx-social-mobile-show {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #erx-social-media .erx-social-mobile-hide {
    display: none !important;
  }
  #erx-social-media .erx-social-mobile {
    width: 33% !important;
  }
}

.optanon-alert-box-wrapper.hide-accept-button.hide-cookie-setting-button .optanon-alert-box-body {
  margin-left: 30px !important;
  margin-right: 53px !important;
}

main.neve-main {
  padding-top: 18px;
}

header #nv-primary-navigation-main > li.menu-item {
  border-radius: 20px;
}
header #nv-primary-navigation-main > li.menu-item:hover {
  background-color: #009768;
}
header #nv-primary-navigation-main > li.menu-item:hover .caret svg {
  fill: #ffffff;
  stroke: #ffffff;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
header #nv-primary-navigation-main > li.menu-item:hover a {
  color: #ffffff;
}
header #nv-primary-navigation-main > li.menu-item .wrap::after {
  content: none !important;
}

.hfg_header .header-main-inner .nav-ul .sub-menu {
  border: 1px solid #009768;
  border-radius: 20px;
  overflow: auto;
}
.hfg_header .header-main-inner .nav-ul .sub-menu li:hover {
  background-color: #b8fde3;
}
.hfg_header .header-main-inner .nav-ul .sub-menu li a {
  color: #000000;
}
.hfg_header .header-main-inner .nav-ul .sub-menu li a:after {
  content: none !important;
}

@media (min-width: 960px) {
  .desktop-right .builder-item--footer-menu,
  .desktop-right .component-wrap,
  .desktop-right .nav-ul,
  .desktop-right .nv-nav-wrap,
  .desktop-right .nv-search-icon-component,
  .desktop-right .site-logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.preheader {
  background-color: #f4f6f7;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.preheader-content {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 16px;
  margin: 0 auto;
  max-height: 36px;
  max-width: 1664px;
  padding: 10px 32px;
  text-align: left;
  width: 100%;
}
.preheader-content a {
  padding-left: 0 !important;
}

.preheader-content-links {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.preheader-content-links a {
  color: #000000;
  font-size: 12px;
  padding-right: 12px;
  text-align: left;
  text-decoration: underline;
}

.preheader-content-links a:hover {
  text-decoration: none;
}

.preheader-social-container {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.preheader-social-container a {
  display: block;
  margin-left: 20px;
  max-width: 24px;
}
.preheader-social-container a img {
  width: 100%;
}

@media (max-width: 650px) {
  .preheader-content {
    /*padding: 10px 5px;*/
    text-align: center;
  }
  .preheader-content-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .preheader-content-links a {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .hide-small-mobile {
    display: none !important;
  }
}

@media (max-width: 371px) {
  .preheader-content-links a {
    font-size: 8px;
  }
}

@media (max-width: 959px) {
  .header-menu-sidebar-inner .tablet-left .nav-ul .has-caret,
  .header-menu-sidebar-inner .tablet-left .nav-ul li a {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .style-border-bottom ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after,
  .style-border-top ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after,
  .style-full-height ul > li:not(.menu-item-nav-search):not(.menu-item-nav-cart) > a:after {
    content: none !important;
  }
  #nv-primary-navigation-sidebar {
    margin: 0 auto;
    max-width: 300px;
  }
  #nv-primary-navigation-sidebar > li {
    padding-bottom: 0;
  }
  header #nv-primary-navigation-sidebar li.menu-item {
    width: 100%;
  }
  header #nv-primary-navigation-sidebar li.menu-item:hover {
    background-color: #b8fde3;
  }
  .header-menu-sidebar-inner .nav-menu-primary .nav-ul > li > .sub-menu {
    font-weight: 500;
    padding-left: 20px;
    padding-right: 0;
  }
}

.footer-logo-erx,
.footer-logo-akili {
  margin-bottom: 0 !important;
}
.footer-logo-erx figure,
.footer-logo-akili figure {
  line-height: 1 !important;
}

body > .wrapper {
  font-family: "Maax Akili", sans-serif;
  margin-top: 82px;
}

@media (max-width: 959px) {
  body > .wrapper:not(.hcp-wrapper) {
    margin-top: 60px;
  }
}

.caret-wrap,
.caret-wrap .caret,
.caret-wrap svg {
  outline: none !important;
}

body > .wrapper.callout-bar-visible {
  margin-top: 100px;
}
@media (max-width: 992px) {
  body > .wrapper.callout-bar-visible {
    margin-top: 92px;
  }
}

/* ****************** */
/* HCP HOMEPAGE START */
/* ****************** */
@media (min-width: 993px) {
  #erx-hcp-hp-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-faq.jpg");
  }
}

@media (max-width: 992px) {
  #erx-hcp-hp-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-faq-mobile.jpg");
  }
}

#erx-hcp-hp-hero .erx-hero-text h3 {
  font-size: 1.75em;
  font-weight: 400;
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 400px) {
  #erx-hcp-hp-hero .erx-hero-text h3 {
    font-size: 1.25em;
  }
}

#erx-hcp-hp-hero .neuroscape-logo img {
  margin: 0 auto;
  max-width: 155px;
}

#erx-hcp-intro-info > div {
  margin: 0 auto;
  max-width: 1600px;
}

@media (min-width: 993px) {
  #erx-hcp-intro-info {
    padding: 0 96px 0 32px;
  }
}

@media (max-width: 992px) {
  #erx-hcp-intro-info .alternating-column-right {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #erx-hcp-intro-info .alternating-column-left {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  #erx-hcp-intro-info > #erx-fw-video {
    margin-bottom: 0;
  }
}

#erx-hcp-intro-info .alternating-column {
  text-align: left;
}
#erx-hcp-intro-info .alternating-column h2 {
  margin-bottom: 20px;
}
#erx-hcp-intro-info .alternating-column p:not(.erx-appstore-text):not(:last-of-type) {
  margin-bottom: 20px;
}
#erx-hcp-intro-info .alternating-column .erx-appstore-text {
  margin-bottom: 10px;
}
#erx-hcp-intro-info .alternating-column .erx-app-links-container a {
  text-align: left !important;
}
@media (max-width: 992px) {
  #erx-hcp-intro-info .alternating-column .erx-app-links-container a {
    margin-bottom: 20px;
  }
}

#erx-hcp-intro-info .video-container {
  height: 0;
  padding-top: 32.2%;
  position: relative;
  width: 60%;
}
#erx-hcp-intro-info .video-container img {
  width: 100%;
}
@media (min-width: 993px) {
  #erx-hcp-intro-info .video-container {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  #erx-hcp-intro-info .video-container {
    padding-top: 53.5%;
    width: 100%;
  }
}
#erx-hcp-intro-info .video-container a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
#erx-hcp-intro-info .video-container a:after {
  background-image: url("../img/revamp/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 100px;
}
@media (max-width: 992px) {
  #erx-hcp-intro-info .video-container a:after {
    height: min(100px, 50%);
    width: min(100px, 50%);
  }
}
#erx-hcp-intro-info .video-container iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 768px) {
  #erx-hcp-intro-info .border--left:before {
    background-image: url("../img/revamp/border-long-3.png");
  }
}

#erx-hcp-hp-info {
  margin-top: 64px;
}
#erx-hcp-hp-info > div {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-hcp-hp-info .erx-video-container-text {
  margin-bottom: 20px;
}
#erx-hcp-hp-info .erx-video-container-text p {
  margin-bottom: 20px;
}
#erx-hcp-hp-info .link--button {
  display: block;
  margin: 0 auto 40px;
}
@media (min-width: 993px) {
  #erx-hcp-hp-info .border--right.mobile-only {
    padding-right: 0;
  }
  #erx-hcp-hp-info .border--right.mobile-only:after {
    content: none;
  }
}
@media (max-width: 992px) {
  #erx-hcp-hp-info .border--right:not(.mobile-only) {
    padding-left: 0;
    padding-right: 0;
  }
  #erx-hcp-hp-info .border--right:not(.mobile-only):after {
    content: none;
  }
}
@media (min-width: 993px) {
  #erx-hcp-hp-info {
    background-image: url(../img/revamp/bg-circles-left.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 96px;
    padding: 0 32px 0 96px;
  }
}
@media (max-width: 992px) {
  #erx-hcp-hp-info {
    margin-top: 32px;
  }
  #erx-hcp-hp-info #erx-testimonial {
    margin-bottom: 32px;
  }
  #erx-hcp-hp-info #erx-testimonial .erx-testimonial-content .erx-testimonial-text-and-link {
    padding: 0 32px;
  }
  #erx-hcp-hp-info #erx-testimonial .erx-testimonial-image {
    margin-bottom: -50px;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  #erx-hcp-hp-info > #erx-fw-video {
    margin-bottom: 0;
  }
}
#erx-hcp-hp-info #erx-fw-video .video-container {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #erx-hcp-hp-info .border--right:after {
    background-image: url("../img/revamp/border-extra-long.png");
  }
}

#erx-hcp-stats {
  margin-bottom: 64px;
  text-align: center;
}
#erx-hcp-stats .erx-hcp-stats-boxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: max(-4vw, -100px);
  pointer-events: none;
}
@media (max-width: 768px) {
  #erx-hcp-stats .erx-hcp-stats-boxes-container {
    margin-bottom: -50px;
  }
}
#erx-hcp-stats .erx-hcp-stats-box {
  margin: 1.5%;
  position: relative;
  width: 30%;
}
#erx-hcp-stats .erx-hcp-stats-box img {
  width: 100%;
}
#erx-hcp-stats .erx-hcp-stats-box p {
  max-width: 340px;
  position: relative;
  top: max(-6vw, -105px);
}
#erx-hcp-stats .erx-hcp-stats-box span {
  font-weight: bold;
}
#erx-hcp-stats .erx-hcp-stats-box span.stat {
  display: block;
  font-size: min(9vw, 9em);
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#erx-hcp-stats .erx-hcp-stats-box span.stat-small {
  font-size: 0.35em;
  line-height: 0;
  position: relative;
  top: -18px;
  vertical-align: middle;
}
#erx-hcp-stats .erx-hcp-stats-box.hcp-stat-1 p {
  margin: 0 auto;
}
#erx-hcp-stats .erx-hcp-stats-box.hcp-stat-2 p {
  margin: 0 auto;
}
#erx-hcp-stats .erx-hcp-stats-box.hcp-stat-3 p {
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 768px) {
  #erx-hcp-stats .erx-hcp-stats-boxes-container {
    display: block;
  }
  #erx-hcp-stats .erx-hcp-stats-box {
    margin: 0 auto;
    width: min(300px, 100%);
  }
  #erx-hcp-stats .erx-hcp-stats-box p {
    max-width: 100%;
    top: max(-19vw, -5.2em);
  }
  #erx-hcp-stats .erx-hcp-stats-box span.stat {
    font-size: min(25vw, 7em);
  }
}

#erx-hcp-hp-video-container #erx-fw-video > div {
  width: 100%;
}

#erx-form-new.erx-hcp-hp-form #erx-form-content-container h2 {
  max-width: 870px;
}

/* **************** */
/* HCP HOMEPAGE END */
/* **************** */
/* ****************** */
/* HCP DISCOVER START */
/* ****************** */
#erx-hcp-discover-hero .erx-hero-left-column {
  background-position: top center;
}
@media (min-width: 993px) {
  #erx-hcp-discover-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-hcp-discover.jpg");
  }
}
@media (max-width: 992px) {
  #erx-hcp-discover-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-hcp-discover-mobile.jpg");
  }
}

@media (min-width: 993px) {
  #erx-hcp-discover-hero .erx-hero-text {
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}

@media (max-width: 1210px) {
  #erx-hcp-discover-hero .erx-hero-right-column h1 {
    font-size: 2.25em;
  }
}

@media (max-width: 460px) {
  #erx-hcp-discover-hero .erx-hero-right-column h1 {
    font-size: 2em;
  }
}

@media (min-width: 993px) {
  #erx-hcp-discover-hero .erx-hero-right-column,
  #erx-hcp-discover-hero .erx-hero-right-column .erx-hero-text {
    max-width: 510px;
  }
}

#erx-hcp-discover-info > div {
  margin: 0 auto;
  max-width: 1600px;
}

@media (min-width: 993px) {
  #erx-hcp-discover-info {
    padding: 0 32px;
  }
}

#erx-hcp-discover-info .alternating-column-left .alternating-column:first-of-type,
#erx-hcp-discover-info .alternating-column-right .alternating-column:first-of-type {
  margin-right: 2%;
  text-align: left;
  width: 38%;
}

#erx-hcp-discover-info .alternating-column-left .alternating-column:last-of-type,
#erx-hcp-discover-info .alternating-column-right .alternating-column:last-of-type {
  margin-left: 2%;
  text-align: left;
  width: 58%;
}

#erx-hcp-discover-info .alternating-column h2,
#erx-hcp-discover-info .alternating-column p:not(.erx-footnote),
#erx-hcp-discover-info .alternating-column .link--text {
  margin-bottom: 20px;
}

#erx-hcp-discover-info .alternating-column .erx-footnote {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  #erx-hcp-discover-info .alternating-column-left .alternating-column:first-of-type,
  #erx-hcp-discover-info .alternating-column-right .alternating-column:first-of-type {
    margin-right: 0;
    width: 100%;
  }
  #erx-hcp-discover-info .alternating-column-left .alternating-column:last-of-type,
  #erx-hcp-discover-info .alternating-column-right .alternating-column:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

#erx-hcp-discover-info ul {
  padding-left: 35px;
}
#erx-hcp-discover-info ul li {
  position: relative;
}
#erx-hcp-discover-info ul li:before {
  color: #42dba2;
  content: "•" !important;
  font-size: 4.5em;
  left: -32px;
  line-height: 0;
  position: absolute;
  top: 5px;
}

@media (max-width: 768px) {
  #erx-hcp-discover-info .border--left:before {
    background-image: url("../img/revamp/border-extra-long.png");
  }
}

#erx-hcp-discover-video {
  margin-bottom: 64px;
  margin-top: 64px;
  text-align: center;
}
#erx-hcp-discover-video > div {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-hcp-discover-video p {
  margin-bottom: 10px;
  text-align: center !important;
}
#erx-hcp-discover-video .erx-video-container-text {
  text-align: center;
}
@media (max-width: 992px) {
  #erx-hcp-discover-video {
    margin-bottom: 32px;
    margin-top: 32px;
  }
  #erx-hcp-discover-video .erx-video-link-container.video-container {
    margin-bottom: 20px;
  }
}
@media (min-width: 993px) {
  #erx-hcp-discover-video #erx-hcp-discover-video-container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  #erx-hcp-discover-video #erx-hcp-discover-video-container #erx-fw-video {
    display: block;
    padding-top: 0;
  }
  #erx-hcp-discover-video #erx-hcp-discover-video-container #erx-fw-video .erx-video-container-text {
    padding-top: 0;
  }
  #erx-hcp-discover-video #erx-hcp-discover-video-container #erx-fw-video .erx-app-links-container {
    text-align: center;
  }
  #erx-hcp-discover-video #erx-hcp-discover-video-container #erx-fw-video .erx-app-links-container a {
    margin-right: 0;
    margin-top: 10px;
  }
}
#erx-hcp-discover-video #erx-hcp-discover-video-container #erx-fw-video h2 {
  padding: 0 40px;
}
#erx-hcp-discover-video #erx-hcp-discover-video-container #erx-fw-video > p,
#erx-hcp-discover-video #erx-hcp-discover-video-container #erx-fw-video > .erx-footnote {
  padding: 0 20px;
}

#erx-adhd-insight.erx-hcp-adhd-insight h2,
#erx-adhd-insight.erx-hcp-adhd-insight h4 {
  margin-bottom: 20px;
}

@media (min-width: 993px) {
  #erx-adhd-insight.erx-hcp-adhd-insight .erx-app-links-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  #erx-adhd-insight.erx-hcp-adhd-insight .mobile-centered {
    text-align: center;
  }
}

#erx-adhd-insight.erx-hcp-adhd-insight ul {
  padding-left: 35px;
}
#erx-adhd-insight.erx-hcp-adhd-insight ul li {
  position: relative;
}
#erx-adhd-insight.erx-hcp-adhd-insight ul li:before {
  color: #ffcf3e;
  content: "•" !important;
  font-size: 4.5em;
  left: -40px;
  line-height: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 768px) {
  #erx-hcp-discover-research .erx-teal-banner-text {
    padding: 32px 0 0;
  }
  #erx-hcp-discover-research .erx-teal-banner-text .link--button {
    margin-bottom: 0;
  }
}

#erx-form-new.erx-hcp-discover-form #erx-form-content-container h2 {
  max-width: 870px;
}

/* **************** */
/* HCP DISCOVER END */
/* **************** */
/* ****************** */
/* HCP EFFICACY START */
/* ****************** */
@media (min-width: 993px) {
  #erx-hcp-efficacy-hero .erx-hero-text {
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    text-align: left;
  }
}

#erx-hcp-efficacy-hero .erx-hero-text h3 {
  font-size: 1.75em;
  font-weight: 400;
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-hcp-efficacy-hero .erx-hero-text h3 {
    font-size: 1.5em;
  }
}

@media (min-width: 993px) {
  #erx-hcp-efficacy-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-contact-us.jpg");
  }
}

@media (max-width: 992px) {
  #erx-hcp-efficacy-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-contact-us-mobile.jpg");
  }
}

#erx-hcp-efficacy-info {
  margin-bottom: 64px;
}
#erx-hcp-efficacy-info > div {
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 993px) {
  #erx-hcp-efficacy-info {
    padding: 0 32px;
  }
}
#erx-hcp-efficacy-info #erx-hcp-stats {
  font-size: 16px;
}
#erx-hcp-efficacy-info #erx-hcp-stats > .stats-subtitle {
  font-size: 1.25em;
  margin: 10px auto 20px;
  max-width: 700px;
}
#erx-hcp-efficacy-info .link--button {
  display: block;
  margin: 30px auto;
}
#erx-hcp-efficacy-info .footnote-container {
  margin-bottom: 40px;
}
#erx-hcp-efficacy-info .footnote-container p {
  margin-bottom: 0;
}
@media (min-width: 993px) {
  #erx-hcp-efficacy-info .border--left.mobile-only {
    padding-left: 0;
  }
  #erx-hcp-efficacy-info .border--left.mobile-only:before {
    content: none;
  }
}
@media (max-width: 992px) {
  #erx-hcp-efficacy-info .border--left:not(.mobile-only) {
    padding-left: 0;
    padding-right: 0;
  }
  #erx-hcp-efficacy-info .border--left:not(.mobile-only):before {
    content: none;
  }
}
@media (max-width: 768px) {
  #erx-hcp-efficacy-info .border--left:before {
    background-image: url("../img/revamp/border-extra-long.png");
  }
}

#erx-hcp-efficacy-data {
  margin-bottom: 40px;
}
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 32px;
}
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container > div {
  width: 48%;
}
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container > div:first-of-type {
  margin-right: 2%;
}
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container > div:last-of-type {
  margin-left: 2%;
}
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container > div > div:first-of-type img {
  width: 100%;
}
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container h2,
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container p {
  margin-bottom: 20px;
}
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container .tova-graph-container {
  padding: 0 32px;
}
#erx-hcp-efficacy-data .erx-hcp-efficacy-data-container .tova-graph-container img {
  width: 100%;
}
@media (max-width: 992px) {
  #erx-hcp-efficacy-data .erx-hcp-efficacy-data-container .tova-graph-container img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  #erx-hcp-efficacy-data .erx-hcp-efficacy-data-container {
    display: block;
  }
  #erx-hcp-efficacy-data .erx-hcp-efficacy-data-container > div {
    width: 100%;
  }
  #erx-hcp-efficacy-data .erx-hcp-efficacy-data-container > div:first-of-type,
  #erx-hcp-efficacy-data .erx-hcp-efficacy-data-container > div:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}
#erx-hcp-efficacy-data .erx-footnote {
  margin-bottom: 10px;
}
#erx-hcp-efficacy-data .data-text-container {
  margin-top: 20px;
}
@media (max-width: 992px) {
  #erx-hcp-efficacy-data {
    padding: 0;
  }
  #erx-hcp-efficacy-data .data-text-container,
  #erx-hcp-efficacy-data .erx-footnote {
    padding: 0 32px;
  }
  #erx-hcp-efficacy-data .data-text-container h2 {
    font-size: 2em;
  }
}

#erx-hcp-efficacy-graphs {
  margin-bottom: 40px;
}
#erx-hcp-efficacy-graphs h2,
#erx-hcp-efficacy-graphs p:not(.erx-footnote) {
  margin-bottom: 20px;
}
#erx-hcp-efficacy-graphs .erx-footnote {
  text-align: center;
}
#erx-hcp-efficacy-graphs .button-container {
  margin: 40px 0 20px;
}
#erx-hcp-efficacy-graphs .button-container .link--button {
  display: block;
  margin: 30px auto;
}
#erx-hcp-efficacy-graphs .erx-hcp-graphs-desktop {
  margin-bottom: 40px;
  margin-top: 64px;
}
#erx-hcp-efficacy-graphs .erx-hcp-graphs-container img {
  display: block;
  margin: 0 auto 20px;
  max-width: 400px;
  width: 100%;
}
#erx-hcp-efficacy-graphs .erx-hcp-graphs-desktop img {
  width: 100%;
}
@media (max-width: 768px) {
  #erx-hcp-efficacy-graphs .erx-hcp-graphs-desktop {
    display: none;
  }
}
#erx-hcp-efficacy-graphs .erx-hcp-graphs-mobile {
  display: none;
}
@media (max-width: 768px) {
  #erx-hcp-efficacy-graphs .erx-hcp-graphs-mobile {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  #erx-hcp-efficacy-graphs {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  #erx-hcp-efficacy-reports .erx-teal-banner-text {
    padding: 32px 0 0;
  }
  #erx-hcp-efficacy-reports .link--button {
    margin-bottom: 0;
  }
}

#erx-hcp-efficacy-safety-testimonials {
  margin-top: 64px;
}
#erx-hcp-efficacy-safety-testimonials > div {
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 993px) {
  #erx-hcp-efficacy-safety-testimonials {
    background-image: url(../img/revamp/bg-circles-left.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  #erx-hcp-efficacy-safety-testimonials #erx-testimonial .erx-testimonial-content .erx-testimonial-image {
    margin-bottom: -50px;
    z-index: -1;
  }
  #erx-hcp-efficacy-safety-testimonials .border--right {
    padding-left: 0;
    padding-right: 0;
  }
  #erx-hcp-efficacy-safety-testimonials .border--right:after {
    content: none;
  }
  #erx-hcp-efficacy-safety-testimonials .alternating-column.column-text {
    padding: 32px;
  }
}
#erx-hcp-efficacy-safety-testimonials .alternating-column.column-text {
  text-align: left;
}
#erx-hcp-efficacy-safety-testimonials .alternating-column.column-text h2,
#erx-hcp-efficacy-safety-testimonials .alternating-column.column-text p {
  margin-bottom: 20px;
}
#erx-hcp-efficacy-safety-testimonials .vertical-buttons {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 992px) {
  #erx-hcp-efficacy-safety-testimonials .vertical-buttons {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
#erx-hcp-efficacy-safety-testimonials .vertical-buttons a {
  margin-bottom: 20px;
  margin-right: 0;
  margin-top: 0;
}

@media (max-width: 768px) {
  #erx-hcp-efficacy-diagnose .erx-teal-banner-text {
    padding: 32px 0;
  }
}

#erx-form-new.erx-hcp-efficacy-form #erx-form-content-container h2 {
  max-width: 870px;
}

/* **************** */
/* HCP EFFICACY END */
/* **************** */
/* ********************* */
/* HCP PRESCRIBING START */
/* ********************* */
#erx-hcp-how-it-works {
  margin-bottom: 64px;
}
#erx-hcp-how-it-works > div {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-hcp-how-it-works h2 {
  margin-bottom: 64px;
  margin-top: 32px;
  text-align: center;
}
#erx-hcp-how-it-works h3,
#erx-hcp-how-it-works .body-text,
#erx-hcp-how-it-works .image-container,
#erx-hcp-how-it-works h4 {
  margin-bottom: 20px;
}
#erx-hcp-how-it-works ul {
  padding-left: 35px;
}
#erx-hcp-how-it-works ul li {
  position: relative;
}
#erx-hcp-how-it-works ul li:before {
  color: #42dba2;
  content: "•";
  font-size: 4em;
  left: -35px;
  line-height: 0;
  position: absolute;
  top: 2px;
}
#erx-hcp-how-it-works .erx-numbered-list-left {
  background-image: url("../img/revamp/treatment-routine.jpg");
}
@media (min-width: 993px) {
  #erx-hcp-how-it-works .border--left {
    padding-right: 64px;
  }
  #erx-hcp-how-it-works .image-container .mobile-only {
    display: none;
  }
}
@media (max-width: 992px) {
  #erx-hcp-how-it-works .erx-numbered-list-left {
    display: none;
  }
  #erx-hcp-how-it-works .image-container .desktop-only {
    display: none;
  }
}
@media (min-width: 993px) {
  #erx-hcp-how-it-works .border--left:before {
    content: none;
  }
}

#erx-hcp-prescribing-hero .erx-hero-left-column .erx-hero-text,
#erx-hcp-prescribing-small-hero .erx-hero-left-column .erx-hero-text {
  text-align: center;
}
#erx-hcp-prescribing-hero .erx-hero-left-column .erx-hero-text h3,
#erx-hcp-prescribing-small-hero .erx-hero-left-column .erx-hero-text h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-hcp-prescribing-hero .erx-hero-left-column .erx-hero-text h3,
  #erx-hcp-prescribing-small-hero .erx-hero-left-column .erx-hero-text h3 {
    font-size: 1.25em;
  }
}

@media (min-width: 993px) {
  #erx-hcp-prescribing-hero .erx-hero-right-column,
  #erx-hcp-prescribing-small-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-faq.jpg");
  }
}

@media (max-width: 992px) {
  #erx-hcp-prescribing-hero .erx-hero-right-column,
  #erx-hcp-prescribing-small-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-faq-mobile.jpg");
  }
}

#erx-hcp-prescribing-hero .erx-hero-text,
#erx-hcp-prescribing-small-hero .erx-hero-text {
  text-align: center;
}

#erx-hcp-prescribing-hero .phil-logo,
#erx-hcp-prescribing-small-hero .phil-logo {
  margin-top: 20px;
}

#erx-hcp-prescription-get-started {
  margin-bottom: 64px;
}
#erx-hcp-prescription-get-started > div {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-hcp-prescription-get-started h2 {
  margin-bottom: 64px;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  #erx-hcp-prescription-get-started h2 {
    margin-bottom: 32px;
  }
}
#erx-hcp-prescription-get-started h3,
#erx-hcp-prescription-get-started .body-text,
#erx-hcp-prescription-get-started .image-container,
#erx-hcp-prescription-get-started h4 {
  margin-bottom: 20px;
}
#erx-hcp-prescription-get-started ul {
  padding-left: 35px;
}
#erx-hcp-prescription-get-started ul li {
  position: relative;
}
#erx-hcp-prescription-get-started ul li:before {
  color: #42dba2;
  content: "•";
  font-size: 4em;
  left: -35px;
  line-height: 0;
  position: absolute;
  top: 2px;
}
#erx-hcp-prescription-get-started .erx-numbered-list-left {
  background-image: url("../img/revamp/treatment-routine.jpg");
}
@media (max-width: 992px) {
  #erx-hcp-prescription-get-started .erx-numbered-list-container .erx-numbered-list-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 993px) {
  #erx-hcp-prescription-get-started .border--left {
    padding-right: 64px;
  }
}
@media (min-width: 993px) {
  #erx-hcp-prescription-get-started .border--left.mobile-only {
    padding-left: 0;
    padding-right: 0;
  }
  #erx-hcp-prescription-get-started .border--left.mobile-only:before {
    content: none;
  }
}
@media (max-width: 992px) {
  #erx-hcp-prescription-get-started .border--left.desktop-only {
    padding-left: 0;
    padding-right: 0;
  }
  #erx-hcp-prescription-get-started .border--left.desktop-only:before {
    content: none;
    padding-left: 0;
  }
}
#erx-hcp-prescription-get-started.erx-hcp-prescribing-small h2 {
  margin-bottom: 32px;
}
@media (min-width: 993px) {
  #erx-hcp-prescription-get-started.erx-hcp-prescribing-small {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  #erx-hcp-prescription-get-started.erx-hcp-prescribing-small {
    padding: 0;
  }
  #erx-hcp-prescription-get-started.erx-hcp-prescribing-small,
  #erx-hcp-prescription-get-started.erx-hcp-prescribing-small #erx-fw-video {
    margin-bottom: -2px;
  }
  #erx-hcp-prescription-get-started.erx-hcp-prescribing-small .border--left {
    padding: 0;
  }
  #erx-hcp-prescription-get-started.erx-hcp-prescribing-small .border--left:before {
    content: none;
  }
}
@media (max-width: 768px) {
  #erx-hcp-prescription-get-started .border--left:before {
    background-image: url("../img/revamp/border-extra-long.png");
  }
}

#erx-identifying-patients {
  padding-top: 0;
}
@media (max-width: 768px) {
  #erx-identifying-patients {
    padding: 0;
  }
  #erx-identifying-patients.erx-info-columns-container .erx-info-column {
    padding: 0;
  }
}

#erx-hcp-prescribing-video {
  margin-top: 64px;
}
@media (max-width: 768px) {
  #erx-hcp-prescribing-video {
    margin-top: 32px;
  }
}
#erx-hcp-prescribing-video #erx-fw-video {
  display: block !important;
}
#erx-hcp-prescribing-video .erx-video-container-text {
  margin-bottom: 40px;
  text-align: center;
}
#erx-hcp-prescribing-video .erx-video-link-container {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #erx-hcp-prescribing-video {
    margin-top: 0 !important;
    position: relative;
    top: -3px;
  }
  #erx-hcp-prescribing-video #erx-fw-video {
    padding-top: 0;
  }
}

#erx-hcp-prescribing-info > div {
  margin: 0 auto;
  max-width: 1600px;
}

#erx-hcp-prescribing-info .link--button {
  display: block;
}

@media (min-width: 993px) {
  #erx-hcp-prescribing-info {
    margin-bottom: 64px;
    padding: 0 32px;
  }
  #erx-hcp-prescribing-info .border--right {
    padding-left: 64px;
  }
  #erx-hcp-prescribing-info .column-60 .alternating-column:first-of-type {
    margin-right: 2%;
    width: 58%;
  }
  #erx-hcp-prescribing-info .column-60 .alternating-column:last-of-type {
    margin-left: 2%;
    width: 38%;
  }
  #erx-hcp-prescribing-info .column-40 .alternating-column:first-of-type {
    margin-right: 2%;
    padding-right: 0;
    width: 38%;
  }
  #erx-hcp-prescribing-info .column-40 .alternating-column:last-of-type {
    margin-left: 2%;
    padding-left: 0;
    width: 58%;
  }
}

#erx-hcp-prescribing-info .alternating-column.final h2 {
  margin-bottom: 20px;
}

#erx-hcp-prescribing-info .alternating-column.final h4 {
  margin-bottom: 10px;
}

#erx-hcp-prescribing-info .alternating-column.final p {
  margin-bottom: 32px;
}

#erx-hcp-prescribing-info .alternating-column.final .link--teal {
  font-weight: 700;
}

@media (max-width: 992px) {
  #erx-hcp-prescribing-info .alternating-column.final .link--button {
    margin: 30px auto;
  }
}

#erx-form-new.erx-hcp-prescribing-form #erx-form-content-container h2 {
  max-width: 870px;
}

/* ******************* */
/* HCP PRESCRIBING END */
/* ******************* */
/* ****************** */
/* HCP PROVIDER START */
/* ****************** */
@media (min-width: 993px) {
  #erx-hcp-provider-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-treatment.jpg");
  }
}

@media (max-width: 992px) {
  #erx-hcp-provider-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-treatment-mobile.jpg");
  }
}

#erx-hcp-provider-hero .text--teal {
  font-weight: 700;
}

#erx-hcp-provider-finder {
  padding: 0 32px;
}
#erx-hcp-provider-finder > div {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-hcp-provider-finder h2 {
  margin: 0 auto 20px;
  max-width: 500px;
  text-align: center;
}
@media (max-width: 992px) {
  #erx-hcp-provider-finder {
    padding: 0 20px;
  }
  #erx-hcp-provider-finder h2 {
    margin-bottom: 32px;
    max-width: 290px;
  }
}

/* **************** */
/* HCP PROVIDER END */
/* **************** */
/* ********************* */
/* HCP CONFERENCES START */
/* ********************* */
#erx-hcp-conferences-hero .erx-hero-left-column {
  background-position: top center;
}
@media (min-width: 993px) {
  #erx-hcp-conferences-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-hcp-discover.jpg");
  }
}
@media (max-width: 992px) {
  #erx-hcp-conferences-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-hcp-discover-mobile.jpg");
  }
}

#erx-hcp-conferences-list > div {
  margin: 0 auto;
  max-width: 1600px;
}

#erx-hcp-conferences-list .alternating-column-right .alternating-column {
  text-align: left;
}

#erx-hcp-conferences-list .alternating-column .link--button {
  display: block;
}
@media (max-width: 992px) {
  #erx-hcp-conferences-list .alternating-column .link--button {
    margin: 30px auto 0;
  }
}

#erx-hcp-conferences-list .erx-conference-time {
  color: #0f9768;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#erx-hcp-conferences-list p {
  margin-bottom: 20px;
}

#erx-form-new.erx-hcp-conferences-form #erx-form-content-container h2 {
  max-width: 700px;
}

#erx-form-new.erx-hcp-conferences-form #erx-form-content-container p span.text--teal {
  font-weight: bold;
}

/* ******************* */
/* HCP CONFERENCES END */
/* ******************* */
/* HCP GENERAL START */
#erx-form-new.erx-hcp-social-media-form #erx-form-content-container h2,
#erx-form-new.erx-hcp-testimonials-form #erx-form-content-container h2 {
  max-width: 870px;
}

/* HCP GENERAL END */
.stats-width-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1122px;
}
.stats-width-container .erx-hcp-stats-box {
  max-width: 377px;
}

#erx-android-device-callout {
  align-items: center;
  background-color: #1140e9;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 240px;
  justify-content: center;
  position: absolute;
  right: -25px;
  top: -50px;
  width: 240px;
  z-index: 1;
}
#erx-android-device-callout h4 {
  color: #ffffff;
  font-size: 1.15em;
  margin-bottom: 20px;
  margin-top: 25px;
}
#erx-android-device-callout .image-container img {
  width: 100%;
}
#erx-android-device-callout-content {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  height: 92%;
  justify-content: center;
  margin: 4%;
  text-align: center;
  width: 92%;
}
#erx-android-device-callout-content:before {
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-right: 2px dotted #ffffff;
  bottom: 4%;
  content: "";
  left: 4%;
  pointer-events: none;
  position: absolute;
  right: 4%;
  top: 4%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
#erx-android-device-callout-content:hover:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 992px) {
  #erx-android-device-callout {
    height: 180px;
    right: -15px;
    top: -26px;
    width: 180px;
  }
  #erx-android-device-callout h4 {
    font-size: 1em;
    margin-bottom: 10px;
  }
  #erx-android-device-callout .image-container {
    max-width: 115px;
  }
  #erx-android-device-callout-content {
    height: 94%;
    margin: 3%;
    width: 94%;
  }
  #erx-android-device-callout-content:before {
    bottom: 3%;
    left: 3%;
    right: 3%;
    top: 3%;
  }
}

#erx-404-hero {
  background-image: url("../img/revamp/hero-bg-teal-large.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#erx-404-hero .erx-404-container {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 0;
  max-width: 1600px;
  padding: 16px;
  width: 100%;
}
#erx-404-hero .erx-404-image {
  position: relative;
  width: 50%;
}
#erx-404-hero .erx-404-image img {
  max-width: 960px;
  position: relative;
  width: 60vw;
  z-index: 2;
}
#erx-404-hero .erx-404-text-container {
  position: relative;
  width: 50%;
}
#erx-404-hero .erx-404-text {
  background-color: #ffffff;
  max-width: 520px;
  padding: 64px;
  width: 100%;
}
#erx-404-hero h1 {
  font-size: 3.75em;
}
#erx-404-hero .link--button {
  display: block;
  margin: 30px auto 0;
}
#erx-404-hero .link--button img {
  width: 100%;
}
@media (max-width: 1200px) {
  #erx-404-hero .erx-404-text {
    padding: 32px;
  }
  #erx-404-hero .erx-404-image img {
    max-width: 740px;
    width: 58vw;
  }
}
@media (max-width: 992px) {
  #erx-404-hero {
    background-image: url("../img/revamp/hero-bg-teal.png");
  }
  #erx-404-hero .erx-404-container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #erx-404-hero .erx-404-image {
    width: 100%;
  }
  #erx-404-hero .erx-404-image img {
    display: block;
    margin: 0 auto;
    margin-bottom: -28vw;
    right: 5vw;
    top: -12vw;
    width: 100%;
  }
  #erx-404-hero .erx-404-text-container {
    padding: 32px 32px 0;
    width: 100%;
  }
  #erx-404-hero .erx-404-text {
    margin: 0 auto;
    padding: 64px 16px;
    width: 100%;
  }
  #erx-404-hero h1 {
    font-size: 2.5em;
  }
}

#erx-404-wrapper #wp-block-themeisle-blocks-advanced-columns-809e0d3e {
  background: #707070;
  border: 0 solid #000;
  border-radius: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  min-height: auto;
  padding: 0;
}

#erx-404-wrapper
#wp-block-themeisle-blocks-advanced-columns-809e0d3e
> .wp-block-themeisle-blocks-advanced-columns-overlay {
  border-radius: 0;
  mix-blend-mode: normal;
  opacity: 0.5;
}

#erx-404-wrapper #wp-block-themeisle-blocks-advanced-columns-809e0d3e .innerblocks-wrap {
  max-width: 1200px;
}

#erx-404-wrapper #wp-block-themeisle-blocks-advanced-column-27e3bcd4 {
  background: #707070;
  border: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 72px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 72px;
}

@media (min-width: 960px) {
  #erx-404-wrapper #wp-block-themeisle-blocks-advanced-column-27e3bcd4 {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}

#erx-404-wrapper #wp-block-themeisle-blocks-advanced-columns-4a7a3c53 {
  background: #000;
  border: 0 solid #000;
  border-radius: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -3px;
  margin-top: 0;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 0;
}

#erx-404-wrapper
#wp-block-themeisle-blocks-advanced-columns-4a7a3c53
> .wp-block-themeisle-blocks-advanced-columns-overlay {
  border-radius: 0;
  mix-blend-mode: normal;
  opacity: 0.5;
}

#erx-404-wrapper #wp-block-themeisle-blocks-advanced-columns-4a7a3c53 .innerblocks-wrap {
  max-width: 1200px;
}

#erx-404-wrapper #wp-block-themeisle-blocks-advanced-column-79ed14da {
  border: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 64px;
}

@media (min-width: 960px) {
  #erx-404-wrapper #wp-block-themeisle-blocks-advanced-column-79ed14da {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}

#erx-404-wrapper .innerblocks-wrap {
  margin-left: auto;
  margin-right: auto;
}
.no-header-page.wrapper > header
  /*RASHI STYLES*/
#erx-hp-hero > div.erx-hero-left-column > div > p.erx-hero-footnote {
  margin-top: 10px;
}

#erx-hp-hero > div.erx-hero-left-column > div > a.link--button {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

#erx-adhd-insight .erx-app-links-container {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

#testimonial-text-container-right {
  padding-left: 8% !important;
  width: 85%;
}

#erx-prescription-get-started > div.erx-numbered-list-right.border--right > div > ul > li > div {
  padding-left: 10px;
}

#erx-play-description > div > div.erx-play-hero > div.image-container > picture {
  position: relative;
  top: 8px;
}

#erx-insurance .erx-separated-column-right-content h3 {
  max-width: 100%;
}

#erx-articles .erx-info-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contact_form_submit > picture > img {
  border-radius: 50px;
  outline: 3px solid #1140e9;
  outline-offset: -4px;
}

div#erx-android-device-callout {
  z-index: 9 !important;
}

@media (max-width: 992px) {
  #erx-fw-video > div > div.erx-video-container > div > div.erx-video-container-text {
    padding-top: 40px !important;
  }
  #erx-fw-video > div > div > div > div.erx-video-container-text {
    padding-top: 10px;
  }
  .erx-columns-with-separator-container .erx-separated-column-right-content {
    text-align: center;
  }
  #erx-play-description > div > div.erx-play-hero > div.image-container > picture {
    top: 6px !important;
  }
}

@media (max-width: 768px) {
  #erx-fw-video {
    padding-top: 0 !important;
  }
  #erx-talk-hero > div.erx-hero-left-column > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }
  #erx-treatment-tips .treatment-tip-last .erx-rotating-circle {
    top: 43% !important;
  }
  #erx-talk-hero > div.erx-hero-left-column > div > div > a:nth-child(2) {
    margin-left: 10px;
  }
  .erx-app-links-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 959px) {
  #nv-primary-navigation-sidebar {
    max-width: 100% !important;
  }
}

/* DAUD STYLES */
#erx-hcp-conferences-list .alternating-columns-container:last-child {
  display: none;
}

#erx-hcp-hp-video-container {
  display: none;
}

header.hcp-header #nv-primary-navigation-main li#menu-item-1800,
header.hcp-header #nv-primary-navigation-main li#menu-item-1696 {
  display: none;
}

@media (max-width: 960px) {
  .hcp-header #hcp-contact-link-container a {
    display: none;
  }
}

/* NEW */
/* INSIGHT BANNER START */
#erx-insight-callout {
  background-color: #f3f2ef;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: 240px;
  padding: 10px 24px 24px;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 9998;
}
#erx-insight-callout .logo-container {
  display: block;
  margin: 40px 0 0;
  text-align: center;
}
#erx-insight-callout .logo-container img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#erx-insight-callout h4 {
  font-weight: 400;
  margin: 30px 0;
  text-align: center;
}
#erx-insight-callout .image-container {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}
#erx-insight-callout .image-container a {
  display: block;
  text-align: center;
  width: 46%;
}
#erx-insight-callout .image-container a img {
  max-width: 100%;
  width: auto;
}
#erx-insight-callout .erx-insight-circles {
  left: -30%;
  pointer-events: none;
  position: absolute;
  top: -10%;
  width: 145%;
}
#erx-insight-callout .erx-insight-circles img {
  width: 100%;
}
@media (max-width: 1200px) {
  #erx-insight-callout h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 992px) {
  #erx-insight-callout {
    max-width: 140px;
    padding: 10px;
    right: 20px;
  }
  #erx-insight-callout .logo-container {
    margin: 20px 0 0;
  }
  #erx-insight-callout .logo-container img {
    max-width: 80%;
  }
  #erx-insight-callout h4 {
    font-size: 0.8em;
    margin: 10px 0;
  }
}
@media (max-width: 959px) {
  #erx-insight-callout {
    top: 30px;
  }
}

@media (max-width: 360px) {
  #erx-hp-hero .erx-hero-right-column {
    min-height: 200px;
  }
}

#erx-insight-callout-bar {
  align-items: center;
  background-color: #000000;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 10px 32px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#erx-insight-callout-bar .erx-insight-callout-bar-text {
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-right: 0;
  text-align: center;
  text-decoration: none;
}
#erx-insight-callout-bar .erx-insight-callout-bar-text span {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}
@media (max-width: 992px) {
  #erx-insight-callout-bar .erx-insight-callout-bar-text {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  #erx-insight-callout-bar .erx-insight-callout-bar-text {
    font-size: 1em;
  }
}
#erx-insight-callout-bar .erx-insight-callout-bar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
#erx-insight-callout-bar .erx-insight-callout-bar-buttons a {
  display: block;
  margin: 0;
  padding: 10px;
}
#erx-insight-callout-bar .erx-insight-callout-bar-buttons a img {
  border: 1px solid #ffffff;
  border-radius: 6px;
  min-height: 40px;
  width: 100%;
}
@media (max-width: 420px) {
  #erx-insight-callout-bar .erx-insight-callout-bar-buttons {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#erx-insight-callout-bar .erx-insight-apple {
  position: relative;
}
#erx-insight-callout-bar .erx-insight-apple img {
  background-color: white;
  border-radius: 6px;
}
#erx-insight-callout-bar .erx-close-callout-bar {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
#erx-insight-callout-bar .erx-close-callout-bar span {
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* INSIGHT BANNER END */
/* MP4 VIDEO START */
#erx-hcp-prescription-get-started-video-wrapper {
  text-align: center;
}
#erx-hcp-prescription-get-started-video-wrapper h2 {
  margin-bottom: 16px;
}
#erx-hcp-prescription-get-started-video-wrapper p {
  margin-bottom: 16px;
  margin-top: 0;
}

@media (max-width: 992px) {
  #erx-hcp-prescription-get-started {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  #erx-hcp-prescribing-info .alternating-columns-container {
    margin-top: 32px;
  }
}

#erx-hcp-prescription-get-started.erx-hcp-prescribing-small h2 {
  margin-bottom: 16px;
}

#erx-hcp-prescription-get-started.erx-hcp-prescribing-small p {
  margin-bottom: 16px;
  text-align: center;
}

#erx-hcp-explainer-video-container {
  height: 0;
  margin-top: 32px;
  overflow: hidden;
  padding-top: 43.5%;
  position: relative;
  width: 100%;
}
#erx-hcp-explainer-video-container.fullHeight video {
  height: auto;
}
#erx-hcp-explainer-video-container.paused:after {
  background-image: url(../img/revamp/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 150px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 150px;
}
@media (max-width: 992px) {
  #erx-hcp-explainer-video-container.paused:after {
    height: 50%;
    width: 50%;
  }
}
#erx-hcp-explainer-video-container video {
  background-color: #000000;
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#erx-hcp-pharmacy-information-video-container {
  margin: 0 auto 64px;
  max-width: 1600px;
}

/* MP4 VIDEO END */
/* ENDEAVORRX INSIGHT START */
#erx-insight-callout-close {
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 3px;
}

.erx-info-columns-container.erx-info-columns-container-4 .erx-info-column {
  width: 23%;
}

@media (max-width: 992px) {
  .erx-info-columns-container.erx-info-columns-container-4 .erx-info-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .erx-info-columns-container.erx-info-columns-container-4 .erx-info-column {
    width: 50%;
  }
  .erx-info-columns-container.erx-info-columns-container-4 .erx-info-column:not(:first-of-type),
  .erx-info-columns-container.erx-info-columns-container-4 .erx-info-column:not(:last-of-type) {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .erx-info-columns-container.erx-info-columns-container-4 .erx-info-column {
    width: 100%;
  }
}

@media (min-width: 993px) {
  #erx-hcp-ehr-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-endeavorrx-ehr.png");
  }
}

#erx-endeavorrx-insight-hero .erx-hero-text {
  text-align: left;
  width: 560px;
}
#erx-endeavorrx-insight-hero .erx-hero-text h1,
#erx-endeavorrx-insight-hero .erx-hero-text p {
  max-width: 100%;
  text-align: left;
  width: 100%;
}
#erx-endeavorrx-insight-hero .erx-hero-text h1 {
  font-size: 2.5em;
}
#erx-endeavorrx-insight-hero .erx-hero-text p {
  font-size: 1.125em;
  margin-bottom: 16px;
}
#erx-endeavorrx-insight-hero .erx-hero-text .erx-app-links-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 993px) {
  #erx-endeavorrx-insight-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-adhd-insight-mobile.jpg");
  }
}

@media (max-width: 992px) {
  #erx-endeavorrx-insight-hero .erx-hero-right-column {
    background-image: url("../img/revamp/hero-endeavorrx-insight-mobile.jpg");
  }
}

#erx-endeavorrx-insight-hero .erx-app-links-container {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

#erx-endeavorrx-insight {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-endeavorrx-insight .image-container img {
  max-width: 100%;
  width: auto;
}
#erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-left {
  background-image: url("../img/revamp/endeavorrx-insight-phone.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}
#erx-endeavorrx-insight.erx-numbered-list-container:not(.erx-hcp-adhd-insight) ul {
  padding-left: 0 !important;
}
#erx-endeavorrx-insight.erx-numbered-list-container:not(.erx-hcp-adhd-insight) li:before {
  content: none;
}
#erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-right {
  margin-right: 0;
  padding: 0 30px 30px;
  width: 50%;
}
#erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-right h3 {
  margin-bottom: 16px;
  max-width: 100%;
}
#erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-right > div > p {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  #erx-endeavorrx-insight.erx-numbered-list-container {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-left,
  #erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-right {
    width: 100%;
  }
  #erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-left {
    min-height: 70vw;
  }
  #erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-right ul {
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  #erx-endeavorrx-insight.erx-numbered-list-container .erx-numbered-list-left {
    min-height: 90vw;
  }
}
#erx-endeavorrx-insight .erx-app-links-container {
  margin-top: 20px;
}
@media (max-width: 540px) {
  #erx-endeavorrx-insight .erx-app-links-container {
    display: block;
  }
}
#erx-endeavorrx-insight .endeavorrx-insight-logo {
  margin-bottom: 32px;
  max-width: 459px;
  width: 100%;
}

#erx-form-new.erx-endeavorrx-insight-form #erx-form-content-container h2 {
  max-width: 670px;
}

/* ENDEAVORRX INSIGHT END */
/* COOKIE OVERRIDE START */
.optanon-alert-box-wrapper .optanon-alert-box-bg p {
  font-size: 14px !important;
  line-height: 22px !important;
}

#onetrust-banner-sdk .banner-policy-link:focus,
#onetrust-banner-sdk .banner-policy-link:active {
  outline: none;
}

/* COOKIE OVERRIDE END */
/* NEWS V2 START */
.erx-teal-banner.erx-teal-banner--news {
  margin-bottom: 64px;
}
.erx-teal-banner.erx-teal-banner--news #erx-as-featured {
  padding: 32px;
}

#erx-news-container .erx-info-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#erx-news-container .erx-info-column h4 {
  max-width: 100%;
  text-align: left;
  text-decoration: none;
}
#erx-news-container .erx-info-column h4 a {
  all: inherit;
  cursor: pointer;
}

.erx-news-content {
  margin-bottom: 16px;
}
.erx-news-content .erx-news-logo-container {
  width: 100%;
}
.erx-news-content .erx-news-logo-container img {
  max-width: 100%;
  width: auto;
}
.erx-news-content:hover h4 {
  text-decoration: underline;
}

#erx-form-new.erx-form-new-news #erx-form-content-container h2 {
  max-width: 820px;
}

/* NEWS V2 END */
/* HTML BUTTON START */
.erx-btn-large {
  background-color: #000000;
  border: 2px solid #42dba2;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  max-width: 374px;
  padding: 16px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 100%;
}
.erx-btn-large:hover {
  text-decoration: none;
}
.erx-btn-large.smaller-btn {
  letter-spacing: 0;
}
.erx-btn-large.input-btn {
  letter-spacing: 0;
  padding: 14px;
}
.erx-btn-large.font-smaller {
  font-size: 1em;
}
.erx-btn-large-spacing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.erx-btn-large-spacing-smaller {
  margin-bottom: 30px;
  margin-top: 20px;
}
.erx-btn-large-blue {
  border: 2px solid #1140e9;
}

/* HTML BUTTON END */
/* VIDEO BACKGROUND START */
#erx-background-video-container.hp-revamp {
  background-image: url("../img/revamp/video-background-poster-v2.jpg");
}
@media (min-width: 993px) {
  #erx-background-video-container.hp-revamp {
    max-height: 84vh;
    min-height: 84vh;
  }
  #erx-background-video-container.hp-revamp .erx-hero-video-text {
    margin-bottom: -2.1vh;
    min-height: 84vh;
  }
}
#erx-background-video-container.hp-revamp video {
  background-color: transparent;
  height: auto;
  left: 50%;
  max-width: none !important;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: -1;
}
@media (max-width: 992px) {
  #erx-background-video-container.hp-revamp .erx-hero-video-text {
    margin-top: 64px;
    padding: 32px 16px;
    text-align: center;
  }
  #erx-background-video-container.hp-revamp .erx-hero-video-text h1 {
    display: block;
    font-size: 1.35em;
    margin-bottom: 10px;
  }
  #erx-background-video-container.hp-revamp .erx-hero-video-text h2 {
    font-size: 2.4em;
    margin-bottom: 32px;
  }
  #erx-background-video-container.hp-revamp .erx-hero-video-text .erx-btn-large {
    margin-top: 20px;
    max-width: min(374px, calc(100% - 32px));
  }
}
@media (max-width: 768px) {
  #erx-background-video-container.hp-revamp .erx-hero-video-text {
    min-height: 67vh;
  }
}
@media (max-width: 540px) {
  #erx-background-video-container.hp-revamp .erx-hero-video-text h2 {
    font-size: 1.7em;
  }
}
@media (max-width: 390px) {
  #erx-background-video-container.hp-revamp .erx-hero-video-text h2 {
    font-size: 6.4vw;
  }
}

/* WEBINAR REGISTRATION START */
label,
input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: transparent;
}

#erx-hcp-webinar-hero.erx-hero-container {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #erx-hcp-webinar-hero.erx-hero-container {
    margin-bottom: 0;
  }
}

#erx-hcp-webinar-hero .erx-hero-left-column {
  background-position: top center;
}
@media (min-width: 993px) {
  #erx-hcp-webinar-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-hcp-discover.jpg");
  }
}
@media (max-width: 992px) {
  #erx-hcp-webinar-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-hcp-discover-mobile.jpg");
  }
}

@media (min-width: 993px) {
  #erx-hcp-webinar-hero .erx-hero-text {
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}

@media (max-width: 1210px) {
  #erx-hcp-webinar-hero .erx-hero-right-column h1 {
    font-size: 2.25em;
  }
}

@media (max-width: 460px) {
  #erx-hcp-webinar-hero .erx-hero-right-column h1 {
    font-size: 2em;
  }
}

@media (min-width: 993px) {
  #erx-hcp-webinar-hero .erx-hero-right-column,
  #erx-hcp-webinar-hero .erx-hero-right-column .erx-hero-text {
    max-width: 510px;
  }
}

#erx-form-new.webinar-registration-form-container #erx-form-content-container > p {
  max-width: 420px;
}

#erx-form-new.webinar-registration-form-container #erx-form-content-container .erx-webinar-question-container {
  margin: 0 auto;
  max-width: 90%;
}
#erx-form-new.webinar-registration-form-container #erx-form-content-container .erx-webinar-question-container p {
  text-align: left;
}

#erx-form-new.webinar-registration-form-container #erx-form-content-container .erx-form-radio-container label.error {
  bottom: -20px;
  left: 0;
  right: auto;
}

.erx-form-radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: relative;
}
.erx-form-radio-container label {
  line-height: 1;
  margin-bottom: 0;
  margin-right: 20px;
}

.radio-label-container {
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-label-container input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
.radio-label-container .radio {
  background-color: #ffffff;
  border: 1px solid #42dba2;
  border-radius: 50%;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.radio-label-container input:checked ~ .radio {
  background-color: #ffffff;
}
.radio-label-container .radio:after {
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
.radio-label-container:hover input ~ .radio:after {
  opacity: 1;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.radio-label-container input:checked ~ .radio:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio-label-container .radio:after {
  background: #42dba2;
  border-radius: 50%;
  height: 14px;
  left: 1px;
  top: 1px;
  width: 14px;
}
.radio-label-container input.error ~ .radio {
  border: 1px solid red;
}

/* WEBINAR REGISTRATION END */
/* NEW FOOTER START */
.footer-logo-container {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.footer-logo-wrapper {
  max-width: 250px;
}
.footer-logo-wrapper svg {
  height: auto;
  width: 100%;
}

/* NEW FOOTER END */
/* INTERSTITIAL START */
.erx-interstitial-modal {
  overflow: hidden;
  padding: 64px 32px 32px;
  text-align: center;
}
.erx-interstitial-modal:before {
  background-image: url("../img/revamp/interstitial-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 112%;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: -1;
}
.erx-interstitial-modal:after {
  background-image: url("../img/revamp/interstitial-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 129px;
  pointer-events: none;
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 115px;
  z-index: -1;
}
.erx-interstitial-modal p {
  margin: 0 auto 20px;
  max-width: 600px;
}
@media (max-width: 992px) {
  .erx-interstitial-modal:before {
    left: -25px;
    top: 10px;
  }
  .erx-interstitial-modal:after {
    -webkit-transform: translateY(-80%) scale(0.7);
    -ms-transform: translateY(-80%) scale(0.7);
    transform: translateY(-80%) scale(0.7);
  }
}
@media (max-width: 768px) {
  .erx-interstitial-modal {
    background-position: center;
    padding: 64px 32px 16px;
  }
}
.erx-interstitial-modal .erx-close-modal {
  color: #000000;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0;
  position: absolute;
  right: 26px;
  top: 36px;
}
.erx-interstitial-modal .erx-interstitial-content {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.erx-interstitial-modal .erx-interstitial-content > div img {
  width: 100%;
}
.erx-interstitial-modal .erx-interstitial-content > div .button-container {
  margin-bottom: 20px;
}
.erx-interstitial-modal .erx-interstitial-content > div .button-container img {
  max-width: 374px;
}
.erx-interstitial-modal .erx-interstitial-content h3 {
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .erx-interstitial-modal .erx-interstitial-content h3 {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .erx-interstitial-modal .erx-interstitial-content .erx-interstitial-image-container {
    display: none;
  }
  .erx-interstitial-modal .erx-interstitial-content > div {
    text-align: center;
    width: 100%;
  }
}

/* INTERSTITIAL END */
/* LANDING PAGES START */
@media (min-width: 993px) {
  .erx-hero-container--left .erx-hero-left-column {
    max-width: 612px;
  }
}

#erx-lp {
  background-color: transparent;
  background-image: url("../img/revamp/bg-circles-right.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 32px;
}
#erx-lp .erx-virtual-appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
  padding-bottom: 64px;
  padding-top: 64px;
}
@media (max-width: 768px) {
  #erx-lp .erx-virtual-appointment {
    margin-bottom: 32px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
#erx-lp .erx-virtual-appointment-image {
  width: 50%;
}
#erx-lp .erx-virtual-appointment-image img {
  width: 100%;
}
@media (max-width: 768px) {
  #erx-lp .erx-virtual-appointment-image {
    display: none;
  }
}
#erx-lp .erx-virtual-appointment-text {
  background-image: url("../img/revamp/bg-treatment-text.png");
  background-position: 70% 100%;
  background-repeat: no-repeat;
  background-size: 30%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 70px 20px 32px;
  width: 50%;
}
#erx-lp .erx-virtual-appointment-text > div {
  margin-right: auto;
  max-width: 490px;
}
#erx-lp .erx-virtual-appointment-text h2 {
  margin-bottom: 16px;
}
#erx-lp .erx-virtual-appointment-text p {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  #erx-lp .erx-virtual-appointment-text {
    padding: 0 10% 0 0;
    width: 100%;
  }
  #erx-lp .erx-virtual-appointment-text > div {
    max-width: 100%;
    padding-bottom: 20%;
  }
}

#erx-cg-get-started {
  margin-top: 90px;
}
@media (min-width: 993px) {
  #erx-cg-get-started .erx-hero-right-column {
    background-image: url("../img/revamp/hero-faq.jpg");
  }
}
@media (max-width: 992px) {
  #erx-cg-get-started .erx-hero-right-column {
    background-image: url("../img/revamp/hero-faq-mobile.jpg");
  }
}
#erx-cg-get-started .erx-hero-text h1 {
  margin-bottom: 16px;
}
#erx-cg-get-started .erx-hero-text h4 {
  font-weight: 400;
  margin-bottom: 32px;
}
#erx-cg-get-started .erx-hero-text .erx-btn-large.smaller-btn {
  padding: 16px;
}

#erx-form-new.lp-telehealth #erx-form-content-container h2 {
  max-width: 620px;
}

@media (min-width: 993px) {
  #erx-cg-game-changing-treatment .erx-hero-right-column {
    background-image: url("../img/revamp/hero-homepage.jpg");
  }
}

@media (max-width: 992px) {
  #erx-cg-game-changing-treatment .erx-hero-right-column {
    background-image: url("../img/revamp/hero-homepage-mobile.jpg");
  }
}

#erx-cg-game-changing-treatment .erx-main-text {
  margin-bottom: 32px;
  max-width: 340px;
}

#erx-lp2-video {
  margin-bottom: 64px;
}
#erx-lp2-video .video-container {
  margin-bottom: 0;
}

#erx-lp3-hero-form {
  background-color: #ffffff;
  padding: 0;
}
#erx-lp3-hero-form .erx-form-container {
  margin-top: 32px;
}
#erx-lp3-hero-form .erx-form-container form {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 992px) {
  #erx-lp3-hero-form .erx-form-container form {
    margin-left: auto;
  }
}

@media (min-width: 993px) {
  #erx-new-hcp-provider-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-provider-new.jpg");
  }
}

@media (max-width: 992px) {
  #erx-new-hcp-provider-hero .erx-hero-left-column {
    background-image: url("../img/revamp/hero-provider-new-mobile.jpg");
  }
}

@media (max-width: 992px) {
  #erx-new-hcp-provider-hero .erx-hero-left-column {
    background-position: center 40%;
  }
}

#erx-new-hcp-provider-hero.talk-to-a-rep {
  margin-top: 100px;
}
#erx-new-hcp-provider-hero.talk-to-a-rep .link--button {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  #erx-new-hcp-provider-hero.talk-to-a-rep {
    margin-bottom: 0;
    margin-top: 90px;
  }
  #erx-new-hcp-provider-hero.talk-to-a-rep .erx-hero-text {
    padding: 32px;
  }
  #erx-new-hcp-provider-hero.talk-to-a-rep .erx-hero-left-column {
    background-position: top center;
  }
}

@media (max-width: 992px) {
  section#erx-new-hcp-provider-hero.talk-to-a-rep .erx-hero-right-column {
    padding-top: 32px;
  }
}

#erx-form-new .erx-form-input-container.input-checkbox,
.erx-form-new .erx-form-input-container.input-checkbox {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  height: auto;
  margin-bottom: 20px;
  margin-top: -10px;
}
#erx-form-new .erx-form-input-container.input-checkbox input,
.erx-form-new .erx-form-input-container.input-checkbox input {
  height: 16px;
  margin-left: 16px;
  margin-right: 8px;
  position: static;
  width: 16px;
}
#erx-form-new .erx-form-input-container.input-checkbox input.error ~ label,
.erx-form-new .erx-form-input-container.input-checkbox input.error ~ label {
  color: red;
}
#erx-form-new .erx-form-input-container.input-checkbox label,
.erx-form-new .erx-form-input-container.input-checkbox label {
  line-height: 1;
  position: static;
}
#erx-form-new .erx-form-input-container.input-checkbox label:not(.error),
.erx-form-new .erx-form-input-container.input-checkbox label:not(.error) {
  height: 12px;
  margin-bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#erx-form-new .erx-form-input-container.input-checkbox label.error,
.erx-form-new .erx-form-input-container.input-checkbox label.error {
  left: 16px;
  position: absolute;
  right: auto;
  top: 24px;
}

.wrapper.no-header-page {
  margin-top: 0 !important;
}
.wrapper.no-header-page main#content.neve-main {
  padding-top: 0;
}

/* LANDING PAGES END */
#ft-oride h1 {
  font-size: 50px;
}

#ft-oride h2 {
  font-size: 60px;
}

#ft-oride h3 {
  font-size: 39px;
}

#ft-oride h4 {
  font-size: 29px;
}

#ft-oride h5 {
  font-size: 20px;
}

#ft-oride
p:not(.footnote-over-video):not(.erx-testimonials-footnote):not(.erx-footnote):not(.form-disclaimer):not(.footnote-text) {
  font-size: 16px;
}
#ft-oride
p:not(.footnote-over-video):not(.erx-testimonials-footnote):not(.erx-footnote):not(.form-disclaimer):not(.footnote-text).large {
  font-size: 24px;
}

#ft-oride .erx-btn-large {
  font-size: 18px;
}

@media (max-width: 992px) {
  #ft-oride h1 {
    font-size: 30px;
  }
  #ft-oride h2 {
    font-size: 32px;
  }
  #ft-oride h3 {
    font-size: 21px;
  }
  #ft-oride h4 {
    font-size: 18px;
  }
  #ft-oride h5 {
    font-size: 18px;
  }
  #ft-oride
  p:not(.footnote-over-video):not(.erx-testimonials-footnote):not(.erx-footnote):not(.form-disclaimer):not(.footnote-text) {
    font-size: 14px;
  }
  #ft-oride
  p:not(.footnote-over-video):not(.erx-testimonials-footnote):not(.erx-footnote):not(.form-disclaimer):not(.footnote-text).large {
    font-size: 16px;
  }
}

.header-revamp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.header-revamp .erx-hero-video-text {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  min-height: min(50vw, 700px);
  padding: 54px 32px;
  text-align: left;
  width: 100%;
  z-index: 2;
}
.header-revamp .erx-hero-video-text.left-aligned {
  margin: 0 auto;
  max-width: 1380px;
}
.header-revamp .erx-hero-video-text.left-aligned h2 {
  margin-bottom: 50px;
  max-width: 720px;
}
.header-revamp .erx-hero-video-text h1,
.header-revamp .erx-hero-video-text h2,
.header-revamp .erx-hero-video-text h3,
.header-revamp .erx-hero-video-text h4,
.header-revamp .erx-hero-video-text h5,
.header-revamp .erx-hero-video-text h6,
.header-revamp .erx-hero-video-text p,
.header-revamp .erx-hero-video-text .link--text {
  color: #ffffff;
}
.header-revamp .erx-hero-video-text h1 {
  display: block;
  max-width: 1030px;
  position: relative;
}
.header-revamp .erx-hero-video-text h1 sup {
  bottom: 0em;
  font-size: 0.5em;
  position: relative;
}
.header-revamp .erx-hero-video-text h4 {
  margin-top: 32px;
}
.header-revamp .erx-hero-video-text p {
  text-align: center;
}
.header-revamp .erx-hero-video-text a {
  margin-bottom: 20px;
}
.header-revamp .erx-hero-video-text .erx-btn-large {
  margin-top: 32px;
}
.header-revamp .erx-hero-video-text .erx-hero-footnote.footnote-over-video {
  bottom: 20px;
  font-size: 0.7em;
  left: 0;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  width: 100%;
}
.header-revamp.hp-revamp h1,
.header-revamp.header-left-aligned h1 {
  font-weight: 700;
}
.header-revamp.hp-revamp .erx-hero-video-text,
.header-revamp.header-left-aligned .erx-hero-video-text {
  text-align: left;
}
.header-revamp .erx-horizontal-border {
  bottom: -10px;
  position: relative;
  width: 100%;
}
.header-revamp .erx-horizontal-border img {
  max-height: 20px;
  width: 100%;
}
.header-revamp.header-left-aligned h1 sup {
  bottom: 0.5em;
  position: relative;
}
@media (min-width: 993px) {
  .header-revamp .erx-hero-video-text.left-aligned {
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
  .header-revamp.hp-revamp .erx-hero-video-text h2,
  .header-revamp.header-left-aligned .erx-hero-video-text h2 {
    max-width: 1100px;
  }
}
@media (max-width: 992px) {
  .header-revamp .erx-horizontal-border {
    display: none;
  }
  .header-revamp.header-left-aligned .erx-hero-video-text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 64px;
    padding: 32px 16px 96px;
    text-align: center;
  }
  .header-revamp.header-left-aligned .erx-hero-video-text h1 {
    display: block;
    margin-bottom: 10px;
  }
  .header-revamp.header-left-aligned .erx-hero-video-text h2 {
    margin-bottom: 32px;
  }
  .header-revamp.header-left-aligned .erx-hero-video-text .erx-btn-large {
    margin-top: 20px;
    max-width: min(374px, calc(100% - 32px));
  }
  .header-revamp.hp-revamp .erx-hero-video-text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 32px 16px 96px;
  }
  .header-revamp .erx-hero-video-text {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .header-revamp .erx-hero-video-text h2 {
    text-align: center;
  }
  .header-revamp .erx-hero-video-text .erx-hero-footnote.footnote-over-video {
    bottom: 2px;
  }
}
@media (max-width: 768px) {
  .header-revamp {
    max-height: 100%;
  }
  .header-revamp .erx-hero-video-text {
    min-height: 67vh;
  }
  .header-revamp .erx-hero-video-text .erx-btn-large {
    min-width: 0;
  }
}

.erx-white-box-text {
  background-color: #ffffff;
  padding: 32px;
}

.erx-column-wrapper {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 32px;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  .erx-column-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .erx-column-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.erx-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.erx-column .erx-column-icon {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 64px auto 20px;
  max-width: 120px;
}
.erx-column .erx-column-icon img {
  width: 100%;
}
.erx-column .erx-column-text {
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  -ms-flex-pack: start;
  -ms-flex-positive: 1;
  justify-content: flex-start;
}
.erx-column .erx-column-text a {
  display: inline-block;
}
@media (min-width: 993px) {
  .erx-column .erx-column-text h4 {
    margin-bottom: 20px;
    min-height: 2.2em;
  }
  .erx-column .erx-column-text p {
    font-size: 0.875em;
    margin-bottom: 20px;
    min-height: 4em;
  }
}
@media (max-width: 992px) {
  .erx-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .erx-column .erx-column-icon {
    margin: 0 auto;
    min-width: 80px;
    width: 80px;
  }
  .erx-column .erx-column-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
  }
  .erx-column .erx-column-text h4 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .erx-column .erx-column-text p {
    margin-bottom: 10px;
  }
}

.erx-rounded-video {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 370px;
  padding: 0 32px;
}
.erx-rounded-video .lines-background {
  background-position: top right;
  background-size: contain;
}
.erx-rounded-video .erx-video-wrapper {
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}
@media (min-width: 993px) {
  .erx-rounded-video .erx-video-wrapper {
    padding: 80px 58px 0;
  }
}
.erx-rounded-video iframe {
  border-radius: 30px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-container {
  height: 0;
  margin-bottom: 32px;
  padding-top: 56.25%;
  position: relative;
}
.video-container a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video-container a:after {
  background-image: url("../img/revamp/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 150px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 150px;
}
@media (max-width: 992px) {
  .video-container a:after {
    height: 50%;
    max-width: 150px;
    width: 50%;
  }
}
.video-container img {
  width: 100%;
}
.video-container iframe {
  border-radius: 30px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.erx-testimonials {
  background-image: url("../img/revamp/background-teal-centered.png");
  background-position: bottom center;
  background-size: cover;
  padding: 32px 32px 8px;
}
.erx-testimonials h2 {
  margin: 0 auto 32px;
  max-width: 520px;
  text-align: center;
}
.erx-testimonials #erx-testimonials-carousel {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
.erx-testimonials .erx-testimonials-slide {
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  height: 0;
  overflow: hidden;
  padding-top: calc(30% * 1.06);
  position: relative;
  width: 30%;
}
.erx-testimonials .erx-testimonials-text {
  font-size: 1.125em;
  left: 2.5%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 95%;
  z-index: 1;
}
.erx-testimonials .erx-testimonials-text span {
  font-weight: 700;
}
.erx-testimonials .erx-testimonials-name {
  bottom: 32px;
  color: #ffffff;
  font-style: italic;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .erx-testimonials .erx-testimonials-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    margin: 0 20px;
    padding-top: 341px;
    width: 10%;
  }
  .erx-testimonials .erx-testimonials-slide:before {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 320px;
  }
  .erx-testimonials .erx-testimonials-text {
    left: 50%;
    margin: 0 auto;
    max-width: 300px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) and (max-width: 420px) {
  .erx-testimonials .chevron:before {
    border-width: 4px 4px 0 0;
    height: 12px;
    width: 12px;
  }
}

@media (max-width: 540px) {
  .erx-testimonials {
    background-image: url("../img/revamp/mobile-testimonials-background.jpeg");
  }
}

.erx-testimonials .t1-old {
  background-image: url("../img/revamp/brittany-old.jpg");
}
.erx-testimonials .t2-old {
  background-image: url("../img/revamp/ash-old.jpg");
}
.erx-testimonials .t3-old {
  background-image: url("../img/revamp/kate-old.jpg");
}
.erx-testimonials .t1 {
  background-image: url("../img/revamp/kate-testimonial-v4.png");
  background-position: 62% 50%;
}
.erx-testimonials .t2 {
  background-image: url("../img/revamp/brittany-testimonial-v4.png");
}
.erx-testimonials .t3 {
  background-image: url("../img/revamp/kara-testimonial-v4.png");
}
.erx-testimonials .erx-testimonials-footer {
  margin: 32px auto 0;
  max-width: 1280px;
  text-align: center;
}
.erx-testimonials .erx-testimonials-footer .erx-testimonials-footnote {
  color: #ffffff;
  font-size: 0.6em;
  margin: 16px auto 0;
}
.erx-testimonials .link--text {
  color: #ffffff;
}
.erx-testimonials .link--text:after {
  background-image: url("../img/revamp/white-arrow-large.png");
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.erx-testimonials .link--text:hover:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 540px) {
  .erx-testimonials .link--text {
    font-size: 0.8em;
  }
  .erx-testimonials .link--text:after {
    height: 1.7em;
    right: -2em;
    top: 3px;
    width: 1.7em;
  }
}

.erx-rotating-circle {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.erx-rotating-circle:after {
  border: 3px solid #42dba2;
  border-bottom: 3px dotted #42dba2;
  border-radius: 50%;
  content: "";
  left: 0;
  padding-top: 100%;
  position: absolute;
  top: -3px;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1400px) {
  .erx-rotating-circle:after {
    border: 2px solid #42dba2;
    border-bottom: 2px dotted #42dba2;
  }
}

.circle-wrap-left {
  float: left;
  padding-top: 100%;
  shape-margin: 3%;
  shape-outside: polygon(
          0 0,
          100% 0,
          84.36% 0.62%,
          69.1% 2.45%,
          54.6% 5.45%,
          41.22% 9.55%,
          29.29% 14.64%,
          19.1% 20.61%,
          10.9% 27.3%,
          4.89% 34.55%,
          1.23% 42.18%,
          0 50%,
          1.23% 57.82%,
          4.89% 65.45%,
          10.9% 72.7%,
          19.1% 79.39%,
          29.29% 85.36%,
          29.29% 85.36%,
          41.22% 90.45%,
          54.6% 94.55%,
          69.1% 97.55%,
          84.36% 99.38%,
          100% 100%,
          0 100%
  );
  width: 50%;
}

.circle-wrap-right {
  content: "";
  float: right;
  padding-top: 100%;
  shape-margin: 3%;
  shape-outside: polygon(
          100% 0,
          0 0,
          15.64% 0.62%,
          30.9% 2.45%,
          45.4% 5.45%,
          58.78% 9.55%,
          70.71% 14.64%,
          80.9% 20.61%,
          89.1% 27.3%,
          95.11% 34.55%,
          98.77% 42.18%,
          100% 50%,
          98.77% 57.82%,
          95.11% 65.45%,
          89.1% 72.7%,
          80.9% 79.39%,
          70.71% 85.36%,
          70.71% 85.36%,
          58.78% 90.45%,
          45.4% 94.55%,
          30.9% 97.55%,
          15.64% 99.38%,
          0 100%,
          100% 100%
  );
  width: 50%;
}

.erx-tablet-section {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  padding: 64px 32px;
  position: relative;
}
.erx-tablet-section .erx-app-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}
@media (max-width: 992px) {
  .erx-tablet-section .erx-app-links-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.erx-tablet-section .erx-app-links-container img {
  height: 48px;
  margin: 5px;
  max-height: 100%;
  width: auto;
}
.erx-tablet-section .erx-tablet-content-container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.erx-tablet-section .erx-tablet-block {
  margin-left: auto;
  max-width: 65%;
  position: relative;
}
.erx-tablet-section #tablet-demo {
  background-color: #000000;
  border-radius: 13px;
  -webkit-box-shadow: 0 5px 30px 20px #000000;
  box-shadow: 0 5px 30px 20px #000000;
  left: 3.6%;
  position: absolute;
  top: 6%;
  width: 93%;
  z-index: 0;
}
@media (max-width: 768px) {
  .erx-tablet-section #tablet-demo {
    -webkit-box-shadow: 0 5px 18px 12px #000000;
    box-shadow: 0 5px 18px 12px #000000;
  }
}
.erx-tablet-section .erx-tablet-video {
  background-image: url("../img/revamp/tablet-border.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-top: 59%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.erx-tablet-section .erx-tablet-video.paused:after {
  background-image: url("../img/revamp/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 150px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 150px;
}
@media (max-width: 992px) {
  .erx-tablet-section .erx-tablet-video.paused:after {
    height: 50%;
    max-width: 150px;
    width: 50%;
  }
}
.erx-tablet-section .erx-tablet-video #tablet-sound,
.erx-tablet-section .erx-tablet-video #tablet-muted {
  bottom: 7%;
  cursor: pointer;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 73px;
  position: absolute;
  right: 5%;
  width: 5%;
}
.erx-tablet-section .erx-tablet-video #tablet-sound img,
.erx-tablet-section .erx-tablet-video #tablet-muted img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  width: 100%;
}
.erx-tablet-section .erx-tablet-video #tablet-muted {
  display: none;
}
.erx-tablet-section .erx-tablet-video #tablet-sound {
  display: block;
}
.erx-tablet-section .erx-tablet-video.video-muted #tablet-sound {
  display: none;
}
.erx-tablet-section .erx-tablet-video.video-muted #tablet-muted {
  display: block;
}
.erx-tablet-section .erx-tablet-video .erx-tablet-footnote {
  bottom: 6%;
  color: #ffffff;
  font-size: 0.75em;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.erx-tablet-section .erx-tablet-video .erx-tablet-footnote p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .erx-tablet-section .erx-tablet-video .erx-tablet-footnote {
    font-size: 0.625em;
  }
}
.erx-tablet-section .erx-tablet-text {
  background-color: #ffffff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 460px;
  padding: 32px 32px 32px;
  position: absolute;
  right: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.erx-tablet-section .erx-tablet-text:before {
  background-image: url("../img/revamp/border-short.png");
  background-size: 20px 100%;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px;
}
.erx-tablet-section .erx-tablet-text h3 {
  margin-bottom: 16px;
}
.erx-tablet-section .erx-tablet-text h4 {
  font-weight: 400;
  margin-bottom: 32px;
}
.erx-tablet-section .erx-tablet-text h4 span {
  font-weight: 700;
}
.erx-tablet-section #table-muted {
  display: none;
}
@media (min-width: 993px) and (max-width: 1190px) {
  .erx-tablet-section .tablet-block {
    max-width: 62%;
  }
  .erx-tablet-section .erx-tablet-text {
    max-width: 438px;
  }
  .erx-tablet-section .erx-tablet-text h2 {
    font-size: 2em;
  }
  .erx-tablet-section .erx-tablet-text h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 992px) {
  .erx-tablet-section {
    background-color: #ffffff;
    padding: 64px 0 0;
  }
  .erx-tablet-section .erx-tablet-block {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 16px;
    width: 100%;
  }
  .erx-tablet-section .erx-tablet-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    max-width: 100%;
    padding: 32px 0;
    position: static;
    text-align: center;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    z-index: 1;
  }
  .erx-tablet-section .erx-tablet-text:after {
    background-image: url("../img/revamp/bg-treatment-text.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 120px;
    content: "";
    height: 120px;
    inset: 45% 0px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 120px;
  }
  .erx-tablet-section .erx-tablet-text:before {
    background-image: url("../img/revamp/divider-horizontal-green.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 20px;
    height: 20px;
    right: 32px;
    top: -32px;
    width: calc(100% + 32px);
  }
}

.erx-checkmark-list {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 800px;
  padding-left: min(10%, 80px);
}
@media (max-width: 992px) {
  .erx-checkmark-list {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .erx-checkmark-list {
    display: block;
    max-width: 280px;
  }
}

.erx-checkmark-item {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 24px;
  position: relative;
  width: 50%;
}
.erx-checkmark-item:before {
  align-items: center;
  background-color: #000000;
  border-radius: 50px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #42dba2;
  content: url(../img/revamp/icon-checkmark.png);
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 1.1em;
  height: 31px;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}
.erx-checkmark-item p {
  margin-bottom: 0;
  max-width: 330px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .erx-checkmark-item {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .own-line-desktop {
    display: block;
  }
}

@media (max-width: 992px) {
  .own-line-tablet {
    display: block;
  }
}

@media (max-width: 768px) {
  .own-line-mobile {
    display: block;
  }
}

.divider-container {
  margin: 32px 0;
}
.divider-container img {
  width: 100%;
}

.footnote-text {
  font-size: 0.75em;
}
.footnote-text a {
  color: #000000;
  text-decoration: none;
}

.erx-2columns-withseparator .erx-2columns-wrapper {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 48px;
  max-width: 1280px;
  position: relative;
}

.erx-vertical-divider img {
  width: 20px;
  z-index: -1;
}

.no-header-page .menu-mobile-toggle {
  display: none !important;
}

.no-header-page.wrapper > header {
  top: 36px !important;
}

/* GENERIC MODAL START */
#erx-generic-modal {
  align-items: center;
  background: #ffffff;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0px 5px 17px -5px #000000;
  box-shadow: 0px 5px 17px -5px #000000;
  display: none;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  font-size: 16px;
  justify-content: center;
  left: 50%;
  max-width: 700px;
  padding: 64px 32px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 99999;
}
#erx-generic-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 96;
}
#erx-generic-modal-close {
  cursor: pointer;
  font-family: "Maax Akili";
  font-size: 2em;
  font-weight: 700;
  position: absolute;
  right: 22px;
  text-align: center;
  top: 16px;
  z-index: 2;
}
#erx-generic-modal .erx-generic-modal-image-container {
  margin: 0 auto;
  width: 100%;
}
#erx-generic-modal .erx-generic-modal-image-container img {
  width: 100%;
}
#erx-generic-modal h1 {
  font-size: 50px;
}
#erx-generic-modal h2 {
  font-size: 60px;
}
#erx-generic-modal h3 {
  font-size: 39px;
}
#erx-generic-modal h4 {
  font-size: 29px;
}
#erx-generic-modal h5 {
  font-size: 20px;
}
#erx-generic-modal
p:not(.footnote-over-video):not(.erx-testimonials-footnote):not(.erx-footnote):not(.form-disclaimer):not(.footnote-text) {
  font-size: 16px;
}
#erx-generic-modal
p:not(.footnote-over-video):not(.erx-testimonials-footnote):not(.erx-footnote):not(.form-disclaimer):not(.footnote-text).large {
  font-size: 24px;
}
#erx-generic-modal .erx-btn-large {
  font-size: 18px;
}
@media (max-width: 992px) {
  #erx-generic-modal h1 {
    font-size: 30px;
  }
  #erx-generic-modal h2 {
    font-size: 32px;
  }
  #erx-generic-modal h3 {
    font-size: 21px;
  }
  #erx-generic-modal h4 {
    font-size: 18px;
  }
  #erx-generic-modal h5 {
    font-size: 18px;
  }
  #erx-generic-modal
  p:not(.footnote-over-video):not(.erx-testimonials-footnote):not(.erx-footnote):not(.form-disclaimer):not(.footnote-text) {
    font-size: 14px;
  }
  #erx-generic-modal
  p:not(.footnote-over-video):not(.erx-testimonials-footnote):not(.erx-footnote):not(.form-disclaimer):not(.footnote-text).large {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #erx-generic-modal {
    width: 90%;
  }
}

/* GENERIC MODAL END */
iframe[name*="Trade Desk Tracking"] {
  display: none;
}

/* CG HOMEPAGE START */
#erx-hp-testimonials h2 {
  max-width: 1200px;
}

#erx-hp-columns-new {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  z-index: 1;
}
#erx-hp-columns-new .erx-three-columns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#erx-hp-columns-new .erx-three-columns-container.border--left:before {
  background-image: url("../img/revamp/border-long.png");
}
#erx-hp-columns-new .erx-three-columns-content {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  #erx-hp-columns-new .erx-three-columns-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#erx-hp-columns-new .erx-three-columns-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
  width: 31%;
}
#erx-hp-columns-new .erx-three-columns-column:first-of-type {
  margin-right: 4%;
}
#erx-hp-columns-new .erx-three-columns-column:last-of-type {
  margin-left: 4%;
}
@media (min-width: 993px) {
  #erx-hp-columns-new .erx-three-columns-column h4 {
    margin-bottom: 20px;
  }
}
#erx-hp-columns-new .erx-three-columns-column p {
  font-size: 0.875em;
  margin-bottom: 20px;
}
#erx-hp-columns-new .erx-three-columns-column a {
  display: inline-block;
}
#erx-hp-columns-new .erx-three-columns-column-icon {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 40px;
  max-width: 160px;
}
#erx-hp-columns-new .erx-three-columns-column-icon img {
  width: 100%;
}
@media (max-width: 768px) {
  #erx-hp-columns-new {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 50px;
    text-align: left;
  }
  #erx-hp-columns-new .erx-three-columns-column-icon {
    height: auto;
    margin: 0 40px 0 0;
  }
  #erx-hp-columns-new .erx-three-columns-column-header {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    max-width: 250px;
  }
  #erx-hp-columns-new .erx-three-columns-column-header h2 {
    font-size: 1.75em;
  }
}
#erx-hp-columns-new .three-columns-footnote {
  display: block;
  font-size: 0.75em;
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-hp-columns-new .three-columns-footnote {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-container {
    padding: 20px 44px 20px 64px;
  }
  #erx-hp-columns-new .erx-three-columns-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #erx-hp-columns-new .erx-three-columns-column {
    text-align: left;
    width: 100%;
  }
  #erx-hp-columns-new .erx-three-columns-column:first-of-type,
  #erx-hp-columns-new .erx-three-columns-column:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
  #erx-hp-columns-new .erx-three-columns-column-icon {
    height: auto;
    margin: 0;
  }
  #erx-hp-columns-new .erx-three-columns-title {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 32px;
    padding-right: 20px;
    width: 100%;
  }
  #erx-hp-columns-new .erx-three-columns-title h4 {
    margin-left: 30px;
    text-align: left;
  }
  #erx-hp-columns-new p {
    text-align: left;
  }
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding-left: 0;
    padding-right: 30px;
    padding-right: 64px;
    position: relative;
  }
  #erx-hp-columns-new .erx-three-columns-container:before {
    content: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-container {
    padding-left: 44px;
  }
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-container > div {
    width: 100%;
  }
  #erx-hp-columns-new .erx-three-columns-container:after {
    background-color: #42dba2;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-container:after {
    background-image: url("../img/revamp/border-short.png");
  }
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
#erx-hp-columns-new .erx-three-columns-column {
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-column {
    margin-bottom: 32px;
    margin-top: 96px;
  }
  #erx-hp-columns-new .erx-three-columns-column p {
    font-size: 1em;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #erx-hp-columns-new .erx-three-columns-column {
    margin-bottom: 64px;
    margin-top: 64px;
  }
}
@media (max-width: 420px) {
  #erx-hp-columns-new .erx-three-columns-column {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
#erx-hp-columns-new .erx-three-columns-title {
  align-items: flex-end;
  -webkit-box-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: end;
  margin-bottom: 5px;
}
#erx-hp-columns-new .erx-three-columns-title .icon-container,
#erx-hp-columns-new .erx-three-columns-title h4 {
  text-align: left;
}
#erx-hp-columns-new .erx-three-columns-title .icon-container {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 120px;
}
@media (max-width: 768px) {
  #erx-hp-columns-new .erx-three-columns-title .icon-container {
    margin-left: 0;
  }
}
#erx-hp-columns-new .erx-three-columns-title .icon-container img {
  max-width: 120px;
  width: 120px !important;
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-title .icon-container img {
    width: 64px !important;
  }
}
#erx-hp-columns-new .erx-three-columns-title h4 {
  font-size: 1.4em;
  margin-bottom: 5px;
}
@media (min-width: 1190px) {
  #erx-hp-columns-new .erx-three-columns-title h4 {
    font-size: 1.65em;
  }
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-title h4 {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-title {
    height: 70px;
  }
}
#erx-hp-columns-new .erx-three-columns-container {
  margin: 96px 0;
}
#erx-hp-columns-new .erx-three-columns-container:after {
  content: none;
}
#erx-hp-columns-new .erx-rotating-circle {
  height: 400px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  z-index: 1;
}
#erx-hp-columns-new .erx-rotating-circle:before {
  background-image: url("../img/revamp/2-circles-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-filter: FlipH;
  filter: FlipH;
  height: 130%;
  left: -15%;
  position: absolute;
  top: -10%;
  width: 130%;
  z-index: 0;
}
@media (max-width: 560px) {
  #erx-hp-columns-new .erx-rotating-circle:before {
    height: 100%;
    width: 100%;
  }
}
#erx-hp-columns-new .erx-rotating-circle:after {
  border: 3px solid #42dba2;
  border-bottom: 3px dotted #42dba2;
  border-radius: 50%;
  content: "";
  left: 0;
  padding-top: 100%;
  position: absolute;
  top: -3px;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  z-index: 0;
}
@media (max-width: 1400px) {
  #erx-hp-columns-new .erx-rotating-circle:after {
    border: 2px solid #42dba2;
    border-bottom: 2px dotted #42dba2;
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  #erx-hp-columns-new .erx-rotating-circle {
    height: min(450px, 38vw);
    width: min(450px, 38vw);
  }
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-rotating-circle {
    height: 420px;
    width: 430px;
  }
}
@media (max-width: 768px) {
  #erx-hp-columns-new .erx-rotating-circle {
    height: 480px;
    left: 49.5%;
    width: 470px;
  }
}
@media (max-width: 560px) {
  #erx-hp-columns-new .erx-rotating-circle {
    overflow: hidden;
  }
  #erx-hp-columns-new .erx-rotating-circle:before {
    left: 0;
    overflow: hidden;
    top: 5%;
  }
  #erx-hp-columns-new .erx-rotating-circle:after {
    left: 2%;
    padding-top: 96%;
    top: 0;
    width: 96%;
  }
}
#erx-hp-columns-new:hover .erx-rotating-circle:after {
  -webkit-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
@media (min-width: 769px) and (max-width: 992px) {
  #erx-hp-columns-new {
    margin-top: 120px;
  }
}
@media (max-width: 992px) {
  #erx-hp-columns-new .erx-three-columns-container {
    margin: 30px 0 70px;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #erx-hp-columns-new #need-help-carousel {
    display: block;
    position: relative;
    z-index: 1;
  }
  #erx-hp-columns-new .erx-three-columns-column {
    margin-bottom: 0;
    margin-top: 0;
  }
  #erx-hp-columns-new .erx-three-columns-column > div {
    font-size: 16px;
    margin: 0 auto 12px;
    max-width: 374px;
    min-height: 0;
    width: 100%;
  }
  #erx-hp-columns-new .erx-three-columns-column .erx-btn-large {
    width: 100%;
  }
}
#erx-hp-columns-new .chevron {
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 768px) {
  #erx-hp-columns-new .chevron-prev {
    left: 1.6em;
  }
  #erx-hp-columns-new .chevron-next {
    right: 2em;
  }
}
@media (max-width: 420px) {
  #erx-hp-columns-new .chevron-prev {
    left: 0.2em;
  }
  #erx-hp-columns-new .chevron-next {
    right: 0.25em;
  }
}
@media (max-width: 768px) {
  #erx-hp-columns-new {
    margin-bottom: 100px;
    padding-top: 0;
  }
}
@media (max-width: 560px) {
  #erx-hp-columns-new {
    padding-top: 0;
  }
}
@media (max-width: 420px) {
  #erx-hp-columns-new .erx-three-columns-container {
    margin-top: 32px;
  }
  #erx-hp-columns-new .erx-three-columns-column > div {
    max-width: calc(100% - 64px);
  }
  #erx-hp-columns-new .erx-rotating-circle:before {
    left: -15%;
  }
}

#erx-get-started-find-option-title {
  margin: 32px auto;
  max-width: 520px;
  padding: 0 32px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 992px) {
  #erx-get-started-find-option-title {
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  #erx-get-started-find-option-title {
    margin: 64px auto 32px;
  }
}

#erx-get-started-wrapper {
  overflow: hidden;
  padding: 50px;
}
@media (max-width: 992px) {
  #erx-get-started-wrapper {
    padding: 50px 50px 60px;
  }
}
@media (max-width: 768px) {
  #erx-get-started-wrapper {
    padding: 0;
  }
}

#erx-hp-why-erx {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 32px;
}
#erx-hp-why-erx h2 {
  margin: 48px 0 0;
  text-align: center;
}
#erx-hp-why-erx .erx-three-columns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#erx-hp-why-erx .erx-three-columns-container.border--left:before {
  background-image: url("../img/revamp/border-long.png");
}
#erx-hp-why-erx .erx-three-columns-content {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  #erx-hp-why-erx .erx-three-columns-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#erx-hp-why-erx .erx-three-columns-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
  width: 31%;
}
#erx-hp-why-erx .erx-three-columns-column:first-of-type {
  margin-right: 4%;
}
#erx-hp-why-erx .erx-three-columns-column:last-of-type {
  margin-left: 4%;
}
@media (min-width: 993px) {
  #erx-hp-why-erx .erx-three-columns-column h4 {
    margin-bottom: 20px;
  }
}
#erx-hp-why-erx .erx-three-columns-column p {
  font-size: 0.875em;
  margin-bottom: 20px;
}
#erx-hp-why-erx .erx-three-columns-column a {
  display: inline-block;
}
#erx-hp-why-erx .erx-three-columns-column-icon {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 40px;
  max-width: 160px;
}
#erx-hp-why-erx .erx-three-columns-column-icon img {
  width: 100%;
}
@media (max-width: 768px) {
  #erx-hp-why-erx {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 50px;
    text-align: left;
  }
  #erx-hp-why-erx .erx-three-columns-column-icon {
    height: auto;
    margin: 0 40px 0 0;
  }
  #erx-hp-why-erx .erx-three-columns-column-header {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    max-width: 250px;
  }
  #erx-hp-why-erx .erx-three-columns-column-header h2 {
    font-size: 1.75em;
  }
}
#erx-hp-why-erx .three-columns-footnote {
  display: block;
  font-size: 0.75em;
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-hp-why-erx .three-columns-footnote {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  #erx-hp-why-erx .erx-three-columns-container {
    padding: 20px 44px 20px 64px;
  }
  #erx-hp-why-erx .erx-three-columns-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #erx-hp-why-erx .erx-three-columns-column {
    text-align: left;
    width: 100%;
  }
  #erx-hp-why-erx .erx-three-columns-column:first-of-type,
  #erx-hp-why-erx .erx-three-columns-column:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
  #erx-hp-why-erx .erx-three-columns-column-icon {
    height: auto;
    margin: 0;
  }
  #erx-hp-why-erx .erx-three-columns-title {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 32px;
    padding-right: 20px;
    width: 100%;
  }
  #erx-hp-why-erx .erx-three-columns-title h4 {
    margin-left: 30px;
    text-align: left;
  }
  #erx-hp-why-erx p {
    text-align: left;
  }
}
#erx-hp-why-erx .erx-three-columns-column-icon {
  margin: 64px auto 20px;
  max-width: 120px;
}
#erx-hp-why-erx .erx-three-columns-text {
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  -ms-flex-pack: start;
  -ms-flex-positive: 1;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  #erx-hp-why-erx .erx-three-columns-text h4 {
    min-height: 63.8px;
  }
  #erx-hp-why-erx .erx-three-columns-text p {
    min-height: 64px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  #erx-hp-why-erx .erx-three-columns-text h4 {
    min-height: 95.7px;
  }
  #erx-hp-why-erx .erx-three-columns-text p {
    min-height: 64px;
  }
}
@media (max-width: 992px) {
  #erx-hp-why-erx {
    display: block;
    margin-bottom: 0;
    padding: 32px 32px 0;
  }
  #erx-hp-why-erx h2 {
    font-size: 2em;
    margin: 8px 0 32px;
  }
  #erx-hp-why-erx .erx-three-columns-container {
    padding: 0;
  }
  #erx-hp-why-erx .erx-three-columns-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #erx-hp-why-erx .erx-three-columns-column-icon {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 0 auto;
    min-width: 80px;
    width: 80px;
  }
  #erx-hp-why-erx .erx-three-columns-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
  }
  #erx-hp-why-erx .erx-three-columns-text h4,
  #erx-hp-why-erx .erx-three-columns-text p {
    margin-bottom: 10px;
  }
}

#erx-hp-video-rounded {
  background-image: url("../img/revamp/bg-circles-left-2.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 370px;
  padding: 0 32px;
}
#erx-hp-video-rounded .lines-background {
  background-position: top right;
  background-size: contain;
}
#erx-hp-video-rounded .erx-hp-iframe-wrapper {
  margin: 0 auto;
  max-width: 1280px;
}
#erx-hp-video-rounded .erx-hp-iframe-wrapper,
#erx-hp-video-rounded #erx-rounded-video-wrapper {
  margin: 0 auto 32px;
  max-width: 1200px;
  position: relative;
}
@media (min-width: 993px) {
  #erx-hp-video-rounded .erx-hp-iframe-wrapper,
  #erx-hp-video-rounded #erx-rounded-video-wrapper {
    max-width: 1360px;
    padding: 80px 58px;
  }
  #erx-hp-video-rounded .erx-hp-iframe-wrapper:before,
  #erx-hp-video-rounded #erx-rounded-video-wrapper:before {
    background-image: url("../img/revamp/bg-treatment-text.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 250px;
    left: -90px;
    position: absolute;
    top: -35px;
    -webkit-transform: scaleX(-1) rotate(10deg);
    -ms-transform: scaleX(-1) rotate(10deg);
    transform: scaleX(-1) rotate(10deg);
    width: 250px;
    z-index: -1;
  }
}
#erx-hp-video-rounded .erx-hp-iframe-wrapper.paused:after,
#erx-hp-video-rounded #erx-rounded-video-wrapper.paused:after {
  background-image: url(../img/revamp/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 150px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 150px;
}
@media (max-width: 992px) {
  #erx-hp-video-rounded .erx-hp-iframe-wrapper.paused:after,
  #erx-hp-video-rounded #erx-rounded-video-wrapper.paused:after {
    height: 50%;
    width: 50%;
  }
}
#erx-hp-video-rounded .erx-hp-iframe-wrapper img,
#erx-hp-video-rounded .erx-hp-iframe-wrapper video,
#erx-hp-video-rounded #erx-rounded-video-wrapper img,
#erx-hp-video-rounded #erx-rounded-video-wrapper video {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-hp-video-rounded {
    background-size: min(300px, 25%);
  }
}
@media (max-width: 540px) {
  #erx-hp-video-rounded {
    padding: 0 16px;
  }
}

#erx-hp-stats-unbalanced {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 32px;
}
#erx-hp-stats-unbalanced .erx-stats-content {
  text-align: center;
}
#erx-hp-stats-unbalanced h2 {
  margin-bottom: 32px;
}
#erx-hp-stats-unbalanced .erx-stats {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: min(380px, 27vw);
  justify-content: center;
  margin: 96px 0 0;
  text-align: center;
}
#erx-hp-stats-unbalanced .erx-stat-container {
  width: 25%;
  width: 384px;
}
#erx-hp-stats-unbalanced .erx-stat-container .erx-rotating-circle {
  height: 0;
  padding-top: 92%;
  width: 92% !important;
}
#erx-hp-stats-unbalanced .erx-stat-container .stat-number {
  display: block;
  font-size: min(6vw, 86px);
  font-weight: 700;
  line-height: 1;
}
#erx-hp-stats-unbalanced .erx-stat-container .stat-large {
  bottom: 64px;
  position: relative;
}
#erx-hp-stats-unbalanced .erx-stat-container .stat-large .stat-number {
  font-size: min(9vw, 108px);
}
#erx-hp-stats-unbalanced .erx-stat-container p {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  font-size: min(2.5vw, 24px) !important;
  justify-content: center;
  margin: 0 auto;
  max-width: 75%;
}
#erx-hp-stats-unbalanced .erx-stat-container p sup {
  position: relative;
  top: -0.325em;
}
#erx-hp-stats-unbalanced .erx-stat-container .text--green {
  font-weight: 700;
}
#erx-hp-stats-unbalanced .erx-stat-container-large {
  margin: 0 -20px;
  width: 29%;
  width: 420px;
}
#erx-hp-stats-unbalanced .erx-stat {
  height: 100%;
  position: relative;
}
#erx-hp-stats-unbalanced .erx-stat:hover .erx-rotating-circle:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#erx-hp-stats-unbalanced .erx-stats-footnote {
  font-size: 0.6em !important;
  margin: 48px auto 16px;
  max-width: 1000px;
}
@media (max-width: 768px) {
  #erx-hp-stats-unbalanced .erx-stats-footnote {
    font-size: 0.5em;
  }
}
#erx-hp-stats-unbalanced .erx-rotating-circle {
  height: 450px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 420px;
  z-index: 0;
}
#erx-hp-stats-unbalanced .erx-rotating-circle:after {
  border: 3px solid #42dba2;
  border-bottom: 3px dotted #42dba2;
  border-radius: 50%;
  content: "";
  left: 0;
  padding-top: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
@media (max-width: 1400px) {
  #erx-hp-stats-unbalanced .erx-rotating-circle:after {
    border: 2px solid #42dba2;
    border-bottom: 2px dotted #42dba2;
  }
}
#erx-hp-stats-unbalanced .erx-rotating-circle.green-rotating-circle:after {
  border: 3px solid #0f9768;
  border-left: 3px dotted #42dba2;
}
@media (max-width: 992px) {
  #erx-hp-stats-unbalanced {
    padding: 0;
  }
  #erx-hp-stats-unbalanced .erx-stats {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 400px;
    margin: 32px 0 10.66667px;
  }
  #erx-hp-stats-unbalanced .erx-stat-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 216px;
  }
  #erx-hp-stats-unbalanced .erx-stat-container p {
    font-size: 0.875em !important;
    height: 160px;
  }
  #erx-hp-stats-unbalanced .erx-stat-container.erx-stat-container-large {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  #erx-hp-stats-unbalanced .erx-stat-container.erx-stat-container-large .erx-stat {
    margin: 0 auto;
    width: 250px;
  }
  #erx-hp-stats-unbalanced .erx-stat-container .stat-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
  }
  #erx-hp-stats-unbalanced .erx-stat-container .stat-large {
    bottom: 0;
    right: 4px;
  }
  #erx-hp-stats-unbalanced .erx-stat-container .stat-large .stat-number {
    font-size: 64px;
  }
}
@media (max-width: 540px) {
  #erx-hp-stats-unbalanced .erx-stats {
    height: min(400px, 85vw);
    margin: 16px 0;
  }
  #erx-hp-stats-unbalanced .erx-stat-container {
    width: min(45%, 216px);
  }
  #erx-hp-stats-unbalanced .erx-stat-container p {
    font-size: 0.625em !important;
    height: auto;
  }
  #erx-hp-stats-unbalanced .erx-stat-container .stat-number {
    font-size: 36px;
  }
  #erx-hp-stats-unbalanced .erx-stat-container.erx-stat-container-large {
    margin: 0 auto;
    width: 60%;
  }
  #erx-hp-stats-unbalanced .erx-stat-container.erx-stat-container-large .erx-stat {
    width: min(100%, 250px);
  }
  #erx-hp-stats-unbalanced .erx-stat-container.erx-stat-container-large p {
    font-size: 0.875em !important;
  }
}
@media (max-width: 360px) {
  #erx-hp-stats-unbalanced .erx-stat-container p {
    font-size: 9px !important;
  }
  #erx-hp-stats-unbalanced .erx-stat-container .stat-number {
    font-size: 36px !important;
  }
  #erx-hp-stats-unbalanced .erx-stat-container .stat-large .stat-number {
    font-size: 36px !important;
  }
}
#erx-hp-stats-unbalanced .erx-0-stat {
  display: block;
}
@media (min-width: 1583px) {
  #erx-hp-stats-unbalanced .erx-0-stat {
    min-height: 6.5em;
  }
}
@media (min-width: 993px) and (max-width: 1582px) {
  #erx-hp-stats-unbalanced .erx-0-stat {
    min-height: 5.2em;
  }
}
@media (min-width: 541px) and (max-width: 992px) {
  #erx-hp-stats-unbalanced .erx-0-stat {
    min-height: 6.5em;
  }
}

#erx-hp-featured-in {
  padding: 8px 0 8px;
}
#erx-hp-featured-in .erx-hp-featured-in-title-wrapper {
  align-items: center;
  background-image: url("../img/revamp/background-circles-lines-horizontal.png");
  background-position: 60% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 8px;
  max-width: 1600px;
  padding: 0 32px;
}
@media (max-width: 768px) {
  #erx-hp-featured-in .erx-hp-featured-in-title-wrapper {
    background-image: url("../img/revamp/background-multi-circle.png");
    background-position: 16px 0;
    background-size: 150px;
    margin: 0 auto;
    padding-bottom: 32px;
  }
}
#erx-hp-featured-in .erx-hp-featured-in-title {
  background-color: #ffffff;
  margin: 0 auto;
  margin: 50px 0;
  padding: 16px 32px;
  text-align: center;
}
@media (max-width: 768px) {
  #erx-hp-featured-in .erx-hp-featured-in-title {
    margin: 10px 0 20px;
  }
}
#erx-hp-featured-in .erx-hp-featured-in-logos {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 992px) {
  #erx-hp-featured-in .erx-hp-featured-in-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #erx-hp-featured-in .erx-hp-featured-in-logos {
    margin-top: -32px;
    padding: 0 32px;
  }
}
#erx-hp-featured-in .erx-hp-featured-in-logo-wrapper {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  flex-grow: 1;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
  -ms-flex-positive: 1;
  flex-shrink: 0;
  justify-content: center;
  margin: 0 20px 16px;
}
#erx-hp-featured-in .erx-hp-featured-in-logo-wrapper img {
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-height: 60px;
  max-width: 160px;
  width: auto;
}
@media (max-width: 992px) {
  #erx-hp-featured-in .erx-hp-featured-in-logo-wrapper img {
    max-height: 52px;
    max-width: 140px;
  }
}
@media (max-width: 540px) {
  #erx-hp-featured-in .erx-hp-featured-in-logo-wrapper img {
    max-height: 35px;
    max-width: 90px;
  }
}
@media (max-width: 992px) {
  #erx-hp-featured-in .erx-hp-featured-in-logo-wrapper {
    margin: 0 8px 16px;
  }
}
@media (max-width: 768px) {
  #erx-hp-featured-in .erx-hp-featured-in-logo-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin: 0 6px 16px;
    order: 2;
    width: 10%;
  }
  #erx-hp-featured-in .erx-hp-featured-in-logo-wrapper.logo-large {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 45%;
  }
  #erx-hp-featured-in .erx-hp-featured-in-logo-wrapper.large-1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #erx-hp-featured-in .erx-hp-featured-in-logo-wrapper.large-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #erx-hp-featured-in .erx-hp-featured-in-logo-wrapper img {
    width: 100%;
  }
}

.in-the-news #erx-hp-featured-in {
  padding: 48px 0;
}

#erx-hp-tablet-preview {
  align-items: center;
  background-color: #eafff7;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  padding: 64px 32px;
  position: relative;
}
#erx-hp-tablet-preview .erx-app-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-hp-tablet-preview .erx-app-links-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#erx-hp-tablet-preview .erx-app-links-container img {
  height: 48px;
  margin: 5px;
  max-height: 100%;
  width: auto;
}
#erx-hp-tablet-preview .erx-hp-tablet-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
#erx-hp-tablet-preview .tablet-block {
  margin-left: auto;
  max-width: 65%;
  position: relative;
}
#erx-hp-tablet-preview #tablet-demo {
  background-color: #000000;
  border-radius: 13px;
  -webkit-box-shadow: 0 5px 30px 20px #000000;
  box-shadow: 0 5px 30px 20px #000000;
  left: 3.6%;
  position: absolute;
  top: 6%;
  width: 93%;
  z-index: 0;
}
@media (max-width: 768px) {
  #erx-hp-tablet-preview #tablet-demo {
    -webkit-box-shadow: 0 5px 18px 12px #000000;
    box-shadow: 0 5px 18px 12px #000000;
  }
}
#erx-hp-tablet-preview .erx-hp-tablet {
  background-image: url("../img/revamp/tablet-border.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-top: 59%;
  position: relative;
  width: 100%;
  z-index: 1;
}
#erx-hp-tablet-preview .erx-hp-tablet.paused:after {
  background-image: url(../img/revamp/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 150px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 150px;
}
@media (max-width: 992px) {
  #erx-hp-tablet-preview .erx-hp-tablet.paused:after {
    height: 50%;
    max-width: 150px;
    width: 50%;
  }
}
#erx-hp-tablet-preview .erx-hp-tablet #tablet-sound,
#erx-hp-tablet-preview .erx-hp-tablet #tablet-muted {
  bottom: 7%;
  cursor: pointer;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 73px;
  position: absolute;
  right: 5%;
  width: 5%;
}
#erx-hp-tablet-preview .erx-hp-tablet #tablet-sound img,
#erx-hp-tablet-preview .erx-hp-tablet #tablet-muted img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  width: 100%;
}
#erx-hp-tablet-preview .erx-hp-tablet #tablet-muted {
  display: none;
}
#erx-hp-tablet-preview .erx-hp-tablet #tablet-sound {
  display: block;
}
#erx-hp-tablet-preview .erx-hp-tablet.video-muted #tablet-sound {
  display: none;
}
#erx-hp-tablet-preview .erx-hp-tablet.video-muted #tablet-muted {
  display: block;
}
#erx-hp-tablet-preview .erx-hp-tablet .erx-hp-tablet-footnote {
  bottom: 6%;
  color: #ffffff;
  font-size: 0.75em;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
#erx-hp-tablet-preview .erx-hp-tablet .erx-hp-tablet-footnote p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #erx-hp-tablet-preview .erx-hp-tablet .erx-hp-tablet-footnote {
    font-size: 0.625em;
  }
}
#erx-hp-tablet-preview .erx-hp-tablet-text {
  background-color: #ffffff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 460px;
  padding: 32px 32px 32px;
  position: absolute;
  right: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
#erx-hp-tablet-preview .erx-hp-tablet-text:before {
  background-image: url("../img/revamp/border-short.png");
  background-size: 20px 100%;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 20px;
}
#erx-hp-tablet-preview .erx-hp-tablet-text h3 {
  margin-bottom: 16px;
}
#erx-hp-tablet-preview .erx-hp-tablet-text h4 {
  font-weight: 400;
  margin-bottom: 32px;
}
#erx-hp-tablet-preview .erx-hp-tablet-text h4 span {
  font-weight: 700;
}
#erx-hp-tablet-preview #table-muted {
  display: none;
}
@media (min-width: 993px) and (max-width: 1190px) {
  #erx-hp-tablet-preview .tablet-block {
    max-width: 62%;
  }
  #erx-hp-tablet-preview .erx-hp-tablet-text {
    max-width: 405px;
  }
}
@media (max-width: 992px) {
  #erx-hp-tablet-preview {
    background-color: #ffffff;
    padding: 64px 0 0;
  }
  #erx-hp-tablet-preview .tablet-block {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 16px;
    width: 100%;
  }
  #erx-hp-tablet-preview .erx-hp-tablet-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    max-width: 100%;
    padding: 32px 0;
    position: static;
    text-align: center;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    z-index: 1;
  }
  #erx-hp-tablet-preview .erx-hp-tablet-text:after {
    background-image: url("../img/revamp/bg-treatment-text.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 120px;
    content: "";
    height: 120px;
    inset: 45% 0px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 120px;
  }
  #erx-hp-tablet-preview .erx-hp-tablet-text:before {
    background-image: url("../img/revamp/divider-horizontal-green.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 20px;
    height: 20px;
    right: 32px;
    top: -32px;
    width: calc(100% + 32px);
  }
}

#erx-hp-why-erx .link--text:after,
#erx-hp-stats-unbalanced .link--text:after {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

#erx-hp-why-erx .link--text:hover:after,
#erx-hp-stats-unbalanced .link--text:hover:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hp-revamp .link--text {
  color: #ffffff;
}
.hp-revamp .link--text:after {
  background-image: url("../img/revamp/white-arrow-large.png");
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.hp-revamp .link--text:hover:after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 540px) {
  .hp-revamp .link--text {
    font-size: 0.8em;
  }
  .hp-revamp .link--text:after {
    height: 1.7em;
    right: -2em;
    top: 3px;
    width: 1.7em;
  }
}

#erx-hp-pricing {
  background-image: url("../img/revamp/background-teal-no-semicircle.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 50px 32px 0;
  position: relative;
}
#erx-hp-pricing .dollar-sign {
  bottom: 0.1em;
  font-size: 0.8em;
  position: relative;
}
#erx-hp-pricing .semicircle-container {
  height: 175px;
  position: relative;
  width: 100%;
}
#erx-hp-pricing .semicircle-container:before {
  background-image: url("../img/revamp/green-semicircle.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 200px;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 0;
}
#erx-hp-pricing .semicircle-container h1,
#erx-hp-pricing .semicircle-container p {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  position: relative;
  z-index: 1;
}
#erx-hp-pricing .semicircle-container h1 {
  font-size: 4.5em;
}
#erx-hp-pricing h3 {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#erx-hp-pricing .erx-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 710px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 992px) {
  #erx-hp-pricing {
    margin-top: 64px;
  }
  #erx-hp-pricing h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
  }
}
@media (max-width: 768px) {
  #erx-hp-pricing {
    background-image: url("../img/revamp/bg-semicircle-mobile.png");
    padding: 32px 32px 0;
  }
  #erx-hp-pricing .semicircle-container:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 692px;
  }
}

/* CG HOMEPAGE end */
/* CG TREATMENT START */
#erx-background-video-container.erx-treatment-revamp {
  background-image: url("../img/revamp/erx-treatment-overlay-bg.png");
  background-position: bottom center;
  margin-top: -18px;
}
@media (max-width: 768px) {
  #erx-background-video-container.erx-treatment-revamp {
    background-image: url("../img/revamp/erx-treatment-overlay-bg-mobile.png");
  }
  #erx-background-video-container.erx-treatment-revamp h1 {
    max-width: 288px;
  }
}

.erx-treatment-cta {
  text-align: center;
}

#erx-treatment-info {
  background-image: url("../img/revamp/bg-treatment-info.png");
  background-position: -200px center;
  background-repeat: no-repeat;
  background-size: calc(100% + 200px) auto;
  margin-bottom: -208px;
  padding: 64px 32px 256px;
  text-align: center;
}
#erx-treatment-info .erx-treatment-info-bg {
  margin: 0 auto;
  max-width: 1600px;
}
#erx-treatment-info h2 {
  font-size: 2em;
  margin-bottom: 20px;
}
#erx-treatment-info .erx-white-box-text {
  background-color: #ffffff;
  margin: 0 auto 8px;
  max-width: 900px;
  padding: 32px 50px;
  text-align: center;
}
#erx-treatment-info .erx-white-box-text p {
  line-height: 1.4;
  margin-bottom: 20px;
}
#erx-treatment-info .erx-white-box-text span {
  font-weight: 700;
}
@media (min-width: 1601px) {
  #erx-treatment-info {
    margin-bottom: -13%;
    padding: 5% 32px 15%;
  }
}
@media (min-width: 993px) {
  #erx-treatment-info h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 768px) {
  #erx-treatment-info {
    background-image: url("../img/revamp/bg-treatment-info-mobile-1.png");
    background-position: 0 55px;
    background-size: auto auto;
    margin-bottom: 0;
    padding-bottom: 48px;
    padding-top: 48px;
    position: relative;
  }
  #erx-treatment-info:before {
    background-image: url("../img/revamp/bg-treatment-info-mobile-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    right: -75px;
    width: 150px;
    z-index: -1;
  }
  #erx-treatment-info:after {
    background-image: url("../img/revamp/divider-horizontal-green-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 24px;
    left: -50px;
    position: absolute;
    top: 74px;
    width: 100%;
    z-index: -1;
  }
  #erx-treatment-info h2 {
    margin-bottom: 32px;
  }
  #erx-treatment-info .erx-white-box-text {
    padding: 24px;
  }
  #erx-treatment-info .erx-white-box-text p {
    font-size: 1.15em;
  }
}
@media (max-width: 540px) {
  #erx-treatment-info {
    background-position: 0 65px;
    padding: 32px 16px;
  }
  #erx-treatment-info .erx-white-box-text p {
    font-size: 1.3em;
  }
}

#erx-treatment-how-it-works .erx-column-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  padding-top: 0;
  position: relative;
}

#erx-treatment-how-it-works .erx-column {
  padding: 0 24px;
  width: 33%;
  z-index: 1;
}

#erx-treatment-how-it-works .erx-column-text p {
  font-size: 1em;
  line-height: 1.4;
  min-height: 5.6em;
}

#erx-treatment-how-it-works h2 {
  font-size: 3.5em;
  margin: 48px 0 0;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

#erx-treatment-how-it-works .erx-treatment-cta a {
  position: relative;
}
#erx-treatment-how-it-works .erx-treatment-cta a:after {
  background-image: url("../img/revamp/teal-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100px;
  position: absolute;
  right: -31px;
  top: 0px;
  width: 100px;
  z-index: -1;
}

@media (min-width: 993px) {
  #erx-treatment-how-it-works .erx-column-wrapper {
    padding-bottom: 16px;
  }
  #erx-treatment-how-it-works .erx-column-wrapper:before {
    background-image: url("../img/revamp/bg-treatment-text.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 96px;
    content: "";
    height: 200px;
    left: 32px;
    position: absolute;
    -webkit-transform: rotate(-15deg) scaleX(-1);
    -ms-transform: rotate(-15deg) scaleX(-1);
    transform: rotate(-15deg) scaleX(-1);
    width: 200px;
    z-index: 0;
  }
}

@media (max-width: 992px) {
  #erx-treatment-how-it-works h2 {
    font-size: 2em;
    margin: 8px 0 32px;
  }
  #erx-treatment-how-it-works .erx-column {
    margin-bottom: 48px;
    padding: 0;
    width: 100%;
  }
  #erx-treatment-how-it-works .erx-column:nth-child(even) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
  #erx-treatment-how-it-works .erx-column:nth-child(even) .erx-column-text {
    margin-left: 0;
    margin-right: 10px;
  }
  #erx-treatment-how-it-works .erx-column:last-of-type {
    margin-bottom: 0;
  }
  #erx-treatment-how-it-works .erx-treatment-cta {
    padding: 0 32px 40px;
  }
  #erx-treatment-how-it-works .erx-column-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  #erx-treatment-how-it-works {
    background-image: url("../img/revamp/teal-circle.png");
    background-position: -120px bottom;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: hidden;
    position: relative;
  }
  #erx-treatment-how-it-works:before {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 29px;
    left: -8px;
    position: absolute;
    top: 0;
    width: 29px;
  }
  #erx-treatment-how-it-works:after {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 77px;
    position: absolute;
    right: -38px;
    top: 70%;
    width: 77px;
  }
}

#erx-treatment-experience {
  padding: 50px 32px 0;
  position: relative;
  z-index: 2;
}
#erx-treatment-experience .erx-white-box-text {
  margin: 0 auto;
  max-width: 680px;
  position: relative;
  text-align: center;
  z-index: 1;
}
#erx-treatment-experience .erx-white-box-text h2 {
  margin: 0 auto 20px;
}
#erx-treatment-experience .erx-white-box-text p {
  margin: 0 auto;
  max-width: 550px;
}
#erx-treatment-experience h2 {
  font-size: 3.5em;
  margin-bottom: 16px;
}
#erx-treatment-experience .video-container {
  margin-bottom: 0;
  position: relative;
}
#erx-treatment-experience .video-container .top-left-text {
  color: #ffffff;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 10px;
  z-index: 2;
}
#erx-treatment-experience .video-container .bottom-right-text {
  bottom: 10px;
  color: #ffffff;
  pointer-events: none;
  position: absolute;
  right: 16px;
  z-index: 2;
}
#erx-treatment-experience .video-container .bottom-right-text sup {
  bottom: 0.5em;
  font-size: 0.5em;
  position: relative;
}
@media (min-width: 769px) {
  #erx-treatment-experience {
    background-image: url("../img/revamp/bg-circles-left-2.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 300px;
  }
}
@media (min-width: 993px) {
  #erx-treatment-experience .erx-white-box-text {
    margin: 0 auto -56px;
  }
}
@media (max-width: 992px) {
  #erx-treatment-experience {
    padding: 16px 32px 0;
  }
  #erx-treatment-experience .erx-white-box-text {
    max-width: 500px;
  }
  #erx-treatment-experience h2 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  #erx-treatment-experience .erx-video-wrapper {
    position: relative;
  }
  #erx-treatment-experience .erx-video-wrapper:before {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 40%;
    content: "";
    height: 50%;
    left: -20%;
    position: absolute;
    width: 50%;
  }
  #erx-treatment-experience .erx-white-box-text {
    padding: 32px 0;
  }
}

#erx-treatment-challenging {
  --circle-diameter: 450px;
  --circle-diameter-mobile: 400px;
  --circle-diameter-small-mobile: 350px;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  z-index: 0;
}
#erx-treatment-challenging .erx-treatment-circle-text {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 450px;
  justify-content: center;
  margin-bottom: -96px;
  margin-top: -48px;
  position: relative;
  z-index: 1;
}
#erx-treatment-challenging .erx-treatment-circle-text .erx-rotating-circle {
  height: var(--circle-diameter);
  width: var(--circle-diameter);
  z-index: -1;
}
#erx-treatment-challenging .erx-treatment-circle-text .erx-rotating-circle:after {
  border: 3px solid #42dba2;
  border-bottom: 5px dotted #0f9768;
}
@media (max-width: 1400px) {
  #erx-treatment-challenging .erx-treatment-circle-text .erx-rotating-circle:after {
    border: 3px solid #42dba2;
    border-bottom: 5px dotted #0f9768;
  }
}
#erx-treatment-challenging .erx-treatment-circle-text h4 {
  font-weight: 400;
  margin-bottom: 0;
}
#erx-treatment-challenging .erx-treatment-circle-text h2 {
  margin-bottom: 12px;
}
#erx-treatment-challenging .erx-treatment-circle-text:before {
  background-image: url("../img/revamp/light-teal-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: var(--circle-diameter);
  position: absolute;
  right: 10%;
  top: -35%;
  width: var(--circle-diameter);
}
#erx-treatment-challenging .text-in-circle {
  max-width: var(--circle-diameter);
  padding: 10px 10px 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 769px) {
  #erx-treatment-challenging:before {
    background-image: url("../img/revamp/teal-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 280px;
    left: 0;
    position: absolute;
    top: -48px;
    width: 280px;
  }
}
@media (max-width: 768px) {
  #erx-treatment-challenging .erx-treatment-circle-text {
    height: var(--circle-diameter-mobile);
    margin-bottom: -64px;
  }
  #erx-treatment-challenging .erx-treatment-circle-text:before {
    height: var(--circle-diameter-mobile);
    right: -30%;
    top: -40%;
    width: var(--circle-diameter-mobile);
  }
  #erx-treatment-challenging .erx-treatment-circle-text .erx-rotating-circle {
    height: var(--circle-diameter-mobile);
    width: var(--circle-diameter-mobile);
  }
  #erx-treatment-challenging .text-in-circle {
    width: var(--circle-diameter-mobile);
  }
}
@media (max-width: 560px) {
  #erx-treatment-challenging .erx-treatment-circle-text {
    height: var(--circle-diameter-small-mobile);
  }
  #erx-treatment-challenging .erx-treatment-circle-text:before {
    height: var(--circle-diameter-small-mobile);
    width: var(--circle-diameter-small-mobile);
  }
  #erx-treatment-challenging .erx-treatment-circle-text .erx-rotating-circle {
    height: var(--circle-diameter-small-mobile);
    width: var(--circle-diameter-small-mobile);
  }
  #erx-treatment-challenging .text-in-circle {
    width: var(--circle-diameter-small-mobile);
  }
}

#erx-treatment-right-for-your-child {
  padding: 50px 32px;
}
#erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
#erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text:before {
  background-image: url("../img/revamp/dark-green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -75px;
  content: "";
  height: 172px;
  left: 20px;
  position: absolute;
  width: 172px;
  z-index: -1;
}
#erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text:after {
  background-image: url("../img/revamp/bg-treatment-text.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 262px;
  position: absolute;
  right: -96px;
  top: -96px;
  -webkit-transform: scale(-1) rotate(30deg);
  -ms-transform: scale(-1) rotate(30deg);
  transform: scale(-1) rotate(30deg);
  width: 262px;
  z-index: 0;
}
#erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text h2,
#erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text > p {
  position: relative;
  text-align: center;
  z-index: 1;
}
#erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text .erx-checkmark-list {
  position: relative;
  z-index: 1;
}
#erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text h2 {
  margin: 0 auto 16px;
  max-width: 560px;
}
#erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text > p {
  margin: 0 auto 32px;
}
@media (max-width: 992px) {
  #erx-treatment-right-for-your-child {
    padding: 0 32px 50px;
  }
  #erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text h2 {
    max-width: 270px;
  }
}
@media (max-width: 768px) {
  #erx-treatment-right-for-your-child .subtitle {
    max-width: 360px;
  }
  #erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text:before {
    bottom: -128px;
    left: -64px;
  }
  #erx-treatment-right-for-your-child .erx-treatment-right-for-your-child-text:after {
    right: -128px;
    top: 96px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#erx-treatment-tablet-preview {
  padding-top: 32px;
}
@media (min-width: 769px) {
  #erx-treatment-tablet-preview .erx-tablet-content-container {
    position: relative;
  }
  #erx-treatment-tablet-preview .erx-tablet-content-container:after {
    background-image: url("../img/revamp/teal-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -80px;
    content: "";
    height: 100px;
    left: 64px;
    position: absolute;
    width: 100px;
    z-index: 0;
  }
  #erx-treatment-tablet-preview .erx-tablet-block:after {
    background-image: url("../img/revamp/dark-green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 150px;
    position: absolute;
    right: -10px;
    top: -35px;
    width: 150px;
    z-index: 0;
  }
}
@media (max-width: 992px) {
  #erx-treatment-tablet-preview {
    padding-top: 0;
  }
  #erx-treatment-tablet-preview .erx-tablet-block {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 8px;
  }
  #erx-treatment-tablet-preview .erx-tablet-text {
    background-color: #ffffff;
    margin: 32px auto;
    max-width: min(400px, 100%);
  }
  #erx-treatment-tablet-preview .erx-tablet-text:before {
    content: none;
  }
  #erx-treatment-tablet-preview .erx-tablet-text:after {
    content: none;
  }
  #erx-treatment-tablet-preview .erx-tablet-text h3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  #erx-treatment-tablet-preview .erx-tablet-block {
    overflow: hidden;
    position: relative;
  }
  #erx-treatment-tablet-preview .erx-tablet-block:before {
    background-image: url("../img/revamp/dark-green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 38%;
    content: "";
    height: 150px;
    position: absolute;
    right: -32px;
    width: 150px;
  }
  #erx-treatment-tablet-preview .erx-tablet-block:after {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 2px;
    content: "";
    height: 190px;
    left: -40px;
    position: absolute;
    width: 190px;
  }
}
@media (max-width: 540px) {
  #erx-treatment-tablet-preview .erx-app-links-container a {
    margin: 0 0 -10px;
  }
}

/* CG TREATMENT END */
/* CG GET A PRESCRIPTION START */
#ft-oride.prescription {
  margin-top: 63px;
}
#ft-oride.prescription #erx-form-new #erx-form-content-container p {
  max-width: 590px;
}

#erx-prescription-header {
  padding-top: 64px;
  position: relative;
  /* h4 1.5em */
}
#erx-prescription-header .columns2-box-wrapper {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 50px;
  width: 50%;
}
#erx-prescription-header .columns2-box-wrapper p {
  margin-bottom: 20px;
}
#erx-prescription-header .erx-vertical-divider {
  bottom: 0;
  position: absolute;
  top: 0;
}
#erx-prescription-header .erx-horizontal-border {
  position: absolute;
  top: 0;
  width: 100%;
}
#erx-prescription-header .erx-horizontal-border img {
  height: 20px;
  width: 100%;
}
#erx-prescription-header .erx-prescription-title {
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
}
#erx-prescription-header .columns2-box {
  max-width: 374px;
}
#erx-prescription-header .title,
#erx-prescription-header p {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
#erx-prescription-header .title {
  margin-bottom: 16px;
}
#erx-prescription-header .title {
  align-items: flex-end;
  -webkit-box-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: end;
}
#erx-prescription-header .title img {
  max-width: 100px;
  width: 100px;
}
@media (min-width: 769px) {
  #erx-prescription-header .columns2-box-wrapper p {
    min-height: 3.9em;
  }
  #erx-prescription-header:before {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 132px;
    left: -80px;
    position: absolute;
    top: 140px;
    width: 132px;
  }
  #erx-prescription-header:after {
    background-image: url("../img/revamp/teal-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 263px;
    left: -195px;
    position: absolute;
    top: 170px;
    width: 263px;
  }
  #erx-prescription-header .erx-prescription-title {
    margin-bottom: 32px;
  }
  #erx-prescription-header .erx-prescription-title:before {
    background-image: url("../img/revamp/light-teal-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 394px;
    position: absolute;
    right: -240px;
    top: 55%;
    width: 394px;
  }
  #erx-prescription-header .erx-prescription-title:after {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 166px;
    position: absolute;
    right: -120px;
    top: 40%;
    width: 166px;
  }
}
@media (max-width: 768px) {
  #erx-prescription-header .erx-vertical-divider {
    display: none;
  }
  #erx-prescription-header .erx-2columns-wrapper {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #erx-prescription-header .erx-prescription-title:before {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 60px;
    left: -45px;
    position: absolute;
    top: 100px;
    width: 60px;
  }
  #erx-prescription-header .columns2-box-wrapper {
    padding: 32px 32px 0;
    position: relative;
    width: 100%;
  }
  #erx-prescription-header .columns2-box-wrapper:first-of-type {
    margin-bottom: 64px;
  }
  #erx-prescription-header .columns2-box-wrapper:first-of-type:before {
    background-image: url(../img/revamp/divider-horizontal-green.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -64px;
    content: "";
    height: 20px;
    left: 32px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  #erx-prescription-header .columns2-box-wrapper:first-of-type:after {
    background-image: url("../img/revamp/light-teal-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 394px;
    position: absolute;
    right: -310px;
    top: -50px;
    width: 394px;
    z-index: -1;
  }
  #erx-prescription-header .columns2-box-wrapper:last-of-type:before {
    background-image: url(../img/revamp/green-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 28px;
    left: -10px;
    pointer-events: none;
    position: absolute;
    top: 140px;
    width: 28px;
    z-index: -1;
  }
  #erx-prescription-header .columns2-box-wrapper:last-of-type:after {
    background-image: url(../img/revamp/dark-green-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 200px;
    pointer-events: none;
    position: absolute;
    right: -150px;
    top: 50px;
    width: 200px;
    z-index: -1;
  }
}

.erx-prescription-have-rx {
  background-image: url("../img/revamp/multicolor-circle.png");
  background-position: -100px 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 112px;
  position: relative;
}
.erx-prescription-have-rx > div {
  width: 50%;
}
.erx-prescription-have-rx .have-rx-instructions {
  background-image: url("../img/revamp/hero-bg-teal.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 0 64px 32px;
  position: relative;
}
.erx-prescription-have-rx .erx-white-box-text {
  margin-left: auto;
  max-width: 600px;
  padding-right: 96px;
  position: relative;
  right: -5%;
  z-index: 1;
}
.erx-prescription-have-rx .erx-white-box-text h2 {
  margin-bottom: 24px;
}
.erx-prescription-have-rx .have-rx-text {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.erx-prescription-have-rx .have-rx-text h3 {
  margin-bottom: 20px;
}
.erx-prescription-have-rx .have-rx-text img {
  max-width: 150px;
  width: 100%;
}
.erx-prescription-have-rx .have-rx-right {
  background-image: url("../img/revamp/have-rx.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 993px) {
  .erx-prescription-have-rx:before {
    background-image: url("../img/revamp/pill-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -160px;
    content: "";
    height: 190px;
    left: -250px;
    position: absolute;
    width: 600px;
    z-index: -1;
  }
}
@media (min-width: 769px) {
  .erx-prescription-have-rx .have-rx-icon-mobile {
    display: none;
  }
  .erx-prescription-have-rx .erx-white-box-text {
    padding-right: 96px;
  }
  .erx-prescription-have-rx .erx-white-box-text:before {
    aspect-ratio: 0.55;
    background-image: url("../img/revamp/phone-phil-chat.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -96px;
    content: "";
    pointer-events: none;
    position: absolute;
    right: -160px;
    width: 240px;
  }
  .erx-prescription-have-rx .have-rx-right .phone-image {
    bottom: -5%;
    height: 75%;
    left: -10%;
    pointer-events: none;
    position: absolute;
  }
  .erx-prescription-have-rx .have-rx-right .phone-image img {
    height: 100%;
    width: 100%;
  }
  .erx-prescription-have-rx .have-rx-phone-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .erx-prescription-have-rx {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .erx-prescription-have-rx {
    background-image: none;
    display: block;
    margin-bottom: 64px;
  }
  .erx-prescription-have-rx > div {
    width: 100%;
  }
  .erx-prescription-have-rx .have-rx-instructions {
    background-image: url("../img/revamp/hero-bg-teal.png");
    padding: 16px;
  }
  .erx-prescription-have-rx .erx-white-box-text {
    max-width: 100%;
    padding: 16px;
    right: auto;
    text-align: center;
  }
  .erx-prescription-have-rx .have-rx-icon-mobile {
    margin: 24px auto 16px;
    max-width: 75px;
  }
  .erx-prescription-have-rx .have-rx-icon-mobile img {
    width: 100%;
  }
  .erx-prescription-have-rx .have-rx-right {
    background-position: 35% center;
    min-height: 50vh;
  }
  .erx-prescription-have-rx .have-rx-right:before {
    background-image: url("../img/revamp/light-teal-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -190px;
    content: "";
    height: 350px;
    position: absolute;
    right: -250px;
    width: 350px;
  }
  .erx-prescription-have-rx .have-rx-right:after {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    right: -25px;
    top: 25%;
    width: 50px;
  }
  .erx-prescription-have-rx .have-rx-phone-mobile {
    padding-top: 50vh;
    pointer-events: none;
    position: relative;
  }
  .erx-prescription-have-rx .have-rx-phone-mobile:before {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 12vh;
    content: "";
    height: 150px;
    left: -50px;
    position: absolute;
    width: 150px;
  }
  .erx-prescription-have-rx .have-rx-phone-mobile:after {
    aspect-ratio: 0.55;
    background-image: url("../img/revamp/phone-phil-chat.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -3vh;
    content: "";
    left: 0;
    position: absolute;
    width: 22vh;
  }
}

.erx-prescription-ready-to-purchase {
  background-image: url("../img/revamp/bg-circles-corner.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 400px;
  padding-bottom: 32px;
  position: relative;
  text-align: center;
}
.erx-prescription-ready-to-purchase:before {
  aspect-ratio: 0.25;
  background-image: url("../img/revamp/bg-circles-right-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: -1;
}
.erx-prescription-ready-to-purchase .erx-2columns-wrapper {
  /*align-items: center;*/
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  padding: 32px 0;
}
.erx-prescription-ready-to-purchase .erx-2columns-wrapper .box-left {
  width: 40%;
}
.erx-prescription-ready-to-purchase .erx-2columns-wrapper .erx-vertical-divider {
  margin: 0 20px;
  width: 16px;
}
.erx-prescription-ready-to-purchase .erx-2columns-wrapper .erx-vertical-divider img {
  width: 16px;
}
.erx-prescription-ready-to-purchase .erx-2columns-wrapper .box-right {
  text-align: left;
  width: 60%;
}
.erx-prescription-ready-to-purchase .text-container {
  margin: 32px auto 0;
  max-width: 1280px;
  padding: 0 32px;
}
.erx-prescription-ready-to-purchase h2 {
  margin-bottom: 24px;
}
.erx-prescription-ready-to-purchase h4 {
  margin-bottom: 24px;
}
.erx-prescription-ready-to-purchase .erx-price {
  color: #0f9768;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  position: relative;
}
.erx-prescription-ready-to-purchase .dollar {
  bottom: 0.2em;
  font-size: 0.625em;
  position: relative;
}
.erx-prescription-ready-to-purchase .box-right p:not(.footnote-text) {
  margin-bottom: 20px;
}
@media (min-width: 993px) {
  .erx-prescription-ready-to-purchase .erx-horizontal-divider {
    display: none;
  }
  .erx-prescription-ready-to-purchase .title {
    margin-bottom: 32px;
  }
  .erx-prescription-ready-to-purchase .text-container {
    padding: 0 100px;
  }
}
@media (max-width: 992px) {
  .erx-prescription-ready-to-purchase {
    background-image: none;
  }
  .erx-prescription-ready-to-purchase .erx-price {
    font-size: 5.5em;
  }
  .erx-prescription-ready-to-purchase h3 {
    margin-bottom: 16px;
  }
  .erx-prescription-ready-to-purchase .erx-2columns-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
  .erx-prescription-ready-to-purchase .erx-2columns-wrapper .box-left,
  .erx-prescription-ready-to-purchase .erx-2columns-wrapper .box-right {
    width: 100%;
  }
  .erx-prescription-ready-to-purchase .erx-horizontal-divider {
    margin: 16px 0;
  }
  .erx-prescription-ready-to-purchase .erx-horizontal-divider img {
    width: 100%;
  }
  .erx-prescription-ready-to-purchase .erx-vertical-divider {
    display: none;
  }
  .erx-prescription-ready-to-purchase:before {
    background-image: url("../img/revamp/green-circle.png");
    height: 25px;
    left: 8px;
    right: unset;
    top: 70%;
    width: 25px;
  }
  .erx-prescription-ready-to-purchase:after {
    height: 200px;
    right: -170px;
    top: 60%;
    width: 200px;
  }
  .erx-prescription-ready-to-purchase .erx-2columns-wrapper .box-right {
    text-align: center;
  }
  .erx-prescription-ready-to-purchase .erx-2columns-wrapper .box-right .footnote-text {
    margin-top: 20px;
  }
  .erx-prescription-ready-to-purchase .text-container {
    position: relative;
  }
  .erx-prescription-ready-to-purchase .text-container:before {
    background-image: url("../img/revamp/teal-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 125px;
    left: -50px;
    position: absolute;
    top: -10px;
    width: 125px;
    z-index: -1;
  }
  .erx-prescription-ready-to-purchase .text-container:after {
    background-image: url("../img/revamp/light-teal-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 340px;
    position: absolute;
    right: -260px;
    top: -200px;
    width: 340px;
    z-index: -1;
  }
}

.erx-prescription-set-up {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: relative;
}
.erx-prescription-set-up .set-up-left {
  background-image: url("../img/revamp/prescription-set-up.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
}
.erx-prescription-set-up .set-up-right {
  background-image: url("../img/revamp/hero-bg-teal.png");
  background-position: center;
  background-size: cover;
  padding: 80px 0 80px;
  position: relative;
  width: 40%;
}
.erx-prescription-set-up .set-up-right-text {
  background-color: #ffffff;
  counter-reset: numberedParagraphs;
  margin-right: auto;
  max-width: 600px;
  padding: 32px;
  position: relative;
  right: 20%;
}
.erx-prescription-set-up .set-up-right-text .numbered-green {
  counter-increment: numberedParagraphs;
  padding-left: 20px;
  position: relative;
}
.erx-prescription-set-up .set-up-right-text .numbered-green:before {
  color: #42dba2;
  content: counter(numberedParagraphs) ".";
  font-size: 1em;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}
.erx-prescription-set-up .set-up-title {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.erx-prescription-set-up .set-up-title h3 {
  min-width: 180px;
}
.erx-prescription-set-up .set-up-title .erx-app-links-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
}
.erx-prescription-set-up .set-up-title .erx-app-links-container img {
  margin-right: 0;
}
.erx-prescription-set-up p:not(.footnote-text) {
  margin-bottom: 16px;
}
.erx-prescription-set-up .apps-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 12px;
}
.erx-prescription-set-up .apps-mobile img {
  margin: 0;
}
@media (max-width: 768px) {
  .erx-prescription-set-up {
    display: block;
  }
  .erx-prescription-set-up .apps-desktop {
    display: none;
  }
  .erx-prescription-set-up .set-up-left,
  .erx-prescription-set-up .set-up-right {
    width: 100%;
  }
  .erx-prescription-set-up .set-up-left {
    min-height: 50vh;
  }
  .erx-prescription-set-up .set-up-right {
    padding: 16px;
  }
  .erx-prescription-set-up .set-up-right-text {
    max-width: 100%;
    padding: 16px;
    right: auto;
  }
  .erx-prescription-set-up .set-up-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .erx-prescription-set-up .footnote-text {
    font-size: 0.75em !important;
    margin-bottom: 0;
    text-align: center;
  }
}

.erx-prescription-refill {
  margin: 32px auto 64px;
  max-width: 650px;
  padding: 0 32px;
  text-align: center;
}
.erx-prescription-refill h2,
.erx-prescription-refill h4 {
  margin-bottom: 24px;
}
.erx-prescription-refill h4 {
  font-weight: 400;
}
@media (max-width: 768px) {
  .erx-prescription-refill {
    margin: 32px auto 0;
  }
}

.erx-prescription-resources {
  background-image: url(../img/revamp/light-teal-circle-2.png);
  background-position: center -70%;
  background-repeat: no-repeat;
  background-size: 660px;
  margin-top: -170px;
  padding-top: 50px;
  position: relative;
}
.erx-prescription-resources .resources-text {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  height: 500px;
  justify-content: flex-end;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
  width: 550px;
}
.erx-prescription-resources .resources-text:before {
  background-image: url("../img/revamp/dark-green-circle-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10%;
  content: "";
  height: 400px;
  left: -50%;
  position: absolute;
  width: 400px;
  z-index: -1;
}
.erx-prescription-resources .resources-text:after {
  background-image: url("../img/revamp/green-circle-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 10%;
  content: "";
  height: 400px;
  position: absolute;
  right: -50%;
  width: 400px;
  z-index: -1;
}
.erx-prescription-resources .resources-text > * {
  width: 100%;
}
.erx-prescription-resources .resources-text h2 {
  font-size: 4em;
}
@media (min-width: 769px) {
  .erx-prescription-resources .erx-rotating-circle {
    display: none;
  }
}
@media (max-width: 768px) {
  .erx-prescription-resources {
    background-image: url("../img/revamp/bg-circles-corner-2.png");
    background-position: bottom left;
    background-size: 400px;
    margin-top: 0;
    padding-bottom: 120px;
    padding-top: 0;
    position: relative;
  }
  .erx-prescription-resources .resources-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 400px;
    justify-content: center;
    max-width: 400px;
    padding: 0 32px 10px;
    width: 100%;
  }
  .erx-prescription-resources .resources-text p {
    max-width: 240px;
  }
  .erx-prescription-resources .resources-text:before,
  .erx-prescription-resources .resources-text:after {
    content: none;
  }
  .erx-prescription-resources .erx-rotating-circle {
    height: 380px;
    left: 51%;
    top: calc(50% - 60px);
    width: 380px;
    z-index: -1;
  }
  .erx-prescription-resources .erx-rotating-circle:after {
    border-width: 4px;
    left: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .erx-prescription-resources:before {
    background-image: url("../img/revamp/green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: -100px;
    width: 20px;
    z-index: -1;
  }
  .erx-prescription-resources:after {
    background-image: url("../img/revamp/dark-green-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 140px;
    position: absolute;
    right: -100px;
    top: 0;
    width: 140px;
    z-index: -2;
  }
}

.erx-prescription-three .horizontal-divider {
  margin-bottom: 32px;
  position: relative;
  right: -10%;
  z-index: -1;
}
.erx-prescription-three .horizontal-divider img {
  width: 100%;
}

@media (max-width: 768px) {
  .erx-prescription-three .horizontal-divider {
    display: none;
  }
}

/* CG GET A PRESCRIPTION END */
/* CG NEWS REVAMP START */
#erx-background-video-container.erx-news-revamp {
  background-image: url("../img/revamp/erx-news-overlay-bg.png");
  background-position: bottom center;
  margin-top: -18px;
}
#erx-background-video-container.erx-news-revamp h1 {
  margin-bottom: 16px;
}
#erx-background-video-container.erx-news-revamp h3 {
  font-weight: 700;
  max-width: 1120px;
}
#erx-background-video-container.erx-news-revamp h3,
#erx-background-video-container.erx-news-revamp p,
#erx-background-video-container.erx-news-revamp a {
  color: #ffffff;
}
@media (min-width: 993px) {
  #erx-background-video-container.erx-news-revamp h3,
  #erx-background-video-container.erx-news-revamp p,
  #erx-background-video-container.erx-news-revamp a {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #erx-background-video-container.erx-news-revamp {
    background-image: url("../img/revamp/erx-news-overlay-bg-mobile.png");
  }
}

/* CG NEWS REVAMP START */
/* CG TESTIMONIALS REVAMP START */
#erx-reviews-hero.erx-reviews-revamp {
  margin-left: 0;
  margin-right: 0;
}
#erx-reviews-hero.erx-reviews-revamp .erx-hero-background {
  background-image: url("../img/revamp/bg-testimonial-revamp.png");
}
#erx-reviews-hero.erx-reviews-revamp .erx-hero-text {
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
  text-align: left;
}
@media (min-width: 993px) {
  #erx-reviews-hero.erx-reviews-revamp .erx-hero-text {
    margin-bottom: 0;
    margin-top: 0;
  }
  #erx-reviews-hero.erx-reviews-revamp .erx-hero-text h1 {
    margin-bottom: 0;
    margin-left: 0;
    max-width: 100%;
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  #erx-reviews-hero.erx-reviews-revamp .erx-hero-text {
    padding: 0;
  }
  #erx-reviews-hero.erx-reviews-revamp .erx-hero-text h1 {
    padding: 32px 0 0;
    text-align: center;
  }
}
#erx-reviews-hero.erx-reviews-revamp #erx-fw-video .video-container {
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #erx-reviews-hero.erx-reviews-revamp #erx-fw-video {
    padding-left: 32px;
    padding-right: 32px;
  }
}
#erx-reviews-hero.erx-reviews-revamp #erx-fw-video .three-columns-footnote {
  text-align: left;
}

@media (max-width: 992px) {
  #ft-oride.testimonials .erx-three-columns-container {
    padding: 32px 0;
  }
}

#ft-oride.testimonials .erx-testimonial-image {
  border-radius: 25px;
  overflow: hidden;
}

#ft-oride.testimonials .three-columns-footnote.erx-footnote {
  margin: 0;
}
#ft-oride.testimonials .three-columns-footnote.erx-footnote p {
  margin: 0;
}

#ft-oride.testimonials #erx-learn-more .width-container {
  max-width: 730px;
}

/* CG TESTIMONIALS REVAMP END */
/* CG SOCIAL REVAMP START */
#erx-background-video-container.erx-social-revamp {
  background-image: url("../img/revamp/erx-social-overlay-bg.png");
  background-position: bottom center;
  margin-bottom: 64px;
  margin-top: -18px;
}
#erx-background-video-container.erx-social-revamp h1 {
  margin-bottom: 0;
}
#erx-background-video-container.erx-social-revamp h2,
#erx-background-video-container.erx-social-revamp p,
#erx-background-video-container.erx-social-revamp a {
  color: #ffffff;
}
@media (min-width: 993px) {
  #erx-background-video-container.erx-social-revamp h2,
  #erx-background-video-container.erx-social-revamp p,
  #erx-background-video-container.erx-social-revamp a {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #erx-background-video-container.erx-social-revamp {
    background-image: url("../img/revamp/erx-social-overlay-bg-mobile.png");
  }
}

/* CG SOCIAL REVAMP END */
/* CG FAQ REVAMP START */
#ft-oride.faqs .erx-faq-more {
  margin-bottom: 32px;
  text-align: center;
}

#erx-background-video-container.erx-faq-revamp {
  background-image: url("../img/revamp/erx-faq-overlay-bg.png");
  background-position: bottom center;
  margin-bottom: 64px;
  margin-top: -18px;
}
#erx-background-video-container.erx-faq-revamp .erx-horizontal-border {
  bottom: -10px;
  position: absolute;
  width: 100%;
}
#erx-background-video-container.erx-faq-revamp .erx-horizontal-border img {
  height: 20px;
  width: 100%;
}
@media (min-width: 993px) {
  #erx-background-video-container.erx-faq-revamp h1 {
    font-size: 70px;
  }
}
@media (min-width: 769px) {
  #erx-background-video-container.erx-faq-revamp .erx-hero-video-text.left-aligned {
    max-width: 1600px;
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media (max-width: 992px) {
  #erx-background-video-container.erx-faq-revamp h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  #erx-background-video-container.erx-faq-revamp {
    background-image: url("../img/revamp/erx-faq-overlay-bg-mobile.png");
  }
}

/* CG FAQ REVAMP END */
/* CG SIGNUP REVAMP START */
#erx-background-video-container.erx-signup-revamp {
  background-image: url("../img/revamp/erx-signup-overlay-bg.png");
  background-position: bottom center;
  margin-top: -18px;
}
#erx-background-video-container.erx-signup-revamp .erx-horizontal-border {
  bottom: -10px;
  position: absolute;
  width: 100%;
}
#erx-background-video-container.erx-signup-revamp .erx-horizontal-border img {
  height: 20px;
  width: 100%;
}
#erx-background-video-container.erx-signup-revamp #erx-form-new {
  padding: 32px;
}
@media (max-width: 768px) {
  #erx-background-video-container.erx-signup-revamp {
    background-image: url("../img/revamp/erx-signup-overlay-bg-mobile.png");
  }
}

/* CG SIGNUP REVAMP END */
/* CG RESEARCH REVAMP START */
#erx-background-video-container.erx-research-revamp {
  background-image: url("../img/revamp/erx-research-overlay-bg.png");
  background-position: bottom center;
  margin-top: -18px;
}
#erx-background-video-container.erx-research-revamp .erx-horizontal-border {
  bottom: -10px;
  position: absolute;
  width: 100%;
}
#erx-background-video-container.erx-research-revamp .erx-horizontal-border img {
  height: 20px;
  width: 100%;
}
#erx-background-video-container.erx-research-revamp .footnote-text {
  font-size: 0.625em;
}
@media (max-width: 768px) {
  #erx-background-video-container.erx-research-revamp {
    background-image: url("../img/revamp/erx-signup-overlay-bg-mobile.png");
  }
}

#ft-oride.the-research .erx-hero-video-text h4 {
  max-width: 860px;
}
@media (max-width: 992px) {
  #ft-oride.the-research .erx-hero-video-text h4 {
    max-width: 500px;
  }
}

#ft-oride.the-research .erx-stats-research-info {
  margin: 0 auto 32px;
  max-width: 800px;
  text-align: center;
}

/* CG RESEARCH REVAMP END */
/* CG CURRENT PLAYERS START */
#erx-background-video-container.erx-currentplayers-revamp {
  background-image: url("../img/revamp/erx-currentplayers-overlay-bg.png");
  background-position: center;
  margin-top: -18px;
}
#erx-background-video-container.erx-currentplayers-revamp .erx-horizontal-border {
  bottom: -10px;
  position: absolute;
  width: 100%;
}
#erx-background-video-container.erx-currentplayers-revamp .erx-horizontal-border img {
  height: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  #erx-background-video-container.erx-currentplayers-revamp h1 {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  #erx-background-video-container.erx-currentplayers-revamp {
    background-image: url("../img/revamp/erx-currentplayers-overlay-bg-mobile.png");
  }
}

.erx-currentplayers-keys-to-success {
  margin: 0 auto;
  max-width: 1600px;
  max-width: 100%;
  padding: 0 32px;
}
.erx-currentplayers-keys-to-success h2 {
  font-size: 3.5em;
  margin: 48px 0 32px;
}
.erx-currentplayers-keys-to-success .section-title {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.erx-currentplayers-keys-to-success .section-title h2,
.erx-currentplayers-keys-to-success .section-title p {
  text-align: center;
}
.erx-currentplayers-keys-to-success .erx-three-columns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.erx-currentplayers-keys-to-success .erx-three-columns-container.border--left:before {
  background-image: url("../img/revamp/border-long.png");
}
.erx-currentplayers-keys-to-success .erx-three-columns-content {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .erx-currentplayers-keys-to-success .erx-three-columns-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.erx-currentplayers-keys-to-success .erx-three-columns-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
  width: 31%;
}
.erx-currentplayers-keys-to-success .erx-three-columns-column:first-of-type {
  margin-right: 4%;
}
.erx-currentplayers-keys-to-success .erx-three-columns-column:last-of-type {
  margin-left: 4%;
}
@media (min-width: 993px) {
  .erx-currentplayers-keys-to-success .erx-three-columns-column h4 {
    margin-bottom: 20px;
  }
}
.erx-currentplayers-keys-to-success .erx-three-columns-column p {
  font-size: 0.875em;
  margin-bottom: 20px;
}
.erx-currentplayers-keys-to-success .erx-three-columns-column a {
  display: inline-block;
}
.erx-currentplayers-keys-to-success .erx-three-columns-column-icon {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 40px;
  max-width: 160px;
}
.erx-currentplayers-keys-to-success .erx-three-columns-column-icon img {
  width: 100%;
}
@media (max-width: 768px) {
  .erx-currentplayers-keys-to-success {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 50px;
    text-align: left;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-column-icon {
    height: auto;
    margin: 0 40px 0 0;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-column-header {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    max-width: 250px;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-column-header h2 {
    font-size: 1.75em;
  }
}
.erx-currentplayers-keys-to-success .three-columns-footnote {
  display: block;
  font-size: 0.75em;
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  .erx-currentplayers-keys-to-success .three-columns-footnote {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .erx-currentplayers-keys-to-success .erx-three-columns-container {
    padding: 20px 44px 20px 64px;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-column {
    text-align: left;
    width: 100%;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-column:first-of-type,
  .erx-currentplayers-keys-to-success .erx-three-columns-column:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-column-icon {
    height: auto;
    margin: 0;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-title {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 32px;
    padding-right: 20px;
    width: 100%;
  }
  .erx-currentplayers-keys-to-success .erx-three-columns-title h4 {
    margin-left: 30px;
    text-align: left;
  }
  .erx-currentplayers-keys-to-success p {
    text-align: left;
  }
}
.erx-currentplayers-keys-to-success .erx-three-columns-column-icon {
  margin: 64px auto 20px;
  max-width: 120px;
}
.erx-currentplayers-keys-to-success .erx-three-columns-text {
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  -ms-flex-pack: start;
  -ms-flex-positive: 1;
  justify-content: flex-start;
}
.erx-currentplayers-keys-to-success.keys-1 {
  position: relative;
}
.erx-currentplayers-keys-to-success.keys-1:before {
  background-image: url("../img/revamp/keys1-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 426px;
  left: -40px;
  position: absolute;
  top: 0;
  width: 216px;
  z-index: -1;
}
.erx-currentplayers-keys-to-success.keys-1:after {
  background-image: url("../img/revamp/keys1-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 294px;
  position: absolute;
  right: -100px;
  top: 0;
  width: 368px;
  z-index: -1;
}
.erx-currentplayers-keys-to-success.keys-2 {
  position: relative;
}
.erx-currentplayers-keys-to-success.keys-2:before {
  background-image: url("../img/revamp/green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 132px;
  left: -32px;
  position: absolute;
  top: 40px;
  width: 132px;
  z-index: -1;
}
.erx-currentplayers-keys-to-success.keys-2:after {
  background-image: url("../img/revamp/teal-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 62px;
  left: -31px;
  position: absolute;
  top: 138px;
  width: 62px;
  z-index: -1;
}
@media (min-width: 993px) {
  .erx-currentplayers-keys-to-success .erx-column-text {
    padding: 0 16px;
  }
  .erx-currentplayers-keys-to-success .erx-column-wrapper {
    padding-bottom: 16px;
    padding-top: 0;
  }
  .erx-currentplayers-keys-to-success.keys-1 .erx-column:nth-of-type(2) img {
    margin-left: 24px;
  }
}
@media (max-width: 992px) {
  .erx-currentplayers-keys-to-success h2 {
    font-size: 2em;
    margin: 8px 0 32px;
  }
  .erx-currentplayers-keys-to-success .erx-column {
    margin-bottom: 48px;
    padding: 0;
    width: 100%;
  }
  .erx-currentplayers-keys-to-success .erx-column:nth-child(even) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
  .erx-currentplayers-keys-to-success .erx-column:nth-child(even) p {
    text-align: right;
  }
  .erx-currentplayers-keys-to-success .erx-column:nth-child(even) .erx-column-text {
    margin-left: 0;
    margin-right: 10px;
  }
  .erx-currentplayers-keys-to-success .erx-column:last-of-type {
    margin-bottom: 0;
  }
  .erx-currentplayers-keys-to-success .erx-column-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .erx-currentplayers-keys-to-success.keys-1 {
    margin-bottom: 0;
    padding: 0;
  }
  .erx-currentplayers-keys-to-success.keys-1:before {
    background-image: url("../img/revamp/dark-green-circle.png");
    bottom: 100px;
    height: 20px;
    left: -7px;
    top: initial;
    width: 20px;
  }
  .erx-currentplayers-keys-to-success.keys-1:after {
    background-image: url("../img/revamp/teal-circle-2.png");
    bottom: -70px;
    height: 120px;
    right: -70px;
    top: initial;
    width: 120px;
  }
  .erx-currentplayers-keys-to-success.keys-1 .section-title {
    background-image: url("../img/revamp/multicolor-circle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150%;
    max-width: 100%;
    padding: 16px;
    width: 100%;
  }
  .erx-currentplayers-keys-to-success.keys-1 .section-title h2 {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .erx-currentplayers-keys-to-success.keys-1 .section-title .erx-white-box-text-mobile {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 16px;
  }
  .erx-currentplayers-keys-to-success.keys-2 {
    padding: 0;
  }
  .erx-currentplayers-keys-to-success.keys-2:before {
    height: 80px;
    left: initial;
    right: -30px;
    top: -30px;
    width: 80px;
  }
}
@media (max-width: 768px) {
  .erx-currentplayers-keys-to-success {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .erx-currentplayers-keys-to-success .erx-column-wrapper {
    padding: 32px 16px 16px;
  }
}

#erx-currentplayers-feels-challenging {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: relative;
}
#erx-currentplayers-feels-challenging > div {
  width: 50%;
}
#erx-currentplayers-feels-challenging .erx-white-box-text {
  margin-left: auto;
  max-width: 640px;
  padding-right: 64px;
  position: relative;
  right: -5%;
  z-index: 1;
}
#erx-currentplayers-feels-challenging .erx-white-box-text h2 {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  #erx-currentplayers-feels-challenging .erx-white-box-text {
    min-width: 470px;
  }
}
@media (min-width: 993px) {
  #erx-currentplayers-feels-challenging .erx-white-box-text {
    min-width: 780px;
  }
}
#erx-currentplayers-feels-challenging .feels-challenging-text {
  background-image: url("../img/revamp/hero-bg-teal.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 0 32px 32px;
  position: relative;
}
#erx-currentplayers-feels-challenging .feels-challenging-text h2 {
  margin-bottom: 0;
}
#erx-currentplayers-feels-challenging .feels-challenging-image {
  background-image: url("../img/revamp/kate-parent.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  #erx-currentplayers-feels-challenging .feels-challenging-text {
    background-image: url("../img/revamp/kate-parent.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    width: 100%;
  }
  #erx-currentplayers-feels-challenging .feels-challenging-text:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
  }
  #erx-currentplayers-feels-challenging .feels-challenging-text .erx-white-box-text {
    background-color: transparent;
    color: #ffffff;
    left: initial;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
    position: relative;
    right: initial;
    text-align: center;
    width: 100%;
    z-index: 2;
  }
  #erx-currentplayers-feels-challenging .feels-challenging-image {
    display: none;
  }
}

#erx-currentplayers-insight-wrapper {
  background-image: url("../img/revamp/bg-circles-corner-2.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: min(400px, 30vw);
  margin-bottom: -3px;
  position: relative;
}
#erx-currentplayers-insight-wrapper .horizontal-divider {
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: -10%;
  margin-bottom: 32px;
  margin-top: -8px;
  min-width: 100vw;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  #erx-currentplayers-insight-wrapper {
    background-image: none;
  }
  #erx-currentplayers-insight-wrapper:before {
    background-image: url("../img/revamp/light-teal-circle-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 318px;
    position: absolute;
    right: -160px;
    top: -20px;
    width: 318px;
    z-index: -2;
  }
  #erx-currentplayers-insight-wrapper .horizontal-divider {
    left: -20%;
  }
  #erx-currentplayers-insight-wrapper .horizontal-divider img {
    height: 24px;
    max-height: 24px;
    max-width: initial;
    width: auto;
  }
}

.erx-currentplayers-insight-content {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.erx-currentplayers-insight-content .erx-currentplayers-insight-phone img {
  bottom: -7px;
}
@media (max-width: 768px) {
  .erx-currentplayers-insight-content {
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
  .erx-currentplayers-insight-content .erx-currentplayers-insight-phone img {
    bottom: -3px;
  }
}

.erx-currentplayers-insight {
  --circle-diameter: 450px;
  --circle-diameter-tablet: 350px;
  --circle-diameter-mobile: 300px;
  bottom: -32px;
  margin: 0;
  max-width: 1280px;
  position: relative;
  z-index: 0;
}
.erx-currentplayers-insight .erx-currentplayers-circle-text {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 450px;
  justify-content: center;
  margin-bottom: -96px;
  margin-top: -48px;
  position: relative;
  width: 400px;
  z-index: 1;
}
.erx-currentplayers-insight .erx-currentplayers-circle-text .erx-rotating-circle {
  height: var(--circle-diameter);
  width: var(--circle-diameter);
  z-index: -1;
}
.erx-currentplayers-insight .erx-currentplayers-circle-text .erx-rotating-circle:after {
  border: 3px solid #42dba2;
  border-bottom: 5px dotted #0f9768;
}
@media (max-width: 1400px) {
  .erx-currentplayers-insight .erx-currentplayers-circle-text .erx-rotating-circle:after {
    border: 3px solid #42dba2;
    border-bottom: 5px dotted #0f9768;
  }
}
.erx-currentplayers-insight .erx-currentplayers-circle-text h4 {
  font-weight: 700;
  margin-bottom: 12px;
}
.erx-currentplayers-insight .text-in-circle {
  max-width: var(--circle-diameter);
  padding: 10px;
  position: relative;
  text-align: center;
}
.erx-currentplayers-insight .text-in-circle h3 {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .erx-currentplayers-insight {
    bottom: 16px;
  }
  .erx-currentplayers-insight .erx-currentplayers-circle-text {
    height: var(--circle-diameter-mobile);
    margin-bottom: -64px;
    width: calc(var(--circle-diameter-mobile) - 50px);
  }
  .erx-currentplayers-insight .erx-currentplayers-circle-text .erx-rotating-circle {
    height: var(--circle-diameter-mobile);
    width: var(--circle-diameter-mobile);
  }
  .erx-currentplayers-insight .text-in-circle {
    padding: 32px;
    width: var(--circle-diameter-mobile);
  }
}
@media (max-width: 768px) {
  .erx-currentplayers-insight .erx-currentplayers-circle-text {
    height: var(--circle-diameter-mobile);
    margin-bottom: -64px;
    width: calc(var(--circle-diameter-mobile) - 50px);
  }
  .erx-currentplayers-insight .erx-currentplayers-circle-text .erx-rotating-circle {
    height: var(--circle-diameter-mobile);
    width: var(--circle-diameter-mobile);
  }
  .erx-currentplayers-insight .text-in-circle {
    width: var(--circle-diameter-mobile);
  }
}

.erx-currentplayers-insight-phone {
  position: relative;
}
.erx-currentplayers-insight-phone:before {
  background-image: url("../img/revamp/green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  position: absolute;
  right: -280px;
  top: 0;
  width: 50px;
  z-index: -1;
}
.erx-currentplayers-insight-phone img {
  max-height: 500px;
  position: relative;
}
.erx-currentplayers-insight-phone picture {
  position: relative;
}
.erx-currentplayers-insight-phone picture:before {
  background-image: url("../img/revamp/teal-circle-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 400px;
  left: 50%;
  position: absolute;
  top: -520px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 400px;
  z-index: -1;
}
.erx-currentplayers-insight-phone picture:after {
  background-image: url("../img/revamp/dark-green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 130px;
  left: 230px;
  position: absolute;
  top: -290px;
  width: 130px;
  z-index: -2;
}
@media (max-width: 768px) {
  .erx-currentplayers-insight-phone {
    --phone-overlap: -20px;
    left: var(--phone-overlap);
    margin-right: var(--phone-overlap);
  }
  .erx-currentplayers-insight-phone:before {
    content: initial;
  }
  .erx-currentplayers-insight-phone img {
    max-height: min(80vw, 350px);
  }
  .erx-currentplayers-insight-phone picture:before,
  .erx-currentplayers-insight-phone picture:after {
    content: initial;
  }
}

.erx-currentplayers-unlocked {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: relative;
}
.erx-currentplayers-unlocked .unlocked-left {
  background-image: url("../img/revamp/erx-currentplayers-unlocked-all-levels.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
}
.erx-currentplayers-unlocked .unlocked-right {
  background-image: url("../img/revamp/hero-bg-teal.png");
  background-position: center;
  background-size: cover;
  padding: 80px 0 80px;
  position: relative;
  width: 30%;
}
.erx-currentplayers-unlocked .unlocked-right-text {
  background-color: #ffffff;
  margin-right: auto;
  max-width: 600px;
  min-width: 150%;
  padding: 32px;
  position: relative;
  right: 70%;
}
.erx-currentplayers-unlocked .unlocked-title {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.erx-currentplayers-unlocked .unlocked-title h3 {
  min-width: 180px;
}
.erx-currentplayers-unlocked p:not(.footnote-text) {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .erx-currentplayers-unlocked .apps-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .erx-currentplayers-unlocked {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .erx-currentplayers-unlocked .apps-desktop {
    display: none;
  }
  .erx-currentplayers-unlocked .apps-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-bottom: 24px;
  }
  .erx-currentplayers-unlocked .apps-mobile img {
    margin: 0;
  }
  .erx-currentplayers-unlocked .unlocked-left,
  .erx-currentplayers-unlocked .unlocked-right {
    width: 100%;
  }
  .erx-currentplayers-unlocked .unlocked-left {
    min-height: 50vh;
  }
  .erx-currentplayers-unlocked .unlocked-right {
    min-width: 0;
    padding: 16px;
  }
  .erx-currentplayers-unlocked .unlocked-right-text {
    max-width: 100%;
    min-width: 0;
    padding: 16px;
    right: auto;
    text-align: center;
  }
  .erx-currentplayers-unlocked .unlocked-right-text .unlocked-title {
    margin-bottom: 0;
  }
  .erx-currentplayers-unlocked .unlocked-right-text h3 {
    margin: 0 auto 16px;
  }
}

.erx-currentplayers-more-questions {
  background-image: url("../img/revamp/light-teal-circle-2.png");
  background-position: center -40%;
  background-repeat: no-repeat;
  background-size: 600px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
.erx-currentplayers-more-questions .more-questions-text {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  height: 500px;
  justify-content: flex-end;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
  width: 550px;
}
.erx-currentplayers-more-questions .more-questions-text:before {
  background-image: url("../img/revamp/teal-circle-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -30%;
  content: "";
  height: 476px;
  left: -65%;
  position: absolute;
  width: 476px;
  z-index: -1;
}
.erx-currentplayers-more-questions .more-questions-text:after {
  background-image: url("../img/revamp/green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -40%;
  content: "";
  height: 400px;
  position: absolute;
  right: -60%;
  width: 400px;
  z-index: -1;
}
.erx-currentplayers-more-questions .more-questions-text > * {
  width: 100%;
}
.erx-currentplayers-more-questions .more-questions-text h1 {
  font-size: 4em;
}
.erx-currentplayers-more-questions .more-questions-text h4 {
  font-weight: 400;
}
@media (min-width: 769px) {
  .erx-currentplayers-more-questions {
    background-position: center 0;
  }
  .erx-currentplayers-more-questions .more-questions-text {
    height: 400px;
    margin-top: 20px;
    width: 500px;
  }
}
@media (min-width: 993px) {
  .erx-currentplayers-more-questions .more-questions-text {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .erx-currentplayers-more-questions {
    background-position: center 20%;
    background-size: 320px;
  }
  .erx-currentplayers-more-questions .more-questions-text {
    height: 250px;
    padding-bottom: 48px;
    width: 300px;
  }
  .erx-currentplayers-more-questions .more-questions-text:before {
    bottom: -20px;
    height: 166px;
    left: -100px;
    width: 166px;
  }
  .erx-currentplayers-more-questions .more-questions-text:after {
    bottom: -20px;
    height: 132px;
    right: -90px;
    width: 132px;
  }
}

/* CG CURRENT PLAYERS END */
/* CG ERX INSIGHT START */
#erx-background-video-container.erx-erxinsight-revamp {
  background-image: url("../img/revamp/erx-erxinsight-overlay-bg.png");
  background-position: center;
  margin-top: -18px;
}
#erx-background-video-container.erx-erxinsight-revamp h1 {
  max-width: 860px;
}
#erx-background-video-container.erx-erxinsight-revamp .erx-horizontal-border {
  bottom: -10px;
  position: absolute;
  width: 100%;
}
#erx-background-video-container.erx-erxinsight-revamp .erx-horizontal-border img {
  height: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  #erx-background-video-container.erx-erxinsight-revamp {
    background-image: url("../img/revamp/erx-erxinsight-overlay-bg-mobile.png");
  }
}

.erx-erxinsight-info {
  position: relative;
}
.erx-erxinsight-info:before {
  background-image: url("../img/revamp/green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 68px;
  position: absolute;
  right: 32px;
  top: 50px;
  width: 68px;
  z-index: -1;
}
.erx-erxinsight-info .section-title {
  margin: 0 auto 16px;
  max-width: 730px;
  padding: 32px;
  text-align: center;
}
.erx-erxinsight-info .erxinsight-content-background {
  position: relative;
}
.erx-erxinsight-info .erxinsight-content-background:before {
  background-image: url("../img/revamp/dark-green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -40px;
  content: "";
  height: 134px;
  left: -40px;
  position: absolute;
  width: 134px;
  z-index: -1;
}
.erx-erxinsight-info .erxinsight-content-background:after {
  background-image: url("../img/revamp/green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 250px;
  content: "";
  height: 20px;
  left: 48px;
  position: absolute;
  width: 20px;
  z-index: -1;
}
.erx-erxinsight-info .erxinsight-content-wrapper {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto -3px;
  max-width: 1380px;
  padding-left: 64px;
  padding-right: 64px;
}
.erx-erxinsight-info .erxinsight-content-wrapper > div {
  padding: 32px 32px 0;
  width: 50%;
}
.erx-erxinsight-info .horizontal-divider {
  margin-bottom: 22.4px;
  margin-left: -64px;
  margin-top: 32px;
  overflow: hidden;
  width: 150%;
}
.erx-erxinsight-info .horizontal-divider img {
  height: 20px;
  max-width: initial;
  width: auto;
}
.erx-erxinsight-info .erxinsight-left .erxinsight-teal-desktop,
.erx-erxinsight-info .erxinsight-left .erxinsight-list {
  margin: 0 auto;
  max-width: 470px;
}
.erx-erxinsight-info .erxinsight-left .image-wrapper {
  margin-bottom: 32px;
}
.erx-erxinsight-info .erxinsight-left .image-wrapper img {
  width: 100%;
}
.erx-erxinsight-info .erxinsight-left .erxinsight-teal-desktop p {
  margin-bottom: 16px;
}
.erx-erxinsight-info .erxinsight-left .erxinsight-apps-wrapper {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.erx-erxinsight-info .erxinsight-left .erxinsight-apps-wrapper h4 {
  margin-right: 16px;
}
.erx-erxinsight-info .erxinsight-left .erxinsight-apps-wrapper .erx-app-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  min-width: 270px;
  width: auto;
}
.erx-erxinsight-info .erxinsight-left .erxinsight-list > div {
  margin-bottom: 32px;
}
.erx-erxinsight-info .erxinsight-left .erxinsight-list h5 {
  margin-bottom: 6px;
}
.erx-erxinsight-info .erxinsight-right {
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: end;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.erx-erxinsight-info .erxinsight-right:before {
  background-image: url("../img/revamp/light-teal-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 292px;
  left: 50%;
  position: absolute;
  top: -100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 292px;
  z-index: -1;
}
.erx-erxinsight-info .erxinsight-right:after {
  background-image: url("../img/revamp/dark-green-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 196px;
  position: absolute;
  right: 20px;
  top: -10px;
  width: 196px;
  z-index: -1;
}
.erx-erxinsight-info .erxinsight-right img {
  bottom: -4px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  max-width: 373px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .erx-erxinsight-info:before {
    content: initial;
  }
  .erx-erxinsight-info .section-title {
    margin-bottom: 0;
    position: relative;
  }
  .erx-erxinsight-info .section-title:before {
    background-image: url("../img/revamp/teal-circle-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 172px;
    position: absolute;
    right: -110px;
    top: -110px;
    width: 172px;
    z-index: -2;
  }
  .erx-erxinsight-info .section-title:after {
    background-image: url("../img/revamp/light-teal-circle-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 115px;
    position: absolute;
    right: -50px;
    top: 40px;
    width: 115px;
    z-index: -1;
  }
  .erx-erxinsight-info .erxinsight-content-background:before {
    bottom: initial;
    height: 20px;
    left: 8px;
    top: 100px;
    width: 20px;
  }
  .erx-erxinsight-info .erxinsight-content-background:after {
    bottom: min(100vw, 620px);
    left: -5px;
  }
  .erx-erxinsight-info .erxinsight-content-wrapper {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
  }
  .erx-erxinsight-info .erxinsight-content-wrapper > div {
    padding: 32px 0 0;
    width: 100%;
  }
  .erx-erxinsight-info .erxinsight-left {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .erx-erxinsight-info .erxinsight-left .horizontal-divider {
    display: none;
  }
  .erx-erxinsight-info .erxinsight-left .erxinsight-teal-desktop {
    display: none;
  }
  .erx-erxinsight-info .erxinsight-left .erxinsight-list {
    margin: 0 auto;
    text-align: center;
  }
  .erx-erxinsight-info .erxinsight-right:before {
    left: initial;
    right: 60px;
    top: -30px;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
  .erx-erxinsight-info .erxinsight-right:after {
    right: -50px;
    top: 110px;
  }
}

.erxinsight-teal-mobile {
  background-image: url("../img/revamp/hero-bg-teal.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px;
  position: relative;
  text-align: center;
  width: 100%;
}
.erxinsight-teal-mobile .erx-white-box-text {
  padding: 20px;
}
.erxinsight-teal-mobile .image-wrapper {
  margin: 0 auto 20px;
  max-width: 300px;
}
.erxinsight-teal-mobile .image-wrapper img {
  width: 100%;
}
.erxinsight-teal-mobile p {
  margin-bottom: 20px;
}
.erxinsight-teal-mobile h3 {
  margin-bottom: 20px;
}
.erxinsight-teal-mobile .erxinsight-apps-wrapper {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.erxinsight-teal-mobile .erx-app-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
@media (min-width: 769px) {
  .erxinsight-teal-mobile {
    display: none;
  }
}

/* CG ERX INSIGHT END */
/* HCP LINK MODAL START */
#erx-generic-modal.erx-hcplink-modal .erx-hcplink-modal-buttons,
#hcplink-onclick-modal .erx-hcplink-modal-buttons {
  margin-top: 20px;
}
#erx-generic-modal.erx-hcplink-modal .erx-hcplink-modal-buttons a,
#hcplink-onclick-modal .erx-hcplink-modal-buttons a {
  margin-top: 20px;
  max-width: 500px;
  width: 100%;
}

#erx-generic-modal.erx-hcplink-modal h4,
#hcplink-onclick-modal h4 {
  font-weight: 400;
}

#erx-generic-modal.erx-hcplink-modal h5,
#hcplink-onclick-modal h5 {
  font-weight: 400;
  margin-bottom: 20px;
}

#erx-generic-modal.erx-hcplink-modal img,
#hcplink-onclick-modal img {
  display: inline-block;
  max-width: 420px;
  width: 100%;
}

@media (max-width: 992px) {
  #erx-generic-modal.erx-hcplink-modal h4,
  #hcplink-onclick-modal h4 {
    font-size: 32px;
  }
  #erx-generic-modal.erx-hcplink-modal h5,
  #hcplink-onclick-modal h5 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #erx-generic-modal.erx-hcplink-modal,
  #hcplink-onclick-modal {
    padding: 64px 21.33333px;
  }
  #erx-generic-modal.erx-hcplink-modal .erx-hcplink-modal-buttons a,
  #hcplink-onclick-modal .erx-hcplink-modal-buttons a {
    font-size: 14px;
    line-height: 1.2;
  }
}

/* HCP LINK MODAL END */
@media (max-width: 768px) {
  #erx-insurance.erx-columns-with-separator-container {
    padding: 0 16px;
  }
  #erx-insurance.erx-columns-with-separator-container .erx-separated-column-left {
    padding-bottom: 24px;
  }
  #erx-insurance.erx-columns-with-separator-container .erx-separated-column-left h2 {
    margin-bottom: 0;
    margin-top: 8px;
  }
}

#erx-hcp-ehr-manual div {
  text-align: center;
}

.hcp-ehr-manual-adding-container,
.erx-favorites-link-container {
  -webkit-box-pack: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: auto;
  width: 80%;
}

.ehr-manual-adding-link a {
  font-weight: bold;
  text-decoration: none;
}

.erx-saving-favorite {
  padding: 70px 0;
}

.ehr-manual-adding-link a:hover {
  border-bottom: 2px dotted;
  color: #000;
}

section#erx-hcp-ehr-hero .erx-hero-right-column {
  padding-bottom: 182px;
  padding-top: 182px;
}

@media (max-width: 959px) {
  .hcp-ehr-manual-adding-container,
  .erx-favorites-link-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section#erx-hcp-ehr-manual div {
    text-align: left;
  }
  section#erx-hcp-ehr-manual {
    padding-left: 20px;
  }
  .hcp-ehr-manual-adding-container,
  .erx-favorites-link-container {
    width: 100%;
  }
  section#erx-hcp-ehr-hero .erx-hero-right-column {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

/*download a demo and find a rep header*/
section#erx-cg-game-changing-treatment .erx-hero-left-column,
section#erx-new-hcp-provider-hero .erx-hero-right-column {
  padding-top: 130px;
}

@media (max-width: 992px) {
  section#erx-cg-game-changing-treatment .erx-hero-left-column,
  section#erx-new-hcp-provider-hero .erx-hero-right-column {
    padding-top: 50px;
  }
}

/*Formulary Coverage*/
.formulary-coverage-content table tr th:nth-child(odd) {
  background-color: #009768;
  color: #fff;
  padding: 10px 20px;
}

.formulary-coverage-content table tr td:nth-child(3) {
  text-align: center;
}

td a {
  font-weight: 600;
  text-decoration: none;
}

td a:hover {
  border-bottom: 2px dotted;
  color: #000;
  text-decoration: none;
}

.formulary-coverage-content table tr th:nth-child(2) {
  background-color: #42dba2;
  color: #fff;
  padding: 10px 20px;
}

.formulary-coverage-content table tr:nth-child(even) {
  background-color: #f6f6f7;
}

.formulary-coverage-content table tr td:nth-child(even) {
  text-align: center;
}

.formulary-coverage-content p {
  font-size: 0.7em;
}

.erx-efficacy-banner-container {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.erx-teal-banner-text {
  z-index: 1;
}

.erx-efficacy-banner-container::after {
  border: 2px solid #42dba2;
  border-bottom: 2px dotted #42dba2;
  border-radius: 50%;
  content: "" !important;
  left: 50%;
  padding-top: 800px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(-5%, -75%);
  -ms-transform: rotate(-45deg) translate(-5%, -75%);
  transform: rotate(-45deg) translate(-5%, -75%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 800px;
  z-index: -1;
}

.erx-efficacy-banner-container::before {
  background-image: url("../img/revamp/clinical-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 65%;
  padding-top: 450px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  z-index: 0;
}

.erx-hero-container--left .erx-hero-left-column.formularly-coverage {
  padding-bottom: 11rem;
  padding-top: 11rem;
}

.erx-efficacy-banner-container > div > a {
  z-index: 2;
}

section.erx-efficacy-banner {
  background-image: url("../img/revamp/bg-circles-top.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 600px;
}

@media (max-width: 992px) {
  .formulary-coverage-content {
    width: 80%;
  }
  .erx-efficacy-banner-container::before {
    display: none !important;
  }
  section.erx-efficacy-banner {
    background-size: 60%;
  }
}

@media (min-width: 773px) and (max-width: 992px) {
  .erx-efficacy-banner-container::after {
    left: 47%;
    top: 47%;
  }
}

@media (max-width: 772px) {
  .erx-efficacy-banner-container::after {
    left: 16%;
    top: 42%;
  }
  img.prescribe-icon {
    width: 70%;
  }
  .prescribe-text {
    font-size: 18px;
    font-weight: 500;
  }
  #erx-hcp-discover-research > div.erx-teal-banner-text > div > p > strong > br {
    display: none;
  }
  .erx-hero-container--left .erx-hero-left-column.formularly-coverage {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  #erx-hcp-discover-research > div.erx-teal-banner-text > div > p {
    margin: auto;
    width: 80%;
  }
}

.may-webinar-text {
  text-align: left;
}

#may-webinar-cta {
  width: 374px;
}

/*Telehealth*/
section#erx-prescription-help.telehealth-info {
  background-image: url("../img/revamp/telehealth-bg.png");
  background-position: right;
  background-position-y: -10px;
  background-repeat: no-repeat;
  background-size: 45%;
  text-align: center;
}

.erx-info-columns.border--left.telehealth-border:before {
  background-image: url("../img/revamp/border-long.png");
}

.telehealth-header {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .erx-hero-text.telehealth {
    padding: 15px;
  }
  section#erx-prescription-help.telehealth-info {
    padding-top: 10px;
  }
  .erx-info-columns.border--left.telehealth-border:before {
    display: none;
  }
  .telehealth-info-col {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .telehealth-info-text {
    width: 80%;
  }
  .erx-info-columns.border--left.telehealth-border {
    padding: 0;
  }
  .telehealth-info-text {
    margin-left: 10px;
  }
  .telehealth-info-text,
  .telehealth-info-text h4 {
    text-align: left;
  }
  section#erx-prescription-help.telehealth-info {
    background: none;
  }
  img.telehealth-image {
    width: 100% !important;
  }
}

body[class*="footer-telehealth"] .wrapper > header {
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

#ft-oride.telehealth-wrapper .telehealth-header {
  margin-top: 63px;
}
@media (max-width: 992px) {
  #ft-oride.telehealth-wrapper .telehealth-header {
    margin-top: 55px;
  }
}

#ft-oride.telehealth-wrapper .telehealth-border--left {
  display: block;
  padding-bottom: 0;
}
#ft-oride.telehealth-wrapper .telehealth-border--left .endeavorx-cta {
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  #ft-oride.telehealth-wrapper .telehealth-border--left {
    padding-left: 0;
    padding-right: 0;
  }
  #ft-oride.telehealth-wrapper .telehealth-border--left:before {
    content: initial;
  }
}

#ft-oride.telehealth-wrapper #erx-prescription-help {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  #ft-oride.telehealth-wrapper #erx-prescription-help .telehealth-image {
    max-width: 100px;
  }
  #ft-oride.telehealth-wrapper #erx-prescription-help .erx-info-columns {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #ft-oride.telehealth-wrapper #erx-prescription-help .erx-info-column {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #ft-oride.telehealth-wrapper #erx-prescription-help .telehealth-image {
    max-width: 80px;
  }
  #ft-oride.telehealth-wrapper #erx-prescription-help .erx-info-column {
    max-width: 380px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #erx-stats .erx-stat-container {
    margin-bottom: 65px;
  }
  #erx-stats .erx-rotating-circle {
    padding: 120px;
  }
}

.footnote-link {
  color: #0f9768;
  display: inline-block;
  font-family: "Maax Akili", sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 2;
  max-width: 90%;
  position: relative;
  -webkit-text-decoration: dotted underline !important;
  text-decoration: dotted underline !important;
  text-transform: capitalize;
  text-underline-offset: 5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footnote-link:hover {
  color: #42dba2;
}

/*ONLOAD POPUP*/

span.redirected-text {
  font-size: 21px !important;
  font-weight: 600 !important;
}

#erx-generic-modal > div.erx-generic-modal-image-container,
#erx-generic-modal.erx-hcplink-modal h4 {
  font-size: 26px !important;
  font-weight: 500 !important;
}

#erx-generic-modal h5 {
  font-size: 23px !important;
}

.popup-btn > br {
  display: none !important;
}

.hcp-close,
.popup-btn picture {
  position: relative;
  z-index: -1 !important;
}

.btn-container {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.btn-container a {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .popup-btn {
    font-size: 9px !important;
  }

  #erx-generic-modal .erx-generic-modal-image-container img {
    width: 80% !important;
  }

  #erx-generic-modal.erx-hcplink-modal h4 {
    font-size: 28px !important;
    font-weight: 500 !important;
  }

  .erx-interstitial-onload {
    flex-direction: column;
  }

  div.erx-modal.erx-interstitial-modal.erx-interstitial-onload
  > div.erx-interstitial-content
  > div.erx-interstitial-image-container {
    display: block !important;
    width: 60%;
  }

  span.redirected-text {
    display: block !important;
    font-size: 20px !important;
  }

  .erx-interstitial-content.erx-interstitial-onload strong {
    font-size: 29px !important;
  }

  #erx-generic-modal.erx-hcplink-modal h4 {
    font-size: 21px !important;
  }

  .popup-btn > br {
    display: block !important;
  }

  .hcp-callout {
    top: 74px !important;
  }

  .screening-section {
    margin-bottom: -75px !important;
    margin-top: 10px !important;
  }

  .space {
    top: -87px !important;
  }

  .bottom-space {
    bottom: -50px !important;
  }

  .screening-pdf-container::after {
    left: 58% !important;
    padding-top: 320px !important;
    top: 48% !important;
    width: 320px !important;
  }

  h5.screening-text br {
    display: none;
  }

  .screening-pdf-container .link--text {
    font-size: 12px !important;
  }

  .screening-pdf-container .link--text::after {
    height: 14px !important;
  }

  .screening-pdf-container::before {
    width: 360px !important;
  }
}
.hcp-callout {
  top: 74px !important;
}

.screening-text span {
  font-weight: 400 !important;
}

.screening-pdf-container {
  text-align: center;
}

.screening-pdf-container:before {
  background-image: url("../img/revamp/prescribe-circles.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 49%;
  padding-top: 450px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 0;
}

.screening-pdf-container:after {
  border: 2px solid #42dba2;
  border-bottom: 2px dotted #42dba2;
  border-radius: 50%;
  content: "" !important;
  left: 52%;
  padding-top: 450px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(-5%, -75%);
  -ms-transform: rotate(-45deg) translate(-5%, -75%);
  transform: rotate(-45deg) translate(-5%, -75%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 450px;
  z-index: -1;
}

section.screening-section {
  margin-bottom: -35px;
  margin-top: -101px;
  position: relative;
  z-index: 0;
}

.space {
  background-color: #fff;
  height: 114px;
  position: relative;
  top: -81px;
}

.bottom-space {
  background-color: #fff;
  bottom: -80px;
  height: 110px;
  position: relative;
}

.erx-interstitial-onload .erx-close-modal span:after {
  border: 2px solid #42dba2;
  border-radius: 50px;
  content: "";
  height: 36px;
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -40%);
  -ms-transform: translate(50%, -40%);
  transform: translate(50%, -40%);
  width: 36px;
}

.erx-interstitial-onload .erx-close-modal {
  color: #42dba2;
  cursor: pointer;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 0;
  position: absolute;
  right: 26px;
  top: 36px;
}

.erx-interstitial-onload .erx-interstitial-content {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.erx-interstitial-onload {
  padding: 64px 32px;
}

.screening-pdf-container a {
  font-size: 1em !important;
}

section#erx-identifying-patients,
h2.practice-link {
  position: relative;
  z-index: 1;
}
/* NEW TESTIMONIALS PAGE */
@media (max-width: 768px) {
  #erx-fw-video {
    margin-bottom: 0;
  }
  #erx-fw-video .first-container .erx-three-columns-column:last-of-type .erx-three-columns-title {
    margin-bottom: 0;
  }
}

.erx-three-columns-container.first-container {
  margin-bottom: 0;
  padding-bottom: 8px !important;
}
.erx-three-columns-container.first-container .erx-three-columns-content > div:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .erx-three-columns-container.first-container .erx-three-columns-title {
    margin-bottom: 12px !important;
  }
  .erx-three-columns-container.first-container .erx-three-columns-title h4 {
    margin-top: 12px;
  }
}

.erx-three-columns-container:not(.first-container) .erx-three-columns-column {
  margin-bottom: 16px !important;
}

.new-testimonial-wrapper {
  position: relative;
}
.new-testimonial-wrapper .testimonials-name-overlay {
  bottom: 20px;
  color: #ffffff;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

#testimonials-mobile {
  padding: 32px 0;
}
#testimonials-mobile h2 {
  text-align: center;
}
#testimonials-mobile .erx-footnote {
  padding: 0 32px;
  text-align: center;
}
@media (min-width: 993px) {
  #testimonials-mobile {
    display: none !important;
  }
}

#testimonials-mobile-carousel {
  padding: 32px 0 0 !important;
}
#testimonials-mobile-carousel .erx-three-columns-content {
  display: block !important;
  margin-bottom: 64px;
}
#testimonials-mobile-carousel .erx-three-columns-column {
  padding: 0 32px;
  position: relative;
}
#testimonials-mobile-carousel .erx-three-columns-title {
  position: relative;
  width: 100%;
}
#testimonials-mobile-carousel .video-container {
  border-radius: 25px;
  margin-bottom: 16px;
  overflow: hidden;
  padding-top: 75% !important;
}
#testimonials-mobile-carousel .video-container a:after {
  height: min(80px, 50%);
  -webkit-transform: translate(-50%, -85%);
  -ms-transform: translate(-50%, -85%);
  transform: translate(-50%, -85%);
  width: min(80px, 50%);
}
#testimonials-mobile-carousel .testimonials-name-overlay {
  color: #ffffff;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 992px) and (min-width: 769px) {
  #testimonials-mobile-carousel .testimonials-name-overlay {
    font-size: 26px;
  }
}
@media (max-width: 540px) {
  #testimonials-mobile-carousel .testimonials-name-overlay {
    top: 65%;
  }
}

#erx-testimonial-hero-video {
  border-radius: 25px;
  height: 0;
  margin-top: 32px;
  overflow: hidden;
  padding-top: 43.5%;
  position: relative;
  width: 100%;
}
#erx-testimonial-hero-video.fullHeight video {
  height: auto;
}
#erx-testimonial-hero-video video {
  background-color: #000000;
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 992px) {
  #erx-testimonial-hero-video {
    padding-top: 75% !important;
  }
  #erx-testimonial-hero-video.paused:after {
    height: 100px;
    width: 100px;
  }
  #erx-testimonial-hero-video ~ .testimonials-name-overlay {
    color: #ffffff;
    font-weight: bold;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 75% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
@media (max-width: 768px) {
  #erx-testimonial-hero-video.paused:after {
    height: 50%;
    width: 50%;
  }
  #erx-testimonial-hero-video ~ .testimonials-name-overlay {
    top: 85% !important;
  }
}

.new-testimonial-video.paused:after {
  background-image: url(../img/revamp/play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 100px;
}
@media (max-width: 992px) {
  .new-testimonial-video.paused:after {
    height: 50%;
    max-height: 100px;
    max-width: 100px;
    width: 50%;
  }
}

div:not(#erx-testimonial-hero-video).new-testimonial-video video {
  border-radius: 25px;
  height: auto !important;
  overflow: hidden;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#erx-reviews-hero .new-testimonial-wrapper ~ h4 {
  margin-top: 20px;
}

#erx-reviews-hero .erx-three-columns-content .new-testimonial-video {
  height: 0;
  overflow: hidden;
  padding-top: 80%;
  position: relative;
  width: 100%;
}
#erx-reviews-hero .erx-three-columns-content .new-testimonial-video video {
  height: 100%;
  left: 0;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 992px) {
  #erx-reviews-hero .new-testimonial-wrapper {
    width: 100%;
  }
  #erx-reviews-hero .new-testimonial-wrapper ~ h4 {
    margin-left: 0;
    margin-top: 0;
  }
}

.new-testimonials-sizing {
  width: 100%;
}
.new-testimonials-sizing h4,
.new-testimonials-sizing .testimonials-name-overlay {
  font-size: 26px !important;
}
.new-testimonials-sizing .testimonials-name-overlay {
  text-align: center;
  width: 100%;
}
.new-testimonials-sizing .erx-three-columns-column .video-container a:after {
  height: 100px !important;
  width: 100px !important;
}
.new-testimonials-sizing .erx-footnote p {
  font-size: 10px !important;
  text-align: center;
}
@media (max-width: 992px) {
  .new-testimonials-sizing .erx-three-columns-container.first-container {
    padding: 32px 0 0 !important;
  }
  .new-testimonials-sizing h4,
  .new-testimonials-sizing .testimonials-name-overlay {
    font-size: 18px !important;
  }
}

@media (max-width: 992px) {
  #erx-reviews-hero .new-testimonials-sizing .erx-three-columns-title {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #erx-reviews-hero .new-testimonials-sizing .erx-three-columns-title h4 {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  #erx-hp-testimonials .new-text-testimonial {
    background-color: transparent !important;
  }
}

#erx-hp-testimonials .testimonial-image-wrapper:after {
  content: none !important;
}

@media (min-width: 993px) {
  #erx-hp-testimonials .erx-testimonials-footer {
    max-width: 480px;
  }

  #ft-oride #erx-hp-testimonials .slick-dots {
    bottom: 0 !important;
  }
}

/* @media (max-width: 992px) { */
#erx-hp-testimonials .slick-dots > li {
  border-color: #ffffff !important;
}
#erx-hp-testimonials .slick-dots > li.slick-active {
  background-color: #ffffff !important;
}
/* } */

#new-text-testimonials .new-text-testimonials-container,
#erx-hp-testimonials .new-text-testimonials-container {
  margin: 0 auto 64px;
  max-width: 1664px;
  width: 100%;
}

#new-text-testimonials .new-text-testimonial,
#erx-hp-testimonials .new-text-testimonial {
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 0 32px;
  overflow: hidden;
  width: 100%;
}
#new-text-testimonials .new-text-testimonial > div,
#erx-hp-testimonials .new-text-testimonial > div {
  overflow: hidden;
  width: 50%;
}
#new-text-testimonials .new-text-testimonial > div:first-of-type,
#erx-hp-testimonials .new-text-testimonial > div:first-of-type {
  width: 31%;
}
#new-text-testimonials .new-text-testimonial > div:last-of-type,
#erx-hp-testimonials .new-text-testimonial > div:last-of-type {
  width: 69%;
}
#new-text-testimonials .new-text-testimonial img,
#erx-hp-testimonials .new-text-testimonial img {
  height: 100%;
  max-width: none;
  width: auto;
}
#new-text-testimonials .new-text-testimonial .testimonial-image-wrapper,
#erx-hp-testimonials .new-text-testimonial .testimonial-image-wrapper {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px;
  overflow: visible;
  padding: 5px;
  position: relative;
}
#new-text-testimonials .new-text-testimonial .testimonial-image-wrapper:after,
#erx-hp-testimonials .new-text-testimonial .testimonial-image-wrapper:after {
  aspect-ratio: 1;
  border: 6px solid #148158;
  border-radius: 50%;
  content: "";
  left: 50%;
  max-width: 425px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
#new-text-testimonials .new-text-testimonial .testimonial-image-wrapper img,
#erx-hp-testimonials .new-text-testimonial .testimonial-image-wrapper img {
  left: 50%;
  max-width: unset !important;
  min-height: 100%;
  min-width: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
#new-text-testimonials .new-text-testimonial .testimonial-image-wrapper > div,
#erx-hp-testimonials .new-text-testimonial .testimonial-image-wrapper > div {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#new-text-testimonials .new-text-testimonial .testimonial-image-wrapper > div.image--left img,
#erx-hp-testimonials .new-text-testimonial .testimonial-image-wrapper > div.image--left img {
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

#new-text-testimonials .testimonial-text-wrapper,
#erx-hp-testimonials .testimonial-text-wrapper {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
}
#new-text-testimonials .testimonial-text-wrapper .new-testimonial-content,
#erx-hp-testimonials .testimonial-text-wrapper .new-testimonial-content {
  font-size: 24px !important;
}
@media (max-width: 1300px) {
  #new-text-testimonials .testimonial-text-wrapper .new-testimonial-content,
  #erx-hp-testimonials .testimonial-text-wrapper .new-testimonial-content {
    font-size: 19px !important;
  }
}
#new-text-testimonials .testimonial-text-wrapper .new-testimonial-name,
#erx-hp-testimonials .testimonial-text-wrapper .new-testimonial-name {
  color: #0f9768;
  font-size: 36px !important;
  font-style: italic;
  font-weight: bold;
}
#new-text-testimonials .testimonial-text-wrapper .new-testimonial-role,
#erx-hp-testimonials .testimonial-text-wrapper .new-testimonial-role {
  font-size: 20px !important;
  font-style: italic;
}

#new-text-testimonials > .image-container,
#erx-hp-testimonials > .image-container {
  display: none;
}

@media (max-width: 992px) {
  #new-text-testimonials > .image-container,
  #erx-hp-testimonials > .image-container {
    bottom: -8px;
    display: block;
    position: relative;
  }
  #new-text-testimonials .new-text-testimonial,
  #erx-hp-testimonials .new-text-testimonial {
    background-color: #ffffff;
    border-radius: 0;
    display: block;
    margin: 0;
  }
  #new-text-testimonials .new-text-testimonial > div,
  #erx-hp-testimonials .new-text-testimonial > div {
    width: 100%;
  }
  #new-text-testimonials .new-text-testimonial > div:first-of-type,
  #new-text-testimonials .new-text-testimonial > div:last-of-type,
  #erx-hp-testimonials .new-text-testimonial > div:first-of-type,
  #erx-hp-testimonials .new-text-testimonial > div:last-of-type {
    width: 100%;
  }
  #new-text-testimonials .new-text-testimonial .testimonial-image-wrapper,
  #erx-hp-testimonials .new-text-testimonial .testimonial-image-wrapper {
    margin: 32px auto 0;
    max-width: 300px;
  }
  #new-text-testimonials .new-text-testimonial .testimonial-text-wrapper,
  #erx-hp-testimonials .new-text-testimonial .testimonial-text-wrapper {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    text-align: center;
  }
  #new-text-testimonials .new-text-testimonial .testimonial-text-wrapper .new-testimonial-content,
  #erx-hp-testimonials .new-text-testimonial .testimonial-text-wrapper .new-testimonial-content {
    font-size: 18px !important;
  }
  #new-text-testimonials .new-text-testimonial .testimonial-text-wrapper .new-testimonial-name,
  #erx-hp-testimonials .new-text-testimonial .testimonial-text-wrapper .new-testimonial-name {
    font-size: 28px !important;
  }
  #new-text-testimonials .new-text-testimonial .testimonial-text-wrapper .new-testimonial-role,
  #erx-hp-testimonials .new-text-testimonial .testimonial-text-wrapper .new-testimonial-role {
    font-size: 16px !important;
    line-height: 0.8;
  }
}

@media (min-width: 993px) {
  #new-text-testimonials .horizontal-divider,
  #erx-hp-testimonials .horizontal-divider {
    display: none;
  }
}

@media (max-width: 992px) {
  #new-text-testimonials .horizontal-divider,
  #erx-hp-testimonials .horizontal-divider {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 32px 32px;
  }
}

#ft-oride.testimonials .slick-dots,
#ft-oride .new-text-testimonials-carousel .slick-dots {
  bottom: -32px !important;
}
#ft-oride.testimonials .slick-dots > li,
#ft-oride .new-text-testimonials-carousel .slick-dots > li {
  border: 2px solid #0f9768;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
#ft-oride.testimonials .slick-dots > li button:before,
#ft-oride .new-text-testimonials-carousel .slick-dots > li button:before {
  content: none;
}
#ft-oride.testimonials .slick-dots > li.slick-active,
#ft-oride .new-text-testimonials-carousel .slick-dots > li.slick-active {
  background-color: #0f9768;
}

a.erx-external-link:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

a.erx-external-link {
  text-decoration: none !important;
}

/* HCP CONFERENCE IMAGE FIX */
.image-container-absolute {
  max-height: 0;
  overflow: hidden;
  padding-top: 30%;
  position: relative;
}
.image-container-absolute img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 992px) {
  .image-container-absolute {
    padding-top: 50%;
  }
}

/*PAP Page*/

#erx-background-pap-hero {
  background-image: url("../img/revamp/pap-hero.png");
  background-position: bottom center;
  margin-top: -18px;
}

#erx-background-pap-hero p {
  text-align: left;
  width: 45%;
}

.type-assistance-copy {
  margin: auto;
  padding: 30px 0;
  width: 75%;
}

.type-assistance-copy p {
  font-weight: bold;
}

div#pap-form-content-container {
  text-align: center;
}

.pap-form-container form {
  max-width: 80% !important;
  width: 80% !important;
}


.pap-form-first-row, .pap-form-second-row, .pap-form-third-row, .pap-form-forth-row, .pap-form-fifth-row {
  display:flex;
  justify-content:space-between;
  margin-top:15px;
}

.pap-form-fifth-row {
  margin-top: 20px;
}

.pap-form-first-row div,
.pap-form-forth-row div {
  width: 32%;
}

.pap-form-sixth-row span {
  font-size: 14px;
}

.pap-form-second-row div {
  width: 24%;
}

.pap-form-sixth-row div {
  margin: auto;
  width: 60%;
}

.pap-form-third-row div,
.pap-form-fifth-row div {
  width: 49%;
}

div.pap-form-first-row > div.erx-form-input-container.erx-select > div.select-selected,
div.pap-form-first-row > div.erx-form-input-container.erx-select > div.select-items,
div.pap-form-first-row > div.erx-form-input-container.erx-select > div.select-items > div {
  width: 100%;
}

#lead_gen_form-hcp > div.insurance-information-container > div:nth-child(1) > input[type="radio"] {
  padding: 10px;
}

.select-selected, .select-items, .select-items div {
  width:100%!important;
}

input#insurance_card_back:active, input#s_insurance_card_back:active,
input#insurance_card_back:focus, input#s_insurance_card_back:focus {
  background-color: transparent !important;
  color: #000 !important;
}

/*Radio Button*/


input[type='checkbox'] {
  -webkit-appearance: none;
  border: 3px solid #42dba2;
  border-radius: 50%;
  height: 20px;
  outline: none;
  width: 20px;
}


input[type='checkbox']:before {
  content: '';
  display: block;
  height: 60%;
  margin: 20% auto;
  width: 60%;
}

input[type="checkbox"]:checked:before {
  background: #42dba2;
}


input[type="checkbox"]:checked {
  border-color:#42dba2;

}

.insurance {
  font-weight: normal;
  margin-right: 80px;
}

.checkbox label {
  margin-bottom: 20px !important;
}

.insurance-information {
  margin-bottom: 40px;
  margin-top: 30px;
}

.other-insurer-input {
  margin: auto;
  margin-top: 10px;
  width: 40%;
}

.d-flex {
  display: flex;
  justify-content: space-around;
}

.insurer-type-input {
  width: 45%;
}

.submitting-copy {
  font-size: 12px;
  margin: auto;
  margin-bottom: 25px;
}

@media (max-width: 769px) {
  .insurance-container{
    flex-direction: column;
    align-items: flex-start;
  }

  .insurance {
    margin-right:0;
  }

  .insurance-container {
    margin-left: 80px;
  }

  .pap-form:after {
    z-index: -1 !important;
  }

  .agree-checkbox {
    display:flex;
    margin-top:40px;
  }

  .agree-checkbox input[type='checkbox'] {
    height: 30px;
    width: 40px;
  }

  .insurance-info-container {
    display:block !important;
  }
  .primary-insurance, .secondary-insurance {
    width:100% !important;
  }
  .secondary-insurance .text-container {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .text-container {
    height: 43px !important;
  }

  #erx-background-pap-hero p {
    width: 90% !important;
  }

  .insurance-second-row {
    margin-top:0 !important;
  }

  .erx-hero-video-text.left-aligned.pap-text h1 {
    text-align: left;
    width: 90%;
  }
  }

@media (min-width: 769px) {
  .pap-form {
    background-color: #fff !important;
    background-image: url("../img/revamp/bg-circles-left-2.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 300px;
  }
}

.type-assistance-container {
  position: relative;
}

.type-assistance-container:before {
  aspect-ratio: 0.25;
  background-image: url("../img/revamp/Type-assistance-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: -172px;
  width: 150px;
  z-index: -1;
}

.pap-form {
  position: relative;
}

.pap-form:before {
  background-image: url("../img/revamp/Bg-circle-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 539px;
  position: absolute;
  right: -153px;
  top: 48%;
  width: 415px;
}

.pap-form:after {
  background-image: url("../img/revamp/Right-circle.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 322px;
  left: -77px;
  position: absolute;
  top: 75%;
  width: 263px;
}

.medicare-first-row,
.medicare-second-row {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .pap-form-first-row,
  .pap-form-second-row,
  .pap-form-third-row,
  .pap-form-forth-row,
  .pap-form-fifth-row {
    flex-direction: column;
  }

  .pap-form-first-row div,
  .pap-form-second-row div,
  .pap-form-third-row div,
  .pap-form-forth-row div,
  .pap-form-fifth-row div,
  .pap-form-sixth-row div {
    width: 100%;
  }

  .medicare-first-row,
  .medicare-second-row {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 30px;
  }

  .d-flex {
    flex-direction: column;
  }

  .other-insurer-input {
    width: 100%;
  }

  .d-flex div {
    width: 100%;
  }

  .submitting-copy {
    width: 100%;
  }
}

.pap-submit {
  background-color:#000 !important;
  color:#fff !important;
  border: 2px solid #42dba2 !important;
  border-radius:25px !important;
  width:250px;
  font-size:16px !important;
}

.file-disclaimer span {
  font-size:12px;
}

.file-disclaimer {
  margin-top: 28px;
}

.file-input-container label {
  margin-left:40px;
}

#insurance_card::-webkit-file-upload-button,
#s_insurance_card::-webkit-file-upload-button,
#insurance_card_back::-webkit-file-upload-button,
#s_insurance_card_back::-webkit-file-upload-button{
  visibility: hidden;
}

#insurance_card::before, #s_insurance_card::before,
#insurance_card_back:before, #s_insurance_card_back:before{
  aspect-ratio: 0.25;
  background-image: url("../img/revamp/upload.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 31px;
  bottom: -48px;
  width: 23px;
}

.file-input-container span, .file-input-container-back span {
  font-size: 14px;
  margin-left:30px;
}

.file-input-container {
  text-align:left;
}
.file-input-container-back {
  text-align:left;
  margin-top:20px;
}

input#insurance_card, input#s_insurance_card, input#insurance_card_back, input#s_insurance_card_back {
  padding-top:13px;
}

input#insurance_card:active,
input#s_insurance_card:active,
input#insurance_card:focus,
input#s_insurance_card:focus {
  background-color:transparent !important;
  color:#000 !important;
}

#agree-error{
  left: 29% !important;
  top: 23px !important;
  right: 100% !important;
}

.agree-checkbox {
  position:relative;
}

.g-recaptcha div:first-child {
  width: 100% !important;
}

select#state{
  border: 1px solid #009768;
  border-radius: 50px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
}


input#dob:focus::placeholder {
  opacity: 1;
}
input#dob::placeholder {
  opacity: 0;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.g-recaptcha{
  position: relative;
}

select.error {
  border-color: red !important;
}

select#gender {
  display: block !important;
  border: 1px solid #009768;
  border-radius: 50px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
}

#erx-form-new #pap_form-cg .select-selected {
  display:none !important;
}

.submit-message h2 {
  font-size: 44px !important;
}

.submit-message {
  padding:30px;
}

.insurance-container {
  display:flex;
  justify-content: center;
}

.insurance-info-container {
  display:flex;
  justify-content: space-evenly;
  margin-top:30px;
}

.insurance-info-container span {
  margin-bottom:10px;
}

.primary-insurance, .secondary-insurance {
  width:40%;
}

.primary-insurance .erx-form-input-container.insurer-type-input,
.secondary-insurance .erx-form-input-container.insurer-type-input {
  width:100%;
}

.text-container {
  height:70px;
}

.erx-form-input-container.insurer-type-input.file-input-container-back {
  margin-top: 40px;
}

.insurance-second-row {
  margin-top:0 !important;
}

select#state, select#gender {
  font-size: 0.75em;
}


/*Testimonial*/

.hcp-testimonial-video {
  padding:0px 32px;
}

.erx-video-link-container.video-container {
  border-radius: 25px;
  overflow: hidden;
}

@media (min-width: 993px) {
  .hcp-three-columns-container {
    padding-right: 0;
  }
  .hcp-three-columns-container {
    padding-left: 0;
    padding-right: 30px;
  }
}

.hcp-three-columns-content {
  max-width: 100% !important;
}

.hcp-three-columns-content {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  width: 100%;
}

.hcp-three-column {
  padding:32px;
}

.hcp-three-columns-column:first-of-type {
  margin-right: 4%;
}

.hcp-three-columns-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 31%;
}

.hcp-three-columns-column {
  margin-bottom: 16px !important;
}

.hcp-three-columns-column:last-of-type {
  margin-left: 4%;
}

.hcp-video-link-container {
  border-radius: 25px;
  overflow: hidden;
}

.video-4-3 {
  padding-top: 75% !important;
}

.hcp-text-testimonial {
  /*background-image: url("https://i.ibb.co/m8w8nSV/Testimonials.png");*/
  background-image: url("../img/revamp/testimonials-background-slider.jpg");
  background-repeat:no-repeat;
  background-size: cover;
  background-position: bottom;
}

.new-text-testimonials-carousel .slick-dots > li.slick-active {
  background-color: #FFFFFF;
}

.new-text-testimonials-carousel .slick-dots > li {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.new-text-testimonials-carousel .slick-dots {
  bottom: 10px !important;
}

.new-text-testimonials-carousel .slick-dots li.slick-active button:before, .new-text-testimonials-carousel .slick-dots li button:before {
  color:transparent !important;
}

#testimonials-mobile-carousel .slick-dots > li {
  border: 2px solid #009768;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

#testimonials-mobile-carousel .slick-dots li button:before {
  color: transparent !important;
}

#testimonials-mobile-carousel .slick-dots > li.slick-active {
  background-color: #009768;
}

.purchase-text-container{
  padding: 0 100px;
}

.discover-pap-hcp-cta{
  max-width: 450px;
  margin: 10px 0 10px auto;
}

.discover-pap-cta{
  background-color: #000000;
  border: 2px solid #42dba2;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  max-width: 550px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 993px) {
  .hcp-three-column {
    display: none !important;
  }
  .hcp-text-testimonial {
    margin-top:0 !important;
  }

  .new-text-testimonials-carousel .slick-dots {
    bottom:20px;
  }

  #new-text-testimonials .new-text-testimonial{
    background-color: transparent !important;
  }

  .discover-pap-hcp-cta{
    max-width: 300px;
    margin: 20px 0 20px 0;
  }

  .purchase-text-container{
    padding: 0 30px;
  }
}

.hcp-testimonial-image-wrapper > div.image--left img {
  transform: translate(-50%, -50%);
}

.hcp-testimonial-image-wrapper img {
  left: 50%;
  left: 50%;
  min-width: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.hcp-testimonial-image-wrapper div picture img {
  border:2px solid transparent;
  border-radius:50%;
  width:400px !important;
  height:400px !important;
}

.hcp-testimonial-image-wrapper > div {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
}

.hcp-testimonial-image-wrapper {
  padding:32px;
}

.erx-video-link-container.video-container a picture img {
  height: 100%;
  object-fit: cover;
}

.new-text-testimonials-carousel.hcp-text-testimonial-carousel.slick-initialized.slick-slider.slick-dotted button.slick-prev.slick-arrow,
.new-text-testimonials-carousel.hcp-text-testimonial-carousel.slick-initialized.slick-slider.slick-dotted button.slick-next.slick-arrow {
  display:none !important;
}

/*New Testimonial*/

.hcp-efficacy-testimonial .slick-dots li button:before {
  color: #0f9768 !important;
  background-color: #0f9768;
  border-radius: 50%;
}

.efficacy-more-testimonial {
  text-align:center;
  width:70%;
  margin:auto;
}
.efficacy-more-testimonial p {
  margin-top:15px;
}

.hcp-efficacy-img-wrapper {
  margin-left:80px;
}

.hcp-testimonial-image-wrapper.hcp-efficacy-img-wrapper .image--left img {
  width: 100% !important;
  height: 100% !important;
}

.hcp-testimonial-image-wrapper.hcp-efficacy-img-wrapper .image--left {
  border: 4px solid #0f9768;
}

@media (max-width: 998px) {
  .hcp-efficacy-img-wrapper {
    margin-left:0;
  }
}


/*===== HCP HOW TO PRESCRIBE REVAMP ===========*/

#erx-background-video-container.hcp-how-to-prescribe-revamp {
  background-image: url("../img/revamp/how-to-prescribe-new.jpg");
  background-position: center 15px;
  margin-top: -18px;
  margin-bottom: -3px;
  max-height: 680px;
}
#erx-background-video-container.hcp-how-to-prescribe-revamp h2{
  margin-top: 20px;
  font-size: 25px;
  max-width: 550px;
}

#erx-background-video-container.hcp-how-to-prescribe-revamp .erx-horizontal-border {
  bottom: -10px;
  position: absolute;
  width: 100%;
}
#erx-background-video-container.hcp-how-to-prescribe-revamp .erx-horizontal-border img {
  height: 20px;
  width: 100%;
}
#erx-background-video-container.hcp-how-to-prescribe-revamp .footnote-text {
  font-size: 0.625em;
}

.erx-horizontal-border-prescribe-revamp img{
  width: 100%;
  height: 20px;
}
@media (max-width: 768px) {
  #erx-background-video-container.hcp-how-to-prescribe-revamp {
    background-image: url("../img/revamp/how-to-prescribe-new-mobile.jpg");
  }

  #erx-background-video-container.hcp-how-to-prescribe-revamp h1 {
    max-width: 200px;
  }

  #erx-background-video-container.hcp-how-to-prescribe-revamp h2{
    max-width: 300px;
    font-size: 18px;
  }
}

/*===== HCP HOW TO PRESCRIBE REVAMP / FIRST SECTION ===========*/

section#how-to-prescribe-hcp-first h2 {
  text-align: center;
  margin-bottom: 50px;
}

section#how-to-prescribe-hcp-first {
  padding: 70px 20px 85px 20px;
}

.prescribe-phil-pharmacy {
  position: relative;
}

.prescribe-phil-pharmacy h3 {
  max-width: 420px;
}

.prescribe-right-arrow-right {
  position: absolute;
  left: -40%;
  top: -10%;
  max-width: 150px;
}

.send-prescription-con {
  display: flex;
  max-width: 1000px;
  margin: auto;
  justify-content: space-evenly;
}

.prescribe-icon-text {
  display: flex;
  margin: 30px 0;
  align-items: center;
}

.prescribe-icon-text p {
  margin-left: 15px;
  margin-bottom: 0;
}

.erx-vertical-divider-prescribe {
  width: 25px;
  background-image: url("../img/revamp/divider-vertical-green.png");
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 395px;
  position: relative;
}

.arrow-down-large-divider {
  width: 150px;
  position: absolute;
  bottom: -40%;
  left: -62px
}

.prescribe-include{
  padding-top: 5%;
  position: relative;
}

.prescribe-include h3 {
  margin-bottom: 20px;
}

.prescribe-include ul li {
  margin-bottom: 15px;
}

.prescribe-include ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #42dba2;
  border-radius: 30px;
  display: inline-block;
  margin-right: 10px;
}

.prescribe-include .erx-footnote.erx-footnote {
  margin-left: 25px
}

.horizontal-dividver-prescribe{
  display: none;
}

.arrow-down-small-prescribe{
  display: none;
}

@media (max-width: 900px) {
  section#how-to-prescribe-hcp-first{
    padding-bottom: 0;
  }
  .send-prescription-con{
    flex-direction: column;
    max-width: 400px;
    margin: auto;
  }

  .prescribe-phil-pharmacy h3 {
    text-align: center;
    max-width: 200px;
    margin: auto;
  }

  .prescribe-right-arrow-right {
    left: -2%;
    top: 0;
    max-width: 80px;
  }

  .erx-vertical-divider-prescribe{
    display: none;
  }

  .horizontal-dividver-prescribe{
    display: block;
    margin-bottom: 20px;
  }

  .arrow-down-small-prescribe{
    display: block;
    margin: 0 auto -40px auto;
    max-width: 120px;
  }

  .prescribe-include{
    text-align: center;
  }

  .prescribe-include ul {
    text-align: left;
    max-width: 174px;
    margin: auto;
  }
}

/*==== HCP HOW TO PRESCRIBE REVAMP / ENROLL - PAY - ACTIVATE*/

#enroll-pay-activate {
  background-color: #42DBA2;
  background-image: url('../img/revamp/background-prescrive-left.png'),
  url('../img/revamp/background-prescrive-bottom-right.png'),
  url('../img/revamp/background-prescrive-bottom.png'),
  url('../img/revamp/background-prescrive-top-right.png');
  background-position: left center, bottom right, bottom center, right top;
  background-size: auto, auto, auto 450px, auto;
  background-repeat: no-repeat;
  padding: 50px 20px 0 20px;
}

#enroll-pay-activate h2 {
  text-align: center;
}

#enroll-pay-activate h3 {
  text-align: center;
  margin-bottom: 40px;
}

.steps-prescribe {
  display: flex;
  max-width: 1220px;
  margin: auto;
  justify-content: space-between;
}

.steps-prescribe  .step-con {
  max-width: 225px;
  text-align: center;
  padding: 0px 5px;
}

.steps-prescribe  span.step-number {
  display: block;
  color: #056145;
  font-size: 2rem;
  font-weight: 600;
}

.steps-prescribe .step-con p {
  font-weight: 500;
  max-width: 225px;
  margin: auto;
}

.white-arrow-steps {
  margin-top: 80px;
  display: block;
  max-width: 40px;
}

.hcp-prescribe-download-app-con {
  display: flex;
  max-width: 920px;
  margin: 20px auto 0 auto;
  position: relative;
}

.dotted-circle-container-download {
  max-width: 365px;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: relative;
}

.dotted-circle-container-download .dotted-circle:after {
  border: 4px solid #F6F6F7;
  border-top: 4px dotted #42dba2;
}

.download-circle-con {
  position: relative;
  display: flex;
  align-items: center;
}

.circle-background-hcp-prescribe {
  position: absolute;
}

.download-circle-content-con {
  position: relative;
  width: 350px;
  text-align: center;
}


.download-circle-content-con h4 {
  text-align: center;
  margin-bottom: 20px;
}

.hcp-prescribe-logo-con {
  max-width: 272px;
  margin: auto;
}

.download-circle-content-con p{
  font-size: 1.3rem;
}

.tablet-game-con-prescribe {
  width: 100%;
  margin-left: -30px;
  position: relative;
}

.tablet-game-con-prescribe #erx-hp-tablet-preview .tablet-block {
  max-width: 100%;
}

.tablet-game-con-prescribe #erx-hp-tablet-preview {
  padding: 0;
  background-color: transparent;
}

.tablet-game-con-prescribe #erx-hp-tablet-preview .erx-hp-tablet{
  background-image: url('../img/revamp/tablet-border.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-top: 59%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.tablet-game-con-prescribe #erx-hp-tablet-preview #tablet-demo-signup {
  background-color: #000000;
  border-radius: 13px;
  -webkit-box-shadow: 0 5px 30px 20px #000000;
  box-shadow: 0 5px 30px 20px #000000;
  left: 3.6%;
  position: absolute;
  top: 6%;
  width: 93%;
  z-index: 0;
}

.tablet-game-con-prescribe #erx-hp-tablet-preview .erx-hp-tablet .erx-hp-tablet-footnote {
  bottom: 3px;
  font-size: 0.65em;
}

.arrow-dotted-prescribe {
  position: absolute;
  right: -60px;
  z-index: 2;
  max-width: 80px;
}

.arrow-dotted-prescribe img {
  width: 100%;
}

.arrow-dotted-prescribe-mobile {
  display: none;
}


.prescribe-ingame-progress-arrow img {
  transform: rotate(90deg);
  display: block;
  margin: 20px auto;
}

.endeavorrx-insights-prescribe {
  display: flex;
  max-width: 700px;
  margin: auto;
  justify-content: space-evenly;
}

h3.prescribe-insigthts-title {
  max-width: 740px;
  margin: auto;
}

.prescribe-insights-phone img {
  display: block;
  width: 100%;
}

.prescribe-insights-phone {
  padding: 0 20px;
  max-width: 300px;
}

.insight-logo-cta {
  max-width: 320px;
  margin-bottom: 40px;
  margin-top: 20%;
}

.insight-logo-cta a {
  margin-top: 20px;
}

.prescribe-ingame-progress h3 {
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  #enroll-pay-activate {
    background-position: left center, bottom right, bottom center, right top;
    background-size: auto, 100px, auto 670px, 100px;
  }

  .steps-prescribe {
    flex-direction: column;
    align-items: center;
  }

  .steps-prescribe .step-con{
    margin-bottom: 15px;
  }

  .white-arrow-steps{
    margin: 0;
    transform: rotate(90deg);
  }

  .hcp-prescribe-download-app-con{
    flex-direction: column-reverse;
    align-items: center;
  }

  .tablet-game-con-prescribe{
    margin: 0 0 -30px 0;
    max-width: 550px;
  }

  tablet-game-con-prescribe #erx-hp-tablet-preview .erx-hp-tablet .erx-hp-tablet-footnote {
    bottom: 0px;
  }


  .endeavorrx-insights-prescribe {
    flex-direction: column-reverse;
    align-items: center;
  }


  .arrow-dotted-prescribe {
    display: none;
  }

  .arrow-dotted-prescribe-mobile {
    display: block;
    margin: 0 auto -30px auto;
    z-index: 1;
  }

  .arrow-dotted-prescribe-mobile img {
    width: 100%;
  }

  .insight-logo-cta {
    margin-top: 0;
  }
}

/*==== HCP HOW TO PRESCRIBE REVAMP / GUIDE PATIENT ======*/
.arrow-down-guide-patient {
  max-width: 150px;
  margin: -35px auto 0 auto;
}
#guide-patient{
  background-image: url('../img/revamp/background-guide-patient-left.png'),
  url('../img/revamp/background-guide-patient-right-top.png'),
  url('../img/revamp/background-guide-patient-right-bottom.png');
  background-position: left bottom, right 35px, right bottom;
  /*background-size: contain !important;*/
  background-repeat: no-repeat;
  padding-bottom: 140px;
  margin-bottom: -5px;
}

#guide-patient h2 {
  text-align: center;
  margin-bottom: 50px;
}

#guide-patient .container {
  max-width: 840px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-evenly;
}

.dotted-circle{
  width: 100%;
  position: relative;
  padding: 20px;
}
.dotted-circle:after {
  border: 3px solid #42dba2;
  border-top: 3px dotted #42dba2;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
}

.circle-content {
  display: flex;
  align-items: center;
  text-align: center;  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 1;
}

.dotted-circle-container-refills {
  max-width: 340px;
  position: relative;
  margin-top: 90px;
}

.dotted-circle-container-follow-up {
  max-width: 380px;
  position: relative;
}

.dotted-circle-container-refills .dotted-circle:after{
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.dotted-circle-container-refills .dotted-circle > .circle-content {
  background-color: #EAFFF7;
  border-radius: 50%;
  padding: 10px;
}

.circle-content a.erx-btn-large {
  max-width: 230px;
  font-size: 0.82em;
}


@media (max-width: 768px) {
  #guide-patient .container{
    flex-direction: column;
  }

  .dotted-circle-container-follow-up {
    margin-left: -5%;
  }

  .dotted-circle.dotted-circle-green {
    margin-left: 10%;
  }

  .dotted-circle-container-refills {
    margin: 10px 0 0 auto;
  }

  .arrow-down-guide-patient {
    max-width: 120px;
  }

  .circle-content a.erx-btn-large {
    max-width: 210px;
    padding: 10px 0;
  }
}

@media (max-width: 450px) {
  .dotted-circle-container-follow-up {
    margin-left: -10%;
  }
}

/*==== HCP HOW TO PRESCRIBE REVAMP / COST & COVERAGE ======*/
.cost-coverage-section{
  padding: 20px;
  margin: 50px 0;
}
.cost-coverage-prescribe {
  max-width: 1300px;
  margin: auto;
  background-image: url('../img/revamp/background-cost-coverage.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  border-radius: 10px;
}

.cost-coverage-prescribe-inner {
  background-color: #EAFFF7;
  border-radius: 5px;
  border: solid 15px #FFFFFF;
  text-align: center;
  padding: 25px;
  font-weight: 500;
}

.prescribe-cost-coverage-inner-flex {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5px;
}

.cost-coverage-section1 {
  max-width: 450px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.cost-coverage-section2 {
  max-width: 550px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}


.cost-coverage-section2 .erx-btn-large {
  /*max-width: 500px;*/
  margin-bottom: 20px;
}

.cost-coverage-section1 h4 {
  color: #159768;
}

.cost-coverage-section2 h4 {
  color: #159768;
}

.cost-coverage-section1 ul{
  text-align: left ;
  font-weight: 500;
  max-width: 250px;
  margin: 0 auto 20px auto;
}
.cost-coverage-section1 ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #42dba2;
  border-radius: 30px;
  display: inline-block;
  margin-right: 20px;
}

.cost-coverage-section2 .erx-footnote span {
  color: #159768;
}

.dividver-cost-coverage {
  max-height: 265px;
  min-width: 30px;
}
.dividver-cost-coverage img{
  height: 100%;
}

.dividver-cost-coverage-horizontal{
  display: none;
}

@media (max-width: 950px) {
  .prescribe-cost-coverage-inner-flex {
    flex-direction: column;
    align-items: center;
  }

  .dividver-cost-coverage {
    display: none;
  }

  .dividver-cost-coverage-horizontal{
    display: block;
    margin: 30px 0;
  }

  .cost-coverage-section1 {
    padding: 0 ;
  }
}

@media (max-width: 570px) {
  .cost-coverage-section1 ul {
    max-width: 205px;
  }
}

@media (max-width: 400px) {
  .cost-coverage-section1 ul li:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}


/*==== HCP HOW TO PRESCRIBE REVAMP / COST & COVERAGE ======*/

header.header.hcp-header.transparent-header #hcp-contact-link-container {
  background-color: transparent;
}


.here-to-support h2 {
  text-align: center;
  margin-bottom: 30px;
}

.here-to-support .carousel-con {
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto 50px auto;
}

.circle-carousle-con {
  max-width: 400px;
  padding: 0 15px;
  margin: auto;
}

.carousel-header-image-con {
  display: flex;
  max-width: 260px;
  margin: 0 auto 10px auto;
}

.carousel-header-image-con h4 {
  font-size: 1.8rem;
  max-width: 200px;
  /*text-align: left;*/
  padding-left: 10px;
}

.circle-content.green-circle-inner {
  background-color: #EAFFF7;
  border-radius: 50%;
}

.circle-carousel-content {
  margin: auto;
  padding: 10px;
}

.dotted-circle.patient-circle:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dotted-circle.faq-circle:after {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

.here-to-support-carousel .slick-dots{
  bottom: -35px;
}

.here-to-support-carousel .slick-dots li {
  background-color: #BCFBE3;
  border-radius: 50%;
}

.here-to-support-carousel .slick-dots li.slick-active {
  background-color: #159768;
  border-radius: 50%;
}

.here-to-support-carousel .slick-dots li button:before{
  content: "";
}

@media (max-width: 1150px) {
  .circle-carousle-con {
    max-width: 370px;
    padding: 0 5px;
    margin: auto;
  }

  .carousel-header-image-con img {
    max-width: 75px;
  }

  .carousel-header-image-con {
    max-width: 210px;
  }

}

/*============= HCP FOOTER LEAD GEN FORM ===========*/
.hcp-footer-lead-gen-form {
  background-color: #FFFFFF;
  background-image: url('../img/revamp/background-lead-gen-white-circle-min.png'),
  url('../img/revamp/background-lead-gen-green.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 825px 825px, cover;
  padding: 90px 20px;
  /*min-height: 800px;*/
}

.hcp-footer-lead-gen-form > #erx-form-new{
  background-color: transparent;
  padding: 0;
}

.hcp-footer-lead-gen-form > #erx-form-new h2 {
  text-align: center;
}

.hcp-footer-lead-gen-form > #erx-form-new .main-paragraph-hcp-form {
  max-width: 420px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.hcp-footer-lead-gen-form > #erx-form-new .form-disclaimer {
  text-align: center;
}


.hcp-footer-lead-gen-form.thank-you-message #erx-form-new {
  max-width: 550px;
  margin: auto;
  text-align: center;
  padding: 20px;
}

@media (max-width: 700px) {
  .hcp-footer-lead-gen-form.thank-you-message {
    background-size: cover;
  }
}



/*============= CG FOOTER LEAD GEN FORM ===========*/

.cg-footer-lead-gen-form  {
  background-color: #FFFFFF;
  background-image: url('../img/revamp/background-lead-gen-white-circle-min.png'),
  url('../img/revamp/background-lead-gen-green.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 735px 735px, cover;
  padding: 140px 20px;
}

.cg-footer-lead-gen-form > #erx-form-new{
  background-color: transparent;
  padding: 0;
}

.cg-footer-lead-gen-form > #erx-form-new h2 {
  text-align: center;
}

.cg-footer-lead-gen-form > #erx-form-new .main-paragraph-hcp-form {
  max-width: 420px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.cg-footer-lead-gen-form > #erx-form-new .form-disclaimer {
  text-align: center;
}

.cg-footer-lead-gen-form.thank-you-message #erx-form-new {
  max-width: 550px;
  margin: auto;
  text-align: center;
  padding: 20px;
}

@media (max-width: 700px) {
  .cg-footer-lead-gen-form.thank-you-message {
    background-size: cover;
  }
}


/*============= HCP SIGN UP  LEAD GEN FORM ===========*/
#sign-up-page {
  background-image: url('../img/revamp/background-sign-up-page.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 30px;
}

.hcp-lead-form-container {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: auto;
  justify-content: space-between;
}

.hcp-lead-form-container .stay-informed {
  max-width: 550px;
  margin: 0 20px
}

.stay-informed-text-con p {
  font-weight: 500;
  font-size: 1.2em;
}

.stay-informed #erx-hp-tablet-preview .tablet-block {
  max-width: 100%;
}

.stay-informed #erx-hp-tablet-preview {
  padding: 0;
  background-color: transparent;
}

.stay-informed #erx-hp-tablet-preview .erx-hp-tablet{
  background-image: url('../img/revamp/tablet-border.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-top: 59%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.stay-informed #erx-hp-tablet-preview #tablet-demo-signup {
  background-color: #000000;
  border-radius: 13px;
  -webkit-box-shadow: 0 5px 30px 20px #000000;
  box-shadow: 0 5px 30px 20px #000000;
  left: 3.6%;
  position: absolute;
  top: 6%;
  width: 93%;
  z-index: 0;
}

.stay-informed #erx-hp-tablet-preview .erx-hp-tablet .erx-hp-tablet-footnote {
  bottom: 0;
  font-size: 0.65em;
}

.hcp-page-lead-gen-form {
  width: 100%;
  min-width: 700px;
  height: 700px;
  display: flex;
  align-items: center;
  background-image: url('../img/revamp/background-white-circle-inner-dotter.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 700px 700px;
}


.hcp-page-lead-gen-form #erx-form-new {
  background-color: transparent;
  position: relative;
  padding: 0;
}

.hcp-page-lead-gen-form.thank-you-message #erx-form-new {
  max-width: 550px;
  margin: auto;
  text-align: center;
  padding: 20px;
}

@media (max-width: 1100px) {
  .hcp-lead-form-container{
    flex-direction: column;
  }

  .hcp-lead-form-container .stay-informed {
    display: flex;
    flex-direction: column-reverse;
    margin: 60px 0 0 0;
    text-align: center;
  }

  .stay-informed-text-con {
    margin: 45px 0;
  }

  .stay-informed-text-con h2.text--white {
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .hcp-page-lead-gen-form.thank-you-message{
      height: 400px;
      background-size: 400px 400px;
  }

  .hcp-page-lead-gen-form.thank-you-message #erx-form-new {
    max-width: 350px;
    margin: auto;
    text-align: center;
    padding: 20px;
  }

  .hcp-page-lead-gen-form #erx-form-new #lead_gen_form-hcp{
    padding: 0 25px;
  }
}

@media (max-width: 350px) {
  .hcp-page-lead-gen-form #erx-form-new #lead_gen_form-hcp{
    padding: 0 45px;
  }
}

/*============= CG SIGN UP LEAD GEN FORM ===========*/

#sign-up-page-cg {
  background-image: url('../img/revamp/background-sign-up-page.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 30px;
}

.cg-lead-form-container {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: auto;
  justify-content: space-between;
}

.cg-lead-form-container .stay-informed {
  max-width: 550px;
  margin: 0 20px
}

.stay-informed-text-con p {
  font-weight: 500;
  font-size: 1.2em;
}

.stay-informed #erx-hp-tablet-preview .tablet-block {
  max-width: 100%;
}

.stay-informed #erx-hp-tablet-preview {
  padding: 0;
  background-color: transparent;
}

.stay-informed #erx-hp-tablet-preview .erx-hp-tablet{
  background-image: url('../img/revamp/tablet-border.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 0;
  padding-top: 59%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.stay-informed #erx-hp-tablet-preview #tablet-demo-signup {
  background-color: #000000;
  border-radius: 13px;
  -webkit-box-shadow: 0 5px 30px 20px #000000;
  box-shadow: 0 5px 30px 20px #000000;
  left: 3.6%;
  position: absolute;
  top: 6%;
  width: 93%;
  z-index: 0;
}

.stay-informed #erx-hp-tablet-preview .erx-hp-tablet .erx-hp-tablet-footnote {
  bottom: 0;
  font-size: 0.65em;
}

.cg-page-lead-gen-form {
  width: 100%;
  min-width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
  background-image: url('../img/revamp/background-white-circle-inner-dotter.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 600px 600px;
}


.cg-page-lead-gen-form #erx-form-new {
  background-color: transparent;
  position: relative;
  padding: 0;
}

.cg-page-lead-gen-form #erx-form-new {
  background-color: transparent;
  padding: 0;
}

.cg-page-lead-gen-form.thank-you-message #erx-form-new {
  max-width: 550px;
  margin: auto;
  text-align: center;
  padding: 20px;
}

@media (max-width: 1100px) {
  .cg-lead-form-container{
    flex-direction: column;
  }

  .cg-lead-form-container .stay-informed {
    display: flex;
    flex-direction: column-reverse;
    margin: 60px 0 0 0;
    text-align: center;
  }

  .stay-informed-text-con {
    margin: 45px 0;
  }

  .stay-informed-text-con h2.text--white {
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .cg-page-lead-gen-form.thank-you-message{
    height: 400px;
    background-size: 400px 400px;
  }

  .cg-page-lead-gen-form.thank-you-message #erx-form-new {
    max-width: 350px;
    margin: auto;
    text-align: center;
    padding: 20px;
  }

  .cg-page-lead-gen-form #erx-form-new #lead_gen_form-cg{
    padding: 0 25px;
  }

}

@media (max-width: 350px) {
  .cg-page-lead-gen-form #erx-form-new #lead_gen_form-cg{
    padding: 0 45px;
  }
}

/* ============ BLACK CALL OUT BAR STYLES HCP=========== */

.hcp-callout-bar{
  top: 35px !important;
  z-index: 99999 !important;
  position: fixed !important;
}


.hcp-callout-bar a{
  font-size: 0.875em !important;
}


/*============== OTC SITE ===============*/

/*========= NAV ====*/
.desktop-right .nv-nav-wrap{
  justify-content: flex-end;
}

.builder-item--logo .site-logo img {
  max-width: 250px;
}


.download-appstore-nav a {
  background-image: url("../img/revamp/AppStore.webp");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  height: 59px !important;
  width: 180px !important;
}

.download-playstore-nav a {
  background-image: url("../img/revamp/playstore.webp");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  height: 56px !important;
  width: 180px !important;
}

.download-appstore-nav:hover, .download-playstore-nav:hover{
background-color: transparent !important;
}

.download-button-container {
  column-gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .nav-ul {
    align-items: start;
  }
}

@media only screen and (max-width: 800px) {
.builder-item--logo .site-logo img {
max-width: 200px;
padding: 5px 0;
}
}

@media only screen and (max-width: 370px) {
.builder-item--logo .site-logo img {
max-width: 170px;
}
}

/* =====OTC HOMEPAGE =====*/

.otc-homepage-hero{
  background-color: #000000;
  margin-top: -20px;
}
.desktop-hero{
  display: flex;
}

.desktop-hero h1{
  color: #FFFFFF;
  font-size: 45px;
  max-width: 500px;
  margin-bottom: 35px;
}

.hero-desktop-left{
  margin-left: 15%;
  margin-top: 100px;
}

.green-text{
  color: #00B880;
}

.desktop-hero p{
  color: #FFFFFF;
  max-width: 500px;
  margin-bottom: 35px;

}

.hero-desktop-left .download_icon_ios {
  max-width: 180px;
  display: block;
}

.hero-desktop-right{
  margin-left: auto;
  padding-left: 20px;
}

.hero-desktop-right img{
  width: 100%;
  display: block;
  max-width: 750px;
}


.mobile-hero{
  display: none;
}

.mobile-header{
  background-image: url('../img/OTC/hero-mobile-background-circles.png');
  /* background-position: 0 -30px; */
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 20px 20px 20px;
}

.mobile-header h1{
  color: #000000;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.mobile-header img{
  width: 100%;
  display: block;
  margin: auto;

}

.mobile-hero p {
  text-align: center;
  color: #FFFFFF;
  margin-top: 40px;
  padding: 0 20px;
  margin-bottom: 35px;
  font-weight: 600;
}

.mobile-hero .download_icon_ios img {
  height: 60px;
}
.mobile-hero .download_icon_playstore img {
  height: 66px;
}
.mobile-hero .download_icon_ios img,
.mobile-hero .download_icon_playstore img {
  display: block;
  max-width: 100%;
  width: auto;
}

.download-text {
  background-color: #FFFFFF;
  color: #000;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 15px;
  font-weight: 800;
  text-decoration: none !important;
  border: solid 5px #73D8A5;
  border-radius: 10px;
}

.mobile-hero .download-text {
  margin-bottom: 40px;

}

@media only screen and (max-width: 1500px) {
  .hero-desktop-left{
    margin-left: 10%;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1414px) {
  .hero-desktop-left{
    margin-left: 5%;
    margin-top: 50px;
  }

  .hero-desktop-right img{
    max-width: 700px;

  }
}

@media only screen and (max-width: 1230px) {
  .hero-desktop-right img{
    max-width: 600px;

  }
}

@media only screen and (max-width: 1150px) {
  .hero-desktop-left{
    margin-left: 2%;
    /*margin-top: 70px;*/
  }
}

/*@media only screen and (max-width: 1100px) {*/
/*  .hero-desktop-left{*/
/*    margin-left: 2%;*/
/*    !*margin-top: 70px;*!*/
/*  }*/

/*  .hero-desktop-right img{*/
/*    max-width: 500px;*/

/*  }*/
/*}*/

/*@media only screen and (max-width: 1110px) {*/
/*  .hero-desktop-left{*/
/*    margin-top: 40px;*/
/*  }*/

/*  .desktop-hero h1{*/
/*    color: #FFFFFF;*/
/*    font-size: 35px;*/
/*    max-width: 400px;*/
/*  }*/


/*  .hero-desktop-right img{*/
/*    max-width: 600px;*/
/*  }*/

/*  .hero-desktop-left .download_icon_ios{*/
/*    max-width: 150px;*/
/*  }*/

/*}*/

@media only screen and (max-width: 1110px) {
  .desktop-hero h1{
    font-size: 28px;
    margin-bottom: 20px;
  }

  .desktop-hero p{
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 890px) {
  .desktop-hero{
    display: none;
  }

  .mobile-hero{
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }


  .mobile-header h1{
    font-size: 24px;
  }

}


@media only screen and (max-width: 600px) {
  .mobile-header {
    background-size: 115%;
  }
}

@media only screen and (max-width: 350px) {
  .mobile-header{
    background-size: 125%;
    background-position: -20px 0;
  }
}

/*==== IMRPOVED FOCUS SECTION ======*/

.improve-focus-improve-life{
  max-width: 1300px;
  margin: auto;
  padding: 70px 20px;
}

.improve-focus-improve-life h2 {
  text-align: center;
  margin-bottom: 20px;
}

.improve-focus-improve-life p {
  text-align: center;
  margin-bottom: 50px;
}

.improve-focus-improve-life .br-mobile {
  display: none;
}

.improve-focus-carousel-item {
  max-width: 290px;
  margin: auto;
  padding: 0 15px;
}

.improve-focus-carousel-item img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px auto;
}

.improve-focus-carousel-item p {
  margin-bottom: 20px;
}

.improve-focus-carousel .slick-dots{
  padding-left: 0;
  bottom: 0;
}

.improve-focus-carousel .slick-dots li {
  border: solid 2px #159768;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.improve-focus-carousel .slick-dots li.slick-active {
  background-color: #159768;
  border-radius: 50%;
}

.improve-focus-carousel .slick-dots li button:before{
  content: "";
}

@media only screen and (max-width: 700px) {
  .improve-focus-carousel {
    margin-bottom: 0 !important;
  }

  .improve-focus-improve-life{
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .improve-focus-improve-life p {

    margin-bottom: 30px;
  }

  .improve-focus-improve-life .br-mobile {
    display: block;
  }
}

/*====== FIND YOUR FOCUS =======*/
.find-your-focus {
  background-color: #000000;
  padding: 50px 0 0 0;
  color: #FFFFFF;
  text-align: center;
}

.find-your-focus-bottom {
  margin-top: 60px;
  height: 185px;
  padding-top: 65px;
  text-align: center;
  background-image: url('../img/OTC/lasting-effects-green-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.find-your-focus-bottom p {
  color: #000000;
  font-size: 30px;
  max-width: 661px;
  margin: auto;
  padding: 0 20px;
}

.find-your-focus h2 {
  text-align: center;
  margin-bottom: 20px;
}

.find-your-focus .br-mobile {
  display: none;
}

.desktop-find-focus {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
}

.desktop-find-focus .left-section {
  max-width: 300px;
  text-align: right;
}

.desktop-find-focus .right-section{
  max-width: 300px;
  text-align: left;
}

/*.desktop-find-focus .left-section div:nth-child(2), .desktop-find-focus .right-section div:nth-child(2){*/
/*  margin-top: 100px;*/
/*}*/

.center-section.otc-video-con {
  width: 100%;
  max-width: 600px;
  margin: 60px 20px 0 20px;
  position: relative;
  min-width: 500px;
}

.otc-video-con video {
  width: 100%;
  /*padding: 10px 0;*/
  margin: auto;
  border-radius: 20px;
  display: block;
  pointer-events: none;
}

.otc-video-background {
  background-image: url('../img/OTC/phone-video-background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 12px 14px;
}


.otc-video-background.paused:after {
  background-image: url('../img/revamp/play.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 150px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  width: 100px;
}


.mobile-find-focus {
  padding: 0 40px;
  display: none;
}

.mobile-find-focus .otc-video-con {
  max-width: 450px;
  margin: 35px auto;
}


.find-focus-mobile-carousel .find-focus-desc-con {
  max-width: 350px;
  margin: auto;
}

.find-focus-mobile-carousel .slick-dots{
  padding-left: 0;
  bottom: 0 !important;
}

.find-focus-mobile-carousel .slick-dots li {
  border: solid 2px #42DBA1;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.find-focus-mobile-carousel .slick-dots li.slick-active {
  background-color: #42DBA1;
  border-radius: 50%;
}

.find-focus-mobile-carousel .slick-dots li button:before{
  content: "";
}


@media only screen and (max-width: 1300px) {
  .otc-video-background {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .desktop-find-focus{
    display: none;
  }

  .mobile-find-focus {
    display: block;
  }

  .find-your-focus-bottom {
    height: 150px;
    padding-top: 65px;
    background-size: 100% 100%;
  }

  .find-your-focus-bottom p{
    font-size: 20px;
    max-width: 460px;
  }
}

@media only screen and (max-width: 700px) {
  .find-your-focus{
    padding-top: 20px;
  }

  .find-your-focus .br-mobile {
    display: block;
  }

  .find-your-focus-bottom {
    background-size: 130% 100%;
  }
}

@media only screen and (max-width: 600px) {
  .otc-video-con video{
    border-radius: 10px;
  }
}

@media only screen and (max-width: 480px) {

  .find-your-focus-bottom {
    background-size: 160% 100%;
    padding-top: 45px;
  }

  .find-your-focus-bottom p{
    font-size: 18px;
    max-width: 320px;
  }
}

/*======= FOCUSED SEARCH =========*/

.focused-search-con {
  padding: 20px;
  /*min-height: 450px;*/
  background-image: url('../img/OTC/more-focused-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.focused-search h3 {
  color: #FFFFFF;
  padding-top: 40px;
  margin-bottom: 30px;
}

.focused-search {
  text-align: center;
  color: #ffffff;
  max-width: 947px;
  margin: auto;
}

p.focused-search-user {
  font-weight: bold;
}

.focused-search-small-text {
  font-style: italic;
  margin-top: 45px;
  display: block;
  font-size: 12px;
}

@media only screen and (max-width: 850px) {
  .focused-search-con {
    background-image: url('../img/OTC/more-focused-backgtound-mobile.jpg');
  }

  .focused-search h3 {
    padding-top: 10px;
  }
}


/*========HOW TO IMPROVE FOCUS========*/

.how-otc-improves-focus {
  max-width: 1600px;
  margin: auto;
  padding: 60px 20px;
  text-align: center;
}

.how-otc-improves-focus-con {
  margin: 30px 0 50px 0;
}

.how-otc-improves-focus-item {
  max-width: 450px;
  margin: 0 auto 20px auto;
  padding: 0 20px;
}

.how-otc-improves-focus-item img {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0 auto 20px auto;
}

.how-otc-improves-focus-item p {
  margin-bottom: 10px;
}

.how-otc-improves-focus-carousel .slick-dots{
  padding-left: 0;
  bottom: -10px !important;
}

.how-otc-improves-focus-carousel .slick-dots li {
  border: solid 2px #159768;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.how-otc-improves-focus-carousel .slick-dots li.slick-active {
  background-color: #159768;
  border-radius: 50%;
}

.how-otc-improves-focus-carousel .slick-dots li button:before{
  content: "";
}

.how-otc-improves-focus .br-mobile{
  display: none;
}


@media only screen and (max-width: 700px) {
  .how-otc-improves-focus{
    padding: 25px 20px 20px 20px;
  }

  .how-otc-improves-focus-con {
    margin: 30px 0 ;
  }

  /*.how-otc-improves-focus-carousel{*/
  /*  margin: 30px 0;*/
  /*}*/

  .how-otc-improves-focus-item img {
    max-width: 200px;
  }

  .how-otc-improves-focus  .br-mobile {
    display: block;
  }
}

/*====== FOR BEST RESULTS ===========*/

.for-best-results-con {
  background-color: #F9F9F9;
  padding: 70px 20px;
  text-align: center;
}

.best-results-item {
  width: 100%;
}

.best-results-item.best-results-small-bar {
  width: 60%;
}



.for-best-results {
  display: flex;
  max-width: 1050px;
  margin: 70px auto;
  justify-content: space-evenly;
}

.for-best-results-con h2 {
  margin-bottom: 25px;
}

.for-best-results span {
  font-size: 20px;
}

.best-result-horizontal-con hr {
  border: solid 5px #05A573;
  border-radius: 10px;
  width: 90%;
  margin: 0 10px;
}

.best-results-circle {
  background-color: #05A573;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.best-result-horizontal-con {
  display: flex;
  align-items: center;
}

.best-result-verical-line {
  width: 6px;
  height: 40px;
  background-color: #707070;
  border-radius: 10px;
  margin: 6px auto;
  display: none;
}

.best-result-verical-line.small-bar-vertical {
  height: 26px;
}

.repeat-icon {
  max-width: 35px;
  max-height: 23px;
}

.repeat-icon-mobile{
  display: none;
}

.mobile-semicolon {
  display: none;
}

@media only screen and (max-width: 850px) {
  .best-result-verical-line {
    display: block;
  }

  .mobile-semicolon {
    display: inline-block;
    margin-right: 10px;
  }

  .best-result-horizontal-con {
    display: none;
  }

  .for-best-results {
    flex-direction: column;
    margin: 35px 0;
  }

  .best-results-item {
    display: flex;
    justify-content: center;
  }

  .repeat-icon{
    display: none;
  }

  .repeat-icon-mobile{
    display: block;
    max-width: 35px;
    margin: 10px auto 0 auto;
  }

  .best-results-item.best-results-small-bar {
    width: 100%;
  }


}

@media only screen and (max-width: 700px) {
  .for-best-results-con{
    padding: 20px;
  }
}


/*=========== FDA AUTHORIZED TECH ==============*/

.fda-authorized-tech-con {
  background-color: #000000;
  padding: 50px 20px;
}

.fda-authorized-tech {
  text-align: center;
  max-width: 1200px;
  margin: auto;
  color: #FFFFFF;
}

.fda-authorized-tech a {
  color: #75FABF;
  font-weight: bold;
}

.fda-authorized-tech h2 {
  margin-bottom: 40px;
}

.fda-authorized-tech p {
  margin: 0 auto 35px auto;
  max-width: 700px;
}

.fda-authorized-tech .instructions-for-use {
  color: #D2FBE4;
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (max-width: 700px) {
  .fda-authorized-tech-con {
    padding: 20px 25px;
  }

  .fda-authorized-tech .instructions-for-use {
    margin-top: 20px;
    display: inline-block;
  }
}

@media only screen and (max-width: 500px) {
  .desktop-br{
    display: none;
  }
}

/*==== PURCHASE DOWNLOAD APP FRONTPAGE=========*/

.purchase-download-app {
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  padding: 70px 20px;
  background-color: #D2FBE4;
  background-image: url('../img/OTC/purchase-app-background-frontpage.png');
  background-position: top right;
  background-repeat: no-repeat;
}

.purchase-download-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 25px;
  margin-left: 15%;
}

img.endeavor-otc-logo {
  max-width: 300px;
  width: 100%;
}

.purchase-download-left .download_icon_ios img {
  max-width: 180px;
}

.download_icon_playstore img {
  max-width: 210px;
}

a.download_icon_playstore {
  text-decoration:none !important;
}

a.download_icon_playstore img {
  object-fit: cover !important;
}

.purchase-download-left p {
  margin: 22px 0;
  font-weight: bold;
  font-size: 22px;
}

.purchase-download-right img {
  max-width: 600px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .purchase-download-left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .purchase-download-app {
    flex-direction: column-reverse;
    align-items: center;
    background-image: url('../img/OTC/purchase-app-background-frontpage-mobile.png');
    background-size: 100% 60%;
  }

  .purchase-download-left {
    align-items: center;
    text-align: center;
    margin: 0;
  }

  .purchase-download-right {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 700px) {
  .purchase-download-app{
    padding: 28px;
  }
}

/*===== OTC FOOTER =========*/
.otc-footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 20px 5px 20px;
}

.footer-top-otc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

img.footer-otc-desktop-logo{
  max-width: 300px;
}

img.footer-otc-desktop-mobile{
  max-width: 220px;
  display: none;
  width: 100%;
}

.footer-top-otc .download_icon_ios {
  max-width: 180px;
  margin: 25px 0;
}

.footer-middle-otc {
  display: flex;
  justify-content: space-evenly;
}

.footer-middle-item {
  max-width: 370px;
  padding: 10px;
}

.footer-middle-item span {
  color: #42DBA2;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
}

.footer-middle-item nav ul {
  list-style: none;
  padding: 0;
}

.footer-middle-item nav ul li a {
  color: #FFFFFF;
  text-decoration: none !important;
}

.otc-form-small-text {
  font-size: 12px;
}

form#otc-subscribe-email-footer-form {
  margin: 15px 0 10px 0;
  position: relative;
}


#otc-subscribe-email-footer-form #name-field {
  border: solid 2px #009768;
  border-radius: 30px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

#otc-subscribe-email-footer-form #name-field.error {
  border: solid 2px red !important;
}

#otc-subscribe-email-footer-form #name-field-error {
  color: red;
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 0;
}

#otc-subscribe-email-footer-form .submit-btn-footer-form {
  font-size: 0;
  border-top: solid 3px #42DBA2;
  border-right: solid 3px #42DBA2;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: rotate(45deg);
  background-color: transparent;
  position: absolute;
  top: 11px;
  right: 20px;
}

#otc-footer-bottom-menu {
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: distribute;
  font-size: 0.75em;
  justify-content: space-around;
  padding: 30px 30px 64px 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
}


@media only screen and (max-width: 1024px) {
  .footer-middle-otc{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-middle-item{
    margin-bottom: 40px;
  }

  img.footer-otc-desktop-logo{
    display: none;
  }

  img.footer-otc-desktop-mobile{
    display: block;
  }
}

/*===== OUR MISSION  PAGE======*/
.our-mission-header {
  background-color: #C8FCE3;
  padding: 100px 0;
  background-image: url('../img/OTC/our-mission-background.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.our-mission-header-con {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}


.our-mission-con {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
}

.our-mission-con p {
  margin-bottom: 35px;
}


.purchase-download-app-mission-page {
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  padding: 70px 20px;
  background-color: #F4F6F7;
}

.purchase-download-left-mission-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 25px;
}

.purchase-download-left-mission-page .download_icon_ios img {
  max-width: 150px;
}

.purchase-download-left-mission-page p {
  margin: 0 0 22px 0;
  font-size: 22px;
}

.purchase-download-right-mission-page img {
  max-width: 600px;
  width: 100%;
}




@media only screen and (max-width: 1000px) {
  .purchase-download-app-mission-page {
    flex-direction: column-reverse;
    align-items: center;
  }

  .purchase-download-left-mission-page {
    align-items: center;
    text-align: center;
    margin: 0;
  }

  .purchase-download-right-mission-page {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .our-mission-header {
    padding: 60px 0px;
  }
}

@media only screen and (max-width: 660px) {
  .our-mission-header {
    background-image: url('../img/OTC/our-mission-background-mobile.jpg');
    background-position: right center;
    background-size: cover;
  }

  .purchase-download-left-mission-page p {
    font-size: 16px;
  }
}

/*======= CONTACT US PAGE OTC=========*/
.otc-contact-container {
  padding: 0 !important;
  background-color: #FFFFFF !important;
  display: flex;
}

.contact-oct-left {
  width: 50%;
  height: 740px;
  padding: 20px 20px 20px 14%;
  background-color: #C8FCE3;
  background-image: url('../img/OTC/contact-background-top-right.png'), url('../img/OTC/contact-backgorund-bottom.png');
  background-repeat: no-repeat;
  background-position: top right, bottom center;
  background-size: auto, 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-oct-left h2 {
  max-width: 300px;
  margin-bottom: 40px;
}

.contact-oct-left p {
  max-width: 420px;
}

.contact-oct-left a {
  font-weight: 700;
  text-decoration: none;
}

.otc-contact-container #erx-form-content-container {
  padding: 65px 20px 0 20px;
}

@media only screen and (max-width: 1500px) {
  .contact-oct-left {
    padding: 20px 20px 20px 8%;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-oct-left {
    background-size: 230px, 100%;
  }

}

@media only screen and (max-width: 860px) {
  .otc-contact-container {
    flex-direction: column;
  }

  .contact-oct-left{
    width: 100%;
    background-image: url('../img/OTC/contact-background-top-right.png');
    background-size: 160px;
    height: 360px;
  }

  .otc-contact-container #erx-form-content-container {
    padding: 60px 20px;
  }
}

/*  ===== FAQ PAGE======*/

.faq-header {
  background-color: #C8FCE3;
  padding: 100px 0;
  background-image: url('../img/OTC/faq-green-background.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-bottom: 50px;
}

.faq-header-con {
  max-width: 1575px;
  margin: auto;
  padding: 0 20px;
}


.faq-con {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
}

.erx-faq-answer .small-text {
  font-size: 12px !important;
}

.faq-question-btn {
  padding: 0;
  color: inherit;
  border: none;
  height: auto;
  width: auto;
  text-transform: inherit;
  vertical-align: inherit;
  text-align: inherit;
  background-color: transparent;
}

.faq-question-btn:hover {
  padding: 0;
  color: inherit;
  border: none;
  height: auto;
  width: auto;
  text-transform: inherit;
  vertical-align: inherit;
  text-align: inherit;
  background-color: transparent;
}



@media only screen and (max-width: 820px) {
  .faq-header{
    background-image: url('../img/OTC/contact-background-top-right.png');
    background-size: 130px;
    background-position: top right;
  }
}


/*===== OTC SUBSCRIBE POP UP ========*/
#otc-subscribe-popup {
  background: #000000;
  text-align: center;
  color: #FFFFFF;
  max-width: 700px;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  right: 0;
  animation-duration: 3s;
  animation-name: slidein;
  display: none;
}

@keyframes slidein {
  from {
    bottom: -100%;
  }

  to {
    bottom: 0;
  }
}

.sub-pop-up-right {
  padding: 0 20px;
  width: 100%;
  /*min-height: 400px;*/
  background-color: #000000;
}

.sub-pop-up-right p {
  max-width: 260px;
  margin: 0 auto 30px auto;
}

.sub-pop-up-left img {
  max-width: 230px;
  display: block;
}

#otc-subscribe-email-pop-up .erx-btn-large {
  background-color: #000000;
  border: 2px solid #42dba2;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  max-width: 374px;
  padding: 12px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: initial;
  height: auto;
}

#otc-subscribe-email-pop-up #email-field {
  width: 100%;
  border-radius: 30px;
  border: solid 2px #009768;
  max-width: 374px;
  font-size: 16px;
}

#otc-subscribe-email-pop-up #email-field.error {
  border: solid 2px red;
  margin-bottom: 0;
}

#otc-subscribe-email-pop-up #email-field-error {
  text-align: left !important;
  color: red;
  font-size: 14px;
  display: block;
  padding-left: 10px;
}

#otc-subscribe-email-pop-up .form-disclaimer{
  color: #ffffff;
  font-size: 11px;
  margin: 10px auto 5px auto;
}

#otc-subscribe-email-pop-up .form-disclaimer a {
  color: #FFFFFF;
}


.close-sub-pop-up {
  background-color: transparent;
  color: #FFFFFF;
  padding: 5px 10px;
  border: none;
  margin-left: auto;
  margin-bottom: 20px;
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.close-sub-pop-up:hover{
  background-color: transparent;
  color: #dcdcdc;
}

@media only screen and (max-width: 800px) {
  #otc-subscribe-popup {
    width: 100%;
  }

  .sub-pop-up-left {
    display: none;
  }

  .sub-pop-up-right {
    padding-bottom: 40px;
  }

}


/*========   THANK YOU POP UP MESSAGE =========*/
.thank-you-popup-message {
  text-align: center;
  max-width: 700px;
  padding: 0 20px 40px 20px;
  background-color: #FFFFFF;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 90%;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.thank-you-popup-message h3 {
  margin-bottom: 30px;
}

.close-thank-you-pop-up {
  background-color: transparent;
  color: #000000;
  padding: 5px 10px;
  border: none;
  margin-left: auto;
  margin-bottom: 20px;
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.close-thank-you-pop-up:hover{
  background-color: transparent;
  color: #42DBA2;
}

@media only screen and (max-width: 500px) {
  .thank-you-popup-message .desktop-br{
    display: none;
  }
}


.otc-image-version {
  max-width: 380px;
  margin: auto;
  display: block;
}

a.link--bold.erx-close-modal:focus {
  color: #000000;
}


/* SCREENER LANDING PAGE STYLES */
.screener-intro-con {
  max-width: 1300px;
  padding: 0 20px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}

.intro-screener-description {
  max-width: 650px;
  padding-right: 20px;
}

.intro-screener-description h1 {
  /*padding-top: 20px;*/
  margin-bottom: 10px;
}

.intro-screener-description h2 {
  font-size: 1.6em;
  margin-bottom: 30px;
}

.intro-screener-description p {
  line-height: 1.4;
}

.intro-screener-description .erx-btn-large,
.intro-screener-description .erx-btn-large:hover {
  -webkit-appearance: initial;

  appearance: initial;
  background-color: #000000;
  border-radius: 50px;
  border: 2px solid #42dba2;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 230px;
  padding: 16px;
}

.intro-screener-image-con {
  max-width: 550px;
  min-width: 400px;
}

.intro-screener-image-con img {
  width: 100%;
  display: block;
}

p.screener-footnote {
  font-size: 12px;
}

@media only screen and (max-width: 800px) {
  .screener-intro-con {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
  }

  .intro-screener-description {
    max-width: 100%;
    margin-bottom: 75px;
    padding: 0;
  }

  .intro-screener-image-con {
    margin: auto;
    min-width: 0;
  }

}


/*SCREENING QUESTIONS PAGE*/

.screener-progress-bar-container {
  margin-top: 50px;
  margin-bottom: 75px;
  text-align: center;
}

.screener-progress-bar {
  width: 100%;
  border-radius: 20px;
  height: 20px;
  border: solid 1px #000000;
  padding: 5px;
  margin-bottom: 15px;

}

.screener-inner-progress-bar {
  background-color: #40D39C;
  height: 100%;
  border-radius: 10px;
}

#screening-questions-form{
  margin-bottom: 60px;
}

.question-description {
  font-weight: normal;
  margin-bottom: 60px;
}

#screening-questions-form fieldset{
  margin: 0;
}

.cat-mh-screener-container {
  max-width: 1200px;
  padding: 60px 20px 40px 20px;
  margin: auto;
}

.radio-option-answers-con {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin-bottom: 50px;
}

.radio-option-answer label {
  display: block;
  text-align: center;
  font-size: 20px;
}

.radio-option-answer input[type="radio"]#\33   {
  border: solid 2px #056145;
}

.radio-option-answer input[type="radio"]#\32 , .radio-option-answer input[type="radio"]#\34  {
  border: solid 2px #05A674;
}

.radio-option-answer input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 2px solid #42DBA1;
  height: 1.5em;
  width: 1.5em;
  margin: 0 10px 0 30px;
  border-radius: 100%;
  vertical-align: text-bottom;
  position: relative;
}

/* Styles for the pseudo-elements */
.radio-option-answer input[type="radio"]::before{
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}

/* Center of the checked radio button */
.radio-option-answer input[type="radio"]:checked::before {
  /* border: 5px solid transparent; */
  border-radius: 100%;
  background: #000000;
  margin: 4px;
}

.screening-submit-question {
  background-color: #000000 !important;
  border: 2px solid #42dba2 !important;
  border-radius: 50px !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  max-width: 374px;
  padding: 14px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  min-width: 200px;
  -webkit-appearance: initial;
  min-height: 50px;
}

.screener-question-note {
  margin-bottom: 30px;
  font-size: 1.2em;
}

@media only screen and (max-width: 700px) {
  .radio-option-answers-con{
    display: flex;
    flex-direction: column;
  }

  .radio-option-answer label {
    display: inline-block;
  }

  .radio-option-answer input[type="radio"] {
    margin: 0 10px 0 0;
  }
}


/*SCREENER RESULTS PAGE*/

.screener-results-con {
  max-width: 1300px;
  padding: 0 20px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}

.results-screener-description {
  max-width: 700px;
  padding-right: 20px;
}

.results-screener__call-to-action {
  display: flex;
  margin-bottom: 20px;
}

.results-screener__call-to-action__link {
  display: block;
  height: 60px;
}

.results-screener__call-to-action__link__image {
  max-height: 100%;
}

.results-screener-description h1 {
  margin-bottom: 35px;
  padding-top: 20px;
}

.results-category {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.5em;
}

.results-severity {
  font-weight: bold;
  font-size: 1.5em;
}

.results-screener-description p {
  line-height: 1.4;
}

.results-support-con{
  display: flex;
}

.results-support-img-con{
  max-width: 26px;
  margin-right: 10px;
  padding-top: 4px;
}

.results-support-con img{
  width: 100%;
}

.results-screener-description .erx-btn-large{
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 30px;
}

.results-screener-image-con {
  max-width: 500px;
  min-width: 350px;
  width: 100%;
  padding-top: 20px;
}

.results-screener-image-con img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 800px) {
  .screener-results-con {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
  }

  .results-screener-description {
    max-width: 100%;
    margin-bottom: 75px;
    padding: 0;
  }

  .results-screener-image-con {
    margin: auto;
    min-width: 0;
  }

}

.otc-form-response-message a {
  color: inherit;
}

.otc-form-response-message[data-response-type="none"] {
  display: none;
}
.otc-form-response-message[data-response-type="success"] {
  color: #42dba1;
}
.otc-form-response-message[data-response-type="error"] {
  color: red;
}

.submit-btn-footer-form,
#otc-subscribe-email-pop-up fieldset::after {
  border-color: #42dba1 !important;
  border-width: 3px !important;
  transition: none !important;
}

[data-request-status="pending"] .submit-btn-footer-form,
#otc-subscribe-email-pop-up[data-request-status="pending"] fieldset::after {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: pending-circle;
  animation-timing-function: ease;
  border-radius: 50%;
  border-style: solid;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

#otc-subscribe-email-pop-up fieldset {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#otc-subscribe-email-pop-up[data-request-status="pending"] fieldset::after {
  align-self: center;
  content: "";
  display: block;
  height: 1.5em;
  margin-top: 1em;
  width: 1.5em;
}

#otc-subscribe-email-pop-up[data-request-status] .form-disclaimer {
  display: none;
}

#otc-subscribe-email-pop-up .otc-form-response-message {
  font-size: 0.8em;
  margin: 0;
}

#otc-subscribe-email-pop-up #email-field {
  margin-bottom: 10px;
}

@keyframes pending-circle {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

