.montserrat {
  font-family: Montserrat, sans-serif
}
.container {
  max-width: 951px !important
}

.row.align-items-center{
	align-items: center !important;
    display: flex;
}
@media (min-width:992px) {
  .white {
    color: #fff !important
  }
}
body {
  background-color: #fff;
  color: #000;
  font-family: Montserrat, sans-serif;
  overflow-x: hidden
}
a {
  color: inherit;
  text-decoration: underline
}
a sup {
  display: inline-block;
  text-decoration: none
}
.main_container {
  max-width: 1000px;
  min-height: 100%;
  min-height: 50vh;
  margin: 0 auto;
  padding: 65px 20px
}
.main-container {
  overflow-x: hidden
}
@media (max-width:992px) {
  .main-container {
    padding: 0 15px
  }
}
h2 {
  font-size: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0
}
a, h2, p, ul li {
  color: #352b7a
}
a, p, ul li {
  font-size: 16px;
  font-weight: 400
}
@media (min-width:768px) {
  a, p, ul li {
    font-size: 20px
  }
}
a:hover {
  text-decoration: none
}
.references, .savings-section__copay-card-ref {
  font-size: 16px;
  font-weight: 400;
  font-family: Montserrat, sans-serif
}
.uppercase {
  text-transform: uppercase !important
}
.no-margin {
  margin: 0 !important
}
.margin-bottom {
  margin-bottom: 10px
}
nav#block-mainnavigation {
  position: relative
}
#block-hcpauxnav, #block-patientauxnav-2 {
  height: 50px
}
.footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important
}
.subpage-hero-error .jumbotron {
  overflow: hidden
}
.modal a.btn {
  text-decoration: none
}
hr {
  height: 2x;
  border-width: 2px
}
.no-pipe:after {
  content: "" !important
}
@media (min-width:768px) {
  .no-right-padding {
    padding-right: 0 !important
  }
}
@media (min-width:768px) {
  .margin-top-18 {
    margin-top: 18px
  }
}
.navigation {
  z-index: 4;
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35)
}
.navigation.navbar {
  min-height: 70px !important;
  margin-bottom: 0
}
.navigation.navbar .nav li a {
  padding-bottom: 10px !important
}
.navigation .navbar-header {
  position: relative
}
.navigation .navbar-header button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: none;
  margin: 0;
  border-width: 2px;
  border: none;
  border-radius: 0
}
.navigation .navbar-header button:active, .navigation .navbar-header button:focus, .navigation .navbar-header button:hover {
  background: transparent
}
.navigation .navbar-header button .icon-bar {
  background-color: #352b7a;
  border-width: 2px
}
.navigation .navbar-default .navbar-collapse {
  -webkit-transform: translateY(75%);
  -ms-transform: translateY(75%);
  transform: translateY(75%);
  border-color: transparent !important
}
.navigation .navbar-brand {
  position: relative;
  height: auto;
  padding: 15px 0;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  text-decoration: none;
  margin-left: 12px
}
@media (min-width:768px) {
  .navigation .navbar-brand {
    margin-left: -12vw !important
  }
}
@media (min-width:768px) and (max-width:898px) {
  .navigation .navbar-brand {
    margin-left: -2vw !important
  }
}
@media (min-width:992px) and (max-width:1155px) {
  .navigation .navbar-brand {
    margin-left: -2vw !important
  }
}
.navigation .navbar-brand img {
  width: 100px;
  height: auto
}
@media (min-width:768px) {
  .navigation .navbar-brand img {
    width: 170px
  }
}
.navigation .navbar-brand span {
  color: #2b4896;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  top: 7px
}
@media (min-width:768px) {
  .navigation .navbar-brand span {
    padding-left: 40px;
    font-size: 14px
  }
}
@media (min-width:768px) {
  .navigation__menu {
    padding: 0
  }
}
@media (min-width:768px) {
  .navigation__menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto
  }
  .navigation__menu-main:after, .navigation__menu-main:before {
    content: "";
    display: none
  }
}
@media (min-width:768px) and (min-width:767px) {
  .navigation__menu-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (min-width:768px) and (min-width:992px) {
  .navigation__menu-main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    float: left
  }
}
.navigation__menu-main li {
  margin-right: 25px
}
.navigation__menu-main li:last-child {
  margin-right: 0
}
@media (min-width:768px) {
  .navigation__menu-aux {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    float: left;
    margin-top: 16px
  }
  .navigation__menu-aux:after, .navigation__menu-aux:before {
    content: "";
    display: none
  }
}
@media (min-width:767px) {
  .navigation__menu-aux {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (min-width:992px) {
  .navigation__menu-aux {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    float: none;
    text-align: left
  }
}
.navigation__menu-aux li {
  margin-right: 25px
}
.navigation__menu-aux li:last-child {
  margin-right: 0
}
.navigation__menu-aux-link {
  padding-right: 0 !important;
  float: none;
  text-decoration: none;
  font-weight: 700
}
.navigation__menu-link {
  color: #7f3f98 !important;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-transition: color .333s ease-out;
  transition: color .333s ease-out;
  text-decoration: none
}
@media (min-width:768px) {
  .navigation__menu-link {
    padding-top: 0 !important;
    padding-left: 0 !important
  }
}
.navigation__menu-link > span {
  text-transform: lowercase
}
.navigation__menu-link:last-child {
  padding-right: 0
}
.navigation__menu-link:active, .navigation__menu-link:focus, .navigation__menu-link:hover {
  color: #009b79 !important;
  -webkit-transition: color .333s ease-in;
  transition: color .333s ease-in
}
.navigation__menu-link.active {
  color: #009b79 !important
}
.navigation__menu-aux-link {
  color: #7f3f98 !important;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  -webkit-transition: color .333s ease-out;
  transition: color .333s ease-out
}
@media (min-width:768px) {
  .navigation__menu-aux-link:first-child {
    padding-left: 0
  }
}
.navigation__menu-aux-link:active, .navigation__menu-aux-link:focus, .navigation__menu-aux-link:hover {
  color: #009b79 !important;
  -webkit-transition: color .333s ease-in;
  transition: color .333s ease-in
}
.navigation__slide-down-navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0
}
.navigation__slide-down-navigation .navigation__menu {
  position: relative
}
.navigation .navbar-toggle.collapsed:before {
  content: "MENU";
  color: #352b7a;
  position: absolute;
  left: -50px;
  font-weight: 700
}
.navigation .navbar-toggle:before {
  content: "CLOSE";
  color: #352b7a;
  position: absolute;
  left: -50px;
  font-weight: 700
}
.navigation .navbar-toggle.collapsed .icon-bar, .navigation .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
  -webkit-transition: all .333s ease;
  transition: all .333s ease;
  height: 3px
}
.navigation .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg) translateY(6px) translateX(-4px);
  -ms-transform: rotate(-45deg) translateY(6px) translateX(-4px);
  transform: rotate(-45deg) translateY(6px) translateX(-4px)
}
.navigation .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
  opacity: 0;
  -webkit-transition: opacity .333s ease;
  transition: opacity .333s ease
}
.navigation .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg) translateY(-5px) translateX(-3px);
  -ms-transform: rotate(45deg) translateY(-5px) translateX(-3px);
  transform: rotate(45deg) translateY(-5px) translateX(-3px);
  -webkit-transition: all .333s ease;
  transition: all .333s ease;
  height: 3px
}
@media (max-width:1158px) {
  .navbar-header {
    float: none
  }
  .navbar-left, .navbar-right {
    float: none !important
  }
  .navbar-toggle {
    display: block
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
  }
  .navbar-collapse.collapse {
    display: none !important
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px
  }
  .navbar-nav > li {
    float: none
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px
  }
  .collapse.in {
    display: block !important
  }
}
@media (min-width:1159px) and (max-width:1778px) {
  .collapse.navbar-collapse.navigation__menu {
    margin-left: 125px
  }
}
@media (min-width:1159px) and (max-width:1778px) {
  .navigation .navbar-brand {
    margin-left: -9vw !important
  }
}
.footer {
  position: relative
}
.footer, .footer .navbar.navbar-fixed-bottom {
  background: #cacbf4
}
.footer__aux-navigation:before, .footer__navigation:before {
  content: "";
  display: none
}
.footer__aux-navigation li, .footer__navigation li {
  margin-bottom: 15px
}
@media (min-width:992px) {
  .footer__aux-navigation li, .footer__navigation li {
    margin-bottom: 0
  }
}
.footer__aux-navigation li a, .footer__navigation li a {
  position: relative;
  text-align: center;
  padding: 0
}
.footer__aux-navigation li a:hover, .footer__navigation li a:hover {
  background-color: transparent !important
}
.footer__navigation {
  margin: 42px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (min-width:992px) {
  .footer__navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.footer__navigation-link {
  color: #7f3f98;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none
}
.footer__navigation-link.active {
  color: #352b7a
}
.footer__navigation-link > span {
  text-transform: lowercase
}
.footer__navigation:after {
  content: "";
  display: none
}
.footer__aux-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:768px) {
  .footer__aux-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.footer__aux-navigation-link {
  color: #352b7a;
  font-size: 12px;
  text-decoration: none;
  width: 190px
}
@media (min-width:768px) {
  .footer__aux-navigation-link:after {
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
.footer__aux-navigation-link:hover {
  font-weight: 700
}
.footer__aux-navigation-link:hover:after {
  font-weight: 400
}
.footer__aux-navigation:after {
  content: "";
  display: none
}
.footer__whiteStrip {
  width: 100%;
  height: auto;
  max-width: 511px;
  display: block;
  position: relative;
  margin: 0 auto 42px
}
.footer__logo-copy {
  width: 100%;
  max-width: 488px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 40px
}
@media (min-width:768px) {
  .footer__logo-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.footer__logo-copy-logo {
  margin-right: 25px;
  margin-bottom: 25px
}
.footer__copy {
  font-size: 12px
}
.navbar.navbar-bottom {
  margin-bottom: 0
}
@-webkit-keyframes a {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes a {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes b {
  0% {
    top: 10px;
    opacity: 0
  }
  to {
    top: -10px;
    opacity: 1
  }
}
@keyframes b {
  0% {
    top: 10px;
    opacity: 0
  }
  to {
    top: -10px;
    opacity: 1
  }
}
@-webkit-keyframes c {
  0% {
    bottom: -30px;
    opacity: 0
  }
  to {
    bottom: -40px;
    opacity: 1
  }
}
@keyframes c {
  0% {
    bottom: -30px;
    opacity: 0
  }
  to {
    bottom: -40px;
    opacity: 1
  }
}
@-webkit-keyframes d {
  0% {
    background-position: 40vw -40px;
    opacity: 0
  }
  to {
    background-position: 56vw -40px;
    opacity: 1
  }
}
@keyframes d {
  0% {
    background-position: 40vw -40px;
    opacity: 0
  }
  to {
    background-position: 56vw -40px;
    opacity: 1
  }
}
.button, .modal-dialog .btn.btn-default, .modal-dialog .btn.btn-primary {
  background: #009b79;
  color: #fff;
  border-color: #009b79;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 700;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-decoration: none
}
@media (max-width:992px) {
  .button, .modal-dialog .btn.btn-default, .modal-dialog .btn.btn-primary {
    position: relative;
    display: block;
    margin: 0 auto;
    float: none !important;
    text-align: center;
    font-size: 16px
  }
}
.button:hover, .modal-dialog .btn.btn-default:hover, .modal-dialog .btn.btn-primary:hover {
  background: #fff;
  color: #009b79;
  border: 1px solid #009b79;
  text-decoration: none
}
.home-hero {
  background: -webkit-gradient(linear, right top, left top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(right, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(270deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  margin-bottom: 0 !important;
  color: #352b7a;
  font-family: Montserrat, sans-serif;
  padding-top: 0;
  padding-bottom: 0
}
.home-hero .jumbotron {
  background-position: top;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 32px;
  background: #fff;
  background: url(../images/homepage-hero-bg.png) no-repeat;
  background-position: 170px 30px;
  background-size: 85%;
  height: auto
}
@media (min-width:768px) {
  .home-hero .jumbotron {
    background-position: 35vw -40px;
    background-size: auto;
    opacity: 0;
    -webkit-animation: d 2.333s forwards;
    animation: d 2.333s forwards;
    padding-bottom: 0;
    padding-top: 0
  }
}
.home-hero .jumbotron__lead {
  color: #352b7a !important;
  margin-top: 32px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px
}
@media (min-width:767px) {
  .home-hero .jumbotron__lead {
    font-size: 28px
  }
}
@media (min-width:1200px) {
  .home-hero .jumbotron__lead {
    margin-top: 100px;
    font-size: 33px !important
  }
}
.home-hero .jumbotron h1 {
  font-size: 17px;
  padding-right: 35%
}
@media (min-width:768px) {
  .home-hero .jumbotron h1 {
    font-size: 36px;
    padding-right: 25%
  }
}
.home-hero .jumbotron__bigText {
  font-size: 42px;
  font-weight: 700;
  margin-top: 15px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px
}
@media (min-width:767px) {
  .home-hero .jumbotron__bigText {
    font-size: 78px
  }
}
@media (min-width:1200px) {
  .home-hero .jumbotron__bigText {
    font-size: 87px;
    margin-top: 0
  }
}
.home-hero .jumbotron__bigText:after {
  content: "";
  display: none;
  position: absolute;
  opacity: 0;
  background: url(../images/icons/icon-questionamark.png) no-repeat;
  background-size: 131px 227px;
  background-position: 50%;
  height: 227px;
  width: 131px;
  top: -11px;
  -webkit-transition: all .333s ease;
  transition: all .333s ease
}
@media (min-width:768px) {
  .home-hero .jumbotron__bigText:after {
    right: 10px;
    display: none
  }
}
@media (min-width:1200px) {
  .home-hero .jumbotron__bigText:after {
    right: 200px;
    display: block
  }
}
.home-hero .jumbotron__bigText.animate:after {
  -webkit-animation: a 1.333s forwards;
  animation: a 1.333s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.home-hero .jumbotron__header {
  font-weight: 700
}
@media (min-width:768px) {
  .home-hero .jumbotron__header {
    font-size: 36px !important
  }
}
.home-hero .jumbotron__copy {
  font-size: 16px !important;
  padding-right: 45%
}
.home-hero .jumbotron__copy br {
  display: none
}
@media (min-width:992px) {
  .home-hero .jumbotron__copy {
    padding-right: 0;
    margin-bottom: 96px;
    font-size: 20px !important
  }
  .home-hero .jumbotron__copy br {
    display: inline-block
  }
}
.subpage-hero-error .jumbotron {
  padding: 75px 0 54px !important
}
.subpage-hero-error--bubblebkgrnd {
  position: relative
}
.subpage-hero-error--bubblebkgrnd:after {
  content: "";
  width: 1012px;
  height: 426px;
  position: absolute;
  left: 300px;
  bottom: -100px;
  background-image: url(../images/hero-bubbles.png);
  background-position: 50%
}
@media (max-width:414px) {
  .subpage-hero-error--bubblebkgrnd:after {
    left: -50px
  }
}
.subpage-hero-error .contact-us {
  height: 300px
}
.subpage-hero-error .contact-us .row {
  margin-top: -114px
}
.see-why-lexette {
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(40%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 40%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 40%, #d2ecfc);
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  padding: 56px 0;
  position: relative;
  z-index: 3
}
.see-why-lexette__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
  height: 30px;
  padding-right: 22px
}
@media (min-width:768px) {
  .see-why-lexette__flexBox {
    margin-bottom: 30px
  }
}
.see-why-lexette__iconBox {
  width: 30px
}
.see-why-lexette__icon {
  width: 30px;
  height: auto;
  margin-right: 25px;
  display: none
}
.see-why-lexette .icon-text {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  left: 10px;
  margin-bottom: 0
}
.see-why-lexette .icon-text:after {
  opacity: 0
}
.see-why-lexette .icon-text:last-of-type {
  margin-bottom: 0
}
.see-why-lexette__header {
  text-transform: uppercase
}
@media (min-width:768px) {
  .see-why-lexette__header {
    margin-bottom: 30px
  }
}
.see-why-lexette__feature-image {
  display: block;
  margin: 0 auto 35px;
  position: relative;
  max-width: 150px;
  width: 100%
}
@media (min-width:768px) {
  .see-why-lexette__feature-image {
    margin: 0;
    max-width: none
  }
}
.see-why-lexette__copy {
  margin-bottom: 54px
}
.see-why-lexette__swash {
  opacity: 0;
  margin-left: -30px
}
.see-why-lexette__swash, .see-why-lexette__swash.animate {
  -webkit-transition: opacity 1.333s ease;
  transition: opacity 1.333s ease
}
.see-why-lexette__swash.animate {
  opacity: 1
}
@media (max-width:767px) {
  .see-why-lexette__swash {
    position: relative;
    display: block;
    margin: 20px auto 30px
  }
}
.see-why-lexette .icon-text.animate:after {
  -webkit-animation: a 2s linear forwards;
  animation: a 2s linear forwards;
  -webkit-animation-delay: 0;
  animation-delay: 0
}
@media (min-width:767px) and (max-width:992px) {
  .see-why-lexette .row > div {
    float: none;
    display: table-cell;
    vertical-align: bottom
  }
}
.callout {
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  background: #cccff7;
  padding: 57px 0 74px;
  position: relative;
  z-index: 2
}
.callout__header {
  font-size: 27px;
  color: #7f3f98;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-family: Montserrat, sans-serif;
  padding: 0 25px
}
@media (min-width:768px) {
  .callout__header {
    padding-left: 30px;
    padding-right: 75px;
    text-align: right
  }
}
@media (max-width:767px) {
  .callout__header {
    padding: 0 45px
  }
}
.callout__header:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  left: 5px;
  background: url(../images/left-quote.png) no-repeat;
  background-size: 50px 41px;
  width: 50px;
  height: 41px;
  -webkit-transition: all .333s ease;
  transition: all .333s ease
}
@media (min-width:768px) {
  .callout__header:before {
    top: -10px;
    left: 0
  }
}
.callout__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-63%);
  -ms-transform: translateY(-63%);
  transform: translateY(-63%);
  opacity: 0;
  right: -14px;
  background: url(../images/right-quote.png) no-repeat;
  background-size: 50px 41px;
  width: 50px;
  height: 41px
}
@media (min-width:768px) {
  .callout__header:after {
    right: 16px
  }
}
.callout__header.animate:before {
  -webkit-animation: b .333s linear forwards;
  animation: b .333s linear forwards;
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}
.callout__header.animate:after {
  -webkit-animation: c .333s linear forwards;
  animation: c .333s linear forwards;
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}
.callout__ref {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  width: 100%
}
@media (min-width:768px) {
  .callout__ref {
    padding-right: 75px;
    text-align: right
  }
}
.isi-info-box {
  margin-top: 60px;
  margin-bottom: 30px
}
@media (min-width:992px) {
  .isi-info-box {
    margin-top: 115px
  }
}
.isi-info-box__container {
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  background-color: #ced2f9;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px
}
@media (min-width:992px) {
  .isi-info-box__container {
    padding-left: 0;
    padding-right: 0
  }
}
.isi-info-box__callout {
  color: #7f3f98;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
  text-align: center
}
.isi-info-box__callout span {
  display: block;
  text-transform: none;
  margin-top: 10px
}
.isi-info-box__link {
  font-size: 26px;
  text-align: center;
  padding-top: 0
}
.isi-info-box__link a {
  font-family: Montserrat, sans-serif;
  color: #009b79;
  font-weight: 700;
  font-size: 26px !important
}
@media (min-width:768px) {
  .isi-info-box__link {
    padding-top: 25px
  }
}
@media (min-width:767px) {
  .isi-info-box__link {
    padding-top: 0
  }
}
.isi-info-box__divider {
  width: 86%;
  height: 2px;
  border-bottom: 2px solid #fff;
  margin: 40px 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.isi-info-box__link-section {
  padding: 0 0 40px;
  width: 90%;
  position: relative;
  margin: 0 auto
}
@media (min-width:992px) {
  .isi-info-box__link-section {
    border-top: 2px solid #fff;
    padding: 20px 0
  }
}
.isi-info-box__applying-lexette {
  position: relative
}
@media (min-width:768px) {
  .isi-info-box__applying-lexette {
    padding-bottom: 30px
  }
}
.isi-info-box__applying-lexette .isi-info-box__callout, .isi-info-box__applying-lexette img {
  margin-bottom: 20px
}
@media (max-width:767px) {
  .isi-info-box__applying-lexette img {
    display: block;
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 281px
  }
}
@media (min-width:767px) {
  .isi-info-box__applying-lexette {
    padding-bottom: 0
  }
}
.isi-info-box__safety .button, .isi-info-box__safety .modal-dialog .btn.btn-default, .isi-info-box__safety .modal-dialog .btn.btn-primary, .modal-dialog .isi-info-box__safety .btn.btn-default, .modal-dialog .isi-info-box__safety .btn.btn-primary {
  margin-top: 30px;
  white-space: nowrap
}
.isi-info-box__safety .isi-info-box__callout {
  margin-bottom: 30px
}
@media (min-width:992px) {
  .isi-info-box__safety {
    padding-left: 30px;
    border-left: 2px solid #fff;
    padding-bottom: 20px;
    padding-left: 50px
  }
}
@media (min-width:992px) {
  .isi-info-box__button-section {
    padding-bottom: 60px
  }
}
.isi-info-box__button-section .button, .isi-info-box__button-section .modal-dialog .btn.btn-default, .isi-info-box__button-section .modal-dialog .btn.btn-primary, .modal-dialog .isi-info-box__button-section .btn.btn-default, .modal-dialog .isi-info-box__button-section .btn.btn-primary {
  display: block;
  max-width: 500px
}
@media (min-width:992px) {
  .isi-info-box__button-section > div {
    min-height: 260px;
    padding-bottom: 50px;
    position: relative
  }
  .isi-info-box__button-section > div .button, .isi-info-box__button-section > div .modal-dialog .btn.btn-default, .isi-info-box__button-section > div .modal-dialog .btn.btn-primary, .modal-dialog .isi-info-box__button-section > div .btn.btn-default, .modal-dialog .isi-info-box__button-section > div .btn.btn-primary {
    position: absolute;
    bottom: 0;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 280px
  }
}
@media (min-width:992px) {
  .isi-info-box__applying-lexette, .isi-info-box__safety {
    padding-left: 50px !important;
    padding-right: 50px !important
  }
}
@media (max-width:992px) {
  .isi-info-box__applying-lexette, .isi-info-box__safety {
    clear: both
  }
}
.and-it-works {
  background: -webkit-gradient(linear, right top, left top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(right, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(270deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  position: relative;
  z-index: 1;
  color: #7f3f98
}
@media (min-width:1200px) {
  .and-it-works__bg {
    padding: 83px 0 133px;
    background: url(../images/foam_guy.png) no-repeat;
    background-position: 57vw -2px !important;
    background-color: transparent;
    background-size: contain;
    padding: 75px 0
  }
}
.and-it-works__copy, pan .and-it-works__header {
  color: #7f3f98
}
.and-it-works__copy:nth-of-type(3) {
  margin-top: 18px
}
.and-it-works__header {
  color: #7f3f98;
  margin-top: 50px;
  margin-bottom: 33px
}
.and-it-works__mobile-img {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  display: block
}
.and-it-works .img-responsive {
  margin-top: 22px;
  margin-bottom: 32px
}
@media (min-width:768px) {
  .and-it-works .img-responsive {
    margin-top: 18px;
    margin-bottom: 0
  }
}
.and-it-works .references, .and-it-works .savings-section__copay-card-ref {
  margin-top: 10px;
  color: #7f3f98;
  position: relative;
  padding: 0;
  width: 100%;
  float: none
}
.copay-card-section {
  position: relative;
  padding: 50px 0 43px;
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  z-index: 2
}
.copay-card-section__header {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px
}
@media (min-width:992px) {
  .copay-card-section__header {
    text-align: right
  }
}
.copay-card-section__copaycard {
  width: 365px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto
}
@media (min-width:992px) {
  .copay-card-section__copaycard {
    margin: 0
  }
}
.copay-card-section .button, .copay-card-section .modal-dialog .btn.btn-default, .copay-card-section .modal-dialog .btn.btn-primary, .modal-dialog .copay-card-section .btn.btn-default, .modal-dialog .copay-card-section .btn.btn-primary {
  margin: 0 auto;
  position: relative
}
@media (min-width:768px) {
  .copay-card-section .button, .copay-card-section .modal-dialog .btn.btn-default, .copay-card-section .modal-dialog .btn.btn-primary, .modal-dialog .copay-card-section .btn.btn-default, .modal-dialog .copay-card-section .btn.btn-primary {
    margin: 25px 0 0
  }
}
.isi {
  padding-bottom: 100px
}
.isi h2 {
  margin-top: 30px
}
.subpage-hero, .subpage-hero-error {
  background: -webkit-gradient(linear, right top, left top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(right, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(270deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  margin-top: 0
}
.subpage-hero-error .jumbotron, .subpage-hero .jumbotron {
  padding: 84px 0 75px;
  color: #352b7a;
  font-family: Montserrat, sans-serif;
  background: transparent;
  margin-bottom: 0;
  background-position: top !important;
  background-repeat: no-repeat !important
}
@media (min-width:992px) {
  .subpage-hero-error .jumbotron, .subpage-hero .jumbotron {
    padding: 48px 0 56px
  }
}
@media (max-width:992px) {
  .subpage-hero-error .jumbotron, .subpage-hero .jumbotron {
    background-image: url() !important;
    padding: 40px 0 32px
  }
}
.subpage-hero-error .jumbotron .subpage-hero__mobile-bg img, .subpage-hero .jumbotron .subpage-hero__mobile-bg img {
  display: block;
  margin: 0;
  width: 100%;
  margin-bottom: 50px
}
.subpage-hero-error span, .subpage-hero span {
  display: block;
  font-size: 33px;
  margin: 0;
  font-weight: 400;
  color: #352b7a;
  font-family: Montserrat, sans-serif;
  line-height: 1.2
}
.subpage-hero__header {
  color: #352b7a !important;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase
}
@media (min-width:768px) {
  .subpage-hero__header {
    font-size: 62px
  }
}
.subpage-hero__mobile-bg img {
  display: block;
  width: 100%
}
@media (min-width:992px) {
  .subpage-hero__mobile-bg {
    display: none
  }
}
.how-to-appy .jumbotron {
  padding: 0 0 30px;
  color: #352b7a;
  font-family: Montserrat, sans-serif;
  background: transparent;
  margin-bottom: 0;
  background-position: 48vw top !important;
  background-repeat: no-repeat !important
}
@media (min-width:992px) {
  .how-to-appy .jumbotron {
    padding: 86px 0 75px
  }
}
.safety-and-tolerability .subpage-hero, .safety-and-tolerability .subpage-hero-error {
  background: -webkit-gradient(linear, right top, left top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(right, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(270deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc)
}
.safety-and-tolerability .jumbotron {
  padding: 0 0 75px;
  color: #352b7a;
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  background-position: 47vw top !important;
  background-repeat: no-repeat !important
}
@media (min-width:992px) {
  .safety-and-tolerability .jumbotron {
    padding: 48px 0 56px
  }
}
@media (max-width:767px) {
  .safety-and-tolerability .jumbotron {
    padding: 0 0 30px
  }
}
.savings .subpage-hero, .savings .subpage-hero-error, .site-map .subpage-hero, .site-map .subpage-hero-error {
  background: -webkit-gradient(linear, right top, left top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(right, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(270deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc)
}
.savings .jumbotron, .site-map .jumbotron {
  padding: 0 0 30px;
  color: #352b7a;
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  background-position: 35vw top !important;
  background-repeat: no-repeat !important
}
@media (min-width:992px) {
  .savings .jumbotron, .site-map .jumbotron {
    padding: 48px 0 60px
  }
}
.faqs-page .subpage-hero, .faqs-page .subpage-hero-error {
  background: -webkit-gradient(linear, right top, left top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(right, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(270deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc)
}
.faqs-page .jumbotron {
  padding: 0 0 75px;
  color: #352b7a;
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  background-position: 53vw top !important;
  background-repeat: no-repeat !important
}
@media (min-width:992px) {
  .faqs-page .jumbotron {
    padding: 48px 0 56px
  }
}
@media (max-width:767px) {
  .faqs-page .jumbotron {
    padding: 0 0 30px
  }
}
.error-page-content__copy {
  padding: 30px 15px !important
}
.subpage-hero-error .jumbotron {
  padding: 75px 0 56px !important
}
@media (max-width:767px) {
  .subpage-hero-error .subpage-hero__header {
    text-align: center
  }
}
.steps {
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  padding: 56px 0
}
.steps__copy, .steps__header {
  margin-bottom: 33px
}
.steps__icons-steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 15px;
  background: #dadffd;
  border-radius: 35px
}
@media (max-width:1200px) {
  .steps__icons-steps {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 500px
  }
}
@media (min-width:1200px) {
  .steps__icons-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 53px 25px 53px 330px;
    margin-bottom: 60px
  }
  .steps__icons-steps.step7 {
    margin-bottom: 43px
  }
}
.steps__icons-steps-icon {
  width: 100%;
  max-width: 228px;
  display: block;
  position: relative;
  margin: 25px auto 0
}
@media (min-width:1200px) {
  .steps__icons-steps-icon {
    margin: 0;
    width: auto;
    position: absolute;
    left: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%
  }
  .steps__icons-steps-icon:first-child {
    max-width: 349px
  }
}
.steps__icons-steps-stepHeader {
  text-align: center;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0
}
@media (min-width:1200px) {
  .steps__icons-steps-stepHeader {
    text-align: left
  }
}
.steps__icons-steps-bodyCopy {
  text-align: center
}
.steps__icons-steps-bodyCopy br {
  display: none
}
@media (min-width:1200px) {
  .steps__icons-steps-bodyCopy {
    text-align: left
  }
  .steps__icons-steps-bodyCopy br {
    display: inline-block
  }
}
.steps__icons-steps-swash {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 113px
}
@media (min-width:1200px) {
  .steps__icons-steps-swash {
    margin-left: -20px;
    display: inline
  }
}
.steps__icons-steps.no-icon {
  padding: 53px 25px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.steps__icons-steps.no-icon .steps__icons-steps-bodyCopy, .steps__icons-steps.no-icon .steps__icons-steps-stepHeader {
  text-align: center
}
.steps__icons-steps.no-icon .steps__icons-steps-swash {
  margin-left: auto;
  margin-right: auto
}
.steps__icons-steps-icon-1 img {
  top: 51% !important
}
@media (max-width:992px) {
  .steps__icons-steps-icon-1 > img {
    width: auto;
    max-width: 100%;
    max-height: 228px
  }
}
.steps__icons-steps-icon-2 img, .steps__icons-steps-icon-3 img, .steps__icons-steps-icon-4 img {
  top: 52% !important
}
.steps__icons-steps-icon-5 img {
  top: 52%
}
.safety-and-tolerability-section {
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  padding: 80px 0
}
@media (max-width:767px) {
  .safety-and-tolerability-section {
    position: relative;
    display: block;
    padding: 48px 0
  }
}
.safety-and-tolerability-section__header {
  margin-bottom: 33px
}
.safety-and-tolerability-section__infographic-header {
  text-align: center;
  font-size: 20px;
  margin-top: 10px
}
.safety-and-tolerability-section__infographic-header:last-of-type {
  text-transform: none
}
.safety-and-tolerability-section__copy {
  margin-bottom: 10px
}
.safety-and-tolerability-section__infographics {
  margin: 30px 0 40px
}
.safety-and-tolerability-section__ig {
  background-color: #dadffd;
  min-height: 236px;
  padding: 33px 50px 50px;
  border-radius: 20px;
  margin-bottom: 0;
  position: relative
}
.safety-and-tolerability-section__img {
  position: absolute;
  display: block;
  top: 75%;
  left: 50%;
  -webkit-transform: translateY(-70%) translateX(-50%);
  -ms-transform: translateY(-70%) translateX(-50%);
  transform: translateY(-70%) translateX(-50%);
  display: none
}
@media (max-width:992px) {
  .safety-and-tolerability-section__onepercent, .safety-and-tolerability-section__twelvepercent {
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    max-width: 500px
  }
}
@media (max-width:992px) {
  .safety-and-tolerability-section__onepercentagain {
    position: relative;
    margin: auto;
    max-width: 500px
  }
}
.safety-and-tolerability-section__infographic-text {
  text-align: center
}
.savings-section {
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  padding: 30px 0
}
@media (min-width:768px) {
  .savings-section {
    padding: 80px 0 75px
  }
}
.savings-section__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding: 0 15px 0 0
}
.savings-section__iconBox {
  width: 30px
}
.savings-section .icon-text {
  text-transform: none;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  left: 15px
}
@media (max-width:767px) {
  .savings-section .icon-text {
    font-size: 16px
  }
}
.savings-section .icon-text span {
  color: #009b79;
  font-weight: 700
}
.savings-section .icon-text:after {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.savings-section .icon-text__icon {
  position: relative;
  width: 25px;
  display: none
}
.savings-section__header {
  margin-bottom: 33px
}
.savings-section__copy {
  margin-bottom: 48px
}
.savings-section__subheader2 {
  margin-bottom: 20px
}
.savings-section .references, .savings-section .savings-section__copay-card-ref {
  margin-bottom: 30px
}
.savings-section .references > span, .savings-section .savings-section__copay-card-ref > span {
  margin-left: -7px
}
.savings-section__button {
  margin-top: 20px;
  display: inline-block
}


@media (max-width:992px) {
  .savings-section__button {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 500px
  }
}
.savings-section__copay-card {
  margin-bottom: 25px;
  width: 365px;
  height: 100%
}
@media (max-width:992px) {
  .savings-section__copay-card {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px
  }
}
.savings-section__copay-card-ref {
  margin-left: 15px
}
.faqs {
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35)
}
.faqs.gradient {
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc)
}
@media (max-width:767px) {
  .faqs {
    position: relative;
    display: block
  }
}
.faqs__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background: #d6dfff;
  padding: 23px 15px 23px 60px;
  color: #7f3f98;
  font-size: 20px;
  text-align: left;
  border-radius: 35px;
  border: 1px solid #d6dfff;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
  -webkit-transition: background .333s ease;
  transition: background .333s ease
}
.faqs__button:focus {
  outline: none
}
.faqs__button:hover {
  background: #d0dbef;
  -webkit-transition: background .333s ease;
  transition: background .333s ease
}
.faqs__button h2 {
  font-size: 20px;
  color: #7f3f98;
  margin-bottom: 0;
  line-height: 22px
}
.faqs__container {
  padding: 20px 15px 35px
}
@media (min-width:768px) {
  .faqs__container {
    padding: 10px 60px 20px
  }
}
.faqs__container span {
  color: #352b7a
}
.faqs__copy {
  margin-top: 30px;
  margin-bottom: 30px
}
@media (min-width:768px) {
  .faqs__copy {
    margin-top: 84px
  }
}
.faqs__icon-container {
  width: 30px;
  height: 30px;
  position: absolute;
  margin-right: 15px;
  left: 15px;
  top: -webkit-calc(50% - 31px);
  top: calc(50% - 31px);
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%)
}
.faqs__icon {
  display: block;
  -webkit-transition: all .333s ease;
  transition: all .333s ease
}
@media (min-width:768px) {
  .faqs__icon {
    top: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
  }
}
.faqs__icon.active {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
  -webkit-transition: all .333s ease;
  transition: all .333s ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}
.faqs > .container {
  padding-bottom: 84px
}
.error-page-content {
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc)
}
.error-page-content__copy {
  padding: 80px 0 70px
}
.interstitial {
  position: absolute;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  right: 0;
  margin: auto;
  height: auto;
  max-width: 730px;
  z-index: 6;
  padding: 20px
}
.interstitial, .interstitial__backface {
  background: #fff;
  display: none;
  left: 0;
  width: 100%
}
.interstitial__backface {
  opacity: .333;
  z-index: 5;
  position: fixed;
  top: 0;
  height: 100%
}
.interstitial__close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 4
}
.interstitial .button, .interstitial .modal-dialog .btn.btn-default, .interstitial .modal-dialog .btn.btn-primary, .modal-dialog .interstitial .btn.btn-default, .modal-dialog .interstitial .btn.btn-primary {
  width: 100%;
  max-width: 300px
}
.contact-us .jumbotron {
  overflow-y: hidden
}
.contact-us h2 {
  margin-top: 50px
}
.contact-us .box-shadow {
  background: -webkit-gradient(linear, left top, right top, from(#f0f9ff), color-stop(29%, #f7f7f7), to(#d2ecfc));
  background: -webkit-linear-gradient(left, #f0f9ff, #f7f7f7 29%, #d2ecfc);
  background: linear-gradient(90deg, #f0f9ff 0, #f7f7f7 29%, #d2ecfc);
  -webkit-box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  box-shadow: 0 8px 13px 2px rgba(53, 43, 122, .35);
  position: relative;
  z-index: 2
}
@media (min-width:768px) {
  .modal-dialog {
    width: 931px
  }
}
@media (max-width:992px) {
  .modal-dialog {
    width: auto;
    margin: 10px
  }
}
.modal-dialog h2 {
  font-size: 26px
}
.modal-dialog h2, .modal-dialog p {
  color: #352b7a;
  font-family: Montserrat, sans-serif;
  text-align: center
}
.modal-dialog p {
  font-size: 20px
}
.modal-dialog .modal-header {
  position: relative;
  padding-top: 30px;
  padding-right: 30px;
  border: none
}
.modal-dialog .modal-body {
  border: none;
  padding: 0 15px
}
@media (min-width:768px) {
  .modal-dialog .modal-body {
    padding: 0 88px
  }
}
.modal-dialog .modal-body p {
  color: #352b7a;
  font-size: 20px;
  font-family: Montserrat, sans-serif
}
.modal-dialog .modal-body h2 {
  margin-bottom: 30px
}
.modal-dialog .modal-footer {
  border: none;
  padding: 0 15px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:768px) {
  .modal-dialog .modal-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 88px 50px
  }
}
.modal-dialog .modal-content {
  border-radius: 5px;
}
.modal-dialog .btn.btn-default, .modal-dialog .btn.btn-primary {
  border-color: #009b79;
  min-width: 159px;
  margin: 25px 10px 0
}
.modal-dialog .close {
  opacity: 1
}
.modal-dialog .close span img {
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-45deg) scale(.5);
  -ms-transform: rotate(-45deg) scale(.5);
  transform: rotate(-45deg) scale(.5)
}
@media (min-width:768px) {
  .modal-dialog .close span img {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
  }
}
/*# sourceMappingURL=main.min.css.map */

/*Modal*/

#notification-modal button.close {
    background: #FFFFFF url('/themes/custom/lexette/images/close-icon.png') center no-repeat !important;
    height: 26px;
    width: 26px;
    opacity: 1;
    position: absolute !important;
    right: 10px;
    top: 10px;
}

section.patient-savings ol li {}

@media (min-width: 767px) {
    section.patient-savings ol {
        padding-top: 35px;
        margin-top: 25px;
        margin-bottom: 21px;
        padding-left: 17px;
        margin-left: 20px;
    }
}