﻿.hero-large {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
    .hero-large__image {
        height: 450px;
    }
}

@media screen and (min-width: 768px) {
    .hero-large__image {
        height: 525px;
    }
}

@media screen and (min-width: 1024px) {
    .hero-large__image {
        height: 900px;
        background-position: right;
    }
}


.hero-large__image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: inherit;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
}


.hero-large__content {
    width: 100%;
    position: relative;
    margin-top: -100px;
}

@media screen and (min-width: 480px) {
    .hero-large__content {
        margin-top: -80px;
    }
}

@media screen and (min-width: 768px) {
    .hero-large__content {
        margin-top: 0;
    }
}






.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1180px;
}

@media (min-width: 768px) {
    .container {
        width: 752px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 1008px;
    }
}

.hero-large__content .thumb__container {
    position: relative;
    width: 100%;
}


.hero-large__content .thumb {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .hero-large__content .thumb {
        position: absolute;
        bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .hero-large__content .thumb.mod_right {
        width: 50%;
        margin-left: 0%;
        bottom: 100px;
        left:0;
    }
}




.hero-large__content .thumb__inner {
    background-color: #ffffff;
    padding: 15px 15px 20px;
}

@media screen and (min-width: 768px) {
    .hero-large__content .thumb__inner {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .hero-large__content .thumb__inner {
        padding: 30px 30px 10px;
    }
}





.hero-large__content .thumb__inner h1.headline {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0;
    padding: 0 0 10px;
    font-weight:600;
}

@media screen and (min-width: 1024px) {
    .hero-large__content .thumb__inner h1.headline {
        font-size: 30px;
        padding: 0 0 20px;
    }
}

.hero-large__content .thumb__inner p.text {
    color: #000000;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 20px;
}

@media screen and (min-width: 1024px) {
    .hero-large__content .thumb__inner p.text {
        line-height: 1.7em;
    }
}

.hero-large__content .thumb svg {
    display: none;
}


@media screen and (min-width: 768px) {
    .hero-large__content .thumb svg {
        display: block;
        width: 100%;
        max-height: 35px;
        position: relative;
        bottom: 0;
    }
}

.hero-large .hero-wedge {
    display: none;
}

@media screen and (min-width: 768px) {
    .hero-large .hero-wedge {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}





.block-quote figure {
    display: none;
}

.block-quote__body {
    margin: 10px auto 0;
}

@media screen and (min-width: 768px) {
    .block-quote__body {
        margin: 20px auto 0;
    }
}

.no-hero main {
    padding-top: 0;
}

.no-hero .header #header-global-btn, .no-hero .header #header-search-btn, .no-hero .header #header-hamburger-btn {
    color: #fffffd;
}

.no-hero .header.collapsed #header-global-btn, .no-hero .header.collapsed #header-search-btn, .no-hero .header.collapsed #header-hamburger-btn {
    color: #fc1921;
}

.header.white:not(.open):not(.collapsed) .nav-link, .no-hero .header:not(.open):not(.collapsed) .nav-link {
    color: #fffffd;
}

.hero__thumb.active .hero__item__t {
    margin-bottom: 20px;
}

.hero__thumb.active p {
    display: block
}

.hero__thumb.active .hero__item__desc {
    display: block;
    font-weight: 100;
    line-height: 1.3em;
}

@media screen and (min-width: 768px) {
    .hero__thumb.active {
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .hero__thumb.active {
        width: 50%;
    }

        .hero__thumb.active .hero__item__t {
            margin-bottom: 10px;
        }

        .hero__thumb.active .hc {
            padding-top: 20px;
        }
}



/*.header:not(.open):not(.collapsed) .container > .col + .col {
    bottom: 51px;
    position: relative;
}*/

/*
.header.white:not(.open):not(.collapsed) .header-sub-nav a:not(:focus):not(:hover), 
.no-hero .header:not(.open):not(.collapsed) .header-sub-nav a:not(:focus):not(:hover), 
.header.white:not(.open):not(.collapsed) .header-sub-nav button, 
.no-hero .header:not(.open):not(.collapsed) .header-sub-nav button {
    color:#fff;
}
*/


.utility-page {
    padding-top: 5rem;
}

@media screen and (min-width: 768px) {
    .utility-page {
        padding-top: 6rem;
    }
}

@media screen and (min-width: 1024px) {
    .utility-page {
        padding-top: 11rem;
    }
}


.lang-direction-ltr {
    direction: ltr;
}

.lang-direction-arabic {
    direction: rtl;
}


form#AdverseEventForm label {
    font-weight: 400;
    margin-top:2rem;
    display:block;
}

form#AdverseEventForm label.margin-top-none {
    margin-top: 0;
}

form#AdverseEventForm input,
form#AdverseEventForm textarea {
    padding:0.75rem;
    display: block;
    margin: 1rem 0 0.5rem 0;
    width: 75%;
    height: 7rem;
    resize:none;
}

    form#AdverseEventForm input.small {
        display: block;
        height: 2rem;
        width: 33%;
    }

@media screen and (max-width: 767px) {
    form#AdverseEventForm input,
    form#AdverseEventForm textarea,
    form#AdverseEventForm input.small {
        width: 100%;
    }
}

form#AdverseEventForm p {
    margin-top:2rem;
}

form#AdverseEventForm .centered button {
    border: 1px solid #000;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}

    form#AdverseEventForm .centered button:hover {
        color: #fff;
        background-color: #e7040b;
    }

form#AdverseEventForm .form-field-container.checkbox {
    padding-bottom:2rem;
    min-height:5rem;
}

form#AdverseEventForm .checkbox-container {
    float: left;
}

    form#AdverseEventForm .checkbox-container .checkbox {
        width: 2rem;
        height: 2rem;
        margin:0 1.5rem 0 0;
    }

form#AdverseEventForm .checkbox-error-container {
    padding-top:0.5rem;
}

.field-validation-error {
    color: #e7040b;
    font-weight: 400;
}

/*cookie policy*/
.oneTrust.cookieButton #ot-sdk-btn.ot-sdk-show-settings, 
.oneTrust.cookieButton #ot-sdk-btn.optanon-show-settings {
    display: inline-block;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    padding: 15px 25px;
    font-weight: 300;
    border-radius: 30px;
    outline: none;
    border: 0;
    text-align: center;
    background-color: #e7040b;
    color: #fffffd;
    position: relative;
    will-change: color;
    -webkit-transition: color 250ms,background-color 250ms;
    transition: color 250ms,background-color 250ms;
}


#ot-sdk-btn.ot-sdk-show-settings, 
#ot-sdk-btn.optanon-show-settings {
    color: #68b631;
    border: 1px solid #68b631;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.8em 2em;
    font-size: 0.8em;
    line-height: 1.2;
    cursor: pointer;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -webkit-transition: 1s ease;
    transition: 0.1s ease;
}

.oneTrust.cookieList {
    padding: 10px 0;
}

#onetrust-banner-sdk, #onetrust-pc-sdk, #ot-sdk-cookie-policy, #ot-sync-ntfy {
    font-size: 16px;
}