@charset "UTF-8";
/* functions */
.font_14 {
  font-size: 14px;
}

.font_16 {
  font-size: 16px;
}

.font_18 {
  font-size: 18px;
}

.font_20 {
  font-size: 20px;
}

.font_22 {
  font-size: 22px;
}

.font_24 {
  font-size: 24px;
}

.font_26 {
  font-size: 26px;
}

.font_28 {
  font-size: 28px;
}

.font_30 {
  font-size: 30px;
}

.font_32 {
  font-size: 32px;
}

.font_34 {
  font-size: 34px;
}

.font_36 {
  font-size: 36px;
}

.font_38 {
  font-size: 38px;
}

.font_40 {
  font-size: 40px;
}

.font_42 {
  font-size: 42px;
}

.font_44 {
  font-size: 44px;
}

.font_46 {
  font-size: 46px;
}

.font_48 {
  font-size: 48px;
}

.fillTeal {
  fill: #2A7475;
}

.fillTeal_dark {
  fill: #154F50;
}

.fillTeal_65 {
  fill: #75A5A5;
}

.fillTeal_30 {
  fill: #BED4D6;
}

.fillTeal_10 {
  fill: #E8F0F1;
}

.fillbrightGreen, .login-container .button svg {
  fill: #BDDC04;
}

.fillbrightGreen_dark {
  fill: #95AE00;
}

.fillbrightGreen_65 {
  fill: #D1DA61;
}

.fillbrightGreen_30 {
  fill: #E9ECB4;
}

.fillbrightGreen_10 {
  fill: #F8F8E6;
}

.fillseaFoam {
  fill: #00B0B9;
}

.fillseaFoam_dark {
  fill: #00868C;
}

.fillseaFoam_65 {
  fill: #64C1CA;
}

.fillseaFoam_30 {
  fill: #B4DDE3;
}

.fillseaFoam_10 {
  fill: #DBF0F0;
}

.fillmidBlue {
  fill: #336699;
}

.filldarkViolet {
  fill: #553980;
}

/**
 * to prevent variable name conflicts,
 * use hex names from a standard source: https://chir.ag/projects/name-that-color
 */
@keyframes breath {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 120% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
.linear_fast {
  transition: all 0.25s linear;
}

.linear_medium {
  transition: all 0.5s linear;
}

.linear_slow {
  transition: all 1s linear;
}

.linear_extraslow {
  transition: all 2s linear;
}

.ease-in_fast {
  transition: all 0.25s ease-in;
}

.ease-in_medium {
  transition: all 0.5s ease-in;
}

.ease-in_slow {
  transition: all 1s ease-in;
}

.ease-in_extraslow {
  transition: all 2s ease-in;
}

.ease-out_fast {
  transition: all 0.25s ease-out;
}

.ease-out_medium {
  transition: all 0.5s ease-out;
}

.ease-out_slow {
  transition: all 1s ease-out;
}

.ease-out_extraslow {
  transition: all 2s ease-out;
}

.ease-x_fast {
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}

.ease-medium {
  transition: all 0.5s cubic-bezier(0.94, 0.32, 1, 0.68);
}

.ease-x_slow {
  transition: all 1s cubic-bezier(0.94, 0.32, 1, 0.68);
}

.ease-x_extraslow {
  transition: all 2s cubic-bezier(0.94, 0.32, 1, 0.68);
}

@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes overlay-fade-in {
  0% {
    display: hidden;
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    display: inline-block;
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes overlay-fade-in {
  0% {
    display: hidden;
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    display: inline-block;
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes overlay-fade-out {
  0% {
    display: inline-block;
    opacity: 1;
  }
  100% {
    display: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes overlay-fade-out {
  0% {
    display: inline-block;
    opacity: 1;
  }
  100% {
    display: hidden;
    opacity: 0;
  }
}
@keyframes fade-up-in {
  0% {
    display: hidden;
    opacity: 0;
    position: relative;
    top: 50px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    position: relative;
    top: 0;
  }
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
    opacity: 0;
  }
  to {
    margin-left: 0%;
    width: 100%;
    opacity: 1;
  }
}
.added-animation {
  animation-duration: 1s;
  animation-name: fade-up-in;
}

.fade-up-animate {
  animation-duration: 1s;
  animation-name: fade-up-in;
  animation-play-state: paused;
}

.begin-animate {
  animation-play-state: running;
}

.animate-in {
  opacity: 0;
  transform: translateY(50px);
}

.transition {
  transition: all 0.5s ease-out;
}

body {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 700;
}

h1.display {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin: auto;
  margin-bottom: 0.5em;
  font-size: 9rem;
  letter-spacing: -7px;
}
h1.display .generic {
  font-size: 0.5em;
  text-transform: none;
  font-weight: 100;
  letter-spacing: -3px;
  white-space: nowrap;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  h1.display .generic {
    margin-bottom: -60px;
  }
}

@media (max-width: 768px) {
  h1.display {
    font-size: 5rem;
    line-height: 3.8571428571rem;
    letter-spacing: rem-calce(-3px);
  }
  h1.display .generic {
    line-height: 1em;
    position: relative;
    display: block;
    letter-spacing: -1px;
  }
  .hide_mob {
    display: none;
  }
}
h1 {
  font-family: "Barlow-SemiBold", sans-serif;
  color: #BDDC04;
}
h1.white {
  color: #fff;
}
h1 span {
  color: #fff;
}
h1 small {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: -1.47px;
  display: block;
}
@media (min-width: 992px) {
  h1 small {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2.16px;
    display: inline;
  }
}

h2 {
  font: 30px/37px "Barlow-Bold", sans-serif;
  color: #fff;
}
h2.teal {
  color: #006E76;
}

.h2 {
  font-weight: 500;
  color: #63666A;
}

h3 {
  color: #fff;
  font-size: 23px;
  font-family: "Barlow-Bold", sans-serif;
}
h3.teal {
  color: #006E76;
}

h4 {
  color: #BDDC04;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1em 0;
  text-transform: uppercase;
}

h5.eyebrow {
  text-transform: uppercase;
  color: #BDDC04;
  font-size: 2.1rem;
  font-weight: 800;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
  letter-spacing: 0.2em;
  font-family: "Red Hat Text", sans-serif;
}
@media (max-width: 768px) {
  h5.eyebrow {
    font-size: 1.3571428571rem;
    letter-spacing: 5px;
    margin-top: 35px;
  }
}

p,
td,
li {
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
}

.small {
  font-size: 0.9em;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

p.hero__copy {
  font-size: 1.3em;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.5);
}

p.hero__copy a {
  font-weight: 900;
  color: #fff;
}

.us-residents {
  font-size: 1.1428571429rem;
  font-family: Arial, sans-serif;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .us-residents {
    font-size: 1.1428571429rem;
  }
}

a {
  color: #2A7475;
  font-weight: 700;
}
a:hover {
  color: #2A7475;
  text-decoration: underline;
}
a.teal {
  color: #2A7475;
}
a.teal:hover {
  color: #2A7475;
}
a.light-green {
  color: #0E8281;
  text-decoration: underline;
}
a.light-green:hover {
  color: #0E8281;
}
a.dark-gray {
  color: #4A4A4A;
}
a.dark-gray:hover {
  color: #4A4A4A;
}

.divider-lines-slashes {
  background-image: url("./images/h2h/divider-lines-slashes.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  margin: 50px auto;
  width: 330px;
}

.ul-reset {
  list-style-type: none;
  padding: 0;
}

.hang-note {
  position: absolute;
  transform: translateX(-6px);
}
.hang-note.dagger {
  top: auto !important;
  transform: translate3d(-6px, 4px, 0px);
}

@media (min-width: 1200px) {
  body {
    max-width: 1680px;
    margin: 0 auto;
  }
}

.breadcrumb {
  padding-top: 25px;
  padding-bottom: 0;
  background-color: #fff;
}
.breadcrumb li {
  margin-right: 16px;
}
.breadcrumb li:first-child {
  text-transform: uppercase;
}
.breadcrumb li:before {
  width: 24px;
  height: 12px;
  content: "";
  background-image: url("./images/chevronFilled.svg");
  display: inline-block;
  margin-right: 15px;
}

.button {
  width: 100%;
  height: auto;
  min-height: 44px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
.button.button_strong {
  color: #2A7475;
}
.button.button_strong:hover, .button.button_strong:focus {
  color: #fff;
}
.button.button_strong:hover:before, .button.button_strong:focus:before {
  transform: translateX(0.5em);
}
.button a {
  width: 100%;
  font-family: "Barlow-SemiBold", sans-serif;
  font-size: 18px;
  padding: 0 0 0 47px;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.button a p,
.button a span {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow-SemiBold", sans-serif;
}
.button a svg {
  margin-left: 20px;
  width: 30px;
  height: 11px;
  height: auto;
}
.button a:hover {
  text-decoration: none;
  color: inherit;
}
.button_primary {
  background: #BDDC04;
}
.button_primary a {
  color: #006E76;
}
.button_primary a:hover {
  color: #006E76;
}
.button_primary.log-in, .button_primary.my-nav {
  background-image: none;
  background-color: #BDDC04;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 162px;
  min-height: 33px;
}
.button_primary.log-in a, .button_primary.my-nav a {
  color: #545454;
  font-family: "Barlow-Bold";
  justify-content: center;
  font-size: 18px;
  text-align: center;
  line-height: 14px;
  padding: 7px 16px;
}
@media (min-width: 1200px) {
  .button_primary.log-in, .button_primary.my-nav {
    margin-top: 30px;
  }
}
.button_secondary {
  background-color: #006e76;
}
.button_secondary a {
  color: #fff;
}
.button_secondary a:hover {
  color: #fff;
}
.button_disabled {
  background-color: gray;
}
.button_disabled a {
  color: #888B8D;
}
.button_disabled a:hover {
  color: #888B8D;
}
.button_back {
  background-color: #2A7475;
  border-radius: 10px 0 0 10px;
}
.button_back a {
  color: #fff;
  padding: 14px 0 14px 22px;
  justify-content: flex-start;
}
.button_back a svg {
  margin: 0 10px 0 0;
}
.button_back a:hover {
  color: #fff;
}

.button_strong {
  border: 2px solid #BDDC04;
  background: #BDDC04;
  width: fit-content;
  transition: border-color 0.25s linear;
}
.button_strong a {
  color: #2A7475;
  padding-left: 1rem;
  padding-right: 1rem;
}
.button_strong svg {
  fill: #2A7475;
  stroke: #2A7475;
  color: #2A7475;
  transition: 0.2s;
}
.button_strong svg g {
  fill: #2A7475;
  color: #2A7475;
}
.button_strong:hover {
  border: 2px solid #00B0B9;
  background: #00B0B9;
}
.button_strong:hover a {
  color: #fff;
}
.button_strong:hover svg {
  fill: #fff;
  stroke: #fff;
  color: #fff;
  transform: translateX(0.5em);
}
.button_strong:hover svg g {
  fill: #fff;
  color: #fff;
}

button.button_strong {
  font-size: 18px;
  font-family: "Barlow-SemiBold", sans-serif;
  padding-left: 1rem;
  padding-right: 1rem;
}

.h2h {
  font-family: "Barlow-Medium", sans-serif;
  overflow: hidden;
  padding: 24px 0;
}
@media only screen and (min-width: 1200px) {
  .h2h {
    margin: 0 auto;
    width: 900px;
  }
}

.h2h-graph {
  flex-basis: 0;
  flex-grow: 1;
  padding-top: 180px;
  position: relative;
}
@media (min-width: 768px) {
  .h2h-graph {
    flex-basis: 269px;
    flex-grow: 0;
    padding-top: 260px;
    position: relative;
    left: 18px;
    top: -12px;
  }
}
@media (min-width: 992px) {
  .h2h-graph {
    flex-basis: 340px;
    flex-grow: 0;
    padding-top: 260px;
    left: unset;
    top: unset;
  }
}

.para--small {
  font-size: 14px;
  line-height: 16px;
}

.h2h-graph--primary .h2h-graph__svg circle {
  stroke: #BDDC04;
}
.h2h-graph--primary .h2h-graph__svg path {
  stroke: #2A7475;
}

.h2h-graph--secondary .h2h-graph__svg circle {
  stroke: #D8D8D8;
}

.h2h-graph--secondary.cosentyx .h2h-graph__svg--path path {
  stroke: #8CBDFF;
}

.h2h-graph--secondary.humira .h2h-graph__svg--path path {
  stroke: #553980;
}

.h2h-graph--secondary.stelara .h2h-graph__svg--path path {
  stroke: #00B0B9;
}

.h2h-graph__graphic {
  height: 150px;
  width: 150px;
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .h2h-graph__graphic {
    height: 155px;
    width: 155px;
  }
}
@media (min-width: 992px) {
  .h2h-graph__graphic {
    height: 240px;
    width: 240px;
  }
}

.h2h-graph__percentage {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
}
.h2h-graph__percentage span {
  color: #00868C;
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
@media (min-width: 768px) {
  .h2h-graph__percentage span {
    font-size: 32px;
    position: relative;
    top: 5px;
    left: 5px;
  }
}
@media (min-width: 992px) {
  .h2h-graph__percentage span {
    font-size: 50px;
    position: unset;
  }
}
@media (min-width: 768px) {
  .h2h-graph__percentage {
    top: 1em;
  }
}
@media (min-width: 992px) {
  .h2h-graph__percentage {
    top: 4em;
  }
}

.h2h-graph__svg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateZ(-90deg);
  width: 100%;
}
.h2h-graph__svg circle {
  fill: none;
  stroke-width: 3;
}
.h2h-graph__svg path {
  fill: none;
  stroke-width: 8;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .h2h-graph__svg path {
    stroke-width: 12;
  }
}

.h2h-graphs {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .h2h-graphs {
    align-items: unset;
    height: 168px;
    margin-top: 40px;
    margin-left: -50px;
  }
}
@media (min-width: 992px) {
  .h2h-graphs {
    align-items: center;
    height: unset;
    margin-top: unset;
    margin-left: unset;
  }
}

.h2h-graphs__vs {
  display: none;
}
@media (min-width: 768px) {
  .h2h-graphs__vs {
    display: block;
    position: relative;
    top: 71px;
    left: 21px;
  }
}
@media (min-width: 992px) {
  .h2h-graphs__vs {
    position: unset;
  }
}

.h2h-head {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .h2h-head {
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .h2h-head {
    margin-bottom: 40px;
  }
}

.h2h-head__bkz {
  color: #2A7475;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
.h2h-head__bkz span {
  display: block;
  font-size: 13px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .h2h-head__bkz span {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .h2h-head__bkz {
    font-size: 20px;
    padding: 0;
    position: relative;
    left: 43px;
  }
  .h2h-head__bkz span {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .h2h-head__bkz {
    font-size: 24px;
    padding: 0 58px;
    position: unset;
  }
}

.h2h-head-opts {
  position: relative;
  width: 110px;
}
.h2h-head-opts::before {
  border: 1px solid #2A7475;
  content: "";
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
}
.h2h-head-opts::after {
  height: 60px;
  width: 100%;
  background-color: #BDDC04;
  box-shadow: 0 0 6px #adb5bd;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-in-out;
  z-index: 9;
}
@media (min-width: 768px) {
  .h2h-head-opts::after {
    height: 78px;
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .h2h-head-opts {
    align-items: stretch;
    display: flex;
    justify-content: center;
    margin-left: 0;
    width: auto;
    left: 85px;
    top: -3px;
  }
}
@media (min-width: 992px) {
  .h2h-head-opts {
    margin-left: 25px;
    left: unset;
    top: unset;
  }
}

.h2h-head-opts.cosentyx::after {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .h2h-head-opts.cosentyx::after {
    transform: translateX(0);
  }
}

.h2h-head-opts.humira::after {
  transform: translateY(60px);
}
@media (min-width: 768px) {
  .h2h-head-opts.humira::after {
    transform: translateX(100%);
  }
}

.h2h-head-opts.stelara::after {
  transform: translateY(120px);
}
@media (min-width: 768px) {
  .h2h-head-opts.stelara::after {
    transform: translateX(200%);
  }
}

.h2h-head-opts__arrow {
  height: 8px;
  width: 14px;
  background-color: transparent;
  background-size: 100% 100%;
  border: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: 50%;
  text-indent: -999px;
  transform: translateX(-50%);
  z-index: 11;
}
@media (min-width: 768px) {
  .h2h-head-opts__arrow {
    height: 14px;
    width: 8px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }
}

.h2h-head-opts__arrow--next {
  background-image: url("./images/h2h/icon-arrow-down-dark-green.svg");
  bottom: -12px;
}
@media (min-width: 768px) {
  .h2h-head-opts__arrow--next {
    background-image: url("./images/h2h/icon-arrow-right-dark-green.svg");
    right: -17px;
    bottom: auto;
  }
}

.h2h-head-opts__arrow--prev {
  background-image: url("./images/h2h/icon-arrow-up-dark-green.svg");
  top: -12px;
}
@media (min-width: 768px) {
  .h2h-head-opts__arrow--prev {
    background-image: url("./images/h2h/icon-arrow-left-dark-green.svg");
    top: 50%;
    left: -17px;
  }
}

.h2h-head-opts__opt {
  background-color: transparent;
  border: 0;
  color: #63666A;
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 10;
}
.h2h-head-opts__opt span {
  display: block;
  font-size: 13px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .h2h-head-opts__opt span {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .h2h-head-opts__opt span {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .h2h-head-opts__opt {
    font-size: 18px;
    line-height: 1.1;
    padding: unset;
    height: 70px;
    width: 119px;
  }
}
@media (min-width: 992px) {
  .h2h-head-opts__opt {
    font-size: 24px;
    line-height: 1.1;
    padding: 16px;
    height: unset;
    width: unset;
  }
}
@media (min-width: 768px) {
  .h2h-head-opts__opt.active {
    font-size: 24px;
  }
  .h2h-head-opts__opt.active span {
    font-size: 17px;
  }
}

.h2h-head__vs {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .h2h-head__vs {
    display: none;
  }
}

.h2h-participants {
  display: none;
}
.h2h-participants.active {
  display: inline;
}

.h2h-title {
  color: #006E76 !important;
  font-family: "Barlow-ExtraBold", sans-serif;
  font-size: 26px;
  font-style: normal !important;
  font-weight: 900;
}
.h2h-title span {
  font-family: "Barlow-Light", sans-serif;
  font-weight: 200;
}
@media (min-width: 768px) {
  .h2h-title {
    font-size: 35px;
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  .h2h-title {
    margin-top: unset;
  }
}

.h2h-vs {
  height: 45px;
  width: 45px;
  align-items: center;
  border: 2px solid #006E76;
  border-radius: 50%;
  color: #006E76;
  display: inline-flex;
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 900;
  justify-content: center;
  padding-bottom: 5px;
}

.inner-nav {
  height: 88px;
  background-image: url("./images/inner-menu-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-nav .inner-logo {
  max-width: 150px;
  margin-top: 15px;
}

.page-hero {
  background-repeat: no-repeat !important;
  position: relative;
}
.page-hero article.media {
  position: absolute;
  top: 40px;
  left: -50px;
  z-index: 20;
}
@media (min-width: 992px) {
  .page-hero article.media {
    left: -30px;
  }
}
.page-hero .container-small {
  z-index: 20;
  position: relative;
}
.page-hero h1 {
  font-size: 60px;
  line-height: 58px;
}
@media (min-width: 992px) {
  .page-hero h1 {
    font-size: 100px;
    line-height: 85px;
    margin-bottom: 30px;
  }
}
.page-hero p {
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  margin: 10px 0 0 0;
  color: #fff;
}
@media (min-width: 992px) {
  .page-hero p {
    font-size: 26px;
    line-height: 34px;
  }
}

.hero-breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #006E76;
  left: 0;
  background-color: #E7F1F1;
  width: 100%;
  padding: 4px 0 4px 0;
}
.hero-breadcrumb .active-menu {
  position: relative;
  font-weight: bold;
  padding-left: 35px;
}
@media (min-width: 992px) {
  .hero-breadcrumb .active-menu {
    padding-left: 27px;
  }
}
.hero-breadcrumb .active-menu::before {
  position: absolute;
  top: 3px;
  left: 6px;
  content: "";
  width: 20px;
  height: 10px;
  background-image: url(./images/common/icon-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .hero-breadcrumb .active-menu::before {
    left: 2px;
    top: 2px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bokeh_dt {
    height: 100%;
  }
}
#isi-content {
  background-color: #FFFFFF;
  color: #63666A;
  z-index: 900;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
}
@media (max-width: 992px) {
  #isi-content {
    padding-top: 12px;
  }
}
@media (max-width: 575px) {
  #isi-content {
    padding: 10px 0;
  }
}
#isi-content .inline-isi-trigger {
  text-decoration: none;
  color: #2A7475;
}
#isi-content span {
  background: none;
  z-index: 910;
  width: 50px;
  height: 50px;
  transition-property: transform;
  transform: rotate(0);
  right: 50px;
  top: 50px;
  display: none;
}
@media (min-width: 1200px) {
  #isi-content span {
    width: 50px;
    height: 50px;
    right: 50px;
    top: 50px;
  }
}
.isi-widget-opened #isi-content span {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  #isi-content span {
    top: 0.5%;
  }
}
@media (max-width: 575px) {
  #isi-content span {
    top: 0;
    right: 0px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #isi-content span {
    width: 38px;
    height: 38px;
    top: 8px;
    right: 10px;
  }
}
#isi-content span svg {
  width: 100%;
  height: 100%;
}
#isi-content .back-to-top {
  display: none;
}
#isi-content.shortened {
  max-width: none;
}
#isi-content.fixed.full {
  z-index: 900;
}
#isi-content.fixed {
  border-top: none;
  height: 150px;
  background-color: #E8F0F1;
  transition-duration: 2s;
  left: 0px;
}
@media (max-width: 992px) {
  #isi-content.fixed {
    height: 165px;
  }
}
@media (max-width: 575px) {
  #isi-content.fixed {
    height: 165px;
  }
}
#isi-content.fixed.full {
  height: 100%;
}
@media (max-width: 575px) {
  #isi-content.fixed.full {
    transition-duration: 0.5s;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #isi-content.fixed.full {
    transition-duration: 0.75s;
  }
}
#isi-content.fixed #isi-trigger {
  display: block;
}
@media (max-width: 575px) {
  #isi-content.fixed .back-to-top {
    display: flex;
    align-items: center;
    position: absolute;
    top: -60px;
    right: 6px;
    border-radius: 27px;
    background-color: #E8F0F1;
    width: 110px;
    height: 50px;
    cursor: pointer;
  }
  #isi-content.fixed .back-to-top .icon {
    background: url("./images/icon-caret-thick.svg") no-repeat;
    width: 39px;
    height: 27px;
    margin: 0 10px 12px 0;
    transform: rotate(180deg);
  }
  #isi-content.fixed .back-to-top .text {
    color: #2A7475;
    font-size: 14px;
    line-height: 12px;
  }
  #isi-content.fixed .back-to-top.hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  #isi-content .col-lg-7 {
    border-right: 1px solid #2A7475;
  }
}
@media (max-width: 575px) {
  #isi-content .isi-fixable-columns {
    padding: 0 15px;
  }
  #isi-content .isi-fixable-columns p {
    line-height: 1.2;
  }
}
#isi-content .text-teal {
  color: #2A7475;
}
#isi-content .mb-10p {
  margin-bottom: 10px;
}
#isi-content ul {
  padding-inline-start: 10px;
  list-style-type: none;
}
#isi-content ul li {
  padding-left: 5px;
  position: relative;
  margin-bottom: 0.5em;
}
#isi-content ul li:before {
  position: absolute;
  left: -5px;
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #63666a;
  border-radius: 50%;
  content: "";
}
#isi-content ul li ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#isi-content ul li ul li {
  margin-bottom: 0;
}
#isi-content ul li li:before {
  background-color: transparent;
  border: 1px solid #006E76;
  width: 6px;
  height: 6px;
}
#isi-content p.smaller-isi-text {
  font-size: 14px;
}

.isi-widget-opened {
  overflow: hidden;
}

#isi-content.fixed {
  background-color: #E7F1F1;
}
#isi-content h1,
#isi-content h2,
#isi-content h3,
#isi-content h4,
#isi-content h5,
#isi-content h6,
#isi-content a {
  color: #006e76;
  font-weight: bold;
}
#isi-content p {
  color: #4a4a4a;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
#isi-content li:before {
  border: 1px solid #006e76;
}
#isi-content #isi-bottom-section {
  margin: auto;
  padding-top: 20px;
  max-width: 720px;
}
@media (min-width: 992px) {
  #isi-content #isi-bottom-section {
    margin: auto;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #isi-content #isi-bottom-section {
    max-width: 1140px;
  }
}

.announcement-bar {
  width: 100%;
  height: auto;
  background: #E7F1F1;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcement-bar .heading {
  font-family: "Barlow-Medium", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2A7475;
  letter-spacing: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .announcement-bar .heading {
    font-size: 14px;
    text-align: center;
  }
}
.announcement-bar .heading a {
  font-family: "Barlow-SemiBoldItalic";
  color: #2A7475;
  letter-spacing: 0;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .announcement-bar {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  .announcement-bar {
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .announcement-bar {
    padding: 10px 0;
  }
  .announcement-bar .heading {
    font-size: 20px;
  }
  .announcement-bar .heading a {
    padding-left: 20px;
  }
}

footer {
  padding-top: 56px;
  padding-bottom: 56px;
  color: #fff;
  background-color: #2A7475;
}
@media (max-width: 992px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
footer .ucb-logo {
  width: 100%;
  height: auto;
  max-width: 285px;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  footer .ucb-logo {
    margin-bottom: 0;
  }
}
footer p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
}
footer p,
footer a {
  color: #fff;
  font-weight: 400;
}
footer .footer-social {
  font-weight: bold;
}
footer .social-link-container {
  margin-top: 43px;
}
footer .social-link-container .footer-social {
  margin-bottom: 11px;
}
footer .footer-links {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 37px;
}
@media (max-width: 992px) {
  footer .footer-links {
    margin-bottom: 48px;
  }
}
footer .footer-links .footer-link {
  font-size: 19px;
  margin-bottom: 24px;
}
footer .footer-links .footer-link a {
  position: relative;
  padding-right: 8px;
}
footer .footer-links .footer-link a:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("./images/nav-arrow.png");
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 4px;
}
footer .footer-links .footer-link a:hover {
  color: #BDDC04;
}

.modal {
  width: 100vw;
  height: 100vh;
}

.modal-dialog {
  margin-top: 200px;
  max-width: 643px;
  max-height: 410px;
}
@media (max-width: 768px) {
  .modal-dialog {
    margin-top: 75px;
    max-width: 350px;
    margin: 75px auto 0;
  }
}
.modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  padding: 80px 70px 90px 60px;
}
@media (max-width: 768px) {
  .modal-dialog .modal-content {
    padding: 80px 35px 50px 30px;
    background-size: 25%;
  }
}
.modal-dialog .modal-content .chevron {
  width: 108px;
  height: 108px;
}
@media (max-width: 768px) {
  .modal-dialog .modal-content .chevron {
    width: 75px;
    height: 75px;
  }
}
.modal-dialog .modal-content .close {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #006E76;
  font-size: 30px;
  font-weight: 400;
  opacity: 1;
}
.modal-dialog .modal-content h3 {
  color: #2A7475;
  font-size: 30px;
  line-height: 18px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .modal-dialog .modal-content h3 {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 3rem;
  }
}
.modal-dialog .modal-content p {
  margin-bottom: 3rem;
}
.modal-dialog .modal-content .button.button_strong {
  min-width: auto;
}
@media (max-width: 768px) {
  .modal-dialog .modal-content .button.button_strong {
    max-width: 75%;
  }
}
.modal-dialog .modal-content .button.button_strong:first-child {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .modal-dialog .modal-content .button.button_strong:first-child {
    margin-right: 0;
  }
}
.modal-dialog .modal-content .button.button_strong svg {
  right: 0.3rem;
  top: 0.95rem;
}
@media (max-width: 768px) {
  .modal-dialog .modal-content .button.button_cancel {
    max-width: 75%;
  }
}
.modal-dialog .modal-content .texture-border {
  position: absolute;
  left: 0;
  bottom: 0;
}

.feather {
  width: 50px;
  height: 50px;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.modal-open main, .modal-open footer, .modal-open .footer-text {
  filter: blur(3px);
}

#hipaaCTAmodal .modal-dialog {
  max-width: 820px;
  margin-top: 10vh;
}
#hipaaCTAmodal .modal-dialog .modal-content {
  background-image: none;
  text-align: center;
  border-radius: 9px;
  padding: 110px 90px 65px;
}
@media (max-width: 768px) {
  #hipaaCTAmodal .modal-dialog .modal-content {
    padding: 40px 35px 50px 30px;
  }
}
#hipaaCTAmodal .modal-dialog .modal-content h2 {
  color: #2A7475;
  font-size: 36px;
  line-height: 37px;
}
#hipaaCTAmodal .modal-dialog .modal-content .button {
  margin: 0 auto 25px;
}
#hipaaCTAmodal .modal-dialog .modal-content p.teal {
  color: #2A7475;
}
#hipaaCTAmodal .modal-dialog .modal-content a {
  color: #2A7475;
}

.main-nav {
  min-height: 90px;
  height: 90px;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.main-nav_callout {
  margin: 15px 0 0 0;
  align-self: flex-start;
  font-size: 16px;
  color: #545454;
}
@media (max-width: 1306px) {
  .main-nav {
    height: auto;
    justify-content: flex-start;
  }
}
.main-nav .menu--link {
  position: relative;
  padding: 20px 0 10px 0;
}
@media (max-width: 575px) {
  .main-nav .menu--link {
    background: rgba(0, 176, 185, 0.05);
  }
}
.main-nav .menu--link:hover, .main-nav .menu--link:active {
  background: rgba(0, 176, 185, 0.05);
}
@media (max-width: 1306px) {
  .main-nav .menu--link {
    position: relative;
    width: 100%;
  }
  .main-nav .menu--link img.caret {
    display: none;
  }
  .main-nav .menu--link:after {
    content: "";
    width: 28px;
    height: 16px;
    background-image: url("./images/menu-carrot.svg");
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .main-nav .menu--link.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.main-nav .menu--link a {
  font-family: "Barlow-Regular";
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 500;
  display: table;
  padding: 0 0 10px 20px;
  font-weight: 500;
  text-transform: none;
  color: #63666A;
  letter-spacing: 0;
}
.main-nav .menu--link a::after {
  content: none;
}
.main-nav .menu--link a:hover {
  color: #2A7475;
  text-decoration: none;
}
.main-nav .menu--link a:hover:before {
  content: "";
  width: calc(100% - 24px);
  height: 2px;
  background-color: #2A7475;
  position: absolute;
  bottom: -4px;
  left: 12px;
}
@media (max-width: 1306px) {
  .main-nav .menu--link a:hover:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav .menu--link a {
    color: #2A7475;
    margin: 0;
    padding: 0;
  }
}
.main-nav .menu--link .dropdown-menu {
  border: none;
  border-top: 2px solid #00868C;
  border-radius: 0;
  left: 12px;
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1306px) {
  .main-nav .menu--link .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    width: 100%;
  }
}
.main-nav .menu--link .dropdown-menu .dropdown-item {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  text-transform: none;
  min-height: 40px;
  min-width: 178px;
}
.main-nav .menu--link .dropdown-menu .dropdown-item:active, .main-nav .menu--link .dropdown-menu .dropdown-item:hover {
  background: rgba(0, 176, 185, 0.05);
  color: #2A7475;
}
@media (max-width: 1306px) {
  .main-nav .menu--link .dropdown-menu .dropdown-item {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #2A7475;
    font-weight: 400;
    font-size: 14px;
    color: #2A7475;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
.main-nav .menu--link .menu--submenu--list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.main-nav .menu--link .menu--submenu--list li:last-child .dropdown-item {
  margin-bottom: 0;
}
@media (max-width: 1306px) {
  .main-nav .menu--link .menu--submenu--list {
    padding-left: 36px;
  }
}
.main-nav .menu--link.menu--active:hover::before {
  display: none;
}
@media (min-width: 1200px) {
  .main-nav .menu--link {
    padding: 20px 0 17px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
  }
  .main-nav .menu--link img.caret {
    width: 11.5px;
    height: 8px;
    margin: 0;
    position: absolute;
    bottom: 25px;
  }
  .main-nav .menu--link:nth-of-type(1) {
    max-width: 71px;
  }
  .main-nav .menu--link:nth-of-type(1) img.caret {
    right: -15px;
  }
  .main-nav .menu--link:nth-of-type(2) {
    max-width: 71px;
  }
  .main-nav .menu--link:nth-of-type(2) img.caret {
    right: -5px;
  }
  .main-nav .menu--link:nth-of-type(3) {
    max-width: 105px;
  }
  .main-nav .menu--link:nth-of-type(3) img.caret {
    right: 15px;
  }
  .main-nav .menu--link:nth-of-type(4) {
    max-width: 90px;
  }
  .main-nav .menu--link:nth-of-type(4) img.caret {
    right: -5px;
  }
  .main-nav .menu--link:nth-of-type(5) {
    max-width: 100px;
  }
  .main-nav .menu--link:nth-of-type(5) img.caret {
    right: 20px;
  }
  .main-nav .menu--link a {
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
}
.main-nav .menu--row {
  align-items: center;
  flex: 1;
  padding-left: 8px;
  align-items: start;
}
@media (min-width: 1200px) {
  .main-nav .menu--row {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }
}

.logo img {
  width: 100%;
  height: auto;
  max-width: 150px;
  padding-left: 17px;
}
@media (max-width: 1306px) {
  .logo img {
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .logo img {
    max-width: 280px;
  }
}
.logo p {
  display: inline-block;
  padding-left: 24px;
  margin-left: 24px;
  margin-bottom: 0;
  border-left: 1px solid #B1B3B3;
  font-size: 11px;
  line-height: 15px;
}
@media (min-width: 1024px) {
  .logo p {
    font-size: 14px;
    line-height: 20px;
  }
}
.logo p .bold {
  font-weight: 500;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .logo p .bold {
    font-size: 15px;
  }
}
.logo .media {
  display: inline-flex;
}

@media (max-width: 1306px) {
  .buttons-container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin-top: 95px;
  }
}
.buttons-container.show {
  display: flex;
}
@media (max-width: 1306px) {
  .buttons-container .row:first-child {
    flex-direction: column;
  }
}

.mobile-hamburger {
  display: none;
}
@media (max-width: 1306px) {
  .mobile-hamburger {
    display: flex;
    padding: 15px;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .mobile-hamburger .mobile-icon {
    width: 36px;
    height: 25px;
    background: url("./images/hamburger.svg") center center no-repeat;
    background-size: contain;
  }
  .mobile-hamburger .mobile-icon.open {
    background: url("./images/hamburger-close.svg") center center no-repeat;
    background-size: contain;
  }
}

.nav-container {
  background-color: white;
  position: relative;
}
@media (max-width: 1306px) {
  .nav-container {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .nav-container {
    padding: 10px 0 25px 0;
  }
}
.nav-container .close-button {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1010;
  display: none;
}
@media (max-width: 1306px) {
  .nav-container .close-button {
    display: block;
    height: 60px;
  }
}
.nav-container .my-navigate,
.nav-container .log-in {
  width: 100%;
  max-width: 230px;
  margin: 40px auto 0 auto;
}
@media (min-width: 1200px) {
  .nav-container .my-navigate,
  .nav-container .log-in {
    margin: 15px 0 0 0;
    align-self: center;
    max-width: auto;
  }
  .nav-container .my-navigate .button.my-nav,
  .nav-container .log-in .button.my-nav {
    max-width: 162px;
    margin-left: 30px;
  }
  .nav-container .my-navigate .button.log-in,
  .nav-container .log-in .button.log-in {
    max-width: 162px;
    margin-left: 30px;
  }
}
.nav-container .logout {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
.nav-container .logout svg {
  width: 21px;
  height: 21px;
}
.nav-container .caret {
  width: 14px;
  margin-right: 12px;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1306px) {
  .nav-container .caret {
    width: 20px;
    margin-bottom: 5px;
  }
}
.nav-container .caret.open {
  transform: rotate(180deg);
}

.menu--utility-nav {
  background-color: #006E76;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 35px;
}
.menu--utility-nav .visually-hidden {
  display: none;
}
.menu--utility-nav .menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 992px) {
  .menu--utility-nav .menu {
    width: 100%;
    justify-content: space-between;
  }
}
.menu--utility-nav .menu a {
  color: white;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
@media (max-width: 575px) {
  .menu--utility-nav .menu a {
    font-size: 12px;
    line-height: 14px;
  }
  .menu--utility-nav .menu a:after {
    content: "";
    position: absolute;
    width: 1px;
    right: -15px;
    top: 0;
    height: 100%;
    background-color: #fff;
  }
}
.menu--utility-nav .menu .menu-item {
  height: 100%;
  padding: 0;
  margin-left: 54px;
}
.menu--utility-nav .menu .menu-item svg {
  margin-left: 6px;
}
@media (max-width: 575px) {
  .menu--utility-nav .menu .menu-item {
    margin-left: 0px;
  }
  .menu--utility-nav .menu .menu-item:last-of-type a:after {
    display: none;
  }
}
.menu--utility-nav .us-residents {
  font-size: 14px;
  text-transform: uppercase;
}

#block-intouch-base-content {
  position: relative;
  overflow: hidden;
}

.primary-header-nav {
  font-family: "Barlow-Regular", sans-serif;
}
.primary-header-nav .primary-header-nav__item a {
  font-family: "Barlow-Regular", sans-serif;
}
.primary-header-nav .primary-header-nav__item--cta a {
  font-family: "Barlow-Bold", sans-serif;
}
.primary-header-nav .primary-header-nav__item--cta a.button-signup {
  padding: 5px 15px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .primary-header-nav .primary-header-nav__item--cta a.button-signup {
    padding: 5px 10px;
  }
}
@media (min-width: 1200px) {
  .primary-header-nav .primary-header-nav__item--cta a.button-signup {
    font-size: 18px;
  }
}
.primary-header-nav .primary-header-nav__item--cta__text {
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, sans-serif;
  font-style: italic;
  color: #2A7475;
  border-bottom: 2px solid #2A7475;
  padding-bottom: 5px;
}
.primary-header-nav__login {
  display: flex;
  justify-content: center;
  align-items: center;
}

.updates-cta {
  background-color: #E8F0F1;
  padding-bottom: 6px;
}
.updates-cta .updates-cta-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .updates-cta .updates-cta-container {
    flex-direction: row;
  }
}
.updates-cta p {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 44px;
  color: #2A7475;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 44px;
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .updates-cta p {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 80px;
    text-align: left;
  }
}
.updates-cta p:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 32px;
  background-image: url("./images/envelope-teal.svg");
  background-size: cover;
  top: -60px;
  left: 45%;
}
@media (min-width: 992px) {
  .updates-cta p:before {
    top: 10px;
    left: -56px;
  }
}
.updates-cta p:after {
  content: "";
  position: absolute;
  width: 72px;
  height: 36px;
  background-image: url("./images/chevronFilled-teal.svg");
  background-size: cover;
  bottom: -68px;
  right: 34%;
}
@media (min-width: 992px) {
  .updates-cta p:after {
    bottom: 2px;
    right: -42px;
  }
}
.updates-cta hr {
  width: 242px;
  background-color: #979797;
  height: 0;
  margin: 50px;
}
@media (min-width: 992px) {
  .updates-cta hr {
    width: 1px;
    height: 107px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .updates-cta .button {
    left: -10px;
  }
}

.mobile_carousel {
  position: relative;
}
@media (min-width: 769px) {
  .mobile_carousel {
    display: none;
  }
}
.mobile_carousel-card {
  width: 100%;
  height: auto;
  display: none;
  min-height: 641px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
@media (max-width: 575px) {
  .mobile_carousel-card {
    padding: 0 30px;
  }
}
.mobile_carousel-card.active {
  display: flex;
  flex-direction: column;
}
.mobile_carousel-card--nav {
  width: 100%;
  height: auto;
  max-width: 60px;
  margin: 0 auto 25px auto;
  padding-top: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mobile_carousel-card--nav .nav-circle {
  width: 12px;
  height: 12px;
  background-color: #E0E0E0;
  border-radius: 50%;
}
.mobile_carousel-card--nav .nav-circle.active {
  background-color: #00B0B9;
}
.mobile_carousel-card--gradient {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mobile_carousel-card--gradient p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #545454;
}
.mobile_carousel-card .pre {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
.mobile_carousel-card .card-header {
  padding: 0;
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: #BDDC04;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: none;
  width: 100%;
}
.mobile_carousel-card .card-header span {
  display: block;
  font-size: 80px;
  float: right;
}
.mobile_carousel-card--copy {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.5);
}
.mobile_carousel-card--copy.large {
  font-size: 16px;
  line-height: 20px;
}
.mobile_carousel-card[data-card="1"] {
  background: url("./images/mobile_carousel_background-1.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.mobile_carousel-card[data-card="1"] .mobile_carousel-card--gradient {
  max-width: 265px;
  background-color: #BDDC04;
  border-radius: 0 25px 25px 0;
  position: relative;
}
.mobile_carousel-card[data-card="1"] .mobile_carousel-card--gradient:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 32px;
  background-image: linear-gradient(90deg, rgba(189, 220, 4, 0) 0%, rgba(189, 220, 4, 0.89) 90%, #BDDC04 100%);
  top: 0;
  left: -30px;
}
.mobile_carousel-card[data-card="1"] .mobile_carousel-card--gradient p {
  margin-right: 18px;
}
.mobile_carousel-card[data-card="1"] .pre {
  margin: 50px 0 0 0;
}
.mobile_carousel-card[data-card="1"] .card-header {
  max-width: 228px;
  margin-bottom: 30px;
}
.mobile_carousel-card[data-card="1"] p.large {
  margin-bottom: 52px;
}
.mobile_carousel-card[data-card="1"] .button_primary {
  max-width: 211px;
  margin-bottom: 20px;
}
.mobile_carousel-card[data-card="2"] {
  background: url("./images/mobile_carousel_background-2.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.mobile_carousel-card[data-card="2"] .mobile_carousel-card--gradient {
  max-width: 265px;
  background-color: #BDDC04;
  border-radius: 25px 0 0 25px;
  position: relative;
  align-self: end;
  justify-content: flex-start;
}
.mobile_carousel-card[data-card="2"] .mobile_carousel-card--gradient:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 32px;
  background-image: linear-gradient(-90deg, rgba(189, 220, 4, 0) 0%, rgba(189, 220, 4, 0.89) 90%, #BDDC04 100%);
  top: 0;
  right: -30px;
}
.mobile_carousel-card[data-card="2"] .mobile_carousel-card--gradient p {
  margin-left: 18px;
}
.mobile_carousel-card[data-card="2"] .pre {
  margin: 120px 0 0 0;
  padding-left: 11px;
}
.mobile_carousel-card[data-card="2"] .card-header {
  max-width: 298px;
  margin-bottom: 20px;
}
.mobile_carousel-card[data-card="2"] .button_primary {
  max-width: 297px;
  align-self: flex-end;
  margin-bottom: 15px;
}
.mobile_carousel-card[data-card="3"] {
  background: url("./images/mobile_carousel_background-3.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}
.mobile_carousel-card[data-card="3"] .pre {
  margin: 165px 0 0 0;
  text-align: center;
}
.mobile_carousel-card[data-card="3"] .card-header {
  max-width: 293px;
  margin-bottom: 40px;
  align-self: flex-end;
}
.mobile_carousel-card[data-card="3"] .mobile_carousel-card--copy.large {
  align-self: flex-end;
}
.mobile_carousel-card[data-card="3"] .button_primary {
  max-width: 330px;
  margin: 0 auto 25px auto;
}

.cta {
  font-family: "Barlow";
}
.cta.bg-info.signup {
  background-color: rgba(0, 176, 184, 0.15) !important;
}
@media screen and (max-width: 767px) {
  .cta.bg-info.signup .button_secondary {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
  }
}
.cta.savings.bg-light {
  background-color: #BDDC04 !important;
}
.cta .home-science_header {
  margin-top: 2rem;
}
.cta .home-science_header span {
  float: left;
  padding-left: 29px;
}
@media (min-width: 992px) {
  .cta .home-science_header span {
    padding-left: 80px;
  }
}
.cta.bridge_program .bridge_program-info {
  font-family: Red Hat Text, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 36px 0px 36px 0px;
}
@media (max-width: 575px) {
  .cta.bridge_program .bridge_program-info {
    padding: 20px 0px 20px 0px;
  }
}
.cta.bridge_program .bridge_program-info strong {
  position: relative;
}
.cta.not_authenticated_user .row.align-items-center {
  position: relative;
}
.cta.not_authenticated_user .row.align-items-center img {
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(33, 40, 48, 0.6);
  max-width: 320px;
  width: 100%;
}
.cta.not_authenticated_user .row.align-items-center .savings_header {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  color: #2A7475;
  text-align: left;
  line-height: 42px;
  width: 100%;
  margin: 20px auto;
  padding-left: 50px;
  text-transform: none;
}
.cta.not_authenticated_user .row.align-items-center .savings_header span {
  display: block;
  font-size: 40px;
  float: none;
  padding-left: 30px;
  margin-left: 0;
}
.cta.not_authenticated_user .row.align-items-center .text-success {
  width: 100%;
  max-width: 330px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 18px;
  color: #2A7475;
  text-align: left;
  line-height: 22px;
  padding-left: 50px;
}
.cta.not_authenticated_user .row.align-items-center .savings_copy {
  width: 100%;
  max-width: 330px;
  margin: 20px auto 0 auto;
  padding-left: 50px;
  font-size: 16px;
  color: #545454;
  line-height: 20px;
}
.cta.not_authenticated_user .row.align-items-center .button.button_secondary {
  padding: 0;
  max-width: 273px;
  margin: 30px auto 10px auto;
}
@media (min-width: 769px) {
  .cta.not_authenticated_user .row.align-items-center .col-md-6.savings-on {
    padding: 0 3rem;
  }
}
@media (min-width: 992px) {
  .cta.not_authenticated_user .row.align-items-center img {
    max-width: 405px;
  }
  .cta.not_authenticated_user .row.align-items-center .col-md-6.savings-on {
    padding: 0 15px 0 70px;
  }
  .cta.not_authenticated_user .row.align-items-center .savings_header {
    font-size: 46px;
    line-height: 53px;
    padding: 0;
    margin: 20px auto 20px 0;
  }
  .cta.not_authenticated_user .row.align-items-center .savings_header span {
    font-size: 54px;
    text-align: right;
  }
  .cta.not_authenticated_user .row.align-items-center .text-success {
    font-size: 25px;
    line-height: 29px;
    max-width: 100%;
    padding: 0;
  }
  .cta.not_authenticated_user .row.align-items-center .savings_copy {
    max-width: 100%;
    padding: 0;
  }
  .cta.not_authenticated_user .row.align-items-center .button.button_secondary {
    max-width: 300px;
    margin: 30px auto 10px 0;
  }
}
.cta.navigate {
  background: url("./images/join-navigate-bg_m.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
}
.cta.navigate img {
  max-width: 261px;
  margin: 10px auto 20px auto;
}
.cta.navigate .navigate_content h2 {
  color: #006e76;
  font-family: "Barlow-ExtraBold", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}
.cta.navigate .navigate_content-header {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 30px;
  color: #2A7475;
  text-align: center;
  line-height: 34px;
  text-transform: none;
  margin-bottom: 25px;
}
.cta.navigate .navigate_content-copy {
  font-size: 19px;
  color: #4A4A4A;
  text-align: center;
  line-height: 23px;
  margin-bottom: 20px;
}
.cta.navigate .navigate_content-copy.small {
  font-size: 9px;
  color: #464657;
  line-height: 14px;
  margin-bottom: 25px;
}
.cta.navigate .navigate_content .button.button_secondary {
  max-width: 324px;
}
.cta.navigate .navigate_content #Fill_1 {
  fill: #FFF;
}
@media (min-width: 769px) {
  .cta.navigate {
    background: url("./images/join-navigate-bg_dt.jpg") center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .cta.navigate img {
    width: 100%;
    max-width: 367px;
    max-height: none;
  }
  .cta.navigate .navigate_content-header {
    font-size: 46px;
    line-height: 47px;
  }
  .cta.navigate .navigate_content-copy {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .cta.navigate .navigate_content-copy.small {
    font-size: 12px;
    line-height: 18px;
  }
  .cta.navigate .navigate_content-copy sup {
    font-size: 12px;
  }
  .cta.navigate .navigate_content .button.button_secondary {
    max-width: 315px;
    margin-top: 5px;
  }
}
.cta.signup {
  background: #fff;
  width: 100%;
}
.cta.signup .bg-fix {
  background: #006E76;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.cta.signup .container-small {
  padding: 60px 0 50px 0;
}
.cta.signup .signup_header {
  font-family: "Barlow-Black", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  color: #fff;
  text-align: left;
  line-height: 37px;
  width: 100%;
  margin: 0 auto 0 auto;
  text-transform: none;
}
.cta.signup .signup_header span {
  display: block;
  font-size: 40px;
  text-align: right;
}
.cta.signup .button_secondary {
  max-width: 280px;
  margin: 0;
  background: #BDDC04;
  border-radius: 10px;
}
.cta.signup .button_secondary a {
  color: #006E76;
}
@media (min-width: 992px) {
  .cta.signup .signup_header {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .cta.signup .signup_header span {
    font-size: 46px;
    line-height: 43px;
    padding-top: 5px;
  }
  .cta.signup .button_secondary {
    max-width: 285px;
  }
}

.CTA_container.component-section .container-fluid {
  padding: 0;
}

@media (min-width: 992px) {
  .pet-8 {
    left: 180px;
  }
}

@media (min-width: 992px) {
  .pet-5 {
    left: 150px;
  }
}

.text-success {
  color: #2A7475 !important;
}

.font-barlow {
  font-family: "Barlow" !important;
}

.color_gray {
  color: #545454;
}

.media__image.card {
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .col-md-6.savings-on .home-science_copy, .col-md-6.savings-on .text-success {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
  }
}
.col-md-6.savings-on .button_secondary {
  background-color: #006e76;
}
@media screen and (max-width: 767px) {
  .col-md-6.savings-on .button_secondary {
    max-width: max-content;
    margin-right: auto;
    padding-left: 94px;
  }
}
@media (min-width: 769px) {
  .col-md-6.savings-on {
    padding-left: 6rem;
  }
}

.media__image {
  max-width: 100%;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.text-success {
  color: #2A7475 !important;
}

.font_12 {
  font-size: 12px;
}

.bg-light.path-frontpage {
  background-color: #e8f0f1 !important;
}

.path-frontpage {
  background-color: #e8f0f1 !important;
  background-image: url(./images/mynav-bg-desktop.png);
}
.path-frontpage .font_12 {
  color: #4a4a4a;
  font-weight: 500;
}

.hero_ben_img .path-frontpage {
  background-image: none;
  background-color: inherit !important;
}

.font_19 {
  font-size: 19px;
  font-weight: 500;
}

.bridge_program {
  background-color: #E7F1F1;
  padding: 10px;
}

.font-16 {
  font-size: 16px !important;
}

.cta {
  font-family: Arial, sans-serif;
}
.cta li,
.cta p,
.cta td {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.cta.navigate .list-icon {
  display: flex;
  margin-bottom: 15px;
}
.cta.navigate .list-icon > svg {
  margin-right: 15px;
  min-width: 60px;
}
.cta.navigate .list-icon p {
  color: #2A7475;
  font-weight: bold;
  font-size: 16px;
}

.mvf-action {
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.mvf-action::before {
  height: 10px;
  width: 25px;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 50%;
}

.mvf-action--next {
  background-color: rgba(189, 220, 4, 0.5);
  border-radius: 11px;
  color: #006E76;
  padding: 13px 28px;
  padding-right: 60px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.mvf-action--next:hover {
  background-color: #fff;
}
.mvf-action--next.active {
  background-color: #bddc04;
  opacity: 1;
  visibility: visible;
}
.mvf-action--next::before {
  background-image: url("./images/icons/icon-arrow-right-pine-green.svg");
  right: 28px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .mvf-action--next {
    margin-right: 12%;
  }
}

.mvf-action--prev,
.mvf-action--restart {
  background-color: transparent;
  color: #fff;
  padding-left: 33px;
  text-decoration: underline;
}
.mvf-action--prev:hover,
.mvf-action--restart:hover {
  text-decoration: none;
}
.mvf-action--prev::before,
.mvf-action--restart::before {
  background-image: url("./images/icons/icon-arrow-left-white.svg");
  left: 0;
  transform: translateY(-50%);
}

.mvf-action--restart {
  display: none;
}

.mvf-actions {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 18px 0;
}
@media (min-width: 992px) {
  .mvf-actions {
    justify-content: space-between;
    padding: 30px 0;
  }
}

.mvf-slide-action--button,
.mvf-slide-action--heading {
  display: none;
}

.mvf-slide-action--button {
  background-color: #BDDC04;
  border-radius: 11px;
  color: #006E76;
  padding: 13px 28px;
  padding-right: 60px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.mvf-slide-action--button:hover {
  background-color: #fff;
}
.mvf-slide-action--button::before {
  height: 10px;
  width: 25px;
  background-image: url("./images/icons/icon-arrow-right-pine-green.svg");
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.mvf-slide-action--fact,
.mvf-slide-action--myth {
  height: 141px;
  width: 141px;
  align-items: center;
  background-color: #BDDC04;
  border: 7px solid #006E76;
  border-radius: 50%;
  color: #006E76;
  display: flex;
  justify-content: center;
  font-family: "Barlow-SemiBold", sans-serif;
  font-size: 20px;
  font-weight: 500;
  max-height: 141px;
  position: relative;
  transition: all 0.2s ease-in-out;
  max-width: 141px;
}
.mvf-slide-action--fact:hover,
.mvf-slide-action--myth:hover {
  background-color: #fff;
}
.mvf-slide-action--fact.active,
.mvf-slide-action--myth.active {
  background-color: #fff;
}
.mvf-slide-action--fact::before,
.mvf-slide-action--myth::before {
  height: 23px;
  width: 31px;
  background-image: url("./images/icons/icon-check-rio-grande.svg");
  background-size: 100% 100%;
  content: "";
  opacity: 0;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s ease-in-out;
}

.mvf-slide-action--fact {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .mvf-slide-action--fact {
    margin-right: 5px;
  }
}

.mvf-slide-action--heading {
  color: #BDDC04;
  font-family: "Barlow-Bold", sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.mvf-slide-action--myth {
  margin-left: 18px;
}
@media (max-width: 992px) {
  .mvf-slide-action--myth {
    margin-left: 5px;
  }
}

.mvf-slide-actions {
  align-items: center;
  display: flex;
  justify-content: center;
}

.mvf-dot {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 6px;
  transition: background-color 0.2s ease-in-out;
}
.mvf-dot.active {
  background-color: #BDDC04;
}

.mvf-dots {
  display: flex;
  justify-content: center;
  padding: 18px;
}
.mvf-dots.hide-dots {
  visibility: hidden;
}
@media (min-width: 768px) {
  .mvf-dots {
    justify-content: flex-start;
    padding: 32px 0 32px 30px;
  }
}
@media (min-width: 992px) {
  .mvf-dots {
    padding: 32px 0;
  }
}

.mvf-slide {
  font-family: "Barlow-Regular", sans-serif;
  padding: 0 28px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  width: 100%;
}
@media (min-width: 992px) {
  .mvf-slide {
    padding: 0;
  }
}

.mvf-slide--correct .mvf-slide__text p:last-child,
.mvf-slide--incorrect .mvf-slide__text p:last-child,
.mvf-slide--end .mvf-slide__text p:last-child {
  margin: 0;
}
@media (max-width: 992px) {
  .mvf-slide--correct .mvf-slide__text p,
  .mvf-slide--incorrect .mvf-slide__text p,
  .mvf-slide--end .mvf-slide__text p {
    font-size: 16px;
    line-height: 1.2;
  }
}

.mvf-slide--end .mvf-slide__title {
  font-size: 25px;
}
@media (min-width: 992px) {
  .mvf-slide--end .mvf-slide__title {
    font-size: 30px;
  }
}

.mvf-slide__text p,
.mvf-slide__title {
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .mvf-slide__text p,
  .mvf-slide__title {
    text-align: left;
  }
}

.mvf-slide__text p {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.mvf-slide__title {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mvf-slide-container {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 0;
  }
}

.mvf-slides {
  height: 302px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .mvf-slides {
    height: 218px;
    width: 50%;
  }
}

.mvf-slide--question .mvf-slide__text p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .mvf-slide--question .mvf-slide__text p {
    font-size: 24px;
  }
}

.mvf {
  background-color: #006E76;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  height: 395px;
}
@media (max-width: 768px) {
  .mvf {
    height: auto;
  }
}
@media (min-width: 992px) {
  .mvf > div {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .mvf {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .mvf {
    padding: 0 170px;
  }
}

.mvf--1.mvf--question .mvf-slide--1.mvf-slide--question {
  transform: translateX(0);
}

.mvf--1.mvf--correct .mvf-slide--1.mvf-slide--correct {
  transform: translateX(0);
}

.mvf--1.mvf--incorrect .mvf-slide--1.mvf-slide--incorrect {
  transform: translateX(0);
}

.mvf--2.mvf--question .mvf-slide--2.mvf-slide--question {
  transform: translateX(0);
}

.mvf--2.mvf--correct .mvf-slide--2.mvf-slide--correct {
  transform: translateX(0);
}

.mvf--2.mvf--incorrect .mvf-slide--2.mvf-slide--incorrect {
  transform: translateX(0);
}

.mvf--3.mvf--question .mvf-slide--3.mvf-slide--question {
  transform: translateX(0);
}

.mvf--3.mvf--correct .mvf-slide--3.mvf-slide--correct {
  transform: translateX(0);
}

.mvf--3.mvf--incorrect .mvf-slide--3.mvf-slide--incorrect {
  transform: translateX(0);
}

.mvf--4.mvf--question .mvf-slide--4.mvf-slide--question {
  transform: translateX(0);
}

.mvf--4.mvf--correct .mvf-slide--4.mvf-slide--correct {
  transform: translateX(0);
}

.mvf--4.mvf--incorrect .mvf-slide--4.mvf-slide--incorrect {
  transform: translateX(0);
}

.mvf--5.mvf--question .mvf-slide--5.mvf-slide--question {
  transform: translateX(0);
}

.mvf--5.mvf--correct .mvf-slide--5.mvf-slide--correct {
  transform: translateX(0);
}

.mvf--5.mvf--incorrect .mvf-slide--5.mvf-slide--incorrect {
  transform: translateX(0);
}

.mvf--correct .mvf-slide-action,
.mvf--incorrect .mvf-slide-action {
  pointer-events: none;
}

.mvf--correct.mvf--fact .mvf-slide-action--fact {
  background-color: #fff;
  border-color: #BDDC04;
}
.mvf--correct.mvf--fact .mvf-slide-action--fact::before {
  opacity: 1;
}
.mvf--correct.mvf--fact .mvf-slide-action--myth {
  opacity: 0.51;
  background-color: #fff;
}
.mvf--correct.mvf--myth .mvf-slide-action--fact {
  opacity: 0.51;
  background-color: #fff;
}
.mvf--correct.mvf--myth .mvf-slide-action--myth {
  background-color: #fff;
  border-color: #BDDC04;
}
.mvf--correct.mvf--myth .mvf-slide-action--myth::before {
  opacity: 1;
}

.mvf--end .mvf-action--next,
.mvf--end .mvf-action--prev {
  display: none;
}
.mvf--end .mvf-action--restart {
  display: inline-block;
}
@media (max-width: 575px) {
  .mvf--end .mvf-action--restart {
    margin: 10px 0 23px 0;
  }
}
.mvf--end .mvf-actions {
  justify-content: center;
}
.mvf--end .mvf-slide--end {
  transform: translateX(0);
}
.mvf--end .mvf-slide-action--button {
  display: inline-block;
}
.mvf--end .mvf-slide-action--fact,
.mvf--end .mvf-slide-action--myth {
  display: none;
}
.mvf--end .mvf-slide-action--heading {
  display: block;
}
.mvf--end .mvf-slide-actions,
.mvf--end .mvf-slide-container {
  align-items: center;
}
.mvf--end .mvf-slide-actions {
  flex-wrap: wrap;
}

.mvf--incorrect.mvf--fact .mvf-slide-action--fact {
  background-color: #fff;
  border-color: #fff;
}
.mvf--incorrect.mvf--fact .mvf-slide-action--myth {
  border-color: #FF0027;
  max-height: 127px;
  opacity: 0.51;
  max-width: 127px;
  background-color: #fff;
}
.mvf--incorrect.mvf--myth .mvf-slide-action--fact {
  border-color: #FF0027;
  max-height: 127px;
  opacity: 0.51;
  max-width: 127px;
  background-color: #fff;
}
.mvf--incorrect.mvf--myth .mvf-slide-action--myth {
  background-color: #fff;
  border-color: #fff;
}

.mvf--question.mvf--1 .mvf-action--prev {
  opacity: 0;
  pointer-events: none;
}

.mvf-component .container {
  margin-top: -50px;
  width: 100%;
  min-width: 355px;
}
@media (min-width: 768px) {
  .mvf-component .container {
    min-width: 768px;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .mvf-component .container {
    margin-top: -100px;
    min-width: unset;
    max-width: 1278px;
  }
}

.back-section-mobile-carousel {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .back-section-mobile-carousel {
    max-width: 444px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 476px) {
  .back-section-mobile-carousel {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .back-section-mobile-carousel {
    display: none;
  }
}

.back-bar {
  background: url("./images/img_2-1-M7_BA_gradient bar2.svg") no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 380px;
  align-self: flex-end;
  height: 26px;
  margin-bottom: 0.5rem;
}
.back-bar h6 {
  font-family: Arial, "ArialMT", sans-serif;
  font-size: 1rem;
  color: white;
  padding-top: 0.2rem;
  font-weight: 600;
}

.back-section-mobile-carousel-cards::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.back-section-mobile-carousel-cards::-webkit-scrollbar-track {
  background: transparent;
}

.back-section-mobile-carousel-cards .slick-carousel-item > div {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.back-section-mobile-carousel-cards .slick-carousel-item > div#card-1 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_back-trials_0000_base.jpg") no-repeat center center;
}
.back-section-mobile-carousel-cards .slick-carousel-item > div#card-1 h6 {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}
.back-section-mobile-carousel-cards .slick-carousel-item > div#card-2 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_back-trials_0001_week4.jpg") no-repeat center center;
}
.back-section-mobile-carousel-cards .slick-carousel-item > div#card-2 h6 {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}
.back-section-mobile-carousel-cards .slick-carousel-item > div#card-3 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_back-trials_0002_week16.jpg") no-repeat center center;
}
.back-section-mobile-carousel-cards .slick-carousel-item > div#card-3 h6 {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}

.back-section-mobile-carousel > span {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}

.back-section-mobile-carousel > span:active {
  top: 1px;
}

.back-section-mobile-carousel > span:focus {
  background: #000;
}

.slick-carousel-item {
  padding: 0 20px;
}

.slick-dots {
  bottom: -46px;
}
.slick-dots li {
  margin: -1px 1px;
}
.slick-dots li button:before {
  font-size: 13px;
}
.slick-dots li.slick-active button:before {
  color: #00B0B9;
  opacity: 1;
}

.legs-section-mobile-carousel {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .legs-section-mobile-carousel {
    max-width: 444px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 476px) {
  .legs-section-mobile-carousel {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .legs-section-mobile-carousel {
    display: none;
  }
}

.legs-bar {
  background: url("./images/img_2-1-M7_BA_gradient bar2.svg") no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 380px;
  align-self: flex-end;
  height: 26px;
  margin-bottom: 0.5rem;
}
.legs-bar h6 {
  font-family: Arial, "ArialMT", sans-serif;
  font-size: 1rem;
  color: white;
  padding-top: 0.2rem;
  font-weight: 600;
}

.legs-section-mobile-carousel-cards::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.legs-section-mobile-carousel-cards::-webkit-scrollbar-track {
  background: transparent;
}

.legs-section-mobile-carousel-cards .slick-carousel-item > div {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.legs-section-mobile-carousel-cards .slick-carousel-item > div#card-1 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_Legs-trials_0000_base.jpg") no-repeat center center;
}
.legs-section-mobile-carousel-cards .slick-carousel-item > div#card-1 h6 {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}
.legs-section-mobile-carousel-cards .slick-carousel-item > div#card-2 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_Legs-trials_0001_week4.jpg") no-repeat center center;
}
.legs-section-mobile-carousel-cards .slick-carousel-item > div#card-2 h6 {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}
.legs-section-mobile-carousel-cards .slick-carousel-item > div#card-3 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_Legs-trials_0002_week16.jpg") no-repeat center center;
}
.legs-section-mobile-carousel-cards .slick-carousel-item > div#card-3 h6 {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}

.legs-section-mobile-carousel > span {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}

.legs-section-mobile-carousel > span:active {
  top: 1px;
}

.legs-section-mobile-carousel > span:focus {
  background: #000;
}

.neck-section-mobile-carousel {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .neck-section-mobile-carousel {
    max-width: 444px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 476px) {
  .neck-section-mobile-carousel {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .neck-section-mobile-carousel {
    display: none;
  }
}

.neck-bar {
  background: url("./images/img_2-1-M7_BA_gradient bar2.svg") no-repeat;
  background-size: cover;
  width: 100%;
  width: 100%;
  max-width: 380px;
  align-self: flex-end;
  height: 26px;
  margin-bottom: 0.5rem;
}
.neck-bar h6 {
  font-family: Arial, "ArialMT", sans-serif;
  font-size: 1rem;
  color: white;
  padding-top: 0.2rem;
  font-weight: 600;
}

.neck-section-mobile-carousel-cards::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.neck-section-mobile-carousel-cards::-webkit-scrollbar-track {
  background: transparent;
}

.neck-section-mobile-carousel-cards .slick-carousel-item > div {
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.neck-section-mobile-carousel-cards .slick-carousel-item > div#card-1 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_ear-trials_0000_base.jpg") no-repeat center center;
}
.neck-section-mobile-carousel-cards .slick-carousel-item > div#card-1 h6 {
  font-family: "Barlow-Bold";
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}
.neck-section-mobile-carousel-cards .slick-carousel-item > div#card-2 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_ear-trials_0001_week4.jpg") no-repeat center center;
}
.neck-section-mobile-carousel-cards .slick-carousel-item > div#card-2 h6 {
  font-family: "Barlow-Bold";
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}
.neck-section-mobile-carousel-cards .slick-carousel-item > div#card-3 {
  background: url("./images/img_2-1-M7_BA_GradientBar1.svg") no-repeat, url("./images/img_2-1-M7_BA_ear-trials_0002_week16.jpg") no-repeat center center;
}
.neck-section-mobile-carousel-cards .slick-carousel-item > div#card-3 h6 {
  font-family: "Barlow-Bold";
  font-size: 1rem;
  padding-top: 0.3rem;
  margin-top: -17rem;
  margin-right: 9rem;
  color: #63666A;
}

.neck-section-mobile-carousel > span {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}

.neck-section-mobile-carousel > span:active {
  top: 1px;
}

.neck-section-mobile-carousel > span:focus {
  background: #000;
}

.mobile_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mobile_container-button {
  width: 12px;
  height: 12px;
  background-color: #E0E0E0;
  border-radius: 50%;
  margin: 0 5px;
}
.mobile_container-button.active {
  background-color: #00B0B9;
}

.phase-2-42-discussion-tools .js-form-item {
  position: relative;
}
.phase-2-42-discussion-tools .js-form-item .form-item--error-message {
  color: #dc3545;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  top: -20px;
  left: 10px;
  white-space: nowrap;
}
.phase-2-42-discussion-tools .js-form-item .form-item--error-message::before {
  display: none;
}
.phase-2-42-discussion-tools .webform-submission-discussion-tools-quiz-form {
  display: flex;
  flex-wrap: wrap;
}
.phase-2-42-discussion-tools .back__webform_submit_discussion_tools svg {
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .phase-2-42-discussion-tools .back__webform_submit_discussion_tools svg {
    margin-top: 8px;
  }
}
.phase-2-42-discussion-tools .back__webform_submit_discussion_tools span {
  font-weight: 600;
  border-bottom: 2px solid;
}
.phase-2-42-discussion-tools p.sub-text.quiz_subtext {
  color: #2a7475;
}
.phase-2-42-discussion-tools img.slider-img {
  position: absolute;
  display: block;
  left: 50%;
  height: 91px;
  width: 131px;
  margin-bottom: 36px;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools img.slider-img__q4-1, .phase-2-42-discussion-tools img.slider-img__q4-2, .phase-2-42-discussion-tools img.slider-img__q4-3, .phase-2-42-discussion-tools img.slider-img__q5-1, .phase-2-42-discussion-tools img.slider-img__q5-2, .phase-2-42-discussion-tools img.slider-img__q5-3 {
    height: 122px;
    width: auto;
    margin-bottom: 12px;
  }
}
.phase-2-42-discussion-tools .webform-progress {
  margin: auto;
  margin-top: 0;
  margin-left: 0;
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker {
    max-width: 300px;
    margin-top: 0;
  }
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step {
  position: relative;
  margin-right: 14px;
  min-width: unset;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step {
    margin-right: 16px;
  }
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step::before {
  content: "";
  position: absolute;
  top: 22px;
  right: -22px;
  height: 2px;
  width: 27px;
  background-color: #006E76;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step::before {
    top: 21px;
  }
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step:last-of-type::before {
  content: none;
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step:first-child .progress-marker {
  margin-left: 0;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step {
    max-width: 53px;
  }
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step .progress-marker {
  border: 2px solid #006E76;
  color: #006E76;
  background-color: #f1fbfb;
  margin: 0 6px;
  width: 43px;
  height: 43px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Barlow-Bold", sans-serif;
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step .progress-marker::after {
  content: none;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step .progress-marker {
    width: 43px;
    height: 43px;
    font-size: 30px;
  }
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step .progress-text {
  display: none;
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker {
  background-color: #006E76;
  color: #fff;
  border: none;
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker::before {
  color: #fff;
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker {
  background-color: #006E76;
  color: #fff;
  background-image: none;
  border: none;
  border-radius: 50%;
}
.phase-2-42-discussion-tools .webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker::before {
  content: attr(data-text);
  color: #fff;
}
.phase-2-42-discussion-tools p.title {
  font-family: "Barlow-Black", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #2A7475;
  margin: 37px 0 27px 0;
  text-align: start;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools p.title {
    margin: 27px 5px 30px 0;
  }
}
.phase-2-42-discussion-tools legend {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  color: #2A7475;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools legend {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 90px;
  }
}
@media (max-width: 992px) {
  .phase-2-42-discussion-tools legend {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .phase-2-42-discussion-tools .form-item {
    padding: 0 10px 0 0;
  }
}
.phase-2-42-discussion-tools .form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
@media (min-width: 768px) {
  .phase-2-42-discussion-tools .form-actions {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .phase-2-42-discussion-tools .form-actions {
    margin-top: 45px;
  }
}
.phase-2-42-discussion-tools .form-actions .button {
  border: none;
  background-color: transparent;
  color: #2A7475;
}
.phase-2-42-discussion-tools .form-actions .button_secondary {
  max-width: 255px;
  color: #2A7475;
  font-family: "Barlow-Bold", sans-serif;
  font-size: 18px;
  border-radius: 10px;
  background-color: #BDDC04;
  width: 206px;
  margin-top: 9px;
  min-height: 37px;
}
.phase-2-42-discussion-tools .form-actions .button_secondary svg {
  margin-left: 17px;
}
@media (min-width: 768px) {
  .phase-2-42-discussion-tools .form-actions .button_secondary {
    margin-right: 13%;
  }
}
.phase-2-42-discussion-tools .form-actions .button_submit {
  max-width: 185px;
}
.phase-2-42-discussion-tools .form-actions .button.webform-button--previous {
  margin-top: 20px;
  width: fit-content;
  min-height: 0;
}
@media (max-width: 575px) {
  .phase-2-42-discussion-tools .form-actions .button.webform-button--previous {
    margin-left: -25px;
  }
}
.phase-2-42-discussion-tools .form-type-range {
  text-align: center;
}
.phase-2-42-discussion-tools .form-type-range label {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow-Black", sans-serif;
  color: #2A7475;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .form-type-range label {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
.phase-2-42-discussion-tools .form-type-range .input-wrapper {
  position: relative;
  width: 331px;
  margin: 0 auto 90px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .form-type-range .input-wrapper {
    width: 320px;
    margin-top: 38px;
  }
}
.phase-2-42-discussion-tools .form-type-range .input-wrapper .slider-label {
  font-size: 16px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  text-align: center;
  color: #006E76;
  position: absolute;
  top: 170px;
}
.phase-2-42-discussion-tools .form-type-range .input-wrapper .slider-label.one {
  left: 0;
}
.phase-2-42-discussion-tools .form-type-range .input-wrapper .slider-label.two {
  left: 38%;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .form-type-range .input-wrapper .slider-label.two {
    left: 37%;
  }
}
.phase-2-42-discussion-tools .form-type-range .input-wrapper .slider-label.three {
  right: 0;
}
.phase-2-42-discussion-tools .form-type-range .input-wrapper .slider-label.active {
  font-weight: bold;
}
.phase-2-42-discussion-tools .form-type-range input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 330px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .form-type-range input[type=range] {
    width: 620px;
  }
}
.phase-2-42-discussion-tools .form-type-range input[type=range]:focus {
  outline: none;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: linear-gradient(90deg, #BDDC04 0%, #2A7475 100%);
  border-radius: 10px;
  border: 0px solid #000101;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 31px;
  width: 13px;
  border-radius: 10px;
  background: #266A8F;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]:focus::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, #BDDC04 0%, #2A7475 100%);
}
.phase-2-42-discussion-tools .form-type-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: linear-gradient(90deg, #BDDC04 0%, #2A7475 100%);
  border-radius: 10px;
  border: 0px solid #000101;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 34px;
  width: 14px;
  border-radius: 10px;
  background: #266A8F;
  cursor: pointer;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]::-ms-fill-lower {
  background: linear-gradient(90deg, #BDDC04 0%, #2A7475 100%);
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]::-ms-fill-upper {
  background: linear-gradient(90deg, #BDDC04 0%, #2A7475 100%);
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 34px;
  width: 14px;
  border-radius: 4.25px;
  background: #4D3980;
  cursor: pointer;
}
.phase-2-42-discussion-tools .form-type-range input[type=range]:focus::-ms-fill-lower {
  background: linear-gradient(90deg, #BDDC04 0%, #2A7475 100%);
}
.phase-2-42-discussion-tools .form-type-range input[type=range]:focus::-ms-fill-upper {
  background: linear-gradient(90deg, #BDDC04 0%, #2A7475 100%);
}
.phase-2-42-discussion-tools .form-checkboxes {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  left: 0px;
  top: 20px;
  width: 360px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .form-checkboxes {
    top: -20px;
    width: 390px;
  }
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox {
  margin: 0 10px;
}
@media (max-width: 575px) {
  .phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox {
    flex: 1;
    min-width: 90px;
    min-height: 136px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox {
    margin-right: 5px;
  }
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox p.sub-text {
  font-size: 16px;
  line-height: 20px;
  color: #2A7475;
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: block;
  cursor: pointer;
  height: 100%;
  width: 111%;
}
@media (min-width: 576px) {
  .phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input {
    width: 100%;
  }
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input::after {
  content: "";
  position: relative;
  height: 90px;
  width: 90px;
  border-radius: 10px;
  display: block;
  margin-right: 0;
  background-size: 85%;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input::after {
    height: 100px;
    width: 102px;
  }
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value=None]::after {
  background: url("./images/checkbox-bg_all.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 57%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value=Redness]::after {
  background: url("./images/DDGQuiz-4-0_icon_quiz_redness.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 85%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value="Skin cracking and bleeding"]::after {
  background: url("./images/DDGQuiz-4-0_icon_quiz_skin-crack.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 85%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value=Pain]::after {
  background: url("./images/checkbox-bg_pain.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 35%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value=Pain]::after {
    background-size: 45%;
  }
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value="Flaking or scaling"]::after {
  background: url("./images/DDGQuiz-4-0_icon_quiz_flaking.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 85%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value=Itching]::after {
  background: url("./images/DDGQuiz-4-0_icon_quiz_itching.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 85%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value="Feeling tired"]::after {
  background: url("./images/DDGQuiz-4-0_icon_tired.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 68%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value="Avoiding physical touch"]::after {
  background: url("./images/DDGQuiz-4-0_icon_quiz_touch.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 65%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value="Avoiding social situations"]::after {
  background: url("./images/checkbox-bg_social.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 62%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value="Wardrobe choices"]::after {
  background: url("./images/checkbox-bg_clothes.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 75%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox input[value="Increased stress"]::after {
  background: url("./images/4-0_icon_quiz_stress.svg") center center no-repeat;
  background-color: #006E76;
  background-size: 66%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox label {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  color: #006E76;
  font-weight: bold;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-family: Arial, sans-serif;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .phase-2-42-discussion-tools .form-checkboxes .form-type-checkbox label {
    align-self: flex-end;
    width: 100%;
  }
}
.phase-2-42-discussion-tools .webform-confirmation__message {
  margin: 0 0 1em -104px;
}
@media (max-width: 575px) {
  .phase-2-42-discussion-tools .webform-confirmation__message {
    margin: 0;
  }
}
.phase-2-42-discussion-tools .webform-confirmation__message h2.thanks {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  color: #2A7475;
  text-align: left;
}
.phase-2-42-discussion-tools .webform-confirmation__message p.sub-head {
  font-size: 16px;
  line-height: 21px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 19px;
  color: #2A7475;
}
.phase-2-42-discussion-tools .webform-confirmation__message h3 {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 35px;
  line-height: 42px;
  color: #4D3980;
  text-align: left;
  margin-bottom: 10px;
}
.phase-2-42-discussion-tools .webform-confirmation__message p.purple-sub-head {
  font-family: "Barlow-Medium";
  font-size: 18px;
  text-align: left;
  color: #4D3980;
  margin-bottom: 40px;
}
.phase-2-42-discussion-tools .webform-confirmation__message .button-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 29px;
  margin-left: 6px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .webform-confirmation__message .button-col-2 {
    margin-top: 50px;
  }
  .phase-2-42-discussion-tools .webform-confirmation__message .button-col-2 .button {
    max-width: 100px;
  }
}
.phase-2-42-discussion-tools .webform-confirmation__message .button {
  border: none;
  background-color: transparent;
  color: #2A7475;
  font-weight: 500;
  text-decoration: none;
}
.phase-2-42-discussion-tools .webform-confirmation__message .button_secondary {
  max-width: 257px;
  width: 257px;
}
.phase-2-42-discussion-tools .webform-confirmation__message .button_secondary.download {
  max-width: 207px;
  color: #2A7475;
  font-family: "Barlow-Bold", sans-serif;
  font-size: 18px;
  border-radius: 10px;
  background-color: #bddc04;
}
.phase-2-42-discussion-tools .webform-confirmation__message .button_secondary.download a {
  padding: 0 0 0 19px;
}
.phase-2-42-discussion-tools .webform-confirmation__message .button_secondary.download a svg {
  width: 19px;
}
.phase-2-42-discussion-tools .webform-confirmation__message label {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 0;
  color: #2A7475;
}
.phase-2-42-discussion-tools .webform-confirmation__message .custom-border-selected {
  display: none;
}
.phase-2-42-discussion-tools .webform-confirmation__message input[type=text] {
  max-width: 260px;
  margin-top: 0;
}
.phase-2-42-discussion-tools .webform-confirmation__message .question-wrapper--two {
  position: relative;
  left: -43px;
  top: 42px;
}
@media (max-width: 992px) {
  .phase-2-42-discussion-tools .webform-confirmation__message .question-wrapper--two {
    left: 0;
  }
}
@media (max-width: 575px) {
  .phase-2-42-discussion-tools .webform-confirmation__message .question-wrapper--two {
    top: 22px;
  }
}
.phase-2-42-discussion-tools .webform-confirmation__message .check-icon {
  position: relative;
  left: 58px;
  top: 38px;
}
.phase-2-42-discussion-tools .webform-confirmation__message .icon-container {
  width: 114px;
  height: 109px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .phase-2-42-discussion-tools .webform-confirmation__message .icon-container {
    text-align: center;
  }
}
.phase-2-42-discussion-tools .webform-confirmation__message .icon-container img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .phase-2-42-discussion-tools .back__webform_submit_discussion_tools {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}

#edit-title1 {
  margin-left: 5px;
}
@media (max-width: 575px) {
  #edit-title1 {
    display: none;
  }
}
#edit-title1 p {
  font-family: Arial, sans-serif;
  color: #464657;
  font-size: 14px;
}
#edit-title1 p.quiz-q-title {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #2A7475;
  margin-bottom: 8px;
}

#edit-q2 {
  display: flex;
  justify-content: center;
}

.form-item-q4 .slider-label.two {
  left: 40% !important;
}
@media (min-width: 992px) {
  .form-item-q4 .slider-label.two {
    left: 41% !important;
  }
}

.form-item-q5 .slider-label.two {
  left: 35% !important;
}
@media (min-width: 992px) {
  .form-item-q5 .slider-label.two {
    left: 36% !important;
  }
}

.quiz-q-title {
  font-family: Barlow-Black, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #2a7475;
}

.icon-hidden {
  opacity: 0%;
}

.dark-green-text {
  color: #236162;
}

.webform-button--previous {
  margin-top: 20px;
  width: fit-content;
  min-height: 0;
}

.arrow-animation {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.arrow-animation .arrow-ani-bg {
  max-width: 100%;
  height: auto;
}
.arrow-animation .arrow, .arrow-animation .arrow-text, .arrow-animation .blue-pill {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.arrow-animation .yellow-arrow {
  background: url("./images/yellow-arrow.png") no-repeat;
  background-size: cover;
}
.arrow-animation .teal-arrow {
  background: url("./images/teal-arrow.png") no-repeat;
  background-size: cover;
}
.arrow-animation .targets-text {
  background: url("./images/targets-text.png") no-repeat;
  background-size: cover;
}
.arrow-animation .blocks-text {
  background: url("./images/blocks-text.png") no-repeat;
  background-size: cover;
}
.arrow-animation .il-17a {
  background: url("./images/IL-17A.png") no-repeat;
  background-size: cover;
  transform: translate3d(0, -10%, 0);
}
.arrow-animation .il-17f {
  background: url("./images/IL-17F.png") no-repeat;
  background-size: cover;
  transform: translate3d(0, -10%, 0);
}
.arrow-animation.animated .left-to-right {
  left: 0;
  animation: drawArc1 0.5s linear;
  animation-delay: 0.25s;
  transform-origin: 33% 100%;
  transform-style: preserve-3D;
}
.arrow-animation.animated .right-to-left {
  right: 0;
  animation: drawRevArc1 0.5s linear;
  animation-delay: 0.25s;
  transform-origin: 67% 100%;
  transform-style: preserve-3D;
}
.arrow-animation.animated .arrow {
  opacity: 1;
}
.arrow-animation.animated .arrow {
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}
.arrow-animation.animated .arrow-text {
  transition: opacity 0.5s ease;
  transition-delay: 1.25s;
  opacity: 1;
}
.arrow-animation.animated .blue-pill {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 1.75s;
  opacity: 1;
}

.arrow-animation.animated .blue-pill {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 1.8s;
  opacity: 1;
}
.arrow-animation.animated .arrow-text {
  transition: opacity 0.5s ease;
  transition-delay: 1.8s;
  opacity: 1;
}
.arrow-animation.animated .arrow {
  transition: opacity 0.5s ease;
  transition-delay: 0.8s;
  opacity: 1;
}
.arrow-animation.animated .right-to-left {
  right: 0;
  animation: drawRevArc1 0.5s linear;
  animation-delay: 0.6s;
  transform-origin: 67% 100%;
  transform-style: preserve-3D;
}
.arrow-animation.animated .left-to-right {
  left: 0;
  animation: drawArc1 0.5s linear;
  animation-delay: 0.6s;
  transform-origin: 33% 100%;
  transform-style: preserve-3D;
}

.green_arrow_animation {
  margin-top: 40px;
}

/*----------------------------------------------------------------
ANIMATIONS
------------------------------------------------------------------*/
@keyframes drawArc1 {
  from {
    transform: rotate(-180deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes drawRevArc1 {
  from {
    transform: rotate(180deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
#thank-you-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.63);
  padding: 2rem;
  z-index: 1000;
  display: flex;
  align-items: center;
}
#thank-you-popup #thank-you-popup-body {
  border-radius: 18px;
  border: 4px solid #fff;
  width: 325px;
  height: 420px;
  background-color: #236262;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  #thank-you-popup #thank-you-popup-body {
    width: 888px;
    height: 420px;
  }
}
#thank-you-popup #thank-you-popup-body .continue-button {
  background-color: #B6D531;
  border-radius: 12px;
  color: #236262;
  font-size: 20px;
  font-family: "Arial", sans-serif;
  text-align: center;
  cursor: pointer;
  width: 283px;
  height: 59px;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}
#thank-you-popup #thank-you-popup-body .continue-button::after {
  content: "";
  width: 49px;
  height: 37px;
  background-image: url("/themes/custom/intouch_base/resources/assets/images/thank-you-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateX(100px);
}
#thank-you-popup #thank-you-popup-body .close {
  color: white;
  font-size: 28px;
  font-family: "Arial", sans-serif;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  opacity: 1;
  font-weight: 400;
}
#thank-you-popup #thank-you-popup-body p {
  color: white;
  width: 100%;
  font-size: 38px;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  line-height: 2.25rem;
}
#thank-you-popup #thank-you-popup-body p.job-code {
  font-family: "Arial", sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 0;
  font-style: normal;
  line-height: normal;
}

body.no-scroll {
  overflow-y: hidden;
}

.error-page-container {
  text-align: center;
}
.error-page-container h1.utility-header {
  padding-bottom: 17px;
}
.error-page-container h2 {
  font: 40px/1.2 "Barlow-SemiBold", sans-serif;
  color: #2A7475;
  margin-bottom: 40px;
}
.error-page-container .button {
  margin: 0 auto 52px;
  max-width: 260px;
}

/**
 * @file
 * This file is used to create generic layout styles.
 *
 * More specific layout items may be found within their respective files, e.g.
 * the layout for two columns is in the layout-2-cols.css file.
 */
.container-small {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.hero {
  padding-left: 70px;
  padding-top: 15px;
  padding-bottom: 40px;
  position: relative;
}
.hero .hero_inner {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .hero .hero_inner {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.main-logo {
  max-width: 327px;
  margin-top: 23px;
}
@media (max-width: 768px) {
  .main-logo {
    max-width: 177px;
  }
}

.layout-container {
  min-height: 100vh;
  position: relative;
}

.shortened {
  max-width: 940px;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 0;
}

.page-node-type-basic-inner-page section.component-section .container:first-of-type {
  padding-bottom: 40px;
}
.page-node-type-basic-inner-page section.component-section .row {
  max-width: 940px;
  margin: 0 auto;
}
.page-node-type-basic-inner-page h1 {
  color: #63666A;
  font-size: 3.2142857143rem;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
}
.page-node-type-basic-inner-page h1 .highlight {
  color: #00B0B9;
}
.page-node-type-basic-inner-page .block-system-main-block ul {
  list-style: none;
  padding-left: 0px;
}
.page-node-type-basic-inner-page .block-system-main-block ul li {
  margin-bottom: 1em;
  position: relative;
}
.page-node-type-basic-inner-page .block-system-main-block ul li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #2A7475;
  display: inline-block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
}
.page-node-type-basic-inner-page .block-system-main-block ul li p {
  padding-left: 20px;
  display: inline-block;
  margin-bottom: 0px;
}
.page-node-type-basic-inner-page .block-system-main-block ol {
  padding-left: 15px;
}
.page-node-type-basic-inner-page .block-system-main-block ol li p {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .page-node-type-basic-inner-page footer ul li:before {
    display: none;
  }
}

.utility-header .highlight {
  color: #00B0B9;
}

input[type=email] {
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
}

.form-item input.error {
  border-color: #AF0000;
}

@media screen and (max-width: 390px) {
  .mobilefixed #isi-content.fixed {
    position: static !important;
  }
}

/* COMMON UTILITY PAGE COMPONENTS */
.utility-header,
.page-node-type-basic-inner-page h1.utility-header {
  font: 35px/36px "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  color: #2A7475;
  text-transform: none;
  margin: 0;
  padding: 35px 0;
}
.utility-header span,
.page-node-type-basic-inner-page h1.utility-header span {
  color: #00B0B9;
}
@media (min-width: 992px) {
  .utility-header,
  .page-node-type-basic-inner-page h1.utility-header {
    font-size: 70px;
    line-height: 70px;
    padding: 45px 0;
  }
}

.utility-text {
  font-size: 16px;
  line-height: 24px;
  color: #4A4A4A;
  margin: 0 0 20px 0;
  padding: 0;
}

.button_success {
  background-image: linear-gradient(90deg, rgba(189, 220, 4, 0), rgba(189, 220, 4, 0.43) 15%, #bddc04 30%);
  border: 0 none;
  padding: 0 40px;
  display: inline-block;
  color: #545454;
  font-size: 18px;
  font-weight: 700;
}

.hide-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-mobile {
    display: block;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 992px) {
  .hide-desktop {
    display: block;
  }
}

.media--type-image {
  display: flex;
  align-items: center;
}
.media--type-image img {
  width: 100%;
  height: auto;
}

.show-only-if-mobile {
  display: block;
}
@media screen and (min-width: 575px) {
  .show-only-if-mobile {
    display: none;
  }
}

.show-only-if-tablet {
  display: none;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .show-only-if-tablet {
    display: block;
  }
}

.show-only-if-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .show-only-if-desktop {
    display: block;
    height: 100%;
    width: auto;
  }
}

@keyframes rotateX {
  0% {
    transform: rotateX(90deg) translateY(100%);
  }
  90% {
    transform: rotateX(-22.5deg) translateY(100%);
  }
  100% {
    transform: rotateX(0) translateY(100%);
  }
}
.primary-header {
  background-color: #fff;
  height: 60px;
  position: relative;
  z-index: 100;
}
.primary-header.active .primary-header-nav {
  max-height: 100vh;
  overflow-y: auto;
}
.primary-header.active .primary-header-toggle {
  background-image: url("/themes/custom/intouch_base/resources/assets/images/icon-close.svg");
  transform: rotateX(0);
}

.primary-header-logo {
  align-items: center;
  display: flex;
  height: 60px;
}
.primary-header-logo a {
  display: block;
  height: 50px;
}
.primary-header-logo img {
  max-height: 100%;
}

.primary-header-nav {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
}
.primary-header-nav > p {
  display: none;
}
.primary-header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-header-nav__item {
  position: relative;
  border-bottom: 2px solid transparent;
}
.primary-header-nav__item.active ul {
  max-height: 100vh;
}
.primary-header-nav__item.active .primary-header-nav__item-toggle {
  transform: rotateX(180deg);
}
.primary-header-nav__item.open {
  background-color: rgba(0, 176, 185, 0.15); /* $sea-foam */
  border-color: #2A7475; /* $dark-green */
  color: #2A7475; /* $dark-green */
}
.primary-header-nav__item a {
  background-color: rgba(0, 176, 185, 0.05); /* $color-pacific-blue */
  color: #495057; /* $gray-700 */
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 1.2;
  padding: 1.5em 0;
  padding-left: 2em;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.primary-header-nav__item a:hover {
  background-color: rgba(0, 176, 185, 0.15); /* $sea-foam */
  color: #495057; /* $gray-700 */
  text-decoration: none;
}
.primary-header-nav__item ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.primary-header-nav__item ul li.open a {
  background-color: rgba(0, 176, 185, 0.15);
}
.primary-header-nav__item ul a {
  background-color: white;
  color: #2A7475; /* $dark-green */
  padding-left: 4em;
}
.primary-header-nav__item ul a:hover {
  background-color: rgba(0, 176, 185, 0.15); /* $sea-foam */
  color: #2A7475; /* $dark-green */
}

.primary-header-nav__item--cta {
  align-items: center;
  padding: 2em 0;
  text-align: center;
}
@media (max-width: 992px) {
  .primary-header-nav__item--cta {
    max-width: 230px;
    margin: 0 auto;
  }
}
.primary-header-nav__item--cta a {
  background-color: #BDDC04; /* $light-green */
  border: 0;
  border-radius: 8px;
  color: #545454; /* $gray-text */
  display: inline-block;
  font-size: 18px;
  font-family: "Barlow-Bold", sans-serif;
  margin: 0 auto;
  padding: 1em 2em;
  transition: all 0.2 ease-in-out;
  white-space: nowrap;
  width: auto;
}
.primary-header-nav__item--cta a:hover {
  background-color: #00B0B9;
  color: #fff;
}
.primary-header-nav__item--cta a.link-login {
  color: #0E8281;
  background-color: transparent;
  padding: 0;
  margin-right: 12px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .primary-header-nav__item--cta a.link-login {
    font-size: 18px;
  }
}

.primary-header-nav__item-toggle {
  background-image: url("/themes/custom/intouch_base/resources/assets/images/icon-caret-thick.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 16px;
  cursor: pointer;
  height: 36px;
  position: absolute;
  top: 0.75em;
  right: 1em;
  transform: rotateX(0);
  transition: all 0.2s ease-in-out;
  width: 36px;
}

.primary-header-toggle {
  background-image: url("/themes/custom/intouch_base/resources/assets/images/icon-menu.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 25px;
  cursor: pointer;
  height: 36px;
  transform: rotateX(180deg);
  transition: all 0.2s ease-in-out;
  width: 36px;
}

.primary-header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 992px) {
  .primary-header {
    height: 110px;
  }
  .primary-header-logo {
    height: 110px;
  }
  .primary-header-logo a {
    height: 75px;
  }
  .primary-header-nav {
    background-color: transparent;
    height: 110px;
    max-height: none;
    overflow: visible;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: auto;
  }
  .primary-header-nav > p {
    color: #2A7475;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0.5em 0;
    margin-bottom: 1em;
  }
  .primary-header-nav > ul {
    align-items: flex-start;
    display: flex;
    max-height: 100vh;
    justify-content: space-between;
  }
  .primary-header-nav__item {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0;
    transition: all 0.2s ease-in-out;
    max-width: 110px;
    border-bottom: 2px solid transparent;
  }
  .primary-header-nav__item.active ul {
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-name: rotateX;
  }
  .primary-header-nav__item > a {
    background-color: rgba(0, 176, 185, 0); /* $sea-foam */
    color: #2A7475; /* $dark-green */
    display: inline-block;
    height: auto;
    padding: 1em 0.5em;
    width: auto;
  }
  .primary-header-nav__item > a:hover {
    background-color: rgba(0, 176, 185, 0.15); /* $sea-foam */
    border-color: #2A7475; /* $dark-green */
    color: #2A7475; /* $dark-green */
  }
  .primary-header-nav__item.active > a > img {
    transform: rotate(180deg);
  }
  .primary-header-nav__item ul {
    background-color: white;
    border-top: 2px solid #2A7475; /* $dark-green */
    max-height: none;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: rotateX(90deg) translateY(100%);
    transform-origin: bottom left;
  }
  .primary-header-nav__item ul a {
    background-color: transparent;
    padding: 1em;
    white-space: nowrap;
  }
  .primary-header-nav__item ul a:hover {
    background-color: transparent;
  }
  .primary-header-nav__item--cta {
    padding: 0.5em 0 0;
    margin-left: 15px;
    max-width: none;
    position: relative;
    bottom: 30px;
  }
  .primary-header-nav__item--cta a {
    background-color: #BDDC04; /* $light-green */
    border: 0;
    border-radius: 8px;
    color: #545454; /* $gray-text */
    display: inline-block;
    font-size: 18px;
    padding: 5px 15px;
  }
  .primary-header-nav__item--cta a:hover {
    background-color: #00B0B9;
    color: #fff;
    text-decoration: none;
  }
  .primary-header-nav__item--cta a.link-login:hover {
    background-color: transparent;
    color: #0E8281;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .primary-header-nav__item--cta a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .primary-header-nav__item--cta .bkz-logo-container {
    height: 31px;
    max-width: 149px;
    margin: auto;
  }
  .primary-header-nav__item-toggle {
    display: none;
  }
  .primary-header-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .primary-header,
  .primary-header-logo,
  .primary-header-nav {
    height: 150px;
  }
  .primary-header-logo a {
    height: 94px;
  }
  .primary-header-nav > p {
    font-size: 16px;
    padding: 0 0.5em;
  }
  .primary-header-nav__item {
    max-width: 130px;
  }
  .primary-header-nav__item > a {
    font-size: 18px;
    padding: 0.5em;
    padding-bottom: 0.75em;
  }
  .primary-header-nav__item ul a {
    color: #545454; /* $gray-text */
  }
  .primary-header-nav__item ul a:hover {
    background-color: rgba(0, 176, 185, 0.15); /* $sea-foam */
    color: #2A7475; /* $dark-green */
  }
  .primary-header-nav__item--cta {
    padding: 1em;
    max-width: none;
  }
  .primary-header-nav__item--cta a:hover {
    background-color: #00B0B9;
    color: #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .primary-header-nav {
    width: 75%;
  }
  .primary-header-nav__item {
    margin-right: 2em;
  }
}
@media only screen and (min-width: 1900px) {
  .primary-header-nav__item {
    margin-right: 0;
    max-width: none;
  }
}
.cyan_dark {
  color: #006E76 !important;
}

.text-dark-green {
  color: #2A7475 !important;
}

.text-indent {
  text-indent: -5px;
}

.divider {
  width: 398px;
  height: 15px;
  background-image: url("./images/common/divider.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .divider {
    width: 390px;
    background-size: 100%;
  }
}
@media (max-width: 575px) {
  .divider {
    width: 330px;
  }
}

.icon-autoinjector {
  width: 94px;
  height: 94px;
  margin-top: 12px;
}

#homepage_hero_container {
  min-height: 522px;
  padding-top: 85px;
  padding-left: 22px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 576px) {
  #homepage_hero_container {
    min-height: 570px;
  }
}
@media (min-width: 768px) {
  #homepage_hero_container {
    min-height: 538px;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  #homepage_hero_container {
    min-height: 52.5vw;
    padding-left: 10px;
    padding-top: 30px;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 1250px) {
  #homepage_hero_container {
    padding-left: 80px;
    padding-top: 100px;
  }
}
@media (min-width: 1680px) {
  #homepage_hero_container {
    height: 882px;
    min-height: unset;
  }
}
#homepage_hero_container .button_primary {
  width: 230px;
  margin-top: 38px;
  margin-bottom: 35px;
}
#homepage_hero_container .button_primary a {
  padding: 0 0 0 15px;
}
@media (min-width: 992px) {
  #homepage_hero_container .button_primary a {
    padding: 0 0 0 36px;
  }
}
#homepage_hero_container .button_primary a svg {
  margin-left: 10px;
}
@media (min-width: 992px) {
  #homepage_hero_container .button_primary {
    width: 263px;
  }
}
#homepage_hero_container .home__sub-head {
  width: 200px;
  margin-bottom: 18px;
  font-size: 18px;
  font-family: "Barlow-ExtraBold", sans-serif;
  font-weight: 600;
  line-height: 21px;
}
@media (min-width: 576px) {
  #homepage_hero_container .home__sub-head {
    width: 240px;
  }
}
@media (min-width: 768px) {
  #homepage_hero_container .home__sub-head {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #homepage_hero_container .home__sub-head {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
#homepage_hero_container .home__head {
  width: 228px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 25px;
}
@media (min-width: 576px) {
  #homepage_hero_container .home__head {
    width: 360px;
    font-size: 44px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  #homepage_hero_container .home__head {
    width: 100%;
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  #homepage_hero_container .home__head {
    margin-bottom: 45px;
    font-size: 70px;
    line-height: 60px;
  }
}
#homepage_hero_container .home__head span {
  font-size: 25px;
  font-family: "Barlow-MediumItalic", sans-serif;
  line-height: 25px;
}
@media (min-width: 576px) {
  #homepage_hero_container .home__head span {
    width: 330px;
  }
}
@media (min-width: 768px) {
  #homepage_hero_container .home__head span {
    font-size: 27px;
    width: 100%;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  #homepage_hero_container .home__head span {
    font-size: 35px;
  }
}
#homepage_hero_container .home__copy {
  width: 236px;
  font-weight: 600;
}
@media (min-width: 992px) {
  #homepage_hero_container .home__copy {
    width: 100%;
  }
}
#homepage_hero_container .home__copy.small {
  width: 220px;
  font-family: "ArialMT", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  #homepage_hero_container .home__copy.small {
    width: 260px;
  }
}
@media (min-width: 992px) {
  #homepage_hero_container .home__copy.small {
    width: 450px;
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  #homepage_hero_container .home__copy.small {
    margin-left: 0;
  }
}
#homepage_hero_container sub,
#homepage_hero_container sup {
  top: -7px;
  left: 0px;
  font-size: 14px;
  font-family: "Barlow-Medium", sans-serif;
}
@media (min-width: 576px) {
  #homepage_hero_container sub,
  #homepage_hero_container sup {
    top: -20px;
    left: 2px;
  }
}
@media (min-width: 768px) {
  #homepage_hero_container sub,
  #homepage_hero_container sup {
    top: -27px;
    left: 3px;
  }
}
@media (min-width: 992px) {
  #homepage_hero_container sub,
  #homepage_hero_container sup {
    top: -30px;
    left: 3px;
    font-size: 24px;
  }
}

.home__sub-head {
  font-family: "Barlow-ExtraBold", sans-serif;
  margin-bottom: 30px;
}
.home__copy {
  color: #fff;
}
.home__copy.small {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 992px) {
  .home__copy {
    font-weight: 600;
    line-height: 21px;
  }
}
.home__head {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-size: 70px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 45px;
}
.home__head span {
  font-family: "Barlow-MediumItalic", sans-serif;
  font-size: 35px;
  display: block;
  line-height: normal;
}
@media (max-width: 992px) {
  .home__head span {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .home__head span {
    font-size: 25px;
    font-family: "Barlow-Medium", sans-serif;
    line-height: 25px;
  }
}
@media (max-width: 992px) {
  .home__head {
    font-size: 54px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home__head {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .home__head {
    font-size: 25px;
    line-height: 25px;
  }
}

.home-clear-skin {
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .home-clear-skin {
    padding: 0;
  }
}
.home-clear-skin .container {
  max-width: 1240px;
}
.home-clear-skin .home__sub-head {
  margin-bottom: 20px;
  font-family: "Barlow-Bold", sans-serif;
  font-size: 23px;
  line-height: 27px;
}
.home-clear-skin .img-col {
  height: 386px;
  background-image: url("./images/homepage/clear-skin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 768px) {
  .home-clear-skin .img-col {
    background-image: url("./images/homepage/clear-skin.jpg");
    height: 550px;
  }
}
.home-clear-skin .home-clear-row {
  margin-top: -160px;
  margin-bottom: 38px;
  background-color: #E6F1F1;
  position: relative;
  z-index: 6;
}
@media (max-width: 1199px) {
  .home-clear-skin .home-clear-row {
    margin-top: -70px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .home-clear-skin .home-clear-row {
    margin-top: 0;
  }
}
.home-clear-skin .text-container {
  padding: 55px 120px 15px 70px;
}
@media (max-width: 1024px) {
  .home-clear-skin .text-container {
    padding: 35px 50px 15px 70px;
  }
}
@media (max-width: 992px) {
  .home-clear-skin .text-container {
    padding: 45px 15px 47px 35px;
    max-width: 650px;
    margin: 0 auto;
  }
}
.home-clear-skin .block-home-clear {
  font-size: 54px;
  font-family: "Barlow-Bold", sans-serif;
  line-height: 1;
  margin-right: 23px;
}
.home-clear-skin .block-home-clear sup {
  top: -0.55em;
  font-size: 60%;
}
.home-clear-skin .block-home-clear span {
  font-size: 23px;
  display: block;
}
@media (max-width: 992px) {
  .home-clear-skin .block-home-clear {
    margin-right: 8px;
    margin-left: -5px;
  }
}
.home-clear-skin .text-block {
  width: calc(100% - 140px);
}
@media (max-width: 1024px) {
  .home-clear-skin .text-block {
    width: calc(100% - 120px);
  }
}
@media (max-width: 992px) {
  .home-clear-skin .text-block {
    width: calc(100% - 107px);
  }
}
.home-clear-skin .text-block .home__copy {
  line-height: 21px;
  font-family: Arial, sans-serif;
}
.home-clear-skin h3.home__sub-head {
  margin-bottom: 13px;
}
.home-clear-skin .button {
  width: 222px;
  margin-bottom: 35px;
}
.home-clear-skin .home__copy {
  font-family: "ArialMT", sans-serif;
}
@media (max-width: 992px) {
  .home-clear-skin .home__copy {
    font-family: Arial, sans-serif;
    font-weight: 400;
  }
}
.home-clear-skin sub, .home-clear-skin sup {
  font-size: 50%;
  top: -6px;
}
@media (max-width: 992px) {
  .home-clear-skin .icon-autoinjector {
    margin-left: -5px;
    margin-right: 25px;
  }
}

.home-treatments {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 523px;
  padding-top: 115px;
}
.home-treatments .text-block {
  width: 405px;
}
@media (max-width: 992px) {
  .home-treatments .text-block {
    width: 410px;
  }
}
.home-treatments .button {
  width: 251px;
}
@media (max-width: 1024px) {
  .home-treatments {
    background-position: 45%;
  }
}
@media (max-width: 992px) {
  .home-treatments {
    min-height: 400px;
    padding-top: 55px;
    background-position: 35%;
  }
}
@media (max-width: 575px) {
  .home-treatments {
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 22px;
    min-height: 800px;
    background-size: cover;
    background-position: center 78%;
  }
}
@media (max-width: 575px) {
  .home-treatments {
    min-height: 628px;
    background-position: center;
  }
}
@media (max-width: 575px) {
  .home-treatments .home__sub-head {
    width: 240px;
    margin-bottom: 20px;
  }
}
.home-treatments .home__copy {
  font-family: "ArialMT", sans-serif;
}
@media (max-width: 575px) {
  .home-treatments .home__copy {
    font-weight: 400;
  }
}
.home-treatments sub, .home-treatments sup {
  font-size: 50%;
  top: -6px;
}

.not_authenticated_user .list-icon_cursor sup {
  font-size: 60%;
  top: -5px;
}
.not_authenticated_user .text-underline {
  text-decoration: underline;
}
.not_authenticated_user.tab.cta.navigate .navigate_content h2 {
  margin-bottom: 10px;
}
.not_authenticated_user.tab .button {
  width: 322px;
  margin: 0 auto;
}
.not_authenticated_user.tab.cta.navigate img {
  max-width: 171px;
}
.not_authenticated_user.tab.cta.navigate .list-icon {
  align-items: center;
}
.not_authenticated_user.tab.cta.navigate .list-icon img {
  min-width: 60px;
  max-width: 100%;
  margin: 0 20px 0 0;
}
.not_authenticated_user.tab.cta.navigate .list-icon p {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .cta.signup .row {
    flex-direction: column;
  }
}
.cta.signup .signup_header {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cta.signup .signup_header {
    max-width: 200px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 575px) {
  .cta.signup .signup_header {
    margin: 0 0 35px 0;
  }
}

.cta.navigate sup.dagger {
  top: -0.5em;
  font-size: 60%;
}

.skin-demo {
  margin: 0 -15px;
  padding-bottom: calc(65px * 0.78);
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .skin-demo {
    width: auto;
  }
}

.skin-demo-bar {
  width: 9px;
  height: 100%;
  background-color: #00B0B9;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 8%;
  transform: translateX(-50%);
}

.skin-demo-button {
  width: 56px;
  height: 56px;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 10%;
  left: 8%;
  transform: translateX(-50%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.skin-demo-button::before, .skin-demo-button::after {
  background-color: transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  display: inline-block;
}
.skin-demo-button::before {
  border-right: 10px solid #2A7475;
  transform: translateX(-10px);
}
.skin-demo-button::after {
  border-left: 10px solid #2A7475;
  transform: translateX(10px);
}

.skin-demo-frame {
  height: 250px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .skin-demo-frame {
    height: 370px;
    max-width: 100%;
  }
}

.skin-demo-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}
.skin-demo-image:first-child, .skin-demo-image.active {
  opacity: 1;
}
.skin-demo-image img {
  height: 100%;
}

.skin-demo-image--0 {
  background-image: url("./images/why-bimzelx/before-after-3-new.jpg");
}
@media (max-width: 992px) {
  .skin-demo-image--0 {
    background-image: url("./images/why-bimzelx/before-after-3-mobile.png");
  }
}

.skin-demo-image--90 {
  background-image: url("./images/why-bimzelx/before-after-2.jpg");
}
@media (max-width: 992px) {
  .skin-demo-image--90 {
    background-image: url("./images/why-bimzelx/before-after-2-mobile.png");
  }
}

.skin-demo-image--100 {
  background-image: url("./images/why-bimzelx/before-after-1.jpg");
}
@media (max-width: 992px) {
  .skin-demo-image--100 {
    background-image: url("./images/why-bimzelx/before-after-1-mobile.png");
  }
}

.skin-demo-nav {
  width: 100%;
  height: 65px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translateY(calc(65px * 0.78));
}

.skin-demo-nav__button {
  align-items: center;
  border: 0;
  color: white;
  display: flex;
  flex-basis: 33%;
  font-size: 15px;
  font-weight: bold;
  height: 65px;
  line-height: 1.1;
  max-height: calc(65px * 0.78);
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.skin-demo-nav__button:hover {
  max-height: 65px;
}
.skin-demo-nav__button:last-child {
  flex-basis: 34%;
}
.skin-demo-nav__button.active {
  max-height: 65px;
  font-size: 20px;
}

.skin-demo-nav__button--0 {
  background-color: #63666A;
}

.skin-demo-nav__button--90 {
  background-color: #2A7475;
}

.skin-demo-nav__button--100 {
  background-color: #00B0B9;
}

.skin-demo-slider {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
  width: 100%;
}
.skin-demo-slider::-webkit-slider-thumb, .skin-demo-slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
  width: 3px;
}
.skin-demo-slider::-ms-fill-lower, .skin-demo-slider::-ms-fill-upper {
  background-color: transparent;
  border: 0;
}
.skin-demo-slider::-ms-thumb {
  /* IE Range dot */
  width: 0;
  height: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}
.skin-demo-slider::-ms-track {
  /* IE Range track */
  background: transparent;
  border-color: transparent;
  border-width: 0; /* allows taller thumb */
  color: transparent;
  height: 0;
}

@media only screen and (min-width: 576px) {
  .skin-demo {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .skin-demo {
    padding-bottom: calc(67px * 0.78);
  }
  .skin-demo-frame {
    height: 370px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 780px;
  }
  .skin-demo-nav {
    width: 100%;
    height: 67px;
    transform: translateY(calc(67px * 0.78));
  }
  .skin-demo-nav__button {
    font-size: 15px;
    height: 67px;
    max-height: calc(67px * 0.78);
  }
  .skin-demo-nav__button:hover {
    max-height: 67px;
  }
  .skin-demo-nav__button.active {
    max-height: 67px;
    font-size: 20px;
  }
}
.what-is-container .page-hero {
  background-image: url("./images/what-is-bimzelx-hero_mobile.png");
  padding-bottom: 128px;
}
@media (min-width: 992px) {
  .what-is-container .page-hero {
    background-image: url("./images/what-is-bimzelx-hero.png");
    background-position: 100% 0%;
    padding-bottom: 90px;
    padding-top: 60px;
  }
}
.what-is-container .page-hero h1 {
  margin-bottom: 45px;
}
.what-is-container .page-hero .small-text {
  color: #fff;
  margin-top: 32px;
}
.what-is-container .border-bottom {
  border-bottom: 1px solid #979797;
}
.what-is-container_contentbox {
  padding: 25px 0;
}
.what-is-container_contentbox article div img {
  max-width: 100%;
}
.what-is-container_contentbox .box-header {
  color: #2A7475;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 22px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
}
.what-is-container_contentbox .box-text {
  color: #63666A;
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .what-is-container_contentbox {
    padding: 32px 0;
  }
  .what-is-container_contentbox article div img {
    margin-top: 10px;
  }
}
.what-is-container_bottombox {
  padding: 30px 0 50px 0;
}
.what-is-container_fullcontent {
  padding: 0px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .what-is-container_fullcontent {
    padding: 60px 0 50px 0;
    margin-bottom: 60px;
  }
}
.what-is-container_fullcontent .container-small {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .what-is-container_fullcontent .container-small {
    flex-direction: row;
  }
}
.what-is-container_fullcontent-block {
  flex: 0 0 100%;
  padding: 20px 0;
}
.what-is-container_fullcontent-block .gradient-text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 100%;
}
.what-is-container_fullcontent-block h2 {
  margin-top: 0px;
  letter-spacing: -1px;
}
.what-is-container_fullcontent-block h2:after {
  display: none;
}
@media (min-width: 992px) {
  .what-is-container_fullcontent-block h2 {
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .what-is-container_fullcontent-block {
    padding: 0px;
  }
  .what-is-container_fullcontent-block.flex-60 {
    flex: 0 0 60%;
  }
  .what-is-container_fullcontent-block.flex-40 {
    flex: 0 0 40%;
  }
}
.what-is-container_fullcontent:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 20px;
  background-image: url("./images/slashrow-horizontal.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  z-index: 100;
}
@media (min-width: 992px) {
  .what-is-container_fullcontent:after {
    width: 126px;
  }
}
.what-is-container_fullcontent.gradient {
  background-image: linear-gradient(90deg, #2A7475 44%, #266A8F 100%);
  padding: 65px 0px 50px 5px;
}
@media (min-width: 992px) {
  .what-is-container_fullcontent.gradient {
    padding: 50px 0px;
  }
}
.what-is-container p.brochure-text {
  margin-bottom: 36px;
}
.what-is-container p.brochure-text a {
  border-bottom: 1px solid #266A8F;
}
.what-is-container p.brochure-text a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .what-is-container p.brochure-text {
    margin-bottom: 50px;
  }
}

#about_psoriasis_hero_container .hero-breadcrumb.mobile-bread {
  max-width: 200px;
  margin: 4px 0 0 12px;
  width: 100%;
  text-align: right;
  position: initial;
  left: initial;
}
#about_psoriasis_hero_container .hero-breadcrumb-alt.mobile-bread {
  font-size: 12px;
  color: #fff;
  background-color: rgba(42, 116, 117, 0.6);
  position: absolute;
  height: 18px;
  padding: 0 5px 6px 5px;
  width: 100%;
  text-align: right;
  max-width: 126px;
  margin-left: 12px;
}
#about_psoriasis_hero_container .about-heading {
  font-family: "Barlow-MediumItalic", sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 36px;
  color: #fff;
  text-align: left;
  padding-left: 19px;
  margin-top: 69px;
}
@media (min-width: 768px) {
  #about_psoriasis_hero_container .about-heading {
    padding-left: 0;
    margin-top: 117px;
  }
}
@media (min-width: 992px) {
  #about_psoriasis_hero_container .about-heading {
    padding-left: 19px;
    margin-top: 69px;
  }
}
#about_psoriasis_hero_container .about-heading span {
  display: block;
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  font-size: 35px;
  color: #fff;
  max-width: 200px;
}
@media (min-width: 768px) {
  #about_psoriasis_hero_container .about-heading span {
    max-width: 270px;
  }
}
@media (min-width: 992px) {
  #about_psoriasis_hero_container .about-heading span {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  #about_psoriasis_hero_container .hero-breadcrumb.mobile-bread,
  #about_psoriasis_hero_container .hero-breadcrumb-alt.mobile-bread {
    display: none;
  }
  #about_psoriasis_hero_container .hero-breadcrumb {
    left: 25px;
  }
}
@media (min-width: 992px) {
  #about_psoriasis_hero_container .about-heading {
    font-size: 70px;
    margin-top: 30px;
    padding-left: 0;
    line-height: 1;
    max-width: 230px;
    margin-left: -8px;
  }
  #about_psoriasis_hero_container .about-heading span {
    font-size: 70px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #about_psoriasis_hero_container .about-heading {
    margin-top: 123px;
  }
}
#about_psoriasis_hero_container::after {
  content: unset;
}

@media (min-width: 992px) {
  #m1_understanding_plaque_psoriasis {
    min-height: 259px;
  }
}
@media (max-width: 992px) {
  #m1_understanding_plaque_psoriasis .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  #m1_understanding_plaque_psoriasis .container-fluid .gradient-container__container {
    padding-left: 0;
    padding-right: 0;
  }
}
#m1_understanding_plaque_psoriasis .gradient-container__content {
  background: linear-gradient(125deg, #2A7475 70%, #266A8F 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 39px 9px 49px 20px;
}
@media (min-width: 769px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content {
    padding: 88px 285px 75px 89px;
  }
}
#m1_understanding_plaque_psoriasis .gradient-container__content::before {
  content: "";
  background-image: url("./images/what-plaque-psoriasis/diagnols-icon.svg");
  width: 23px;
  height: 131px;
  position: absolute;
  left: -10px;
  top: 35px;
}
@media (max-width: 767px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content::before {
    content: unset;
  }
}
@media (min-width: 768px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content::before {
    top: 60px;
    left: 5px;
  }
}
@media (min-width: 992px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content {
    position: absolute;
    width: 100%;
    bottom: -214px;
    z-index: 11;
    left: 0;
  }
  #m1_understanding_plaque_psoriasis .gradient-container__content::before {
    top: 100px;
    left: -10px;
  }
}
@media (min-width: 1200px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content {
    left: 6px;
  }
}
#m1_understanding_plaque_psoriasis .gradient-container__content .row {
  margin: auto;
}
@media (max-width: 767px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content .row div:nth-child(2) {
    padding-left: 35px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content .row div:nth-child(2) {
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content .row div:nth-child(2) {
    margin-left: unset;
  }
}
#m1_understanding_plaque_psoriasis .gradient-container__content h2 {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  font-size: 23px;
  line-height: 1;
  color: #fff;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content h2 {
    font-size: 35px;
    margin-bottom: 24px;
  }
}
#m1_understanding_plaque_psoriasis .gradient-container__content p {
  font-family: "ArialMT", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}
@media (min-width: 768px) {
  #m1_understanding_plaque_psoriasis .gradient-container__content p {
    line-height: 21px;
  }
}
#m1_understanding_plaque_psoriasis .gradient-container .container {
  max-width: 1226px;
}
@media (max-width: 992px) {
  #m1_understanding_plaque_psoriasis .gradient-container .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#m1_understanding_plaque_psoriasis .gradient-container__left {
  width: 62px;
  height: 56px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  #m1_understanding_plaque_psoriasis .gradient-container__left {
    width: 160px;
    height: 144px;
    margin-bottom: 19px;
  }
}
@media (min-width: 1200px) {
  #m1_understanding_plaque_psoriasis .gradient-container__left {
    position: relative;
    bottom: 17px;
  }
}

#m2_ask_your_dermatologi {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 615px;
  margin-bottom: 31px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologi .small-container {
    margin: -31px auto 0 auto;
  }
}
#m2_ask_your_dermatologi .small-container__heading {
  font-family: "Barlow-MediumItalic", sans-serif;
  font-size: 34px;
  font-style: italic;
  color: #fff;
  line-height: 40px;
  text-transform: none;
  max-width: 370px;
  margin-bottom: 27px;
}
#m2_ask_your_dermatologi .small-container__heading span {
  font-size: 34px;
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}
@media (min-width: 768px) {
  #m2_ask_your_dermatologi .small-container__heading span {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  #m2_ask_your_dermatologi .small-container__heading {
    font-size: 35px;
    margin-bottom: 54px;
  }
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologi .small-container__heading {
    margin-bottom: 27px;
  }
}
#m2_ask_your_dermatologi .small-container__para {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 40px;
  max-width: 260px;
}
#m2_ask_your_dermatologi .small-container__para sup {
  font-size: 23px;
  top: 0;
}
@media (max-width: 992px) {
  #m2_ask_your_dermatologi .small-container__para sup {
    font-size: 19px;
  }
}
#m2_ask_your_dermatologi .small-container .button_primary {
  max-width: 217px;
  margin-left: 0;
}
#m2_ask_your_dermatologi .small-container .button_primary a {
  padding: 0 0 0 23px;
}
#m2_ask_your_dermatologi .small-container .button_primary a span {
  font-family: "Barlow-Bold", sans-serif;
}
@media (min-width: 768px) {
  #m2_ask_your_dermatologi .small-container .button_primary {
    max-width: 269px;
  }
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologi .small-container .button_primary {
    max-width: 217px;
  }
}
@media (min-width: 576px) {
  #m2_ask_your_dermatologi {
    min-height: 728px;
    background-position: center -324px;
  }
}
@media (min-width: 768px) {
  #m2_ask_your_dermatologi {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 377px;
  }
  #m2_ask_your_dermatologi .small-container__para {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 51px;
  }
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologi {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    align-items: center;
    padding-top: unset;
    margin-bottom: 48px;
  }
  #m2_ask_your_dermatologi .small-container__heading {
    font-size: 35px;
    line-height: 36px;
  }
  #m2_ask_your_dermatologi .small-container__heading span {
    font-size: 35px;
  }
  #m2_ask_your_dermatologi .small-container__para {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 40px;
  }
  #m2_ask_your_dermatologi .small-container .button_primary {
    max-width: 231px;
    margin-left: 0;
  }
  #m2_ask_your_dermatologi .small-container .button_primary a {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1500px) {
  #m2_ask_your_dermatologi {
    background-position: 0% 0%;
  }
}

#m3_location_and_severity_of_plaques .large-container {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  #m3_location_and_severity_of_plaques .large-container {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  #m3_location_and_severity_of_plaques .large-container .pl-sm-0 {
    padding-left: 0;
  }
}
#m3_location_and_severity_of_plaques .large-container__heading {
  font-size: 23px;
  line-height: 27px;
  font-family: "Barlow-ExtraBold", sans-serif;
  color: #006E76;
}
@media (min-width: 992px) {
  #m3_location_and_severity_of_plaques .large-container__heading {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 19px;
  }
}
#m3_location_and_severity_of_plaques .large-container__content__heading {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow-Bold", sans-serif;
  color: #006E76;
  margin-bottom: 9px;
}
#m3_location_and_severity_of_plaques .large-container__content__para {
  font-family: "ArialMT", sans-serif;
  line-height: 21px;
  color: #4A4A4A;
}
#m3_location_and_severity_of_plaques .large-container__content__para span {
  font-weight: bold;
}
@media (min-width: 992px) {
  #m3_location_and_severity_of_plaques .large-container__content__para {
    max-width: 162px;
  }
}
#m3_location_and_severity_of_plaques .large-container__content__bg {
  width: 355px;
  height: 329px;
  margin-top: 22px;
  margin-left: -13px;
  margin-bottom: -3px;
}
@media only screen and (min-width: 400px) {
  #m3_location_and_severity_of_plaques .large-container__content__bg {
    margin: 22px auto 3px auto;
  }
}
@media (min-width: 992px) {
  #m3_location_and_severity_of_plaques .large-container__content__bg {
    width: 443px;
    height: 329px;
    position: relative;
    bottom: 27px;
    left: -10px;
    margin: 32px auto auto;
  }
}
@media (min-width: 992px) {
  #m3_location_and_severity_of_plaques .large-container--left .large-container__content__para {
    max-width: 161px;
    float: right;
  }
}
@media (min-width: 992px) {
  #m3_location_and_severity_of_plaques .large-container .severity-container {
    margin-left: 5px;
  }
}

#m4_how_to_measure .container {
  max-width: 1261px;
  padding-left: 0;
  padding-right: 0;
}
#m4_how_to_measure .m4_how_to_measure__container {
  background: #EBF2F3;
  padding: 50px 16px 58px 35px;
  position: relative;
}
@media (min-width: 992px) {
  #m4_how_to_measure .m4_how_to_measure__container {
    padding: 50px 80px 40px 167px;
  }
}
@media (min-width: 1200px) {
  #m4_how_to_measure .m4_how_to_measure__container {
    left: -8px;
  }
}
#m4_how_to_measure .m4_how_to_measure__container::after {
  content: "";
  background-image: url("./images/what-plaque-psoriasis/horizontal-diagnols-icon.svg");
  width: 23px;
  height: 131px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: rotate(90deg);
  z-index: 1;
}
@media (min-width: 576px) {
  #m4_how_to_measure .col--left__right {
    position: relative;
    top: 4px;
    left: -24px;
  }
}
#m4_how_to_measure .col--right {
  position: relative;
  left: 4px;
}
#m4_how_to_measure .icon-bg {
  width: 67px;
  height: 96px;
}
@media (max-width: 992px) {
  #m4_how_to_measure .icon-bg {
    margin: auto;
  }
}
#m4_how_to_measure h3 {
  font-size: 23px;
  line-height: 26px;
  font-family: "Barlow-Bold", sans-serif;
  color: #006E76;
  margin-bottom: 19px;
}
@media (max-width: 992px) {
  #m4_how_to_measure h3 {
    margin-top: 57px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #m4_how_to_measure h3 {
    max-width: 330px;
  }
}
#m4_how_to_measure .para {
  line-height: 20px;
  color: #4A4A4A;
  font-family: "ArialMT", sans-serif;
}
@media (min-width: 992px) {
  #m4_how_to_measure .para {
    max-width: 330px;
  }
}
#m4_how_to_measure .para--title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow-Bold", sans-serif;
  color: #006E76;
  margin-bottom: 11px;
}
#m4_how_to_measure .primary-list {
  padding-left: 8px;
}
@media (min-width: 992px) {
  #m4_how_to_measure .primary-list {
    padding-left: 0;
  }
}
#m4_how_to_measure .primary-list li {
  font-size: 16px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  color: #4A4A4A;
  list-style: none;
  position: relative;
  padding: 0 0 4px 9px;
}
@media (min-width: 992px) {
  #m4_how_to_measure .primary-list li {
    font-size: 14px;
    line-height: 18px;
  }
}
#m4_how_to_measure .primary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: #006E76;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#m5_track_your_plaque .container {
  max-width: 1261px;
  padding-left: 0;
  padding-right: 0;
}
#m5_track_your_plaque .m5_track_your_plaque__container {
  background: linear-gradient(125deg, #2A7475 70%, #266A8F 100%);
  padding: 50px 35px 27px 35px;
}
@media (min-width: 992px) {
  #m5_track_your_plaque .m5_track_your_plaque__container {
    padding: 50px 78px 61px 78px;
  }
}
@media (min-width: 1024px) {
  #m5_track_your_plaque .m5_track_your_plaque__container {
    padding: 48px 146px 61px 168px;
  }
}
@media (min-width: 1200px) {
  #m5_track_your_plaque .m5_track_your_plaque__container {
    position: relative;
    left: -8px;
  }
}
#m5_track_your_plaque h3 {
  font-size: 23px;
  line-height: 1;
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  color: #fff;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  #m5_track_your_plaque h3 {
    padding-left: 40px;
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  #m5_track_your_plaque h3 {
    margin-bottom: 32px;
    padding-left: unset;
  }
}
#m5_track_your_plaque .icon-circle-one {
  width: 81px;
  height: 81px;
}
@media (max-width: 992px) {
  #m5_track_your_plaque .icon-circle-one {
    margin: auto;
    margin-bottom: 30px;
  }
}
#m5_track_your_plaque .icon-circle-two {
  width: 81px;
  height: 81px;
}
@media (max-width: 992px) {
  #m5_track_your_plaque .icon-circle-two {
    margin: auto;
    margin-bottom: 30px;
  }
}
#m5_track_your_plaque p {
  font-family: "ArialMT", sans-serif;
}
#m5_track_your_plaque .text-white {
  color: #fff;
}
@media (min-width: 992px) {
  #m5_track_your_plaque .text-white {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  #m5_track_your_plaque .col--left .text-white {
    margin: 15px 0 0 -30px;
  }
}
@media (min-width: 992px) {
  #m5_track_your_plaque .col--left .text-white {
    max-width: 250px;
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1200px) {
  #m5_track_your_plaque .col--left .text-white {
    margin: unset;
  }
}
@media (min-width: 992px) {
  #m5_track_your_plaque .col--right {
    position: relative;
    left: -7px;
  }
}
@media (min-width: 768px) {
  #m5_track_your_plaque .col--right .text-white {
    margin: 15px 0 0 -30px;
  }
}
@media (min-width: 992px) {
  #m5_track_your_plaque .col--right .text-white {
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1200px) {
  #m5_track_your_plaque .col--right .text-white {
    margin: unset;
  }
}

#m6_causes_triggers {
  padding: 52px 0 31px 0;
}
@media (min-width: 992px) {
  #m6_causes_triggers {
    padding: 48px 0 49px 0;
  }
}
#m6_causes_triggers .container-small {
  padding-left: 19px;
  padding-right: 6px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .container-small {
    max-width: 940px;
    padding-left: 0;
    padding-right: 0;
  }
}
#m6_causes_triggers h2 {
  font-size: 23px;
  line-height: 27px;
  font-family: "Barlow-ExtraBold", sans-serif;
  color: #006E76;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #m6_causes_triggers h2 {
    font-size: 30px;
    line-height: 37px;
  }
}
#m6_causes_triggers p {
  color: #4A4A4A;
  line-height: 20px;
  font-family: "ArialMT", sans-serif;
}
#m6_causes_triggers h3 {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow-Bold", sans-serif;
  color: #006E76;
  margin-bottom: 0;
}
#m6_causes_triggers .para--title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Barlow-Bold", sans-serif;
  color: #006E76;
}
#m6_causes_triggers .title-continer {
  display: flex;
  align-items: flex-start;
  margin: 40px 0 24px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .title-continer {
    margin: 48px 0 30px;
  }
}
#m6_causes_triggers .title-continer svg {
  margin-right: 16px;
}
#m6_causes_triggers .stress-icon {
  width: 68px;
  height: 73px;
  margin: auto;
  margin: 5px auto 19px auto;
}
@media (min-width: 992px) {
  #m6_causes_triggers .stress-icon {
    margin: 5px auto 30px auto;
  }
}
#m6_causes_triggers .weather-icon {
  width: 68px;
  height: 78px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .weather-icon {
    margin: auto;
  }
}
#m6_causes_triggers .infections-icon {
  width: 69px;
  height: 69px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .infections-icon {
    margin: auto;
  }
}
#m6_causes_triggers .skin-icon {
  width: 69px;
  height: 67px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .skin-icon {
    margin: auto;
  }
}
#m6_causes_triggers .col--left {
  position: relative;
  margin-bottom: 71px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--left {
    margin-bottom: unset;
  }
}
#m6_causes_triggers .col--left::after {
  content: "";
  background-image: url("./images/what-plaque-psoriasis/vertical-divider.svg");
  width: 329px;
  height: 15px;
  position: absolute;
  bottom: -29px;
}
@media (min-width: 768px) {
  #m6_causes_triggers .col--left::after {
    right: 200px;
  }
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--left::after {
    background-image: url("./images/what-plaque-psoriasis/horizontal-divider.svg");
    width: 15px;
    height: 329px;
    position: absolute;
    top: 6px;
    right: -40px;
    bottom: unset;
  }
}
#m6_causes_triggers .col--left .para--title {
  text-align: center;
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--left .para--title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--right {
    position: relative;
    left: 59px;
  }
}
#m6_causes_triggers .col--right__one {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--right__one {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--right__one .para--sub-title {
    max-width: 290px;
  }
}
#m6_causes_triggers .col--right__two {
  margin-bottom: 53px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--right__two {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--right__two .para--sub-title {
    max-width: 290px;
  }
}
@media (min-width: 992px) {
  #m6_causes_triggers .col--right__three .para--sub-title {
    max-width: 300px;
  }
}
#m6_causes_triggers .primary-list {
  padding-left: 3px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .primary-list {
    padding-left: 0;
  }
}
#m6_causes_triggers .primary-list li {
  font-size: 16px;
  line-height: 21px;
  font-family: Arial, sans-serif;
  color: #4A4A4A;
  list-style: none;
  position: relative;
  padding: 0 0 6px 9px;
}
@media (min-width: 992px) {
  #m6_causes_triggers .primary-list li {
    padding: 0 0 4px 9px;
  }
}
#m6_causes_triggers .primary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: #006E76;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#m6_causes_triggers .two-col-container {
  max-width: 900px;
}

#m7_facts_vs_myths {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 406px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  background-position: top;
}
#m7_facts_vs_myths .small-container {
  padding-left: 20px;
}
#m7_facts_vs_myths .small-container__heading {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  font-size: 35px;
  line-height: 36px;
  text-transform: none;
  max-width: 130px;
  margin-bottom: 17px;
  color: #fff;
  margin-top: 44px;
}
@media (min-width: 768px) {
  #m7_facts_vs_myths .small-container__heading {
    max-width: 250px;
  }
}
#m7_facts_vs_myths .small-container__para {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 40px;
  max-width: 170px;
}
@media (min-width: 768px) {
  #m7_facts_vs_myths .small-container__para {
    max-width: 310px;
  }
}
@media (min-width: 576px) {
  #m7_facts_vs_myths {
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  #m7_facts_vs_myths {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 424px;
    padding-top: 65px;
    margin-bottom: 40px;
  }
  #m7_facts_vs_myths .small-container {
    padding-left: 11px;
  }
  #m7_facts_vs_myths .small-container__heading {
    font-family: "Barlow-ExtraBold", sans-serif;
    font-size: 60px;
    line-height: 63px;
    max-width: 400px;
    margin-top: unset;
    margin-bottom: 24px;
  }
  #m7_facts_vs_myths .small-container__para {
    font-size: 23px;
    line-height: 28px;
    max-width: 350px;
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  #m7_facts_vs_myths {
    background-position: 0% 0%;
  }
}

#m8_myth_fact_section .heading {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  color: #2A7475;
  font-size: 20px;
  line-height: 27px;
  text-transform: none;
  margin: 0 auto 10px auto;
  display: table;
}
#m8_myth_fact_section .heading span {
  display: block;
  font-size: 30px;
  padding-left: 30px;
}
#m8_myth_fact_section .content {
  font-size: 16px;
  color: #63666A;
  text-align: center;
  line-height: 20px;
  margin: 0;
}
#m8_myth_fact_section .subheading {
  font-weight: 700;
  font-size: 16px;
  color: #2A7475;
  text-align: center;
  line-height: 20px;
  margin: 20px 0;
}
#m8_myth_fact_section .button.button_primary {
  max-width: 264px;
  margin: 0 auto 10px auto;
}
#m8_myth_fact_section .img-container {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
#m8_myth_fact_section .img-container article.media {
  width: 100%;
  height: auto;
  max-width: 255px;
}
#m8_myth_fact_section .img-container article.media img {
  width: 100%;
  max-width: max-content;
  height: auto;
  max-height: max-content;
}
@media (min-width: 1200px) {
  #m8_myth_fact_section .heading {
    font-size: 36px;
    line-height: 43.2px;
    margin: 0 auto 25px auto;
  }
  #m8_myth_fact_section .heading span {
    font-size: 54px;
    padding-left: 20px;
  }
  #m8_myth_fact_section .align-left {
    padding-left: 140px;
  }
  #m8_myth_fact_section .align-left .content,
  #m8_myth_fact_section .align-left .subheading {
    text-align: left;
  }
  #m8_myth_fact_section .align-left .button.button_primary {
    margin-left: 0;
  }
  #m8_myth_fact_section .img-container {
    justify-content: flex-start;
    height: 449px;
  }
  #m8_myth_fact_section .img-container article.media {
    max-width: 299px;
    margin-bottom: -105px;
  }
}

#m9_see_results {
  padding: 50px 0 64px;
}
@media (min-width: 992px) {
  #m9_see_results {
    padding: 70px 0 43px 0;
  }
}
@media (min-width: 992px) {
  #m9_see_results .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#m9_see_results p {
  font-size: 23px;
  line-height: 27px;
  font-family: "Barlow-Bold", sans-serif;
  color: #006E76;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  #m9_see_results p {
    margin-bottom: 0;
  }
}
#m9_see_results .button_secondary {
  max-width: 242px;
}
#m9_see_results .button_secondary a {
  padding: 0 0 0 70px;
}

.personalized-support .support-hero {
  padding-bottom: 0;
  background-image: url("./images/texture-waves_2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .personalized-support .support-hero {
    padding-top: 60px;
    height: 500px;
    background-size: cover;
  }
}
.personalized-support .support-hero::before {
  content: "";
  display: none;
  background-image: url("./images/vertical-slash-row.svg");
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .support-hero::before {
    display: inline-block;
    top: 82px;
    width: 38px;
    background-size: contain;
    height: 120px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .personalized-support .support-hero::before {
    display: inline-block;
    top: 336px;
    width: 26px;
    height: 242px;
  }
}
.personalized-support .support-hero .hero-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .personalized-support .support-hero .hero-container {
    flex-direction: row;
    padding: initial;
  }
}
.personalized-support .support-hero .bimzelx-navigate-logo {
  margin: 10px auto 20px auto;
}
@media (min-width: 1200px) {
  .personalized-support .support-hero .bimzelx-navigate-logo {
    margin: 0 50px 0 0;
  }
}
.personalized-support .support-hero .bimzelx-navigate-logo img {
  width: 241px;
  height: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .support-hero .bimzelx-navigate-logo img {
    width: 326px;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .support-hero .bimzelx-navigate-logo img {
    width: 436px;
    height: 225px;
  }
}
.personalized-support .support-hero .cta {
  border-top: 2px solid #2A7475;
  padding-top: 24px;
}
@media (min-width: 1200px) {
  .personalized-support .support-hero .cta {
    border-left: 3px solid #2A7475;
    border-top-width: 0;
    padding-left: 40px;
    padding-top: 0;
  }
}
.personalized-support .support-hero h1 {
  color: #2A7475;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  letter-spacing: -2.4px;
  line-height: 58px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .support-hero h1 {
    font-size: 100px;
    letter-spacing: -4px;
    line-height: 85px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .support-hero h1 {
    width: 594px;
    font-size: 100px;
    letter-spacing: -4px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .support-hero .non-header-content {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .support-hero .cta-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
  }
}
.personalized-support .support-hero p {
  font-size: 26px;
  line-height: 34px;
  margin-top: 24px;
  color: #63666A;
}
@media (min-width: 1200px) {
  .personalized-support .support-hero p {
    width: 564px;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 32px;
  }
}
.personalized-support .support-hero .button {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .support-hero .member-link {
    margin-top: 10px;
    max-width: 116px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .support-hero .member-link {
    margin-left: 14px;
    margin-bottom: 8px;
  }
}
.personalized-support .three-col-pod .pod-container {
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .three-col-pod .pod-container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .personalized-support .three-col-pod .pod-container {
    flex-direction: row;
  }
}
.personalized-support .three-col-pod .pod-container .pod {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 1200px) {
  .personalized-support .three-col-pod .pod-container .pod {
    width: 210px;
  }
}
.personalized-support .three-col-pod .pod-container .pod .media {
  display: block !important;
}
.personalized-support .three-col-pod .pod-container img {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  margin: 0 auto 24px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .three-col-pod .pod-container img {
    max-width: 80px;
    max-height: 80px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .three-col-pod .pod-container img {
    max-width: 80px;
    max-height: 80px;
  }
}
.personalized-support .three-col-pod .pod-container p {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .personalized-support .three-col-pod .pod-container p {
    margin-bottom: initial;
  }
}
.personalized-support .three-col-pod .tagline {
  text-align: center;
  margin: 30px 8px 20px;
  line-height: 37px;
}
.personalized-support .divider hr {
  display: block;
  border: 0;
  height: 15px;
  background-position: center;
  background-size: 942px;
  background-image: url("./images/hr-slash-row.svg");
  margin-top: 20px;
}
.personalized-support .side-by-side-graphic-copy.nurse-navigator {
  background-color: #F6F6F6;
}
.personalized-support .side-by-side-graphic-copy.nurse-navigator .title .script {
  top: 24px;
  left: 0;
  font-size: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .side-by-side-graphic-copy.nurse-navigator .title .script {
    top: 0;
    left: 16px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy.nurse-navigator .title .script {
    top: -6px;
    left: 16px;
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy.sbs-my-navigate .title {
    max-width: 790px;
    padding-right: 140px;
  }
}
.personalized-support .side-by-side-graphic-copy.sbs-my-navigate .title .script {
  font-size: 72px;
  top: -2px;
  left: 2px;
}
.personalized-support .side-by-side-graphic-copy .graphic-copy-container {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .side-by-side-graphic-copy .graphic-copy-container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy .graphic-copy-container {
    flex-direction: row;
  }
}
.personalized-support .side-by-side-graphic-copy .graphic-copy-container .copy p {
  padding: 0 15px;
}
.personalized-support .side-by-side-graphic-copy .graphic-copy-container.reverse {
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .side-by-side-graphic-copy .graphic-copy-container.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy .graphic-copy-container.reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .side-by-side-graphic-copy .graphic-copy-container.reverse .graphic {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy .graphic-copy-container.reverse .graphic {
    margin-left: 80px;
    margin-right: 40px;
  }
}
.personalized-support .side-by-side-graphic-copy .graphic-copy-container.reverse .title {
  margin-bottom: 46px;
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy .graphic-copy-container.reverse .title {
    margin-bottom: 16px;
  }
}
.personalized-support .side-by-side-graphic-copy .graphic-copy-container.reverse p {
  padding: 0 15px;
}
.personalized-support .side-by-side-graphic-copy .graphic {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .side-by-side-graphic-copy .graphic {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy .graphic {
    margin-right: 40px;
    margin-bottom: auto;
  }
}
.personalized-support .side-by-side-graphic-copy .graphic img {
  display: block;
  width: 195px;
  height: 195px;
}
.personalized-support .side-by-side-graphic-copy .title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #2A7475;
  line-height: 48px;
  margin-bottom: 24px;
  text-align: center;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .side-by-side-graphic-copy .title {
    padding: initial;
    text-align: left;
    min-width: 480px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy .title {
    text-align: left;
    line-height: 46px;
    padding: initial;
  }
}
.personalized-support .side-by-side-graphic-copy .title .script {
  font-family: "Northwell W00 Regular", sans-serif;
  font-size: 72px;
  display: inline-block;
  position: relative;
  top: -12px;
  left: 12px;
}
.personalized-support .side-by-side-graphic-copy .title sup {
  font-size: 15px;
  position: relative;
  top: 8px;
  font-family: Arial, sans-serif;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .side-by-side-graphic-copy .title sup {
    top: -16px;
    left: 16px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .side-by-side-graphic-copy .title sup {
    top: -17px;
    left: 16px;
  }
}
.personalized-support .side-by-side-graphic-copy ul {
  list-style: none;
  padding-left: 39px;
  padding-right: 15px;
}
.personalized-support .side-by-side-graphic-copy ul li {
  margin-bottom: 10px;
}
.personalized-support .side-by-side-graphic-copy ul li::before {
  content: "•";
  color: #2A7475;
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
}
.personalized-support .disclaimer ul {
  list-style: none;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .personalized-support .disclaimer ul {
    padding: 0 88px 40px 88px;
  }
}
.personalized-support .disclaimer ul li {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.personalized-support .program-rules {
  padding-top: 32px;
}
@media (min-width: 1200px) {
  .personalized-support .program-rules .col {
    padding: 0;
  }
}
.personalized-support .program-rules p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 0 12px 32px 12px;
}
.personalized-support .program-rules p strong {
  font-weight: 600;
}
.personalized-support .pap-section {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .personalized-support .pap-section {
    margin-top: 80px;
  }
}
.personalized-support .pap-section .title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #2A7475;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .pap-section .title {
    padding: initial;
    text-align: left;
    min-width: 480px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .pap-section .title {
    text-align: left;
    line-height: 46px;
    padding: initial;
  }
}
.personalized-support .pap-section .title sup {
  font-size: 15px;
  position: relative;
  top: 8px;
  font-family: Arial, sans-serif;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .personalized-support .pap-section .title sup {
    top: -16px;
    left: 16px;
  }
}
@media (min-width: 1200px) {
  .personalized-support .pap-section .title sup {
    top: -17px;
    left: 16px;
  }
}
.personalized-support .pap-section .divider {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .personalized-support .pap-section .divider {
    margin-top: 80px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .personalized-support .pap-section .divider + p {
    text-align: center;
  }
}
.personalized-support .pap-section .divider + p > svg {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .personalized-support .pap-section .divider + p > svg {
    margin-bottom: 12px;
  }
}
.personalized-support .pap-section .button.button_primary {
  margin-top: 50px;
}
.personalized-support .pap-section .contact-section {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(42, 116, 117, 0.5);
}
@media (max-width: 768px) {
  .personalized-support .pap-section .contact-section {
    padding-bottom: 55px;
  }
}
.personalized-support .pap-section .contact-section .col-12 {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .personalized-support .pap-section .contact-section .col-12 {
    flex-direction: column;
    align-items: flex-start;
  }
  .personalized-support .pap-section .contact-section .col-12 .contact-side {
    margin-bottom: 40px;
  }
}
.personalized-support .pap-section .contact-section a {
  margin-left: 15px;
  margin-right: 20px;
}
.personalized-support .pap-section .mid-header {
  font-family: "Barlow Condensed", sans-serif;
  color: #2A7475;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.9px;
  margin-top: 60px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .personalized-support .pap-section .mid-header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .personalized-support .pap-section ul {
    margin-bottom: 0;
  }
  .personalized-support .pap-section ul li {
    margin-bottom: 10px;
  }
}

.full-width-cta {
  background-image: url("./images/about-background.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .full-width-cta {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .full-width-cta {
    display: flex;
    justify-content: center;
  }
}
.full-width-cta .full-width-cta-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .full-width-cta .full-width-cta-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .full-width-cta .full-width-cta-container {
    flex-direction: row;
    margin: 56px auto 28px auto;
  }
}
.full-width-cta .full-width-cta-logo .media {
  justify-content: center;
}
.full-width-cta .full-width-cta-logo img {
  width: 268px;
  height: 139px;
  display: block;
  margin: 0 auto 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .full-width-cta .full-width-cta-logo img {
    margin-right: 40px;
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .full-width-cta .full-width-cta-logo img {
    margin-right: 40px;
    margin-top: auto;
  }
  .user-logged-in .full-width-cta .full-width-cta-logo img {
    margin-left: 10px;
  }
}
.full-width-cta .copy {
  padding: 30px 0px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .full-width-cta .copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: initial;
  }
}
@media (min-width: 1200px) {
  .full-width-cta .copy {
    display: flex;
    padding: initial;
  }
}
.full-width-cta .tagline {
  min-height: 85px;
}
@media (min-width: 1200px) {
  .full-width-cta .tagline {
    min-height: auto;
    margin-top: 35px;
    margin-right: 80px;
  }
}
.personalized-support .full-width-cta .tagline {
  margin-right: 60px;
}
@media (min-width: 1200px) {
  .personalized-support .full-width-cta .tagline {
    margin-top: 46px;
  }
}
.personalized-support .full-width-cta .tagline.user-logged-in {
  margin-right: auto;
}
.what-is-plaque-psoriasis .full-width-cta .tagline {
  max-width: 430px;
  margin-right: 40px;
}
@media desktop {
  .what-is-plaque-psoriasis .full-width-cta .tagline {
    margin-top: 42px;
  }
}
.what-is-plaque-psoriasis .full-width-cta .tagline.user-logged-in {
  margin-right: auto;
}
.bimzelx-dosing .full-width-cta .tagline {
  max-width: 360px;
  margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .bimzelx-dosing .full-width-cta .tagline {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .bimzelx-dosing .full-width-cta .tagline {
    margin-top: 12px;
  }
}
.bimzelx-dosing .full-width-cta .tagline.user-logged-in {
  margin-right: auto;
}
.what-is-plaque-psoriasis .full-width-cta .full-width-cta-actions {
  margin-left: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .full-width-cta .full-width-cta-actions {
    padding-top: 20px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .full-width-cta .full-width-cta-actions {
    padding-top: 40px;
    margin-left: auto;
  }
}
.full-width-cta .full-width-cta-actions .button {
  display: inline-block;
}
.full-width-cta .full-width-cta-actions .button a {
  padding-right: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .full-width-cta .full-width-cta-actions .button a {
    padding-right: initial;
  }
}
@media (min-width: 1200px) {
  .full-width-cta .full-width-cta-actions .button a {
    padding-right: initial;
  }
}
.full-width-cta .full-width-cta-actions .button svg {
  margin-right: 10px;
}
.what-is-plaque-psoriasis .full-width-cta .full-width-cta-actions .button svg {
  margin-left: 4px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .full-width-cta .member-link {
    margin-top: 16px;
    margin-bottom: 0;
  }
}

.member-link {
  margin-top: 8px;
  margin-bottom: 60px;
  display: table;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .member-link {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .member-link {
    margin-top: 16px;
  }
}
.member-link:hover {
  text-decoration: none;
}
.member-link:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -2px;
  left: 0;
  width: 100%;
  background-color: #336699;
}

.forgot-link {
  color: #2A7475;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.login-container {
  background-image: url("../resources/assets/images/login-background-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  height: auto;
  background-color: #F6F6F6;
}
@media (min-width: 992px) {
  .login-container {
    background-image: url("../resources/assets/images/login-background.png");
    position: relative;
  }
  .login-container::before {
    content: "";
    background: url("../resources/assets/images/vertical-slash-row.svg");
    position: absolute;
    left: 0;
    display: inline-block;
    top: 256px;
    width: 26px;
    height: 242px;
  }
}
.login-container_wrap {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(21, 79, 80, 0.12);
  border-radius: 9px;
  margin: 15px 0 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .login-container_wrap {
    margin: 65px 0 65px 0;
  }
}
@media (min-width: 1199px) {
  .login-container_wrap {
    padding: 0;
    margin: 65px 0 95px;
  }
}
.login-container_wrap .row {
  margin: 8px;
}
@media (min-width: 768px) {
  .login-container_wrap .row {
    margin: 15px;
  }
}
.login-container_wrap .row .right-block {
  padding: 36px 34px 27px 31px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .login-container_wrap .row .right-block {
    padding: 0 45px;
  }
}
.login-container_wrap .row .right-block .cta {
  padding: 0;
}
@media (min-width: 768px) {
  .login-container_wrap .row .right-block .cta {
    padding: 27px 0 0;
  }
}
.login-container_wrap .row .right-block .submit-buttons {
  margin-top: 40px;
}
.login-container_wrap .row .right-block.step-two {
  max-width: 80%;
  text-align: center;
}
.login-container_wrap .row .right-block.step-two h4 {
  font-family: "Barlow Condensed";
  color: #2A7475;
  font-size: 36px;
  line-height: 37px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}
.login-container_wrap .row .right-block.step-two .verification-code input {
  margin-left: auto;
  margin-right: auto;
}
.login-container_wrap .row .right-block.step-two .submit-buttons .form-actions {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.login-container_wrap .row .right-block.step-two .submit-buttons .form-actions button {
  margin-left: auto;
  margin-right: auto;
}
.login-container_wrap .row .right-block.step-two .submit-buttons .webform-button--previous {
  background-color: transparent;
  order: 12;
  border: none;
  margin-top: 15px;
  color: #2A7475;
  font-weight: bold;
  text-decoration: underline;
}
.login-container_wrap .row .right-block.step-two .submit-buttons .webform-button--previous:hover {
  text-decoration: none;
}
.login-container_wrap .row .right-block.step-two form .form-type-radio {
  margin-left: 0;
}
.login-container_wrap .row .right-block .img {
  margin: 30px auto 30px;
  display: block;
  max-width: 220px;
}
@media (min-width: 768px) {
  .login-container_wrap .row .right-block .img {
    max-width: 320px;
    margin: 52px auto 30px;
  }
}
.login-container_wrap .row .right-block form {
  padding: 0;
  max-width: 330px;
}
@media (min-width: 768px) {
  .login-container_wrap .row .right-block form {
    max-width: 460px;
    margin: 0 auto 80px;
  }
}
.login-container_wrap .row .right-block form .form-item {
  position: relative;
}
.login-container_wrap .row .right-block form .form-item--error-message {
  color: #AF0000;
  font-weight: 400;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-bottom: 6px;
}
.login-container_wrap .row .right-block form .form-item--error-message:before {
  display: none;
}
.login-container_wrap .row .right-block form .form-item label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #888B8D;
  margin-bottom: 5px;
}
.login-container_wrap .row .right-block form .form-item label.error-label {
  color: #AF0000;
}
.login-container_wrap .row .right-block form .form-item label.error {
  color: #AF0000;
  font-weight: 400;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-bottom: 6px;
}
.login-container_wrap .row .right-block form .form-item label:after {
  display: none;
}
.login-container_wrap .row .right-block form .form-item label + .custom-border-selected {
  display: none;
}
.login-container_wrap .row .right-block form .form-item label[for=edit-password] + .custom-border-selected {
  display: block;
  background-image: url("../resources/assets/images/eye.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 44px;
  right: 20px;
  cursor: pointer;
}
.login-container_wrap .row .right-block form .form-item input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .login-container_wrap .row .right-block form .form-item input {
    margin-bottom: 24px;
  }
}
.login-container_wrap .row .right-block form .form-item input.error {
  border-width: 2px;
  border-color: #AF0000;
  margin-bottom: 0;
}
.login-container_wrap .row .right-block form .form-item input + span {
  color: #AF0000;
  font-size: 14px;
  font-family: Arial, sans-serif;
  display: inline-block;
  margin-bottom: 6px;
}
.login-container_wrap .row .right-block form .form-item div.description {
  display: none;
}
.login-container_wrap .row .right-block form .forgot-email-wrapper .form-item input {
  margin-bottom: 0;
}
.login-container_wrap .row .right-block form legend .form-required {
  font-weight: normal;
  color: #63666A;
  font-style: italic;
}
.login-container_wrap .row .right-block form legend .form-required:after {
  display: none;
}
.login-container_wrap .row .right-block form div.form-type-radio {
  position: relative;
  width: auto;
  border: 1px solid rgba(151, 151, 151, 0.2);
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  padding: 9px 20px 7px 20px;
  margin: 10px 20px;
  position: relative;
}
.login-container_wrap .row .right-block form div.form-type-radio label {
  color: #63666A;
  margin: 0px;
  outline: none;
  padding-left: 25px;
}
.login-container_wrap .row .right-block form div.form-type-radio input[type=radio] {
  width: 0;
  opacity: 0;
}
.login-container_wrap .row .right-block form div.form-type-radio input[type=radio] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #2A7475;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
}
.login-container_wrap .row .right-block form div.form-type-radio input[type=radio] + label:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #00B0B9;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: 19px;
}
.login-container_wrap .row .right-block form div.form-type-radio input[type=radio]:checked + label:after {
  display: block;
}
.login-container_wrap .row .right-block form div.form-type-radio input[type=radio]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: 40px;
  border-radius: 4px;
  pointer-events: none;
}
.login-container_wrap .row .right-block h4 {
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 20px 0;
  text-transform: none;
  color: #2A7475;
  letter-spacing: -1px;
}
.login-container_wrap .row .right-block .button {
  margin-bottom: 20px;
}
.login-container_wrap .row .right-block .link-text {
  display: block;
  margin-top: 10px;
  color: #2A7475;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 500;
}
.login-container_wrap .row .left-block {
  background: #DBF0F0;
  padding: 36px 34px 27px 31px;
  border-radius: 5px;
  margin: 8px auto 8px;
}
@media (min-width: 768px) {
  .login-container_wrap .row .left-block {
    margin: 15px auto 15px;
    padding: 90px 45px 0;
  }
}
.login-container_wrap .row .left-block h4 {
  font-family: "Barlow-Bold", sans-serif;
  font-weight: 700;
  color: #2A7475;
  line-height: 42px;
  font-size: 32px;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 0px;
  letter-spacing: 0.5px;
}
.login-container_wrap .row .left-block h4 + h4 {
  display: none;
}
.login-container_wrap .row .left-block p {
  text-transform: none;
  color: #63666A;
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 34px;
  letter-spacing: 0.3px;
}
.login-container_wrap .row .left-block .link-text {
  display: block;
  margin-top: 10px;
  color: #2A7475;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 500;
}
.login-container_wrap .row .left-block .button_primary {
  margin-bottom: 24px;
}
.login-container_wrap a.left-block_flex-link {
  color: #2a7475;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  margin-bottom: 34px;
}
.login-container_wrap div#edit-forgot-password {
  margin: 0;
  padding-bottom: 17px;
}
.login-container_wrap input#edit-password {
  margin-bottom: 0px;
}
.login-container_wrap div#login-block {
  padding-top: 26px;
}
.login-container .button {
  width: unset;
  border: 2px solid #BDDC04;
  display: table;
  border-radius: 4px;
  font-size: 18px;
  margin-right: 1em;
  margin-left: 0;
  position: relative;
  transition: border-color 0.25s linear;
  z-index: 20;
}
.login-container .button svg {
  right: 1em;
  top: 1em;
  max-height: 16px;
  max-width: 30px;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 767px) {
  .login-container .button {
    margin-right: 0px;
    margin-bottom: 0.8em;
  }
}
.login-container .button a {
  height: unset;
  padding: 8px;
  display: block;
  font-family: "Barlow-Bold", sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: color 0.25s linear;
}
.login-container .button a:hover {
  color: #000;
  cursor: pointer;
}
.login-container .button a:hover svg {
  fill: #000;
}
.login-container .button a:hover:before {
  right: 10px;
}
.login-container .button a:hover:after {
  width: 100%;
}
.login-container .button_strong {
  border: 2px solid #BDDC04;
  background: #BDDC04;
}
.login-container .button_strong a {
  color: #2A7475;
}
.login-container .button_strong svg {
  fill: #2A7475;
  stroke: #2A7475;
  color: #2A7475;
}
.login-container .button_strong svg g {
  fill: #2A7475;
  color: #2A7475;
}
.login-container .button_strong:hover {
  border: 2px solid #00B0B9;
  background: #00B0B9;
}
.login-container .button_strong:hover a {
  color: #fff;
}
.login-container .button_strong:hover svg {
  fill: #fff;
  stroke: #fff;
  color: #fff;
}
.login-container .button_strong:hover svg g {
  fill: #fff;
  color: #fff;
}
.login-container .button_right svg {
  margin-left: 10px;
  top: 1.2em;
}
.login-container .button_right:after {
  content: " ";
  display: block;
  width: 0%;
  height: 100%;
  left: 0%;
  top: 0px;
  z-index: -1;
  position: absolute;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
.login-container .button_right:hover:after {
  width: 100%;
  left: 0;
}
.login-container .button_right:hover svg {
  transform: translateX(0.5em);
}
.login-container button {
  font-family: "Barlow-Bold", sans-serif;
  font-weight: 700;
}
.login-container button.button_right:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 15px;
  width: 30px;
  height: 12px;
  background-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
.login-container button.button_strong {
  color: #2A7475;
}
.login-container button.button_strong:hover, .login-container button.button_strong:focus {
  color: #fff;
}
.login-container button.button_strong:hover:before, .login-container button.button_strong:focus:before {
  transform: translateX(0.5em);
}

.welcome-to-my-navigate {
  margin: 24px auto 0 auto;
  display: none;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .welcome-to-my-navigate {
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .welcome-to-my-navigate {
    margin-top: 32px;
    margin-bottom: 0;
    display: flex;
  }
}
.welcome-to-my-navigate .my-navigate-logo-sm {
  width: 193px;
  height: 126px;
  display: block;
}
@media (min-width: 1200px) {
  .welcome-to-my-navigate .my-navigate-logo-sm {
    display: none;
  }
}
.welcome-to-my-navigate .my-navigate-logo-lg {
  width: 568px;
  height: 154px;
  display: none;
}
@media (min-width: 1200px) {
  .welcome-to-my-navigate .my-navigate-logo-lg {
    display: block;
  }
}
.welcome-to-my-navigate + div {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .welcome-to-my-navigate + div {
    padding: initial;
  }
}
@media (min-width: 1200px) {
  .welcome-to-my-navigate + div {
    padding: initial;
  }
}

.webform-progress {
  margin: 30px 20px auto 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress {
    margin: 60px auto auto auto;
  }
}
@media (min-width: 1200px) {
  .webform-progress {
    margin-top: 40px auto auto auto;
  }
}
.webform-progress hr {
  max-width: 210px;
  width: auto;
  height: 2px;
  background-color: #B1B3B3;
  margin: 18px -32px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress hr {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .webform-progress hr {
    max-width: none;
    height: 3px;
    margin: 18px -18px 18px;
  }
}

.webform-progress-tracker.progress-tracker {
  display: flex;
  padding: 0;
  list-style: none;
  max-width: 370px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress-tracker.progress-tracker {
    max-width: 580px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .webform-progress-tracker.progress-tracker {
    max-width: 670px;
    margin: 0 auto;
  }
}
.webform-progress-tracker.progress-tracker .progress-step {
  margin: 0;
  padding: 0;
  max-width: 118px;
  min-width: 102px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress-tracker.progress-tracker .progress-step {
    min-width: auto;
  }
}
@media (min-width: 1200px) {
  .webform-progress-tracker.progress-tracker .progress-step {
    min-width: auto;
  }
}
.webform-progress-tracker.progress-tracker .progress-step .progress-text {
  color: #B1B3B3;
  display: block;
  font-size: 16px;
  line-height: 18px;
}
.webform-progress-tracker.progress-tracker .progress-step.is-active .progress-text, .webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-text {
  color: #2A7475;
}
.webform-progress-tracker.progress-tracker .progress-step.is-active .progress-marker, .webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker {
  color: #2A7475;
  border-color: #2A7475;
}
.webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker {
  background-image: url("./images/is-complete-marker.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-width: 0;
  border-radius: unset;
}
.webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker::before {
  content: "";
}
.webform-progress-tracker.progress-tracker .progress-step.is-complete .progress-marker::after {
  background-color: transparent;
}
.webform-progress-tracker.progress-tracker .progress-step.is-complete + .separator hr {
  background-color: #2A7475;
}
.webform-progress-tracker.progress-tracker .progress-step:not(.is-active) .progress-marker::before {
  background-color: transparent;
}
.webform-progress-tracker.progress-tracker .progress-step:nth-child(1) .progress-marker {
  margin-left: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress-tracker.progress-tracker .progress-step:nth-child(1) .progress-marker {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .webform-progress-tracker.progress-tracker .progress-step:nth-child(1) .progress-marker {
    margin-left: auto;
  }
}
.webform-progress-tracker.progress-tracker .progress-step:nth-child(5) .progress-marker {
  margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress-tracker.progress-tracker .progress-step:nth-child(5) .progress-marker {
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .webform-progress-tracker.progress-tracker .progress-step:nth-child(5) .progress-marker {
    margin-right: auto;
  }
}
.webform-progress-tracker.progress-tracker .progress-text {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress-tracker.progress-tracker .progress-text {
    padding-top: 12px;
  }
}
.webform-progress-tracker.progress-tracker .progress-title {
  margin-top: 0;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}
.webform-progress-tracker.progress-tracker .separator {
  flex: 1;
}
.webform-progress-tracker.progress-tracker .separator:last-child {
  display: none;
}
.webform-progress-tracker.progress-tracker .separator:nth-child(2) hr {
  max-width: 78px;
  margin-left: -34px;
  margin-right: -36px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress-tracker.progress-tracker .separator:nth-child(2) hr {
    max-width: 168px;
    margin-left: -26px;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .webform-progress-tracker.progress-tracker .separator:nth-child(2) hr {
    max-width: 204px;
    margin-left: -24px;
    margin-right: auto;
  }
}
.webform-progress-tracker.progress-tracker .separator:nth-child(4) hr {
  max-width: 70px;
  margin-left: -28px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .webform-progress-tracker.progress-tracker .separator:nth-child(4) hr {
    max-width: 168px;
    margin-left: -26px;
  }
}
@media (min-width: 1200px) {
  .webform-progress-tracker.progress-tracker .separator:nth-child(4) hr {
    max-width: 204px;
    margin-left: -24px;
  }
}
.webform-progress-tracker.progress-tracker .progress-marker {
  border: 3px solid #B1B3B3;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  color: #B1B3B3;
}
.webform-progress-tracker.progress-tracker .progress-marker::before {
  content: attr(data-text);
  background-color: transparent;
}
.webform-progress-tracker.progress-tracker .progress-marker::after {
  background-color: transparent;
}

#my-navigate-registration-form,
#prospect-registration-form {
  background-image: url("./images/login-background-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
}
#my-navigate-registration-form .form-item--error-message:before,
#prospect-registration-form .form-item--error-message:before {
  display: none;
}
#my-navigate-registration-form .form-item--error-message label.error,
#prospect-registration-form .form-item--error-message label.error {
  color: #af0000 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  margin: 6px 0 0;
}
#my-navigate-registration-form .form-item--error label,
#prospect-registration-form .form-item--error label {
  color: #af0000 !important;
}
#my-navigate-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax,
#prospect-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax {
  box-shadow: 0 0 20px 0 rgba(21, 79, 80, 0.12);
  background-color: #FFFFFF;
  padding-top: 32px;
  margin-top: 25px;
  margin-bottom: 32px;
}
#my-navigate-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax #edit-currently-prescribed--wrapper.error-label,
#prospect-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax #edit-currently-prescribed--wrapper.error-label {
  position: relative;
  padding-top: 40px;
}
#my-navigate-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax #edit-currently-prescribed--wrapper.error-label legend.error,
#prospect-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax #edit-currently-prescribed--wrapper.error-label legend.error {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #my-navigate-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax #edit-currently-prescribed--wrapper.error-label legend.error,
  #prospect-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax #edit-currently-prescribed--wrapper.error-label legend.error {
    position: static;
    margin-bottom: 0;
    left: 0;
    transform: translateX(0);
  }
}
#my-navigate-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax #edit-currently-prescribed--wrapper.error-label #currently_prescribed-error,
#prospect-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax #edit-currently-prescribed--wrapper.error-label #currently_prescribed-error {
  top: -135px;
}
#my-navigate-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax .error-label p,
#prospect-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax .error-label p {
  color: #AF0000;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax,
  #prospect-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax {
    padding-top: 50px;
    margin-top: 25px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax,
  #prospect-registration-form #webform-submission-patient-registration-paragraph-33-form-ajax {
    padding-top: 50px;
    margin: 35px 0 55px 0;
  }
}
#my-navigate-registration-form .title,
#prospect-registration-form .title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #2A7475;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 37px;
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .title,
  #prospect-registration-form .title {
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
#my-navigate-registration-form .subtitle,
#prospect-registration-form .subtitle {
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
}
#my-navigate-registration-form .required-field-msg,
#prospect-registration-form .required-field-msg {
  font-style: italic;
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .required-field-msg,
  #prospect-registration-form .required-field-msg {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#my-navigate-registration-form .form-required:after,
#prospect-registration-form .form-required:after {
  display: none;
}
#my-navigate-registration-form fieldset,
#prospect-registration-form fieldset {
  position: relative;
}
#my-navigate-registration-form fieldset > legend,
#prospect-registration-form fieldset > legend {
  text-align: center;
  color: #2A7475;
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form fieldset > legend,
  #prospect-registration-form fieldset > legend {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form fieldset > legend,
  #prospect-registration-form fieldset > legend {
    max-width: 380px;
  }
}
#my-navigate-registration-form fieldset.error-label > legend,
#prospect-registration-form fieldset.error-label > legend {
  color: #AF0000;
  margin-bottom: 40px;
}
#my-navigate-registration-form fieldset[data-drupal-selector=edit-currently-prescribed] > legend,
#prospect-registration-form fieldset[data-drupal-selector=edit-currently-prescribed] > legend {
  margin-bottom: 12px;
}
#my-navigate-registration-form fieldset[data-drupal-selector=edit-currently-prescribed].error-label > legend,
#prospect-registration-form fieldset[data-drupal-selector=edit-currently-prescribed].error-label > legend {
  margin-bottom: 40px;
}
#my-navigate-registration-form fieldset[data-drupal-selector=edit-currently-prescribed] .error,
#prospect-registration-form fieldset[data-drupal-selector=edit-currently-prescribed] .error {
  max-width: 380px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  color: #AF0000;
  text-align: center;
  line-height: 10px;
  position: relative;
  top: -146px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form fieldset[data-drupal-selector=edit-currently-prescribed] .error,
  #prospect-registration-form fieldset[data-drupal-selector=edit-currently-prescribed] .error {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form fieldset[data-drupal-selector=edit-currently-prescribed] .error,
  #prospect-registration-form fieldset[data-drupal-selector=edit-currently-prescribed] .error {
    max-width: 380px;
  }
}
#my-navigate-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend,
#prospect-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend {
  max-width: 390px;
  line-height: 18px;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend,
  #prospect-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend {
    padding: initial;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend,
  #prospect-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend {
    padding: initial;
  }
}
#my-navigate-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend p,
#prospect-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend p {
  font-style: italic;
  margin-bottom: 6px;
}
#my-navigate-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend p:last-child,
#prospect-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend p:last-child {
  padding-bottom: 10px;
}
#my-navigate-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend .optional-text,
#prospect-registration-form fieldset[data-drupal-selector=edit-treatment-method] > legend .optional-text {
  font-style: italic;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  color: #2A7475;
}
#my-navigate-registration-form fieldset .fieldset-wrapper,
#prospect-registration-form fieldset .fieldset-wrapper {
  padding: 0 22px;
}
#my-navigate-registration-form fieldset .form-radios,
#prospect-registration-form fieldset .form-radios {
  margin: 0 auto;
  max-width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form fieldset .form-radios,
  #prospect-registration-form fieldset .form-radios {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form fieldset .form-radios,
  #prospect-registration-form fieldset .form-radios {
    max-width: 380px;
  }
}
#my-navigate-registration-form fieldset .form-type-checkbox,
#prospect-registration-form fieldset .form-type-checkbox {
  margin: 0 auto;
  max-width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form fieldset .form-type-checkbox,
  #prospect-registration-form fieldset .form-type-checkbox {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form fieldset .form-type-checkbox,
  #prospect-registration-form fieldset .form-type-checkbox {
    max-width: 380px;
  }
}
#my-navigate-registration-form fieldset .form-item,
#prospect-registration-form fieldset .form-item {
  border: 1px solid #97A3AE;
  border-radius: 4px;
  padding: 4px 8px;
  min-height: 40px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
#my-navigate-registration-form fieldset label,
#prospect-registration-form fieldset label {
  color: #63666A;
  margin-bottom: 0;
  margin-left: 30px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
#my-navigate-registration-form fieldset input[type=radio],
#prospect-registration-form fieldset input[type=radio] {
  width: 0;
  opacity: 0;
}
#my-navigate-registration-form fieldset input[type=radio] + label:before,
#prospect-registration-form fieldset input[type=radio] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #2A7475;
  border-radius: 50%;
  position: absolute;
  left: -30px;
}
#my-navigate-registration-form fieldset input[type=radio] + label:after,
#prospect-registration-form fieldset input[type=radio] + label:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #00B0B9;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -26px;
}
#my-navigate-registration-form fieldset input[type=radio]:checked + label:after,
#prospect-registration-form fieldset input[type=radio]:checked + label:after {
  display: block;
}
#my-navigate-registration-form fieldset input[type=radio]:checked ~ .custom-border-selected,
#prospect-registration-form fieldset input[type=radio]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  border-radius: 4px;
  pointer-events: none;
}
@media only screen and (max-width: 350px) {
  #my-navigate-registration-form fieldset #edit-currently-prescribed-yes:checked ~ .custom-border-selected,
  #prospect-registration-form fieldset #edit-currently-prescribed-yes:checked ~ .custom-border-selected {
    height: 59px;
  }
}
#my-navigate-registration-form fieldset input[type=checkbox],
#prospect-registration-form fieldset input[type=checkbox] {
  width: 0;
  opacity: 0;
}
#my-navigate-registration-form fieldset input[type=checkbox] + label:before,
#prospect-registration-form fieldset input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("./images/custom-checkbox-unchecked.svg");
  background-repeat: no-repeat;
  left: -30px;
}
#my-navigate-registration-form fieldset input[type=checkbox] + label:after,
#prospect-registration-form fieldset input[type=checkbox] + label:after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: -30px;
  top: -3px;
}
#my-navigate-registration-form fieldset input[type=checkbox]:checked + label:before,
#prospect-registration-form fieldset input[type=checkbox]:checked + label:before {
  display: none;
}
#my-navigate-registration-form fieldset input[type=checkbox]:checked + label:after,
#prospect-registration-form fieldset input[type=checkbox]:checked + label:after {
  display: block;
}
#my-navigate-registration-form fieldset input[type=checkbox]:checked ~ .custom-border-selected,
#prospect-registration-form fieldset input[type=checkbox]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  border-radius: 4px;
  pointer-events: none;
}
#my-navigate-registration-form .form-type-textfield,
#prospect-registration-form .form-type-textfield {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-type-textfield,
  #prospect-registration-form .form-type-textfield {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-type-textfield,
  #prospect-registration-form .form-type-textfield {
    max-width: 380px;
  }
}
#my-navigate-registration-form .form-type-textfield .custom-border-selected,
#prospect-registration-form .form-type-textfield .custom-border-selected {
  display: none;
}
#my-navigate-registration-form .form-type-textfield label,
#prospect-registration-form .form-type-textfield label {
  font-size: 16px;
  font-weight: bold;
  color: #888B8D;
}
#my-navigate-registration-form .form-type-textfield label.error-label,
#prospect-registration-form .form-type-textfield label.error-label {
  color: #AF0000;
}
#my-navigate-registration-form .form-type-textfield .form-text,
#prospect-registration-form .form-type-textfield .form-text {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-type-textfield .form-text,
  #prospect-registration-form .form-type-textfield .form-text {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-type-textfield .form-text,
  #prospect-registration-form .form-type-textfield .form-text {
    margin-bottom: 24px;
  }
}
#my-navigate-registration-form .form-type-textfield .form-text.error,
#prospect-registration-form .form-type-textfield .form-text.error {
  border-width: 2px;
  border-color: #AF0000;
  margin-bottom: 0;
}
#my-navigate-registration-form .form-type-textfield .form-text + span,
#prospect-registration-form .form-type-textfield .form-text + span {
  color: #AF0000;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}
#my-navigate-registration-form .form-type-textfield.form-item-first-name,
#prospect-registration-form .form-type-textfield.form-item-first-name {
  margin-top: 30px;
}
#my-navigate-registration-form .form-type-date,
#prospect-registration-form .form-type-date {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-type-date,
  #prospect-registration-form .form-type-date {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-type-date,
  #prospect-registration-form .form-type-date {
    max-width: 380px;
  }
}
#my-navigate-registration-form .form-type-date .custom-border-selected,
#prospect-registration-form .form-type-date .custom-border-selected {
  position: absolute;
  height: 24px;
  width: 22px;
  right: 12px;
  top: 42px;
  background-image: url("./images/calendar.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
#my-navigate-registration-form .form-type-date label,
#prospect-registration-form .form-type-date label {
  font-size: 16px;
  font-weight: bold;
  color: #888B8D;
}
#my-navigate-registration-form .form-type-date label.error-label,
#prospect-registration-form .form-type-date label.error-label {
  color: #AF0000;
}
#my-navigate-registration-form .form-type-date .hasDatepicker,
#prospect-registration-form .form-type-date .hasDatepicker {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-type-date .hasDatepicker,
  #prospect-registration-form .form-type-date .hasDatepicker {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-type-date .hasDatepicker,
  #prospect-registration-form .form-type-date .hasDatepicker {
    margin-bottom: 24px;
  }
}
#my-navigate-registration-form .form-type-date .hasDatepicker.error,
#prospect-registration-form .form-type-date .hasDatepicker.error {
  border-width: 2px;
  border-color: #AF0000;
  margin-bottom: 0;
}
#my-navigate-registration-form .form-type-date .hasDatepicker + span,
#prospect-registration-form .form-type-date .hasDatepicker + span {
  color: #AF0000;
  font-size: 14px;
}
#my-navigate-registration-form .form-type-date .ui-datepicker-trigger,
#prospect-registration-form .form-type-date .ui-datepicker-trigger {
  display: none;
}
#my-navigate-registration-form .form-type-date:before,
#prospect-registration-form .form-type-date:before {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: -30px;
  top: -3px;
}
#my-navigate-registration-form .form-text,
#prospect-registration-form .form-text {
  width: 100%;
  margin: 0;
}
#my-navigate-registration-form [data-drupal-selector=edit-actions],
#prospect-registration-form [data-drupal-selector=edit-actions] {
  border-top: 1px solid #d1d1d1;
  padding: 10px 20px;
  min-height: 98px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form [data-drupal-selector=edit-actions],
  #prospect-registration-form [data-drupal-selector=edit-actions] {
    min-height: 70px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-actions],
  #prospect-registration-form [data-drupal-selector=edit-actions] {
    min-height: 70px;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary {
  float: left;
  background-color: transparent;
  border-color: #63666A;
  color: #63666A;
  padding: 0.8em 0.8em 0.8em 4em;
  margin-top: 14px;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: relative;
  background-image: none;
  width: 114px;
  height: 48px;
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary,
  #prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary {
    margin-top: auto;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary:before,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary:before {
  content: "";
  position: absolute;
  background-image: url("./images/button-arrow-left-green.svg");
  right: auto;
  left: 17px;
  top: 17px;
  width: 30px;
  height: 12px;
  background-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
  -webkit-transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary:hover,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary:hover {
  color: #2A7475;
  background-color: transparent;
  border: 2px solid #63666A;
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary:hover:before,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--previous.button_primary:hover:before {
  background-image: url("./images/button-arrow-left-green.svg");
  -webkit-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--next,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--next {
  float: right;
  margin-right: 0;
  margin-top: 14px;
  height: 44px;
  max-width: 139px;
  padding: 0.7em 3.5em 0.8em 0.4em;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 800;
  color: #2A7475;
  border: 2px solid #BDDC04;
  background: #BDDC04;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: relative;
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--next:before,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--next:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 15px;
  width: 30px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("./images/button-arrow-right-teal.svg");
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--next:after,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--next:after {
  content: " ";
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--next,
  #prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--next {
    margin-top: auto;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--next:hover,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--next:hover {
  border: 2px solid #00B0B9;
  background: #00B0B9;
  color: #fff;
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--next:hover:before,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--next:hover:before {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
  background-image: url("./images/button-arrow-right-white.svg");
}
#my-navigate-registration-form [data-drupal-selector=edit-actions] .webform-button--next:hover:after,
#prospect-registration-form [data-drupal-selector=edit-actions] .webform-button--next:hover:after {
  width: 100%;
  left: 0;
}
#my-navigate-registration-form div.js-form-item.form-item.js-form-type-processed-text,
#prospect-registration-form div.js-form-item.form-item.js-form-type-processed-text {
  padding: 10px 20px;
  margin-bottom: 12px;
}
#my-navigate-registration-form [data-drupal-selector=edit-gender] > legend,
#prospect-registration-form [data-drupal-selector=edit-gender] > legend {
  font-size: 16px;
  text-align: left;
  color: #888B8D;
  margin-bottom: 6px;
}
#my-navigate-registration-form [data-drupal-selector=edit-gender] .form-item,
#prospect-registration-form [data-drupal-selector=edit-gender] .form-item {
  max-width: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form [data-drupal-selector=edit-gender] .form-item,
  #prospect-registration-form [data-drupal-selector=edit-gender] .form-item {
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-gender] .form-item,
  #prospect-registration-form [data-drupal-selector=edit-gender] .form-item {
    max-width: 190px;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-gender] #gender-error,
#prospect-registration-form [data-drupal-selector=edit-gender] #gender-error {
  max-width: 320px;
  margin: 0 auto;
  font-size: 14px;
  color: #AF0000;
  display: block;
  margin-top: -196px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form [data-drupal-selector=edit-gender] #gender-error,
  #prospect-registration-form [data-drupal-selector=edit-gender] #gender-error {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-gender] #gender-error,
  #prospect-registration-form [data-drupal-selector=edit-gender] #gender-error {
    max-width: 380px;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-gender].error-label,
#prospect-registration-form [data-drupal-selector=edit-gender].error-label {
  min-height: 260px;
}
#my-navigate-registration-form [data-drupal-selector=edit-gender].error-label legend,
#prospect-registration-form [data-drupal-selector=edit-gender].error-label legend {
  margin-bottom: 32px;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] > legend,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] > legend {
  text-align: left;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] > legend span,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] > legend span {
  display: inline-block;
  line-height: 18px;
  position: relative;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] > legend p:first-child,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] > legend p:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #2A7475;
  line-height: 18px;
  max-width: 242px;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] > legend p:nth-child(2),
#prospect-registration-form [data-drupal-selector=edit-insurance-type] > legend p:nth-child(2) {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 290px;
  cursor: pointer;
  background-image: url("./images/question-mark.svg");
  background-repeat: no-repeat;
  pointer-events: all;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] > legend p:nth-child(2),
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] > legend p:nth-child(2) {
    left: 430px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] > legend p:nth-child(2),
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] > legend p:nth-child(2) {
    left: 360px;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] ul,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] ul {
  display: none;
  width: 340px;
  position: absolute;
  background-color: #FFFFFF;
  top: -260px;
  left: -10px;
  padding: 32px 15px 20px 48px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 1px 3px);
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] ul,
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] ul {
    width: 460px;
    top: -200px;
    padding-top: 20px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] ul,
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] ul {
    width: 400px;
    top: -234px;
    padding-top: 20px;
    left: 0;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] ul li,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] ul li {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] ul li:before,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] ul li:before {
  content: "•";
  color: #2A7475;
  position: absolute;
  font-size: 32px;
  left: 21px;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] ul:after,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] ul:after {
  border: 10px solid;
  border-color: white transparent transparent;
  content: "";
  left: 311px;
  margin-left: -10px;
  position: absolute;
  top: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] ul:after,
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] ul:after {
    left: 440px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] ul:after,
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] ul:after {
    left: 371px;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type].error-label,
#prospect-registration-form [data-drupal-selector=edit-insurance-type].error-label {
  min-height: 300px;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type].error-label legend,
#prospect-registration-form [data-drupal-selector=edit-insurance-type].error-label legend {
  margin-bottom: 16px;
  color: #AF0000;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type].error-label legend p:first-child,
#prospect-registration-form [data-drupal-selector=edit-insurance-type].error-label legend p:first-child {
  color: #AF0000;
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] #insurance_type-error,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] #insurance_type-error {
  max-width: 320px;
  margin: 0 auto;
  font-size: 14px;
  color: #AF0000;
  display: block;
  margin-top: -258px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] #insurance_type-error,
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] #insurance_type-error {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] #insurance_type-error,
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] #insurance_type-error {
    max-width: 380px;
  }
}
#my-navigate-registration-form [data-drupal-selector=edit-insurance-type] .popup-close,
#prospect-registration-form [data-drupal-selector=edit-insurance-type] .popup-close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -254px;
  left: 308px;
  z-index: 1;
  background-image: url("./images/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] .popup-close,
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] .popup-close {
    top: -195px;
    left: 435px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form [data-drupal-selector=edit-insurance-type] .popup-close,
  #prospect-registration-form [data-drupal-selector=edit-insurance-type] .popup-close {
    top: -226px;
    left: 374px;
  }
}
#my-navigate-registration-form .password-rules p,
#prospect-registration-form .password-rules p {
  font-size: 12px;
  line-height: 14px;
}
#my-navigate-registration-form .form-type-email, #my-navigate-registration-form .form-type-password, #my-navigate-registration-form .password-rules,
#prospect-registration-form .form-type-email,
#prospect-registration-form .form-type-password,
#prospect-registration-form .password-rules {
  max-width: 320px;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-type-email, #my-navigate-registration-form .form-type-password, #my-navigate-registration-form .password-rules,
  #prospect-registration-form .form-type-email,
  #prospect-registration-form .form-type-password,
  #prospect-registration-form .password-rules {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-type-email, #my-navigate-registration-form .form-type-password, #my-navigate-registration-form .password-rules,
  #prospect-registration-form .form-type-email,
  #prospect-registration-form .form-type-password,
  #prospect-registration-form .password-rules {
    max-width: 380px;
  }
}
#my-navigate-registration-form .form-type-email > label, #my-navigate-registration-form .form-type-password > label, #my-navigate-registration-form .password-rules > label,
#prospect-registration-form .form-type-email > label,
#prospect-registration-form .form-type-password > label,
#prospect-registration-form .password-rules > label {
  font-size: 16px;
  font-weight: 700;
  color: #888B8D;
}
#my-navigate-registration-form .form-type-email > label.error-label, #my-navigate-registration-form .form-type-password > label.error-label, #my-navigate-registration-form .password-rules > label.error-label,
#prospect-registration-form .form-type-email > label.error-label,
#prospect-registration-form .form-type-password > label.error-label,
#prospect-registration-form .password-rules > label.error-label {
  color: #AF0000;
}
#my-navigate-registration-form .form-type-email .custom-border-selected, #my-navigate-registration-form .form-type-password .custom-border-selected, #my-navigate-registration-form .password-rules .custom-border-selected,
#prospect-registration-form .form-type-email .custom-border-selected,
#prospect-registration-form .form-type-password .custom-border-selected,
#prospect-registration-form .password-rules .custom-border-selected {
  display: none;
}
#my-navigate-registration-form .form-type-email .form-text, #my-navigate-registration-form .form-type-email .form-email, #my-navigate-registration-form .form-type-password .form-text, #my-navigate-registration-form .form-type-password .form-email, #my-navigate-registration-form .password-rules .form-text, #my-navigate-registration-form .password-rules .form-email,
#prospect-registration-form .form-type-email .form-text,
#prospect-registration-form .form-type-email .form-email,
#prospect-registration-form .form-type-password .form-text,
#prospect-registration-form .form-type-password .form-email,
#prospect-registration-form .password-rules .form-text,
#prospect-registration-form .password-rules .form-email {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  width: 100%;
}
#my-navigate-registration-form .form-type-email .form-text.error, #my-navigate-registration-form .form-type-email .form-email.error, #my-navigate-registration-form .form-type-password .form-text.error, #my-navigate-registration-form .form-type-password .form-email.error, #my-navigate-registration-form .password-rules .form-text.error, #my-navigate-registration-form .password-rules .form-email.error,
#prospect-registration-form .form-type-email .form-text.error,
#prospect-registration-form .form-type-email .form-email.error,
#prospect-registration-form .form-type-password .form-text.error,
#prospect-registration-form .form-type-password .form-email.error,
#prospect-registration-form .password-rules .form-text.error,
#prospect-registration-form .password-rules .form-email.error {
  border-width: 2px;
  border-color: #AF0000;
}
#my-navigate-registration-form .form-type-email .form-text + span, #my-navigate-registration-form .form-type-email .form-email + span, #my-navigate-registration-form .form-type-password .form-text + span, #my-navigate-registration-form .form-type-password .form-email + span, #my-navigate-registration-form .password-rules .form-text + span, #my-navigate-registration-form .password-rules .form-email + span,
#prospect-registration-form .form-type-email .form-text + span,
#prospect-registration-form .form-type-email .form-email + span,
#prospect-registration-form .form-type-password .form-text + span,
#prospect-registration-form .form-type-password .form-email + span,
#prospect-registration-form .password-rules .form-text + span,
#prospect-registration-form .password-rules .form-email + span {
  color: #AF0000;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}
#my-navigate-registration-form .form-item-state,
#prospect-registration-form .form-item-state {
  max-width: 150px;
  margin-top: 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-item-state,
  #prospect-registration-form .form-item-state {
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-state,
  #prospect-registration-form .form-item-state {
    max-width: 150px;
  }
}
#my-navigate-registration-form .form-item-state > label,
#prospect-registration-form .form-item-state > label {
  font-size: 16px;
  font-weight: 700;
  color: #888B8D;
}
#my-navigate-registration-form .form-item-state > label.error-label,
#prospect-registration-form .form-item-state > label.error-label {
  color: #AF0000;
}
#my-navigate-registration-form .form-item-state .custom-border-selected,
#prospect-registration-form .form-item-state .custom-border-selected {
  width: 16px;
  height: 10px;
  position: absolute;
  background-image: url("./images/caret.svg");
  background-repeat: no-repeat;
  top: 48px;
  left: 126px;
  pointer-events: none;
  display: block !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-item-state .custom-border-selected,
  #prospect-registration-form .form-item-state .custom-border-selected {
    left: 190px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-state .custom-border-selected,
  #prospect-registration-form .form-item-state .custom-border-selected {
    left: 126px;
  }
}
#my-navigate-registration-form .form-item-state select,
#prospect-registration-form .form-item-state select {
  padding: 8px 30px 8px 10px;
  border-radius: 4px;
  -webkit-appearance: none;
  max-width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-item-state select,
  #prospect-registration-form .form-item-state select {
    max-width: 220px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-state select,
  #prospect-registration-form .form-item-state select {
    max-width: 150px;
  }
}
#my-navigate-registration-form .form-item-state select::-ms-expand,
#prospect-registration-form .form-item-state select::-ms-expand {
  display: none;
}
#my-navigate-registration-form .form-item-state select.error,
#prospect-registration-form .form-item-state select.error {
  border: 2px solid #AF0000;
}
#my-navigate-registration-form .form-item-state select + span,
#prospect-registration-form .form-item-state select + span {
  color: #AF0000;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}
#my-navigate-registration-form .form-item-zip-code,
#prospect-registration-form .form-item-zip-code {
  max-width: 150px;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-item-zip-code,
  #prospect-registration-form .form-item-zip-code {
    max-width: 188px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-zip-code,
  #prospect-registration-form .form-item-zip-code {
    max-width: 188px;
  }
}
#my-navigate-registration-form .stylized-processed_text,
#prospect-registration-form .stylized-processed_text {
  background-color: #E5F3F5;
  max-width: 540px;
  margin: 0 auto;
  padding: 18px 26px 18px 54px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .stylized-processed_text,
  #prospect-registration-form .stylized-processed_text {
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .stylized-processed_text,
  #prospect-registration-form .stylized-processed_text {
    margin-bottom: 36px;
  }
}
#my-navigate-registration-form .stylized-processed_text p,
#prospect-registration-form .stylized-processed_text p {
  line-height: 18px;
  margin-bottom: 8px;
  padding-left: 40px;
}
#my-navigate-registration-form .stylized-processed_text p:first-child,
#prospect-registration-form .stylized-processed_text p:first-child {
  font-size: 16px;
  color: #2A7475;
  font-weight: 700;
  position: relative;
  max-width: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .stylized-processed_text p:first-child,
  #prospect-registration-form .stylized-processed_text p:first-child {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .stylized-processed_text p:first-child,
  #prospect-registration-form .stylized-processed_text p:first-child {
    max-width: none;
  }
}
#my-navigate-registration-form .stylized-processed_text p:first-child:before,
#prospect-registration-form .stylized-processed_text p:first-child:before {
  content: "";
  width: 28px;
  height: 18px;
  display: block;
  position: absolute;
  background-image: url("./images/CopayCard.svg");
  background-size: cover;
  left: 0;
}
#my-navigate-registration-form .stylized-processed_text p:nth-child(2),
#prospect-registration-form .stylized-processed_text p:nth-child(2) {
  font-size: 14px;
}
#my-navigate-registration-form .stylized-processed_text p:last-child,
#prospect-registration-form .stylized-processed_text p:last-child {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
#my-navigate-registration-form .state-zip-wrapper,
#prospect-registration-form .state-zip-wrapper {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .state-zip-wrapper,
  #prospect-registration-form .state-zip-wrapper {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .state-zip-wrapper,
  #prospect-registration-form .state-zip-wrapper {
    max-width: 380px;
  }
}
#my-navigate-registration-form .form-type-password,
#prospect-registration-form .form-type-password {
  position: relative;
}
#my-navigate-registration-form .form-type-password .custom-border-selected,
#prospect-registration-form .form-type-password .custom-border-selected {
  display: block;
  background-image: url("./images/eye.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
  position: absolute;
  top: 44px;
  left: 288px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-type-password .custom-border-selected,
  #prospect-registration-form .form-type-password .custom-border-selected {
    left: 425px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-type-password .custom-border-selected,
  #prospect-registration-form .form-type-password .custom-border-selected {
    left: 348px;
  }
}
#my-navigate-registration-form .form-item-password label,
#prospect-registration-form .form-item-password label {
  display: flex;
  position: relative;
}
#my-navigate-registration-form .form-item-password label p:nth-of-type(1),
#prospect-registration-form .form-item-password label p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 700;
  color: #888b8d;
  margin-bottom: 0;
}
#my-navigate-registration-form .form-item-password label p:nth-of-type(2),
#prospect-registration-form .form-item-password label p:nth-of-type(2) {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 290px;
  cursor: pointer;
  background-image: url("./images/question-mark.svg");
  background-repeat: no-repeat;
  pointer-events: all;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-item-password label p:nth-of-type(2),
  #prospect-registration-form .form-item-password label p:nth-of-type(2) {
    left: 430px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-password label p:nth-of-type(2),
  #prospect-registration-form .form-item-password label p:nth-of-type(2) {
    left: 350px;
  }
}
#my-navigate-registration-form .form-item-password label p:nth-of-type(3),
#prospect-registration-form .form-item-password label p:nth-of-type(3) {
  display: none;
  width: 230px;
  position: absolute;
  background-color: #FFFFFF;
  top: -105px;
  right: -10px;
  padding: 25px 15px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 1px 3px);
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-password label p:nth-of-type(3),
  #prospect-registration-form .form-item-password label p:nth-of-type(3) {
    right: 0;
  }
}
#my-navigate-registration-form .form-item-password label p:nth-of-type(3):after,
#prospect-registration-form .form-item-password label p:nth-of-type(3):after {
  border: 10px solid;
  border-color: white transparent transparent;
  content: "";
  right: 18px;
  margin-left: -10px;
  position: absolute;
  top: 99%;
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-password label p:nth-of-type(3):after,
  #prospect-registration-form .form-item-password label p:nth-of-type(3):after {
    right: 8px;
  }
}
#my-navigate-registration-form .form-item-password label .popup-close,
#prospect-registration-form .form-item-password label .popup-close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
  background-image: url("./images/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-password label .popup-close,
  #prospect-registration-form .form-item-password label .popup-close {
    right: 5px;
  }
}
#my-navigate-registration-form .form-item-password-confirm,
#prospect-registration-form .form-item-password-confirm {
  margin-bottom: 90px;
}
#my-navigate-registration-form .form-item-password-confirm:after,
#prospect-registration-form .form-item-password-confirm:after {
  content: "";
  width: 100%;
  border-bottom: solid 1px #D8D9D9;
  position: absolute;
  left: 0;
  top: 120px;
}
#my-navigate-registration-form .is-mobile-wrapper,
#prospect-registration-form .is-mobile-wrapper {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .is-mobile-wrapper,
  #prospect-registration-form .is-mobile-wrapper {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .is-mobile-wrapper,
  #prospect-registration-form .is-mobile-wrapper {
    max-width: 380px;
  }
}
#my-navigate-registration-form .is-mobile-wrapper fieldset.error-label,
#prospect-registration-form .is-mobile-wrapper fieldset.error-label {
  min-height: 130px;
}
#my-navigate-registration-form .is-mobile-wrapper fieldset > legend,
#prospect-registration-form .is-mobile-wrapper fieldset > legend {
  font-size: 20px;
  text-align: left;
}
#my-navigate-registration-form .is-mobile-wrapper fieldset > legend.error-label,
#prospect-registration-form .is-mobile-wrapper fieldset > legend.error-label {
  margin-bottom: 0;
  color: #AF0000;
}
#my-navigate-registration-form .is-mobile-wrapper .webform-options-display-side-by-side,
#prospect-registration-form .is-mobile-wrapper .webform-options-display-side-by-side {
  display: flex;
}
#my-navigate-registration-form .is-mobile-wrapper .fieldset-wrapper,
#prospect-registration-form .is-mobile-wrapper .fieldset-wrapper {
  padding-left: 0;
  margin-top: 0;
}
#my-navigate-registration-form .is-mobile-wrapper .fieldset-wrapper.error-label,
#prospect-registration-form .is-mobile-wrapper .fieldset-wrapper.error-label {
  min-height: 100px;
}
#my-navigate-registration-form .is-mobile-wrapper .fieldset-wrapper.error-label legend,
#prospect-registration-form .is-mobile-wrapper .fieldset-wrapper.error-label legend {
  margin-bottom: 0;
}
#my-navigate-registration-form .is-mobile-wrapper .form-item-is-mobile,
#prospect-registration-form .is-mobile-wrapper .form-item-is-mobile {
  min-width: 92px;
  margin-top: 12px;
}
#my-navigate-registration-form .is-mobile-wrapper #is_mobile-error,
#prospect-registration-form .is-mobile-wrapper #is_mobile-error {
  max-width: 320px;
  font-size: 14px;
  color: #AF0000;
  display: block;
  margin: -96px auto 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .is-mobile-wrapper #is_mobile-error,
  #prospect-registration-form .is-mobile-wrapper #is_mobile-error {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .is-mobile-wrapper #is_mobile-error,
  #prospect-registration-form .is-mobile-wrapper #is_mobile-error {
    max-width: 380px;
  }
}
#my-navigate-registration-form [id^=edit-hipaa-authorization],
#prospect-registration-form [id^=edit-hipaa-authorization] {
  display: none;
}
#my-navigate-registration-form .form-item-send-container, #my-navigate-registration-form .form-item-text-opt-in,
#prospect-registration-form .form-item-send-container,
#prospect-registration-form .form-item-text-opt-in {
  max-width: 320px;
  margin: 0 auto 24px auto;
  display: flex;
  border-bottom: 1px solid #D8D9D9;
  position: relative;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-item-send-container, #my-navigate-registration-form .form-item-text-opt-in,
  #prospect-registration-form .form-item-send-container,
  #prospect-registration-form .form-item-text-opt-in {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-send-container, #my-navigate-registration-form .form-item-text-opt-in,
  #prospect-registration-form .form-item-send-container,
  #prospect-registration-form .form-item-text-opt-in {
    max-width: 380px;
  }
}
#my-navigate-registration-form .form-item-send-container.js-webform-states-hidden, #my-navigate-registration-form .form-item-text-opt-in.js-webform-states-hidden,
#prospect-registration-form .form-item-send-container.js-webform-states-hidden,
#prospect-registration-form .form-item-text-opt-in.js-webform-states-hidden {
  display: none;
}
#my-navigate-registration-form .form-item-send-container label:before, #my-navigate-registration-form .form-item-text-opt-in label:before,
#prospect-registration-form .form-item-send-container label:before,
#prospect-registration-form .form-item-text-opt-in label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("./images/custom-checkbox-unchecked.svg");
  background-repeat: no-repeat;
  left: 0;
}
#my-navigate-registration-form .form-item-send-container label:after, #my-navigate-registration-form .form-item-text-opt-in label:after,
#prospect-registration-form .form-item-send-container label:after,
#prospect-registration-form .form-item-text-opt-in label:after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  top: -3px;
  left: 0;
}
#my-navigate-registration-form .form-item-send-container label p:first-child, #my-navigate-registration-form .form-item-text-opt-in label p:first-child,
#prospect-registration-form .form-item-send-container label p:first-child,
#prospect-registration-form .form-item-text-opt-in label p:first-child {
  line-height: 20px;
  margin-bottom: 6px;
}
#my-navigate-registration-form .form-item-send-container label p:nth-child(2), #my-navigate-registration-form .form-item-text-opt-in label p:nth-child(2),
#prospect-registration-form .form-item-send-container label p:nth-child(2),
#prospect-registration-form .form-item-text-opt-in label p:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}
#my-navigate-registration-form .form-item-send-container input[type=checkbox], #my-navigate-registration-form .form-item-text-opt-in input[type=checkbox],
#prospect-registration-form .form-item-send-container input[type=checkbox],
#prospect-registration-form .form-item-text-opt-in input[type=checkbox] {
  width: 0;
  opacity: 0;
}
#my-navigate-registration-form .form-item-send-container input[type=checkbox]:checked + label:before, #my-navigate-registration-form .form-item-text-opt-in input[type=checkbox]:checked + label:before,
#prospect-registration-form .form-item-send-container input[type=checkbox]:checked + label:before,
#prospect-registration-form .form-item-text-opt-in input[type=checkbox]:checked + label:before {
  display: none;
}
#my-navigate-registration-form .form-item-send-container input[type=checkbox]:checked + label:after, #my-navigate-registration-form .form-item-text-opt-in input[type=checkbox]:checked + label:after,
#prospect-registration-form .form-item-send-container input[type=checkbox]:checked + label:after,
#prospect-registration-form .form-item-text-opt-in input[type=checkbox]:checked + label:after {
  display: block;
}
#my-navigate-registration-form .form-item-send-container br, #my-navigate-registration-form .form-item-text-opt-in br,
#prospect-registration-form .form-item-send-container br,
#prospect-registration-form .form-item-text-opt-in br {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #my-navigate-registration-form .form-item-send-container br, #my-navigate-registration-form .form-item-text-opt-in br,
  #prospect-registration-form .form-item-send-container br,
  #prospect-registration-form .form-item-text-opt-in br {
    display: block;
  }
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-item-send-container br, #my-navigate-registration-form .form-item-text-opt-in br,
  #prospect-registration-form .form-item-send-container br,
  #prospect-registration-form .form-item-text-opt-in br {
    display: block;
  }
}
#my-navigate-registration-form .form-item-text-opt-in,
#prospect-registration-form .form-item-text-opt-in {
  border-bottom: none;
}
#my-navigate-registration-form .form-submit.button_primary,
#prospect-registration-form .form-submit.button_primary {
  float: right;
  margin-right: 0;
  width: 195px;
  height: 48px;
  margin-top: 14px;
  padding: 0.7em 3em 0.8em 0.2em;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 800;
  color: #2A7475;
  border: 2px solid #BDDC04;
  background: #BDDC04;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.9rem;
  position: relative;
}
#my-navigate-registration-form .form-submit.button_primary svg,
#prospect-registration-form .form-submit.button_primary svg {
  display: none;
}
#my-navigate-registration-form .form-submit.button_primary:before,
#prospect-registration-form .form-submit.button_primary:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 15px;
  width: 30px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("./images/button-arrow-right-teal.svg");
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
#my-navigate-registration-form .form-submit.button_primary:after,
#prospect-registration-form .form-submit.button_primary:after {
  content: " ";
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
@media (min-width: 1200px) {
  #my-navigate-registration-form .form-submit.button_primary,
  #prospect-registration-form .form-submit.button_primary {
    margin-top: auto;
  }
}
#my-navigate-registration-form .form-submit.button_primary:hover,
#prospect-registration-form .form-submit.button_primary:hover {
  border: 2px solid #00B0B9;
  background: #00B0B9;
  color: #fff;
}
#my-navigate-registration-form .form-submit.button_primary:hover:before,
#prospect-registration-form .form-submit.button_primary:hover:before {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
  background-image: url("./images/button-arrow-right-white.svg");
}
#my-navigate-registration-form .form-submit.button_primary:hover:after,
#prospect-registration-form .form-submit.button_primary:hover:after {
  width: 100%;
  left: 0;
}

#prospect-registration-form .form-item-password-confirm {
  margin-bottom: 1em;
}
#prospect-registration-form .form-item-send-container {
  border-bottom: none;
}
#prospect-registration-form [data-drupal-selector=edit-gender] .form-item {
  max-width: 220px;
}
@media (min-width: 1200px) {
  #prospect-registration-form [data-drupal-selector=edit-gender] .form-item {
    max-width: 220px;
  }
}
#prospect-registration-form fieldset .fieldset-wrapper {
  padding: 0;
}
#prospect-registration-form [data-drupal-selector=edit-actions] {
  border-top: none;
}

.path-confirmation #block-intouch-base-content, .path-confirmation-prospect #block-intouch-base-content, .path-email-confirmation #block-intouch-base-content {
  background-image: url("./images/login-background-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  padding-bottom: 0;
  padding-top: 0;
}
@media (min-width: 1200px) {
  .path-confirmation #block-intouch-base-content, .path-confirmation-prospect #block-intouch-base-content, .path-email-confirmation #block-intouch-base-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.path-confirmation .confirmation-box, .path-confirmation-prospect .confirmation-box, .path-email-confirmation .confirmation-box {
  box-shadow: 0 0 20px 0 rgba(21, 79, 80, 0.12);
  background-color: #FFFFFF;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.path-confirmation .confirmation-box .button, .path-confirmation-prospect .confirmation-box .button, .path-email-confirmation .confirmation-box .button {
  margin-bottom: 20px;
}
.path-confirmation .confirmation-box .button a, .path-confirmation-prospect .confirmation-box .button a, .path-email-confirmation .confirmation-box .button a {
  text-decoration: none;
}
.path-confirmation .confirmation-box a, .path-confirmation-prospect .confirmation-box a, .path-email-confirmation .confirmation-box a {
  color: #2A7475;
  text-decoration: underline;
}
.path-confirmation .confirmation-box a:hover, .path-confirmation-prospect .confirmation-box a:hover, .path-email-confirmation .confirmation-box a:hover {
  text-decoration: none;
}
.path-confirmation .title, .path-confirmation-prospect .title, .path-email-confirmation .title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #2A7475;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 37px;
  margin-bottom: 70px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .path-confirmation .title, .path-confirmation-prospect .title, .path-email-confirmation .title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .path-confirmation .title, .path-confirmation-prospect .title, .path-email-confirmation .title {
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 70px;
  }
}
.path-confirmation .subtitle, .path-confirmation-prospect .subtitle, .path-email-confirmation .subtitle {
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  max-width: 340px;
  margin: 50px auto 30px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .path-confirmation .subtitle, .path-confirmation-prospect .subtitle, .path-email-confirmation .subtitle {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .path-confirmation .subtitle, .path-confirmation-prospect .subtitle, .path-email-confirmation .subtitle {
    max-width: 500px;
  }
}
.path-confirmation button, .path-confirmation-prospect button, .path-email-confirmation button {
  margin: 0 auto;
}

.path-email-confirmation .subtitle {
  max-width: fit-content;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .path-email-confirmation .subtitle {
    max-width: 580px;
  }
}
@media (min-width: 1200px) {
  .path-email-confirmation .subtitle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.path-confirmation .welcome-to-my-navigate {
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  margin: 0 auto;
}
.path-confirmation .my-navigate-logo-sm {
  width: 240px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .path-confirmation .my-navigate-logo-sm {
    display: none;
  }
}
.path-confirmation .my-navigate-logo-lg {
  width: 530px;
  height: 175px;
  display: none;
}
@media (min-width: 1200px) {
  .path-confirmation .my-navigate-logo-lg {
    display: block;
  }
}
.path-confirmation #block-intouch-base-content {
  padding-top: initial;
}
.path-confirmation .subtitle {
  max-width: 260px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .path-confirmation .subtitle {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .path-confirmation .subtitle {
    max-width: 500px;
    padding-bottom: 0;
  }
}

.webform-submission-patient-registration-form .form-submit {
  padding: 0.8em 3.5em 0.8em 0.4em;
}

.sitemap-container h1.utility-header {
  padding-bottom: 32px;
  padding-left: 18px;
}
@media (min-width: 992px) {
  .sitemap-container h1.utility-header {
    padding-bottom: 36px;
    padding-left: 0;
  }
}
.sitemap-container .sitemap-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 18px;
}
@media (min-width: 992px) {
  .sitemap-container .sitemap-list {
    padding-left: 0;
  }
}
.sitemap-container .sitemap-list li {
  font: 18px/23px "ArialMT", sans-serif;
  color: #2A7475;
  font-weight: 600;
  padding: 0;
}
.sitemap-container .sitemap-list li:not(:last-child) {
  margin-bottom: 8px;
}
.sitemap-container .sitemap-list li .sitemap-link {
  color: #2A7475;
  position: relative;
  padding: 0 8px 0 0;
}
.sitemap-container .sitemap-list li .sitemap-link:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("./images/sitemap-arrow.svg");
  right: -23px;
  top: 0;
}
.sitemap-container .sitemap-list li .sitemap-link.no-arrow:after {
  display: none;
}
.sitemap-container .sitemap-list_innerlist {
  list-style: none;
  padding: 0;
  margin: 8px 0 29px;
}
@media (min-width: 992px) {
  .sitemap-container .sitemap-list_innerlist {
    margin-bottom: 25px;
  }
}
.sitemap-container .sitemap-list_innerlist li {
  font: 16px/21px Arial, sans-serif;
  font-weight: 400;
}
.sitemap-container .sitemap-list_innerlist li:not(:last-child) {
  margin-bottom: 9px;
}
.sitemap-container .sitemap-list_innerlist li .sitemap-link {
  font-weight: 400;
}

.unsubscribe h1.confirmation {
  text-transform: none;
}
.unsubscribe h1.confirmation span.seaFoam {
  color: #00B0B9;
}
.unsubscribe_navigateContainer {
  width: 100%;
  height: auto;
  background-image: url("./images/unsubscribe-background-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .unsubscribe_navigateContainer {
    background-image: url("./images/unsubscribe-background.png");
    padding: 50px 0;
  }
}
.unsubscribe_navigateContainer-block1 article div {
  width: 100%;
}
.unsubscribe_navigateContainer-block1 article div img {
  width: 100%;
  max-width: 216px;
  display: block;
  margin: 45px auto 25px auto;
}
@media (min-width: 769px) {
  .unsubscribe_navigateContainer-block1 article div img {
    display: none;
  }
}
.unsubscribe_navigateContainer-block2 article img {
  max-width: 100%;
  display: block;
}
.unsubscribe_navigateContainer-block3 article img {
  width: 100%;
  display: none;
}
@media (min-width: 769px) {
  .unsubscribe_navigateContainer-block3 article img {
    display: flex;
    margin: 10px 0;
    max-width: 279px;
  }
}
.unsubscribe .max-text {
  max-width: 620px;
  margin-bottom: 64px;
}
.unsubscribe form .form-item label {
  font-size: 16px;
  line-height: 24px;
  color: #888B8D;
  margin-bottom: 5px;
}
.unsubscribe form .form-item label.error-label {
  color: #AF0000;
}
.unsubscribe form .form-item label.error {
  color: #AF0000;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}
.unsubscribe form .form-item label:after {
  display: none;
}
.unsubscribe form input[type=text] {
  max-width: 100%;
  margin: 0px;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 8px 10px;
}
.unsubscribe form input[type=text].error {
  border: 1px solid #AF0000;
}
.unsubscribe form #edit-email-communications {
  z-index: 1;
  width: 20px !important;
  position: absolute;
  opacity: 0;
}
.unsubscribe form input[type=checkbox] {
  width: 0;
}
.unsubscribe form input[type=checkbox] + label:before, .unsubscribe form input[type=checkbox] + .description div label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("./images/custom-checkbox-unchecked.svg");
  background-repeat: no-repeat;
  left: 5px;
}
.unsubscribe form input[type=checkbox] + label:after, .unsubscribe form input[type=checkbox] + .description div label:after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: 5px;
  top: 4px;
}
.unsubscribe form input[type=checkbox]:checked + label:before, .unsubscribe form input[type=checkbox]:checked + .description div label:before {
  display: none;
}
.unsubscribe form input[type=checkbox]:checked + label:after, .unsubscribe form input[type=checkbox]:checked + .description div label:after {
  display: block;
}
.unsubscribe form input[type=checkbox]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: 40px;
  border-radius: 4px;
  pointer-events: none;
}
.unsubscribe form .communications_inputs {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .unsubscribe form .communications_inputs {
    margin-bottom: 25px;
  }
}
.unsubscribe form .communications_inputs div.js-form-item.form-item {
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  padding: 9px 30px 7px 10px;
  margin: 8px 0;
  position: relative;
}
.unsubscribe form .communications_inputs div.js-form-item.form-item label {
  color: #63666A;
  margin: 0px;
  outline: none;
  padding-left: 25px;
}
.unsubscribe form .email_communications {
  max-width: 222px;
}
.unsubscribe form .email_communications div.js-form-item.form-item {
  padding-right: 10px;
  margin-top: 50px;
  margin-bottom: 38px;
}
.unsubscribe form .email_communications div.js-form-item.form-item label {
  padding-left: 0px;
}
@media (min-width: 769px) {
  .unsubscribe form .email_communications div.js-form-item.form-item {
    margin-top: 64px;
    margin-bottom: 46px;
  }
}
.unsubscribe form .bold-text {
  font-size: 16px;
  line-height: 18px;
  color: #2A7475;
  font-weight: bold;
  margin: 0 0 12px 0;
}
@media (min-width: 769px) {
  .unsubscribe form .bold-text {
    margin: 0 0 15px 0;
  }
}
.unsubscribe form #edit-cancel-hipaa-link a {
  position: relative;
  color: #2A7475;
}
.unsubscribe form #edit-cancel-hipaa-link a:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 4px;
  width: 30px;
  height: 12px;
  background-image: url("./images/button-arrow-right-teal.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.unsubscribe form .custom-border-selected {
  display: none;
}
.unsubscribe form .fieldset-legend {
  display: none;
}

.path-unsubscribe-confirmation .confirmation-box {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .path-unsubscribe-confirmation .confirmation-box {
    margin-bottom: 200px;
  }
}
.path-unsubscribe-confirmation .confirmation-box ul {
  list-style: none;
  padding-inline-start: 0;
  margin: 20px 0 30px;
}
@media (min-width: 992px) {
  .path-unsubscribe-confirmation .confirmation-box ul {
    margin: 60px 0;
  }
}
.path-unsubscribe-confirmation .confirmation-box ul li {
  font-weight: 700;
}

.covid-container {
  overflow-x: hidden;
}
.covid-container .small-full-name {
  text-transform: lowercase;
  font-weight: 300;
  font-size: 32px;
  white-space: nowrap;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .covid-container .small-full-name {
    font-size: 45px;
    margin-top: -15px;
    letter-spacing: -1.93px;
  }
}
@media (max-width: 992px) {
  .covid-container .page-subheader {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.covid-container .page-hero {
  background-color: #2A7475;
  padding-bottom: 160px;
}
@media (min-width: 992px) {
  .covid-container .page-hero {
    padding-bottom: 70px;
  }
}
.covid-container_bar {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .covid-container_bar {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.covid-container_bar article img {
  width: 100%;
  height: auto;
  max-width: 40px;
  margin-bottom: 20px;
}
.covid-container_bar h3 {
  color: #2A7475;
  font-size: 30px;
  line-height: 38px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .covid-container_bar h3 {
    padding-top: 5px;
  }
}
.covid-container_bar a {
  text-decoration: underline;
  font-weight: 400;
}
.covid-container_bar ul {
  list-style: none;
  padding-left: 0px;
}
.covid-container_bar ul li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 20px;
}
.covid-container_bar ul li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #2A7475;
  display: inline-block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
}
.covid-container_bar:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 12px;
  background-image: url("./images/hr-teal-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .covid-container_bar:after {
    background-image: url("./images/hr-teal-tablet.png");
  }
}
@media (min-width: 992px) {
  .covid-container_bar:after {
    background-image: url("./images/hr-teal-desktop.png");
  }
}
.covid-container_bar p.disclaimer {
  font-size: 12px;
  margin: 16px 0 15px 20px;
}
@media (min-width: 992px) {
  .covid-container_bar p.disclaimer {
    margin: 28px 0 44px 20px;
  }
}
.covid-container_bar.green-bar:after {
  background-image: url("./images/hr-green-mobile.png");
}
@media (min-width: 769px) {
  .covid-container_bar.green-bar:after {
    background-image: url("./images/hr-green-tablet.png");
  }
}
@media (min-width: 992px) {
  .covid-container_bar.green-bar:after {
    background-image: url("./images/hr-green-desktop.png");
  }
}
.covid-container_bar.no-bar:after {
  display: none;
}

.covid-landing-page .program-rules {
  padding-top: 32px;
}
@media (min-width: 1200px) {
  .covid-landing-page .program-rules .col {
    padding: 0;
  }
}
.covid-landing-page .program-rules p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 0 12px 32px 12px;
}
.covid-landing-page .program-rules p strong {
  font-weight: 600;
}

.myNav-container {
  width: 100%;
  height: auto;
  background: url("./images/mynav-bg-mobile.png"), #F6F6F6;
  padding: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  /* Page Form Styles */
  /* Page Component Styles */
}
@media (min-width: 992px) {
  .myNav-container {
    background: url("./images/mynav-bg-desktop.png"), #F6F6F6;
    background-size: 150%;
    background-repeat: no-repeat;
  }
}
.myNav-container h1, .myNav-container h2, .myNav-container h3, .myNav-container h4 {
  color: #2A7475;
}
.myNav-container .heading-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}
.myNav-container .heading-label.grey {
  color: #888B8D;
}
.myNav-container .heading-label a.underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #63666A;
}
.myNav-container .large-text {
  font-size: 20px;
  line-height: 24px;
}
.myNav-container div.form-type-checkbox {
  position: relative;
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  padding: 9px 30px 7px 10px;
  margin: 8px 0;
  position: relative;
  max-width: 367px;
}
.myNav-container div.form-type-checkbox.form-item-reminder-type-sms [id^=reminder_type] {
  position: absolute;
  top: 240%;
}
.myNav-container div.form-type-checkbox label {
  color: #63666A;
  margin: 0px;
  outline: none;
  padding-left: 25px;
}
.myNav-container div.form-type-checkbox input[type=checkbox] {
  width: 0;
}
.myNav-container div.form-type-checkbox input[type=checkbox] ~ label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("./images/custom-checkbox-unchecked.svg");
  background-repeat: no-repeat;
  left: 5px;
}
.myNav-container div.form-type-checkbox input[type=checkbox] ~ label:after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: 5px;
  top: 4px;
}
.myNav-container div.form-type-checkbox input[type=checkbox]:checked ~ label:before {
  display: none;
}
.myNav-container div.form-type-checkbox input[type=checkbox]:checked ~ label:after {
  display: block;
}
.myNav-container div.form-type-checkbox input[type=checkbox]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: 42px;
  border-radius: 4px;
  pointer-events: none;
}
@media (max-width: 575px) {
  .myNav-container div.form-type-checkbox input[data-drupal-selector=edit-medication-reminders]:checked ~ .custom-border-selected {
    height: 67px;
  }
}
.myNav-container #edit-reminder-type div.form-type-checkbox {
  max-width: 300px;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin {
  max-width: none;
  border: none;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox] {
  width: 0;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox] ~ label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("./images/custom-checkbox-unchecked.svg");
  background-repeat: no-repeat;
  left: 5px;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox] ~ label:after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: 5px;
  top: 4px;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox]:checked ~ label:before {
  display: none;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox]:checked ~ label:after {
  display: block;
  background-size: cover;
  left: 0;
  top: 5px;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: 42px;
  border-radius: 4px;
  pointer-events: none;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox].error ~ label {
  margin-top: 18px;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox].error ~ label:before {
  background-image: url("./images/error-checkbox.svg");
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox].error ~ #sms_reminder_optin-error {
  position: absolute;
  top: 0;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.myNav-container #edit-reminder-type div.form-type-checkbox.form-item-sms-reminder-optin input[type=checkbox]:checked ~ .custom-border-selected {
  border: none;
}
.myNav-container div.form-type-radio {
  position: relative;
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  padding: 9px 7px 7px 10px;
  margin: 10px 0;
  position: relative;
}
.myNav-container div.form-type-radio.form-item-reminder-frequency #reminder_frequency-error {
  position: absolute;
  top: 240%;
}
.myNav-container div.form-type-radio.form-item-am-pm-preference #am_pm_preference-error {
  width: 200%;
  position: absolute;
  top: 100%;
}
.myNav-container div.form-type-radio label {
  color: #63666A;
  margin: 0px;
  outline: none;
  padding-left: 25px;
}
.myNav-container div.form-type-radio input[type=radio] {
  width: 0;
  opacity: 0;
}
.myNav-container div.form-type-radio input[type=radio] ~ label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #2A7475;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
}
.myNav-container div.form-type-radio input[type=radio] ~ label:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #00B0B9;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 8px;
}
.myNav-container div.form-type-radio input[type=radio]:checked ~ label:after {
  display: block;
}
.myNav-container div.form-type-radio input[type=radio]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: 42px;
  border-radius: 4px;
  pointer-events: none;
}
.myNav-container #edit-am-pm-preference {
  display: flex;
  flex-direction: row;
}
.myNav-container #edit-am-pm-preference div.form-type-radio {
  max-width: 92px;
  margin-right: 10px;
}
.myNav-container input.error {
  border-width: 2px;
  border-color: #AF0000;
  margin-bottom: 0;
}
.myNav-container span.error {
  color: #AF0000;
  font-size: 14px;
}
.myNav-container .form-type-date {
  position: relative;
}
.myNav-container .form-type-date .custom-border-selected {
  position: absolute;
  height: 24px;
  width: 22px;
  right: 25px;
  left: 162px;
  bottom: -9px;
  background-image: url("./images/calendar.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
.myNav-container .form-type-date input[type=date]::-webkit-inner-spin-button,
.myNav-container .form-type-date input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.myNav-container .form-type-date input[type=date] {
  padding: 5px 70px 5px 10px;
  border: 1px solid #979797;
  border-radius: 4px;
}
.myNav-container .form-type-date .hasDatepicker {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  margin-bottom: 24px;
}
.myNav-container .form-type-date .hasDatepicker.error {
  border-width: 2px;
  border-color: #AF0000;
  margin-bottom: 0;
}
.myNav-container .form-type-date .hasDatepicker + span {
  color: #AF0000;
  font-size: 14px;
  position: absolute;
}
.myNav-container .form-type-date .ui-datepicker-trigger {
  display: none;
}
.myNav-container .form-type-date:before {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: -30px;
  top: -3px;
}
.myNav-container .form-type-date .form-required:after {
  position: absolute;
  left: 30%;
}
.myNav-container div.form-type-textfield label {
  font-size: 16px;
  line-height: 24px;
  color: #888B8D;
  margin-bottom: 5px;
}
.myNav-container div.form-type-textfield input[type=text] {
  max-width: 100%;
  margin: 0px;
  border: 1px solid #979797;
  border-radius: 4px;
}
.myNav-container .panel-background-wrap {
  width: 100%;
  height: auto;
  background-image: url("./images/myNav-landing-mobile.png");
  background-size: contain;
}
@media (min-width: 769px) {
  .myNav-container .panel-background-wrap {
    background-image: url("./images/myNav-landing.png");
    background-size: cover;
  }
}
.myNav-container_login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0;
}
@media (min-width: 769px) {
  .myNav-container_login {
    flex-direction: row;
    padding: 65px 0;
  }
}
.myNav-container_login-leftPanel {
  flex: 0 0 50%;
  position: relative;
  border-bottom: 2px solid #2A7475;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.myNav-container_login-leftPanel img {
  width: 100%;
  height: auto;
  max-width: 241px;
  padding: 25px 0;
}
@media (min-width: 769px) {
  .myNav-container_login-leftPanel {
    border-bottom: none;
    border-right: 2px solid #2A7475;
  }
  .myNav-container_login-leftPanel img {
    max-width: 437px;
    padding: 25px 0 0 0;
  }
}
.myNav-container_login-rightPanel {
  flex: 0 0 50%;
  padding: 40px 0 25px 0;
}
.myNav-container_login-rightPanel--header {
  font-size: 60px;
  line-height: 58px;
  color: #2A7475;
  letter-spacing: -2px;
  margin-bottom: 40px;
}
.myNav-container_login-rightPanel p {
  font-size: 20px;
  line-height: 24px;
  color: #63666A;
  margin-bottom: 30px;
}
.myNav-container_login-rightPanel p.call-text {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .myNav-container_login-rightPanel {
    padding: 15px 0 0 50px;
  }
  .myNav-container_login-rightPanel--header {
    font-size: 100px;
    line-height: 85px;
    letter-spacing: -4px;
    margin-bottom: 35px;
  }
}
.myNav-container_header {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-right: 0px;
}
.myNav-container_header article div img {
  max-width: 100%;
  max-height: 255px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .myNav-container_header article div img {
    max-height: 186px;
    width: 512px;
  }
}
@media (min-width: 992px) {
  .myNav-container_header {
    padding-top: 10px;
  }
}
.myNav-container_background {
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
  margin-top: 60px;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .myNav-container_background {
    margin-top: 0;
  }
}
.myNav-container_background .display-overlay {
  z-index: 10;
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
}
@media (max-width: 992px) {
  .myNav-container_background .display-overlay {
    margin-top: 0;
    display: flex;
  }
}
.myNav-container_background .display-overlay.inactive .myNav-container_background-card {
  background-color: #efefef;
}
.myNav-container_background-card {
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 0 20px 0 rgba(21, 79, 80, 0.12);
  z-index: 20;
  width: 100%;
}
.myNav-container_background-card--header {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.67px;
  line-height: 40px;
  text-align: left;
  display: inline-flex;
  margin: 12px 0 12px 15px;
  text-transform: uppercase;
}
.myNav-container_background-card .track-progress {
  position: relative;
  padding-top: 14px;
  overflow: hidden;
}
.myNav-container_background-card .track-progress:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 9px;
  background-image: linear-gradient(90deg, #2A7475 44%, #266A8F 100%);
}
@media (min-width: 992px) {
  .myNav-container_background-card .track-progress {
    padding-top: 35px;
  }
}
.myNav-container_background-card .track-progress_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 510px;
}
@media (min-width: 769px) {
  .myNav-container_background-card .track-progress_list {
    min-height: 480px;
  }
}
.myNav-container_background-card .track-progress_list-item {
  padding: 10px 10px 10px 40px;
  position: relative;
  flex: 1;
}
.myNav-container_background-card .track-progress_list-item .top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.myNav-container_background-card .track-progress_list-item .top-bar h4 {
  color: #B1B3B3;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 5px 0;
  padding-bottom: 30px;
  text-transform: none;
}
.myNav-container_background-card .track-progress_list-item .top-bar .date-time {
  color: #00868C;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 9px;
  display: none;
}
.myNav-container_background-card .track-progress_list-item .top-bar .more-link {
  display: none;
}
.myNav-container_background-card .track-progress_list-item .top-bar .more-link article div img {
  min-width: 31px;
}
.myNav-container_background-card .track-progress_list-item .top-bar:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -27px;
  width: 24px;
  height: 24px;
  background-image: url("./images/grey-oval.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.myNav-container_background-card .track-progress_list-item .bottom-content {
  display: none;
}
.myNav-container_background-card .track-progress_list-item .bottom-content p {
  font-size: 14px;
  padding-right: 30px;
  margin: 0px;
}
.myNav-container_background-card .track-progress_list-item:after {
  content: "";
  position: absolute;
  left: 23px;
  top: 35px;
  width: 3px;
  height: calc(100% - 35px);
  border-radius: 2px;
  background-color: #B1B3B3;
}
.myNav-container_background-card .track-progress_list-item.active .top-bar h4 {
  padding-bottom: 0px;
  color: #2A7475;
}
.myNav-container_background-card .track-progress_list-item.active .top-bar .date-time {
  display: inline-flex;
}
.myNav-container_background-card .track-progress_list-item.active .top-bar .more-link {
  display: flex;
}
.myNav-container_background-card .track-progress_list-item.active .top-bar:before {
  background-image: url("./images/check-oval.svg");
}
.myNav-container_background-card .track-progress_list-item.active .bottom-content {
  display: inline-flex;
}
.myNav-container_background-card .track-progress_list-item.active:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #BDDC04;
}
.myNav-container_background-card .track-progress_list-item.active:after {
  background-color: #2A7475;
}
.myNav-container_background-card .track-progress_list-item.complete .top-bar h4 {
  padding-bottom: 0px;
  color: #2A7475;
}
.myNav-container_background-card .track-progress_list-item.complete .top-bar .date-time {
  display: inline-flex;
}
.myNav-container_background-card .track-progress_list-item.complete .top-bar .more-link {
  display: flex;
}
.myNav-container_background-card .track-progress_list-item.complete .top-bar:before {
  background-image: url("./images/check-oval.svg");
}
.myNav-container_background-card .track-progress_list-item.complete:after {
  background-color: #2A7475;
}
.myNav-container_background-card .track-progress_list-item:last-of-type:after {
  display: none;
}
.myNav-container_background-card .track-progress_overlay {
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border: 7px solid #D1DA61;
  padding: 15px;
  animation-name: overlay-fade-in;
  animation-duration: 0.5s;
  animation-play-state: paused;
  animation-timing-function: ease-in;
  display: flex;
  flex-direction: column;
}
.myNav-container_background-card .track-progress_overlay-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.myNav-container_background-card .track-progress_overlay-top .close-btn {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.myNav-container_background-card .track-progress_overlay-top .close-btn img {
  max-width: 100%;
  width: 14px;
  height: 14px;
}
.myNav-container_background-card .track-progress_overlay h4 {
  color: #2A7475;
  font-size: 22px;
  line-height: 18px;
  margin: 0 0 10px 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .myNav-container_background-card .track-progress_overlay h4 {
    line-height: 25px;
  }
}
.myNav-container_background-card .track-progress_overlay .date-time {
  color: #00868C;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.myNav-container_background-card .track-progress_overlay .next-steps {
  color: #2A7475;
}
.myNav-container_background-card .track-progress_overlay .next-steps strong {
  font-weight: bold;
}
.myNav-container_background-card .track-progress_overlay .treatment-btns {
  margin-top: auto;
}
.myNav-container_background-card .track-progress_overlay .treatment-btns div.button.button_left {
  text-transform: none;
}
.myNav-container_background-card .track-progress_overlay.closed {
  display: none;
}
.myNav-container_background-card .track-progress_overlay.fade-out-animate {
  animation-name: overlay-fade-out;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.myNav-container_background-card .track-progress_overlay.shipment-history {
  border-color: #2A7475;
  padding: 15px 30px;
  overflow-y: auto;
}
.myNav-container_background-card .track-progress_overlay.shipment-history .shipment-top {
  justify-content: space-between;
}
.myNav-container_background-card .track-progress_overlay.shipment-history .shipment-top h4 {
  margin: 0;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .myNav-container_background-card .track-progress_overlay.shipment-history .shipment-top h4 {
    padding: 0;
  }
  .myNav-container_background-card .track-progress_overlay.shipment-history .shipment-top h4:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 20px;
    left: 20px;
    background-image: url("./images/open-book.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.myNav-container_background-card .track-progress_overlay.shipment-history .shipment-list {
  list-style: none;
  padding: 0px;
}
.myNav-container_background-card .track-progress_overlay.shipment-history .shipment-list li {
  margin-bottom: 15px;
}
.myNav-container_background-card .track-progress_overlay.shipment-history .shipment-list li p {
  margin: 0px;
  padding-bottom: 10px;
  color: #63666A;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .myNav-container_background-card .track-progress_overlay.shipment-history {
    padding: 25px 50px;
  }
}
@media (min-width: 992px) {
  .myNav-container_background-card .track-progress_overlay {
    padding: 25px;
  }
}
.myNav-container_background-card .track-progress_overlay .hang-note {
  position: relative;
}
.myNav-container_background-card hr {
  margin: 0 0 3px 0;
}
.myNav-container_background-card .shipment-link {
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px;
  display: block;
  font-size: 12px;
  color: #2A7475;
}
.myNav-container_background-callout {
  z-index: 20;
  margin-top: 30px;
  width: 100%;
}
.myNav-container_background-callout article div img {
  max-width: 100%;
  width: 120px;
  height: auto;
}
.myNav-container_background-callout article div img.media__image {
  max-height: 150px;
}
@media (min-width: 992px) {
  .myNav-container_background-callout article div img {
    width: 150px;
  }
}
.myNav-container_background-callout--content {
  width: 100%;
}
.myNav-container_background-callout--content h3 {
  font-size: 31px;
  letter-spacing: -0.69px;
  line-height: 37px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .myNav-container_background-callout--content {
    padding-left: 20px;
  }
}
.myNav-container_background:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #fff;
  z-index: 0;
}
@media (min-width: 992px) {
  .myNav-container_background:after {
    height: 460px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.myNav-container_resources {
  margin-top: 40px;
  margin-bottom: 20px;
}
.myNav-container_resources .expand-btn {
  font-size: 16px;
  color: #2A7475;
  text-decoration: underline;
  font-weight: bold;
  line-height: 24px;
}
.myNav-container_resources-tab {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 7px;
}
.myNav-container_resources-tab .tab-header a {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 20px;
  color: #2A7475;
  line-height: 24px;
  font-family: Arial, sans-serif;
  padding: 22px 18px 22px 30px;
  display: block;
  text-decoration: none;
}
.myNav-container_resources-tab .tab-header a:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("./images/minus-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 18px;
}
.myNav-container_resources-tab .tab-header a.collapsed:after {
  background-image: url("./images/plus-circle.svg");
}
.myNav-container_resources-tab .card.card-body {
  border: 0;
  padding: 0 20px 20px 20px;
}
.myNav-container_resources-tab .card.card-body img.ico-1 {
  max-width: 66px;
}
.myNav-container_resources-tab .card.card-body img.ico-2 {
  max-width: 91px;
}
@media (min-width: 992px) {
  .myNav-container_resources-tab .card.card-body img.ico {
    margin-top: 10px;
  }
}
.myNav-container_resources-tab .card.card-body .card-link {
  text-decoration: underline;
  font-weight: 400;
}
.myNav-container_resources-tab .card.card-body a {
  text-decoration: underline;
  color: #369;
}
.myNav-container_resources-tab .submit_btns {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.myNav-container_resources-tab .submit_btns-cancel {
  max-width: 130px;
}
.myNav-container_resources-tab .submit_btns-cancel a {
  padding: 0.8em 0.8em 0.8em 1em;
}
.myNav-container_resources-tab #sharps-submit-container .submit_btns {
  display: inline-flex;
  flex-direction: row-reverse;
  width: auto;
  margin: 15px 0 35px;
}
.myNav-container_resources-tab .submit_btns .submit_btns-save {
  background: #bddc04;
  border: 2px solid #bddc04;
  margin-right: 1em;
}
.myNav-container_resources-tab .submit_btns .submit_btns-save a {
  color: #2a7475;
  text-transform: uppercase;
}
.myNav-container_resources-tab .submit_btns .submit_btns-save a svg {
  max-height: 16px;
  max-width: 30px;
  transition: all 0.25s linear;
}
.myNav-container_resources-tab .submit_btns .submit_btns-save:hover {
  border: 2px solid #00b0b9;
  background: #00b0b9;
}
.myNav-container_resources-tab .submit_btns .submit_btns-save:hover a {
  color: #fff;
}
.myNav-container_resources-tab .submit_btns .submit_btns-save:hover a svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  transform: translateX(0.5em);
}
.myNav-container_resources-tab .submit_btns .submit_btns-cancel {
  border: 2px solid #63666a;
  display: table;
  border-radius: 4px;
  transition: border-color 0.25s linear;
}
.myNav-container_resources-tab .submit_btns .submit_btns-cancel a {
  color: #2a7475;
  text-transform: uppercase;
}
.myNav-container_resources-tab .submit_btns .submit_btns-cancel a svg {
  max-height: 16px;
  max-width: 30px;
  transition: all 0.25s linear;
}
.myNav-container_resources-tab .submit_btns .submit_btns-cancel:hover {
  border: 2px solid #bddc04;
  background: #bddc04;
}
.myNav-container_resources-tab .submit_btns .submit_btns-cancel:hover a {
  color: #fff;
}
.myNav-container_resources-tab .submit_btns .submit_btns-cancel:hover a svg {
  color: #000;
  fill: #000;
  stroke: #000;
}
.myNav-container_resources-tab #edit-text-messaging-terms-of-use p {
  font-size: 12px;
  line-height: 14px;
}
.myNav-container_resources .copay-container {
  background: rgb(232, 240, 241);
  padding: 15px;
}
.myNav-container_resources .copay-container article div img {
  width: 100%;
  height: auto;
  max-height: 164px;
  max-width: 284px;
  margin: 0 auto 10px auto;
  display: block;
}
.myNav-container_resources .copay-container .button_right {
  border: 2px solid #63666a;
  background-color: transparent;
  max-width: 196px;
  width: 100%;
}
.myNav-container_resources .copay-container .button_right a {
  color: #63666a;
  text-transform: uppercase;
  transition: color 0.25s linear;
}
.myNav-container_resources .copay-container .button_right:hover {
  background: #bddc04;
  border: 2px solid #bddc04;
  transition: border-color 0.25s linear;
}
.myNav-container_resources .copay-container .button_right:hover a {
  color: #000;
}
.myNav-container_resources .copay-container .button_right:hover svg {
  color: #000;
  transform: translateX(0.5em);
}
.myNav-container_resources .copay-container .button_right a svg {
  float: right;
  margin-left: 10px;
  max-height: 16px;
  max-width: 30px;
  top: 1.2em;
  transition: all 0.25s linear;
}
@media (min-width: 992px) {
  .myNav-container_resources .copay-container .button_right {
    max-width: 196px;
  }
}
.myNav-container_full {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .myNav-container_full #myInformation {
    padding: 0 15px;
  }
}
.myNav-container_full article div img {
  max-width: 100%;
  height: auto;
  margin: 30px 0 50px 0;
}
.myNav-container_full .margin-fix article div img {
  margin: 50px 0 0 0;
}
.myNav-container_full hr {
  width: 100%;
}
.myNav-container_full-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.myNav-container_full-list--tab {
  margin-bottom: 12px;
}
.myNav-container_full-list--tab a {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #63666A;
}
.myNav-container_full-list--tab a:hover {
  text-decoration: none;
}
.myNav-container_full-list--tab a.active {
  color: #2A7475;
  border-bottom: 2px solid #2A7475;
  padding-bottom: 4px;
}
.myNav-container_full .collapsed-content {
  display: none;
}
.myNav-container_full .collapsed-content.show {
  display: flex;
}
.myNav-container_full div.card.card-body {
  border: none;
  padding: 0px;
}
.myNav-container_full div.card.card-body .signedIn-content_label {
  color: #2A7475;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}
.myNav-container_full div.card.card-body .signedIn-content_entry {
  font-size: 16px;
  margin-bottom: 0px;
}
.myNav-container_full div.card.card-body .signedIn-content_cancel {
  display: table;
}
.myNav-container_full div.card.card-body .signedIn-content_cancel div {
  position: relative;
}
.myNav-container_full div.card.card-body .signedIn-content_cancel div a:after {
  content: "";
  position: absolute;
  right: -32px;
  top: 4px;
  width: 30px;
  height: 12px;
  background-image: url("./images/button-arrow-right-teal.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.myNav-container_full div.card.card-body .signedIn-content_text {
  font-size: 16px;
  margin-bottom: 10px;
}
.myNav-container .hidden-form {
  position: absolute;
  z-index: 20;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.myNav-container .hidden-form form {
  background: #fff;
}
.myNav-container .hidden-form form legend {
  margin-bottom: 10px;
}
.myNav-container .hidden-form form legend span.fieldset-legend {
  font-weight: bold;
  color: #888B8D;
  font-size: 16px;
}
.myNav-container .hidden-form form div.js-form-item.form-item {
  margin-top: 0px;
  margin-bottom: 30px;
}
.myNav-container .hidden-form form div.js-form-item.form-item p.custom-border-selected {
  display: none;
}
.myNav-container .hidden-form form div.js-form-item.form-item label {
  font-weight: bold;
  color: #888B8D;
  font-size: 16px;
}
.myNav-container .hidden-form form div.js-form-item.form-item div.description label {
  display: none;
}
.myNav-container .hidden-form form div.js-form-item.form-item input[type=email], .myNav-container .hidden-form form div.js-form-item.form-item input[type=password], .myNav-container .hidden-form form div.js-form-item.form-item input[type=text], .myNav-container .hidden-form form div.js-form-item.form-item select {
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #979797;
}
.myNav-container .hidden-form form div.js-form-item.form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.myNav-container .hidden-form form div.form-type-select {
  position: relative;
}
.myNav-container .hidden-form form div.form-type-select:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  background-image: url("./images/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 16px;
  right: 12px;
}
.myNav-container .hidden-form form div.form-type-password {
  position: relative;
}
.myNav-container .hidden-form form div.form-type-password p.custom-border-selected {
  display: block !important;
  position: absolute;
  width: 24px;
  height: 18px;
  background-image: url("./images/eye.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 44px;
  right: 8px;
  margin: 0px;
}
@media (min-width: 992px) {
  .myNav-container .hidden-form form div.form-type-password p.custom-border-selected {
    right: 28px;
  }
}
.myNav-container .hidden-form form div.form-type-password label {
  display: flex;
  position: relative;
}
.myNav-container .hidden-form form div.form-type-password label p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 700;
  color: #888b8d;
  margin-bottom: 0;
}
.myNav-container .hidden-form form div.form-type-password label p:nth-of-type(2) {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 91%;
  cursor: pointer;
  background-image: url("./images/question-mark.svg");
  background-repeat: no-repeat;
  pointer-events: all;
}
.myNav-container .hidden-form form div.form-type-password label p:nth-of-type(3) {
  display: none;
  width: 230px;
  position: absolute;
  background-color: #FFFFFF;
  top: -105px;
  right: 9px;
  padding: 25px 15px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0 1px 3px);
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .myNav-container .hidden-form form div.form-type-password label p:nth-of-type(3) {
    right: 0;
  }
}
@media (min-width: 769px) {
  .myNav-container .hidden-form form div.form-type-password label p:nth-of-type(3) {
    right: 10px;
  }
}
.myNav-container .hidden-form form div.form-type-password label p:nth-of-type(3):after {
  border: 10px solid;
  border-color: white transparent transparent;
  content: "";
  right: 18px;
  margin-left: -10px;
  position: absolute;
  top: 99%;
}
@media (min-width: 1200px) {
  .myNav-container .hidden-form form div.form-type-password label p:nth-of-type(3):after {
    right: 8px;
  }
}
.myNav-container .hidden-form form div.form-type-password label .popup-close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -100px;
  right: 11px;
  z-index: 1;
  background-image: url("./images/x.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .myNav-container .hidden-form form div.form-type-password label .popup-close {
    right: 22px;
  }
}
.myNav-container .hidden-form form .button.button_primary {
  background-color: transparent;
  border: 2px solid #63666a;
  border-radius: 4px;
  display: table;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  transition: border-color 0.25s linear;
  width: auto;
  z-index: 20;
}
.myNav-container .hidden-form form .button.button_primary a {
  color: #63666a;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 12px 12px;
  position: relative;
  transition: color 0.25s linear;
}
.myNav-container .hidden-form form .button.button_primary:hover {
  background: #bddc04;
  border: 2px solid #bddc04;
}
.myNav-container .hidden-form form .button.button_primary:hover a {
  color: #000;
}
.myNav-container .hidden-form form .button.form-submit.button_strong.button_right {
  border-radius: 4px;
  font-weight: 700;
  padding: 0.8em 1.5em 0.8em 0.8em;
  text-transform: uppercase;
}
.myNav-container .hidden-form form .button.form-submit.button_strong.button_right svg {
  margin-left: 0.75rem;
  vertical-align: baseline;
}
.myNav-container .hidden-form.closed {
  display: none;
}
.myNav-container #edit-reminder-type--wrapper legend .fieldset-legend {
  display: none;
}
.myNav-container .button {
  border-radius: 4px;
}
.myNav-container .button.button_download {
  background-color: #dbf0f0;
  border-color: #dbf0f0;
  border-radius: 21px;
  margin-bottom: 10px;
  width: 100%;
}
.myNav-container .button.button_download a {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 8px;
}
.myNav-container .button.button_download a p {
  color: #2a7475;
}
.myNav-container .button.button_download a svg {
  color: #2a7475;
  fill: #2a7475;
  margin-right: 20px;
  margin-left: 0;
  max-height: 16px;
  max-width: 30px;
  min-width: 20px;
  right: 1em;
  stroke: #2a7475;
  top: 1em;
  transition: all 0.25s linear;
}
.myNav-container .button.button_download:hover {
  background: #00b0b9;
}
.myNav-container .button.button_download:hover a p {
  color: #fff;
  cursor: pointer;
}
.myNav-container .button.button_download:hover a svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  transform: none;
}
.myNav-container .button.button_update {
  align-items: center;
  background: transparent;
  border: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
.myNav-container .button.button_update span {
  color: #2a7475;
  text-transform: none;
}
.myNav-container .button.button_update svg {
  margin-left: 10px;
  max-height: 16px;
  max-width: 30px;
  transition: all 0.25s linear;
}
.myNav-container .button.button_primary svg {
  color: #bddc04;
  fill: #bddc04;
  margin-left: 0;
  stroke: #bddc04;
  vertical-align: baseline;
}
.myNav-container .button.button_primary:hover {
  border: 2px solid #bddc04;
  background: #bddc04;
}
.myNav-container .button.button_primary:hover a {
  color: #000;
}
.myNav-container .button.button_primary:hover svg {
  color: #000;
  fill: #000;
  stroke: #000;
}
.myNav-container .button.button_primary.myNav-button {
  background-color: #fff;
  border: 2px solid #63666a;
  border-radius: 4px;
  display: table;
  transition: border-color 0.25s linear;
  width: 100%;
}
@media (min-width: 769px) {
  .myNav-container .button.button_primary.myNav-button {
    width: auto;
  }
}
.myNav-container .button.button_primary.myNav-button:hover {
  background-color: #bddc04;
  color: #000;
  border-color: #bddc04;
}
.myNav-container .button.button_primary.myNav-button a {
  color: #63666a;
  display: block;
  font-weight: 700;
  padding: 9px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s linear;
}
.myNav-container .button.button_primary.myNav-button a:hover {
  color: #000;
  cursor: pointer;
}
.myNav-container .button.button_right.button_strong.submit_btns-save {
  border: 2px solid #bddc04;
  background: #bddc04;
  border-radius: 4px;
}
.myNav-container .button.button_right.button_strong.submit_btns-save a {
  text-decoration: underline;
  color: rgb(33, 37, 41);
}
.myNav-container .button.button_right.button_strong.submit_btns-save:hover {
  border: 2px solid #00b0b9;
  background: #00b0b9;
}
.myNav-container .button.button_right.button_strong.submit_btns-save:hover a {
  color: #fff;
}
.myNav-container .button.button_right.button_strong.submit_btns-save:hover svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  transform: translateX(0.5em);
}
.myNav-container .button.button_left.button_primary.submit_btns-cancel {
  background-color: transparent;
  border: 2px solid #63666a;
  display: table;
  border-radius: 4px;
  transition: border-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.myNav-container .button.button_left.button_primary.submit_btns-cancel a {
  transition: border-color 0.25s linear;
  color: #212529;
}
.myNav-container .button.button_left.button_primary.submit_btns-cancel:hover {
  border: 2px solid #bddc04;
  background: #bddc04;
}
.myNav-container .button.button_left.button_primary.submit_btns-cancel:hover svg {
  color: #000;
  fill: #000;
  stroke: #000;
  transform: translateX(-0.5em);
}
.myNav-container .button a {
  padding: 12px;
}
.myNav-container #myInformation {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .myNav-container #myInformation {
    padding-bottom: 30px;
  }
}
.myNav-container .treatment-btns .button .button_download:hover a svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  transform: none;
}
.myNav-container #myNavTracker p a {
  color: #369;
}
.myNav-container .edit-cancel-hipaa-link a {
  color: #369;
}

.copay-pdf .swirl-bar .col {
  max-height: 80px;
  overflow: hidden;
}
.copay-pdf .copay-pdf-content {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.copay-pdf .logo-and-description {
  width: 100%;
}
.copay-pdf .logo-and-description img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .copay-pdf .logo-and-description {
    max-width: 548px;
  }
  .copay-pdf .logo-and-description img {
    width: 478px;
  }
}
.copay-pdf .copay-list li {
  margin-bottom: 30px;
}
.copay-pdf .copay-list li::marker {
  color: #BDDC04;
}
.copay-pdf .copay-list li a {
  text-decoration: underline;
}
.copay-pdf .copay-card {
  width: 100%;
  padding: 0 0 25px 0;
}
.copay-pdf .copay-card .resources-font {
  font-size: 40px;
  line-height: 46px;
}
@media (min-width: 576px) {
  .copay-pdf .copay-card {
    padding-top: 80px;
    padding-bottom: 25px;
    width: 430px;
    margin-left: 50px;
  }
}
.copay-pdf .copay-card .copay-card-blank {
  position: relative;
  min-height: 244px;
  margin-bottom: 30px;
}
.copay-pdf .copay-card .copay-card-blank img {
  max-width: 100%;
  position: absolute;
  z-index: 0;
  border-radius: 13px;
}
@media (min-width: 576px) {
  .copay-pdf .copay-card .copay-card-blank img {
    width: 430px;
    border-radius: 16.5px;
  }
}
.copay-pdf .copay-card .copay-card-blank .card-contents {
  position: absolute;
  z-index: 1;
}
.copay-pdf .copay-card .copay-card-blank .pharmacy-info {
  position: absolute;
  left: 7%;
  bottom: 26%;
}
@media only screen and (min-width: 400px) {
  .copay-pdf .copay-card .copay-card-blank .pharmacy-info {
    bottom: 20%;
  }
}
@media (min-width: 576px) {
  .copay-pdf .copay-card .copay-card-blank .pharmacy-info {
    left: 32px;
    top: 130px;
    bottom: initial;
  }
}
.copay-pdf .copay-card .copay-card-blank .pharmacy-info .card-item {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 128px;
  height: 20px;
}
.copay-pdf .copay-card .copay-card-blank .pharmacy-info .card-item span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.copay-pdf .copay-card .copay-card-blank .pharmacy-info .card-item .label {
  color: #2A7475;
  font-weight: 700;
}
@media (min-width: 576px) {
  .copay-pdf .copay-card .copay-card-blank .pharmacy-info .card-item {
    width: 164px;
    height: auto;
  }
  .copay-pdf .copay-card .copay-card-blank .pharmacy-info .card-item span {
    font-size: 14px;
  }
}
.copay-pdf .copay-card .copay-card-blank .program-name {
  font-size: 21px;
  color: #2a7475;
  position: absolute;
  bottom: 30%;
  right: 5%;
  left: initial;
  white-space: nowrap;
}
@media only screen and (min-width: 400px) {
  .copay-pdf .copay-card .copay-card-blank .program-name {
    bottom: 25%;
  }
}
@media (min-width: 576px) {
  .copay-pdf .copay-card .copay-card-blank .program-name {
    top: 160px;
    left: 250px;
    right: initial;
    bottom: initial;
  }
}
.copay-pdf .copay-card .copay-card-blank .powered-by {
  font-size: 9px;
  position: absolute;
  bottom: 27%;
  left: auto;
  right: 5%;
  white-space: nowrap;
}
@media only screen and (min-width: 400px) {
  .copay-pdf .copay-card .copay-card-blank .powered-by {
    bottom: 22%;
  }
}
@media (min-width: 576px) {
  .copay-pdf .copay-card .copay-card-blank .powered-by {
    top: 203px;
    left: 223px;
    right: initial;
    bottom: initial;
  }
}
.copay-pdf .tc-notice {
  font-style: italic;
  padding: 0px 30px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
}
.copay-pdf .separator .col {
  overflow: hidden;
}
.copay-pdf .separator .col img {
  max-width: 90%;
  height: 9px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .copay-pdf .separator .col img {
    max-width: 1074px;
  }
}
.copay-pdf .terms-and-conditions .col {
  padding: 20px 36px;
}
.copay-pdf .terms-and-conditions .title {
  font-size: 16px;
  font-weight: 700;
  color: #2A7475;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.copay-pdf .terms-and-conditions .tc-content p {
  font-size: 14px;
  color: #63666A;
}
.copay-pdf .terms-and-conditions .pharmacist-instructions p {
  margin-bottom: 20px;
  font-size: 14px;
}
.copay-pdf .terms-and-conditions .pharmacist-instructions p a {
  text-decoration: underline;
}

.phase-2-13-safety .page-hero {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety .page-hero {
    margin-bottom: 50px;
  }
}
.phase-2-13-safety .page-hero .hero-text {
  margin: 81px 0 0 20px;
  width: 120px;
}
@media (min-width: 768px) {
  .phase-2-13-safety .page-hero .hero-text {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety .page-hero .hero-text {
    margin: 6.9vw 0 0 -7px;
    width: 420px;
  }
}
@media (min-width: 1680px) {
  .phase-2-13-safety .page-hero .hero-text {
    margin-top: 111.767px;
  }
}
@media (max-width: 768px) {
  .phase-2-13-safety .page-hero .hero-text {
    margin: 55px 0 0 20px;
  }
}
.phase-2-13-safety .page-hero .hero-text h1 {
  font: 35px/36px "Barlow-MediumItalic", sans-serif;
  color: #fff;
  font-style: italic;
}
@media (min-width: 992px) {
  .phase-2-13-safety .page-hero .hero-text h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
.phase-2-13-safety .page-hero .hero-text h1 span {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}
.phase-2-13-safety #hero_continer_overlay {
  margin-top: 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay {
    margin-top: -15.4vw;
  }
}
@media (min-width: 1680px) {
  .phase-2-13-safety #hero_continer_overlay {
    margin-top: -249.467px;
  }
}
.phase-2-13-safety #hero_continer_overlay .hero-component--center {
  background: #E5F0F1;
  padding: 48px 36px 30px 36px;
}
@media (min-width: 768px) {
  .phase-2-13-safety #hero_continer_overlay .hero-component--center {
    padding: 48px 32px 45px 33px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .hero-component--center {
    padding: 68px 186px 88px 130px;
  }
}
@media (min-width: 768px) {
  .phase-2-13-safety #hero_continer_overlay .hero-component--center .row {
    position: relative;
    left: 24px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .hero-component--center .row {
    position: unset;
  }
}
.phase-2-13-safety #hero_continer_overlay .hero-component--heading {
  font: 23px/27px "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  color: #006E76;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .phase-2-13-safety #hero_continer_overlay .hero-component--heading {
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 41px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .hero-component--heading {
    margin-bottom: 50px;
  }
}
.phase-2-13-safety #hero_continer_overlay .hero-component--heading sup {
  font-size: 100%;
  top: 0;
  font-family: "Barlow-ExtraBold", sans-serif;
}
.phase-2-13-safety #hero_continer_overlay .hero-component--divider {
  width: 30px;
  height: 130px;
  left: -15px;
  top: 42px;
  transform: translate(0);
  background-size: contain;
}
@media (min-width: 768px) {
  .phase-2-13-safety #hero_continer_overlay .hero-component--divider {
    top: 82px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .hero-component--divider {
    width: 56px;
    height: 200px;
    top: 58px;
    left: -28px;
  }
}
.phase-2-13-safety #hero_continer_overlay .box-icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 85px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon {
    padding-left: 58px;
  }
}
.phase-2-13-safety #hero_continer_overlay .box-icon::before {
  position: absolute;
  width: 68px;
  height: 68px;
  content: "";
}
@media (min-width: 768px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon::before {
    width: 82px;
    height: 82px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon::before {
    width: 85px;
    height: 85px;
  }
}
.phase-2-13-safety #hero_continer_overlay .box-icon span {
  font: 23px/27px "Barlow-Bold", sans-serif;
  font-size: 23px;
  line-height: 27px;
  color: #006E76;
  padding: 3px 0 0 82px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon span {
    padding: 5px 0 0 100px;
  }
}
.phase-2-13-safety #hero_continer_overlay .box-icon--left::before {
  background: url("./images/safety-and-side-effects/icon-five-m.png") no-repeat center center/contain;
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon--left::before {
    background: url("./images/safety-and-side-effects/icon-five-d.png") no-repeat center center/contain;
  }
}
@media (min-width: 768px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon--left span {
    padding: 3px 0 0 99px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon--right {
    padding-left: 65px;
  }
}
.phase-2-13-safety #hero_continer_overlay .box-icon--right::before {
  background: url("./images/safety-and-side-effects/icon-patients.png") no-repeat center center/contain;
}
@media (min-width: 768px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon--right::before {
    width: 99px;
    height: 99px;
    position: relative;
    left: -4px;
    top: -5px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon--right::before {
    width: 98px;
    height: 78px;
  }
}
.phase-2-13-safety #hero_continer_overlay .box-icon--right span {
  padding-top: 0;
}
@media (min-width: 768px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon--right span {
    padding: 3px 0 0 9px;
    margin-top: -16px;
    margin-left: 6px;
  }
}
@media (min-width: 992px) {
  .phase-2-13-safety #hero_continer_overlay .box-icon--right span {
    padding: 32px 0 0 10px;
    margin-top: unset;
    margin-left: unset;
  }
}
.phase-2-13-safety #most_important {
  padding: 50px 0 60px 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important {
    padding-top: 46px;
  }
}
.phase-2-13-safety #most_important .card {
  border: 0;
  margin-bottom: 30px;
  padding: 0 5px 0 5px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card {
    padding: 0;
    margin-bottom: 32px;
  }
}
.phase-2-13-safety #most_important .card-header {
  border: 1px solid #707070;
  background-color: #2A7475;
  border-radius: 0;
  padding: 10px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card-header {
    padding: 8px 10px 8px 10px;
  }
}
.phase-2-13-safety #most_important .card-header a {
  font: 16px/20px Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  padding-right: 50px;
}
.phase-2-13-safety #most_important .card-header a.collapsed::before {
  opacity: 1;
}
.phase-2-13-safety #most_important .card-header a::before {
  width: 4px;
  height: 25px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 10.5px;
  right: 17.5px;
  transform: translateY(-50%);
  opacity: 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card-header a::before {
    right: 14.5px;
  }
}
.phase-2-13-safety #most_important .card-header a::after {
  width: 25px;
  height: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 10.5px;
  right: 7px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card-header a::after {
    right: 4px;
  }
}
.phase-2-13-safety #most_important .card-body {
  padding: 30px 0 18px 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card-body {
    padding: 24px 0 18px 0;
  }
}
.phase-2-13-safety #most_important .card--two .card-header {
  padding: 0 10px 0 13px;
  display: flex;
  align-items: center;
  min-height: 88px;
}
@media (min-width: 768px) {
  .phase-2-13-safety #most_important .card--two .card-header {
    display: unset;
    min-height: unset;
    padding: 8px 10px 8px 10px;
  }
}
.phase-2-13-safety #most_important .card--two .card-body {
  padding: 30px 0 8px 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card--two .card-body {
    padding: 16px 0 8px 0;
  }
}
.phase-2-13-safety #most_important .card--two .card-body li {
  margin-bottom: 6px;
}
.phase-2-13-safety #most_important .card--three .card-header {
  padding: 9px 10px 11px 13px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card--three .card-header {
    padding: 8px 10px 8px 10px;
  }
}
.phase-2-13-safety #most_important .card--three .card-body {
  padding: 30px 0 6px 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card--three .card-body {
    padding: 13px 0 10px 0;
  }
}
.phase-2-13-safety #most_important .card--three .card-body ul li {
  margin-bottom: 16px;
}
.phase-2-13-safety #most_important .card--three .card-body ul.disc-bullet {
  margin: 7px 0 4px 0;
}
.phase-2-13-safety #most_important .card--three .card-body ul.disc-bullet li {
  margin-bottom: 0;
}
.phase-2-13-safety #most_important .card--four {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card--four {
    margin-bottom: 24px;
  }
}
.phase-2-13-safety #most_important .card--four .card-header {
  padding: 10px 10px 14px 10px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card--four .card-header {
    padding: 8px 10px 8px 10px;
  }
}
.phase-2-13-safety #most_important .card--four .card-body {
  padding: 16px 0 6px 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .card--four .card-body {
    padding: 16px 0 8px 0;
  }
  .phase-2-13-safety #most_important .card--four .card-body li:last-child {
    margin-bottom: 7px;
  }
}
.phase-2-13-safety #most_important .para {
  color: #4A4A4A;
  margin-bottom: 4px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .para {
    margin-bottom: 8px;
  }
}
.phase-2-13-safety #most_important .para--one {
  line-height: 20px;
}
.phase-2-13-safety #most_important .para--two {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .para--two {
    margin-bottom: 10px;
  }
}
.phase-2-13-safety #most_important .para--three {
  margin-bottom: 0;
}
.phase-2-13-safety #most_important .para--four {
  margin-bottom: 22px;
  padding: 0 0px 0 4px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .para--four {
    padding: 0;
  }
}
.phase-2-13-safety #most_important .para--five {
  margin-bottom: 48px;
  padding: 0 0px 0 4px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .para--five {
    padding: 0;
    margin-bottom: 30px;
  }
}
.phase-2-13-safety #most_important .para--six {
  font: 23px/27px "Barlow-Bold", sans-serif;
  color: #006E76;
  margin-bottom: 30px;
  padding: 0 0px 0 4px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .para--six {
    padding: 0;
    margin-bottom: 32px;
  }
}
.phase-2-13-safety #most_important .button_secondary {
  width: 192px;
  margin-left: 4px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important .button_secondary {
    margin: 0;
  }
}
.phase-2-13-safety #most_important .button_secondary svg {
  margin-left: 23px;
}
.phase-2-13-safety #most_important .text-dark-green {
  color: #2A7475;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.phase-2-13-safety #most_important p.text-small-bottom {
  margin-bottom: 10px;
}
.phase-2-13-safety #most_important ul {
  list-style-type: none;
  padding-inline-start: 6px;
  margin-bottom: 10px;
}
.phase-2-13-safety #most_important ul li {
  color: #4A4A4A;
  padding-left: 4px;
  position: relative;
  margin-bottom: 10px;
  line-height: 21px;
}
.phase-2-13-safety #most_important ul li::before {
  position: absolute;
  left: -5px;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #006E76;
  border-radius: 50%;
  content: "";
}
.phase-2-13-safety #most_important ul .disc-bullet {
  margin: 5px 0 14px 0;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important ul .disc-bullet {
    margin: 5px 0 16px 0;
    padding-inline-start: 6px;
  }
}
.phase-2-13-safety #most_important ul .disc-bullet li {
  padding-left: 11px;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important ul .disc-bullet li {
    margin-bottom: 2px;
  }
}
.phase-2-13-safety #most_important ul .disc-bullet li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 1px solid #006E76;
  border-radius: 50%;
  content: "";
}
.phase-2-13-safety #most_important ul .disc-bullet--two li {
  margin-bottom: 0px;
}
.phase-2-13-safety #most_important ul.teal-bullet--two {
  margin-bottom: 16px;
  padding-inline-start: 14px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important ul.teal-bullet--two {
    margin-bottom: 18px;
    padding-inline-start: 6px;
  }
}
.phase-2-13-safety #most_important ul.teal-bullet--two li {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .phase-2-13-safety #most_important ul.teal-bullet--two li {
    margin-bottom: 7px;
  }
}

#dosing_hero_container .dosing_subheader {
  font-family: "Barlow-MediumItalic", sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 36px;
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 285px;
  text-transform: none;
  position: relative;
  margin: 20px auto 0 20px;
}
@media (min-width: 768px) {
  #dosing_hero_container .dosing_subheader {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 992px) {
  #dosing_hero_container .dosing_subheader {
    margin: 20px auto 0 20px;
  }
}
#dosing_hero_container .dosing_subheader span {
  display: block;
  text-align: left;
  font-size: 35px;
  line-height: 36px;
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}
#dosing_hero_container .dosing_subheader span sup {
  font-family: "Barlow-Bold", sans-serif;
  font-size: 0.45em;
  font-style: normal;
  vertical-align: super;
  top: -3px;
  left: 3px;
}
@media (min-width: 992px) {
  #dosing_hero_container .dosing_subheader span sup {
    top: -5px;
    left: 5px;
  }
}
@media (min-width: 992px) {
  #dosing_hero_container .hero-breadcrumb {
    max-width: 310px;
    margin-bottom: 100px;
  }
  #dosing_hero_container .dosing_subheader {
    font-size: 70px;
    line-height: 1;
    max-width: 100%;
    top: 6.7rem;
    margin: 5px auto 0 0;
  }
  #dosing_hero_container .dosing_subheader span {
    font-size: 70px;
    line-height: 1;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  #dosing_hero_container .dosing_subheader {
    top: 2.7rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #dosing_hero_container .dosing_subheader {
    top: 1.3rem;
  }
}
@media (min-width: 1200px) {
  #dosing_hero_container .dosing_subheader {
    top: 6.7rem;
  }
}
@media (min-width: 1500px) {
  #dosing_hero_container {
    z-indeX: 10;
  }
}

.hero_dose_img {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 430px) and (max-width: 767px) {
  .hero_dose_img {
    background-position: top;
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .hero_dose_img {
    display: flex;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .hero_dose_img {
    min-height: 628px;
    position: relative;
    z-index: 10;
    flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .hero_dose_img {
    background-size: cover;
    min-height: 40.6vw;
  }
}
@media (min-width: 1200px) {
  .hero_dose_img_bar {
    margin-top: 150px;
  }
}

@media (min-width: 1024px) {
  .dosing_guide {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .dosing_guide {
    min-height: unset;
  }
}
.dosing_guide .container-fluid {
  padding: 0;
}
.dosing_guide .container-fluid .container-fluid {
  padding: inherit;
}
@media (min-width: 1200px) {
  .dosing_guide .container-fluid .container-fluid .container {
    max-width: 1226px;
  }
}
.dosing_guide p {
  margin-bottom: 0;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 21px;
  font-family: "ArialMT", sans-serif;
}
.dosing_guide .bg-success {
  background: #E7F1F1 !important;
  position: relative;
}
.dosing_guide .bg-success::before {
  content: "";
  background-image: url("./images/taking-bimzelx/diagnols-icon.svg");
  width: 23px;
  height: 131px;
  position: absolute;
  left: -10px;
  top: 35px;
}
.dosing_guide .bg-success_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 49px 7px 52px 22px;
}
@media (min-width: 769px) {
  .dosing_guide .bg-success_content {
    padding: 51px 35px 52px;
  }
}
.dosing_guide .bg-success_content::before {
  content: unset;
}
.dosing_guide .bg-success_content-chart {
  width: 100%;
  height: auto;
  width: 309px;
  height: 796px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .dosing_guide .bg-success_content-chart {
    margin: 22px auto auto -2px;
  }
}
@media (max-width: 992px) {
  .dosing_guide .bg-success_content-chart {
    margin: 22px auto auto auto;
  }
}
.dosing_guide .bg-success_content-small {
  font-size: 12px;
  color: #63666A;
  letter-spacing: 0;
  line-height: 16px;
  width: 100%;
  max-width: 218px;
  margin: -206px auto 0 -2px;
  position: relative;
}
.dosing_guide .bg-success_content-small span {
  position: absolute;
  top: 0px;
  left: -5px;
  margin-right: -5px;
}
.dosing_guide .bg-success_content h2 {
  font-size: 30px;
  line-height: 37px;
  font-family: "Barlow-ExtraBold", sans-serif;
}
@media (max-width: 768px) {
  .dosing_guide .bg-success_content h2 {
    font-size: 23px;
    line-height: 27px;
  }
}
.dosing_guide .bg-success_content .foot-note {
  font-size: 14px;
  line-height: 18px;
  margin-top: 45px;
  font-family: Arial, sans-serif;
}
@media (min-width: 1200px) {
  .dosing_guide .bg-success_content .foot-note {
    margin-top: 21px;
  }
}
@media only screen and (width: 768px) {
  .dosing_guide .bg-success_content::before {
    left: -30px;
  }
}
@media (min-width: 992px) {
  .dosing_guide .bg-success {
    background: transparent !important;
    border-radius: none;
  }
  .dosing_guide .bg-success::before {
    content: unset;
  }
  .dosing_guide .bg-success_content {
    background: #E7F1F1;
    position: relative;
    padding: 43px 143px 60px 143px;
    position: absolute;
    width: 100%;
    bottom: -141px;
    z-index: 11;
    left: 0;
  }
  .dosing_guide .bg-success_content::before {
    content: "";
    background-image: url("./images/taking-bimzelx/diagnols-icon.svg");
    width: 23px;
    height: 131px;
    position: absolute;
    left: -10px;
    top: 100px;
  }
  .dosing_guide .bg-success_content-chart {
    max-width: 940px;
    min-height: 235px;
    margin-bottom: 15px;
    width: unset;
    height: unset;
    margin-top: 0;
    background-size: contain;
  }
  .dosing_guide .bg-success_content .col--right {
    margin-top: 15px;
  }
  .dosing_guide .bg-success_content-small {
    position: absolute;
    max-width: 640px;
    margin: 0;
    left: 293px;
    bottom: 79px;
  }
  .dosing_guide .bg-success_content-small span {
    position: relative;
    margin-right: 0;
  }
  .dosing_guide .bg-success_content h2 {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .dosing_guide .bg-success_content-chart {
    max-width: 846px;
    min-height: 212px;
    margin-top: -9px;
  }
}
@media (min-width: 1024px) {
  .dosing_guide .bg-success_content {
    bottom: -107px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .dosing_guide .bg-success_content {
    padding: 43px 23px 58px 63px;
    bottom: -31px;
  }
}
@media (min-width: 1200px) {
  .dosing_guide .bg-success_content {
    bottom: -210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .dosing_guide .bg-success_content-small {
    bottom: 29px;
  }
  .dosing_guide .bg-success_content-small .foot-note {
    margin-top: 18px;
  }
}
@media (min-width: 1200px) {
  .dosing_guide .bg-success_content-small {
    position: absolute;
    max-width: 640px;
    margin: 0;
    left: 384px;
    bottom: 39px;
  }
  .dosing_guide .bg-success_content-small span {
    position: relative;
    margin-right: 0;
  }
  .dosing_guide .bg-success_content-small .foot-note {
    font-size: 14px;
    line-height: 18px;
    margin-top: 21px;
  }
}

.m3_self_injection {
  position: relative;
}
@media (min-width: 992px) {
  .m3_self_injection .container-small {
    padding-left: 10px;
  }
}
.m3_self_injection .self_inject_text {
  line-height: 21px;
}
@media (min-width: 992px) {
  .m3_self_injection .self_inject_text {
    white-space: nowrap;
    text-align: left;
  }
}
.m3_self_injection .self_inject_disclaimer {
  position: absolute;
  transform: translateY(816px);
  padding-right: 28px;
}
@media (min-width: 992px) {
  .m3_self_injection .self_inject_disclaimer {
    transform: translateY(281px);
  }
}
@media (min-width: 1024px) {
  .m3_self_injection .self_inject_disclaimer {
    transform: translateY(253px);
  }
}
@media (min-width: 1200px) {
  .m3_self_injection .self_inject_disclaimer {
    transform: translateY(270px);
  }
}
@media (min-width: 1500px) {
  .m3_self_injection .self_inject_disclaimer {
    transform: translateY(336px);
  }
}
.m3_self_injection__container {
  margin-top: 21px;
}
@media (max-width: 991px) {
  .m3_self_injection__container {
    padding: 28px 35px 68px 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m3_self_injection__container {
    padding: 28px 15px 68px 15px;
  }
}
.m3_self_injection .text-teal {
  color: #006E76;
}
@media (max-width: 991px) {
  .m3_self_injection .full-background {
    position: relative;
    padding: 0;
    padding-bottom: 3rem;
  }
  .m3_self_injection .full-background .injector-background-mobile {
    background-size: 100%;
    min-height: 731px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .m3_self_injection .container-fluid {
    padding: 0;
  }
  .m3_self_injection .container-small {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 540px) {
  .m3_self_injection .full-background .injector-background-mobile {
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .m3_self_injection {
    min-height: 386px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 150%;
  }
  .m3_self_injection .full-background {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .m3_self_injection {
    min-height: 466px;
  }
}
@media screen and (max-width: 767px) {
  .m3_self_injection {
    background-size: contain;
    min-height: 840px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .m3_self_injection {
    min-height: 422px;
    background-size: contain;
    background-position: 0 100%;
    margin-top: 27px;
  }
}
@media (min-width: 1200px) {
  .m3_self_injection {
    min-height: 422px;
    background-size: contain;
    background-position: 0 100%;
    margin-top: 248px;
  }
}
@media (min-width: 1500px) {
  .m3_self_injection {
    min-height: 500px;
  }
}
.m3_self_injection h2.text-center {
  font-family: "Barlow-ExtraBold", sans-serif;
  font-size: 23px;
  color: #2A7475;
  text-align: left !important;
  line-height: 27px;
  width: 100%;
  margin: 0 auto 28px auto;
  text-transform: none;
}
.m3_self_injection h2.text-center span {
  display: block;
  font-size: 32px;
  text-align: right;
}
@media (min-width: 992px) {
  .m3_self_injection h2.text-center {
    font-size: 30px;
    line-height: 37px;
    max-width: unset;
    margin: 0 auto 19px auto;
  }
  .m3_self_injection h2.text-center span {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .watch_ifu .container-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .watch_ifu .container-small .header {
    padding-left: 35px;
    padding-right: 25px;
  }
  .watch_ifu .container-small .sub-title, .watch_ifu .container-small .watch_ifu-copy, .watch_ifu .container-small .video-cta {
    padding-left: 35px;
    padding-right: 22px;
  }
  .watch_ifu .container-small .video-container .foot-note, .watch_ifu .container-small .video-container .row {
    padding-left: 35px;
    padding-right: 22px;
  }
}
@media (min-width: 992px) {
  .watch_ifu .container-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.watch_ifu .container-small .watch_ifu-copy a {
  text-decoration: underline;
}
.watch_ifu::before {
  content: "";
  background-image: url("./images/taking-bimzelx/diagnols-icon-large.svg");
  width: 34px;
  height: 196px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(74%);
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .watch_ifu::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .watch_ifu::before {
    left: -15px;
    top: 50%;
    transform: translateY(-29%);
  }
}
@media (min-width: 1200px) {
  .watch_ifu::before {
    top: 50%;
    transform: translateY(74%);
  }
}
.watch_ifu #prefilled_injection_video_player, .watch_ifu #autoinjector_video_player {
  cursor: pointer;
}
.watch_ifu .text-teal {
  color: #006E76;
}
.watch_ifu .para {
  line-height: 21px;
}
.watch_ifu .header {
  font-family: "Barlow-ExtraBold", sans-serif;
  font-size: 30px;
  color: #006E76;
  line-height: 37px;
  text-transform: none;
  margin-bottom: 22px;
  max-width: 620px;
}
@media (max-width: 768px) {
  .watch_ifu .header {
    font-size: 23px;
    line-height: 27px;
    margin-top: 75px;
    max-width: unset;
    padding: 0 12px 4px 22px;
  }
}
@media (max-width: 768px) {
  .watch_ifu .sub-title {
    padding: 0 2px 4px 22px;
  }
}
.watch_ifu .inj_learn_more .copy p {
  position: relative;
  top: 1rem;
  margin-bottom: 2rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .watch_ifu .inj_learn_more .copy p {
    max-width: 68%;
  }
}
.watch_ifu .inj_learn_more .button {
  margin-left: 0;
  max-width: 281px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .watch_ifu .inj_learn_more {
    margin: -23px 51px 0 51px;
  }
}
.watch_ifu-copy {
  font-size: 16px;
  color: #63666A;
  line-height: 20px;
  margin-top: 7px;
  margin-bottom: -3px;
}
.watch_ifu-copy.hang-symbol {
  position: relative;
  padding-left: 7px;
}
.watch_ifu-copy.hang-symbol sup {
  position: absolute;
  top: 6px;
  left: 0px;
}
@media (max-width: 768px) {
  .watch_ifu-copy {
    padding: 0 20px;
  }
}
.watch_ifu .full-width-cta-logo {
  display: block;
}
.watch_ifu .full-width-cta-logo img {
  width: 100%;
  max-width: 265px;
  max-height: initial;
  margin: 25px auto 40px auto;
}
@media (max-width: 575px) {
  .watch_ifu article.media--type-image,
  .watch_ifu div.media--image {
    width: 100%;
  }
}
.watch_ifu .divider {
  background: url("./images/taking-bimzelx/divider-mobile.svg") top center no-repeat;
}
@media (min-width: 769px) {
  .watch_ifu .divider {
    background: url("./images/taking-bimzelx/divider-desktop.svg") top center no-repeat;
    height: 28px;
    width: 946px;
  }
}
.watch_ifu .foot-note {
  font-size: 14px;
  line-height: 18px;
  color: #464657;
  max-width: 709px;
  margin-top: 3px;
  margin-bottom: 33px;
  font-family: "ArialMT", sans-serif;
}
.watch_ifu .video-sub-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  margin-top: 12px;
  max-width: 140px;
  text-align: center;
  color: #4A4A4A;
}
.watch_ifu .text-dark-green {
  color: #2A7475;
}
.watch_ifu .fw-bold {
  font-weight: bold;
}
.watch_ifu .video-container {
  max-width: 779px;
  margin: auto;
}
@media (max-width: 768px) {
  .watch_ifu .video-container .row {
    padding: 0 20px;
  }
  .watch_ifu .video-container .foot-note {
    padding: 10px 20px 0 20px;
  }
}
.watch_ifu .videowrap {
  width: 142px;
  height: 79px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.watch_ifu .videowrap--one {
  background-image: url("./images/taking-bimzelx/autoinjector_thumbnail.png");
}
.watch_ifu .videowrap--two {
  background-image: url("./images/taking-bimzelx/prefilled_syringe_thumbnail.png");
}
.watch_ifu .videowrap img {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.watch_ifu .videowrap.active {
  outline: 4px solid #BDDC04;
}
.watch_ifu .videowrap.active + .video-sub-title {
  font-weight: 700;
  color: #2A7475;
  text-decoration: underline;
}
.watch_ifu .video-cta {
  color: #0E8281;
  font-weight: bold;
}
@media (max-width: 768px) {
  .watch_ifu .video-cta {
    padding: 0 20px;
  }
}

.page-node-type-inner-page .hero_text {
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: 12px;
  font-weight: 500;
  background-color: rgba(43, 115, 117, 0.5);
  padding: 5px 15px;
  font-size: 1.15rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page-node-type-inner-page .hero_text {
    width: max-content;
    font-size: 12px;
  }
}

.page-hero.dosing_hero {
  min-height: 287px;
}
@media (min-width: 1200px) {
  .page-hero.dosing_hero {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .page-hero.dosing_hero .home-hero_bar {
    top: -8rem;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .page-hero.dosing_hero {
    min-height: 618px !important;
  }
}

.mobile-content-small sup {
  float: left;
  top: 7px;
  left: -4px;
}

#videowrap--one-video,
#videowrap--two-video {
  display: none;
  opacity: 0;
  visibility: none;
}
#videowrap--one-video.active-video,
#videowrap--two-video.active-video {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease-in;
  visibility: visible;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#videowrap--one-video,
#videowrap--two-video {
  display: none;
  opacity: 0;
  visibility: none;
}
#videowrap--one-video.active-video,
#videowrap--two-video.active-video {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease-in;
  visibility: visible;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.videoblock_videowrap-video {
  position: relative;
  width: 779px;
  height: 437px;
}
@media (max-width: 575px) {
  .videoblock_videowrap-video {
    height: 220px;
  }
}
.videoblock_videowrap-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoblock_videowrap-video .poster {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.cancel-hippa-container {
  padding-bottom: 55px;
}
.cancel-hippa-container p {
  color: #4a4a4a;
}
.cancel-hippa-container .blue-box {
  background: #DBF0F0;
  margin: 5px 0 30px 0;
  padding: 25px 20px 10px 20px;
  border-radius: 6px;
}
@media (min-width: 992px) {
  .cancel-hippa-container .blue-box {
    margin-top: 15px;
    padding: 25px 30px 10px 30px;
  }
}
.cancel-hippa-container .submit-buttons {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cancel-hippa-container .submit-buttons {
    justify-content: center;
  }
}
.cancel-hippa-container .submit-buttons div.button.button_left a {
  padding: 12px 20px;
}
@media screen and (max-width: 767px) {
  .cancel-hippa-container .submit-buttons .form-actions {
    width: 100%;
  }
}
.cancel-hippa-container .cancel-scroll-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cancel-hippa-container .cancel-scroll-box {
    margin-top: 50px;
  }
}
.cancel-hippa-container .cancel-scroll-box_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
}
.cancel-hippa-container .cancel-scroll-box_top h2 {
  color: #2A7475;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
}
.cancel-hippa-container .cancel-scroll-box_top .small-text {
  margin: 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #2A7475;
}
@media (min-width: 992px) {
  .cancel-hippa-container .cancel-scroll-box_top .small-text {
    position: relative;
    align-self: center;
  }
}
.cancel-hippa-container .cancel-scroll-box_bottom {
  width: 100%;
  height: auto;
  border: 1px solid #979797;
  margin-top: 10px;
  padding: 20px 10px 0 10px;
  overflow: scroll;
  max-height: 370px;
}
@media (min-width: 992px) {
  .cancel-hippa-container .cancel-scroll-box_bottom {
    margin-top: 15px;
    padding: 18px 32px 0 32px;
    max-height: 250px;
  }
}

.webform-confirmation__back {
  display: none;
}

.confirm-cancel-text {
  color: #2A7475;
  font-weight: 700;
}
.confirm-cancel-text .button_primary {
  width: 33%;
}

.webform-submission-cancel-hipaa-authorization-form button.button_strong:before,
.webform-submission-hipaa-authorization-optin-form button.button_strong:before {
  background-image: url("./images/brown-arrow.svg");
}
.webform-submission-cancel-hipaa-authorization-form button.button_right,
.webform-submission-hipaa-authorization-optin-form button.button_right {
  width: 196px;
  float: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .webform-submission-cancel-hipaa-authorization-form button.button_right,
  .webform-submission-hipaa-authorization-optin-form button.button_right {
    width: 100%;
    float: none;
  }
}
.webform-submission-cancel-hipaa-authorization-form button.button_right:before,
.webform-submission-hipaa-authorization-optin-form button.button_right:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  width: 30px;
  height: 12px;
  background-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}

.webform-submission-cancel-hipaa-authorization-form button.button_strong {
  color: white;
  width: 223px;
  font-weight: 700;
}
.webform-submission-cancel-hipaa-authorization-form button.button_strong:before {
  background-image: url("./images_3.0.0/ui_arrow_sm.svg");
}

.webform-submission-hipaa-authorization-optin-form button.button_strong {
  width: 244px;
  border: none;
  font-family: Barlow-SemiBold, sans-serif;
  font-size: 18px;
  color: #006e76;
  margin-right: 15px;
  margin-left: 15px;
}
.webform-submission-hipaa-authorization-optin-form button.button_strong:before {
  top: 16px;
}
.webform-submission-hipaa-authorization-optin-form button.button_strong:disabled {
  background-color: #e0e0e0;
  color: #4b8d90;
}

p.scroll-sign {
  float: right;
  font-size: 12px;
  margin: 0;
  line-height: 35px;
}

.cancel-hippa-container .blue-box {
  position: relative;
}
.cancel-hippa-container .blue-box .button_secondary {
  background-color: #006e76;
  position: absolute;
  top: 289px;
  left: -10px;
  width: 196px;
  z-index: 99;
  cursor: pointer;
  border-radius: 10px 0 0px 10px;
}
.cancel-hippa-container .blue-box .button_secondary a {
  padding: 14px 22px 14px 14px;
  height: 44px;
  justify-content: flex-start;
}
.cancel-hippa-container .blue-box .button_secondary a svg {
  margin-right: 20px;
  transform: rotate(180deg);
}

#edit-confirmation-text .button_primary {
  width: 250px;
  margin-bottom: 20px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #edit-confirmation-text .button_primary {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #edit-confirmation-text .button_primary a {
    justify-content: center;
  }
}

.form-text {
  max-width: 100%;
}

h3.head-patient-auth {
  color: #2a7475;
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  float: left;
}

.sign-agree-scroll {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
}

.auth-topper {
  margin-bottom: 2rem;
}
.auth-topper h2 {
  color: #2a7475;
  font-family: "Barlow-BlackItalic", sans-serif;
  font-size: 25px;
  margin-bottom: 0;
}
.auth-topper p {
  font-size: 14px;
  margin-bottom: 0;
}

.auth-text {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-y: scroll;
  height: 300px;
}
.auth-text #signature-section {
  background-color: #f0f7f6;
  padding: 1rem;
}
.auth-text #signature-section p {
  width: 375px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Barlow-BlackItalic", sans-serif;
  color: #2a7475;
}

.auth-signature {
  width: 375px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.webform-submission-form {
  max-width: 100%;
}

#hipaa-auth-revocation-form {
  background-image: url("./images/login-background-mobile.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
}
#hipaa-auth-revocation-form .form-item--error-message:before {
  display: none;
}
#hipaa-auth-revocation-form label.error {
  color: #af0000 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  margin: 6px 0 0;
}
#hipaa-auth-revocation-form .form-item--error label {
  color: #af0000 !important;
}
#hipaa-auth-revocation-form #webform-submission-hipaa-revocation-form-paragraph-195-add-form {
  box-shadow: 0 0 20px 0 rgba(21, 79, 80, 0.12);
  background-color: #FFFFFF;
  padding-top: 32px;
  margin-top: 25px;
  margin-bottom: 32px;
}
#hipaa-auth-revocation-form #webform-submission-hipaa-revocation-form-paragraph-195-add-form #edit-currently-prescribed--wrapper.error-label {
  position: relative;
  padding-top: 40px;
}
#hipaa-auth-revocation-form #webform-submission-hipaa-revocation-form-paragraph-195-add-form #edit-currently-prescribed--wrapper.error-label legend.error {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #hipaa-auth-revocation-form #webform-submission-hipaa-revocation-form-paragraph-195-add-form #edit-currently-prescribed--wrapper.error-label legend.error {
    position: static;
    margin-bottom: 0;
    left: 0;
    transform: translateX(0);
  }
}
#hipaa-auth-revocation-form #webform-submission-hipaa-revocation-form-paragraph-195-add-form #edit-currently-prescribed--wrapper.error-label #currently_prescribed-error {
  top: -135px;
}
#hipaa-auth-revocation-form #webform-submission-hipaa-revocation-form-paragraph-195-add-form .error-label p {
  color: #AF0000;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form #webform-submission-hipaa-revocation-form-paragraph-195-add-form {
    padding-top: 50px;
    margin-top: 25px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form #webform-submission-hipaa-revocation-form-paragraph-195-add-form {
    padding-top: 50px;
    margin: 35px 0 55px 0;
  }
}
#hipaa-auth-revocation-form .title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #2A7475;
  text-align: center;
  letter-spacing: -1px;
  line-height: 37px;
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .title {
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
#hipaa-auth-revocation-form .subtitle {
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: left;
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .subtitle {
    margin-left: 20px;
  }
}
#hipaa-auth-revocation-form .form-title {
  font-size: 16px;
  font-weight: 700;
  color: #2A7475;
  line-height: 18px;
  max-width: 242px;
}
#hipaa-auth-revocation-form .required-field-msg {
  font-style: italic;
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .required-field-msg {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#hipaa-auth-revocation-form .form-required:after {
  display: none;
}
#hipaa-auth-revocation-form fieldset {
  position: relative;
}
#hipaa-auth-revocation-form fieldset > legend {
  text-align: center;
  color: #2A7475;
  max-width: 320px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form fieldset > legend {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form fieldset > legend {
    max-width: 380px;
  }
}
#hipaa-auth-revocation-form fieldset.error-label > legend {
  color: #AF0000;
  margin-bottom: 40px;
}
#hipaa-auth-revocation-form fieldset .form-radios {
  max-width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form fieldset .form-radios {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form fieldset .form-radios {
    max-width: 380px;
  }
}
#hipaa-auth-revocation-form fieldset .form-item {
  border: 1px solid #97A3AE;
  border-radius: 4px;
  padding: 4px 8px;
  min-height: 40px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
#hipaa-auth-revocation-form fieldset label {
  color: #63666A;
  margin-bottom: 0;
  margin-left: 30px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
#hipaa-auth-revocation-form fieldset input[type=radio] {
  width: 0;
  opacity: 0;
}
#hipaa-auth-revocation-form fieldset input[type=radio] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #2A7475;
  border-radius: 50%;
  position: absolute;
  left: -30px;
}
#hipaa-auth-revocation-form fieldset input[type=radio] + label:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #00B0B9;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -26px;
}
#hipaa-auth-revocation-form fieldset input[type=radio]:checked + label:after {
  display: block;
}
#hipaa-auth-revocation-form fieldset input[type=radio]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: 40px;
  border-radius: 4px;
  pointer-events: none;
}
#hipaa-auth-revocation-form .form-type-textfield {
  max-width: 320px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .form-type-textfield {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-type-textfield {
    max-width: 380px;
  }
}
#hipaa-auth-revocation-form .form-type-textfield .custom-border-selected {
  display: none;
}
#hipaa-auth-revocation-form .form-type-textfield label {
  font-size: 16px;
  font-weight: bold;
  color: #888B8D;
}
#hipaa-auth-revocation-form .form-type-textfield label.error-label {
  color: #AF0000;
}
#hipaa-auth-revocation-form .form-type-textfield .form-text {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .form-type-textfield .form-text {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-type-textfield .form-text {
    margin-bottom: 30px;
  }
}
#hipaa-auth-revocation-form .form-type-textfield .form-text.error {
  border-width: 2px;
  border-color: #AF0000;
  margin-bottom: 0;
}
#hipaa-auth-revocation-form .form-type-textfield .form-text + span {
  color: #AF0000;
  font-size: 14px;
  font-family: Arial, sans-serif;
  display: inline-block;
  margin-bottom: 6px;
}
#hipaa-auth-revocation-form .form-type-textfield.form-item-first-name {
  margin-top: 30px;
}
#hipaa-auth-revocation-form .form-type-date {
  max-width: 320px;
  position: relative;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .form-type-date {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-type-date {
    max-width: 380px;
  }
}
#hipaa-auth-revocation-form .form-type-date .custom-border-selected {
  position: absolute;
  height: 24px;
  width: 22px;
  right: 12px;
  top: 42px;
  background-image: url("./images/calendar.svg");
  background-repeat: no-repeat;
  pointer-events: none;
}
#hipaa-auth-revocation-form .form-type-date .form-date {
  display: block;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .form-type-date .form-date {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-type-date .form-date {
    margin-bottom: 24px;
  }
}
#hipaa-auth-revocation-form .form-type-date .form-date.error {
  border-width: 2px;
  border-color: #AF0000;
  margin-bottom: 0;
}
#hipaa-auth-revocation-form .form-type-date .form-date + span {
  color: #AF0000;
  font-size: 14px;
  font-family: "Arial", sans-serif;
}
#hipaa-auth-revocation-form .form-type-date label {
  font-size: 16px;
  font-weight: bold;
  color: #888B8D;
}
#hipaa-auth-revocation-form .form-type-date label.error-label {
  color: #AF0000;
}
#hipaa-auth-revocation-form .form-type-date .hasDatepicker {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .form-type-date .hasDatepicker {
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-type-date .hasDatepicker {
    margin-bottom: 24px;
  }
}
#hipaa-auth-revocation-form .form-type-date .hasDatepicker.error {
  border-width: 2px;
  border-color: #AF0000;
  margin-bottom: 0;
}
#hipaa-auth-revocation-form .form-type-date .hasDatepicker + span {
  color: #AF0000;
  font-size: 14px;
  font-family: "Arial", sans-serif;
}
#hipaa-auth-revocation-form .form-type-date .ui-datepicker-trigger {
  display: none;
}
#hipaa-auth-revocation-form .form-type-date:before {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: -30px;
  top: -3px;
}
#hipaa-auth-revocation-form .form-text {
  width: 100%;
  margin: 0;
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-actions] {
  padding: 10px 20px;
  min-height: 98px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-actions] {
    min-height: 70px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-actions] {
    min-height: 70px;
  }
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--previous {
  float: left;
  background-color: transparent;
  border-color: #63666A;
  color: #63666A;
  padding: 0.8em 0.8em 0.8em 4em;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--previous {
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--previous {
    margin-top: auto;
  }
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--previous:hover {
  color: #2A7475;
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--previous:hover:before {
  transform: translateX(-0.5em);
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--previous:before {
  background-image: url("./images/button-arrow-left-green.svg");
  right: auto;
  left: 17px;
  top: 17px;
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--next {
  float: right;
  margin-right: 0;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--next {
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-actions] .webform-button--next {
    margin-top: auto;
  }
}
#hipaa-auth-revocation-form div.js-form-item.form-item.js-form-type-processed-text {
  padding: 10px 20px;
  margin-bottom: 12px;
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-gender] > legend {
  font-size: 16px;
  text-align: left;
  color: #888B8D;
  margin-bottom: 6px;
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-gender] .form-item {
  max-width: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-gender] .form-item {
    max-width: 220px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-gender] .form-item {
    max-width: 190px;
  }
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-gender] #gender-error {
  max-width: 320px;
  font-size: 14px;
  color: #AF0000;
  display: block;
  margin-top: -196px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-gender] #gender-error {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form [data-drupal-selector=edit-gender] #gender-error {
    max-width: 380px;
  }
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-gender].error-label {
  min-height: 260px;
  margin-bottom: 0;
}
#hipaa-auth-revocation-form [data-drupal-selector=edit-gender].error-label legend {
  margin-bottom: 32px;
}
#hipaa-auth-revocation-form .form-item-zip-code {
  max-width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .form-item-zip-code {
    max-width: 188px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-item-zip-code {
    max-width: 188px;
  }
}
#hipaa-auth-revocation-form .stylized-processed_text {
  background-color: #E5F3F5;
  max-width: 540px;
  margin: 0 auto;
  padding: 18px 26px 18px 54px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .stylized-processed_text {
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .stylized-processed_text {
    margin-bottom: 36px;
  }
}
#hipaa-auth-revocation-form .stylized-processed_text p {
  line-height: 18px;
  margin-bottom: 8px;
  padding-left: 40px;
}
#hipaa-auth-revocation-form .stylized-processed_text p:first-child {
  font-size: 16px;
  color: #2A7475;
  font-weight: 700;
  position: relative;
  max-width: 210px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .stylized-processed_text p:first-child {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .stylized-processed_text p:first-child {
    max-width: none;
  }
}
#hipaa-auth-revocation-form .stylized-processed_text p:first-child:before {
  content: "";
  width: 28px;
  height: 18px;
  display: block;
  position: absolute;
  background-image: url("./images/CopayCard.svg");
  background-size: cover;
  left: 0px;
}
#hipaa-auth-revocation-form .stylized-processed_text p:nth-child(2) {
  font-size: 14px;
}
#hipaa-auth-revocation-form .stylized-processed_text p:last-child {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
#hipaa-auth-revocation-form .is-mobile-wrapper {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .is-mobile-wrapper {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .is-mobile-wrapper {
    max-width: 380px;
  }
}
#hipaa-auth-revocation-form .is-mobile-wrapper fieldset.error-label {
  min-height: 130px;
}
#hipaa-auth-revocation-form .is-mobile-wrapper fieldset > legend {
  font-size: 20px;
  text-align: left;
}
#hipaa-auth-revocation-form .is-mobile-wrapper fieldset > legend.error-label {
  margin-bottom: 0;
  color: #AF0000;
}
#hipaa-auth-revocation-form .is-mobile-wrapper .webform-options-display-side-by-side {
  display: flex;
}
#hipaa-auth-revocation-form .is-mobile-wrapper .fieldset-wrapper {
  padding-left: 0;
  margin-top: 0;
}
#hipaa-auth-revocation-form .is-mobile-wrapper .fieldset-wrapper.error-label {
  min-height: 100px;
}
#hipaa-auth-revocation-form .is-mobile-wrapper .fieldset-wrapper.error-label legend {
  margin-bottom: 0;
}
#hipaa-auth-revocation-form .is-mobile-wrapper .form-item-is-mobile {
  min-width: 92px;
  margin-top: 12px;
}
#hipaa-auth-revocation-form .is-mobile-wrapper #is_mobile-error {
  max-width: 320px;
  font-size: 14px;
  color: #AF0000;
  display: block;
  margin: -96px auto 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .is-mobile-wrapper #is_mobile-error {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .is-mobile-wrapper #is_mobile-error {
    max-width: 380px;
  }
}
#hipaa-auth-revocation-form .form-item-send-container, #hipaa-auth-revocation-form .form-item-text-opt-in {
  max-width: 320px;
  margin: 0 auto 24px auto;
  display: flex;
  border-bottom: 1px solid #D8D9D9;
  position: relative;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .form-item-send-container, #hipaa-auth-revocation-form .form-item-text-opt-in {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-item-send-container, #hipaa-auth-revocation-form .form-item-text-opt-in {
    max-width: 380px;
  }
}
#hipaa-auth-revocation-form .form-item-send-container.js-webform-states-hidden, #hipaa-auth-revocation-form .form-item-text-opt-in.js-webform-states-hidden {
  display: none;
}
#hipaa-auth-revocation-form .form-item-send-container label:before, #hipaa-auth-revocation-form .form-item-text-opt-in label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("./images/custom-checkbox-unchecked.svg");
  background-repeat: no-repeat;
  left: 0;
}
#hipaa-auth-revocation-form .form-item-send-container label:after, #hipaa-auth-revocation-form .form-item-text-opt-in label:after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  top: -3px;
  left: 0;
}
#hipaa-auth-revocation-form .form-item-send-container label p:first-child, #hipaa-auth-revocation-form .form-item-text-opt-in label p:first-child {
  line-height: 20px;
  margin-bottom: 6px;
}
#hipaa-auth-revocation-form .form-item-send-container label p:nth-child(2), #hipaa-auth-revocation-form .form-item-text-opt-in label p:nth-child(2) {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}
#hipaa-auth-revocation-form .form-item-send-container input[type=checkbox], #hipaa-auth-revocation-form .form-item-text-opt-in input[type=checkbox] {
  width: 0;
  opacity: 0;
}
#hipaa-auth-revocation-form .form-item-send-container input[type=checkbox]:checked + label:before, #hipaa-auth-revocation-form .form-item-text-opt-in input[type=checkbox]:checked + label:before {
  display: none;
}
#hipaa-auth-revocation-form .form-item-send-container input[type=checkbox]:checked + label:after, #hipaa-auth-revocation-form .form-item-text-opt-in input[type=checkbox]:checked + label:after {
  display: block;
}
#hipaa-auth-revocation-form .form-item-send-container br, #hipaa-auth-revocation-form .form-item-text-opt-in br {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #hipaa-auth-revocation-form .form-item-send-container br, #hipaa-auth-revocation-form .form-item-text-opt-in br {
    display: block;
  }
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-item-send-container br, #hipaa-auth-revocation-form .form-item-text-opt-in br {
    display: block;
  }
}
#hipaa-auth-revocation-form .form-item-text-opt-in {
  border-bottom: none;
}
#hipaa-auth-revocation-form .form-submit {
  margin-top: 14px;
  color: #2A7475;
  padding: 0.8em 4.5em 0.8em 0.8em;
  border: 2px solid #BDDC04;
  background: #BDDC04;
  display: table;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-right: 1em;
  margin-left: 0;
  position: relative;
  transition: border-color 0.25s linear;
  z-index: 20;
  width: auto;
  font-family: "Barlow-Bold";
  text-transform: uppercase;
}
#hipaa-auth-revocation-form .form-submit:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 15px;
  width: 30px;
  height: 12px;
  background-image: url("./images/button-arrow-right-teal.svg");
  background-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
#hipaa-auth-revocation-form .form-submit:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}
#hipaa-auth-revocation-form .form-submit:hover {
  color: #fff;
  border: 2px solid #00B0B9;
  background: #00B0B9;
}
#hipaa-auth-revocation-form .form-submit:hover:before {
  background-image: url("./images/button-arrow-right-white.svg");
  transform: translateX(0.5em);
}
#hipaa-auth-revocation-form .form-submit:hover:after {
  width: 100%;
  left: 0;
}
@media (min-width: 1200px) {
  #hipaa-auth-revocation-form .form-submit {
    margin: auto;
  }
}

.hipaa-revocation-confirmation .hero {
  text-align: center;
}
.hipaa-revocation-confirmation .hero:after {
  width: calc(100% - 140px);
}
@media (max-width: 768px) {
  .hipaa-revocation-confirmation .hero:after {
    width: calc(100% - 60px);
    left: 30px;
  }
}
.hipaa-revocation-confirmation .hero p {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 30px 21vw;
  color: #63666A;
}
@media (max-width: 768px) {
  .hipaa-revocation-confirmation .hero p {
    font-size: 1.1428571429rem;
    line-height: 1.4285714286rem;
  }
}
.hipaa-revocation-confirmation .hero .button.button_strong.button_right.hipaa-revocation-back {
  margin-left: 21vw;
  margin-bottom: 98px;
  padding-right: 50px;
  color: #2A7475;
}
.hipaa-revocation-confirmation .hero .button.button_strong.button_right.hipaa-revocation-back:before {
  background-image: url("./images/button-arrow-right-teal.svg");
  right: 17px;
  top: 17px;
}
.hipaa-revocation-confirmation .hero .button.button_strong.button_right.hipaa-revocation-back:hover, .hipaa-revocation-confirmation .hero .button.button_strong.button_right.hipaa-revocation-back:focus {
  color: #fff;
}
.hipaa-revocation-confirmation .hero .button.button_strong.button_right.hipaa-revocation-back:hover:before, .hipaa-revocation-confirmation .hero .button.button_strong.button_right.hipaa-revocation-back:focus:before {
  background-image: url("./images/button-arrow-right-white.svg");
  transform: translateX(0.5em);
}
.hipaa-revocation-confirmation h1.display {
  font-size: 125px;
  line-height: 200px;
  margin: 40px 0 0 20vw;
  color: #2A7475;
  text-align: left;
}
@media (max-width: 768px) {
  .hipaa-revocation-confirmation h1.display {
    font-size: 8.3571428571rem;
    line-height: 6.8571428571rem;
    letter-spacing: 3px;
    margin-bottom: 19px;
    margin-top: 65px;
  }
}
@media (max-width: 575px) {
  .hipaa-revocation-confirmation p {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .hipaa-revocation-confirmation .button.button_primary {
    margin-left: auto;
    margin-right: auto;
  }
}

.hipaa-revocation-back:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 12px;
  background-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.94, 0.32, 1, 0.68);
}

.webform-confirmation {
  max-width: 1140px;
  margin: 0 auto;
}
.webform-confirmation .hipaa-revocation-confirmation .hero {
  text-align: left;
}
.webform-confirmation .hipaa-revocation-confirmation .hero h1.display {
  font-size: 125px;
  line-height: inital;
  margin: 0;
  color: #2a7475;
  text-align: inherit;
}
@media (max-width: 575px) {
  .webform-confirmation .hipaa-revocation-confirmation .hero h1.display {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: inherit;
    margin-left: 0;
  }
}
.webform-confirmation .hipaa-revocation-confirmation .hero p {
  font-size: 20px;
  line-height: 24px;
  text-align: inherit;
  margin: 0 0 20px 0;
}
@media (max-width: 575px) {
  .webform-confirmation .hipaa-revocation-confirmation .hero p {
    max-width: fit-content;
  }
}

.privacy-policy-container strong {
  font-weight: 600;
}
.privacy-policy-container .container div.row {
  max-width: 970px;
}
.privacy-policy-container .container h1.utility-header {
  padding-bottom: 30px;
  padding-left: 6px;
}
@media (min-width: 992px) {
  .privacy-policy-container .container h1.utility-header {
    padding: 45px 0 36px;
  }
}
.privacy-policy-container .container h6 {
  font-weight: 600;
  margin: 42px 0 11px;
}
.privacy-policy-container .container p {
  font: 16px/21px "ArialMT", sans-serif;
  color: #4A4A4A;
  margin-bottom: 10px;
}
.privacy-policy-container .container ul {
  margin: 11px 0;
}
.privacy-policy-container .container ul li {
  margin: 0;
}
.privacy-policy-container .container ul li:not(:last-child) {
  margin-bottom: 9px;
}
.privacy-policy-container .container ul li::before {
  background-color: #4A4A4A;
}
.privacy-policy-container .container ul li p {
  padding-left: 28px;
}

.prospect-hero {
  width: 100%;
  height: auto;
  background-image: url("./images/myNav-landing-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .prospect-hero {
    background-image: url("./images/myNav-landing.png");
  }
}
.prospect-hero .hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 30px;
}
@media (min-width: 769px) {
  .prospect-hero .hero-container {
    flex-direction: row;
    padding: 65px 0;
  }
}
.prospect-hero .hero-container .bimzelx-navigate-logo {
  flex: 0 0 50%;
  position: relative;
  border-bottom: 2px solid #2A7475;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .prospect-hero .hero-container .bimzelx-navigate-logo {
    align-items: center;
  }
}
.prospect-hero .hero-container .bimzelx-navigate-logo article div img {
  width: 100%;
  height: auto;
  max-width: 241px;
  padding: 25px 0;
}
@media (min-width: 769px) {
  .prospect-hero .hero-container .bimzelx-navigate-logo {
    border-bottom: none;
    border-right: 2px solid #2A7475;
  }
  .prospect-hero .hero-container .bimzelx-navigate-logo article div img {
    max-width: 437px;
    padding: 25px 0 0 0;
  }
}
.prospect-hero .hero-container .cta {
  flex: 0 0 50%;
  padding: 40px 0 25px 0;
}
@media (min-width: 769px) {
  .prospect-hero .hero-container .cta {
    padding: 40px 0 25px 40px;
  }
}
.prospect-hero .hero-container .cta h1 {
  font-size: 60px;
  line-height: 58px;
  color: #2A7475;
  letter-spacing: -2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .prospect-hero .hero-container .cta h1 {
    font-size: 100px;
    line-height: 85px;
  }
}
.prospect-hero .hero-container .cta p {
  font-size: 23px;
  line-height: 30px;
  color: #63666A;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .prospect-hero .hero-container .cta p {
    font-size: 26px;
    line-height: 34px;
  }
}

.prospect-form {
  padding-top: 35px;
}
@media (min-width: 992px) {
  .prospect-form {
    padding-bottom: 45px;
  }
}
.prospect-form div.container-small {
  background-color: #fff;
}
@media (min-width: 769px) {
  .prospect-form div.container-small {
    background-color: transparent;
  }
}
.prospect-form .row {
  max-width: 932px;
  margin: 0 auto;
  padding-bottom: 45px;
  background-color: #fff;
}
.prospect-form .row .form-wrapper {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .prospect-form .row .form-wrapper {
    max-width: 460px;
  }
}
.prospect-form .row p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #63666A;
  margin-bottom: 45px;
}
.prospect-form .row p.required-field-msg {
  font-size: 16px;
  font-style: italic;
  margin: 0px !important;
  width: 100%;
}
.prospect-form .row #edit-header-text {
  margin: 0px;
}
.prospect-form .row .title {
  max-width: 780px;
  margin: 0 auto;
}
.prospect-form .row .title p {
  color: #888B8D;
  font-size: 20px;
  line-height: 24px;
  font-family: Arial, sans-serif;
  text-transform: none;
  margin: 0px;
  padding-top: 45px;
}
@media (min-width: 769px) {
  .prospect-form .row .title p {
    padding-top: 0;
  }
}
.prospect-form .row form {
  width: 100%;
  height: auto;
}
.prospect-form .row form fieldset legend {
  width: 100%;
  text-align: center;
}
.prospect-form .row form fieldset legend span {
  color: #2A7475;
  font-size: 16px;
  line-height: 18px;
  margin-top: 30px;
  display: block;
}
.prospect-form .row form fieldset.error-label legend span {
  color: #AF0000 !important;
}
.prospect-form .row form fieldset#edit-treatment-method--wrapper {
  max-width: 100%;
}
.prospect-form .row form fieldset#edit-treatment-method--wrapper legend {
  min-width: 100%;
}
.prospect-form .row form fieldset#edit-treatment-method--wrapper legend span.fieldset-legend {
  margin-bottom: 20px;
  line-height: 24px;
  min-width: 100%;
}
.prospect-form .row form fieldset#edit-is-mobile--wrapper {
  text-align: left;
  width: 100%;
  max-width: 380px;
  margin: 0 0 20px 0;
}
.prospect-form .row form fieldset#edit-is-mobile--wrapper span {
  color: #888B8D;
}
.prospect-form .row form fieldset#edit-insurance-type--wrapper legend {
  text-align: left;
  width: 100%;
  max-width: 383px;
  margin: 0 auto;
  position: relative;
}
.prospect-form .row form fieldset#edit-insurance-type--wrapper legend span {
  max-width: 241px;
  display: block;
  margin-top: 20px;
  color: #888B8D;
}
.prospect-form .row form fieldset#edit-insurance-type--wrapper legend span p {
  text-align: left;
}
@media (min-width: 992px) {
  .prospect-form .row form fieldset#edit-insurance-type--wrapper legend span {
    margin-bottom: 40px;
  }
}
.prospect-form .row form fieldset input[type=text] {
  max-width: 100%;
  margin: 0px;
  border: 1px solid #979797;
  border-radius: 4px;
}
.prospect-form .row form fieldset input[type=text].error {
  border: 1px solid #AF0000;
}
.prospect-form .row form fieldset div.form-type-radio {
  position: relative;
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  padding: 9px 7px 7px 10px;
  position: relative;
}
.prospect-form .row form fieldset div.form-type-radio label.option {
  color: #63666A;
  margin: 0px;
  outline: none;
  padding-left: 25px;
  font-weight: 400;
}
.prospect-form .row form fieldset div.form-type-radio input[type=radio] {
  width: 0;
  opacity: 0;
}
.prospect-form .row form fieldset div.form-type-radio input[type=radio].error {
  border: 1px solid #AF0000;
}
.prospect-form .row form fieldset div.form-type-radio input[type=radio] + label.option:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #2A7475;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 4px;
}
.prospect-form .row form fieldset div.form-type-radio input[type=radio] + label.option:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #00B0B9;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 8px;
}
.prospect-form .row form fieldset div.form-type-radio input[type=radio]:checked + label.option:after {
  display: block;
}
.prospect-form .row form fieldset div.form-type-radio input[type=radio]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: 40px;
  border-radius: 4px;
  pointer-events: none;
}
.prospect-form .row form fieldset div.form-type-checkbox {
  position: relative;
  width: 100%;
  border: 1px solid rgba(151, 151, 151, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 4px;
  padding: 9px 30px 7px 10px;
  position: relative;
}
.prospect-form .row form fieldset div.form-type-checkbox label {
  color: #63666A;
  margin: 0px;
  outline: none;
  padding-left: 25px;
  font-weight: 400;
}
.prospect-form .row form fieldset div.form-type-checkbox input[type=checkbox] {
  width: 0;
}
.prospect-form .row form fieldset div.form-type-checkbox input[type=checkbox].error {
  border: 1px solid #AF0000;
}
.prospect-form .row form fieldset div.form-type-checkbox input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("./images/custom-checkbox-unchecked.svg");
  background-repeat: no-repeat;
  left: 5px;
}
.prospect-form .row form fieldset div.form-type-checkbox input[type=checkbox] + label:after {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: 5px;
  top: 4px;
}
.prospect-form .row form fieldset div.form-type-checkbox input[type=checkbox]:checked + label:before {
  display: none;
}
.prospect-form .row form fieldset div.form-type-checkbox input[type=checkbox]:checked + label:after {
  display: block;
}
.prospect-form .row form fieldset div.form-type-checkbox input[type=checkbox]:checked ~ .custom-border-selected {
  border: 2px solid #2A7475;
  position: absolute;
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: 40px;
  border-radius: 4px;
  pointer-events: none;
}
.prospect-form .row form fieldset #edit-is-mobile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 380px;
  margin: 0 auto;
}
.prospect-form .row form fieldset #edit-is-mobile div.js-form-item.form-item {
  max-width: 99px;
  margin: 15px 10px 15px 0;
}
.prospect-form .row form fieldset .increase-line-height legend span.fieldset-legend {
  line-height: 24px;
}
.prospect-form .row form div.js-form-item.form-item {
  max-width: 380px;
}
.prospect-form .row form div.js-form-item.form-item label {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #888B8D;
}
.prospect-form .row form div.js-form-item.form-item label.option {
  font-weight: 400;
  color: #63666A;
}
.prospect-form .row form div.js-form-item.form-item label.error-label {
  color: #AF0000;
}
.prospect-form .row form div.js-form-item.form-item label.error-label p {
  color: #AF0000 !important;
}
.prospect-form .row form div.js-form-item.form-item label.error-label p[style="display:block"] {
  color: #63666A !important;
}
.prospect-form .row form div.js-form-item.form-item.js-form-item-dob.form-item-dob, .prospect-form .row form div.js-form-item.form-item.js-form-item-phone.form-item-phone {
  margin-top: 20px !important;
}
.prospect-form .row form div.js-form-item.form-item input[type=text], .prospect-form .row form div.js-form-item.form-item input[type=email] {
  max-width: 100%;
  padding: 8px 10px;
  margin: 0px;
  border: 1px solid #979797;
  border-radius: 4px;
}
.prospect-form .row form div.js-form-item.form-item input[type=text] p.custom-border-selected, .prospect-form .row form div.js-form-item.form-item input[type=email] p.custom-border-selected {
  display: none;
}
.prospect-form .row form div.js-form-item.form-item input[type=text].error, .prospect-form .row form div.js-form-item.form-item input[type=email].error {
  border: 1px solid #AF0000;
}
.prospect-form .row form div.js-form-item.form-item input[type=password] {
  max-width: 100%;
  padding: 8px 10px;
  margin: 0px;
  border: 1px solid #979797;
  border-radius: 4px;
}
.prospect-form .row form div.js-form-item.form-item input[type=password].error {
  border: 1px solid #AF0000;
}
.prospect-form .row form div.js-form-item.form-item#edit-password-rules {
  max-width: 320px;
}
@media (min-width: 992px) {
  .prospect-form .row form div.js-form-item.form-item#edit-password-rules {
    max-width: 460px;
  }
}
.prospect-form .row form div.js-form-item.form-item p.custom-border-selected {
  display: none;
}
.prospect-form .row form div.js-form-item.form-item#edit-processed-text {
  max-width: 540px;
  width: 100%;
  margin: 40px auto;
  background-color: #E5F3F5;
  color: #63666A;
  padding: 15px 25px 13px 25px;
  display: flex;
  flex-direction: row;
}
.prospect-form .row form div.js-form-item.form-item#edit-processed-text .cta-image {
  min-width: 28px;
  height: 18px;
  background-image: url("./images/CopayCard.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.prospect-form .row form div.js-form-item.form-item#edit-processed-text .cta-text {
  margin-left: 15px;
  text-align: left;
}
.prospect-form .row form div.js-form-item.form-item#edit-processed-text .cta-text h4 {
  color: #2A7475;
  font-size: 16px;
  line-height: 18px;
  margin-top: 0px;
  text-transform: none;
}
.prospect-form .row form div.js-form-item.form-item#edit-processed-text .cta-text p {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 12px;
}
.prospect-form .row form div.js-form-item.form-item#edit-processed-text .cta-text p a {
  text-decoration: underline;
  color: inherit;
  font-weight: 400;
}
.prospect-form .row form div.js-form-item.form-item#edit-terms-of-use, .prospect-form .row form div.js-form-item.form-item#edit-sms-terms-of-use {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
}
.prospect-form .row form div.js-form-item.form-item#edit-terms-of-use p, .prospect-form .row form div.js-form-item.form-item#edit-sms-terms-of-use p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}
.prospect-form .row form div.js-form-item.form-item#edit-terms-of-use p a, .prospect-form .row form div.js-form-item.form-item#edit-sms-terms-of-use p a {
  text-decoration: underline;
  color: #266A8F;
  display: block;
}
@media (min-width: 769px) {
  .prospect-form .row form div.js-form-item.form-item#edit-terms-of-use, .prospect-form .row form div.js-form-item.form-item#edit-sms-terms-of-use {
    padding: 0px;
  }
}
.prospect-form .row form .form-item-dob {
  position: relative;
}
.prospect-form .row form .form-item-dob .custom-border-selected {
  position: absolute;
  height: 24px;
  width: 22px;
  right: 10px;
  top: 42px;
  background-image: url("./images/calendar.svg");
  background-repeat: no-repeat;
  pointer-events: none;
  display: block !important;
}
@media (min-width: 992px) {
  .prospect-form .row form .form-item-dob .custom-border-selected {
    right: 15px;
  }
}
.prospect-form .row form .form-item-dob .ui-datepicker-trigger {
  display: none;
}
.prospect-form .row form .form-item-dob input[type=text]::-webkit-inner-spin-button,
.prospect-form .row form .form-item-dob input[type=text]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.prospect-form .row form .form-item-dob input[type=text] {
  width: 100%;
  padding: 5px 70px 5px 10px;
  border: 1px solid #979797;
  border-radius: 4px;
}
.prospect-form .row form .form-item-dob input[type=text].error {
  border: 1px solid #AF0000;
}
.prospect-form .row form .form-item-dob .hasDatepicker {
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #888B8D;
  margin-bottom: 24px;
}
.prospect-form .row form .form-item-dob .hasDatepicker.error {
  border: 1px solid #AF0000;
}
.prospect-form .row form .form-item-dob .hasDatepicker + span {
  color: #AF0000;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.prospect-form .row form .form-item-dob .ui-datepicker-trigger {
  display: none;
}
.prospect-form .row form .form-item-dob:before {
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("./images/custom-checkbox-checked.svg");
  background-repeat: no-repeat;
  left: -30px;
  top: -3px;
}
.prospect-form .row form div.form-type-password {
  position: relative;
}
.prospect-form .row form div.form-type-password p.custom-border-selected {
  display: block !important;
  position: absolute;
  width: 24px;
  height: 18px;
  background-image: url("./images/eye.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 44px;
  right: 8px;
  margin: 0px;
}
@media (min-width: 992px) {
  .prospect-form .row form div.form-type-password p.custom-border-selected {
    right: 28px;
  }
}
.prospect-form .row form div.form-item-password-confirm::after {
  display: none;
}
.prospect-form .row form #edit-password-rules {
  margin: 0 auto;
}
.prospect-form .row form #edit-password-rules p {
  font-size: 12px;
  line-height: 14px;
  color: #63666A;
  font-family: Arial, sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  text-align: left;
}
.prospect-form .row form div.js-form-item-send-container.form-item-send-container, .prospect-form .row form div.js-form-item-text-opt-in.form-item-text-opt-in {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .prospect-form .row form div.js-form-item-send-container.form-item-send-container, .prospect-form .row form div.js-form-item-text-opt-in.form-item-text-opt-in {
    margin-top: 38px;
  }
}
.prospect-form .row form div.js-form-item-send-container.form-item-send-container input[type=checkbox], .prospect-form .row form div.js-form-item-text-opt-in.form-item-text-opt-in input[type=checkbox] {
  height: 20px;
  box-shadow: inset 3px 3px 3px rgba(151, 151, 151, 0.15);
  border-radius: 4px;
}
.prospect-form .row form div.js-form-item-send-container.form-item-send-container input[type=checkbox].error, .prospect-form .row form div.js-form-item-text-opt-in.form-item-text-opt-in input[type=checkbox].error {
  border: 1px solid #AF0000;
}
.prospect-form .row form div.js-form-item-send-container.form-item-send-container label p, .prospect-form .row form div.js-form-item-text-opt-in.form-item-text-opt-in label p {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-family: Arial, sans-serif;
}
.prospect-form .row form div.js-form-item-send-container.form-item-send-container label p.small-text, .prospect-form .row form div.js-form-item-text-opt-in.form-item-text-opt-in label p.small-text {
  font-size: 12px;
  line-height: 14px;
  color: #63666A;
  font-style: italic;
}
.prospect-form .row form #edit-gender {
  position: relative;
}
.prospect-form .row form #edit-gender legend span {
  margin-top: 20px;
}
.prospect-form .row form span#gender-error {
  display: block;
  margin: -196px 0 0 0;
  left: 0px;
  max-width: 320px;
}
@media (min-width: 992px) {
  .prospect-form .row form span#gender-error {
    max-width: 460px;
  }
}
.prospect-form .row form #edit-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  min-width: 100%;
}
.prospect-form .row form span.error {
  color: #AF0000 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  font-family: Arial, sans-serif;
  margin: 6px 0 0 0;
}
@media (min-width: 992px) {
  .prospect-form .row {
    box-shadow: 0 0 20px 0 rgba(21, 79, 80, 0.12);
    border-radius: 9px;
    padding: 65px 25px 40px 25px;
  }
  .prospect-form .row p {
    margin-bottom: 15px;
  }
  .prospect-form .row p.required-field-msg {
    margin: 0px;
  }
}

#password-reset ol {
  margin-top: 18px;
}
#password-reset ol li {
  padding-left: 12px;
  padding-bottom: 12px;
}
#password-reset .text-small {
  font-style: italic;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 32px;
}
#password-reset button {
  margin-bottom: 27px;
}

.social-media-container .container div.row {
  max-width: 970px;
  margin: 0 5px 0 5px;
}
@media (min-width: 992px) {
  .social-media-container .container div.row {
    margin: 0 auto;
  }
}
.social-media-container .container h1.utility-header {
  line-height: 45px;
  padding: 31px 0 27px;
}
@media (min-width: 992px) {
  .social-media-container .container h1.utility-header {
    line-height: 70px;
    padding: 45px 0 34px;
  }
}
.social-media-container .container h6 {
  font-weight: 600;
  margin: 42px 0 11px;
}
.social-media-container .container p {
  font: 16px/21px "ArialMT", sans-serif;
  color: #4A4A4A;
  margin-bottom: 10px;
}
.social-media-container .container p .text-teal {
  color: #2A7475;
}
.social-media-container .container a {
  font-weight: 600;
}

.howItWorks-hero strong {
  font-weight: bold;
}
@media (max-width: 450px) {
  .howItWorks-hero.page-hero {
    background-size: 110% !important;
  }
}
.howItWorks-hero .row .hero-text {
  margin: 81px 0 0 20px;
  font-style: italic;
  width: 180px;
}
@media (min-width: 768px) {
  .howItWorks-hero .row .hero-text {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .howItWorks-hero .row .hero-text {
    margin: 6.75vw 0 0 -7px;
    width: 520px;
  }
}
@media (min-width: 1680px) {
  .howItWorks-hero .row .hero-text {
    margin-top: 113.4px;
  }
}
.howItWorks-hero .row .hero-text h1 {
  font: 35px/36px "Barlow-MediumItalic", sans-serif;
  margin: 0;
  color: #fff;
  font-style: italic;
  width: 150px;
}
@media (min-width: 768px) {
  .howItWorks-hero .row .hero-text h1 {
    width: 270px;
    margin: 118px 0 0 16px;
  }
}
@media (min-width: 992px) {
  .howItWorks-hero .row .hero-text h1 {
    font-size: 60px;
    line-height: 1;
    width: 444px;
  }
}
@media (min-width: 1200px) {
  .howItWorks-hero .row .hero-text h1 {
    font-size: 70px;
    line-height: 1;
  }
}
.howItWorks-hero .row .hero-text h1 sup {
  font-family: "Barlow-Regular", sans-serif;
  font-size: 50%;
  font-style: normal;
  top: 0;
  left: 2px;
  vertical-align: super;
}
@media (min-width: 992px) {
  .howItWorks-hero .row .hero-text h1 sup {
    left: 5px;
  }
}
.howItWorks-hero .row .hero-text h1 span {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}
@media (max-width: 992px) {
  .howItWorks-hero .row .hero-breadcrumb {
    margin-left: 0;
    font-size: 12px;
    height: 18px;
  }
}
@media (max-width: 575px) {
  .howItWorks-hero .row .hero-breadcrumb {
    margin-left: 1rem;
  }
}

.m1-section {
  margin-top: 0;
}
@media (min-width: 992px) {
  .m1-section {
    margin-top: -8.1vw;
  }
}
@media (min-width: 1200px) {
  .m1-section {
    margin-top: -12.1vw;
  }
}
@media (min-width: 1680px) {
  .m1-section {
    margin-top: -203.267px;
  }
}
.m1-section .container-fluid {
  padding: 0;
}

.hero-component p {
  color: #fff;
}
.hero-component--left {
  font-family: "Barlow-Regular", sans-serif;
  background: linear-gradient(125deg, #2A7475 65%, #266A8F 100%);
  padding: 36px 32px 62px 35px;
}
@media (min-width: 992px) {
  .hero-component--left {
    padding: 50px 20% 50px 23.5%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    background: linear-gradient(145deg, #2A7475 65%, #266A8F 100%);
  }
}
.hero-component--right {
  background: #E5F0F1;
  position: relative;
  padding: 38px 36px 38px 36px;
  height: 395px;
}
@media (min-width: 992px) {
  .hero-component--right {
    padding: 50px 0 78px 0;
    height: 100%;
  }
}
.hero-component--right .icon-center {
  width: 385px;
  height: 295px;
  margin: auto;
}
@media (max-width: 500px) {
  .hero-component--right .icon-center {
    width: 300px;
    height: 299px;
  }
}
@media (min-width: 992px) {
  .hero-component--right .icon-center {
    width: 400px;
    height: 299px;
  }
}
.hero-component--divider {
  transform: translate(-50%, 0) rotate(90deg);
  width: 23px;
  height: 127px;
  top: -66px;
  left: 50%;
  background: url("./images/how-bimzelx-works/icon-divider.png") center center no-repeat;
  background-size: cover;
  position: absolute;
}
@media (min-width: 992px) {
  .hero-component--divider {
    width: 27px;
    height: 162px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero-component--heading {
  font: 35px/36px "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hero-component--heading {
    margin-bottom: 22px;
    margin-top: 10px;
  }
}
.hero-component--para {
  font: 16px/21px "ArialMT", sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .hero-component--para {
    margin-bottom: 20px;
  }
}
.hero-component--sub-heading {
  font: 23px/27px "Barlow-Bold", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero-component--sub-heading {
    margin-bottom: 4px;
  }
}

.target-div {
  margin: 42px auto 48px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .target-div {
    margin: 70px auto 77px;
    padding-left: 12px;
  }
}
.target-div--icon {
  width: 64px;
  height: 64px;
  margin: 5px 2px 5px 2px;
  float: left;
}
@media (min-width: 992px) {
  .target-div--icon {
    width: 80px;
    height: 80px;
    margin: 0;
  }
}
.target-div--content .content-heading {
  font: 23px/27px "Barlow-ExtraBold", sans-serif;
  color: #006E76;
  padding: 0 0 0 83px;
  margin-bottom: 29px;
}
@media (min-width: 992px) {
  .target-div--content .content-heading {
    font-size: 30px;
    line-height: 37px;
    color: #2A7475;
    padding: 6px 0 0 122px;
  }
}
.target-div--content .content-para {
  font: 16px/21px Arial, sans-serif;
  color: #4A4A4A;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0;
}
@media (min-width: 992px) {
  .target-div--content .content-para {
    margin-bottom: 36px;
    padding: 0 90px 0 122px;
  }
}
.target-div--content .button_secondary {
  width: 236px;
  margin: 0;
}
.target-div--content .button_secondary a {
  padding: 0 0 0 48px;
}
@media (min-width: 992px) {
  .target-div--content .button_secondary a {
    padding: 0 0 0 47px;
  }
}
@media (min-width: 992px) {
  .target-div--content .button_secondary {
    margin: 0 0 0 122px;
    width: 234px;
  }
}
.target-div--content .button_secondary svg {
  margin-left: 22px;
}

#m2_ask_your_dermatologist {
  min-height: 620px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 0 12px;
}
@media (min-width: 768px) {
  #m2_ask_your_dermatologist {
    min-height: 377px;
  }
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologist {
    min-height: 377px;
  }
}
#m2_ask_your_dermatologist .m2-section-text .first-p {
  width: 100%;
  max-width: 320px;
  font: 35px/36px "Barlow-MediumItalic", sans-serif;
  color: #fff;
  font-style: italic;
  margin-bottom: 31px;
  padding: 69px 0 0 8px;
}
@media (min-width: 768px) {
  #m2_ask_your_dermatologist .m2-section-text .first-p {
    padding: 51px 0 26px 8px;
  }
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologist .m2-section-text .first-p {
    padding: 52px 0 0 58px;
    max-width: 400px;
    margin-bottom: 55px;
  }
}
#m2_ask_your_dermatologist .m2-section-text .first-p span {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}
#m2_ask_your_dermatologist .m2-section-text .second-p {
  padding: 0;
  font: 16px/21px Arial, sans-serif;
  margin-bottom: 28px;
  font-weight: bold;
  color: #fff;
  max-width: 230px;
}
@media (min-width: 768px) {
  #m2_ask_your_dermatologist .m2-section-text .second-p {
    font: 23px/27px "Barlow-Bold", sans-serif;
    padding-left: 7px;
    width: 270px;
    max-width: unset;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologist .m2-section-text .second-p {
    max-width: 400px;
    width: unset;
    margin-bottom: 50px;
    padding-left: 58px;
  }
}
#m2_ask_your_dermatologist .m2-section-text .button_primary {
  width: 264px;
  margin: 0;
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologist .m2-section-text .button_primary {
    max-width: 300px;
    margin: 0 136px 0 60px;
  }
}
#m2_ask_your_dermatologist .m2-section-text .button_primary a {
  padding: 0 0 0 61px;
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologist .m2-section-text .button_primary a {
    padding: 0 0 0 65px;
  }
}
#m2_ask_your_dermatologist .m2-section-text .button_primary a svg {
  margin-left: 22px;
}
@media (min-width: 992px) {
  #m2_ask_your_dermatologist .m2-section {
    max-width: 940px;
    margin: 0 auto;
  }
}

.skin-demo-frame {
  -webkit-overflow-scrolling: unset !important;
}

.whyBKZ-hero .whyBKZ_subheader {
  font-family: "Barlow-MediumItalic", sans-serif;
  font-size: 35px;
  font-style: italic;
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 285px;
  text-transform: none;
}
.whyBKZ-hero .whyBKZ_subheader sup {
  top: -0.75em;
  font-size: 50%;
  font-style: normal;
  left: 6px;
  font-family: "Barlow-Regular", sans-serif;
}
@media (max-width: 575px) {
  .whyBKZ-hero .whyBKZ_subheader sup {
    left: 4px;
  }
}
.whyBKZ-hero .whyBKZ_subheader span {
  display: block;
  text-align: left;
  font-size: 35px;
  line-height: 36px;
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}
.whyBKZ-hero .whyBKZ_subheader span sup {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  font-size: 45%;
  font-style: normal;
  vertical-align: super;
  top: 0.2em;
  left: 8px;
}
@media (max-width: 575px) {
  .whyBKZ-hero .whyBKZ_subheader span sup {
    font-weight: 400;
    left: 4px;
  }
}
@media (min-width: 992px) {
  .whyBKZ-hero .whyBKZ_subheader span {
    font-size: 70px;
    line-height: 1;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .whyBKZ-hero .whyBKZ_subheader {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .whyBKZ-hero .whyBKZ_subheader {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .whyBKZ-hero .whyBKZ_subheader {
    font-size: 70px;
    line-height: 1;
    max-width: 475px;
    margin-top: 3vw;
  }
}
@media (min-width: 1200px) {
  .whyBKZ-hero .whyBKZ_subheader {
    margin-top: 7vw;
  }
}
@media (min-width: 1680px) {
  .whyBKZ-hero .whyBKZ_subheader {
    margin-top: 117.6px;
  }
}
@media (min-width: 1500px) {
  .whyBKZ-hero {
    z-indeX: 10;
  }
}
.whyBKZ-hero .hero_img {
  position: relative;
  background-size: cover;
  min-height: 287px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .whyBKZ-hero .hero_img {
    min-height: 317px;
    background-position: 0 -38px;
  }
}
@media (min-width: 992px) {
  .whyBKZ-hero .hero_img {
    position: relative;
    z-index: 10;
    flex-direction: column;
    min-height: 42.312vw;
    background-position: unset;
  }
}
@media (max-width: 1180px) and (min-width: 992px) {
  .whyBKZ-hero .hero_img {
    position: relative;
    z-index: 10;
    flex-direction: column;
    min-height: 49.667vw !important;
    background-position: unset;
  }
}
@media (min-width: 1680px) {
  .whyBKZ-hero .hero_img {
    height: 711px;
    min-height: unset;
  }
}

.bg-teal-gradient {
  background: linear-gradient(125deg, #2a7475 70%, #266a8f);
}

.bg-light-green {
  background-color: #E5F0F1;
}

.bg-dark-green {
  background-color: #2A7475;
}

.ninety_percent_clearer_skin {
  position: relative;
  z-index: 11;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ninety_percent_clearer_skin {
    margin-top: -140px;
  }
}
.ninety_percent_clearer_skin .hero-component--heading {
  font-style: italic;
}
@media (min-width: 992px) {
  .ninety_percent_clearer_skin .hero-component--heading {
    margin-bottom: 18px;
  }
}
.ninety_percent_clearer_skin .hero-component--para {
  font-weight: 600;
  font-family: Arial, sans-serif;
}
.ninety_percent_clearer_skin .bg-img-lady-top {
  background: url("./images/why-bimzelx/bg-img-lady-top.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .ninety_percent_clearer_skin .bg-img-lady-top {
    background: url("./images/why-bimzelx/bg-img-lady-top-tablet.jpg") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .ninety_percent_clearer_skin .bg-img-lady-top {
    background: url("./images/why-bimzelx/bg-img-lady-top-mobile.jpg") no-repeat;
    background-size: cover;
  }
}
.ninety_percent_clearer_skin .bg-img-lady-bottom {
  background: url("./images/why-bimzelx/bg-img-lady-bottom.jpg") no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 992px) {
  .ninety_percent_clearer_skin .bg-img-lady-bottom {
    background: url("./images/why-bimzelx/bg-img-lady-bottom-tablet.jpg") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 575px) {
  .ninety_percent_clearer_skin .bg-img-lady-bottom {
    background: url("./images/why-bimzelx/bg-img-lady-bottom-mobile.jpg") no-repeat;
    background-size: cover;
  }
}
.ninety_percent_clearer_skin .hero-component--block {
  height: 317px;
}
@media (max-width: 992px) {
  .ninety_percent_clearer_skin .hero-component--block {
    height: 194px;
  }
}
@media (max-width: 575px) {
  .ninety_percent_clearer_skin .hero-component--block {
    height: 317px;
  }
}
@media (min-width: 768px) {
  .ninety_percent_clearer_skin .hero-component--divider {
    width: 22px;
    height: 131px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.what_can_bimzelx_do_for_you .row {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .what_can_bimzelx_do_for_you .row {
    padding: 35px 0 50px 20px;
  }
}
.what_can_bimzelx_do_for_you .text-block {
  margin-left: 155px;
}
@media (max-width: 992px) {
  .what_can_bimzelx_do_for_you .text-block {
    margin-left: 215px;
  }
}
@media (max-width: 992px) {
  .what_can_bimzelx_do_for_you .text-block {
    margin-left: 0;
    margin-top: 70px;
  }
}
.what_can_bimzelx_do_for_you .text-block h3 {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
}
.what_can_bimzelx_do_for_you .text-block::before {
  content: "";
  background: url("./images/why-bimzelx/icon-multi-arrow.svg") no-repeat;
  width: 63px;
  height: 32px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -82px;
}
@media (max-width: 992px) {
  .what_can_bimzelx_do_for_you .text-block::before {
    top: -39px;
    left: 0;
  }
}
.what_can_bimzelx_do_for_you .button_primary {
  width: 220px;
}

.icon-calendar {
  width: 103px;
  height: 99px;
  margin-left: -10px;
}

.clearer_skin_that_lasts .container-small {
  max-width: 1060px;
}
.clearer_skin_that_lasts h3 {
  margin-bottom: 20px;
}
.clearer_skin_that_lasts .divider {
  background-image: url("./images/why-bimzelx/gray-divider.svg");
  background-repeat: no-repeat;
  width: auto;
  height: 27px;
}
@media (max-width: 992px) {
  .clearer_skin_that_lasts .divider {
    width: 330px;
    height: 15px;
    margin: 0 auto;
    background-image: url("./images/common/divider.svg");
  }
}
.clearer_skin_that_lasts .text-block {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .clearer_skin_that_lasts .text-block {
    margin-left: 20px;
  }
}
.clearer_skin_that_lasts .text-block h2 {
  font-family: "Barlow-ExtraBold", sans-serif;
}
.clearer_skin_that_lasts .text-block-wrapper {
  margin-left: 210px;
}
@media (max-width: 992px) {
  .clearer_skin_that_lasts .text-block-wrapper {
    margin-left: 20px;
  }
}
.clearer_skin_that_lasts .text-container {
  margin-top: 60px;
}
.clearer_skin_that_lasts .home__copy.small {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .clearer_skin_that_lasts .home__copy.small {
    margin: 25px 0 8px 20px;
  }
}
@media (max-width: 768px) {
  .clearer_skin_that_lasts .home__copy.small {
    margin: 25px 0 8px 10px;
    align-self: flex-start;
    text-indent: -4px;
  }
}
@media (max-width: 992px) {
  .clearer_skin_that_lasts .icon-autoinjector {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 992px) {
  .clearer_skin_that_lasts .icon-calendar {
    width: 66px;
    height: 63px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .clearer_skin_that_lasts .home__copy {
    font-weight: 400;
  }
}

.dare_to_wear_black_again {
  min-height: 577px;
  background-position: center;
  padding-top: 40px;
  background-size: cover;
}
@media (min-width: 576px) {
  .dare_to_wear_black_again {
    min-height: 767px;
    background-position: center 50%;
  }
}
@media (min-width: 768px) {
  .dare_to_wear_black_again {
    min-height: 320px;
    padding-top: 35px;
    background-position: 50%;
  }
}
@media (min-width: 992px) {
  .dare_to_wear_black_again {
    background-position: -250px;
    background-size: cover;
    min-height: 377px;
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  .dare_to_wear_black_again {
    background-position: center;
  }
}
.dare_to_wear_black_again .home__sub-head {
  margin-bottom: 40px;
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-size: 35px;
  font-style: italic;
}
@media (max-width: 992px) {
  .dare_to_wear_black_again .home__sub-head {
    margin-bottom: 20px;
  }
}
.dare_to_wear_black_again .home__sub-head span {
  font-family: "Barlow-MediumItalic", sans-serif;
  font-style: italic;
}
.dare_to_wear_black_again .home__copy {
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dare_to_wear_black_again .home__copy {
    margin-bottom: 20px;
  }
}
.dare_to_wear_black_again .home__copy.small {
  font-weight: 400;
}
@media (max-width: 992px) {
  .dare_to_wear_black_again .home__copy.small {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .dare_to_wear_black_again .home__copy.small {
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .dare_to_wear_black_again .text-block {
    padding-right: 85px;
    padding-left: 10px;
    width: auto;
  }
}
@media (min-width: 576px) {
  .dare_to_wear_black_again .text-block {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .dare_to_wear_black_again .text-block {
    width: auto;
  }
}
.dare_to_wear_black_again sub, .dare_to_wear_black_again sup {
  top: -0.8em;
  font-size: 50%;
}

.before_and_after_bimzelx h2 {
  font-family: "Barlow-ExtraBold", sans-serif;
}
.before_and_after_bimzelx .home__copy.small {
  color: #4A4A4A;
}
@media (max-width: 992px) {
  .before_and_after_bimzelx .home__copy.small {
    font-weight: 400;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .before_and_after_bimzelx .home__copy.small {
    margin-left: 90px;
  }
}
@media (min-width: 1024px) {
  .before_and_after_bimzelx .home__copy.small {
    margin-left: 75px;
  }
}
.before_and_after_bimzelx .gallery-section {
  min-height: 1270px;
  width: 100%;
  padding: 20px 0 50px 0;
}
@media (min-width: 992px) {
  .before_and_after_bimzelx .gallery-section {
    padding: 45px 0 50px 0;
  }
}
.before_and_after_bimzelx .gallery-section .home__copy {
  font-weight: bold;
  margin-bottom: 10px;
}
.before_and_after_bimzelx .gallery-section .home__copy.small {
  font-weight: 400;
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .before_and_after_bimzelx .gallery-section .home__copy.small {
    margin: 50px 0 0;
  }
}
@media (max-width: 768px) {
  .before_and_after_bimzelx .gallery-section .home__copy.small {
    text-indent: -5px;
  }
}
.before_and_after_bimzelx .gallery-section .slick-carousel-item {
  padding: 0 10px;
  display: inline-block;
}
.before_and_after_bimzelx .gallery-section .slick-dots {
  bottom: -26px;
}
.before_and_after_bimzelx .gallery-section .slick-dots li {
  width: 15px;
}
.before_and_after_bimzelx .gallery-section .slick-dots li button:before {
  font-size: 9px;
}
.before_and_after_bimzelx .gallery-section .patient-image {
  margin-top: 1.2rem;
  margin-left: -15px;
  margin-right: -15px;
}
.before_and_after_bimzelx .gallery-section .patient-image .patient-image--block {
  width: 100%;
  min-height: 302px;
}
@media (min-width: 992px) {
  .before_and_after_bimzelx .gallery-section .patient-image .patient-image--block {
    width: 100%;
    max-width: 300px;
    height: auto;
    min-height: 311px;
  }
}
.before_and_after_bimzelx .gallery-section .patient-image .patient-image--block p {
  margin: 7px 0 0 15px;
}
@media (max-width: 992px) {
  .before_and_after_bimzelx .gallery-section .patient-image .patient-image--block p {
    margin: 0;
    padding: 10px 0 0 15px;
  }
}
.before_and_after_bimzelx .gallery-section .patient-image.back .patient-image--block.one {
  background-image: url("./images/why-bimzelx/back1.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .patient-image.back .patient-image--block.two {
  background-image: url("./images/why-bimzelx/back2.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .patient-image.back .patient-image--block.three {
  background-image: url("./images/why-bimzelx/back3.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .patient-image.legs .patient-image--block.one {
  background-image: url("./images/why-bimzelx/legs1.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .patient-image.legs .patient-image--block.two {
  background-image: url("./images/why-bimzelx/legs2.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .patient-image.legs .patient-image--block.three {
  background-image: url("./images/why-bimzelx/legs3.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .patient-image.neck .patient-image--block.one {
  background-image: url("./images/why-bimzelx/neck1.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .patient-image.neck .patient-image--block.two {
  background-image: url("./images/why-bimzelx/neck2.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .patient-image.neck .patient-image--block.three {
  background-image: url("./images/why-bimzelx/neck3.jpg");
  background-size: cover;
}
.before_and_after_bimzelx .gallery-section .legs-section-mobile-carousel, .before_and_after_bimzelx .gallery-section .neck-section-mobile-carousel {
  margin-top: 25px;
}
.before_and_after_bimzelx .gallery-section .back-section-mobile-carousel .home__copy,
.before_and_after_bimzelx .gallery-section .legs-section-mobile-carousel .home__copy,
.before_and_after_bimzelx .gallery-section .neck-section-mobile-carousel .home__copy {
  text-align: left;
}
.before_and_after_bimzelx .gallery-section .button_secondary {
  width: 240px;
}
.before_and_after_bimzelx .gallery-section .back-section-mobile-carousel .slick-slide:last-child,
.before_and_after_bimzelx .gallery-section .legs-section-mobile-carousel .slick-slide:last-child,
.before_and_after_bimzelx .gallery-section .neck-section-mobile-carousel .slick-slide:last-child {
  margin-right: -200px;
}
@media (max-width: 575px) {
  .before_and_after_bimzelx .gallery-section .back-section-mobile-carousel .slick-slide:last-child,
  .before_and_after_bimzelx .gallery-section .legs-section-mobile-carousel .slick-slide:last-child,
  .before_and_after_bimzelx .gallery-section .neck-section-mobile-carousel .slick-slide:last-child {
    margin-right: -120px;
  }
}

.faq-header {
  width: 100%;
  margin-bottom: 53px;
}
@media (max-width: 450px) {
  .faq-header {
    background-size: 110% !important;
  }
}
@media (min-width: 992px) {
  .faq-header {
    margin-bottom: 33px;
  }
}
.faq-header .hero-text {
  margin: 120px 0 0 20px;
  font-style: italic;
  width: 180px;
}
@media (min-width: 768px) {
  .faq-header .hero-text {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .faq-header .hero-text {
    margin: 9.2vw 0 0 -8px;
    width: 520px;
  }
}
@media (min-width: 1680px) {
  .faq-header .hero-text {
    margin-top: 154.55px;
  }
}
.faq-header .hero-text h1 {
  font: 35px/36px "Barlow-MediumItalic", sans-serif;
  margin: 0;
  color: #fff;
  font-style: italic;
  width: 150px;
}
@media (min-width: 768px) {
  .faq-header .hero-text h1 {
    width: 280px;
    margin: 110px 0 0 20px;
  }
}
@media (min-width: 992px) {
  .faq-header .hero-text h1 {
    font-size: 70px;
    line-height: 70px;
    width: 100%;
  }
}
.faq-header .hero-text h1 span {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}

#faqs {
  padding-bottom: 35px;
  position: relative;
}
@media (min-width: 992px) {
  #faqs::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 194px;
    top: 178px;
    left: -18px;
    background: url("./images/how-bimzelx-works/icon-divider.png") center center no-repeat;
    background-size: contain;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  #faqs {
    padding-bottom: 55px;
  }
}
#faqs .card {
  border: 0;
  margin-bottom: 30px;
  padding: 0 5px 0 5px;
  font-family: Arial, sans-serif;
}
@media (min-width: 992px) {
  #faqs .card {
    padding: 0;
    margin-bottom: 30px;
  }
}
#faqs .card-header {
  border-bottom: 2px solid #BDDC04;
  background-color: #2A7475;
  border-radius: 0;
  padding: 9px 4px 10px 14px;
}
@media (min-width: 992px) {
  #faqs .card-header {
    padding: 9px 8px 9px 14px;
  }
}
#faqs .card-header a {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  padding-right: 42px;
}
#faqs .card-header a.collapsed::before {
  opacity: 1;
}
#faqs .card-header a::before {
  width: 4px;
  height: 25px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 10.5px;
  right: 17.5px;
  transform: translateY(-50%);
  opacity: 0;
}
@media (min-width: 992px) {
  #faqs .card-header a::before {
    top: 10px;
    right: 14px;
  }
}
#faqs .card-header a::after {
  width: 25px;
  height: 4px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 10px;
  right: 7px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  #faqs .card-header a::after {
    right: 4px;
  }
}
#faqs .card-header a sup {
  font-size: 58%;
}
#faqs .card-body {
  padding: 20px 14px 20px 14px;
  background-color: #F5F5F5;
}
@media (min-width: 992px) {
  #faqs .card-body {
    padding: 21px 15px 21px 15px;
  }
}
#faqs .card-body a {
  color: #2A7475;
  text-decoration: underline;
  font-weight: 700;
}
#faqs .card-body a span {
  text-decoration: inherit;
}
#faqs .card-body p {
  font-weight: initial;
}
#faqs .card--two .card-body li {
  margin-bottom: 6px;
}
#faqs .card--three .card-body ul li {
  margin-bottom: 16px;
}
#faqs .card--three .card-body ul.disc-bullet {
  margin: 7px 0 4px 0;
}
#faqs .card--three .card-body ul.disc-bullet li {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #faqs .card--four .card-body li:last-child {
    margin-bottom: 7px;
  }
}
#faqs .card--seven p {
  margin-bottom: 17px;
}
#faqs .card--seven ul {
  margin-bottom: 0;
}
#faqs .card--eight p {
  line-height: 18px;
}
@media (min-width: 992px) {
  #faqs .card--nine .card-body {
    padding: 21px 19px 21px 19px;
  }
}
#faqs .card--ten sup {
  font-size: 58%;
  top: -0.5em;
}
@media (min-width: 992px) {
  #faqs .card--twelve .card-body {
    padding-right: 10px;
  }
}
#faqs .card--thirteen .card-body p {
  line-height: 18px;
}
#faqs .card .bimzelx-logo {
  width: 183px;
  height: 53px;
  margin: 0 auto 28px;
}
#faqs .card .targets-blocks-logo {
  width: 265px;
  height: 300px;
  margin: 8px auto 28px;
  background: url("./images/faq/TargetsBlocksLockup.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 992px) {
  #faqs .card .targets-blocks-logo {
    width: 404px;
    height: 298px;
    margin: 0 auto 28px;
  }
}
#faqs .card .bimzelx-saving-card {
  width: 280px;
  height: 158px;
  margin: 0 auto 24px;
}
@media (min-width: 992px) {
  #faqs .card .bimzelx-saving-card {
    width: 400px;
    height: 226px;
    margin: 0 auto 32px;
  }
}
#faqs p {
  color: #4A4A4A;
  margin-bottom: 4px;
  line-height: 21px;
}
@media (min-width: 992px) {
  #faqs p {
    margin-bottom: 8px;
  }
}
#faqs p:last-child {
  margin: 0;
}
#faqs p.sub-title {
  font: 30px/37px "Barlow-ExtraBold", sans-serif;
  color: #2A7475;
  margin-bottom: 6px;
}
#faqs p.para-bottom-link {
  margin-bottom: 20px;
}
#faqs .flex-box {
  display: block;
}
@media (min-width: 992px) {
  #faqs .flex-box {
    display: flex;
    flex-direction: row;
    padding: 0 4px 0 4px;
  }
}
#faqs .flex-box--icon {
  width: 61px;
  height: 59px;
  padding: 42px;
  background: url("./images/faq/icon-calendar.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  #faqs .flex-box--icon {
    float: left;
    padding: 30px;
    margin: 11px 30px 0 0;
  }
}
#faqs .flex-box--content p {
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #faqs .flex-box--content p {
    padding-right: 34px;
  }
}
#faqs .flex-box--content p sup {
  font-size: 50%;
  top: -0.58em;
}
#faqs .flex-box--content ul {
  margin: 0 0 0 -5px;
}
@media (min-width: 992px) {
  #faqs .flex-box--content ul {
    padding-inline-start: 0px;
    margin-bottom: 0;
  }
}
#faqs .flex-box--content ul li {
  text-indent: 0;
  padding-left: 10px;
}
#faqs .button_secondary {
  width: 192px;
  margin-left: 4px;
}
@media (min-width: 992px) {
  #faqs .button_secondary {
    margin: 0;
  }
}
#faqs .button_secondary svg {
  margin-left: 23px;
}
#faqs ul {
  list-style-type: none;
  padding-inline-start: 6px;
  margin-bottom: 10px;
}
#faqs ul li {
  color: #4A4A4A;
  padding-left: 4px;
  position: relative;
  margin-bottom: 10px;
  line-height: 21px;
}
#faqs ul li::before {
  position: absolute;
  left: -5px;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #006E76;
  border-radius: 50%;
  content: "";
}
#faqs ul li ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#faqs ul li ul li {
  margin-bottom: 0;
  padding-left: 16px;
}
#faqs ul li ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 1px solid #006E76;
  border-radius: 50%;
  content: "";
}
#faqs ul .disc-bullet {
  margin: 5px 0 14px 0;
}
@media (min-width: 992px) {
  #faqs ul .disc-bullet {
    margin: 5px 0 16px 0;
    padding-inline-start: 6px;
  }
}
#faqs ul .disc-bullet li {
  padding-left: 11px;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  #faqs ul .disc-bullet li {
    margin-bottom: 2px;
  }
}
#faqs ul .disc-bullet li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 1px solid #006E76;
  border-radius: 50%;
  content: "";
}
#faqs ul .disc-bullet li:last-child {
  margin-bottom: 8px;
}
#faqs ul .disc-bullet--two li {
  margin-bottom: 0px;
}
#faqs ul.teal-bullet--two {
  margin-bottom: 16px;
  padding-inline-start: 14px;
}
@media (min-width: 992px) {
  #faqs ul.teal-bullet--two {
    margin-bottom: 18px;
    padding-inline-start: 6px;
  }
}
#faqs ul.teal-bullet--two li {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  #faqs ul.teal-bullet--two li {
    margin-bottom: 7px;
  }
}
#faqs ul.custom--list {
  padding-inline-start: 0;
}
@media (min-width: 992px) {
  #faqs ul.custom--list {
    padding-inline-start: 6px;
  }
}
#faqs ul.custom--list li {
  font-size: 14px;
  line-height: 18px;
  text-indent: -4px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #faqs ul.custom--list li {
    text-indent: -10px;
  }
}
#faqs ul.custom--list li:before {
  content: "";
  background-color: transparent;
}
#faqs ul.custom--list li sup {
  font-size: 55%;
  top: -0.7em;
}
#faqs h4 {
  color: #2A7475;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: unset;
  margin: 0 0 18px 0;
}
#faqs .box-icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  margin: 0 0 22px 14px;
}
@media (min-width: 992px) {
  #faqs .box-icon {
    margin: 0 0 30px 35px;
  }
}
#faqs .box-icon::before {
  position: absolute;
  width: 62px;
  height: 68px;
  content: "";
}
@media (min-width: 992px) {
  #faqs .box-icon::before {
    width: 64px;
    height: 64px;
  }
}
#faqs .box-icon span {
  font: 16px/21px Arial, sans-serif;
  color: #006E76;
  font-weight: bold;
  padding: 0px 0 0 76px;
}
@media (min-width: 992px) {
  #faqs .box-icon span {
    padding: 0 0 0 80px;
  }
}
#faqs .box-icon--left::before {
  background: url("./images/safety-and-side-effects/icon-five-d.png") no-repeat center center/contain;
}
#faqs .box-icon--right {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  #faqs .box-icon--right {
    padding-left: 40px;
    margin-left: 0;
  }
}
#faqs .box-icon--right::before {
  width: 70px;
  height: 70px;
  background: url("./images/safety-and-side-effects/icon-patients.png") no-repeat center center/contain;
}
@media (min-width: 992px) {
  #faqs .box-icon--right::before {
    width: 70px;
    height: 50px;
  }
}
#faqs .box-icon--right span {
  padding-top: 0;
}
@media (min-width: 992px) {
  #faqs .box-icon--right span {
    padding: 0 0 0 100px;
  }
}

.derm-header {
  background: url("./images/derm-header-mobile.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 355px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .derm-header {
    min-height: 670px;
    margin-bottom: 55px;
    background: url("./images/derm-header-desktop.png") center center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1499px) {
  .derm-header.swoosh-up:after {
    display: none;
  }
}

h1.derm-header-heading {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-weight: 700;
  font-size: 30px;
  color: #BDDC04;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 70px;
}
h1.derm-header-heading span {
  font-size: 40px;
  color: #BDDC04;
  display: block;
  padding-left: 47px;
  line-height: 1.5rem;
}
@media (min-width: 769px) {
  h1.derm-header-heading {
    font-size: 60px;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
    margin-top: 164px;
    line-height: 124px;
  }
  h1.derm-header-heading span {
    font-size: 94px;
    padding-left: 80px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
}

#m1_sharing_how_you_feel .sharing-header {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-weight: 700;
  font-size: 20px;
  color: #2A7475;
  line-height: 30px;
  width: 100%;
  max-width: 255px;
  margin: 0 auto 25px auto;
  text-transform: none;
}
#m1_sharing_how_you_feel .sharing-header span {
  font-size: 30px;
  line-height: 30px;
  display: block;
  padding-left: 30px;
}
#m1_sharing_how_you_feel .sharing-header-2 {
  font-size: 25px;
  text-align: center;
  margin: 40px auto 20px auto;
  max-width: 100%;
}
#m1_sharing_how_you_feel .sharing-copy {
  font-weight: 500;
  font-size: 16px;
  color: #63666A;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
}
#m1_sharing_how_you_feel .sharing-copy.strong {
  font-weight: 700;
}
#m1_sharing_how_you_feel .sharing-image {
  width: 114px;
  height: 96px;
  margin: 0 auto 25px auto;
  background: url("./images/derm-image.svg") center center no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  #m1_sharing_how_you_feel .sharing-header {
    font-size: 39px;
    line-height: 58.25px;
    max-width: 498px;
  }
  #m1_sharing_how_you_feel .sharing-header span {
    font-size: 58.5px;
    line-height: 48px;
    padding-left: 60px;
  }
  #m1_sharing_how_you_feel .sharing-header-2 {
    max-width: 100%;
    font-size: 40px;
    line-height: 45px;
    margin: 55px auto 30px auto;
  }
  #m1_sharing_how_you_feel .sharing-image {
    margin: 25px auto 30px auto;
  }
}

.full-header {
  background: url("./images/clear-header-mobile.png") center center no-repeat;
  background-size: cover;
  min-height: 305px;
  margin-bottom: 50px;
}
.full-header .pre {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-weight: 700;
  font-size: 20px;
  color: #BDDC04;
  line-height: 34px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 115px;
  margin-bottom: 0;
}
.full-header .pre sup {
  font-size: 12px;
  line-height: 34px;
  top: -6px;
  left: 1px;
}
.full-header_heading {
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #BDDC04;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  text-align: right;
  width: 100%;
  text-transform: none;
  max-width: 190px;
  margin-top: -5px;
}
.full-header_heading span {
  font-size: 40px;
  line-height: 34px;
  padding-right: 5px;
  display: block;
}
@media (min-width: 576px) {
  .full-header {
    background: url("./images/clear-header-desktop.png") center center no-repeat;
    background-size: cover;
    min-height: 497px;
    margin-top: 0;
  }
  .full-header .pre {
    font-size: 38px;
    line-height: 64.6px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    margin-top: 140px;
  }
  .full-header .pre sup {
    font-size: 19px;
    line-height: 23px;
    top: -13px;
  }
  .full-header_heading {
    font-size: 57px;
    line-height: 64.6px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 380px;
    text-align: left;
    padding-left: 50px;
  }
  .full-header_heading span {
    font-size: 76px;
    line-height: 64.6px;
    text-align: right;
  }
}

#m2_your_skin_isnt_as_clear_as {
  padding-bottom: 50px;
}
#m2_your_skin_isnt_as_clear_as .clear-copy {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 16px;
  color: #63666A;
  line-height: 20px;
}
#m2_your_skin_isnt_as_clear_as .clear-copy-2 {
  text-align: left;
  margin-left: 30px;
}
#m2_your_skin_isnt_as_clear_as .button1 {
  max-width: 255px;
  margin: 0 auto 55px auto;
}
#m2_your_skin_isnt_as_clear_as .clear-brochure {
  background: url("./images/derm-brochure.png") center center no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 294px;
  min-height: 226px;
  margin: 0 auto 30px auto;
}
#m2_your_skin_isnt_as_clear_as .clear-subheader {
  font-family: "Barlow-Bold";
  font-weight: 700;
  font-size: 18px;
  color: #2A7475;
  line-height: 22px;
  margin-bottom: 20px;
}
#m2_your_skin_isnt_as_clear_as .clear-subheader-2 {
  margin-left: 30px;
}
#m2_your_skin_isnt_as_clear_as .button2 {
  max-width: 289px;
  margin-left: 0;
}
@media (min-width: 576px) {
  #m2_your_skin_isnt_as_clear_as .clear-subheader-2,
  #m2_your_skin_isnt_as_clear_as .clear-copy-2 {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  #m2_your_skin_isnt_as_clear_as .col-lg-6 .clear-copy {
    text-align: left;
    max-width: 300px;
  }
}

.terms-of-use-container .container div.row {
  max-width: 970px;
}
.terms-of-use-container .container h1.utility-header {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .terms-of-use-container .container h1.utility-header {
    padding: 45px 0 36px;
  }
}
.terms-of-use-container .container h6 {
  font-family: "ArialMT", sans-serif;
  font-weight: 600;
  margin: 42px 0 11px;
}
.terms-of-use-container .container p {
  font: 16px/21px "ArialMT", sans-serif;
  color: #4A4A4A;
  margin-bottom: 10px;
}
.terms-of-use-container .container ul {
  margin: 10px 0;
}
.terms-of-use-container .container ul li {
  margin: 0;
}
.terms-of-use-container .container ul li:not(:last-child) {
  margin-bottom: 9px;
}
.terms-of-use-container .container ul li p {
  padding-left: 28px;
}
.terms-of-use-container .container ol {
  padding-left: 17px;
  margin: 12px 0 18px;
}
.terms-of-use-container .container ol li {
  font: 16px/20px "ArialMT", sans-serif;
}
.terms-of-use-container .container ol li:not(:last-child) {
  margin-bottom: 19px;
}
.terms-of-use-container strong {
  font-weight: 600;
}

#comparative_results_hero_container.page-hero {
  width: 100%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
@media (max-width: 450px) {
  #comparative_results_hero_container.page-hero {
    background-size: 110% !important;
  }
}
#comparative_results_hero_container.page-hero .hero-text {
  margin: 59px 0 0 20px;
  width: 180px;
}
@media (min-width: 768px) {
  #comparative_results_hero_container.page-hero .hero-text {
    width: 350px;
    margin: 100px 0 0 20px;
  }
}
@media (min-width: 992px) {
  #comparative_results_hero_container.page-hero .hero-text {
    margin: 7.8vw 0 0 15px;
    width: 536px;
  }
}
@media (min-width: 1680px) {
  #comparative_results_hero_container.page-hero .hero-text {
    margin-top: 131.033px;
  }
}
#comparative_results_hero_container.page-hero .hero-text h1 {
  font: italic 35px/36px "Barlow-MediumItalic", sans-serif;
  margin: 0;
  color: #fff;
  width: 210px;
}
@media (min-width: 768px) {
  #comparative_results_hero_container.page-hero .hero-text h1 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #comparative_results_hero_container.page-hero .hero-text h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  #comparative_results_hero_container.page-hero .hero-text h1 {
    font-size: 70px;
    line-height: 70px;
    width: 100%;
  }
}
#comparative_results_hero_container.page-hero .hero-text h1 .font-weight-medium {
  font-family: "Barlow-MediumItalic", sans-serif;
  font-style: italic;
}
#comparative_results_hero_container.page-hero .hero-text h1 span {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}
#comparative_results_hero_container.page-hero .hero-text h1 sup {
  left: 2px;
  top: -0.5em;
  font-size: 60%;
  font-style: normal;
  font-family: "Barlow-Medium", sans-serif;
}

.m1_bkz_vs_stelara {
  padding-bottom: 3rem;
  padding-top: 50px;
  background: #EBF2F3;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .m1_bkz_vs_stelara {
    padding-top: 42px;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .m1_bkz_vs_stelara {
    background-position: center;
    background-size: cover;
    margin-bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .m1_bkz_vs_stelara {
    max-width: 854px;
  }
}
@media (min-width: 1200px) {
  .m1_bkz_vs_stelara {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .m1_bkz_vs_stelara {
    max-width: 1400px;
  }
}
.m1_bkz_vs_stelara .bkz_title {
  color: #63666A;
  font-size: 52px;
  font-family: "Barlow-Medium", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.m1_bkz_vs_stelara .bkz_title span {
  font-size: 36px;
  font-family: "Barlow-Regular", sans-serif;
  font-weight: normal;
}
.m1_bkz_vs_stelara .bkz_per {
  color: #2A7475;
  font-size: 23px;
  font-weight: 700;
  text-transform: none;
}
.m1_bkz_vs_stelara .media {
  text-align: center;
  justify-content: center;
}
.m1_bkz_vs_stelara .text-dark {
  color: #000;
  font-weight: 700;
}
.m1_bkz_vs_stelara .box-white a {
  background-color: #fff;
  padding: 20px 30px;
  margin: 0 15px;
  font-size: 20px;
  color: #2a7475;
  font-weight: 700;
  text-align: left;
  border-radius: 10px;
  display: inline-flex;
  line-height: initial;
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-weight: 800;
  opacity: 0.5;
}
.m1_bkz_vs_stelara .box-white a.active {
  font-size: 28px;
  background-color: #f2fafb;
  opacity: 1;
}
.m1_bkz_vs_stelara .bkz-progress .media {
  justify-content: center;
  min-height: 148px;
}
.m1_bkz_vs_stelara .bkz-progress .media .media__image {
  max-height: 100%;
}
.m1_bkz_vs_stelara .bkz-progress .bkz_title {
  font-size: 32px;
  margin-top: 30px;
}
.m1_bkz_vs_stelara .bkz-progress .bkz_title span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .m1_bkz_vs_stelara .bkz-progress .bkz_title span {
    font-size: 16px;
  }
}

.compares-container {
  background-color: #EBF2F3;
  padding: 44px 0 49px 0;
}
@media (min-width: 992px) {
  .compares-container {
    padding: 45px 0 83px 0;
  }
}
.compares-container .para {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #4A4A4A;
  margin-bottom: 32px;
  padding: 0 20px 0 20px;
}
@media (min-width: 992px) {
  .compares-container .para {
    padding: 0;
  }
}
.compares-container .para--result {
  font-family: "ArialMT", sans-serif;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .compares-container .para--result {
    margin-bottom: 0;
  }
}
.compares-container .para--percentage {
  margin-bottom: 12px;
}
.compares-container .h2h {
  padding: 12px 0;
}
@media (min-width: 992px) {
  .compares-container .h2h {
    padding: 24px 0 24px 0;
  }
}
.compares-container .h2h-title {
  font-family: "Barlow-ExtraBold", sans-serif;
  line-height: 26px;
}
@media (min-width: 992px) {
  .compares-container .h2h-title {
    line-height: 37px;
  }
}
.compares-container .h2h-title span {
  font-family: "Barlow-Regular", sans-serif;
}
.compares-container .h2h-title .para--light {
  font-family: "Barlow-Light", sans-serif;
}
.compares-container .h2h-head {
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .compares-container .h2h-head {
    margin-bottom: 45px;
  }
}
.compares-container .h2h-head__bkz {
  font-size: 20px;
}
@media (min-width: 992px) {
  .compares-container .h2h-head__bkz {
    padding: 0 50px;
  }
}
.compares-container .h2h-head__bkz span {
  font-family: "Barlow-Regular", sans-serif;
  font-size: 13px;
}
.compares-container .h2h-head__vs {
  margin: 0 10px;
  height: 46px;
  width: 46px;
  border: 2px solid #2A7475;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .compares-container .h2h-head__vs {
    display: none;
  }
}
.compares-container .h2h-head__vs .h2h-vs {
  padding: 0;
  height: 100%;
  width: 100%;
  margin-top: -2px;
  color: #006E76;
  border: 0;
}
.compares-container .h2h-head-opts::before {
  border: 1px solid #2a7475;
  content: "";
  height: 98%;
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - 10px);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .compares-container .h2h-head-opts::before {
    width: 100%;
    height: calc(100% - 10px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.compares-container .h2h-head-opts__opt {
  font-size: 20px;
  line-height: 1;
  padding: 5px 18px 7px 16px;
}
@media (min-width: 992px) {
  .compares-container .h2h-head-opts__opt {
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 18px 16px 16px;
  }
}
.compares-container .h2h-head-opts__opt span {
  font-size: 13px;
}
.compares-container .h2h-head-opts__opt.active {
  font-size: 20px;
  padding: 8px 12px 8px 12px;
}
@media (min-width: 992px) {
  .compares-container .h2h-head-opts__opt.active {
    font-size: 24px;
    padding: 10px 12px 10px 12px;
  }
}
.compares-container .h2h-head-opts__opt.active span {
  font-size: 13px;
}
@media (min-width: 992px) {
  .compares-container .h2h-head-opts__opt.active span {
    font-size: 17px;
  }
}
.compares-container .h2h-graph {
  padding: 0;
  flex-basis: unset;
  width: 164px;
  height: 164px;
  flex-grow: unset;
}
@media screen and (max-width: 389px) {
  .compares-container .h2h-graph {
    width: 136px;
    height: 136px;
  }
}
@media (min-width: 992px) {
  .compares-container .h2h-graph {
    width: 152px;
    height: 158px;
  }
}
.compares-container .h2h-graph--secondary span {
  color: #4D3880;
}
.compares-container .h2h-graph__graphic {
  height: 100%;
  width: 100%;
  top: 0;
}
.compares-container .h2h-graph__percentage {
  top: 0;
  width: 100%;
  height: 100%;
}
.compares-container .h2h-graph__percentage span {
  font-family: "Barlow-Medium", sans-serif;
  font-size: 32px;
}
.compares-container .h2h-graphs__vs {
  margin: 0 60px;
  border: 2px solid #2A7475;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.compares-container .h2h-graphs__vs span {
  padding: 0;
  color: #006E76;
  margin-top: -2px;
}
.compares-container .h2h-graphs__vs .h2h-vs {
  height: 100%;
  width: 100%;
  border: 0;
}
.compares-container .text-dark-green {
  margin-bottom: 12px;
}
.compares-container .text-dark-green b {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
.compares-container .divider-lines-slashes {
  margin: 0 auto 48px;
  height: 16px;
}
@media (min-width: 992px) {
  .compares-container .divider-lines-slashes {
    margin: 50px auto;
  }
}

.m2_bkz_vs_humira {
  padding: 0 16px 0 16px;
}
@media (min-width: 992px) {
  .m2_bkz_vs_humira {
    padding: 0;
  }
}
.m2_bkz_vs_humira .para {
  font-family: "ArialMT", sans-serif;
  margin-bottom: 42px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .m2_bkz_vs_humira .para {
    margin-bottom: 41px;
  }
}
.m2_bkz_vs_humira .para--subheading {
  color: #0E8281;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .m2_bkz_vs_humira .para--subheading {
    margin-bottom: 10px;
  }
}
.m2_bkz_vs_humira .para a {
  color: #2A7475;
  font-weight: bold;
  text-decoration: underline;
}

.m3_bkz_vs_cosentyx {
  background: url("./images/img_2-2-M3_BG.svg"), #2A7475;
  min-height: 1020px;
  margin-bottom: -5rem;
  position: relative;
  background-size: cover;
  background-position: 0% 0%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .m3_bkz_vs_cosentyx {
    background-image: url("./images/img_2-2-M3_BG_m.svg");
    background-size: cover;
    padding-bottom: 4rem;
    background-position: center;
    background-position: 100% 0%;
  }
}
@media screen and (min-width: 768px) {
  .m3_bkz_vs_cosentyx {
    background-position: 0% 100%;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .m3_bkz_vs_cosentyx {
    padding-bottom: 0;
  }
}
.m3_bkz_vs_cosentyx .box-white a {
  background-color: #2a7475;
  color: #fff;
}
.m3_bkz_vs_cosentyx .box-white a.active {
  background-color: #2a7475;
  color: #fff;
}

.bz_clinic_study {
  margin-top: 0;
}
@media (min-width: 992px) {
  .bz_clinic_study {
    margin-top: -5.6vw;
  }
}
@media (min-width: 1680px) {
  .bz_clinic_study {
    margin-top: -94.0667px;
  }
}
.bz_clinic_study h2 {
  font: 23px/24px "Barlow-ExtraBold", sans-serif;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .bz_clinic_study h2 {
    font-size: 30px;
    line-height: 37px;
  }
}
.bz_clinic_study .comp_result_text {
  line-height: 23px;
  font-family: "ArialMT", sans-serif;
}
@media (min-width: 992px) {
  .bz_clinic_study .comp_result_text {
    line-height: 21px;
  }
}
.bz_clinic_study .hero-component {
  background: linear-gradient(125deg, #2A7475 70%, #266A8F);
  padding: 51px 28px 47px 33px;
}
@media (min-width: 992px) {
  .bz_clinic_study .hero-component {
    padding: 70px 128px 70px 131px;
  }
}
.bz_clinic_study .hero-component--divider {
  position: absolute;
  width: 32px;
  height: 156px;
  background: url("./images/other-treatments/icon-divider.png") center center no-repeat;
  background-size: contain;
  display: none;
}
@media (min-width: 992px) {
  .bz_clinic_study .hero-component--divider {
    display: block;
  }
}
.bz_clinic_study .hero-component--heading {
  font: 23px/27px "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  margin-bottom: 29px;
}
@media (min-width: 992px) {
  .bz_clinic_study .hero-component--heading {
    font: 30px/37px "Barlow-ExtraBold", sans-serif;
  }
}
.bz_clinic_study .hero-component--heading-two {
  font: 19px/24px Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .bz_clinic_study .hero-component--heading-two {
    line-height: 23px;
    margin-bottom: 24px;
  }
}
.bz_clinic_study .hero-component--heading sup {
  font-size: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .home-hero_bar .home-hero_subheader span {
    font-size: 36px;
    margin-left: 2rem;
  }
}

.percentage-copy {
  text-align: center;
}
.percentage-copy span {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.percentage-copy p {
  margin-top: 10px;
  margin-bottom: 0;
}
.percentage-copy p span {
  font-weight: normal;
}

.hero_ben_img {
  display: flex;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  .hero_ben_img {
    min-height: 621px;
    padding-bottom: 170px;
  }
}
@media (min-width: 1200px) {
  .hero_ben_img {
    min-height: 42.6vw;
    background-size: cover;
  }
}
.hero_ben_img .home-hero_subheader {
  font-family: "Barlow-MediumItalic", sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 36px;
  color: #fff;
  text-align: left;
  position: relative;
  top: 90px;
  left: 20px;
}
@media (min-width: 768px) {
  .hero_ben_img .home-hero_subheader {
    top: 124px;
    left: -4px;
  }
}
@media (min-width: 992px) {
  .hero_ben_img .home-hero_subheader {
    top: 240px;
  }
}
.hero_ben_img .home-hero_subheader span {
  display: block;
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
  font-size: 35px;
  color: #fff;
  max-width: 200px;
  position: relative;
}
@media (min-width: 768px) {
  .hero_ben_img .home-hero_subheader span {
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .hero_ben_img .home-hero_subheader span {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .hero_ben_img .home-hero_subheader {
    font-size: 70px;
    margin-top: 133px;
    padding-left: 0;
    line-height: 1;
    max-width: 300px;
    top: -115px;
    left: 75px;
  }
  .hero_ben_img .home-hero_subheader span {
    font-size: 70px;
    max-width: 100%;
    top: 21px;
  }
}
@media (min-width: 1200px) {
  .hero_ben_img .home-hero_subheader {
    top: -55px;
    left: -5px;
  }
}

@media (min-width: 992px) {
  .m1_navigate_support {
    min-height: 480px;
  }
}
@media (min-width: 1024px) {
  .m1_navigate_support {
    min-height: 700px;
  }
}
@media (min-width: 1200px) {
  .m1_navigate_support {
    min-height: 666px;
  }
}
.m1_navigate_support .container {
  max-width: 1226px;
}
@media (max-width: 992px) {
  .m1_navigate_support .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.m1_navigate_support__container {
  background-size: cover;
  padding: 31px 35px 65px 35px;
}
@media (min-width: 992px) {
  .m1_navigate_support__container {
    padding: 31px 35px 38px 35px;
    position: absolute;
    width: 94%;
    z-index: 11;
    left: 30px;
    bottom: -475px;
  }
}
@media (min-width: 1024px) {
  .m1_navigate_support__container {
    padding: 48px 75px 74px 101px;
    left: 30px;
    bottom: -658px;
  }
}
@media (min-width: 1200px) {
  .m1_navigate_support__container {
    padding: 48px 95px 74px 151px;
    bottom: -597px;
    left: -8px;
    width: 100%;
  }
}
.m1_navigate_support__container .bimzelx-navigate-logo {
  width: 320px;
  height: 152px;
  background-size: contain;
  margin: auto;
}
@media (min-width: 992px) {
  .m1_navigate_support__container .bimzelx-navigate-logo {
    width: 400px;
    height: 190px;
    margin: unset;
  }
}
.m1_navigate_support__container .col--right {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .m1_navigate_support__container .col--right {
    padding-right: 0;
    padding-top: 37px;
  }
}
@media (min-width: 1200px) {
  .m1_navigate_support__container .col--right {
    border-top-width: 0;
    position: relative;
    left: -35px;
    top: 7px;
    padding-top: 0;
  }
}
.m1_navigate_support__container .para--title {
  color: #006E76;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 45px;
  line-height: 41px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .m1_navigate_support__container .para--title {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .m1_navigate_support__container .para--title {
    font-size: 65px;
    line-height: 1;
    text-align: unset;
  }
}
.m1_navigate_support__container .card-icon {
  width: 67px;
  height: 42px;
  margin: auto;
}
.m1_navigate_support__container .people-icon {
  width: 65px;
  height: 68px;
  margin: auto;
}
.m1_navigate_support__container .arrow-icon {
  width: 49px;
  height: 68px;
  margin: auto;
}
@media (max-width: 992px) {
  .m1_navigate_support__container .arrow-icon {
    position: relative;
    top: 10px;
    left: 8px;
  }
}
.m1_navigate_support__container .card-icon, .m1_navigate_support__container .people-icon, .m1_navigate_support__container .arrow-icon {
  min-height: 80px;
  background-repeat: no-repeat;
  background-position: center;
}
.m1_navigate_support__container .row--one {
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  .m1_navigate_support__container .row--one {
    margin-bottom: 29px;
  }
}
@media (min-width: 992px) {
  .m1_navigate_support__container .row--two {
    margin-bottom: 3px;
  }
}
.m1_navigate_support__container .row--two p {
  line-height: 21px;
}
.m1_navigate_support__container .row--three {
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  .m1_navigate_support__container .row--three {
    max-width: 837px;
    margin-left: 141px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1024px) {
  .m1_navigate_support__container .row--three {
    margin-left: 51px;
  }
}
.m1_navigate_support__container .row--three p {
  line-height: 21px;
}
@media (min-width: 992px) {
  .m1_navigate_support__container .row--three .col-lg-4 {
    flex: unset;
    max-width: unset;
    width: 198px;
    margin-right: 46px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .m1_navigate_support__container .row--three .col-lg-4 {
    width: 211px;
  }
}
@media (min-width: 1200px) {
  .m1_navigate_support__container .row--three .col-lg-4 {
    margin-right: 109px;
  }
}
@media (min-width: 992px) {
  .m1_navigate_support__container .row--three .col-lg-4:nth-child(3) {
    flex: unset;
    max-width: unset;
    width: 197px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .m1_navigate_support__container .row--three__one p {
    max-width: 211px;
  }
}
.m1_navigate_support__container .row--three__two p sup {
  font-size: 70%;
  top: -0.6em;
}
@media (max-width: 992px) {
  .m1_navigate_support__container .row--three__three p {
    max-width: 170px;
  }
}
.m1_navigate_support__container .row--three__one, .m1_navigate_support__container .row--three__two {
  margin-bottom: 20px;
}
.m1_navigate_support__container .row--three__one p, .m1_navigate_support__container .row--three__two p, .m1_navigate_support__container .row--three__three p {
  margin-bottom: 0;
  margin-top: 11px;
}
.m1_navigate_support__container .row--four {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .m1_navigate_support__container .row--four {
    margin-bottom: 58px;
  }
}
.m1_navigate_support__container .row--four p {
  color: #2A7475;
  font-weight: 700;
  max-width: 625px;
  margin: auto;
}
.m1_navigate_support__container .row--five .button {
  max-width: 190px;
}
@media (max-width: 992px) {
  .m1_navigate_support__container .row--five .button {
    margin-bottom: 12px;
  }
}
.m1_navigate_support__container .row--five p a {
  text-decoration: underline;
  color: #006E76;
}
.m1_navigate_support__container .bottom-container p {
  text-align: left;
  line-height: 21px;
}
@media (min-width: 992px) {
  .m1_navigate_support__container .bottom-container p {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .m1_navigate_support__container .bottom-container p {
    margin-left: 157px;
  }
}
.m1_navigate_support.component-section .button_primary {
  max-width: 205px;
}
.m1_navigate_support.component-section .member-link {
  text-decoration: none;
  margin-bottom: 0;
  margin-top: 30px;
  color: #2A7475;
}
@media screen and (max-width: 767px) {
  .m1_navigate_support.component-section .member-link {
    margin-left: 20px;
  }
}
.m1_navigate_support.component-section .member-link::after {
  content: none;
}

@media (min-width: 992px) {
  #m2_from_the_moment {
    margin-bottom: 72px;
  }
}
@media (min-width: 992px) {
  #m2_from_the_moment .container-small {
    max-width: 940px;
  }
}
#m2_from_the_moment .container-small .para--title {
  margin-top: 8px;
}
@media (min-width: 992px) {
  #m2_from_the_moment .container-small .para--title {
    margin-top: 6px;
  }
}
#m2_from_the_moment .container-small .sub-head {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  #m2_from_the_moment .container-small .sub-head {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  #m2_from_the_moment .container-small .primary-list {
    margin-right: 10px;
    margin-bottom: 42px;
  }
}
#m2_from_the_moment .container-small .primary-list sup {
  font-size: 60%;
  top: -0.5em;
}
@media (min-width: 992px) {
  #m2_from_the_moment .container-small .sign_up_today {
    margin: -7px 0 22px 42px;
  }
}
@media (max-width: 992px) {
  #m2_from_the_moment.navigate_block {
    padding: 47px 0 60px 0;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #m2_from_the_moment .col--left {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  #m2_from_the_moment .col--right {
    padding-right: 3px;
  }
  #m2_from_the_moment .col--right .para--sub-title, #m2_from_the_moment .col--right .primary-list {
    padding-left: 5px;
  }
  #m2_from_the_moment .col--right .primary-list {
    margin-bottom: 61px;
  }
  #m2_from_the_moment h2.sub-head {
    margin-top: -9px;
    padding-left: 13px;
    margin-bottom: 16px;
  }
  #m2_from_the_moment .sign_up_today {
    margin: -7px 0 32px 46px;
  }
  #m2_from_the_moment .button_secondary {
    margin-left: 5px;
  }
}

@media (max-width: 992px) {
  .navigate_block {
    padding: 50px 0;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .navigate_block .container, .navigate_block .container-small {
    padding-left: 0;
    padding-right: 0;
  }
}
.navigate_block .bimzelx-card {
  width: 300px;
  height: 300px;
}
.navigate_block .bimzelx-card img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .navigate_block .bimzelx-card {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .navigate_block .bimzelx-card {
    width: 152px;
    height: 152px;
  }
}
.navigate_block .font-barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
}
.navigate_block .font-northwell {
  font-family: "Northwell W00 Regular", sans-serif;
}
.navigate_block h2 {
  font-weight: 600;
}
@media (max-width: 992px) {
  .navigate_block h2 {
    margin-top: 5px;
  }
}
.navigate_block h2 span {
  font-weight: 400;
  font-size: 56px;
  line-height: 91px;
  position: relative;
  top: -9px;
  left: 10px;
}
.navigate_block h2.sub-head {
  margin-top: -6px;
}
@media (max-width: 992px) {
  .navigate_block h2.sub-head {
    margin-bottom: 20px;
  }
}
.navigate_block .primary-list {
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .navigate_block .primary-list {
    margin-top: 0;
    padding-right: 3px;
  }
}
.navigate_block .primary-list li {
  font-size: 16px;
  line-height: 21px;
  font-family: Arial, sans-serif;
  color: #4A4A4A;
  list-style: none;
  position: relative;
  padding: 0 0 5px 9px;
}
.navigate_block .primary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #006E76;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.navigate_block .title {
  font-family: "Barlow-Medium", sans-serif;
  color: #63666A;
  font-size: 28px;
  line-height: 34px;
}
.navigate_block .sign_up_today {
  font-size: 60px;
  line-height: 97px;
  margin: -14px 0 22px 46px;
}
.navigate_block .button_secondary {
  width: 213px;
}

.pay_little_saving .bullet_points, .m3_nurse_navigator .bullet_points, .m4_my_navigate .bullet_points {
  padding-left: 15px;
}
.pay_little_saving .bullet_points li, .m3_nurse_navigator .bullet_points li, .m4_my_navigate .bullet_points li {
  padding-bottom: 20px;
}
.pay_little_saving .bullet_points li a, .m3_nurse_navigator .bullet_points li a, .m4_my_navigate .bullet_points li a {
  color: #2A7475;
  font-weight: 500;
}
.pay_little_saving .bullet_points li::marker, .m3_nurse_navigator .bullet_points li::marker, .m4_my_navigate .bullet_points li::marker {
  color: #2A7475;
}
.pay_little_saving p.we_know, .m3_nurse_navigator p.we_know, .m4_my_navigate p.we_know {
  color: #2A7475;
  font-weight: 500;
}
.pay_little_saving .title, .m3_nurse_navigator .title, .m4_my_navigate .title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #006E76;
  line-height: 32px;
  margin-bottom: 24px;
  text-align: center;
  padding: 0 24px 0 25px;
}
@media (min-width: 1200px) {
  .pay_little_saving .title, .m3_nurse_navigator .title, .m4_my_navigate .title {
    padding: 0 16px;
    line-height: 55px;
    padding: initial;
    text-align: left;
  }
}
.pay_little_saving .title span.savings_txt, .m3_nurse_navigator .title span.savings_txt, .m4_my_navigate .title span.savings_txt {
  padding-right: 21px;
}
@media screen and (max-width: 767px) {
  .pay_little_saving .title span.savings_txt, .m3_nurse_navigator .title span.savings_txt, .m4_my_navigate .title span.savings_txt {
    display: block;
    float: none;
  }
}
.pay_little_saving .title .script, .m3_nurse_navigator .title .script, .m4_my_navigate .title .script {
  font-family: "Northwell W00 Regular", sans-serif !important;
  font-size: 72px;
  display: inline-block;
  position: relative;
  color: #006E76 !important;
  width: max-content;
}
@media (min-width: 1200px) {
  .pay_little_saving .title .script, .m3_nurse_navigator .title .script, .m4_my_navigate .title .script {
    top: 0px;
    left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pay_little_saving .title .script, .m3_nurse_navigator .title .script, .m4_my_navigate .title .script {
    display: inline-block;
    position: relative;
    line-height: initial;
    margin-top: -12px;
  }
}
.pay_little_saving .title .script sup, .m3_nurse_navigator .title .script sup, .m4_my_navigate .title .script sup {
  top: -1.1em;
  font-size: 14px;
}
.pay_little_saving .savings, .m3_nurse_navigator .savings, .m4_my_navigate .savings {
  text-align: left;
  line-height: 50px;
  padding: 0;
}
.pay_little_saving .sing_up_today, .m3_nurse_navigator .sing_up_today, .m4_my_navigate .sing_up_today {
  text-align: right;
  padding-right: 50px;
}
.pay_little_saving .sing_up_today span.ready_to, .m3_nurse_navigator .sing_up_today span.ready_to, .m4_my_navigate .sing_up_today span.ready_to {
  font-size: 28px;
  color: #63666a;
  letter-spacing: 1px;
}
.pay_little_saving .media__image, .m3_nurse_navigator .media__image, .m4_my_navigate .media__image {
  max-height: 100%;
  max-width: 230px;
  margin-top: 30px;
}
.pay_little_saving .cta-actions .button svg, .m3_nurse_navigator .cta-actions .button svg, .m4_my_navigate .cta-actions .button svg {
  margin-left: auto;
  margin-right: -14px;
}
@media screen and (max-width: 767px) {
  .pay_little_saving .media, .m3_nurse_navigator .media, .m4_my_navigate .media {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pay_little_saving .align-items-end {
    align-items: center !important;
  }
}

.m3_nurse_navigator {
  background-color: #E5F0F1;
  padding: 3.7rem 0 3.6rem 0;
}
@media (min-width: 992px) {
  .m3_nurse_navigator {
    padding: 4.35rem 0 4rem 0;
    margin-bottom: 66px;
  }
}
@media (min-width: 1024px) {
  .m3_nurse_navigator .container-small {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.m3_nurse_navigator .container-small sup {
  font-size: 60%;
  top: -0.5em;
}
.m3_nurse_navigator .bimzelx-card {
  margin: auto;
  height: 156px;
  width: 152px;
  margin-left: auto;
  margin-top: 0;
  max-width: unset;
}
.m3_nurse_navigator .bimzelx-card img {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .m3_nurse_navigator .bimzelx-card {
    width: 312px;
    height: 298px;
  }
}
.m3_nurse_navigator h2.sub-head {
  margin: 33px -8px 10px 5px;
  text-align: center;
  line-height: 32px;
}
@media (min-width: 992px) {
  .m3_nurse_navigator h2.sub-head {
    position: relative;
    margin: 18px 0px 32px 4px;
    text-align: left;
  }
}
.m3_nurse_navigator h2.sub-head span {
  display: block;
  font-size: 82px;
  left: -5px;
  top: 13px;
  letter-spacing: -2.8px;
}
@media (min-width: 992px) {
  .m3_nurse_navigator h2.sub-head span {
    position: absolute;
    left: 46.4%;
    top: 10px;
  }
}
.m3_nurse_navigator p {
  margin: 0 -17px 0 5px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .m3_nurse_navigator p {
    margin: 0 0 36px 4px;
  }
}

.m4_my_navigate {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .m4_my_navigate {
    padding: 58px 0 0 0;
  }
}
.m4_my_navigate .bimzelx-card img {
  height: 100%;
  width: 100%;
}
.m4_my_navigate h2 {
  margin-top: 40px;
  margin-bottom: 37px;
  line-height: 7px;
}
@media (max-width: 992px) {
  .m4_my_navigate h2 {
    line-height: 1;
    margin-top: 33px;
    padding-left: 11px;
    margin-bottom: 35px;
    padding-right: 15px;
  }
}
.m4_my_navigate h2 span {
  font-size: 72px;
  line-height: 1;
  top: 0px;
}
@media (max-width: 992px) {
  .m4_my_navigate h2 span {
    display: block;
    left: 0;
  }
}
@media (max-width: 992px) {
  .m4_my_navigate .sub-title {
    padding-left: 4px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
.m4_my_navigate .primary-list {
  margin-bottom: 21px;
  padding-left: 4px;
}
@media (max-width: 992px) {
  .m4_my_navigate .primary-list {
    margin-bottom: 43px;
  }
}
.m4_my_navigate .primary-list li {
  padding: 0 0 6px 9px;
}
.m4_my_navigate .text-indent {
  padding-left: 2px;
}
@media (min-width: 992px) {
  .m4_my_navigate .text-indent {
    padding-left: 8px;
  }
}
.m4_my_navigate sup {
  font-size: 50%;
  top: -10px;
}
.m4_my_navigate p a {
  text-decoration: underline;
}
.m4_my_navigate .title {
  line-height: 47px;
}
@media (min-width: 992px) {
  .m4_my_navigate .container-small {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.m4_my_navigate .container-small sup {
  font-size: 60%;
  top: -0.5em;
}
.m4_my_navigate .para--footnote {
  line-height: 21px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .m4_my_navigate .para--footnote {
    margin-bottom: 41px;
  }
}
.m4_my_navigate .para--footnote sup {
  top: -0.74em;
}
@media (max-width: 992px) {
  .m4_my_navigate .para--footnote--two {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .m4_my_navigate .col--two {
    padding-right: 0;
  }
}

.path-frontpage .hero_text {
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: 12px;
  font-weight: 500;
  background-color: rgba(43, 115, 117, 0.5);
  padding: 5px 15px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
@media (min-width: 1200px) {
  .path-frontpage .hero_text {
    font-size: 1.15rem;
    margin-left: -60px;
  }
}
@media screen and (max-width: 767px) {
  .path-frontpage .hero_text {
    width: calc(100% - 30px);
  }
}
.path-frontpage .home-hero_subheader {
  font-size: 63px;
  top: 390px;
  position: relative;
  color: #BDDC04;
  text-transform: none;
  font-family: Barlow-BlackItalic;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .path-frontpage .home-hero_subheader {
    font-size: 30px;
    top: 200px;
    padding: 0 44px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .path-frontpage .home-hero_subheader .clip_text {
    display: block;
  }
}
.path-frontpage .home-hero_subheader span {
  font-size: 106px;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .path-frontpage .home-hero_subheader span {
    font-size: 36px;
    margin-right: 0;
    padding: 0 14px;
  }
}

@media screen and (max-width: 767px) {
  .bridge_program {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (max-width: 1620px) {
  #discussion_tools_hero_container.swoosh-up:after {
    display: none;
  }
}

.phase-2-42-discussion-tools .fieldset-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.phase-2-42-discussion-tools #email_your_guide_link {
  margin-top: 0 !important;
}
.phase-2-42-discussion-tools #edit_email_error {
  margin-bottom: 1rem;
}
.phase-2-42-discussion-tools form {
  position: relative;
}
.phase-2-42-discussion-tools .form-item {
  margin: 0;
}
@media (max-width: 575px) {
  .phase-2-42-discussion-tools .form-actions {
    margin-top: 5px;
  }
}
.phase-2-42-discussion-tools .form-type-checkbox input {
  border-radius: 16px;
  border: 5px solid transparent;
}
.phase-2-42-discussion-tools .form-type-checkbox input:checked {
  border: 5px solid #BDDC04;
}
.phase-2-42-discussion-tools .form-type-checkbox span.error#q2\[Itching\]-error {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 40px;
  text-align: center;
}
.phase-2-42-discussion-tools .form-type-checkbox span.error#q3\[Increased\ stress\]-error {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 60px;
  text-align: center;
}
.phase-2-42-discussion-tools .phase-2-42-discussion-tools img.slider-img.state_2 {
  position: relative;
  left: 25px;
}
.phase-2-42-discussion-tools .text-teal {
  color: #2A7475;
}
.phase-2-42-discussion-tools .text-cyan-dark {
  color: #006E76;
}
.phase-2-42-discussion-tools h2 {
  font: 23px/27px "Barlow-Bold", sans-serif;
  color: #006E76;
  font-size: 23px;
  line-height: 27px;
  margin: 0 0 31px 0;
}
.phase-2-42-discussion-tools .page-hero .hero-text {
  margin: 110px 0 0 20px;
  width: 170px;
}
@media (min-width: 768px) {
  .phase-2-42-discussion-tools .page-hero .hero-text {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .page-hero .hero-text {
    margin: 11.5vw 0 0 -8px;
    width: 520px;
  }
}
@media (min-width: 1600px) {
  .phase-2-42-discussion-tools .page-hero .hero-text {
    margin: 11.5vw 0 0 42px;
  }
}
@media (min-width: 1680px) {
  .phase-2-42-discussion-tools .page-hero .hero-text {
    margin-top: 193.2px;
  }
}
@media (min-width: 1800px) {
  .phase-2-42-discussion-tools .page-hero .hero-text {
    margin-left: 122px;
  }
}
.phase-2-42-discussion-tools .page-hero .hero-text h1 {
  font: 35px/36px "Barlow-MediumItalic", sans-serif;
  color: #fff;
  font-style: italic;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools .page-hero .hero-text h1 {
    font-size: 70px;
    line-height: 70px;
    width: 100%;
    margin: 0;
  }
}
.phase-2-42-discussion-tools .page-hero .hero-text h1 span {
  font-family: "Barlow-ExtraBoldItalic", sans-serif;
  font-style: italic;
}
.phase-2-42-discussion-tools #hero_continer_overlay {
  margin-top: 0;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #hero_continer_overlay {
    margin-top: -8.2vw;
  }
}
@media (min-width: 1680px) {
  .phase-2-42-discussion-tools #hero_continer_overlay {
    margin-top: -137.75px;
  }
}
.phase-2-42-discussion-tools #hero_continer_overlay .hero-component--top {
  background: #2A7475;
  padding: 50px 36px 47px 36px;
  position: relative;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #hero_continer_overlay .hero-component--top {
    padding: 50px 186px 90px 130px;
  }
}
.phase-2-42-discussion-tools #hero_continer_overlay .hero-component--divider {
  position: absolute;
  width: 32px;
  height: 156px;
  left: 47%;
  transform: translateX(-48%) rotateX(206deg) rotateY(35deg) rotateZ(75deg);
  background-size: contain;
  top: calc(100% - 78px);
  z-index: 1;
}
.phase-2-42-discussion-tools #hero_continer_overlay .hero-component--bottom {
  background: #E5F0F1;
  padding: 48px 36px 30px 36px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #hero_continer_overlay .hero-component--bottom {
    padding: 68px 186px 88px 130px;
  }
}
.phase-2-42-discussion-tools #hero_continer_overlay .hero-component--heading {
  font: 23px/27px "Barlow-ExtraBold", sans-serif;
  margin-bottom: 29px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #hero_continer_overlay .hero-component--heading {
    font: 30px/37px "Barlow-ExtraBold", sans-serif;
  }
}
.phase-2-42-discussion-tools #hero_continer_overlay .hero-component--heading-two {
  font: 19px/24px Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #hero_continer_overlay .hero-component--heading-two {
    line-height: 23px;
    margin-bottom: 24px;
  }
}
.phase-2-42-discussion-tools #hero_continer_overlay .hero-component--heading sup {
  font-size: 100%;
  top: 0;
}
.phase-2-42-discussion-tools #hero_continer_overlay p {
  font: 16px/24px "ArialMT", sans-serif;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #hero_continer_overlay p {
    line-height: 23px;
    margin-bottom: 22px;
  }
}
.phase-2-42-discussion-tools #hero_continer_overlay p a {
  font-family: Arial, sans-serif;
  color: #fff;
  text-decoration: underline;
}
.phase-2-42-discussion-tools #hero_continer_overlay p .font-weight-bold {
  font-family: Arial, sans-serif;
}
.phase-2-42-discussion-tools #psoriasis_section {
  margin: 52px 6px 61px 6px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #psoriasis_section {
    margin-bottom: 49px;
  }
}
.phase-2-42-discussion-tools #psoriasis_section h2 {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #psoriasis_section h2 {
    margin-bottom: 31px;
  }
}
.phase-2-42-discussion-tools #psoriasis_section p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 22px;
}
.phase-2-42-discussion-tools #psoriasis_section .box-icon {
  position: relative;
  display: flex;
  align-items: center;
  height: 85px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #psoriasis_section .box-icon {
    padding-left: 4px;
  }
}
.phase-2-42-discussion-tools #psoriasis_section .box-icon::before {
  position: absolute;
  width: 68px;
  height: 72px;
  content: "";
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #psoriasis_section .box-icon::before {
    width: 62px;
    height: 64px;
  }
}
.phase-2-42-discussion-tools #psoriasis_section .box-icon span {
  color: #006E76;
  font-weight: bold;
  line-height: 21px;
  padding: 0 0 0 82px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #psoriasis_section .box-icon span {
    padding: 5px 0 0 82px;
  }
}
.phase-2-42-discussion-tools #psoriasis_section .box-icon--left::before {
  background: url("./images/discussion-tools/icon-doctor.png") no-repeat center center/contain;
}
.phase-2-42-discussion-tools #four_key_questions h2 {
  margin: 0 0 44px 0;
}
@media (min-width: 769px) {
  .phase-2-42-discussion-tools #four_key_questions h2 {
    margin-bottom: 34px;
  }
}
.phase-2-42-discussion-tools #four_key_questions h2 sup {
  font-size: 100%;
  top: 0;
}
.phase-2-42-discussion-tools #four_key_questions h3 {
  font: 30px/37px "Barlow-ExtraBold", sans-serif;
  text-align: center;
  margin-bottom: 47px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #four_key_questions h3 {
    font: 35px/36px "Barlow-ExtraBold", sans-serif;
    margin-bottom: 58px;
  }
}
.phase-2-42-discussion-tools #four_key_questions .secondaryGradient {
  padding: 48px 36px 32px 36px;
  background: linear-gradient(125deg, #2A7475 70%, #266A8F);
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #four_key_questions .secondaryGradient {
    padding: 48px 90px 72px 130px;
  }
}
.phase-2-42-discussion-tools #four_key_questions .box-flex {
  position: relative;
  display: flex;
  margin: 0 0 28px 2px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #four_key_questions .box-flex {
    margin-left: 6px;
  }
}
.phase-2-42-discussion-tools #four_key_questions .box-flex .box-icon {
  width: 65px;
  height: 65px;
  border: 2px solid #BDDC04;
  border-radius: 50%;
  font-family: "Barlow-Bold", sans-serif;
  font-size: 55px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 65px;
}
.phase-2-42-discussion-tools #four_key_questions .box-flex .box-icon span {
  margin-top: -5px;
  line-height: 1;
}
.phase-2-42-discussion-tools #four_key_questions .box-flex .box-content {
  margin-left: 16px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #four_key_questions .box-flex .box-content {
    margin-left: 25px;
  }
}
.phase-2-42-discussion-tools #four_key_questions .box-flex p {
  font: 23px/27px "Barlow-Bold", sans-serif;
  color: #fff;
  margin: 0;
  padding-top: 4px;
}
.phase-2-42-discussion-tools #four_key_questions .box-flex--two {
  margin-bottom: 20px;
}
.phase-2-42-discussion-tools #four_key_questions .box-flex--three {
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #four_key_questions .box-flex--three {
    margin-left: -11px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #four_key_questions .box-flex--four {
    margin-left: -11px;
  }
}
.phase-2-42-discussion-tools #ready_to_take {
  margin-top: 25px;
  padding: 0 20px 0 20px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take {
    padding: 0;
    margin: 42px 0 70px 0;
  }
}
.phase-2-42-discussion-tools #ready_to_take h2 {
  margin-bottom: 28px;
}
.phase-2-42-discussion-tools #ready_to_take p {
  font: 14px/18px Arial, sans-serif;
  margin-bottom: 18px;
}
.phase-2-42-discussion-tools #ready_to_take p.text-cyan-dark {
  font: 16px/21px Arial, sans-serif;
  margin-bottom: 8px;
}
.phase-2-42-discussion-tools #ready_to_take p a {
  font: 14px/18px Arial, sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
.phase-2-42-discussion-tools #ready_to_take p.para {
  font-family: "ArialMT", sans-serif;
  color: #464657;
}
.phase-2-42-discussion-tools #ready_to_take p.link-terms-of-use {
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take p.link-terms-of-use {
    margin-bottom: 38px;
  }
}
.phase-2-42-discussion-tools #ready_to_take .button_secondary {
  width: 242px;
  margin: 20px 0 36px 2px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take .button_secondary {
    margin: 12px 0 0 2px;
  }
}
.phase-2-42-discussion-tools #ready_to_take input {
  border: 1px solid #707070;
  height: 55px;
  width: 100%;
  max-width: 320px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take input {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .phase-2-42-discussion-tools #ready_to_take input {
    width: 320px;
  }
}
.phase-2-42-discussion-tools #ready_to_take .email-div {
  padding-left: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take .email-div {
    padding-left: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .phase-2-42-discussion-tools #ready_to_take .email-div {
    width: 100%;
  }
}
.phase-2-42-discussion-tools #ready_to_take .email-div .button_secondary {
  width: 210px;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take .email-div .button_secondary {
    margin: 0 12px 0 20px;
  }
}
.phase-2-42-discussion-tools #ready_to_take .email-div p {
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take .email-div p {
    margin-bottom: 8px;
  }
}
.phase-2-42-discussion-tools #ready_to_take .brochure-img {
  width: 178px;
  height: 138px;
  margin-left: -3px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take .brochure-img {
    width: 314px;
    height: 242px;
    flex: 0 0 314px;
  }
}
.phase-2-42-discussion-tools #ready_to_take .brochure-img img {
  width: 100%;
  height: 100%;
}
.phase-2-42-discussion-tools #ready_to_take .brochure-content {
  padding-left: 0;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take .brochure-content {
    padding-left: 70px;
  }
}
.phase-2-42-discussion-tools #ready_to_take .brochure-content h2 {
  margin: 24px 0 28px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take .brochure-content h2 {
    margin: 16px 0 28px 0;
  }
}
.phase-2-42-discussion-tools #ready_to_take .brochure-content p {
  margin-bottom: 26px;
}
.phase-2-42-discussion-tools #ready_to_take .brochure-content p.download-brochure {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #ready_to_take .brochure-content p.download-brochure {
    margin-bottom: 26px;
  }
}
.phase-2-42-discussion-tools #ready_to_take .brochure-content a {
  font-size: 16px;
  line-height: 21px;
  color: #0E8281;
}
.phase-2-42-discussion-tools #m2_quiz {
  background-color: rgba(0, 176, 185, 0.05);
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #m2_quiz {
    background-color: transparent;
  }
}
.phase-2-42-discussion-tools #m2_quiz .quiz-container {
  padding: 13px 0 13px;
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #m2_quiz .quiz-container {
    background-color: rgba(0, 176, 185, 0.05);
    padding: 50px 128px 50px 128px;
    min-width: 1200px;
  }
}
@media (min-width: 992px) {
  .phase-2-42-discussion-tools #m2_quiz .question-wrapper .input-wrapper {
    min-height: 218px;
  }
}
@media (min-width: 1200px) {
  .phase-2-42-discussion-tools #m2_quiz .question-wrapper .input-wrapper--q5 {
    margin-top: 18px;
  }
}
.phase-2-42-discussion-tools #m2_quiz .title {
  font-size: 30px;
  line-height: 37px;
  font-family: "Barlow-ExtraBold", sans-serif;
  color: #006E76;
}
@media (max-width: 575px) {
  .phase-2-42-discussion-tools #m2_quiz .title {
    margin: 0 0 35px 0;
  }
}
.phase-2-42-discussion-tools #m2_quiz .quiz-q-title {
  font-size: 16px;
  line-height: 21px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #2A7475;
}
@media (max-width: 992px) {
  .phase-2-42-discussion-tools #m2_quiz .quiz-q-title + p {
    margin-bottom: 37px;
  }
}
.phase-2-42-discussion-tools #m2_quiz .container:first-child {
  padding-bottom: 108px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .phase-2-42-discussion-tools #m2_quiz .container:first-child {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .phase-2-42-discussion-tools #m2_quiz .container:first-child {
    max-width: 1000px;
    padding: 40px 10px 10px 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .phase-2-42-discussion-tools #m2_quiz .container:first-child {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .phase-2-42-discussion-tools #m2_quiz .container:first-child {
    max-width: 1400px;
  }
}
.phase-2-42-discussion-tools #m2_quiz .webform-confirmation__message .container {
  padding: 0;
  background-color: unset;
  padding-bottom: 83px;
}
@media (max-width: 1024px) {
  .phase-2-42-discussion-tools #m2_quiz .webform-confirmation__message .container {
    padding: 30px 0 83px 20px;
  }
}
@media (max-width: 768px) {
  .phase-2-42-discussion-tools #m2_quiz .webform-confirmation__message .container {
    padding: 30px 0px 83px 0px;
  }
}

#m2_quiz-new .row:first-child .component-section {
  background-color: #E9F1F1;
  padding: 0;
  height: 820px;
}
@media (min-width: 576px) {
  #m2_quiz-new .row:first-child .component-section {
    height: 900px;
  }
}
@media (min-width: 768px) {
  #m2_quiz-new .row:first-child .component-section {
    height: 650px;
  }
}
@media (min-width: 992px) {
  #m2_quiz-new .row:first-child .component-section {
    height: 475px;
  }
}

.progress-marker::before {
  padding-bottom: 4px;
}

@media (max-width: 525px) {
  .phase-2-42-discussion-tools .form-type-checkbox span.error#q2\[Itching\]-error {
    top: 50px;
  }
}
@media (max-width: 420px) {
  .phase-2-42-discussion-tools .form-type-checkbox span.error#q3\[Increased\ stress\]-error {
    top: 70px;
  }
}
.ddg .hero {
  display: block;
  margin: 1.4285714286rem auto;
}
.ddg .hero img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .ddg .hero img {
    max-width: 250px;
    margin-bottom: 1.7142857143rem;
  }
}
.ddg .hero h1 {
  color: #2A7475;
  font-weight: 800;
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-size: 1.4285714286rem;
}
.ddg .hero p {
  color: #00acbb;
  font-size: 1.2857142857rem;
  line-height: 22px;
  font-family: "Museo Sans W01_500", sans-serif;
}
.ddg .hero p strong {
  font-family: "Museo Sans W01_900", sans-serif;
}
.ddg p {
  color: #787c82;
  font-size: 16px;
  font-family: "Museo Sans W01_500", sans-serif;
}
.ddg p strong {
  font-family: "Museo Sans W01_900", sans-serif;
}

/*================================================================
Form styling
==================================================================*/
.ddg-form {
  margin-top: 1.7857142857rem;
}
.ddg-form .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 0;
  overflow: visible;
}
.ddg-form .form-group.seafoam-bg {
  background-color: rgba(0, 176, 189, 0.05);
}
.ddg-form .question {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ddg-form .question .question-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  padding: 4px 22px 4px 18px;
  background: #006e76;
  border-radius: 50%;
  color: #fff;
  font-size: 1.7142857143rem;
  font-weight: 800;
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  text-align: center;
}
.ddg-form .question label {
  color: #2A7475;
  font-weight: 800;
  font-family: "Barlow-BlackItalic", sans-serif;
  font-style: italic;
  font-size: 1.2857142857rem;
  line-height: 1.2;
}
.ddg-form .form-inputs {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .ddg-form .form-inputs .col-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ddg-form .form-inputs img {
  max-width: 4.2857142857rem;
  width: 65%;
  height: auto;
  margin-left: 2.1428571429rem;
  margin-bottom: 0.7142857143rem;
}
@media (max-width: 1199px) {
  .ddg-form .form-inputs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.ddg-form .form-inputs .input {
  position: absolute;
  top: 9px;
  left: auto;
  width: 30px;
  height: 30px;
  z-index: 0;
  opacity: 0;
}
.ddg-form .form-inputs .input:checked ~ .control__indicator {
  border-color: #2A7475;
}
.ddg-form .form-inputs .input:checked ~ .control__indicator:after {
  display: block;
}
.ddg-form .form-inputs .control {
  position: relative;
  display: block;
  min-width: 33.33333%;
  padding-left: 0;
  text-align: center;
  font-style: normal;
}
@media (min-width: 1200px) {
  .ddg-form .form-inputs .control {
    display: flex;
  }
}
.ddg-form .form-inputs .box-label {
  display: block;
  min-width: 103%;
  margin: 0;
  padding: 0;
  color: #2A7475;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  font-family: "Museo Sans W01_500", sans-serif;
}
@media (max-width: 1199px) {
  .ddg-form .form-inputs .box-label.alignment-fix {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .ddg-form .form-inputs .box-label.alignment-fix-m {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ddg-form .form-inputs .box-label {
    display: inline-flex;
    align-self: center;
    min-width: 100px;
    text-align: left;
  }
}
.ddg-form .form-inputs .control__indicator {
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  border: 2px solid #ccc;
  text-align: center;
}
@media (min-width: 1200px) {
  .ddg-form .form-inputs .control__indicator {
    margin-right: 0.8571428571rem;
    margin-left: 0;
  }
}
.ddg-form .form-inputs .control__indicator:after {
  display: none;
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 10px;
  height: 18px;
  transform: rotate(45deg);
  border-radius: 0;
  background-color: transparent;
  z-index: 0;
  border: solid #2A7475;
  border-width: 0 3px 3px 0;
}

/*================================================================
DDG ISI
==================================================================*/
.ddg-isi {
  margin: 2.8571428571rem 0 0;
}
.ddg-isi .mt-120px {
  margin-top: 120px;
}
.ddg-isi img.small-logo {
  max-width: 24.2857142857rem;
  width: 100%;
  height: auto;
  margin-bottom: 1.4285714286rem;
}
.ddg-isi h4, .ddg-isi h5 {
  color: #007178;
  font-weight: 600;
}
.ddg-isi h4 {
  font-size: 1.4285714286rem;
}
.ddg-isi h5 {
  font-size: 1.2857142857rem;
}
.ddg-isi p, .ddg-isi ul {
  color: #333740;
  font-size: 16px;
  font-weight: 500;
  font-family: "Museo Sans W01_500", sans-serif;
}
.ddg-isi p.disclaimer {
  font-size: 0.8571428571rem;
  line-height: 0.8571428571rem;
}
.ddg-isi p.text-teal {
  color: #2A7475;
}
@media (min-width: 992px) {
  .ddg-isi p.ml-45px-d {
    margin-left: 45px;
  }
}
.ddg-isi a {
  color: #007178;
}
.ddg-isi strong {
  font-weight: 900;
  font-family: "Museo Sans W01_900", sans-serif;
}
.ddg-isi strong span {
  color: #007178;
}
.ddg-isi ul {
  margin: 0 0 0.8571428571rem;
  padding: 0 0 0 1rem;
}
.ddg-isi ul li {
  margin-bottom: 0.2142857143rem;
  line-height: 1.2;
}
.ddg-isi ul li ul {
  padding-left: 1.4285714286rem;
}
.ddg-isi ul.sub-bullets {
  padding-left: 1.4285714286rem;
}
.ddg-isi ul.sub-bullets li {
  list-style: circle;
}
.ddg-isi ul[data-list-type=two-col] {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.ddg-isi .ucb-logo {
  max-width: 350px;
  margin-bottom: 10px;
  padding: 13px 13px 13px 0px;
  background-color: #2A7475;
  text-align: right;
}
.ddg-isi .ucb-logo img {
  width: 100%;
  max-width: 285px;
  height: auto;
}

.ddg #block-isi {
  display: none;
}

/* COMMON INNER PAGE COMPONENTS */
h2.teal.page-subheader {
  margin-top: 54px;
  padding-bottom: 30px;
  position: relative;
  letter-spacing: -0.5px;
}
h2.teal.page-subheader:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-image: url("./images/textureborder_green.png");
  background-size: cover;
  bottom: 0px;
  left: 0px;
}

p.small-text {
  color: #63666A;
  font-size: 12px;
  line-height: 14px;
}

.resources-font {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #2A7475;
  letter-spacing: 0;
  line-height: 34px;
}

.teal-link {
  color: #2A7475;
}