/* –––––––––––––––––––––––––––––––––––––––––– */
/* BASIC SETUP */

/* Light blue 0ca7ad */
/* Dark blue 073b5b */

/* –––––––––––––––––––––––––––––––––––––––––– */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #073b5b;
    font-family: 'GroldSlim', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
}

a {
    color: #0ca7ad;
}

a:hover {
    color: #073b5b;
}

h1,
h2,
h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #0ca7ad;
    word-spacing: 2px;
    text-align: center;
    line-height: 1em;
    margin-top: 80px;
}

p {
    font-weight: 100;
    line-height: 1.4em;
}

header {
    position: relative;
}

header h1 {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 280px;
}



#impact header h1 {
    margin-top: 150px;
    text-align: left;
}

#impact header#sm-head {
    height: 350px;
}

#impact header#data-map-header {
    height: 40px;
}

#impact #social-icons {
    top: 180px;
}

#impact header p {
    color: #fff;
    text-align: left;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #0ca7ad;
}

#homepage header h1 span {
    text-decoration: none;
    position: relative;
    z-index: 2;
}

#homepage header h1 span:after {
    position: absolute;
    height: 8px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    color: #0ca7ad;
    background-color: #0ca7ad;
    bottom: 17px;
    z-index: -1;
}

#homepage header h2,
#primary header h2,
#secondary header h2 {
    color: #fff;
    text-transform: none;
    font-weight: 100;
    font-size: 140%;
    margin-top: 10px;
    padding: 0 10%;
}

header h3 {
    color: #fff;
    text-transform: none;
    font-weight: 100;
    font-size: 80%;
    margin-top: 263px;
}

#homepage header h3 {
    margin-top: 210px;
}

#homepage header h3.first-slider {
    margin-top: 173px;
}

@media only screen and (max-width:1200px) {
    #homepage header h3.first-slider {
        margin-top: 154px;
    }
}

button:focus {
    outline: none;
}

h1 {
    font-size: 250%;
    margin-bottom: 20px;
}

.h1blue {
    font-size: 200%;
    margin-bottom: 20px;
    color: #0ca7ad;
}

h2 {
    font-size: 200%;
}

.mt30 {
    margin-top: 30px;
}


h3,
.h3lightblue,
.h3blue {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 5px;
    line-height: 1.1em;
}

.h3lightblue {
    color: #0ca7ad;
    text-align: center;
}

.h3blue {
    color: #073b5b;
    font-size: 120%;
    margin-top: 20px;
    text-transform: none;
}

.lightblue {
    color: #0ca7ad;
}

.topmargin {
    margin-top: 25px;
}

h4,
h6 {
    font-size: 100%;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 40px;
    line-height: 1.4em;
    color: #fff;
}

.sunil-sig {
    font-size: 100%;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 60px;
    color: #073b5b;
}

h6 {
    font-size: 95%;
}

h5,
.ref {
    font-size: 210%;
    font-weight: 700;
    margin-top: 80px;
    line-height: 1.4em;
    color: #0ca7ad;
    text-align: center;
}

.light {
    font-weight: 100;
}

#social-holder {
    position: relative !important;
    height: 100px;
}

#social-icons {
    position: absolute;
    top: 550px;
    right: calc(((100% - 1500px) + 100px) / 2);
    z-index: 1000;
}

.alert-primary {
    color: #fff;
    background-color: #073b5b;
    z-index: 10000;
    border-radius: 0;
    border: none;
    padding-top: 10px;
    font-size: 18.5px;
    font-weight: 100;
    line-height: 130%;
}

@media only screen and (max-width:390px) {
    .alert-primary {
        font-size: 17px;
    }
}

.alert {
    padding-bottom: 10px;
}

@media only screen and (max-width:1500px) {
    #social-icons {
        right: 50px;
    }
}

#social-icons img {
    margin-bottom: 5px;
}

.tight {
    margin-top: 20px;
    font-size: 200%;
}

.blueref {
    color: #0ca7ad;
    margin-bottom: 60px;
    font-weight: 100;
}

.ref {
    margin-top: 0px;
}

.small-icon-heading {
    margin-top: 20px;
    font-size: 140%;
}

.loose {
    margin-bottom: 80px;
}

.bodymargintop {
    margin-top: 120px;
    font-weight: 100;
    font-size: 140%;
}

.quote {
    color: #073b5b;
    text-transform: none;
    font-weight: 300;
    font-size: 200%;
    margin-bottom: 60px;
}

.small,
.smalltext {
    color: #0ca7ad;
    text-transform: none;
    font-weight: 100;
    font-size: 90%;
    margin-top: 140px;
}

.smalltext {
    margin-top: 0px;
    color: #073b5b;
}

.bottompadding {
    padding-bottom: 20px;
}

.rllightwhite,
.rllightblue,
.rlwhite,
.rl,
.rl-ulc,
.rl-extrap,
.rl-tight {
    text-align: left;
}

.rl-extrap {
    padding-left: 30px;
    padding-right: 40px;
}

.rl-tight,
    {
    line-height: 140%;
}

.rlwhite,
    {
    color: #fff;
}

.rl-ulc {
    text-transform: none;
}

.rllightwhite {
    color: #fff;
    font-weight: 100;
}

.rllightblue {
    color: #0ca7ad;
    font-size: 140%;
    text-transform: none;
    font-weight: 600;
    line-height: 125%;
}

.body-light-rl-tight,
.body-light,
.body-light-rl,
.body-light-rl-extrap {
    font-weight: 100;
}

.body-light-rl,
.body-light-rl-extrap,
.body-light-rl-tight {
    text-align: left;
}

.body-light-rl-extrap {
    padding-left: 30px;
    padding-right: 30px;
}

.icon-discriptor {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 80%;
    text-align: center;
}

.letter {
    font-weight: 100;
    color: #0ca7ad;
    text-align: left;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;

}

.zinc,
.bluezinc {
    font-weight: 100;
    color: #a7a7a7;
    font-size: 90%;
    text-align: center;
    padding: 10px;
}

.bluezinc {
    background-color: #073b5b;
    padding: 0px;
    margin: 0px;
}

.breaking {
    word-wrap: break-word;
}

.darktext {
    color: #2e4857;
}

.is,
.light-grey-bg {
    background-color: #eff2f5;
}

.light-grey-backg {
    background-color: #eff2f5;
}

.is h3,
.light-grey-bg h3 {
    color: #0ca7ad;
    margin-top: 10px;
}

.is p,
.light-grey-bg p {
    font-weight: 100;
    max-width: 900px;
    margin: 1rem auto;
}

.is {
    margin left: 35px !important;
}

.light-blue-bg {
    background-color: #0ca7ad;
}

.light-blue-bg p {
    color: #fff;
    font-weight: 100;
    max-width: 900px;
    margin: 1rem auto;
}

.light-blue-bg a {
    color: #fff;
    text-decoration: underline;
}

.dark-blue-bg {
    background-color: #073b5b;
}

