@import url("https://use.typekit.net/gyz8axg.css");

:root {
    --light-blue: #6cacc0;
    --lighter-blue: #f2fafc;
    --blue: #4c9fb7; /* prev. #5FA5BB */
    --white: #ffffff;
    --grey: #d8d8d8;
    --dark-grey: #a79c9a; /* #868383 */
    --darker-grey: #857c7a;
    --isi-grey: #544d4c;
    --light-grey: #f6f5f5;
    --medium-light-grey: #f2f1f1;
    --black: #000000;
    --yellow: #f8e162;
    --dark-blue: #3286a0;
    --darker-blue: #196f89;
    --darker-blue-2: #225e6d;
    --transparency: (255, 255, 255, 0);
}

/* ------------------------------------------ GLOBAL ------- */
body,
html {
    font-family: "EuclidCircularB-Regular";
    color: var(--darker-grey);
    font-size: 17px;
    line-height: 1.36em;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}
b {
    font-family: "EuclidCircularB-SemiBold";
    font-weight: normal;
}
strong {
    font-family: "EuclidCircularA-Bold";
    font-weight: normal;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1200px !important;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.font-15 {
    font-size: 15px;
}
.font-20 {
    font-size: 20px;
    line-height: 28px;
}
.blue-font {
    color: var(--blue);
}
.blue-font:hover {
    color: var(--blue);
}
.blue-font:active {
    color: var(--blue);
}
.white-font {
    color: var(--white);
}
.medium-font {
    font-family: "EuclidCircularB-Medium";
}
.uppercase {
    text-transform: uppercase;
}
.scroll-down {
}

.footer-trademark {
    display: inline;
}
.scroll-down::after {
    content: "";
    width: 14px;
    height: 8px;
    display: block;
    background: transparent url("/images/caret-down-white@2x.png") no-repeat 0 0;
    background-size: 14px 8px;
    margin: 5px auto 0;
}
.no-underline,
acadia-form a.no-underline {
    text-decoration: none;
}
@media (min-width: 992px) {
    .text-right-lg {
        text-align: right;
    }
}
.white-font-20 {
    color: #ffffff;
    font-family: "EuclidCircularB-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.blue-font-20-euclid {
    color: var(--blue);
    font-family: "EuclidCircularB-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.grey-font-20-euclid {
    color: var(--darker-grey);
    font-family: "EuclidCircularB-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.blue-font-68-gelo-vw {
    color: var(--blue);
    font-family: gelo;
    font-size: 4.722vw;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.4px;
}
.blue-font-20-euclid-vw {
    color: var(--blue);
    font-family: "EuclidCircularB-Regular";
    font-size: 1.389vw;
    font-weight: 400;
    line-height: 0px;
}
.blue-font-17-euclid {
    color: var(--blue);
    font-family: "EuclidCircularB-Regular";
    font-size: 17px;
    font-weight: 400;
}
.blue-font-15-euclid {
    color: var(--blue);
    font-family: "EuclidCircularB-Regular";
    font-size: 15px;
    font-weight: 400;
}
.blue-font-35-gelo {
    color: var(--blue);
    font-family: gelo;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.2px;
}
.blue-font-68-gelo {
    color: var(--blue);
    font-family: gelo;
    font-size: 68px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.4px;
}
.white-font-68 {
    color: #ffffff;
    font-family: gelo;
    font-size: 68px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.1px;
}
.grey-font-13-euclid {
    color: var(--darker-grey);
    font-family: "EuclidCircularB-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.21666667px;
}
.grey-darker-font-15-euclid {
    color: var(--darker-grey);
    font-family: "EuclidCircularB-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.21666667px;
}
.grey-font-17-euclid {
    color: var(--isi-grey);
    font-family: "EuclidCircularB-Regular";
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.21666667px;
}
.break-word {
    overflow-wrap: break-word;
}
ul.bullet-heart {
    list-style: none;
    padding-left: 0;
    margin-top: 60px;
}
ul.bullet-heart li {
    background: url(../.././images/Yellow-heart-small-icon.png) no-repeat 0 3px;
    padding: 0px 0px 26px 28px;
    list-style: none;
    margin: 0;
    font-size: 16px;
    line-height: 21px;
}
.mw-320 {
    max-width: 320px;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding-left: 27px;
        padding-right: 27px;
    }
    .container .container {
        width: 96%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* override with more specific css selectors where needed */
sup {
    font-size: 0.7rem;
    top: -0.4rem;
}

h2 sup {
    font-size: 2.5rem;
    top: -1.3rem;
}

@media (max-width: 575px) {
    sup {
        font-size: 75% !important;
        top: -0.4em !important;
    }
}

sup.reg {
    font-size: 70%;
    top: -0.6em;
}
.sup.dagger {
    font-size: 60%;
    top: -0.7em;
}
.sup.asterisk {
    font-size: 60%;
    top: -0.7em;
}
.radio-field label sup,
sup.single-dagger {
    font-size: 80% !important;
    top: -0.5em !important;
    margin-left: -7px !important;
}

.hipaa .radio-field label sup,
.radio-field sup.single-dagger {
    font-size: 80% !important;
    top: -0.5em !important;
    margin-left: 0px !important;
}

span.trade {
    font-size: 60%;
    vertical-align: 0.5em;
    line-height: 0;
}
.actor-portrayal {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 13px;
    letter-spacing: 0.217px;
    color: var(--white);
    text-shadow: 1px 1px rgb(0, 0, 0, 0.5);
}

.blue-heart-bg {
    background: var(--blue) url("/images/how-we-work-background.png") no-repeat
        right top 40px;
}
.light-blue-heart-bg {
    background: url("/images/background-heart-hcp-cost-right-cropped.png")
        no-repeat right top 40px;
}

/* ------------------------------------------ COOKIE BAR --- */

body #cookieBar {
    /* Show with displayCookieBar() */
    display: none;
}

body #cookieBar .container-fluid {
    background: var(--light-grey) !important;
}
body #cookieBar .container-fluid > .container {
    position: relative !important;
}
body #cookieBar h5 {
    font-family: "EuclidCircularA-Medium" !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    color: #0c1c8e !important;
}
body #cookieBar p {
    font-size: 15px !important;
    line-height: 21px !important;
    color: #212529 !important;
    width: 100% !important;
    max-width: none !important;
    margin-bottom: 1em !important;
}
@media only screen and (max-width: 991px) {
    body #cookieBar p {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .information-tooltip-body.place-left.show,
    .information-tooltip-body.place-left.show-click {
        width: 253px;
        left: -272px !important;
    }
}

body #cookieBar p a {
    text-decoration: underline;
}
body #cookieBar p a:hover,
body #cookieBar p a:active,
body #cookieBar p a:visited {
    color: inherit;
}
body #cookieBar .paragraph_component {
    margin: 10px 0 0 !important;
    padding: 0 !important;
}
body #cookieBar .btn-wrapper [type="button"] {
    font-family: "EuclidCircularA-Medium" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--blue) !important;
    opacity: 1 !important;
}
body #cookieBar .btn-wrapper img {
    width: 32px !important;
    height: 32px !important;
}

#cookieButtons .btn {
    border-radius: 3rem;
    padding: 0.375rem 0.75rem;
}

.btn.white {
    color: #0c1c8e;
    background-color: transparent;
    border-color: #0c1c8e;
}

.btn.blue {
    color: #fff;
    background-color: #0c1c8e;
    border-color: #0c1c8e;
}

@media only screen and (min-width: 991px) {
    #cookieButtons {
        padding-top: 4rem;
    }
}
@media only screen and (max-width: 991px) {
    #cookieButtons {
        padding: 25px 0;
    }
}

/* ---------------------------------------------- NAVBAR --- */
.navbar {
    display: block;
}
.navheader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
}
/* TODO: */

.logo-container {
    width: 106.216216%;
    display: table;
}

