/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***************************************************/
/*  #b894c4 dark pink banner
    #dfc4e7 light pink banner
*/

* {
    box-sizing: border-box;
}



body {
    font-size: 16px;
    line-height: 1.5rem;
    font-family: "inter", "helvetica", "arial";
    color: #2E2E2E;
    overflow-x: hidden;
    width: 100%;
}


.constrained-width {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 2rem;
}

.no-padding {
    padding: 0;
}





/*.section-chunk {
    background: linear-gradient(0deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.05) 30%, rgba(255,255,255,1) 100%);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-chunk:nth-of-type(even) {
    z-index: 10;
}*/

.hidden {
    display: none;
}

.mobile-hidden {
    display: none;
}

.mobile-show {
    display: block !important;
    transition: all 1s ease-out;
}

a {
    text-decoration: none;
    color: #140554;
}


h1 {
    font-size: 2.9rem;
    line-height: 3.4rem;
    font-weight: 700;
}



h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
}

h3 {
    font-size: 2.0rem;
    line-height: 2.4rem;
}

.pro-card h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
    font-weight: 400;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

p:last-child {
    margin-bottom: 0;
}

h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p {
    margin-top: .5rem;
}


svg {
    max-width: 128px;
}

.banner h1+p {
    margin-top: .75rem;
}

.banner h1,
.banner h2,
.banner h3,
.banner p,
.banner {
    color: #fff;
}

.banner h1,
.banner h2,
.banner h3,
.banner p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.doctor-banner .banner h1 {
    font-weight: 400;
}