.blue-grad-bg {
    background-image: linear-gradient(to bottom right, #0C3D5B, #141E30);
}

.dark-blue-bg h3 {
    color: #0ca7ad;
    margin-top: 10px;
}

.dark-blue-bg p {
    color: #fff;
    font-weight: 100;
    max-width: 900px;
    margin: 1rem auto;
}

.white-bg {
    background-color: #fff;
}

.white-bg h3 {
    color: #0ca7ad;
    margin-top: 10px;
}

.white-bg h5 {
    color: #073b5b;
    text-transform: uppercase;
    font-size: 90%;
    margin-top: 10px;
}

.white-bg p {
    font-weight: 100;
    max-width: 900px;
    margin: 1rem auto;
}

.whitecopy {
    color: #fff;
}

.whitecopyjim,
.whitecopyjimsmall {
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #fff;
    word-spacing: 2px;
    text-align: left;
    line-height: 1em;
    font-size: 160% !important;
    margin-bottom: 15px;
}

.margin-bottom-zero{
    margin-bottom: 0px;
}


.whitecopyjimsmall{
    font-size: 140% !important;
}


li::marker {
    color: #0ca7ad;
    content: &#8226;
    ;
}

.white-v { position: absolute; top: 620px; width: 100%; }
@media only screen and (max-width:900px) { .white-v { top: 570px; } #homepage .white-v { top:540px; } }
@media only screen and (max-width:770px) { .white-v { top: 600px; } #bob header { background-position-x: 0px; }}
@media only screen and (max-width:620px) { .white-v { top: 640px; } #bob header { background-position-x: -200px; } }


.carousel-text {
    padding-bottom: 15px;
}

.carousel-name {
    margin-top: 10px;
}

.large-quote {
    font-size: 210%;
    font-weight: 100;
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 1.2em;
    color: #0ca7ad;
    text-align: left;
    /*     max-width: 600px;*/
}

.quote-icon {
    position: relative;
    top: -0px;

}
.quote-icon-2 {
    float: none;
}

/* ––––– BUTTONS ––––– */
.btn-solid-lightblue,
.btn-solid,
.btn-solid-sunil,
.btn-solid-blue-ro,
.btn-solid-lightblue-rl,
.btn-solid-lightblue-darkblue,
.btn-solid-questionnaire {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 50px;
    sm-head padding: 18px 70px 10px 70px;
    color: #ffffff;
    text-decoration: none;
    background-color: #073b5b;
    border-radius: 35px;
    transition: 0.3s;
    font-weight: 300;
    position: relative;
}

.btn-solid-sunil,
.btn-solid-lightblue-darkblue {
    margin-bottom: 10px;
}


.btn-solid-lightblue,
.btn-solid-lightblue-darkblue,
.btn-solid-questionnaire {
    background-color: #0ca7ad;
    color: #ffffff;
}

.btn-solid-questionnaire {
    margin-bottom: 10px;
    padding: 18px 70px 10px 70px;
}

.btn-solid-lightblue-rl {
    text-align: left;
    max-width: 280px !important;
}

.btn-solid:hover,
.btn-solid:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #0ca7ad;
    color: #fff;
    text-decoration: none;
}

.btn-solid-sunil:hover,
.btn-solid-sunil:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #0ca7ad;
    color: #fff;
    text-decoration: none;
}

.btn-solid-blue-ro:hover,
.btn-solid-blue-ro:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #0ca7ad;
    color: #073b5b;
    text-decoration: none;
}

.btn-solid-lightblue:hover,
.btn-solid-lightblue:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #fff;
    color: #0ca7ad;
    text-decoration: none;
}

.btn-solid-questionnaire:hover,
.btn-solid-questionnaire:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #fff;
    color: #0ca7ad;
    text-decoration: none;
}



.btn-solid-lightblue-darkblue:hover,
.btn-solid-lightblue-darkblue:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #073b5b;
    color: #fff;
    text-decoration: none;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* HEADER */
/* –––––––––––––––––––––––––––––––––––––––––– */


.top_image {
    padding: 0px;
    background-size: cover;
    background-position: center top;
    height: 650px;
    background-repeat: no-repeat;
}


/* Navbar components */
.btn {
    font-size: 80%;
    margin-top: 10px;
    margin-right: 15px;
    padding: 5px 10px 0px 10px;
    border: 1px solid #00a3ad;
    float: right;
}

.hcp-area {
    z-index: 2040;
    position: relative;
}

.nav-link {
    font-weight: 200;
    font-size: 90%;
    color: #0ca7ad;
    padding: 0px 5px 0px 5px;
    list-style: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .1rem;
    padding-right: last-child: 0rem;
}

.navbar-toggler {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.7);
    padding-right: .8rem;
    padding-left: .5rem;
}

.dropdown-menu {
    margin-top: 20px;
    margin-left: 3px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    border: none;
}

.dropdown-item {
    padding-bottom: 8px;
    padding-top: 13px;
    padding-left: 18px;
    background-color: rgba(255, 255, 255, );
}

@media only screen and (max-width:1199.99px) {
    .dropdown-item {
        width: 100%;
        text-align: center;
        padding: 13px 10px !important;
    }

    .nav-link {
        padding: 8px 10px !important;
    }

    .nav-item {
        padding: 5px 10px !important;
    }

}
}


.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 4px;
    background-color: #aaaaaa;
    margin: 10px auto;
    transition: 0.4s;
    border-radius: 3px;
}

.navbar-nav hr {
    display: none;
}

.fixed-top {
    transition: 0.3s;
}

.nav-item {
    line-height: .80em;
    font-size: 1em;
    padding-right: 0.8em;
    padding-top: 1.2em;
    min-width: 50px;
    text-align: center;
    letter-spacing: -.028em;
    list-style: none;
}

.navbar-light .navbar-nav .nav-link.blue {
    color: #fff;
    background-color: #0ca7ad;
    padding: 11px 20px 7px 20px;
    border-radius: 20px;
    margin-right: 20px;
    margin-top: -4px;
    transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link.blue:hover {
    background-color: #073b5b;
}

.navbar-light,
.navbar-nav,
.nav-link {
    color: #0ca7ad;
    transition: .3s;
}

.nav-link-lightblue {
    color: #0ca7ad;
}

.navbar-light,
.navbar-nav,
.nav-link:hover,
    {
    color: #00a3ad;
}

.navbar-expand-xl,
.navbar-nav,
.nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-brand {
    padding-left: 30px;
}

.navbar-light .navbar-nav .nav-link.selected {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration-color: #19A2AB;
}

.navbar-light .navbar-nav .nav-link.selected .selected {
    color: #f00;
}

.navbar {
    padding-top: 4px;
    padding-bottom: 5px;
}

.ffslide {
    background-position: center top;
    background-size: cover;
}

#slide1 {
    background-image: url('../img/slider-homepage-1@2x.jpg');
}

#slide2 {
    background-image: url('../img/slider-homepage-2@2x.jpg');
}

#slide3 {
    background-image: url('../img/slider-homepage-3@2x.jpg');
}

@media only screen and (max-width: 1024px) {
    .ffslide {
        background-attachment: scroll;
    }
}

@media only screen and (min-width: 30001px) {
    header {
        height: 650px;
    }
}
@media only screen and (max-width: 3000px) {
    .ffslide {
        height: 650px;
    }
        header {
        height: 650px;
    }
}

@media only screen and (max-width: 1491px) {
    .ffslide {
        height: 650px;
    }
        header {
        height: 650px;
    }
}

@media only screen and (max-width: 900px) {
    .ffslide {
        height: 570px;
    }
        header {
        height: 600px;
    }
}


@media only screen and (max-width:768px) {
    header {
        height: 630px;
    }
        .ffslide {
        height: 570px;
    }
}