.logo-container .ac-logo {
    display: table-cell;
    margin: 0;
    border-right: 1px solid var(--grey);
}
.logo-container .nuplazid-logo {
    display: table-cell;
    margin: 0;
}
nav#nav-desktop .navbar-nav {
    height: 60px;
}
nav#nav-mobile {
    /* border: 1px solid red; */
}
nav#nav-mobile .navbar-nav {
    text-align: center;
}
nav#nav-mobile a.nav-link {
    color: var(--darker-grey);
    font-size: 24px;
    padding: 16px;
}
nav#nav-mobile a.nav-link:hover {
    color: var(--blue);
}
nav#nav-mobile.navbar-toggler > .close {
    display: inline;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: inline;
}
nav#nav-mobile.navbar-light .navbar-toggler {
    border-color: var(--white);
}
nav#nav-desktop {
    /* border: 1px solid red; */
    padding: 29px 0 0;
}
.dropdown-menu {
    border-radius: 0 0 7px 7px;
    border: 0;
    /* top: calc(100% + 2px); */ /* accounts for border-bottom: solid 2px on header */
}
nav#nav-desktop li.nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
a.dropdown-item {
    padding: 12px 25px;
    white-space: normal;
}
.page a.dropdown-item:hover {
    text-decoration: underline;
    background-color: var(--light-blue);
    color: var(--white) !important;
    border-radius: 0 0 7px 7px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    padding: 0 0;
}
nav#nav-desktop a.nav-link:hover {
    color: var(--blue);
    /* margin-top: -3px; */
    /* padding */ /* incomplete rule, commenting out -vb */
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    width: 250px;
}
.dropdown:hover a.dropdown-toggle {
    color: var(--blue);
}
.dropdown:hover a.dropdown-toggle::after {
    /*background-position-y: -27px;*/
}

a.dropdown-toggle:hover .dropdown-menu {
    display: block;
}

.dropdown a.dropdown-toggle::after {
    content: "";
    border: none;
    background: url("../images/sprite-arrows.png") -0px 0px;
    background-size: 14px 36px;
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 6px;
    /*vertical-align: middle;*/
    vertical-align: 13%;
}
#navbarDropdown {
    margin-top: 0px;
    outline: none;
}
.nav-item.dropdown.switch {
    display: none;
}

/* -------------------------------------------- CUSTOM-CARD --- */
/* used on /patient-caregiver/cost-insurance and /healthcare-proivder/cost */

.custom-card-holder {
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
}
.custom-card {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    flex-basis: 0;
    flex-grow: 1;
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
    background: var(--lighter-blue);
    display: flex;
    flex-direction: column;
}
.custom-card.wide {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}
.custom-card:first-child {
    border-left: none;
}
.custom-card:last-child {
    border-right: none;
}
.custom-card .header {
    padding: 19px 24px;
    background: var(--blue);
    color: var(--white);
    font-family: "EuclidCircularB-SemiBold";
    font-size: 17px;
    line-height: 23px;
    position: relative;
    /*text-transform: uppercase;*/
}
.custom-card .body {
    padding: 70px 25px 50px;
    color: var(--darker-grey);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.custom-card .body .less-than-10 {
    display: flex;
}
.custom-card .body .less-than-10.single-word {
    align-items: center;
}
.custom-card .body .less-than-10 > div {
    flex: 1;
    flex-basis: 0;
    flex-grow: 0;
}
.custom-card .body .less-than-10 > div.less-than {
    padding: 7px 10px 0 0;
    font-family: "gelo";
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: var(--blue);
}
.custom-card .body .less-than-10.single-word > div.less-than {
    padding: 0;
    margin-top: -11px;
}
.custom-card .body h2 {
    font-size: 82px;
    line-height: 80px;
    margin-bottom: 0;
}
.custom-card .body p {
    font-family: "EuclidCircularB-Regular";
    font-size: 20px;
    line-height: 28px;
}
.custom-card .body .button {
    margin-top: auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.custom-card .body p.note,
.custom-card-holder .footer p.note {
    font-size: 17px;
    line-height: 23px;
}
.custom-card-holder .footer {
    flex: 0 0 100%;
    max-width: 100%;
    flex-grow: 1;
    padding: 24px;
    border-top: 2px solid var(--white);
    background: var(--lighter-blue);
}
.custom-card-holder .footer p {
    color: var(--darker-grey);
    margin-bottom: 0;
}
.custom-card-holder.dark-color-scheme .custom-card {
    background: var(--blue);
}
.custom-card-holder.dark-color-scheme .custom-card .body {
    color: var(--white);
}
.custom-card-holder.dark-color-scheme
    .custom-card
    .body
    .less-than-10
    > div.less-than {
    color: var(--white);
}
.custom-card-holder.dark-color-scheme .custom-card .body p:last-child {
    margin-bottom: 0;
}
.custom-card-holder.dark-color-scheme .custom-card .body h2 {
    color: var(--white);
}
.custom-card-holder.dark-color-scheme .footer {
    background: var(--dark-blue);
}
.custom-card-holder.dark-color-scheme .footer p {
    color: var(--white);
}
/* @media (min-width: 768px) and (max-width: 845px) {
 body.resources	.blue-font-44-gelo {
		font-size: 28px !important ;
	}
} */
@media (min-width: 993px) and (max-width: 1150px) {
    .custom-card .body .less-than-10 > div.less-than {
        font-size: 25px;
    }
    .custom-card .body h2 {
        font-size: 77px;
    }
}

@media (max-width: 992px) {
    .custom-card-holder {
        border-radius: 0;
    }
    .custom-card,
    .custom-card.wide {
        overflow: hidden;
        border-radius: 16px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-card .body {
        padding: 40px 25px;
    }
    .custom-card-holder.dark-color-scheme {
        border-radius: 16px;
    }
    .custom-card-holder.dark-color-scheme .custom-card {
        border-radius: 0;
        border-top: 1px solid var(--white);
    }
    .custom-card-holder.dark-color-scheme .footer {
        border-top: 1px solid var(--white);
    }
}

@media (max-width: 768px) {
    .custom-card .body {
        padding: 40px 20px;
    }
    .custom-card .body .less-than-10 > div.less-than {
        font-size: 24px;
        line-height: 21px;
    }
    .custom-card .body h2 {
        font-size: 54px;
        line-height: 54px;
    }
    .custom-card .body p {
        font-size: 18px;
        line-height: 26px;
    }
    .custom-card .body p.note {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 575px) {
    .custom-card-holder {
        margin-left: -20px;
        margin-right: -20px;
    }
    .custom-card .body .less-than-10.single-word {
        align-items: end;
    }
    .custom-card .body .less-than-10.single-word > div.less-than {
        margin: 0 0 10px;
    }
}

.information-tooltip {
    padding: 0px 0px;
    background-color: var(--blue);
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    cursor: default;
    font-size: 13px;
    line-height: 23px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 4px;
    position: relative;
}

.information-tooltip.white {
    background-color: #fff;
    color: var(--blue);
}

.information-tooltip-body {
    border-radius: 6px;
    display: inline-block;
    font-size: 13px;
    left: -999em;
    opacity: 0;
    padding: 20px 26px 22px 20px;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    top: -999em;
    visibility: hidden;
    z-index: 999;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -6px;
    top: 50%;
    margin-top: -4px;
    border-right-color: #222;
    border-right-style: solid;
    border-right-width: 6px;
    margin-left: 10px;
    background: var(--white);
    border: none;
    box-shadow: 0 6px 21px rgb(95 165 187 / 75%);
    text-align: left;
    white-space: normal;
    width: 348px;
    font-family: "EuclidCircularB-Regular";
}
.information-tooltip-body.show,
.information-tooltip-body.show-click {
    visibility: visible;
    opacity: 1;
}
.information-tooltip-body.place-right.show,
.information-tooltip-body.place-right.show-click {
    top: -16px;
    left: 15px;
}
.information-tooltip-body.place-right::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-right: 8px solid transparent;
}
.information-tooltip-body.place-right::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -6px;
    /*top: 50%;*/
    top: 29px;
    margin-top: -4px;
    border-right-color: #222;
    border-right-style: solid;
    border-right-width: 6px;
    border-right-color: #fff;
}
.information-tooltip-body.place-left.show,
.information-tooltip-body.place-left.show-click {
    top: -16px;
    left: -364px;
}
.information-tooltip-body.place-left::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
}
.information-tooltip-body.place-left::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -6px;
    /*top: 50%;*/
    top: 29px;
    margin-top: -4px;
    border-left-color: #222;
    border-left-style: solid;
    border-left-width: 6px;
    border-left-color: #fff;
}
.information-tooltip-body p {
    color: var(--darker-grey);
    font-size: 17px;
    line-height: 23px;
}

