.main-nav .nav li a.active {
    text-decoration: underline;
    text-decoration-color: #F1B608;
    text-decoration-thickness: 3px;
}
.main-nav.open .nav.nav li.active {
    text-decoration: underline !important;
    text-decoration-color: #F1B608 !important;
    text-decoration-thickness: 3px !important;
}

.footnotes {
    font-size: 18px !important;
}
.sct-font{
    font-size: 26px !important;
}


.error-container {
    margin: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: 100vh;
}
.error-h2 {
    font-size: 100px;
    margin-top: 10rem;
}
.error-p {
    font-size: 18px;
    margin-bottom: 2rem;
}

.error-p p {
        text-align: center
}
.back-btn {
    background: #f1b705;
    border-radius: 50px;
    color: #fff;
    font: 700 20px/1.2 "Dosis",sans-serif;
    padding: 10px 15px;
    text-decoration: none;
    margin-bottom: 5rem;
}

@media (max-width: 375px) {
    .back-btn {
        background: #f1b705;
        border-radius: 50px;
        color: #fff;
        font: 500 12px "Dosis",sans-serif;
        padding: 10px 15px;
        text-decoration: none;
        margin-bottom: 5rem;
    }
}

.back-home {
    background: #f1b705;
    border-radius: 50px;
    color: #fff !important;
    padding: 5px 10px;
    text-decoration: none;
    margin-bottom: 5rem;
}
.site-header {
    -webkit-box-shadow: 0 12px 16px rgba(0,0,0,0.32);
    box-shadow: 0 12px 16px rgba(0,0,0,0.32);
    position: relative;
    z-index: 100
}

    .site-header .top-nav {
        background: #ff7548;
        padding: 8px 0
    }

@media (min-width: 480px) {
    .site-header .top-nav {
        padding: 10px 0
    }
}

@media (min-width: 1470px) {
    .site-header .top-nav {
        padding: 15px 0
    }
}

.site-header .top-nav p, .site-header .top-nav ul li, ul .site-header .top-nav li {
    color: #fff;
    font: 700 10px/1 "Roboto",sans-serif;
    margin: 0
}

@media (min-width: 480px) {
    .site-header .top-nav p, .site-header .top-nav ul li, ul .site-header .top-nav li {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .site-header .top-nav p, .site-header .top-nav ul li, ul .site-header .top-nav li {
        font-size: 14px
    }
}

@media (min-width: 1470px) {
    .site-header .top-nav p, .site-header .top-nav ul li, ul .site-header .top-nav li {
        font-size: 18px
    }
}

.site-header .header {
    padding: 20px 0 25px;
    position: relative
}

@media (min-width: 480px) {
    .site-header .header {
        padding: 30px 0 40px
    }
}

@media (min-width: 1024px) {
    .site-header .header {
        padding: 20px 0 30px
    }
}

@media (min-width: 1470px) {
    .site-header .header {
        padding: 30px 0 45px
    }
}

.site-header .header .brand {
    width: 115px
}

@media (min-width: 480px) {
    .site-header .header .brand {
        width: 175px
    }
}

@media (min-width: 992px) {
    .site-header .header .brand {
        width: 150px
    }
}

@media (min-width: 1200px) {
    .site-header .header .brand {
        width: 170px
    }
}

@media (min-width: 1470px) {
    .site-header .header .brand {
        width: 205px
    }
}

.site-header .header .stay-link {
    background: #f1b705;
    border-radius: 50px;
    color: #fff;
    font: 700 20px/1.2 "Dosis",sans-serif;
    padding: 10px 15px;
    text-decoration: none
}

@media (min-width: 992px) {
    .site-header .header .stay-link {
        font-size: 16px;
        padding: 5px 25px
    }
}

@media (min-width: 1200px) {
    .site-header .header .stay-link {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media (min-width: 1470px) {
    .site-header .header .stay-link {
        font-size: 24px;
        padding: 15px 25px
    }
}

@media (max-width: 991px) {
    .main-nav .nav {
        display: none
    }
}

.main-nav .nav li {
    color: #ff7548;
    font: 700 20px "Dosis",sans-serif;
    margin-left: 20px;
    margin-top: 0;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .main-nav .nav li {
        font-size: 16px;
        margin-left: 25px
    }
}

@media (min-width: 1200px) {
    .main-nav .nav li {
        font-size: 20px;
        margin-left: 35px
    }
}

@media (min-width: 1470px) {
    .main-nav .nav li {
        font-size: 24px;
        margin-left: 40px
    }
}

.main-nav .nav li a {
    color: inherit;
    text-decoration: none
}

@media (min-width: 992px) {
    .main-nav .nav li.active a {
        position: relative
    }
}

@media (min-width: 992px) {
    .main-nav .nav li.active a:after {
        background: #f1b705;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        top: calc(100% + 2px);
        width: 100%
    }
 
}

@media (min-width: 1100px) {
    .main-nav .nav li.active a:after {
        height: 5px;
        top: calc(100% + 3px)
    }
 
}

.main-nav .nav li:first-child {
    margin-left: 0
}

.main-nav.open .nav {
    background-color: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.25);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.25);
    left: 0;
    top: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: block
}

    .main-nav.open .nav.nav {
        border-top: 2px solid #ff7548
    }

        .main-nav.open .nav.nav li {
            border-bottom: 2px solid #ebebeb;
            font-size: 16px;
            margin: 0;
            padding: 0
        }

@media (min-width: 768px) {
    .main-nav.open .nav.nav li {
        font-size: 20px
    }
}

.main-nav.open .nav.nav li a {
    display: block;
    padding: 10px 15px
}

@media (min-width: 768px) {
    .main-nav.open .nav.nav li a {
        padding: 15px 25px
    }
}

.mob-nav-icon {
    position: absolute;
    right: 0;
    top: 5px;
    width: 90px;
    z-index: 10
}

    .mob-nav-icon img {
        width: 100%
    }

.nav-icon {
    cursor: pointer;
    height: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 22px
}

@media (min-width: 480px) {
    .nav-icon {
        height: 28px;
        right: 25px;
        width: 32px
    }
}

@media (min-width: 992px) {
    .nav-icon {
        display: none
    }
}

.nav-icon span {
    background: #ff7548;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 100%
}

@media (min-width: 480px) {
    .nav-icon span {
        height: 5px
    }
}

.nav-icon span:nth-child(1) {
    top: 0px
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav-icon span:nth-child(4) {
    top: 17px
}

@media (min-width: 480px) {
    .nav-icon span:nth-child(4) {
        top: 24px
    }
}

.nav-icon.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%
}

.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-icon.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%
}