@media only screen and (max-width:620px) {
    header {
        height: 670px;
    }
        .ffslide {
        height: 570px;
    }

    .info-text {
        top: 375px;
    }
}


@media only screen and (max-width:450px) {
    header {
        height: 630px;
    }
    .ffslide {
        height: 570px;
    }
        .info-text {
        top: 375px;
    }
}













#first-title {
    margin-top: 320px;
    margin-left: 9%;
    margin-right: 9%;
}

#second-title {
    margin-top: 280px;
}

#accordion {
    max-width: 1000px;
    margin: 0 auto;
}

#accordion h3 {
    color: #0ca7ad;
    text-transform: none;
    text-align: left;
    padding-left: 0px;
    font-size: 160%;
    font-weight: 300;
}

#accordion h3.ui-state-active {
    background-color: #eff2f5;
    margin-bottom: 0px;
    padding-top: 10px;

}

#accordion div {
    background-color: #eff2f5;
    padding: 40px;
}

#accordion div ol,
#accordion div ul {
    font-weight: 100;
    list-style-position: outside;
    text-align: left;
    margin-left: 30px;
}

#accordion div ol li {
    padding-bottom: 20px;
}

header {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -22px
}

.innerheader {
    height: 590px;
}

#what-is header,
#symptoms header,
#living header,
#journey header,
#resources header,
#best-hcp header,
#specialist header,
#primary header,
#secondary header,
#sandra header,
#ruth header,
#sunil header,
#area header,
#bob header,
#monitor header {
    background-size: cover;
}

.no-header {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

.shallow {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.noheader {
    height: 0px;
}

.carousel-cell {
    width: 100%;
}

.main-carousel {
    overflow-y: unset !important;
}

#second-row {
    margin-bottom: 20px;
    margin-top: 40px;
}

.top-item {
    z-index: 1;
}


@media only screen and (max-width:600px) {
    .main-carousel .flickity-prev-next-button {
        display: none !important;
    }

    #social-icons {
        display: none !important;
    }

    .main-carousel .flickity-page-dots {
        left: auto;
        text-align: center !important;
        bottom: 55px;
    }

    .main-carousel h3 {
        margin-top: 60px !important;
        margin-bottom: 50px;
    }

    #first-subtitle {
        padding: 10px;
        margin-bottom: 180px !important;
        line-height: 120
    }

    #first-subtitle-hp {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        line-height: 120%;
    }

    #second-subtitle {
        max-width: 340px;
        margin: 10px auto 13px auto;
    }

    #second-subtitle br {
        display: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    #first-title {
        margin-top: 160px;
        font-size: 190%;
    }

    #second-row {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #homepage header #second-row h3 {
        margin-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#living .flickity-prev-next-button.previous {
    left:200px;
}

#living .flickity-prev-next-button.next {
    right:200px;
}

.case-carousel .flickity-page-dots {
    left: -60px !important;
    text-align: right !important;
    bottom: 80px !important;
    z-index: 0;
}

.case-image .flickity-page-dots,
.case-image .flickity-prev-next-button {
    display: none !important;
}

.case-image .carousel-cell {
    width: 100%;
    opacity: 0;
    transition: 0.5s;
}

.case-image .carousel-cell img {
    max-width: 100%;
}

.case-image .carousel-cell.is-selected {
    opacity: 1;
}

.meet-image .carousel-cell {
    width: 68%;
    max-width: 800px;
    max-height: 490px;
}

.meet-image .carousel-cell img {
    width: 100%;
}

.meet-carousel .flickity-prev-next-button,
.meet-carousel .flickity-page-dots {
    display: none;
}

.meet-image .flickity-page-dots {
    text-align: center !important;
}

.meet-image .flickity-prev-next-button {
    background-color: #00a3ad !important;
    width: 60px !important;
    height: 60px !important;
}

.meet-image .flickity-page-dots .dot.is-selected {
    background: #0CA7AC !important;
}

#homepage .flickity-page-dots {
    text-align: center !important;
}
.case-carousel .flickity-page-dots .dot {
    background: #999 !important;
    opacity: 1 !important;
    margin: 0 3px !important;
}

.case-carousel .flickity-page-dots .dot.is-selected {
    background: #00a3ad !important;
    opacity: 1 !important;
    margin: 0 3px !important;
    height: 10px;
    width: 10px;
    top: 0px;
}

.flickity-page-dots {
    bottom: 85px !important;
    text-align: left !important;
}

.flickity-page-dots .dot {
    background: white !important;
    opacity: 1 !important;
    margin: 0 3px !important;
}

.flickity-page-dots .dot.is-selected {
    background: white;
    height: 14px;
    width: 14px;
    position: relative;
    top: 2px;
}

.flickity-button {
    background: transparent !important;
}

.flickity-prev-next-button {
    width: 60px !important;
    height: 70px !important;
}

.case-carousel .flickity-prev-next-button {
    background-color: #00a3ad !important;
    width: 30px !important;
    height: 30px !important;
    z-index: 2;
}

.case-carousel .flickity-prev-next-button.previous {
    top: 84%;
    left: 30px;

}

.case-carousel .flickity-prev-next-button.next {
    top: 84%;
    left: 116px;
}

.flickity-button-icon {
    fill: white !important;

}


.icon-dropshadow {
    filter: drop-shadow(7px 7px 7px #666666);
    -webkit-filter: drop-shadow(7px 7px 7px #666666);
}




.icons-icon {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    filter: drop-shadow(7px 7px 7px #666666);
    -webkit-filter: drop-shadow(0px 15px 15px #bddadc);
}

.icons-icon.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.box {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.box.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.supported-fade {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.supported-fade.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/*#homepage header {
    background-image: url('../img/slider-homepage-1@2x.jpg');
    background-attachment: fixed;
}*/

#what-is header {
    background-image: url('../img/slider-understanding-1@2x.jpg');
}

#symptoms header:not(#results),
#primary header {
    background-image: url('../img/recogniseheader.jpg');
}

#living header {
    background-image: url('../img/slider-resources-1@2x.jpg');
}

#journey header {
    background-image: url('../img/slider-journey-1@2x.jpg');
}

#resources header {
    background-image: url('../img/slider-resources-1@2x.jpg');
}

#best-hcp header {
    background-image: url('../img/slider-best-hcp-1@2x.jpg');
}

#specialist header {
    background-image: url('../img/hfspecialist-header@2x.jpg');
}

#sandra header {
    background-image: url('../img/meet-sandra-header.jpg');
}

#area > header {
    background-image: url('../img/area-header.jpg');
}

#monitor header {
    background-image: url('../img/monitor-header.jpg');
}

#bob header {
    background-image: url('../img/bob-story-slider.jpg');
}

#ruth header,
#secondary header {
    background-image: url('../img/meet-ruth-header.jpg');
}

#homepage9 header {
    background-image: url('../img/HeaderGraphic-best.jpg');
}

#homepage10 header {
    background-image: url('../img/HCPHeaderGraphic-BG1.jpg');
}

#homepage11 header {
    background-image: url('../img/HeaderGraphic-treatmentpathway.jpg');
}

#homepage12 header {
    background-image: url('../img/HeaderGraphic-fightinghcp.jpg');
}

#homepage13 header {
    background-image: url('../img/HeaderGraphic-bluetop.jpg');
}