.information-tooltip-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .information-tooltip {
        position: static;
    }

    .information-tooltip-body.place-right::before,
    .information-tooltip-body.place-left::before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-left: 8px solid transparent;
    }
    .information-tooltip-body.place-right::after,
    .information-tooltip-body.place-left::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
        left: 72.5%;
        top: -5px;
    }

    .information-tooltip-body.place-left.show,
    .information-tooltip-body.place-left.show-click,
    .information-tooltip-body.place-right.show,
    .information-tooltip-body.place-right.show-click {
        top: 50px;
        left: 0px;
        width: 95%;
    }

    .information-tooltip-body p {
        font-size: 13px;
        line-height: 19px;
    }
    #government-insurance.information-tooltip-body::after {
        left: 262px;
    }
    #commercial-insurance.information-tooltip-body::after {
        left: 258px;
    }
}

/* ---------------------------------------------- ACCORDION --- */
.card-accordion-header {
    background-color: var(--medium-light-grey) !important;
    min-height: 60px;
    padding: 0px;
    border-radius: 30px !important;
    border: 0;
}
.card-accordion-header a {
    color: var(--darker-grey);
    padding: 21px 0 20px 30px;
    font-size: 20px;
    line-height: 1;
    width: 100%;
}
.card-accordion-header .collapsed {
    background-color: var(--medium-light-grey) !important;
    border-radius: 30px !important;
}
.card-accordion-header:not(.collapsed) {
    background-color: var(--blue) !important;
    border: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.card-accordion-header:not(.collapsed) a {
    color: white !important;
}
.card-accordion {
    border: 0px;
    margin-bottom: 14px;
}
.card-accordion-header a {
    width: 100%;
    color: var(--darker-grey);
}
.card-accordion-header a:hover {
    color: var(--darker-grey);
}
.card-accordion-header a:focus {
    outline: none;
    box-shadow: none;
}
.card-accordion-body {
    background: var(--blue) linear-gradient(#5693ac, var(--blue) 131px);
    color: var(--white);
    line-height: 23px;
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 17vw;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 30px;
}

.card-accordion-body .button {
    margin-top: 16px;
}

@media (max-width: 575px) {
    .card-accordion-header {
        height: auto;
        border-radius: 0px !important;
    }
    .card-accordion-body {
        border-radius: 0px;
    }
}

#accordion .fa {
    margin-right: 30px;
}
.toggle-all {
    padding-right: 0;
    font-size: 20px;
    font-family: "EuclidCircularB-Regular";
    color: var(--darker-grey);
    margin-bottom: 2px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 52px;
    float: right;
}
.toggle-all:focus {
    outline: none;
    box-shadow: none;
}
.toggle-all::after {
    content: "";
    background: url("../images/sprite-arrows.png") -0px 0;
    background-size: 14px 36px;
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 2px;
}
.toggle-all.collapse-all::after {
    background-position: -0px -9px;
}
.btn:hover {
    text-decoration: underline !important;
}
@media (max-width: 767px) {
    .toggle-all {
        float: none;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 575px) {
    #accordion {
        overflow: hidden;
        margin-left: -27px;
        margin-right: -27px;
    }
    #accordion .fa {
        font-size: 17px;
        margin-right: 0;
        margin-left: 0;
        padding-right: 30px;
        width: 44px;
    }
    .card-accordion {
        margin-bottom: 4px;
    }
    .card-header a {
        padding-left: 40px;
    }

    #accordion .card-accordion-header a {
        display: table;
    }
    #accordion .card-accordion-header a i.fa {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
    }
    #accordion .card-accordion-header a:hover i.fa,
    #accordion .card-accordion-header a:hover i.fa:before {
        text-decoration: none !important;
        text-decoration-style: unset !important;
        text-decoration-thickness: 0 !important;
        text-decoration-color: transparent !important;
    }
    #accordion .card-accordion-header a span.accordion-title {
        display: table-cell;
        vertical-align: middle;
    }
    .card-accordion-header a {
        padding: 21px 27px;
        font-size: 18px;
        line-height: 22px;
    }
    .card-body-accordion {
        padding-left: 38px;
        padding-right: 60px;
    }
    .card-accordion-body {
        padding: 30px 27px;
    }
    #nav-mobile .navbar-collapse a.button {
        min-width: 186px;
    }
}

/* ------ ARROW SPRITE (used in navbar and accordion) --- */
.css-sprite-arrow-dark-grey-down {
    background: url("../images/sprite-arrows.png") -0px 0px;
    background-size: 14px 36px;
    width: 14px;
    height: 9px;
    display: inline-block;
}

.css-sprite-arrow-dark-grey-up {
    background: url("../images/sprite-arrows.png") -0px -9px;
    background-size: 14px 36px;
    width: 14px;
    height: 9px;
    display: inline-block;
}

.css-sprite-arrow-blue-down {
    background: url("../images/sprite-arrows.png") -0px -18px;
    background-size: 14px 36px;
    width: 14px;
    height: 9px;
    display: inline-block;
}

.css-sprite-arrow-blue-up {
    background: url("../images/sprite-arrows.png") -0px -27px;
    background-size: 14px 36px;
    width: 14px;
    height: 9px;
    display: inline-block;
}

/* ---------------------------------------------- PAGE --- */
.page .underline-exp {
    display: inline-block;
    text-decoration: none;
    border-bottom: 4px solid var(--yellow);
}
.page .underline {
    /* text-decoration-line: underline;
	text-decoration-color: var(--yellow);
	text-underline-offset: .10em;
    text-decoration-thickness: .07em; */
}
.page a:hover {
    /*text-decoration: none;*/
    text-decoration-color: var(--yellow);
}
.page {
    background-color: var(--white);
}

.page header {
    /*var(--darker-grey)*/
    /*color: var(--darker-grey);*/
    color: var(--blue);
    border-bottom: 2px solid #e0dede;
}
/*
.page header a {
	font-family: EuclidCircularB-Regular;
	font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1108614px;
}
*/
.pleaseread ul.navbar-nav li.nav-item a.nav-link {
    font-size: 20px;
}
ul.navbar-nav li.nav-item a.nav-link {
    color: var(--darker-grey);
    font-family: "EuclidCircularB-Medium";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: right;
    letter-spacing: 0.02px;
}
@media (min-width: 553px) and (max-width: 820px) {
    .lh-16 {
        line-height: 16px !important;
    }
}

header.a {
    font-family: EuclidCircularB-Regular;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1108614px;
}
.pleaseread {
    font-family: "EuclidCircularB-Regular";
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    text-align: right;
    padding: 8px 0 0;
}
.page a.band-blue {
    color: var(--blue);
    text-decoration: underline;
}

.page a.band-blue:hover {
    /*text-decoration: none;*/
    text-decoration-color: var(--yellow);
}

.page a.band-grey {
    color: var(--darker-grey);
    text-decoration: underline;
}

.page a.band-grey:hover {
    /*text-decoration: none;*/
    text-decoration-color: var(--yellow);
}

.page header a.phone {
    font-family: EuclidCircularA-regular;
    font-size: 14px;
}

.page header div.site-active {
    color: var(--blue);
    background-color: white;
    text-align: center;
    font-family: "EuclidCircularA-SemiBold";
    padding: 10px 16px;
    font-size: 15px;
}
.page header div.site-active.en-site {
    width: 247px;
}
.page header div.site-active.es-site {
    width: 200px;
}
@media (max-width: 767px) {
    .page header div.site-active.left-subsites.en-site,
    .page header div.site-inactive.left-subsites.en-site {
        width: auto;
    }
    .page header div.site-active.left-subsites.es-site,
    .page header div.site-inactive.left-subsites.es-site {
        width: auto;
    }
}
.page header div.site-inactive {
    color: var(--grey);
    text-align: center;
    padding: 10px 16px;
    font-size: 15px;
}
.page header div.site-inactive.en-site {
    width: 209px;
}
.page header div.site-inactive.es-site {
    width: 200px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .page header div.site-inactive.en-site {
        width: 130px;
    }
    .page header div.site-inactive.es-site {
        width: 200px;
    }
    .page header div.site-active.en-site {
        width: 209px;
    }
    .page header div.site-active.es-site {
        width: 145px;
    }
}
.page header div.site-inactive.es-site a {
    white-space: nowrap;
}
.page header div.site-active.en-site a {
    white-space: nowrap;
}
@media (max-width: 670px) {
    .page header div.site-inactive.es-site {
        width: 330px;
    }
}

