/* ==========================================================================
   ==========================================================================
   Gilead
   ==========================================================================
   ========================================================================== */










/* ==========================================================================
   ==========================================================================
   Footer
   ==========================================================================
   ========================================================================== */

.footer {
    padding: 0 4%;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 125%;
    pointer-events: none;
}

@media (min-width: 1421px) {
    
    body.home-page .footer {
        position: fixed;
        left: 0;
        top: auto;
        bottom: 0;
    }
}

@media (min-width: 1421px) and (max-height: 1020px) {
    
    body.home-page .footer {
        top: 776px;
        bottom: auto;
    }
}



@media (max-width: 1420px) {
    
    .footer {
        padding: 0 4%;
    }
}

@media (max-width: 1200px) {
    
    .footer {
        padding: 0 5%;
    }
}

@media (max-width: 760px) {
    
    .footer {
        padding: 0 7%;
    }
}





/* Footer Buttons
   ========================================================================== */

ul.footer-btns__list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.footer-btns__item:not(:first-child) {
    margin-top: 20px;
}

.footer-btns__btn {
    text-decoration: none !important;
    pointer-events: all;
}

.footer-btns__btn--white {
    padding: 12px 60px 11px 30px;
    color: #264258 !important;
    font-size: 20px;
    line-height: 110%;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
}

@media (max-width: 1200px) {
    
    .footer-btns__btn--white {
        padding: 14px 60px 14px 30px;
        font-size: 16px;
    }
}

.footer-btns__btn--white:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-clip-path: polygon(calc(0px + 13px) 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
    clip-path: polygon(calc(0px + 13px) 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
    transition: background .3s ease;
    will-change: background;
}

.no-touch-device .footer-btns__btn--white:hover:before {
    background: #D1D5D8 !important;
}

.footer-btns__btn--white:after {
    width: 13px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    background-image: url(../img/cta-chevron-blue.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    transform: translateY(-50%);
}

.footer-btns__btn--white span {
    font-size: 25px;
    line-height: 110%;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
}

@media (max-width: 1200px) {
    
    .footer-btns__btn--white span {
        padding-right: 0;
        font-size: 20px;
        display: block;
    }
}

.footer-btns__btn--red {
    padding: 10px 0 10px 30px;
    width: 540px;
    color: #42454A !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    transition: background .3s ease;
    will-change: background;
}

@media (max-width: 1200px) {

    .footer-btns__btn--red {
        padding: 5px 30px;
        width: 100%;
        max-width: 320px;
        height: 87px;
        font-size: 16px;
    }
}

.footer-btns__btn--red:before {
    width: 90%;
    height: 50px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-clip-path: polygon(calc(0px + 13px) 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
    clip-path: polygon(calc(0px + 13px) 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
}

@media (max-width: 1200px) {

    .footer-btns__btn--red:before {
        width: 100%;
        height: 61px;
    }
}

.footer-btns__btn--red span {
    padding: 10px 60px 10px 30px;
    color: #fff !important;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: top;
    display: inline-block;
}

@media (max-width: 1200px) {

    .footer-btns__btn--red span {
        font-size: 20px;
        position: absolute;
        top: 36px;
        right: 20px;
    }
}

.footer-btns__btn--red span:before {
    width: 100%;
    height: 50px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #B5072F;
    -webkit-clip-path: polygon(calc(0px + 13px) 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
    clip-path: polygon(calc(0px + 13px) 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
    transition: background .3s ease;
    will-change: background;
}

@media (max-width: 1200px) {

    .footer-btns__btn--red span:before {
        height: 100%;
    }
}

.no-touch-device .footer-btns__btn--red:hover span:before {
    background: #42454A !important;
}

.footer-btns__btn--red span:after {
    width: 13px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    background-image: url(../img/cta-chevron.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    transform: translateY(-50%);
}





/* Footer Copy
   ========================================================================== */

.footer__copy {
    margin-top: 10px;
    padding-bottom: 90px;
    width: 100%;
    max-width: 530px;
    pointer-events: all;
}

@media (max-width: 1420px) {

    .footer__copy {
		margin-top: 20px;
		padding-bottom: 80px;
    }
}

@media (max-width: 1200px) {

    .footer__copy {
        padding-bottom: 40px;
        max-width: 340px;
    }
}





/* Footer Scroll Button
   ========================================================================== */

.footer__quiz-btn {
    margin-top: 20px;
    padding: 12px 60px 11px 30px;
    color: #fff !important;
    font-size: 25px;
    line-height: 110%;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    position: absolute;
    right: 4%;
    bottom: 80px;
    vertical-align: top;
    display: none;
}

@media (min-width: 1421px) {
    
    body.home-page .footer__quiz-btn {
        opacity: 0;
        display: inline-block;
    }
}

.footer__quiz-btn:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #264258;
    -webkit-clip-path: polygon(calc(0px + 13px) 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
    clip-path: polygon(calc(0px + 13px) 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
    transition: background .3s ease;
    will-change: background;
}

.footer__quiz-btn:after {
    width: 13px;
    height: 20px;
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    background-image: url(../img/cta-chevron.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    transform: translateY(-50%) rotate(90deg);
}





/* Footer QR Code
   ==========================================================================

.footer__qr-code {
    width: 125px;
    height: auto;
    position: absolute;
    right: 4%;
    bottom: 80px;
    display: none;
}

@media (max-width: 1200px) {

    .footer__qr-code {
        right: 5%;
        bottom: 40px;
    }
}

@media (max-width: 760px) {

    .footer__qr-code {
        width: 100px;
        margin-bottom: 20px;
        position: relative;
        right: auto;
        bottom: auto;
    }
}

.footer__qr-code--complete {
    visibility: visible;
    opacity: 1;
}
 */