.doctor-banner .banner p {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.banner p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.cta-bank {
    margin-top: 2rem;
}

.dotted-list {
    list-style-position: inside;
    padding-left: 3rem;
    position: relative;
}

.dotted-list li {
    margin-top: 1.5rem;
}

.dotted-list li:before {
    content: "2";
    height: 30px;
    width: 30px;
    background-color: #CE009F;
    border-radius: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;

}

.dotted-list li:first-of-type:before {
    content: "1";
}

.dotted-list li:last-of-type:before {
    content: "3";
}

a:hover {
    text-decoration: underline;
}

.feature-bank .section-content {
    display: grid;
    grid-template-columns: 1fr;
}

.feature-box {
    text-align: center;
    margin: 1rem 3rem;
}

.feature-bank h2,
.treatment h2,
.care-options h2,
.section-header-7 h2,
.section-header-8 h2 {
    text-align: center;
    padding-bottom: 3rem;
}

.section-header-3 h2 {
    padding-bottom: 3rem;
}

.sticky-header {
    top: 0;
    position: fixed;
    max-height: 60px;
    display: block;
    background: #fff;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.sticky-header>* {
    padding: 1rem 0;

}

.sticky-header+header {
    margin-top: 60px;
}

.banner {
    padding: 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr;

}

.banner .section-content img {
    max-width: 100%;
    position: absolute;
    right: -6rem;
    bottom: 0;
    max-height: 110%;
}

.hero-image-header .banner .section-content img {
    max-width: 300%;
}



.hero-image-header {
    background: linear-gradient(137deg, #B794C4 0%, #B794C4 8%, #C292E8 24%, #C292E8 32%, #8C74E4 48%, #8C74E4 56%, #8359C9 68%, #8359C9 76%, #B794C4 100%);
    background-size: 400% 400%;
    animation: gradient 25s ease infinite;
    height: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 4rem;
}


.doctor-banner {
    background: linear-gradient(137deg, #8693FA 0%, #8693FA 8%, #6C60F0 24%, #6C60F0 32%, #8C74E4 48%, #8C74E4 56%, #8359C9 68%, #8359C9 76%, #8693FA 90%);
    background-size: 400% 400%;
    animation: gradient 40s ease infinite;
    height: auto;
    max-width: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.button {
    line-height: 1.5rem;
    padding: .5rem 1rem;
}

.primary-btn {
    background: #352ABE;
    border-radius: 1.25rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1rem;
    vertical-align: middle;
}

.primary-btn:hover {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4);

}

.ios-and.primary-btn {
    padding-left: 4rem;
    background-image: url('../images/Icons-AppleAndroid.png');
    background-position: 1rem center;
    background-size: 32px;
    background-repeat: no-repeat;
}

.pro-card {
    max-width: 100%;
    width: 350px;
    border: 1px solid #E2E2E2;
    margin: 0 1.5rem;
}

.pro-card .pro-card-header {
    height: 250px;
    width: 100%;
    background-position: top center;
    background-size: cover;
}

.pro-card-header.skin-card {
    background-image: url("../images/carousel/Carousel-Skin@1.5x.jpg");
}

.pro-card-header.cold-card {
    background-image: url("../images/carousel/Carousel-ColdFlu@1.5x.jpg");
}

.pro-card-header.uti-card {
    background-image: url("../images/carousel/Carousel-Bladder@1.5x.jpg");
}

.pro-card-header.ed-card {
    background-image: url("../images/carousel/Carousel-ED@1.5x.jpg");
}

.pro-card-header.yeast-card {
    background-image: url("../images/carousel/Carousel-YeastInfection@1.5x.jpg");
}

.pro-card-header.eye-card {
    background-image: url("../images/carousel/Carousel-Eye@1.5x.jpg");
}

.pro-card-content {
    padding: 2rem;
    height: 150px;
}

.splide {
    height: 474px;
}



.splide__arrow.splide__arrow--prev,
.splide__arrow.splide__arrow--next {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-left.png);
    top: calc(40% - 25px);
    outline: 0;
    background-color: transparent;
    border: 0;
    z-index: 99;
    font-size: 1px;
    text-indent: -9999px;

}

.splide__arrow.splide__arrow--prev {
    left: 2rem;
}

.splide__arrow.splide__arrow--next {
    right: 2rem;
    background-image: url(../images/arrow-right.png);
}





.splide__pagination__page {
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    background: #e2e2e2;
    outline: 0;
    border: 0;
    margin: 1rem;
}

.splide__pagination__page.is-active {
    background: #140554;
}



.centered {
    text-align: center;
    margin: 0 auto;
}



.centered.section-chunk {
    max-width: 848px;
}

.section-chunk {
    padding: 6rem 0;
    position: relative;
    max-width: 100%;
}

.section-header {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex: 1 100%;
    flex-wrap: wrap;
}

.section-content {
    max-width: 100%;
    display: flex;
    align-items: center;
}

.divider:after {
    content: "";
    display: block;
    max-width: 500px;
    border-bottom: 1px solid #e2e2e2;
    position: absolute;
    bottom: 0;
    left: calc(50% - 250px);
    height: 1px;
    width: 500px;

}


.content-chunk.associations {
    margin: 0 auto;
    display: flex;
    flex: 1 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-first {
    display: block;
    width: 100%;
}


.image-overlaps {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.image-overlaps>img {
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}




/******************************************
SVG animations
******************************************/

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.02, 1.02, 1.02);
        transform: scale3d(1.02, 1.02, 1.02)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.dark-svg {
    fill: #01002C;
}

.light-svg {
    fill: #D1C5FA;
}

.circle-svg {
    fill: #606EDA;
    transform-origin: center;
}

svg:hover .circle-svg {
    transform-origin: center;
    animation: heartBeat;
    animation-duration: 1.2s;
    animation-delay: .3s;
    animation-iteration-count: infinite;
}

.modals {
    position: relative;
}

.modal-background {
    background: rgba(0, 0, 0, .4);
    display: block;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    transition: width 2s, height 2s, background-color 2s, transform 2s;
}

.modal-wrapper {
    background: #fff;
    max-width: 800px;
    width: 90%;
    min-height: 618px;
    margin: 3rem auto;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 1rem;
    overflow: hidden;
}

.modal-header {
    background: rgba(184, 148, 196, 1);
    background: linear-gradient(137deg, #FAE786 0%, #FAE786 20%, #F0D060 100%);
    /*background-size: 400% 400%;
	animation: gradient 25s ease infinite;*/
    height: 300px;
    width: 100%;
}

.modal-background:nth-of-type(7) .modal-header {
    background: linear-gradient(137deg, #7EF4CA 0%, #7EF4CA 20%, #54CFAA 100%);
}

.modal-background:nth-of-type(3) .modal-header {
    background: linear-gradient(137deg, #EC96D9 0%, #EC96D9 20%, #E54DC4 100%);
}

.modal-background:nth-of-type(4) .modal-header {
    background: linear-gradient(137deg, #8C74E4 0%, #8C74E4 20%, #8359C9 100%);
}

.modal-background:nth-of-type(5) .modal-header {
    background: linear-gradient(137deg, #FAB786 0%, #FAB786 20%, #F08B60 100%);
}

.modal-background:nth-of-type(6) .modal-header {
    background: linear-gradient(137deg, #8693FA 0%, #8693FA 20%, #6C60F0 100%);
}

.modal-content {
    padding: 3rem 1.5rem;
    font-size: 1rem;
    line-height: 1.4rem;

}

.modal-content p {
    margin-top: 1.25rem;
}

.modal-content .cta-bank {
    margin-top: 1.25rem;
}


.close-modal {
    text-decoration: none;
    outline: none;
    color: #140554;
    text-align: right;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    float: right;
    font-size: 1.25rem;
    cursor: pointer;
}

.flex-modal .modal-wrapper {
    height: auto;
    min-height: 0;
}

.flex-modal .close-modal {
    float: none;
    text-align: center;
    width: 100%;
}

.flex-modal .btn-bank a {
    display: block;
    margin: 0 auto;
    width: 320px;
    margin-top: 1.25rem;
}

.menu-toggle {
    align-self: end;
    display: block;
    text-align: right;
    padding: 0 2rem .5rem 0;
}

.image-overlaps img {
    max-width: 100%;
}

a.android,
a.apple {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1px;
}

a.android {
    background-image: url('../images/apple-icons/Icon-Android@2x.png')
}

a.apple {
    background-image: url('../images/apple-icons/Icon-Apple@2x.png')
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.copyright p {
    text-align: right;
}


.mobile-cta.hidden-desktop {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    text-align: center;
    padding: .5rem 1rem;
    border: 1px solid #e2e2e2;
    z-index: 999999;
}

.mobile-cta.hidden-desktop a {
    width: 100%;
    display: block;
    text-align: center;
}

.modal-header {
    position: relative;
}

.modal-header img {
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 140px);
    width: 280px;
}

.splide__slide {
    position: relative;
    z-index: 999;
    cursor: pointer;
}

a.iOS-btn,
a.android-btn {
    padding-left: 2.5rem;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 1rem center;
    text-align: left;
}

a.iOS-btn {
    background-image: url('../images/apple-white.png');
}

a.android-btn {
    background-image: url('../images/android-white.png');
}

.value-icons li {
    padding-left: 4rem;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: top left;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 2rem;
    background-size: 50px;
    background-repeat: no-repeat;
}

.value-icons li:first-of-type {
    background-image: url(../images/Icon-Illustration/pharmacy.svg)
}

.value-icons li:last-of-type {
    background-image: url(../images/Icon-Illustration/Interview=Mens-Health.svg)
}

.value-icons li:nth-of-type(2) {
    background-image: url(../images/Icon-Illustration/General=Treatment.svg)
}

.value-icons li:nth-of-type(3) {
    background-image: url(../images/Icon-Illustration/Interview=Womens-Health.svg)
}

.connected-care .value-icons li:first-of-type {
    background-image: url(../images/Icon-Illustration/General=Treatment.svg)
}

.connected-care .value-icons li:last-of-type {
    background-image: url(../images/Icon-Illustration/care-team.svg)
}

.connected-care .value-icons li:nth-of-type(2) {
    background-image: url(../images/Icon-Illustration/pharmacy.svg)
}




.value-icons li h5,
.section-chunk .section-header .value-icons li p,
.section-chunk.care-options .section-header h2 {
    text-align: left;
}


.p-left {
    position: relative;
    left: -80%;
}

.p-right {
    position: relative;
    /*right: -60%;*/
}

.section-content .kid-ico {
    position: relative;
    margin-top: -12px;
    display: block;
    margin-bottom: 12px;
    margin: -12px auto 12px auto;
}

.splide__pagination__page {
    cursor: pointer;
}



section.constrained-width>.section-chunk {
    padding-top: 3rem;
}

.full-width {
    overflow: hidden;
}



.hero-image-header .header-wrapper,
.banner .header-wrapper {
    max-width: 600px;
}

.header-wrapper {
    max-width: 402px;
    width: 100%;
    margin: 0 auto;
}

.doctor-banner-2 .header-wrapper {
    max-width: 450px;
}

.divider {
    position: relative;
}

.section-content.flip-cards {
    padding-bottom: 3rem;
}

.flip-card {
    margin: 2rem auto;
    cursor: pointer;
    width: 100%;
    height: 220px;
    max-width: 330px;
    position: relative;
}

.section-content .flip-card img {
    margin: 0;
}

.section-content .flip-card h5 {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e3e3e3;
    padding: 1.5rem 0 2rem;
    width: calc(100% - 4rem);
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
}

.flip-card .back {
    background: rgba(184, 148, 196, 1);
    background: linear-gradient(137deg, #FAE786 0%, #FAE786 20%, #F0D060 100%);
    /*background-size: 400% 400%;
	animation: gradient 25s ease infinite;*/
    width: 100%;
    height: 100%;

}

.flip-card:nth-of-type(2) .back {
    background: linear-gradient(137deg, #7EF4CA 0%, #7EF4CA 20%, #54CFAA 100%);
}

.flip-card:nth-of-type(3) .back {
    background: linear-gradient(137deg, #EC96D9 0%, #EC96D9 20%, #E54DC4 100%);
}

.flip-card:nth-of-type(4) .back {
    background: linear-gradient(137deg, #8C74E4 0%, #8C74E4 20%, #8359C9 100%);
    color: #fff;
}

.flip-card:nth-of-type(5) .back {
    background: linear-gradient(137deg, #FAB786 0%, #FAB786 20%, #F08B60 100%);
}

.flip-card:nth-of-type(6) .back {
    background: linear-gradient(137deg, #8693FA 0%, #8693FA 20%, #6C60F0 100%);
    color: #fff;
}

.front,
.back {
    padding: 2rem;
    border: 1px solid #e3e3e3;
}

.flip-card .front:hover {
    background: rgba(134, 147, 250, .20);

}




.front::after {
    content: "";
    background-image: url('../images/arrow-right.png');
    background-size: cover;
    position: absolute;
    bottom: 24px;
    right: 16px;
    opacity: 1;
    width: 48px;
    height: 48px;
}


.front:hover {
    background-size: 3.1rem;
}


.back p {
    font-size: 1rem;
    line-height: 1.4rem;
}

.section-chunk.feature-bank.divider {
    padding: 0 1rem;
}

.common-issues {
    padding-top: 1rem;
}

.disclaimer {
    font-size: .7rem;
    line-height: .9rem;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 2rem;
    font-style: italic;
}

footer .logo-img {
    margin-bottom: 1rem;
}

.how-it-works .section-content img {
    max-width: 420px;
}

.section-chunk.feature-bank.divider.not-top {
    padding-top: 3rem;
}

.not-top .section-content {
    padding-bottom: 3rem;
}

.feature-bank.not-top .section-content {
    display: flex;
    flex: 1 33%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.feature-bank.not-top .feature-box {
    width: 24%;
}




@media only screen and (max-width: 959px) {
    .feature-bank.not-top .section-content {
        display: flex;
        flex: 1 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
    }

    .feature-bank.not-top .feature-box {
        width: 100%;
        max-width: 400px;
        margin-left: 0;
        margin-right: 0;
    }


    .section-chunk.feature-bank.divider {
        padding: 0;
    }


    .sticky-header>.constrained-width {
        display: grid;
        grid-template-columns: 2fr 1fr;

    }

    .sticky-header ul {
        background: rgba(255, 255, 255, .9);
        display: block;
        position: fixed;
        z-index: 99999;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        padding: 3rem;
        display: none;
        transition: all 1s ease-out;
    }

    .sticky-header ul>li {
        display: block;
        margin: 1rem auto;

    }

    .sticky-header ul>li:after {
        content: "";
        display: block;
        max-width: 8rem;
        margin: 1rem auto 0;
        border-bottom: 1px solid #e2e2e2;
        position: relative;
    }

    .sticky-header ul>li a {
        text-align: center;
        display: block;
        width: 100%;

    }

    .sticky-header .close-modal {
        position: absolute;
        display: block;
        top: 1rem;
        right: 2rem;
        margin: 0;
        font-size: 1rem;
        cursor: pointer;
    }

    .sticky-header li:last-of-type:after,
    .sticky-header li:nth-of-type(4):after,
    .sticky-header li:nth-of-type(5):after {
        display: none;
    }

    .sticky-header {
        padding: 0 1rem;
    }


    .how-it-works h2 {
        text-align: center;
    }

    .image-overlaps .centered-image {
        margin: 0 auto;
        position: relative;
        top: initial;
        left: initial;
        display: block;
    }

    .how-it-works {
        margin-bottom: 3rem;
    }





    .section-chunk .section-header {
        display: block;
    }

    .banner {
        display: block;
    }

    .banner .section-header {
        z-index: 99;
        position: relative;
        max-width: 85%;
    }

    .banner h1 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

    .banner p {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .hero-image-header.full-width .banner .section-content>img {
        max-width: 100%;
        right: -32%;
    }

    .image-overlaps {
        height: 340px;
        overflow: hidden
    }

    .image-overlaps>img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .image-overlaps .centered-image {}

    .image-overlaps img:first-of-type {
        z-index: 10;
        display: none;
    }

    .image-overlaps img:last-of-type {
        z-index: 20;
        display: none;
    }


    .splide__pagination {
        position: relative;
        bottom: 3rem;
    }

    .section-content img {
        max-width: 100%;
    }

    .header-second .section-header {
        order: 1;
    }

    .header-first .section-header {
        order: 1;
    }

    .header-second .section-content {
        order: 0;
    }

    .header-first .section-content {
        order: 0;
    }

    .banner .section-content img {
        max-width: 100%;
        position: absolute;
        right: -6.5rem;
        max-height: initial;
    }

    .divider:after {

        width: 320px;
        left: calc(50% - 160px);

    }


    .section-chunk .section-header .header-wrapper p {
        max-width: 100%;
        width: 500px;
    }



    .section-chunk .section-header h2,
    .section-chunk .section-header p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .associations img {
        margin: 0 1rem;
    }

    .section-content img {
        margin: 0 auto;
    }

    .disclaimer {
        padding-bottom: 4rem;
    }

    .flex-modal .btn-bank a {
        max-width: 100%;
    }
}


@media only screen and (min-width: 960px) {
    .mobile-cta.hidden-desktop {
        display: none;
    }

    .flip-card {
        margin: .5rem;
    }

    .modal-content {
        padding: 3rem;
        font-size: 1.25rem;
        line-height: 1.75rem;

    }

    .content-chunk.associations {
        flex-wrap: nowrap
    }

    .hero-image-header {
        height: 600px;
    }

    .banner {
        padding: 0rem;
    }

    .pro-card {
        max-width: 400px;
    }

    .menu-toggle {
        display: none
    }

    .sticky-header ul>li.desktop-hidden {
        display: none;
    }

    .section-content img {
        max-width: 342px;
        display: block;
        margin: 0 auto;
    }

    .image-overlaps {
        width: 600px;
        height: 690px;
        margin: 0 auto;
        max-width: 100%;
    }

    .image-overlaps>img {
        position: absolute;
        z-index: 100;
        margin: 0;
    }

    .image-overlaps .centered-image {
        left: calc(50% - 171px);
        top: 5%;
    }

    .image-overlaps img:first-of-type {
        z-index: 10;
        left: 80px;
        top: 0;
    }

    .image-overlaps img:last-of-type {
        z-index: 20;
        right: 80px;
        top: 0;
        left: initial;
    }

    .feature-bank .section-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header-first,
    .header-second {
        display: grid;
        grid-template-columns: 2fr 2fr;

    }

    .header-first .section-header {
        order: 0;
    }

    .header-first .section-content {
        order: 1;
    }

    .header-second .section-header {
        order: 1;
    }

    .header-second .section-content {
        order: 0;
    }



    .mobile-hidden {
        display: block;
    }

    .desktop-hidden {
        display: none;
    }


    .sticky-header>* {
        display: grid;
        grid-template-columns: 266px 1fr;
    }

    .sticky-header ul {
        text-align: right;
    }

    .sticky-header li {
        display: inline-block;
        padding-right: 40px;
    }

    .sticky-header li:last-of-type {
        padding-right: 0;
    }

    .banner .section-header {
        padding: 8rem 1rem 8rem 3rem;
        position: relative;
        z-index: 1;
    }

    .banner .section-content {
        position: relative;
        height: 600px;
        z-index: 0;
    }

    .banner .section-content img {
        position: absolute;
        bottom: -1px;
        right: 0;
        max-width: 140%;
    }

    .doctor-banner-2 .banner .section-content img {
        max-width: 100%;
    }

    .menu-toggle {
        display: none
    }

    .feature-bank h2,
    .treatment h2,
    .care-options h2,
    .section-header-7 h2,
    .section-header-8 h2 {
        text-align: left;
    }

}




@media only screen and (min-width : 550px) and (max-width : 959px) {

    .hero-image-header.full-width .banner {
        min-height: 400px;
    }

    .hero-image-header.full-width .banner .section-header {
        max-width: 100%
    }

    .hero-image-header.full-width .banner .section-content>img {
        right: -20%;
        max-width: 73%;
    }

    .banner .section-content img {
        max-width: 30%;
        bottom: 0;
        right: 0%;
    }

    .doctor-banner .section-content img {
        max-width: 50%;
    }

    .doctor-banner-2 .section-content img {
        max-width: 37%;
    }

    .no-padding.banner {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    .no-padding.banner .section-content {
        order: 2;
    }

    .no-padding.banner .section-header {
        order: 1;
    }

    .section-content {
        justify-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width : 960px) and (max-width : 1320px) {

    .image-overlaps img {
        max-width: 280px;
    }

    .image-overlaps .centered-image {
        left: calc(50% - 160px);
        top: 5%;
        max-width: 320px
    }

    .image-overlaps img:first-of-type {
        z-index: 10;
        left: 120px;
        top: 0;
    }

    .image-overlaps img:last-of-type {
        z-index: 20;
        right: 120px;
        top: 0;
        left: initial;
    }

    .sticky-header>* {
        grid-template-columns: 210px 1fr;
    }

    .sticky-header img {
        max-width: 100%;
    }
}



@media only screen and (max-width : 480px) {
    .section-content img.p-left {
        position: relative;
        left: -130%;
    }

    .section-content img.special-left {
        position: relative;
        left: -130%;
    }

    .flip-card {
        min-height: 260px;
    }

    .constrained-width.common-issues {
        padding: .5rem;
    }

    .flip-card {
        margin: 1rem auto;
    }

    .ios-and.primary-btn {
        padding-left: 1rem;
        background-image: none;
        background-position: 1rem center;
        background-size: 32px;
        background-repeat: no-repeat;
    }

    .how-it-works .section-content img {
        max-width: 100%;
    }




}

@media only screen and (max-width : 559px) {
    .doctor-banner .section-content {
        display: none;
    }

    .footer {
        display: block;
    }

    .footer-chunk {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
        padding-bottom: 3rem;
    }

    .footer-chunk>*,
    .footer-chunk.copyright p {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width : 375px) {
    .banner .section-header {
        max-width: 100%;
    }

    .modal-header {
        height: 200px;
    }

    .modal-header img {
        width: 200px;
        left: calc(50% - 100px);

    }

    .pro-card {
        border: 0;
    }


}

@media only screen and (min-width : 1360px) {

    .hero-image-header .header-first,
    .hero-image-header .header-second {
        display: grid;
        grid-template-columns: 3fr 2fr;
    }

    .hero-image-header .header-first,
    .hero-image-header .header-second {
        max-width: 85%;
    }

}

@media only screen and (max-width : 1280px) {
    .sticky-nav .logo-img {
        padding-left: 1rem
    }
}

.new-modal.flex-modal {}

.new-modal .modal-content {
    padding: 1rem 1.5rem;
    font-size: .9rem;
}


.flex-modal.new-modal .btn-bank a,
.flex-modal.new-modal .btn-bank button {
    width: auto;
    display: block;
    margin: 0 1rem;
}

flex-modal.new-modal .btn-bank button {
    border-bottom: 1px solid;
}

.flex-modal.new-modal .btn-bank {
    display: flex;
    justify-content: center;
}

.flex-modal.new-modal .modal-wrapper {
    max-width: 680px;
}

.flex-modal.new-modal .modal-header {
    height: auto;
    background: none;
}

.flex-modal.new-modal img {
    position: relative;
    left: initial;
    bottom: initial;
    max-width: 30%;
    display: block;
    margin: 2rem auto;
}

.sticky-header .close-menu {
    display: none;
}

.deeper-link {
    text-align: center;
    font-size: 1.25rem;
    display: block;
    line-height: 3rem;

}

.deeper-link:after {
    content: "";
    background-image: url(../images/arrow-right.png);
    background-size: cover;
    position: absolute;
    opacity: 1;
    width: 48px;
    height: 48px;
}


.section-footer {
    width: 100%;
    margin: 2rem auto 0;
    padding-bottom: 4rem;
}

.full-width-section .section-content {
    display: block;
    max-width: 960px;
}

.faq-dropdown {
    border: 1px solid #EBEBEB;
    border-radius: .25rem;
    padding: 0rem;
    margin-bottom: 1.5rem;
    display: block;
}

.faq-dropdown-header {
    font-size: 1.4rem;
    line-height: 1.75rem;
    padding: 2rem 3rem 2rem 1rem;
    background-image: url('../weblite/images/carrot-down.png');
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center right 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.faq-dropdown-content {
    display: none;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 2rem 2rem 2rem 1rem;
    position: relative
}

.faq-dropdown-content:before {
    content: "";
    display: block;
    max-width: 500px;
    border-bottom: 1px solid #e2e2e2;
    position: absolute;
    top: 0;
    left: 1rem;
    height: 1px;
    width: 100%;
}

.faq-dropdown-header.open-header {
    background-image: url('../weblite/images/carrot-up.png');
}

.faq-questions {
    padding-top: 3rem;
}

.faq-dropdown-content ul {
    padding-left: 2rem;
}

.faq-dropdown-content li {
    list-style: circle;
    padding-bottom: 1rem;
}

@media only screen and (max-width:959px) {
    .flex-modal.new-modal img {
        max-width: 50%;
    }

    .flex-modal.new-modal .btn-bank {
        display: block;
        justify-content: center;
        max-width: 280px;
        margin: 1rem auto;
    }

    .flex-modal.new-modal .btn-bank a,
    .flex-modal.new-modal .btn-bank button {
        margin: .5rem auto;
        text-align: center;
    }

    .flex-modal.new-modal .btn-bank button {
        margin-top: 2rem;
    }

    .sticky-header .close-menu {
        display: block;
    }

    .faq-dropdown-content:before {
        max-width: 250px;
    }

}

@media only screen and (min-width : 550px) and (max-width : 1280px) {
    .sticky-header li {
        padding-right: 20px;
    }
}

@media only screen and (min-width : 550px) and (max-width : 1079px) {
    .hide-menu-item {
        display: none;
    }

}

#menu .launch-modal {
    display: none;
}

@media only screen and (max-width : 960px) {


    #menu .launch-web-app {
        display: none;
    }

    #menu .launch-modal {
        display: block;
    }
}

@media only screen and (min-width: 960px) {
    .sticky-header li {
        display: inline-block;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 1280px) {
    .sticky-header li {
        padding-right: 16px;
    }
}

.launch-web-app {
    font-size: .8rem;
}