.page header div.connect-with-us-top {
    color: var(--darker-grey);
    padding: 10px 20px 10px 16px;
    flex: 1;
    font-size: 15px;
}
.page header div.connect-with-us-top a,
.page header div.connect-with-us-top a:hover {
    color: var(--darker-grey);
    text-decoration: none;
}
.page header a.navlink {
    font-size: 14px;
}
.page header a.navlink:hover {
    color: var(--blue);
    text-decoration: none;
}
.connect {
    background-color: var(--light-grey);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 16px 4px 16px;
    font-size: 12px;
    line-height: 14px;
    width: 260px;
    right: 0px;
    margin-left: auto;
    margin-bottom: 12px;
    text-align: right;
}
.connect.index.p-3.mobile {
    width: 220px;
    position: absolute;
    top: 0;
}
.connect.index {
    background-color: var(--dark-blue);
    color: var(--white);
}
.connect.index a {
    background-color: var(--dark-blue);
    color: var(--white);
    text-decoration: underline;
}
.connect.index a:hover {
    /*text-decoration: none;*/
    text-decoration-color: var(--yellow);
}
.connect-with-us-heart-container {
    text-align: right;
}
@media (max-width: 992px) {
    .connect-with-us-heart-container {
        text-align: center;
    }
}
.connect-with-us-heart {
    background: url("/images/background-heart-yellow.png") no-repeat;
    width: 271px;
    height: 256px;
}
.connect-with-us-heart .connect-with-us-text {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-top: 60px;
    color: var(--blue);
}
.connect-with-us-heart .connect-with-us-text a:hover {
    color: var(--blue);
}
.connect-with-us-heart .monday-friday-text {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    margin-top: 12px;
    color: var(--isi-grey);
}
@media (max-width: 575px) {
    .connect-with-us-heart {
        background: url("/images/background-heart-yellow-mb@2x.png") no-repeat;
        width: 213px;
        height: 202px;
        background-size: 213px 202px;
    }

    .connect-with-us-heart .connect-with-us-text {
        font-size: 17px;
        line-height: 23px;
        margin-top: 40px;
    }
}
.page header .connect a {
    text-decoration: underline;
}
.page .footer-nav {
    color: var(--white);
    text-decoration: underline;
}
.page .footer-nav:hover {
    color: var(--white);
    text-decoration-color: var(--yellow);
}
.privacy-icon {
     margin-right:5px;
}
.copy-white {
    color: var(--white) !important;
}
.copy-blue {
    color: var(--blue) !important;
}
.copy-dark {
    color: var(--darker-grey) !important;
}
.copy-black {
    color: var(--black) !important;
}
a.copy-white {
    color: var(--white);
    text-decoration: underline;
}
a.copy-dark {
    color: var(--darker-grey);
    text-decoration: underline;
}
.copy-bold-medium-blue {
    color: var(--blue);
}

p.footnote {
    font-size: 12px;
}
p.footnote a {
    color: var(--darker-grey);
    text-decoration: underline;
}
p.copy-semibold-grey {
    font-family: gelo;
    color: var(--darker-grey);
    font-size: 26px;
    line-height: 32px;
}
p.copy-semibold-grey-euclid {
    font-family: EuclidCircularB-Semibold;
    color: var(--darker-grey);
    font-size: 26px;
    line-height: 32px;
}
p.copy-bold-medium-blue {
    font-family: EuclidCircularB-Medium;
    color: var(--blue);
    line-height: 34px;
    font-size: 20px;
}
p.copy-bold-medium-grey {
    font-family: gelo;
    color: var(--darker-grey);
    line-height: 40px;
    font-size: 35px;
}
p.copy-large-blue {
    font-family: gelo;
    color: var(--blue);
    line-height: 34px;
    font-size: 44px;
}

p.copy-heart-yellow {
    /*white-space: nowrap;*/
    color: var(--dark-grey);
    margin-bottom: 1.25rem;
}

p.copy-heart-yellow:before,
p.copy-heart-yellow > span {
    display: inline-block;
    vertical-align: top;
}

p.copy-heart-yellow:before {
    content: url(/images/icon-heart-small.svg);
    margin-right: 4px;
    margin-top: 2px;
}
.list-heart-yellow {
    list-style-image: url("/images/icon-heart-small.svg");
    padding-left: 51px;
}
ul.list-heart-yellow li strong {
    color: var(--darker-grey);
    font-weight: 400;
}
ul.list-heart-yellow li {
    color: var(--darker-grey);
    font-family: "EuclidCircularB-Regular";
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 10px;
}

#useapillor {
    color: var(--darker-grey);
    font-family: "EuclidCircularB-Semibold";
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}

p.copy-heart-yellow > span {
    white-space: normal;
}

div.container-fluid.blue-bg p.copy-heart-yellow {
    color: var(--white);
}
div.container-fluid.white-bg p.copy-heart-yellow {
    color: var(--darker-grey);
}
div.container-fluid.white-bg p.copy-heart-yellow strong {
    color: var(--darker-grey);
    font-weight: 400;
}

.icon-heart {
    height: 65px;
    margin-bottom: 16px;
}
.text-align-right {
    text-align: right;
}
.spacer-xsmall {
    height: 10px;
}
.spacer-small {
    height: 20px;
}
.spacer-medium {
    height: 40px;
}
@media (max-width: 992px) {
    .row.spacer-medium.spacer-mobile-30 {
        height: 25px;
    }
}
.spacer-large {
    height: 80px;
}
.spacer-xlarge {
    height: 100px;
}
.spacer-xllarge {
    height: 200px;
}

.row.spacer-xsmall {
    margin-left: 0;
    margin-right: 0;
}
.row.spacer-small {
    margin-left: 0;
    margin-right: 0;
}
.row.spacer-medium {
    margin-left: 0;
    margin-right: 0;
}
.row.spacer-large {
    margin-left: 0;
    margin-right: 0;
}
.row.spacer-xlarge {
    margin-left: 0;
    margin-right: 0;
}

.row {
    /* overflow: hidden; */
}
.blue-background {
    background-color: var(--light-blue);
}
.desktop-centered {
    display: block;

    /*width: 70px;*/
    /*margin-left: 30px;*/
    margin-bottom: 20px;
}

.hang-left-1 {
    margin-left: -1px;
}
.hang-left-2 {
    margin-left: -2px;
}
.hang-left-3 {
    margin-left: -3px;
}
.hang-left-4 {
    margin-left: -4px;
}
.hang-left-5 {
    margin-left: -5px;
}
.hang-left-6 {
    margin-left: -6px;
}
.hang-left-7 {
    margin-left: -7px;
}
.hang-left-8 {
    margin-left: -8px;
}
.hang-left {
    text-indent: -8px;
}
/* desktop also, TODO rename */
.hang-left-10-mobile {
    margin-left: -10px;
}
.hang-right-10-mobile {
    margin-right: -10px;
}
.relative {
    position: relative;
}
.nobr {
    white-space: nowrap;
}

.sm-size {
    font-size: 0.5rem;
}