#homepage14 header {
    background-image: url('../img/HeaderGraphic-PayorsAndCommissioners.jpg');
}

#homepage15 header {
    background-image: url('../img/HeaderGraphic-primaryBG.jpg');
}

#homepage16 header {
    background-image: url('../img/HeaderGraphic-secondary.jpg');
}

#documentary-row {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    position: relative;
}

.second-line {
    font-size: 140%;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.2em;
    color: #fff;

}

#hcp-disclaimer {
    display: none;
    z-index: 100000;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.hcp-popup {
    background-color: #fff;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    height: 90%;
    max-height: 240px;
    border-radius: 20px;
    margin-top: 100px;
}

.hcp-popup p {
    font-weight: 300;
    padding-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
}

.hcp-popup a {
    border-radius: 20px;
    background-color: #0ca7ad;
    color: #fff !important;
    width: 250px;
    height: 70px;
    padding: 12px 20px 4px 20px;
    display: inline-block;
    margin: 0 auto;
    line-height: 1em;
    cursor: pointer;
}

#hcp-disclaimer.hcp-visible {
    display: block
}

.journey-icon {
    margin-top: 20px;
    text-transform: uppercase;
    color: #073b5b;
    font-size: 1.2em;
    max-width: 320px;
    margin: 20px auto 0px auto;
}

.resources-box {
    background-color: #eff2f5;
}

.downloads-box,
.patient-support-box {
    background-image: url('../img/helpful-downloads.jpg');
    background-size: cover;
    background-position: center top;
    min-height: 400px;
}

.patient-support-box {
    background-image: url('../img/patient-support.jpg');
}

.grey-list {
    list-style-position: inside;
    text-align: left;
    font-weight: 100;
}

.grey-list li {
    margin-bottom: 10px;
}


.nyha-background {
    background-image: url('../img/sandra.jpg');
}

/* info box */
.info-text,
.info-text-shallow,
.hcp-info-text,
.hcp-info-text-shallow {
    font-size: 78%;
    font-weight: 100;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    line-height: 1.1em;
    position: relative;
    top: 675px;
    height: 75px;
    padding: 23px;
    background-color: #09a7ad;
}

.info-text-shallow {
    top: 525px;
}

.hcp-info-text {
    top: 552px;
}

.hcp-info-text-shallow {
    top: 402px;
}

.hcp-message {
    width: 100%;
    position: relative;
    z-index: 1031;
    background-color: #fff;
    display: block;
    letter-spacing: -.02em;
    line-height: 1.1em;
    font-size: 65%;
}

.hcp-message p {
    margin-bottom: 0px;
}







.hr {
    display: block;
    margin-top: 0em;
    margin-bottom: 0.3em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* MONITOR */
/* –––––––––––––––––––––––––––––––––––––––––– */

#home-monitor {
    background-color: #0ca7ad;
    background-image: url('../img/monitor-bg@2x.jpg');
    background-size: cover;
    background-position: center top;
}

@media only screen and (max-width:600px) {
    #home-monitor {
        background-image: none;
    }

    #home-monitor .btn-solid:hover {
        background-color: #fff;
        color: #073b5b;
    }

    #home-monitor h2 {
        margin-top: 50px;
    }

    #home-monitor a.btn-solid {
        margin-bottom: 40px;
    }
}

#home-monitor h2 {
    color: #fff;
    text-align: left;
}

#home-monitor p {
    color: #fff;
    text-align: left;
    font-weight: 100;
}

#home-monitor .btn-solid,
#case-studies .btn-solid {
    text-transform: none;
    padding: 12px 20px 8px 20px;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* CASE STUDIES */
/* –––––––––––––––––––––––––––––––––––––––––– */

#case-studies h2 {
    text-align: left;
    color: #00a3ad;
    margin-top: 0px;
}

#case-studies h2 span {
    font-weight: 100;
    font-size: 60%;
    color: #073b5b;
    text-transform: none;
    line-height: 0.9em;
}

#case-studies p {
    text-align: left;
    font-weight: 100;
    line-height: 1.2em;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* SOCIAL CALLOUTS */
/* –––––––––––––––––––––––––––––––––––––––––– */

#social-call {
    background-color: #eff2f5;
}

#social-call h5 {
    color: #073b5b;
    text-transform: uppercase;
    font-size: 120%;
    margin-top: 0px;
    margin-bottom: 5px;
}

#social-call p {
    color: #00a3ad;
    font-weight: 100;
    font-size: 90%;
    max-width: 400px;
    margin: 0 auto 30px auto;
    line-height: 1.1em;
}

#social-call h3 {
    font-size: 1.9rem;
    color: #073b5b;
    max-width: 820px;
    margin: 20px auto 40px auto;
}

#social-call h3 span {
    color: #00a3ad;
}

#social-call h3 span span {
    font-weight: 100;
}

.supported h5 {
    text-transform: uppercase;
    color: #073b5b;
    font-size: 90%;
}

.innerbox .btn-solid {
    text-transform: none;
    padding: 12px 20px 8px 20px;
    font-weight: 300;
    width: 200px;
}

.innerbox h3 {
    font-size: 1.45rem;
}

.base-nav p {
    line-height: 0.8em;
    max-width: 900px;
}

.base-white {
    background-color: #fff;
}

.base-nav small {
    color: #fff;
    font-weight: 100;
    font-size: 65%;
}

.base-nav ol {
    list-style-position: outside;
    padding-left: 10px;
    max-width: 900px;
}

.base-nav ol li {
    color: #fff;
    font-size: 65%;
    font-weight: 100;
    padding-left: 20px;
}

.base-nav a {
    color: #fff;
    text-decoration: underline;
}

.base-nav .footer-nav a {
    text-decoration: none;
}

.bottom-align-text {
    position: absolute;
    bottom: 0 !important;
    right: 0;
}

@media only screen and (max-width:992px) {
    .bottom-align-text {
        position: unset;
        bottom: unset;
        right: unset;
    }

    #impact #impact-location-graphic {
        display: none;
    }
}

#heart-attack p,
#heart-attack h3 {
    text-align: left;
}

#heart-attack h3 {
    color: #00a3ad;
    margin-top: 0px;
}

#heart-attack p {
    font-weight: 100;
    line-height: 1.2em;
}

#under-stats,
#symptoms-stats {
    background-color: #073b5b;
}

#under-stats h3,
#symptoms-stats h3 {
    color: #0CA7AC;
}

#under-stats p,
#symptoms-stats p {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

#under-stats h5,
#symptoms-stats h5 {
    text-transform: uppercase;
    font-size: 100%;
    margin-top: 20px;
}

#under-meet h3 {
    color: #0CA7AC;
}

#under-meet p {
    max-width: 900px;
    margin: 0 auto;
    font-weight: 100;
}