.hero {
    position: relative
}

@media (min-width: 992px) {
    .hero .container {
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .hero .container .row {
            height: 100%
        }
}

@media (max-width: 991px) {
    .hero .container.inner {
        background: rgba(0,0,0,0.4);
        bottom: 0;
        left: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        position: absolute
    }
}

.hero .container.inner h1 {
    color: #fff
}

@media (max-width: 767px) {
    .hero .container.inner h1 {
        font-size: 28px
    }
}

@media (max-width: 479px) {
    .hero .container.inner h1 {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .hero .copy {
        padding-top: 30px
    }
}

.hero h1 {
    color: #535353;
    font: 700 48px "Dosis",sans-serif;
    margin: 0;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .hero h1 {
        color: #fff;
        font-size: 40px
    }
}

@media (min-width: 1200px) {
    .hero h1 {
        font-size: 48px
    }
}

@media (max-width: 991px) {
    .hero .hero-img {
        background: none !important;
        overflow: hidden;
        padding-top: 42%;
        position: relative;
        width: 100%
    }

        .hero .hero-img img {
            height: 100%;
            left: 0;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: 100% 100%;
            object-position: 100% 100%;
            position: absolute;
            top: 0;
            width: 100%
        }
}

@media (max-width: 991px) {
    .hero.home-hero .hero-img {
        padding-top: 100%
    }
}

@media (min-width: 992px) {
    .hero.home-hero {
        padding-bottom: 0px
    }
}

@media (min-width: 992px) {
    .hero.home-hero .container {
        padding: 50px 15px 0
    }
}

@media (min-width: 1200px) {
    .hero.home-hero .container {
        padding-top: 100px
    }
}

@media (min-width: 1600px) {
    .hero.home-hero .container {
        padding-top: 180px
    }
}

.hero.home-hero h1 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px
}

@media (min-width: 480px) {
    .hero.home-hero h1 {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .hero.home-hero h1 {
        font-size: 42px
    }
}

@media (min-width: 1200px) {
    .hero.home-hero h1 {
        font-size: 50px
    }
}

@media (min-width: 1470px) {
    .hero.home-hero h1 {
        font-size: 64px
    }
}

.hero.home-hero h1 strong {
    font-weight: 700
}

.hero.home-hero p, .hero.home-hero ul li, ul .hero.home-hero li {
    color: #535353;
    line-height: 1.34
}

@media (min-width: 992px) {
    .hero.home-hero p, .hero.home-hero ul li, ul .hero.home-hero li {
        color: #fff;
        font-size: 17px
    }
}

@media (min-width: 1200px) {
    .hero.home-hero p, .hero.home-hero ul li, ul .hero.home-hero li {
        font-size: 20px
    }
}

@media (min-width: 1470px) {
    .hero.home-hero p, .hero.home-hero ul li, ul .hero.home-hero li {
        font-size: 26px
    }
}

.hero.home-hero .medium-wgt {
    font-weight: 500
}

.hero.home-hero span.black-wgt {
    font-weight: 900
}

.hero.home-hero .blue-card {
    background: #00aced;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px
}

@media (min-width: 480px) {
    .hero.home-hero .blue-card {
        padding: 30px;
        margin-top: 20px
    }
}

@media (min-width: 992px) {
    .hero.home-hero .blue-card {
        padding: 20px;
        margin-top: 20px
    }
}

@media (min-width: 1470px) {
    .hero.home-hero .blue-card {
        padding: 30px 45px;
        margin-top: 20px
    }
}

@media (min-width: 992px) {
    .hero.home-hero .blue-card {
        border-radius: 8px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px
    }
}

.hero.home-hero .blue-card p, .hero.home-hero .blue-card ul li, ul .hero.home-hero .blue-card li {
    margin-top: 0
}

.hero.home-hero .blue-card .meta {
    margin-top: 20px
}

@media (min-width: 480px) {
    .hero.home-hero .blue-card .meta {
        margin-top: 30px
    }
}

.hero.home-hero .blue-card .meta .plus {
    color: #fff;
    float: left;
    font: 600 34px/1 "Dosis",sans-serif
}

@media (min-width: 480px) {
    .hero.home-hero .blue-card .meta .plus {
        font-size: 34px;
        margin-top: -2px
    }
}

@media (min-width: 768px) {
    .hero.home-hero .blue-card .meta .plus {
        font-size: 52px;
        margin-top: -8px
    }
}

.hero.home-hero .blue-card .meta .inner {
    padding-left: 20px;
    white-space: nowrap
}

@media (min-width: 480px) {
    .hero.home-hero .blue-card .meta .inner {
        padding-left: 25px
    }
}

@media (min-width: 768px) {
    .hero.home-hero .blue-card .meta .inner {
        padding-left: 30px
    }
}

.hero.home-hero .blue-card .meta h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0
}

@media (min-width: 480px) {
    .hero.home-hero .blue-card .meta h2 {
        font-size: 34px
    }
}

@media (min-width: 1200px) {
    .hero.home-hero .blue-card .meta h2 {
        font-size: 42px
    }
}

@media (min-width: 1470px) {
    .hero.home-hero .blue-card .meta h2 {
        font-size: 52px
    }
}

.hero.home-hero .blue-card .meta h3 {
    font: 12px/1 "Dosis",sans-serif;
    margin: 8px 0 0 0;
    text-transform: uppercase
}

@media (min-width: 480px) {
    .hero.home-hero .blue-card .meta h3 {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .hero.home-hero .blue-card .meta h3 {
        font-size: 18px
    }
}

@media (min-width: 1470px) {
    .hero.home-hero .blue-card .meta h3 {
        font-size: 22px
    }
}

.hero.home-hero .blue-card .meta .text {
    border-right: 1px solid #fff;
    margin-right: 15px;
    padding-right: 15px
}

@media (min-width: 480px) {
    .hero.home-hero .blue-card .meta .text {
        margin-right: 20px;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .hero.home-hero .blue-card .meta .text {
        margin-right: 25px;
        padding-right: 25px
    }
}

.hero.home-hero .blue-card .meta .text:last-child {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0
}

.hero.home-hero .blue-card p, .hero.home-hero .blue-card ul li, ul .hero.home-hero .blue-card li, .hero.home-hero .blue-card h2, .hero.home-hero .blue-card h3 {
    color: #fff
}

h2 {
    color: #00aced;
    font: 700 18px/1.2 "Dosis",sans-serif;
    text-transform: uppercase
}

@media (min-width: 480px) {
    h2 {
        font-size: 28px
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 26px
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 32px
    }
}

@media (min-width: 1470px) {
    h2 {
        font-size: 40px
    }
}

h2.orange {
    color: #ff7548
}

h2.text-normal {
    text-transform: unset
}

h3 {
    color: #535353;
    font: 18px/1.2 "Dosis",sans-serif;
    text-transform: uppercase
}

@media (min-width: 480px) {
    h3 {
        font-size: 28px
    }
}

@media (min-width: 992px) {
    h3 {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    h3 {
        font-size: 30px
    }
}

@media (min-width: 1470px) {
    h3 {
        font-size: 36px
    }
}

p, ul li {
    color: #535353;
    font: 14px/1.45 "Roboto",sans-serif;
    margin: 15px 0 0 0
}

@media (min-width: 480px) {
    p, ul li {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    p, ul li {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    p, ul li {
        font-size: 22px
    }
}

@media (min-width: 1470px) {
    p, ul li {
        font-size: 26px
    }
}

p .blue, ul li .blue {
    color: #00aced
}

p strong, ul li strong {
    font-weight: 700
}

p + h2, ul li + h2 {
    margin-top: 30px
}

@media (min-width: 480px) {
    p + h2, ul li + h2 {
        margin-top: 40px
    }
}

@media (min-width: 768px) {
    p + h2, ul li + h2 {
        margin-top: 50px
    }
}

ul {
    margin: 0;
    padding-left: 15px
}

@media (min-width: 768px) {
    ul {
        padding-left: 25px
    }
}

ul .blue {
    color: #00aced
}

ul .orange {
    color: #ff7548
}

ul .yellow {
    color: #f1b705
}

.content {
    padding: 30px 0
}

@media (min-width: 480px) {
    .content {
        padding: 40px 0
    }
}

@media (min-width: 768px) {
    .content {
        padding: 50px 0
    }
}

@media (min-width: 992px) {
    .content {
        padding: 60px 0
    }
}

@media (min-width: 1200px) {
    .content {
        padding: 100px 0
    }
}

.content.grey {
    background-color: #ebebeb
}

.content.yellow {
    background: #f1b705
}

.content .cta {
    background: #ff7548;
    border-radius: 50px;
    color: #fff;
    font: 700 14px/1.2 "Dosis", sans-serif;
    padding: 8px 16px;
    text-decoration: none
}

@media (min-width: 480px) {
    .content .cta {
        font-size: 18px;
        padding: 10px 25px
    }
}

@media (min-width: 992px) {
    .content .cta {
        font-size: 22px;
        padding: 6px 30px
    }
}

@media (min-width: 1200px) {
    .content .cta {
        padding: 8px 30px
    }
}

@media (min-width: 1470px) {
    .content .cta {
        font-size: 24px;
        padding: 10px 30px
    }
}

@media (min-width: 768px) {
    .content .cta.wider {
        min-width: 225px
    }
}

@media (min-width: 1200px) {
    .content .cta.wider {
        min-width: 275px
    }
}

@media (min-width: 1470px) {
    .content .cta.wider {
        min-width: 330px
    }
}

.content .cta.blue {
    background: #00aced;
    color: #fff
}

.content .cta.bd-blue {
    background: #fff;
    border: 1px solid #00aced;
    color: #00aced
}

.content .cta.none {
    background: none
}

@media (min-width: 1200px) {
    .content.pb-50 {
        padding-bottom: 70px
    }
}

.content .organ-pic {
    max-width: 100%
}

@media (min-width: 992px) {
    .content .organ-pic {
        max-width: 80%
    }
}

@media (min-width: 1470px) {
    .content .organ-pic {
        max-width: 100%
    }
}

.content.heading {
    padding-top: 0
}

    .content.heading .head-bar {
        margin-bottom: 20px;
        padding: 15px 0
    }

@media (min-width: 768px) {
    .content.heading .head-bar {
        margin-bottom: 25px;
        padding: 20px 0
    }
}

.content.heading .head-bar h2 {
    color: #fff;
    line-height: 1;
    margin: 0
}

@media (min-width: 992px) {
    .content.heading .head-bar h2 {
        font-size: 32px
    }
}

@media (min-width: 1200px) {
    .content.heading .head-bar h2 {
        font-size: 40px
    }
}

@media (min-width: 1470px) {
    .content.heading .head-bar h2 {
        font-size: 48px
    }
}

.content.heading .head-bar.blue {
    background: #00aced
}

.content.heading .head-bar.orange {
    background: #ff7548
}

.content.heading .head-bar.yellow {
    background: #f1b705
}

.content.heading .head-bar.grey {
    background: #ebebeb
}

.side-content {
    margin-top: 40px
}

@media (min-width: 992px) {
    .side-content {
        margin-top: 25px
    }
}

@media (min-width: 992px) {
    .side-content .icon img {
        max-height: 130px
    }
}

@media (min-width: 1024px) {
    .side-content .icon img {
        max-height: 150px
    }
}

@media (min-width: 1200px) {
    .side-content .icon img {
        max-height: 180px
    }
}

@media (min-width: 1470px) {
    .side-content .icon img {
        max-height: 220px
    }
}

@media (max-width: 767px) {
    .side-content .icon img {
        height: 85px;
        width: auto
    }
}

@media (max-width: 480px) {
    .side-content .icon img {
        height: 110px
    }
}

.side-content p, .side-content ul li, ul .side-content li {
    color: #00aced;
    font-weight: 500;
    margin-top: 20px
}

.list-box {
    background: #ebebeb;
    border-radius: 8px;
    margin-top: 25px;
    padding: 20px
}

.infection {
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px;
    position: relative
}

@media (min-width: 1470px) {
    .infection {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .infection {
        margin-top: 0
    }
}

.infection .infection-pic {
    height: 84px;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 86px;
    z-index: 0
}

@media (min-width: 992px) {
    .infection .infection-pic {
        height: 70px;
        width: 72px
    }
}

@media (min-width: 1200px) {
    .infection .infection-pic {
        height: 78px;
        width: 80px
    }
}

@media (min-width: 1470px) {
    .infection .infection-pic {
        height: 109px;
        width: 112px
    }
}

.infection h2 {
    color: #ff7548;
    font-size: 26px;
    margin: 0
}

@media (min-width: 480px) {
    .infection h2 {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .infection h2 {
        font-size: 36px
    }
}

@media (min-width: 1200px) {
    .infection h2 {
        font-size: 42px
    }
}

@media (min-width: 1470px) {
    .infection h2 {
        font-size: 54px
    }
}

.infection h3 {
    font-size: 20px;
    margin: 0;
    text-transform: initial
}

@media (min-width: 480px) {
    .infection h3 {
        font-size: 30px
    }
}

@media (min-width: 992px) {
    .infection h3 {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .infection h3 {
        font-size: 32px
    }
}

@media (min-width: 1470px) {
    .infection h3 {
        font-size: 40px
    }
}

.ratio-box {
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px
}

@media (min-width: 1470px) {
    .ratio-box {
        padding: 30px
    }
}

@media (min-width: 992px) {
    .ratio-box {
        margin-top: 0
    }
}

.ratio-box .pic-holder {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px
}

@media (min-width: 480px) {
    .ratio-box .pic-holder {
        margin-right: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
        flex: 0 0 135px
    }
}

@media (min-width: 992px) {
    .ratio-box .pic-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px
    }
}

@media (min-width: 1200px) {
    .ratio-box .pic-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px
    }
}

@media (min-width: 1470px) {
    .ratio-box .pic-holder {
        margin-right: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px
    }
}

.ratio-box .meta h2 {
    color: #ff7548;
    font-size: 22px;
    margin: 0
}

@media (min-width: 480px) {
    .ratio-box .meta h2 {
        font-size: 34px
    }
}

@media (min-width: 992px) {
    .ratio-box .meta h2 {
        font-size: 32px
    }
}

@media (min-width: 1200px) {
    .ratio-box .meta h2 {
        font-size: 38px
    }
}

@media (min-width: 1470px) {
    .ratio-box .meta h2 {
        font-size: 46px
    }
}

.ratio-box .meta p, .ratio-box .meta ul li, ul .ratio-box .meta li {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 5px
}

@media (min-width: 480px) {
    .ratio-box .meta p, .ratio-box .meta ul li, ul .ratio-box .meta li {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    .ratio-box .meta p, .ratio-box .meta ul li, ul .ratio-box .meta li {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .ratio-box .meta p, .ratio-box .meta ul li, ul .ratio-box .meta li {
        font-size: 24px
    }
}

@media (min-width: 1470px) {
    .ratio-box .meta p, .ratio-box .meta ul li, ul .ratio-box .meta li {
        font-size: 26px
    }
}

@media (min-width: 768px) {
    .bg-lungs {
        position: relative
    }

        .bg-lungs:before {
            background-image: url(../images/bg-lungs.jpg);
            background-position: 100% 100%;
            background-repeat: no-repeat;
            content: '';
            mix-blend-mode: multiply;
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 0
        }
}

.acc-box {
    margin-top: 30px
}

@media (min-width: 768px) {
    .acc-box {
        margin-top: 40px
    }
}

.acc-box .head-acc {
    color: #fff;
    cursor: pointer;
    font: 700 16px/1.2 "Dosis", sans-serif;
    padding: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .acc-box .head-acc {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 375px) {
    .acc-box .head-acc {
        font-size: 20px
    }
}

@media (min-width: 480px) {
    .acc-box .head-acc {
        font-size: 28px
    }
}

@media (min-width: 992px) {
    .acc-box .head-acc {
        border-radius: 8px;
        font-size: 24px
    }
}

@media (min-width: 1024px) {
    .acc-box .head-acc {
        font-size: 30px
    }
}

.acc-box .head-acc .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px
}

@media (min-width: 480px) {
    .acc-box .head-acc .icon {
        height: 16px;
        width: 16px
    }
}

@media (min-width: 768px) {
    .acc-box .head-acc .icon {
        height: 20px;
        width: 20px
    }
}

.acc-box .head-acc .icon:after {
    background: #fff;
    border-radius: 4px;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

@media (min-width: 480px) {
    .acc-box .head-acc .icon:after {
        width: 3px
    }
}

@media (min-width: 768px) {
    .acc-box .head-acc .icon:after {
        width: 4px
    }
}

.acc-box .head-acc .icon:before {
    background: #fff;
    border-radius: 4px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

@media (min-width: 480px) {
    .acc-box .head-acc .icon:before {
        height: 3px
    }
}

@media (min-width: 768px) {
    .acc-box .head-acc .icon:before {
        height: 4px
    }
}

@media (min-width: 992px) {
    .acc-box .head-acc.clicked {
        border-radius: 8px 8px 0 0
    }
}

.acc-box .head-acc.clicked .icon:after {
    display: none
}

.acc-box .head-acc.orange {
    background: #ff7548
}

.acc-box .head-acc.blue {
    background: #00aced
}

.acc-box .head-acc.yellow {
    background: #f1b705
}

.acc-box .acc-body {
    background: #ebebeb;
    display: none;
    padding: 5px 20px 20px
}

@media (min-width: 992px) {
    .acc-box .acc-body {
        border-radius: 0 0 8px 8px
    }
}

@media (max-width: 991px) {
    .acc-box .acc-body {
        margin-left: -15px;
        margin-right: -15px
    }

        .acc-box .acc-body .side-content {
            background: #fff;
            margin: 20px -20px -20px;
            padding: 20px 20px 0
        }
}

.acc-box .seemore {
    background: #ebebeb;
    color: #535353;
    display: block;
    font: 16px/1 "Roboto",sans-serif;
    margin: 0 -15px -16px -15px;
    padding: 8px;
    text-align: center
}

@media (min-width: 480px) {
    .acc-box .seemore {
        font-size: 20px;
        padding: 10px
    }
}

@media (min-width: 992px) {
    .acc-box .seemore {
        display: none
    }
}

@media (max-width: 991px) {
    .acc-box .no-mob {
        display: none !important
    }
}

.acc-box .no-mob .side-content {
    display: none
}

@media (min-width: 992px) {
    .acc-box .no-mob .side-content {
        margin-top: 0
    }
}

.pic-pdf {
    border: 1px solid #626262;
    margin-bottom: 30px
}

.mob-pic-holder img {
    width: auto;
    height: 85px;
    margin-bottom: 20px
}

@media (min-width: 480px) {
    .mob-pic-holder img {
        height: 110px;
        margin-bottom: 30px
    }
}

.cta-mob {
    margin: 30px 35px
}

    .cta-mob .stay-link {
        background: #ff7548;
        border-radius: 50px;
        color: #fff;
        font: 700 14px/1.2 "Dosis", sans-serif;
        padding: 8px 16px;
        text-decoration: none;
        background: #f1b705
    }

@media (min-width: 480px) {
    .cta-mob .stay-link {
        font-size: 18px;
        padding: 10px 25px
    }
}

@media (min-width: 992px) {
    .cta-mob .stay-link {
        font-size: 22px;
        padding: 6px 30px
    }
}

@media (min-width: 1200px) {
    .cta-mob .stay-link {
        padding: 8px 30px
    }
}

@media (min-width: 1470px) {
    .cta-mob .stay-link {
        font-size: 24px;
        padding: 10px 30px
    }
}

@media (min-width: 768px) {
    .cta-mob .stay-link.wider {
        min-width: 225px
    }
}

@media (min-width: 1200px) {
    .cta-mob .stay-link.wider {
        min-width: 275px
    }
}

@media (min-width: 1470px) {
    .cta-mob .stay-link.wider {
        min-width: 330px
    }
}

.cta-mob .stay-link.blue {
    background: #00aced;
    color: #fff
}

.cta-mob .stay-link.bd-blue {
    background: #fff;
    border: 1px solid #00aced;
    color: #00aced
}

.cta-mob .stay-link.none {
    background: none
}

.cta-mob.mob {
    margin-bottom: 5px
}

.form-opt-in {
    padding-bottom: 30px
}

@media (min-width: 1200px) {
    .form-opt-in {
        padding-bottom: 60px
    }
}

.form-opt-in .form-call {
    padding-bottom: 30px
}

@media (min-width: 1200px) {
    .form-opt-in .form-call {
        padding-bottom: 40px
    }
}

.form-opt-in .form-call h2 {
    color: #535353
}

@media (min-width: 992px) {
    .form-opt-in .form-call h2 {
        font-size: 30px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form-call h2 {
        font-size: 36px
    }
}

@media (min-width: 1470px) {
    .form-opt-in .form-call h2 {
        font-size: 44px
    }
}

.form-opt-in .form-call h3 {
    font: 700 12px/1.2 "Dosis", sans-serif;
    text-transform: initial
}

@media (min-width: 480px) {
    .form-opt-in .form-call h3 {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .form-opt-in .form-call h3 {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form-call h3 {
        font-size: 28px
    }
}

@media (min-width: 1470px) {
    .form-opt-in .form-call h3 {
        font-size: 36px
    }
}

.form-opt-in .form-call .cta {
    cursor: pointer;
    margin-top: 15px
}

@media (min-width: 768px) {
    .form-opt-in .form-call .cta {
        margin-top: 25px
    }
}

.form-opt-in .form {
    display: none
}

    .form-opt-in .form label {
        color: #535353;
        font: 700 14px/1 'Dosis', sans-serif;
        text-transform: uppercase
    }

@media (min-width: 992px) {
    .form-opt-in .form label {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form label {
        font-size: 20px
    }
}

@media (min-width: 1470px) {
    .form-opt-in .form label {
        font-size: 24px
    }
}

.form-opt-in .form .form-control {
    border-radius: 8px;
    border-color: #fff;
    font: 16px/1 'Dosis', sans-serif;
    height: 42px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .form-opt-in .form .form-control {
        font-size: 18px;
        height: 54px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form .form-control {
        font-size: 40px
    }
}

@media (min-width: 1470px) {
    .form-opt-in .form .form-control {
        border-radius: 20px;
        font-size: 24px;
        height: 68px;
        margin-bottom: 30px
    }
}

.form-opt-in .form .describes-box {
    border: 1px solid #707070;
    border-radius: 8px;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 10px
}

@media (min-width: 768px) {
    .form-opt-in .form .describes-box {
        border-radius: 20px;
        border-width: 2px;
        margin-top: 60px
    }
}

.form-opt-in .form .describes-box .radio-acc {
    display: none
}

.form-opt-in .form .describes-box h2 {
    color: #535353;
    cursor: pointer;
    font-size: 20px;
    text-transform: initial;
    padding: 20px 20px 0;
    position: relative
}

@media (min-width: 480px) {
    .form-opt-in .form .describes-box h2 {
        font-size: 28px
    }
}

@media (min-width: 992px) {
    .form-opt-in .form .describes-box h2 {
        font-size: 26px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form .describes-box h2 {
        font-size: 32px
    }
}

.form-opt-in .form .describes-box h2 .arrow {
    border-top: 8px solid #535353;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 75%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px
}

@media (min-width: 480px) {
    .form-opt-in .form .describes-box h2 .arrow {
        top: 65%
    }
}

@media (min-width: 768px) {
    .form-opt-in .form .describes-box h2 .arrow {
        height: 13px;
        border-top: 13px solid #535353;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        width: 16px
    }
}

.form-opt-in .form .describes-box h2.clicked .arrow {
    border-bottom: 8px solid #535353;
    border-top: 0 none
}

@media (min-width: 768px) {
    .form-opt-in .form .describes-box h2.clicked .arrow {
        border-bottom: 13px solid #535353
    }
}

.form-opt-in .form .describes-box label {
    font-size: 16px;
    font-weight: 500;
    text-transform: initial
}

@media (min-width: 480px) {
    .form-opt-in .form .describes-box label {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .form-opt-in .form .describes-box label {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form .describes-box label {
        font-size: 27px
    }
}

@media (min-width: 1470px) {
    .form-opt-in .form .describes-box label {
        font-size: 30px
    }
}

.form-opt-in .form .describes-box .custom-control {
    padding: 15px 45px
}

    .form-opt-in .form .describes-box .custom-control .custom-control-label:after, .form-opt-in .form .describes-box .custom-control .custom-control-label:before {
        top: 1px
    }

@media (min-width: 992px) {
    .form-opt-in .form .describes-box .custom-control .custom-control-label:after, .form-opt-in .form .describes-box .custom-control .custom-control-label:before {
        font-size: 2px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form .describes-box .custom-control .custom-control-label:after, .form-opt-in .form .describes-box .custom-control .custom-control-label:before {
        font-size: 8px
    }
}

@media (min-width: 1470px) {
    .form-opt-in .form .describes-box .custom-control .custom-control-label:after, .form-opt-in .form .describes-box .custom-control .custom-control-label:before {
        top: 10px
    }
}

.form-opt-in .form .describes-box .custom-control:hover {
    background: #f4c63a
}

.form-opt-in .form p, .form-opt-in .form ul li, ul .form-opt-in .form li {
    font: 500 14px/1.5 'Dosis', sans-serif;
    margin-top: 25px
}

@media (min-width: 480px) {
    .form-opt-in .form p, .form-opt-in .form ul li, ul .form-opt-in .form li {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .form-opt-in .form p, .form-opt-in .form ul li, ul .form-opt-in .form li {
        font-size: 22px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form p, .form-opt-in .form ul li, ul .form-opt-in .form li {
        font-size: 24px
    }
}

@media (min-width: 1470px) {
    .form-opt-in .form p, .form-opt-in .form ul li, ul .form-opt-in .form li {
        font-size: 26px
    }
}

.form-opt-in .form p a, .form-opt-in .form ul li a, ul .form-opt-in .form li a {
    color: inherit;
    text-decoration: none
}

.form-opt-in .form .cta-row {
    margin-top: 30px
}

@media (min-width: 992px) {
    .form-opt-in .form .cta-row {
        font-size: 40px
    }
}

@media (min-width: 1200px) {
    .form-opt-in .form .cta-row {
        margin-top: 60px
    }
}

@media (min-width: 1470px) {
    .form-opt-in .form .cta-row {
        margin-top: 80px
    }
}

.form-opt-in .form .cta-row button {
    border: 0 none;
    outline: 0 none
}

.footer {
    -webkit-box-shadow: inset 0 7px 35px -7px rgba(0,0,0,0.6);
    box-shadow: inset 0 7px 35px -7px rgba(0,0,0,0.6);
    padding: 30px 0 20px;

}

@media (min-width: 480px) {
    .footer {
        padding: 50px 0 20px;
        
    }
}

@media (min-width: 992px) {
    .footer {
        padding: 50px 0;
    }
}

.footer .foot-logo {
    width: 95px
}

@media (min-width: 480px) {
    .footer .foot-logo {
        width: 140px
    }
}

@media (min-width: 768px) {
    .footer .foot-logo {
        margin-right: 40px
    }
}

@media (min-width: 1200px) {
    .footer .foot-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px
    }
}

@media (min-width: 1470px) {
    .footer .foot-logo {
        margin-right: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px
    }
}

.footer .foot-link {
    margin-top: 30px
}

    .footer .foot-link .links .nav li {
        border-right: 1px solid #000;
        color: #000;
        font: 500 12px/1 "Dosis",sans-serif;
        margin: 0 10px 10px 0;
        padding-right: 10px;
        text-transform: uppercase
    }

@media (min-width: 480px) {
    .footer .foot-link .links .nav li {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .footer .foot-link .links .nav li {
        border-right: 0 none
    }
}

@media (min-width: 1200px) {
    .footer .foot-link .links .nav li {
        font-size: 16px;
        margin-right: 30px
    }
}

@media (min-width: 1470px) {
    .footer .foot-link .links .nav li {
        font-size: 18px;
        margin-right: 40px;
        padding-right: 0
    }
}

.footer .foot-link .links .nav li a {
    color: inherit;
    text-decoration: none
}

.footer .foot-link .links .nav li:last-child {
    border-right: 0 none;
    margin-right: 0
}

.footer .foot-link .copyright {
    margin-top: 30px
}

@media (min-width: 480px) {
    .footer .foot-link .copyright {
        margin-top: 40px
    }
}

.footer .foot-link .copyright p, .footer .foot-link .copyright ul li, ul .footer .foot-link .copyright li {
    color: #535353;
    font: 11px/1.5 "Roboto",sans-serif;
    margin: 0
}

@media (min-width: 480px) {
    .footer .foot-link .copyright p, .footer .foot-link .copyright ul li, ul .footer .foot-link .copyright li {
        font-size: 13px
    }
}

@media (min-width: 768px) {
    .footer .foot-link .copyright p, .footer .foot-link .copyright ul li, ul .footer .foot-link .copyright li {
        font-size: 14px
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.container {
    max-width: 100%
}

@media (min-width: 1201px) and (max-width: 1470px) {
    .container {
        max-width: 94%
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1470px
    }
}

.loader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000
}

    .loader svg path, .loader svg rect {
        fill: #ff7548
    }

.firstname-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: -25px 0px 10px 10px;
}
.lastname-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: -25px 0px 10px 10px;
}
.email-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: -25px 0px 10px 10px;
}
.email-valid-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: -25px 0px 10px 10px;
}

.aboutclient-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
}

.consent-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
}

.optoutfirstname-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
}

.optoutlastname-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
}

.optoutemail-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
}

.optoutemail-valid-error {
    display: none;
    color: #e10;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
}

.hero.home-hero .container.two-blocks {
    position: relative;
    margin: 0 auto;
    float: none;
    left: initial;
    right: initial;
    padding: 0;
    width: 100%;
    top: initial;
    transform: none;
}

.hero.home-hero .container.two-blocks .row {
        display: flex;
}

.hero.home-hero .container.two-blocks .col-lg-6:first-child {
    margin-top: -250px;
    display: inline-block !important;
}
.hero.home-hero .container.two-blocks .col-lg-6:last-child {
        margin-top: -100px;
        display: inline-block !important;
}
@media screen and (max-width: 991px) {
    .hero.home-hero .container.two-blocks {
        margin: 30px auto 0;
        overflow: hidden;
    }

    .hero.home-hero .blue-card {
        margin-left: 0;
        margin-right: 0;
    }

        .hero.home-hero .blue-card p,
        .hero.home-hero .blue-card ul li,
        ul .hero.home-hero .blue-card li,
        .hero.home-hero .blue-card h2,
        .hero.home-hero .blue-card h3 {
            text-align: left !important;
        }

        .hero.home-hero .blue-card .flex-row {
            flex-direction: column !important;
        }

    .hero.home-hero .container.two-blocks .col-lg-6:first-child {
        margin-top: 0;
        margin-bottom: 15px;
    }

        .hero.home-hero .container.two-blocks .col-lg-6:first-child .blue-card {
            border-radius: 8px;
        }

    .hero.home-hero .container.two-blocks .col-lg-6:last-child {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1019px) {
    .hero.home-hero .container.two-blocks .col-lg-6:first-child {
        margin-top: -180px;
    }
}

    /*# sourceMappingURL=css.css.map */