/* MLR direction to make footnotes regular body copy size */
/*
p.note {
	font-family: EuclidCircularB-Regular;
	font-size: 13px;
	line-height: 18px;
}
*/
p.note sup {
    font-size: 50%;
    top: -0.9em;
}
hr {
    border: 0;
    border-top: 1px solid rgba(167, 156, 154, 0.33);
}
a.underline-link {
    text-decoration: underline;
    text-decoration-color: inherit;
    color: inherit;
}
a.underline-link:hover,
a:hover {
    text-decoration-color: var(--yellow);
}
.connect-with-us,
.connect-with-us-hcp {
    background: linear-gradient(var(--blue), #5693ac);
}
.blue-gradient {
    background: linear-gradient(var(--blue), #5693ac);
}
.connect-with-us h2,
.connect-with-us-hcp h2 {
    max-width: 500px;
    line-height: 1.1em;
    margin-bottom: 0.3em;
}
.connect-with-us p,
.connect-with-us-hcp p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1.4em;
}
.connect-with-us .button,
.connect-with-us-hcp .button {
    font-size: 15px;
}

.bg-grey {
    background: var(--medium-light-grey);
}

.bg-blue {
    background: rgb(50, 134, 160, 0.09);
}

/* ---------------------------------------------- ISI --- */
#isi #isi-header {
    background-color: var(--white);
    color: var(--darker-grey);
}
#isi #isi-header .title {
    padding-right: 36px;
}
#isi .isi-header-row {
    background-color: var(--darker-grey);
    color: var(--white);
    padding: 15px 0px;
}
#isi #isi-toggle,
#isi #toggle-content {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 36px;
    line-height: 25px;
}
#isi #isi-content {
    background-color: var(--white);
}
#isi .top-header {
    color: var(--white);
    width: 100%;
}
#isi .white-block {
    background-color: var(--white);
    color: var(--darker-grey);
    padding: 20px 0 10px;
    margin: 0px;
    margin-bottom: 8px;
}
#isi .grey-block {
    background-color: var(--medium-light-grey);
    color: var(--darker-grey);
    padding: 20px 5px 10px;
    margin: 0px;
    margin-bottom: 8px;
}
#isi .blue-block {
    background-color: var(--light-blue);
    padding: 8px;
    margin: 0px;
    margin-bottom: 8px;
}
#isi .blue-block p {
    color: var(--white);
    padding: 8px;
    margin: 0px;
}
#isi .blue-block a {
    color: var(--white);
    text-decoration: underline;
}
#isi .blue-block a:hover {
    color: var(--white);
    text-decoration-color: var(--yellow);
}
#isi .bg-white {
    background-color: var(--white);
}
#isi ul {
    list-style: none;
    margin-bottom: 0px;
}
#isi li {
    padding-bottom: 8px;
}
#isi p {
    margin-bottom: 8px;
}
/*
#isi a {
	color: var(--blue);
	text-decoration: underline;
}
#isi a:hover {
	color: var(--blue);
	text-decoration: none;
}
*/
@media (min-width: 768px) {
    #isi ul.level1 {
        padding-right: 18px;
    }
    img.desktop-centered.icon {
        min-height: 97px;
    }
}
#isi ul.level1 li::before {
    position: absolute;
    content: "\2022";
    color: #f0ad4e;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: top;
    font-size: 20px;
    margin-top: -0.1em;
}
#isi ul.level2 {
    padding-inline-start: 26px;
}
#isi ul.level2 li::before {
    /*content: "\25e6";*/
    color: var(--yellow);
    /*color: var(--yellow);*/
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#isi h6 {
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 575px) {
    .mbl-12 {
        font-size: 12px;
    }
    #isi h6 {
        font-size: 20px !important;
        line-height: 23px !important;
    }
}

/* ---------------------------------------------- OVERRIDES --- */
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    text-decoration-color: var(--yellow);
}
h1 {
    font-family: gelo;
    font-size: 82px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: -0.18636364px;
    display: inline-block;
}
div.container-fluid.blue-bg h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--white);
}
div.container-fluid.white-bg h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--blue);
}
h2 {
    font-family: gelo;
    font-size: 68px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: -0.1px;
}
/* Error in sketch file ? TODO: */
h2.euclid {
    font-family: EuclidCircularB-Regular;
    color: var(--white);
    font-size: 20px;
}
h3 {
    font-family: gelo;
    font-size: 44px;
    line-height: 1;
}
h3.euclid {
    color: var(--blue);
    font-family: "EuclidCircularB-Medium";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.02px;
}

h4 {
    font-family: EuclidCircularB-Regular;
    font-size: 44px;
    line-height: 48px;
}
h5 {
    font-family: EuclidCircularB-Regular;
    font-size: 35px;
    line-height: 1.25;
    font-weight: bold;
}
h6 {
    font-family: "EuclidCircularA-Medium";
    font-size: 20px;
    line-height: 34px;
}
img {
    border: 0px;
}

.button {
    border-radius: 24px;
    border-style: solid;
    border-width: 2px;
    border-color: var(--white);
    width: auto;
    height: auto;
    outline: none;
    background-color: Transparent;
    color: var(--white);
    padding: 16px 24px 14px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.82px;
    font-family: EuclidCircularA-Semibold;
}
.button:focus,
button:focus {
    outline: none;
}
.button:hover {
    background-color: var(--white);
    color: var(--blue);
    text-decoration: none;
}
.button a {
    color: var(--white);
}
.button a:hover {
    color: var(--blue);
    text-decoration: none;
}
.button.white {
    background-color: var(--white);
    color: var(--darker-blue-2);
}
.button.white:hover {
    background-color: Transparent;
    color: var(--white);
}
.button.blue {
    border-color: var(--blue);
    background-color: var(--blue);
    color: var(--white);
}
.button.blue.btn-rd-adj {
    border-color: var(--blue);
    background-color: var(--blue);
    color: var(--white);
    border-radius: 45px;
    font-size: 13px;
}
.button.blue.btn-pdf-alg {
    border-color: var(--blue);
    background-color: var(--blue);
    color: var(--white);
    margin-top: 23px;
}
.button.blue:hover {
    border-color: var(--blue);
    background-color: var(--white);
    color: var(--blue);
}
.button.blue.selected {
    border-color: var(--blue);
    background-color: var(--white);
    color: var(--blue);
}
.button.bluewhite {
    border-color: var(--blue);
    background-color: var(--white);
    color: var(--blue);
}
.button.bluewhite:hover {
    border-color: var(--blue);
    background-color: var(--blue);
    color: var(--white);
}
.button.contactus {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
}
.button.contactus:hover {
    border-color: var(--darker-blue);
    background-color: var(--darker-blue);
    color: var(--white);
}

@media (max-width: 425px) {
    /* uncomment to cancel hover states on mobile, since it keeps the hover state after tap. will have to adjust color of loading animations though */

    .button:hover {
        background-color: var(--blue);
        color: var(--white);
    }
    .button.white:hover {
        background-color: var(--white);
        color: var(--blue);
    }
    .button.blue:hover {
        border-color: var(--blue);
        background-color: var(--blue);
        color: var(--white);
    }
}

[data-toggle="modal"] {
    cursor: pointer;
}

div[id^="cardMediaModal"].modal div.modal-dialog {
    width: 1030px;
    max-width: 95%;
    height: auto;
}

div[id^="cardMediaModal"].modal div.modal-dialog div.modal-content {
    padding: 0;
    box-shadow: 0px 6px 21px rgba(0, 0, 0, 0.51);
}