.symptoms-white-text {
    font-weight: 100;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* ANIMATION */
/* –––––––––––––––––––––––––––––––––––––––––– */

.floating-image-button,
.floating-image {
    opacity: 0;
    transition: .5s;
}

.come-in {
    opacity: 1;
    transform: translateX(120px) rotate(0deg);
    animation: come-in 0.4s ease forwards;
}

.right.come-in {
    transform: translateX(-120px) rotate(0deg);
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* QUESTIONS */
/* –––––––––––––––––––––––––––––––––––––––––– */

.questionicon {
    padding-top: 60px;
    padding-bottom: 30px;
}

.questionnumber {
    color: #0ca7ad;
    text-transform: capitalize;
    font-weight: 100;
    font-size: 150%;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.question,
.question2 {
    margin-top: 15px;
}

.answer {
    font-size: 115%;
    margin-bottom: 10px;
}

#progressbar {
    background-color: #fff;
    border-radius: 8px;
    /* (height of inner div) / 2 + padding */
    padding: 3px;
}

#progressbar > div {
    background-color: #0ca7ad;
    width: 10%;
    /* Adjust with JavaScript */
    height: 20px;
    border-radius: 6px;
}

.rotateimg180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



/* –––––––––––––––––––––––––––––––––––––––––– */
/* IMAGE-IN-BLUE */
/* –––––––––––––––––––––––––––––––––––––––––– */

.dlqi,
.blue-quote,
.white-quote {
    background-image: url('../img/dlqi-bgimage.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
}

.blue-quote,
.white-quote {
    height: auto;
    background-position: center top;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.white-quote {
    background-image: url('../img/white-quote-bgimage.jpg');
}

.cite {
    font-size: 140%;
    font-weight: 300;
}



/* –––––––––––––––––––––––––––––––––––––––––– */
/* FORMS */
/* –––––––––––––––––––––––––––––––––––––––––– */


.form-control {
    font-size: 100%;
    font-weight: 100;
    color: #0ca7ad;
    text-align: center;
}


/* –––––––––––––––––––––––––––––––––––––––––– */
/* ICONS */
/* –––––––––––––––––––––––––––––––––––––––––– */

.icons {
    background-color: #073b5b;
}

.body-icon,
.body-icon-blue,
.jim-listen,
.body-icon-small,
.body-icon-small-dark {
    font-size: 120%;
    font-weight: 300;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
}

.body-icon,
.body-icon-blue,
.jim-listen {
    font-weight: 200;
    line-height: 1.2em;
}

.body-icon-blue,
.jim-listen {
    color: #073b5b;
    padding: 0;
}

.jim-listen{
    font-size: 100%;
        color: #0ca7ad;
    text-decoration: underline #0ca7ad;
}

.body-icon-small {
    font-size: 100%;
    font-weight: 100;
    padding-bottom: 40px;
    padding-right: 35px;
    padding-left: 35px;
}

.body-icon-small-dark {
    color: #073b5b;
    font-size: 100%;
    padding-top: 20px;
    letter-spacing: -.5px;
}

@media only screen and (max-width:570px) {
    .body-icon {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.reversed {
    color: #fff;
    margin-top: 50px;
}

.blue-full-container {
    color: #073b5b;
    margin-top: 50px;
}

.three-icons {
    color: #073b5b;
}

.white-full-container {
    margin-bottom: 50px;
}

.curve,
.curvebluetop,
.curve-footer,
.curve-base,
.curve2-base,
.video {
    background-image: url(../img/curve-wide.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 50px;
    padding-bottom: 20px;
}

.curvebluetop {
    background-image: url(../img/bluecurvetop-wide.jpg);
    margin-top: 0px;
}

.curve2-base {
    background-image: url(../img/curve2-wide.png);
    background-position: center bottom;
    margin-top: 0px;
}

.curve-footer {
    padding-bottom: 100px;
}

.curve-base,
.video {
    background-image: url(../img/curve-widetall-reverse.png);
    background-position: center bottom;
}

.video {
    padding-bottom: 20px;
}

.simple-video {
    background-position: center bottom;
    width: 100%;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* RECORD */
/* –––––––––––––––––––––––––––––––––––––––––– */

.record {
    background-image: url(../img/blue-line240px.jpg);
    background-repeat: repeat-x;
    margin-bottom: 60px
}

#drop-shadow {
    background-color: #0ca7ad;
    box-shadow: 0px 5px 8px #d0d0d0;
}

#drop-shadow2 {
    background-color: #fff;
    box-shadow: 0px 5px 8px #d0d0d0;
}

#dark-bg {
    background-color: #073b5b;
}

#light-bg {
    background-color: #0ca7ad;
}

.lightblue-background {
    background-color: #19A2AB;
}

.audio-link-bg {
    background-color: #121c2e;
}



/* –––––––––––––––––––––––––––––––––––––––––– */
/* 3/4 BOXES */
/* –––––––––––––––––––––––––––––––––––––––––– */

.storiesbox1,
.storiesbox2,
.storiesbox3,
.storiesbox4 {
    margin: 0;
    margin-top: 0;
    padding: 0px;
}

.storiesbox1:hover {
    background-image: url(../img/storiesbox1a.jpg);
}

.storiesbox2:hover {
    background-image: url(../img/storiesbox2a.jpg);
}

.storiesbox3:hover {
    background-image: url(../img/storiesbox3a.jpg);
}

.storiesbox4:hover {
    background-image: url(../img/storiesbox4a.jpg);
}

.storiesbox1,
.storiesbox2,
.storiesbox3,
.storiesbox4 {
    background-size: cover;
    width: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.storiesbox1 {
    background-image: url(../img/storiesbox1b.jpg);
    background-size: cover;
}

.storiesbox2 {
    background-image: url(../img/storiesbox2b.jpg);
    background-size: cover;
}

.storiesbox3 {
    background-image: url(../img/storiesbox3b.jpg);
    background-size: cover;
}

.storiesbox4 {
    background-image: url(../img/storiesbox4b.jpg);
    background-size: cover;
}

.sentence-case {
    text-transform: inherit;
    padding-top: 240px;
    margin: 0px;
}

.box1,
.box2,
.box3,
.box4,
.box5,
.box6,
.box7,
.box8,
.box9,
.box10,
.box11,
.box12 {
    margin: 0;
    margin-top: 30px;
    padding: 10px;
    filter: drop-shadow(7px 7px 7px #C9C9C9);
    -webkit-filter: drop-shadow(0px 12px 8px #303e50);
    height: 350px;
}

.box1:hover {
    background-image: url(../img/box-1b.jpg);
}

.box2:hover {
    background-image: url(../img/box-2b.jpg);
}

.box3:hover {
    background-image: url(../img/box-3b.jpg);
}

.box4:hover {
    background-image: url(../img/box-4b.jpg);
}

.box5:hover {
    background-image: url(../img/Box7a.jpg);
}

.box6:hover {
    background-image: url(../img/Box8a.jpg);
}

.box7:hover {
    background-image: url(../img/Box9a.jpg);
}

.box8:hover {
    background-image: url(../img/Box10a.jpg);
}

.box9:hover {
    background-image: url(../img/box-lightblue2.jpg);
}

.box10:hover {
    background-image: url(../img/box-darkblue2.jpg);
}

.box11:hover {
    background-image: url(../img/Box11a.jpg);
}

.box12:hover {
    background-image: url(../img/box-12a.jpg);
}

.exit-box1,
.exit-box2,
.exit-box3 {
    background-color: #0ca7ad;
}

.box1,
.box2,
.box3,
.box4,
.box5,
.box6,
.box7,
.box8,
.box9,
.box10,
.box11,
.box12 {
    background-size: cover;
    width: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.box1 {
    background-image: url(../img/box-1a.jpg);
    background-size: cover;
}

.box2 {
    background-image: url(../img/box-2a.jpg);
}

.box3 {
    background-image: url(../img/box-3a.jpg);
}

.box4 {
    background-image: url(../img/box-4a.jpg);
}

.box5 {
    background-image: url(../img/Box7.jpg);
}

.box6 {
    background-image: url(../img/Box8.jpg);
}

.box7 {
    background-image: url(../img/Box9.jpg);
}

.box8 {
    background-image: url(../img/Box10.jpg);
}

.box9 {
    background-image: url(../img/box-lightblue.jpg);
}

.box10 {
    background-image: url(../img/box-darkblue.jpg);
}

.box11 {
    background-image: url(../img/Box11.jpg);
}

.box12 {
    background-image: url(../img/box-12b.jpg);
}

.innerbox,
.innerbox-blue {
    border: solid 0px rgba(255, 255, 255, 100);
    transition: .3s;
}

.innerbox h6 {
    margin-bottom: 12px;
    line-height: 1.2rem;
    padding-left: 15px;
    padding-right: 15px;
}

.innerbox-blue {
    border: solid 5px rgba(12, 167, 173, 100);
}



/* –––––––––––––––––––––––––––––––––––––––––– */
/* PRODUCED */
/* –––––––––––––––––––––––––––––––––––––––––– */

.producers {
    margin-bottom: 60px;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* SUPPORTED */
/* –––––––––––––––––––––––––––––––––––––––––– */

.supporters {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
}

.supporters li {
    display: inline-block;
    margin: 10px;
}

.support:last-child {
    margin-bottom: 80px;
}

.supporter-bg {
    background-image: url(../img/SupportedBGimage2.jpg);
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}


/* –––––––––––––––––––––––––––––––––––––––––– */
/* LEARNT */
/* –––––––––––––––––––––––––––––––––––––––––– */

.mobile-curve,
.tablet-curve {
    display: none;
}

@media only screen and (max-width:600px) {
    .tablet-curve {
        display: block;
    }

    .desktop-curve,
    .mobile-curve {
        display: none;
    }
}

@media only screen and (max-width:400px) {
    .mobile-curve {
        display: block;
    }

    .desktop-curve,
    .tablet-curve {
        display: none;
    }
}

.learnt-bg,
.monitoring,
.blueman-bg,
.writing-bg,
.learnt-bgwhitecurve;

.floating-image-half,
.floating-image-half2 {
    background-image: url(../img/SupportedBGimage2a.jpg);
    background-color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
}

.learnt-bg,
.learnt-bgwhitecurve {
    background-attachment: inherit;
}


.monitoring {
    background-image: url(../img/MotherDaughter2.jpg);
    background-size: cover;
    height: 100%;
}

.blueman-bg {
    background-image: url(../img/blueman-bg.jpg);
    background-size: cover;
    height: 100%;
}

.writing-bg {
    background-image: url(../img/writing-bg.jpg);
    background-size: cover;
    height: 100%;

}

.learnt-bgwhitecurve {
    background-image: url(../img/SupportedBGimage-whitecurve.jpg);
}

.social {
    padding-bottom: 130px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* IMAGES */
/* –––––––––––––––––––––––––––––––––––––––––– */

.floating-image-button,
.floating-image-nt,
.floating-image,
.floating-image-tight,
.floating-image-half,
floating-image-half2 {
    margin-top: 70px;
    width: 100%;
}

.floating-image-button {
    max-width: 280px !important;
}

.floating-image {
    max-width: 400px;
}

.floating-image-nt {
    margin-top: 0px;
    max-width: auto;
}

.half-image,
.floating-image-half,
.floating-image-half2,
    {
    width: 100%;
}

.floating-image-tight {
    margin-top: 10px;
}


.side-image {
    width: 220%;
    padding: 0px;
    margin: 0px;
}

.floating-image-half,
.floating-image-half2 {
    background-image: url(../img/sandra.jpg);
    background-size: cover;
    margin-top: 0;
}

.floating-image-half2 {
    background-image: url(../img/ruth.jpg);
}

.parallax {
    background-image: url(../img/whenshouldi-bluebg.jpg);
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* 2COLUMN-TEXT-Image */
/* –––––––––––––––––––––––––––––––––––––––––– */

.health,
.difference {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 15px;
}

.health,
.method {
    background-color: #eff2f5;
}

.lightbluebg {
    background-color: #0ca7ad;
}

.symptoms {
    padding-left: 0px !important;
}

.what {
    padding-left: 30px;
    padding-right: 30px;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* ACCORDION */
/* –––––––––––––––––––––––––––––––––––––––––– */

.btn-accordion {
    display: inline-block;
    font-weight: 400;
    color: #0ca7ad;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
    border-color: none;
    text-shadow: none;
}

.btn-link-accordion {
    font-weight: 400;
    color: #0ca7ad;
    letter-spacing: normal;
    text-decoration: none;
    outline: none !important;
}

.card-body-accordon {
    font-weight: 200;
}

.card-header {
    padding-bottom: 0px;
    padding-top: 10px;
    letter-spacing: normal;
}

/* –––––––––––––––––––––––––––––––––––––––––– */
/* FOOTER */
/* –––––––––––––––––––––––––––––––––––––––––– */

.footer-nav {
    margin-top: 20px;
    display: block;
    float: left;
    font-size: 80%;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.footer-nav li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li a {
    color: #fff;
}

.footer-text {
    font-size: 65%;
    font-weight: 200;
    color: #fff;
    text-align: left;
    line-height: 1.4em;
    margin-bottom: 40px;
}

.base-nav {
    background-color: #073b5b;
}

.base-logo {
    margin-top: 60px;
    margin-bottom: 70px;
    background-color: #fff;
}

/* Cookie bar */
#cookie-bar {
    padding: 15px !important;
    background-color: #2e4857 !important;
}

#cookie-bar p {
    max-width: 800px;
    font-size: 0.8em;
    margin: 0 auto !important;
    line-height: 1.4em;
}

#cookie-bar p a {
    text-decoration: underline;
    margin-left: 0px !important;
}

.cb-enable {
    background-color: transparent !important;
    border: 1px solid #fff;
    padding: 0px 10px !important;
    border-radius: 15px !important;
    text-decoration: none !important;
    transition: 0.3s;
    margin-top: 10px !important;
}

#cookie-bar p a.cb-enable:hover {
    background-color: #fff !important;
    color: #2e4857;
}

/* mobile navbar */
@media only screen and (max-width: 1199.99px) {

    .hamburger-inner,
    .hamburger-inner:before,
    .hamburger-inner:after {
        background-color: #0ca7ad !important;
        width: 30px !important;
        height: 4px !important;
    }

    .hamburger-inner:before,
    .hamburger-inner:after {
        content: "" !important;
    }

    .navbar-collapse {
        margin: 0rem -1rem;
        padding: .5rem 1rem;
    }

    .navbar-nav hr {
        display: block;
        margin: 0px;
        width: 35px;
        height: 1px;
        float: left;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #2e4857;
    }

    .nav-item:hover {
        background-color: #f7f8f9;
    }

    .nav-item br {
        display: none;
    }

    .nav-link {
        padding: 1rem 1rem;
    }

    .dropdown-toggle::after {
        color: #59c953;
    }

    .dropdown-menu {
        border: none;
        padding-top: 0px;
        margin-top: 0px;
    }

    .dropdown-menu hr {
        margin-left: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .dropdown-item {
        padding-left: 10px;
        color: #2e4857;
        font-weight: 300;
    }

    /*#va-logo { width: 43%; max-width: 200px;}*/
}

@media only screen and (max-width: 1024px) {
    #homepage header h2 {
        font-size: 140%;
    }
}

@media only screen and (max-width: 860px) {
    #homepage header h1 {
        font-size: 160%;
    }

    #homepage header h2 {
        font-size: 110%;
    }
}

@media only screen and (max-width: 620px) {
    h1 {
        font-size: 190%;
        margin-bottom: 20px;
    }

    header h1 {
        margin-top: 305px;
    }

    h2 {
        font-size: 160%;
        margin-top: 50px;
    }

    a.navbar-brand,
    .ff-logo {
        max-width: 200px;
    }
}

/*
@media only screen and (max-width: 991.98px) {
    .hamburger-inner, .hamburger-inner:before, .hamburger-inner:after { background-color: #0ca7ad !important; width: 30px !important; height: 3px !important; } 
    .hamburger-inner:before, .hamburger-inner:after { content:"" !important; }
    .navbar-collapse { background-color: #ffffff; margin: 0rem -1rem; padding: .5rem 1rem; }
    .navbar-nav hr { display: block; margin: 0px; width: 35px; height: 1px; float:left; }
    .navbar-light .navbar-nav .nav-link { color: #2e4857; }
    .nav-item:hover { background-color: #f7f8f9; }
    .nav-item br { display:none; }
    .nav-link { padding: 1rem 1rem; }
    .dropdown-toggle::after { color: #59c953; }
    .dropdown-menu { border: none; padding-top: 0px; margin-top:0px; }
    .dropdown-menu hr { margin-left:10px; margin-top: 5px; margin-bottom:5px; }
    .dropdown-item { padding-left: 10px; color: #2e4857; font-weight: 300; }
    /*#va-logo { width: 43%; max-width: 200px;}
} */

/* fonts */
@font-face {
    font-family: "GroldSlim";
    font-weight: 100;
    src: url("../webfonts/GroldSlim-Light.eot");
    src: url("../webfonts/GroldSlim-Light.eot?#iefix") format("embedded-opentype"), url("../webfonts/GroldSlim-Light.woff") format("woff"), url("../webfonts/GroldSlim-Light.ttf") format("truetype");
}

@font-face {
    font-family: "GroldSlim";
    font-weight: 100;
    font-style: italic;
    src: url("../webfonts/39C381_A_0.eot");
    src: url("../webfonts/39C381_A_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/39C381_A_0.woff") format("woff"), url("../webfonts/39C381_A_0.ttf") format("truetype");
}

@font-face {
    font-family: "GroldSlim";
    font-weight: 300;
    src: url("../webfonts/GroldSlim-Medium.eot");
    src: url("../webfonts/GroldSlim-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/GroldSlim-Medium.woff") format("woff"), url("../webfonts/GroldSlim-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "GroldSlim";
    font-style: italic;
    font-weight: 300;
    src: url("../webfonts/GroldSlim-MediumItalic.eot");
    src: url("../webfonts/GroldSlim-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/GroldSlim-MediumItalic.woff") format("woff"), url("../webfonts/GroldSlim-MediumItalic.ttf") format("truetype");
}

@font-face {
    font-family: "GroldSlim";
    font-style: normal;
    font-weight: 700;
    src: url("../webfonts/GroldSlim-ExtraBlack.eot");
    src: url("../webfonts/GroldSlim-ExtraBlack.eot?#iefix") format("embedded-opentype"), url("../webfonts/GroldSlim-ExtraBlack.woff") format("woff"), url("../webfonts/GroldSlim-ExtraBlack.ttf") format("truetype");
}

/* tab */


.tab {
    background-color: #073b5b;
    display: inline-block;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 15px 25px 25px 25px;
    border-bottom-left-radius: 15px;
    width: 600px;
}

.tab-lightblue {
    background-color: #19a2ab;
    padding: 5px 25px 5px 25px;
    border-top-left-radius: 15px;
    width: 300px;
    height: 35px;
    transform: rotate(90dag);
    position: absolute;
    top: 100px;
    left: calc(50% + 00px);
}

#social-slider {
    position: absolute;
    top: 400px;
    left: calc(50% + 750px);
    display:none;
}

.tab {
    opacity: 0;
}

#social-slider-tab {
    position: relative;
    left: -467px;
    top: 48px
}

.tabcta {
    font-weight: 700;
    font-size: 22px;
    padding-top: 5px;
    margin-bottom: 15px;
}

.btn-solid-lightblue-midblue {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 8px 14px 8px 8px;
    color: #ffffff;
    text-decoration: none;
    background-color: #19A2AB;
    border-radius: 35px;
    transition: 0.3s;
    font-weight: 300;
    text-align: left;
}

.btn-solid-lightblue-midblue:hover,
.btn-solid-lightblue-midblue:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #168b93;
    color: #fff;
    text-decoration: none;
}

.tabtextmargin {
    margin-bottom: 5px;
}

.rotate {
    transform: rotate(-90deg);
}

.white-fill {
    background-color: #fff;
    z-index: 1;
}

.no-bg,
sm-head {
    background-color: rgba(0, 0, 0, .01);
}

.drop-shadow {
    background-color: #0ca7ad;
    box-shadow: 0px 5px 8px #d0d0d0;
}

.title {
    font-size: 205%;
}

.subtitle {
    font-size: 120%;
}

.icontitle {
    font-size: 140%;
}




/* Accordian */


.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding top: 10px;
    padding-bottom: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #fff;
    border: none;
    padding-bottom: 5px;
    outline: none;
}

.accordion:after {
    content: '\002B';
    color: #0ca7ad;
    font-weight: lighter;
    float: right;
    margin-left: 5px;
    font-size: 60px;
    outline: none;
    line-height: 10px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    outline: none;
}

.accord-title,
.accord-subhead {
    text-align: left;
    font-size: 30px;
    color: #0ca7ad;
    margin-top: 10px;
    margin-bottom: 0px;
}

.accord-subhead {
    font-weight: 100;
    text-transform: none;
    margin: 0px;
    font-size: 25px;
    line-height: 90%;
}

#accord-sub {
    font-weight: 100;
    text-transform: none;
}


/* exit modal */


#exampleModalLabel {
    text-align: center !important;
    color: #0ca7ad;
}

.modal-cta {
    color: #0ca7ad;
    margin: 0px 10px 0px 10px;
    font-size: 115%;
}

.modal-body {
    margin-bottom: 0;
    margin: 0px 5px 0px 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.modal-body-small {
    font-size: 80%;
    line-height: 110%;
    padding: 10px 20px 20px 20px;
    font-weight: 200;
}

.model-logo {
    align-content: center;
}

.modal-header {
    padding: 15px 20px 0px 20px;
}

.exit-box1,
.exit-box2,
.exit-box3 {
    background-color: #0ca7ad;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 15px 25px 20px 25px;
}

.question,
.question2 {
    font-size: 100%;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.1em; 
    color: #fff;
}

.modal-footer {
    align-content: center
}

.modal-backdrop.show {
    opacity: .7;
    background-color: color: #000;
}


$color1: #f4f4f4;
$color2: #3197EE;

.radio {
    margin: 0.5rem;

    input[type="radio"] {
        position: absolute;
        opacity: 0;

        + .radio-label {
            &:before {
                content: '';
                background: $color1;
                border-radius: 100%;
                border: 1px solid darken($color1, 25%);
                display: inline-block;
                width: 1.4em;
                height: 1.4em;
                position: relative;
                top: -0.2em;
                margin-right: 1em;
                vertical-align: top;
                cursor: pointer;
                text-align: center;
                transition: all 250ms ease;
            }
        }

        &:checked {
            + .radio-label {
                &:before {
                    background-color: $color2;
                    box-shadow: inset 0 0 0 4px $color1;
                }
            }
        }

        &:focus {
            + .radio-label {
                &:before {
                    outline: none;
                    border-color: $color2;
                }
            }
        }

        &:disabled {
            + .radio-label {
                &:before {
                    box-shadow: inset 0 0 0 4px $color1;
                    border-color: darken($color1, 25%);
                    background: darken($color1, 25%);
                }
            }
        }

        + .radio-label {
            &:empty {
                &:before {
                    margin-right: 0;
                }
            }
        }
    }
}

/*questionnaire*/

.questionnaire {
    background-image: url(../img/tailored-questionnaire-background.jpg);
    background-size: cover;
}


.modal-content {
    border: 5px solid #0ca7ad;
    border-radius: 15px;

}

.modal-header {
    border-bottom: none;
}

.large-body {
    font-size: 155%;
}

.questionnaire .close {
    color: #fff;
    background-color: #0ca7ad;
    border-radius: 0px 10px 0px 15px;
    font-weight: 100;
    font-size: 60px;
}

.exitsurvey .close {
    color: #fff;
    background-color: #0ca7ad;
    border-radius: 0px 10px 0px 15px;
    font-weight: 100;
    font-size: 60px;
}

.secondalert {
    background-color: #0ca7ad;
    border: none;
    border-radius: 0px;
    width: 100%;
    max-width: 1500px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    z-index: 200;
    top: 115px;
}

.close {
    font-weight: 100;
    font-size: 240%;
}

.questions {
    padding-left: 5px;
    padding-right: 5px;
}

/* next homepage arrow */

.next {
    margin-right: 2%;
}

/* demo responsive code */

@media only screen and (max-width: 3000px) {
    #first-title {
        margin-top: 250px;
        font-size: 190%;
    }
}


@media only screen and (max-width: 1500px) {
    #first-title {
        margin-top: 270px;
        font-size: 190%;
    }

    #first-title span:after {
        display: none;
    }

    #second-title {
        margin-top: 169px;
        font-size: 180%;
    }
}