div[id^="cardMediaModal"].modal
    div.modal-dialog
    div.modal-content
    div.modal-body {
    padding: 0;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

div[id^="cardMediaModal"].modal div.modal-dialog button.close {
    position: absolute;
    top: -28px;
    right: -28px;
    background-color: #fff;
    padding: 16px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #5fa5bb;
    opacity: 1;
    color: var(--darker-grey);
    height: 48px;
    width: 48px;
    z-index: 1;
}
div[id^="cardMediaModal"].modal div.modal-dialog button.close span {
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 32px;
}

div[id^="cardMediaModal"].modal
    div.modal-dialog
    div.modal-content
    div.modal-body
    div.modal-footer {
    padding: 10px 20px;
    background: var(--darker-blue);
    color: var(--white);
}

@media (max-width: 575px) {
    div[id^="cardMediaModal"].modal div.modal-dialog button.close {
        top: -24px;
        right: -4px;
    }
}

/* ------------------------------------------- HEADER --- */
header {
    background-color: none;
}
header .site-active a,
header .site-inactive a {
    color: var(--blue);
}
header .site-active a:hover,
header .site-inactive a:hover {
    text-decoration: underline;
    /*color: var(--darker-grey);*/
    text-decoration-color: var(--yellow);
}

/* ------------------------------------------- FOOTER --- */
footer {
    /*background-color: var(--light-grey);*/
    background-color: var(--lighter-blue);
}
footer a {
    font-family: "EuclidCircularB-Medium";
    color: var(--darker-grey) !important;
    text-decoration: underline;
    text-underline-offset: 1px;
}
footer a.california-only, footer span.california-only {
    display:none;
}
footer a:hover {
    text-decoration: underline !important;
    color: var(--darker-grey);
    text-decoration-color: var(--yellow) !important;
}
footer a span {
    color: var(--blue);
    white-space: nowrap;
}
body footer p {
    color: var(--darker-grey) !important;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.22px;
}
body footer p.links {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 25px;
}
@media (max-width: 575px) {
    body footer p.links {
        line-height: 17px;
    }
}
body footer .footer-logo {
    margin-bottom: 15px;
}
body footer p.address {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.09px;
}
footer .divider {
    margin: 0 12px;
}

/* -------------------------------------------        --- */

/*p.seo {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}*/

.light-blue-bg {
    background-color: var(--light-blue);
}
.blue-bg {
    background-color: var(--blue);
}
.blue-bg-gradient {
    background-color: #5693ac;
}
.white-bg {
    background-color: var(--white);
}
.scroll-to-a {
    background-color: white;
    display: inline-block;
    width: 50px;
    height: 25px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.scroll-to-a.blue {
    background-color: var(--blue);
}
.scroll-to-arrow {
    /*border: solid white;*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.scroll-to-arrow.blue {
    color: white;
    border-top-color: var(--blue);
    border-top-style: solid;
    border-top-width: medium;
    border-right-color: white;
    border-right-style: solid;
    border-right-width: medium;
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-left-color: var(--blue);
    border-left-style: solid;
    border-left-width: medium;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
}
.scroll-to-arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    vertical-align: bottom;
}
.indications > p {
    color: var(--darker-grey);
}
.ink {
    text-decoration-skip: ink;
}

.howyourCar,
.blue-font-44-gelo {
    color: var(--blue);
    font-family: "gelo";
    font-size: 44px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.4px;
}
.howyourCar > span {
    /* text-decoration-line: underline;
	text-decoration-color: yellow; */
    text-underline-offset: 8px;
}
.regardless {
    color: var(--darker-grey);
    font-family: "EuclidCircularA-Regular";
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.15715556px;
}

div.card {
    background-color: var(--transparency);
    border: none;
}
div.card-body {
    background-color: var(--transparency);
    color: var(--darker-grey);
}
div.card div.card-body p.card-text {
    color: var(--blue);
    background-color: var(--transparency);
}
div.card-body h5.card-title {
    background-color: var(--transparency);
    color: var(--blue);
    font-family: "EuclidCircularB-Medium";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.02px;
}
div.card div.card-body h1.card-title {
    color: var(--blue);
    font-size: 144px;
}
div.card div.card-body.white h1.card-title {
    color: var(--white);
    font-size: 144px;
}
div.card div.card-body.white p.card-text {
    color: var(--white);
}
div.card div.card-body.white p {
    color: var(--white);
}
div.card div.card-body p {
    color: var(--darker-grey);
}
/*div#accordion div.card-accordion div[id^='collapse'].show div.card-accordion-body p.seo {
	color: var(--white);
	padding-top: 20px;
	padding-bottom: 30px;
}*/
.round-card-container {
    padding: 0 15px;
}

.round-card {
    border-radius: 1.25rem !important;
    background-color: var(--blue);
    padding: 3.25em;
    max-width: 1170px;
    margin: 0 auto;
}
@media (max-width: 575px) {
    .round-card-container {
        padding: 0;
    }

    .round-card {
        border-radius: 0 !important;
        padding: 40px 27px;
    }
}
.round-card p,
.round-card p a,
.round-card label,
.round-card .form-group label,
.round-card h3 {
    color: var(--white);
}
.onceyouhav {
    color: var(--darker-grey);
    font-family: "EuclidCircularB-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.hcp-header {
    border-top-color: var(--light-grey);
    border-top-width: 1px;
    border-top-style: solid;
}

.formulary-lookup-heart-couple {
    background-image: url("/images/hcp-prior-auth-heart-couple-and-child.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    height: 150%;
    background-size: cover;
    position: relative;
    top: -132px;
}
sup.quote-custom-left {
    top: -0.1em;
    margin-right: -27px;
    right: 0.5em;
    font-size: 50px;
}
sup.quote-custom-right {
    top: 0em;
    font-size: 50px;
}
.mobile sup.quote-custom-right {
    top: 15px;
    font-size: 50px;
}
.blue-heart-gradient {
    background: var(--blue);
    background: url("/images/how-we-work-background.png") no-repeat right top
            40px,
        linear-gradient(var(--blue), #5693ac);
}
#enrollment-short textarea[name="descriptionOfAuthority"] {
    background-color: lightgrey !important;
    border-bottom-color: grey !important;
    margin-top: 5px !important;
}

/* ---------------------------------------------- @FONT-FACE --- */
@font-face {
    font-family: "EuclidCircularA-Regular";
    src: url("../.././fonts/EuclidCircularA-Regular.otf");
}
@font-face {
    font-family: "EuclidCircularB-Regular";
    src: url("../.././fonts/EuclidCircularB-Regular.otf");
}
@font-face {
    font-family: "EuclidCircularA-Medium";
    src: url("../.././fonts/EuclidCircularA-Medium.otf");
}
@font-face {
    font-family: "EuclidCircularB-Medium";
    src: url("../.././fonts/EuclidCircularB-Medium.otf");
}
@font-face {
    font-family: "EuclidCircularA-Semibold";
    src: url("../.././fonts/EuclidCircularA-Semibold.otf");
}
@font-face {
    font-family: "EuclidCircularB-Semibold";
    src: url("../.././fonts/EuclidCircularB-Semibold.otf");
}
@font-face {
    font-family: "EuclidCircularA-Bold";
    src: url("../.././fonts/EuclidCircularA-Bold.otf");
}
@font-face {
    font-family: "EuclidCircularB-Bold";
    src: url("../.././fonts/EuclidCircularB-Bold.otf");
}
@font-face {
    font-family: "EuclidCircularA-Light";
    src: url("../.././fonts/EuclidCircularA-Light.otf");
}
@font-face {
    font-family: "EuclidCircularB-Light";
    src: url("../.././fonts/EuclidCircularB-Light.otf");
}
@font-face {
    font-family: "FontAwesomeBrandsRegular";
    src: url("../.././fonts/Font_Awesome_5_Brands-Regular-400.otf");
}
@font-face {
    font-family: "FontAwesomeProLight";
    src: url("../.././fonts/Font_Awesome_5_Pro-Light-300.otf");
}
@font-face {
    font-family: "FontAwesomeProRegular";
    src: url("../.././fonts/Font_Awesome_5_Pro-Regular-400.otf");
}
@font-face {
    font-family: "FontAwesome";
    src: url("../.././fonts/Font_Awesome_5_Pro-Regular-400.otf");
}
@font-face {
    font-family: "FontAwesomeProSolid";
    src: url("../.././fonts/Font_Awesome_5_Pro-Solid-900.otf");
}

.fab {
    font-family: "FontAwesomeBrandsRegular";
    font-style: normal;
}

/* ---------------------------------------------- @MEDIA --- */

@media (max-width: 1200px) and (min-width: 768px) {
    .page header .site-active a,
    .page header .site-inactive a,
    .page header div.connect-with-us-top {
        font-size: 1.25vw;
        white-space: nowrap;
    }
    .page header div.site-active,
    .page header div.site-inactive {
        width: 20.83vw;
    }
    .pleaseread {
        font-size: 1.417vw;
    }
    ul.navbar-nav li.nav-item a.nav-link {
        font-size: 1.6vw;
    }
    .dropdown a.dropdown-toggle::after {
        vertical-align: 1%;
    }
    nav#nav-desktop {
        padding-top: 2vw;
    }
}
@media (max-width: 1140px) {
    .desktop {
        display: block;
    }
    .desktop-inline-block {
        display: inline-block;
    }
    .mobile {
        display: none;
    }
    .mobile-inline-block {
        display: none;
    }
}
@media (min-width: 1139px) {
    .desktop {
        display: block;
    }
    .desktop-inline-block {
        display: inline-block;
    }
    .mobile {
        display: none;
    }
    .mobile-inline-block {
        display: none;
    }
}
@media (min-width: 993px) {
    .mobile-lg {
        display: none;
    }
}
@media (max-width: 992px) {
    .desktop {
        display: block;
    }
    .desktop-inline-block {
        display: inline-block;
    }
    .mobile-lg {
        display: block;
    }
    .mobile {
        display: none;
    }
    .mobile-inline-block {
        display: none;
    }
}
@media (max-width: 845px) {
    .blue-font-44-gelo {
        font-size: 39px;
    }
}

@media (min-width: 768px) {
    .desktop-md {
        display: block;
        /*background-color: var(--medium-light-grey);*/
    }
    .mobile-md {
        display: none;
    }
    .text-right-md {
        text-align: right;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    body p {
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }
    .desktop-inline-block {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mobile-inline-block {
        display: inline-block;
    }
    .desktop-md {
        display: none;
    }
    .mobile-md {
        display: block;
    }
    .hide-for-medium {
        display: none;
    }
    .text-right-md {
        text-align: inherit;
    }

    .utility-nav-container {
        overflow-x: hidden;
        padding: 10px 0 0 10px;
    }
    #header-switch {
        min-width: 550px;
    }

    .page header {
        border-bottom: 0;
    }
    .page header div.site-active,
    .page header div.site-inactive {
        width: auto;
    }
    .navbar-toggler {
        padding: 0;
    }
    .navbar-light .navbar-toggler-icon {
        width: 48px;
        height: 48px;
        background: transparent url(/images/hamburger@2x.png);
        background-size: 48px 48px;
    }
    .navbar-light .close {
        width: 48px;
        height: 48px;
        background: transparent url(/images/hamburger-close@2x.png);
        background-size: 48px 48px;
        opacity: 1;
    }
    .close:not(:disabled):not(.disabled):focus,
    .close:not(:disabled):not(.disabled):hover {
        opacity: 1;
    }
    .logo-container {
        opacity: 1;
        width: auto;
        transition: opacity 0.25s linear;
        /*z-index: -1;*/
    }
    #nav-mobile.open .logo-container {
        opacity: 100;
    }
    .nav-header {
        padding-bottom: 10px;
    }
    .navbar .ac-logo {
        margin: 0;
        border-right: 1px solid var(--grey);
        padding-right: 8px;
    }
    .navbar-brand.gtm-nuplazid-logo {
        margin-right: 0;
    }
    .navbar .nuplazid-logo {
        margin: 0;
    }

    #collapsibleNavbar {
        background: var(--blue);
        /*margin-top: -27px;*/
        /*transition: margin-top 0.5s ease-in-out;*/
    }
    #collapsibleNavbar.show {
    }
    nav#nav-mobile .navbar-nav {
        text-align: left;
    }
    nav#nav-mobile {
        /* border: 1px solid red; */
    }
    nav#nav-mobile a.nav-link,
    nav#nav-mobile a.nav-link:hover,
    nav#nav-mobile a.nav-link:active {
        color: var(--white);
        font-size: 20px;
        padding: 16px 16px 16px 28px;
    }
    nav#nav-mobile .navbar-toggler {
        border: none;
    }
    nav#nav-mobile.navbar-toggler > .close {
        display: inline;
    }
    .navbar-toggler.collapsed > .close,
    .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
        display: none;
    }
    nav#nav-mobile.navbar-light .navbar-toggler {
        border-color: var(--white);
    }
    ul.navbar-nav li.nav-item a.nav-link {
        text-align: left;
    }

    ul.subnav-menu {
        padding: 0;
        list-style: none;
    }
    ul.subnav-menu li a {
        display: block;
        font-family: "EuclidCircularB-Regular";
        color: var(--white);
        font-size: 18px;
        line-height: 26px;
        padding: 4px 16px 12px 28px;
    }
    .connect-with-us-mobile-nav {
        background: var(--white);
        text-align: left;
        color: var(--darker-grey);
        padding: 16px 16px 16px 28px;
        border-bottom: 2px solid var(--medium-light-grey);
    }

    .pleaseread {
        color: var(--blue);
        font-family: "EuclidCircularB-Regular";
        font-size: 17px;
        font-weight: 400;
        line-height: 23px;
        padding: 16px 16px 0 27px;
        border-bottom: 2px solid var(--medium-light-grey);
    }

    .mobile-md .navheader {
        padding-left: 28px;
        padding-bottom: 10px;
    }

    .howyourCar,
    .blue-font-44-gelo {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.25px;
    }

    .blue-font-35-gelo {
        font-size: 24px;
        line-height: 28px;
    }

    .font-20 {
        font-size: 18px;
        line-height: 26px;
    }

    .icon {
        max-width: 55px;
    }

    .icon-lg {
        max-width: 72px;
    }

    h3 {
        font-size: 28px;
        line-height: 32px;
    }
    sup.quote-custom-right,
    sup.quote-custom-left {
        font-size: 32px;
    }
    sup.quote-custom-left {
        margin-right: -16px;
        top: -0.07em !important;
        font-size: 32px !important;
    }
    sup.quote-custom-right {
        top: 0em !important;
        font-size: 32px !important;
    }
    span.trade {
        /*font-size: 90%;
		vertical-align: .1em;*/
    }
    .grey-font-13-euclid {
        font-size: 13px;
        line-height: 18px;
        color: var(--darker-grey);
    }
    .grey-font-13-euclid.lookup-authorization {
        font-size: 13px;
    }

    div.card div.card-body h1.card-title {
        font-size: 110px;
    }

    .col-sm-6.facilityContactName {
        margin-top: -20px;
    }
}
@media (min-width: 576px) {
    .desktop-sm {
        display: inline-block;
    }
    .mobile-sm {
        display: none;
    }

    .footer-nav-area .row .col-sm-6:last-child {
        text-align: right;
    }
}
@media (max-width: 321px) {
    #treatment-ltc-form .acadia-form button {
        font-size: 13px !important;
    }
}
@media (max-width: 575px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .desktop-sm {
        display: none;
    }
    .mobile-sm {
        display: block;
    }
    .hide-for-mobile {
        display: none;
    }

    .footer-nav-area {
        text-align: center;
    }

    .spacer-xsmall {
        height: 10px;
    }
    .spacer-small {
        height: 10px;
    }
    .spacer-medium {
        height: 20px;
    }
    .spacer-large {
        height: 40px;
    }
    .spacer-xlarge {
        height: 120px;
    }
    /*p {
		font-size: 14px;
		font-family: EuclidCircularA-Light;
		line-height: 20px;
	}*/
    /* p.copy-bold-medium-blue {
		font-size: 24px;
		line-height: 28px;
	} */
    h1 {
        font-size: 14vw;
    }
    h2,
    h2.white-font-68,
    h2.blue-font-68-gelo {
        /* jane version */
        /*
		font-size: 2.5rem !important;
		line-height: 2.5rem !important;
		padding-bottom: 1.5rem;
		*/
        font-size: 45px /*!important*/;
        line-height: 48px /*!important*/;
    }
    h3 {
        font-size: 28px /*!important*/;
        line-height: 32px;
    }
    .page h3 .underline {
        text-underline-offset: 0.08em;
        text-decoration-thickness: 0.1em;
    }
    h4 {
        font-size: 1.5rem /*!important*/;
        line-height: 1.5rem /*!important*/;
    }
    h5 {
        font-size: 24px;
    }
    h6 {
        font-size: 1.5rem /*!important*/;
        line-height: 1.5rem /*!important*/;
    }

    .font-17-m {
        font-size: 17px;
        line-height: 23px;
    }
    p.copy-semibold-grey {
        font-size: 20px !important;
        line-height: 1.25em !important;
    }

    p.copy-semibold-grey-euclid {
        font-size: 18px;
        line-height: 22px;
    }
    li {
        padding-bottom: 8px;
    }
    li.nav-item {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .background-image {
        background-size: 400% !important;
    }
    .row {
        background: none !important;
    }
    #isi-header {
        height: 30vh;
    }
    #isi ul {
        padding-left: 30px !important;
    }
    #isi p,
    #isi li,
    #isi div,
    #isi h1,
    #isi span,
    #isi a {
        font-size: 0.8rem !important;
    }
    #isi div#toggle-content {
        font-size: 28px !important;
        line-height: 20px;
        right: 8px;
    }
    .icon-heart {
        height: 0.8em;
        margin-bottom: 12px;
    }
    .desktop-centered {
        display: block;
        text-align: left;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .button {
        background-color: var(--white);
        color: var(--blue);
        font-size: 16px;
    }

    .btn {
        font-size: 15px;
        padding: 0;
    }

    .card {
        margin-bottom: 2px;
    }
    .card-header {
        border-radius: 0px !important;
        height: auto;
    }
    .card-header a {
        font-size: 16px;
        line-height: 23px;
    }
    .card-header .collapsed {
        border-radius: 0px !important;
    }
    .card-body-accordion {
        border-radius: 0;
        font-size: 15px;
    }
    ul.bullet-heart {
        margin-top: 30px;
    }
    ul.bullet-heart li {
        font-size: 15px;
    }

    body footer p,
    body footer p.address {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.1px;
        max-width: 680px;
    }

    body footer p.footer-trademark {
        padding-right: 30px;
    }

    footer .divider {
        margin: 0 10px;
    }
    .hang-left-10-mobile {
        margin-left: -10px;
    }
    .hang-right-10-mobile {
        margin-right: -10px;
    }

    .blue-heart-bg {
        background-image: url("/images/heart-bg-mobile@2x.png");
        background-size: 235px 214px;
        background-position: top 45px right -60px;
    }

    .light-blue-heart-bg {
        background-image: url("/images/heart-bg-light-mobile@2x.png");
        background-size: 235px 214px;
        background-position: top 30px right -60px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        height: 390px;
    }
}
@media (max-width: 576px) {
    .modal-content a.go-to-patient-site {
        padding-top: 20px;
    }
    .modal-content .welcome {
        line-height: 24px;
        padding-bottom: 10px;
    }
}

/* Galaxy S9 Portrait */

@media only screen and (min-device-width: 360px) and (orientation: portrait) {
    #isi .padding-left-galaxy-s9 {
        padding-left: 10px;
    }
}

.modal-header button.close {
    display: none;
}
.modal-body {
    padding-top: 0.5rem;
}
.modal-content {
    background-color: var(--blue);
    color: white;
    padding: 30px;
    border: none;
    border-radius: 30px;
}
.modal-content .welcome {
    font-size: 20px;
    font-family: EuclidCircularA-Medium;
    display: inline-block;
}
.modal-content .disclaimer {
    font-size: 15px;
}
.modal-content .acadia-connect-logo {
    width: 254px;
}
.modal-content a.go-to-patient-site {
    font-size: 14px;
    text-decoration: underline;
}
.modal-content a.go-to-patient-site:hover {
    /*text-decoration: none; */
    text-decoration-color: var(--yellow);
    color: white;
}
.modal-footer,
.modal-header {
    border: none;
}
.modal-footer {
    justify-content: space-between;
}
.modal-footer .btn-primary {
    background-color: white;
    color: var(--blue);
    border: none;
    padding: 7px 25px;
    padding-top: 8px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "EuclidCircularA-Semibold";
}

body#hcp-enrollment #isi-header,
body#hcp-coverage-and-tools #isi-header,
body#hcp-prior-authorization #isi-header {
    display: none !important;
}
body#hcp-enrollment #toggle-content,
body#hcp-coverage-and-tools #toggle-content,
body#hcp-prior-authorization #toggle-content {
    display: none !important;
}
#hcp-prior-authorization #cmm_widget .um_head.progress {
    height: auto;
}
.header-nav-links {
    max-width: 1210px;
    margin: 0 auto;
}