@media only screen and (max-width: 1390px) {
    #first-title {
        margin-top: 260px;
        font-size: 160%;
    }

    #first-title span:after {
        display: none;
    }

    #second-title {
        margin-top: 169px;
        font-size: 180%;
    }
}


@media only screen and (max-width: 900px) {
    .alert-primary {
        height: 65px;
    }

    .secondalert {
        top: 145px;
    }

    #first-title {
        margin-top: 100px;
    }

}



@media only screen and (max-width: 500px) {
    .alert-primary {
        height: 90px;
    }

    .secondalert {
        top: 170px;
    }

    #first-title {
        margin-top: 70px;
        font-size: 100%;
        margin-left: 3%;
        margin-right: 3%;
    }

    #first-subtitle-hp {
        font-size: 100% !important;
        margin-left: 3%;
        margin-right: 3%;
    }

}

@media only screen and (max-width: 470px) {
 
    .secondalert {
        top: 170px;
    }

    #first-title {
        margin-top: 60px;
        font-size: 100%;
        margin-left: 3%;
        margin-right: 3%;
    }

}

@media only screen and (max-width: 395px) {
    .alert-primary {
        height: 90px;
    }

    .secondalert {
        top: 170px;
    }

    #first-title {
        margin-top: 40px;
        font-size: 100%;
        margin-left: 3%;
        margin-right: 3%;
    }

    #first-subtitle-hp {
        font-size: 100% !important;
        margin-left: 3%;
        margin-right: 3%;
    }

}


@media only screen and (max-width: 700px) {
    .curvebluetop {
        background-image: url('../img/bluecurvetop-tall2.jpg');
        margin-top: 0px;
    }

}

@media only screen and (max-width: 700px) {
    .large-body {
        font-size: 100%;
    }

}

.question-icon {
    width: 114px;
}

@media only screen and (max-width: 700px) {
    .question-icon {
        width: 80px;
    }

}


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

    .box1,
    .box2,
    .box3,
    .box4,
    .box5,
    .box6,
    .box7,
    .box8,
    .box9,
    .box10,
    .box11,
    .box12 {
        height: 320px;
    }

}


@media only screen and (max-width: 560px) {
    .dismiss-alert {
        text-align: left;
    }

}


@media only screen and (max-width: 620px) {
    .heading-position {
        margin-top: 190px;
    }

    
}

@media only screen and (max-width: 768px) {
    .double-heading-position2 {
        margin-top: 170px;
    }

}


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

    .double-heading-position,
    .double-heading-position2 {
        margin-top: 150px;
    }

}


#living .meet-image {
    padding-left:0px;
    padding-right: 0px;
}

@media only screen and (max-width: 449px) {
    .bluebar {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 368px) {
    .bluebar {
        margin-top: 30px;
    }

}

@media only screen and (max-width: 992px) {
    .sandra-car-hide {
        : 30px;
    }

}


@media only screen and (max-width: 460px) {
    .eightfive {
        font-size: 18px !important;
    }
}


/* –––––––––––––––––––––––––––––––––––––––––– */
/* RESULTS */
/* –––––––––––––––––––––––––––––––––––––––––– */



.resultheading,
.resultbody,
.resultcta {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 120%;
    margin-top: 90px;
}

@media only screen and (max-width:1200px) {
    .resultheading {
        margin-top: 54px;
    }
}

@media only screen and (max-width:991px) {
    .resultheading {
        margin-top: 140px;
    }
}

@media only screen and (max-width:768px) {
    .resultheading {
        margin-top: 120px;
    }
}

@media only screen and (max-width:465px) {
    .resultheading {
        margin-top: 100px;
    }
}

.resultbody {
    font-size: 95%;
    margin-top: 10px;
    line-height: 100%;
    margin-bottom: 10px;
}

.resultcta {
    font-size: 95%;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0px;
    padding-left: 7px;
}


.result1,
.result2,
.result3,
.result4,
.result5,
.result6,
.result7,
.result8,
.result9,
.result10 {
    margin: 0;
    margin-top: 30px;
    padding: 10px;
    height: 310px;
    border-radius: 15px 15px 0px 0px;
    background-size: cover;
    width: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.result1 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(215, 88, 69, 0.9)),
        url(../img/sunil_result.jpg);
    background-size: cover;
}

.result2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(122, 129, 24, 0.9)),
        url(../img/meet_ruth_result.jpg);
    background-size: cover;
}

.result3 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(116, 56, 126, 0.9)),
        url(../img/monitor_result.jpg);
    background-size: cover;
}

@media only screen and (max-width: 569px) {
  main#main-wrap {
    padding: 72px 0;
  }
  main #top-section {
    overflow-x: unset;
  }
}
#main-wrap #copyright {
  color: #ffffff !important;
}
.alert-primary {
  min-height: fit-content;
  height: fit-content !important;
}
.mobile-header nav {
  float: unset;
}