/* seems to be at least a 180px offset for media queries here...*/
@media (max-width: 985px) {
    .header-nav-links {
        /*border: solid red 1px; */
        position: relative;
        line-height: 18px;
        background: var(--medium-light-grey);
    }
}

input::-webkit-contacts-auto-fill-button {
    position: relative;
    right: 30px;
}

/* GALAXY S9 Overflow Fix */

@media (max-width: 500px) {
    html,
    body#home {
        overflow-x: hidden !important;
    }
}

.floating-cta-hours {
    padding-left: 8px;
}

.input-disable {
    color: #f2fafc !important;
}

.lbl-req-fields {
    font-size: 17px;
}

.header-daybue {
    border-bottom: 6px solid #5fa5bb !important;
}

@media (max-width: 552px) {
    .header-daybue {
        border-bottom: 0px solid #5fa5bb !important;
    }
}

.bold-isiv2 {
    font-size: 20px;
    line-height: 28px;
    font-family: "EuclidCircularA-Medium";
    color: var(--blue);
}

.link-isiv2 {
    font-family: "EuclidCircularB-Medium";
    color: var(--darker-grey) !important;
    text-decoration: underline;
    text-underline-offset: 1px;
}

@media (max-width: 552px) {
    span.form-index-number.step-1 {
        padding-right: 0.2em;
    }
}

#onetrust-policy-text>a{margin-left:0!important}

.hcp-coverage-table {
	overflow: hidden;
    border-radius: 45px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    color: white;    
}


.hcp-coverage-table .table-header{
    background: var(--blue);
    flex: 0 0 100%;
    max-width: 100%;
    flex-grow: 1;
    font-size: 24px;
    font-weight: 400;
    padding: 27px;
    padding-left: 37px;
}

.hcp-coverage-table .table-body{
    font-size: 21px;
	flex: 0 0 100%;
    flex-grow: 1;
    padding: 24px;
    background: var(--dark-blue);
    padding-left: 70px;
}

.hcp-coverage-table .table-body:nth-of-type(2){
    padding: 41px 15px 0 61px;
    -webkit-box-shadow: inset 0px 8px 3px rgba(105, 105, 105, 0.2);
    -moz-box-shadow: inset 0px 8px 3px rgba(105, 105, 105, 0.2);
    box-shadow: inset 0px 8px 3px rgba(105, 105, 105, 0.2);
}

.hcp-coverage-table .table-body:nth-of-type(3){
    padding: 28px 15px 42px 61px;
}

.hcp-coverage-table .table-body .row div::before{
    position: absolute;
    content: "\2022";
        color: var(--yellow);
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: top;
    font-size: 20px;
    margin-top: -0.1em;
}

@media (max-width: 768px) {
    .hcp-coverage-table .table-body{
    padding-left: 50px;
    }
    .hcp-coverage-table .table-body:nth-of-type(2){
        padding-bottom: 0px;
    }
    .hcp-coverage-table .table-body:nth-of-type(3){
        padding-top: 0px;
    }
    .hcp-coverage-table .table-body .row div{
        padding-bottom: 20px;
    }
}

/* Interstitial Styling */

#interstitial-location .modal-dialog{
    max-width: 600px;
}

#interstitial-location .modal-dialog .modal-body{
    padding-bottom: 0px;
}

#interstitial-location .modal-dialog p{
    margin: 32px 0px;
}

#interstitial-location .buttons .button{
    border-radius: 25.5px;
    background-color: #5fa5bb;
    border: none;
    color: white;
    width: 400px;
    height: 43px;
    margin: 10px;
    font-size: 16px;
    font-family: EuclidCircularB-Semibold;
    font-weight: bold;
    background-color: white;
    border: var(--blue) 1px solid;
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

#interstitial-location .buttons .button img{
    height: 26px;
    width: 26px;
    margin-left: 8px;
}

#interstitial-location img.logos {
    width:265px;
}

@media (max-width: 500px) {
    #interstitial-location .buttons .button{
        width: 100%;
        height: auto;
    }

    #interstitial-location .buttons .button img{
        height: 35px;
        width: 35px;
    }
}