/* -------------------------------------------------------------------------------------------------------- Landing Page Healthcare [2022-06]    */

#c4860 {
    position: absolute;
    bottom: 20px;
    right: 10vw;
    width: 570px;
    z-index: 9;
}

#c4860>div {
    position: relative
}

#c4860 a span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    color: #FFF !important;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    opacity: 0.75;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#c4860 a:hover span {
    opacity: 1;
}

#c4860 a .fa {
    font-size: 150px;
}


@media(max-width: 480px) {
    #c4860 {
        width: 90vw;
        left: 8vw;
        top: -12rem;
    }

    #c4860 a .fa {
        font-size: 100px;
    }
}

@media(min-width:481px) and (max-width: 767px) {
    #c4860 {
        width: 75vw;
        left: 20vw;
        top: -18rem;
    }

    #c4860 a .fa {
        font-size: 100px;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    #c4860 {
        width: 450px;
        top: -18rem;
        right: 60px;
    }
}

@media(min-width:992px) and (max-width: 1199px) {
    #c4860 {
        width: 370px;
        top: 3rem;
        right: -30px;
    }

    #c3699 {
        margin-top: 15rem;
    }
}


#c3742 {
    max-width: 270px;
    margin-top: -17rem;
    margin-left: 2rem;
}

#c3743 {
    max-width: 220px;
    margin-top: -10rem;
    margin-left: -4rem;
}

#c3737 {
    margin-left: -3rem;
    margin-right: 2rem;
}

#c3724-c0 .ce-gallery>.row>div {
    flex: 0 0 20%;
}

#c3724-c0 .ce-gallery figcaption {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 1rem;
    color: var(--vtorange);
    border-left: 2px solid var(--vtorange);
    padding-top: 0.5rem;
}

#c3695 img,
#c3696-c0 {
    filter: drop-shadow(7px 7px 17px #000);
}

#c3695 img {
    margin-left: 1rem;
    margin-top: 4rem;
}

@media(max-width: 480px) {
    #c3697 {
        margin-top: -5rem;
    }

    #c3696-c0 {
        max-width: 80vw;
        position: absolute;
        bottom: 2rem;
        right: 4vw;
    }
}

@media(min-width:481px) and (max-width: 767px) {
    #c3690 {
        margin-left: 4vw;
    }

    #c3696-c0 {
        max-width: 70vw;
        position: absolute;
        top: -50vh;
        right: 4vw;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    #c3696-c0 {
        max-width: 60vw;
        position: absolute;
        top: -30vh;
        right: 4vw;
    }
}

@media(min-width:992px) and (max-width: 1199px) {
    #c3690 {
        margin: 10% 25% 0 25%;
    }

    #c3695 {
        padding-top: 5rem;
    }

    #c3697 {
        margin-top: -15rem;
        margin-right: 5rem;
        margin-left: -30rem;
        position: relative;
        top: -6rem;
    }

    #c3696-c0 {}
}

@media (min-width: 1200px) {
    #c3696-c0 {
        position: absolute;
        bottom: 50px;
    }
}

#c4167 {
    z-index: 9;
}

#page_195.modal-open #content {
    position: static;
}

a.healthcare-modal-button {
    cursor: pointer;
    width: 230px;
    position: absolute;
    z-index: 1;
    transform: translate3d(-140px, 0px, 0px);
    filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.25));
    transition: all 0.2s;
    text-align: center;
}

@media(max-width:1199px) {
    a.healthcare-modal-button {
        transform: none;
        max-width: 80%;
    }
}

a.healthcare-modal-button:hover {
    text-decoration: none;
    filter: drop-shadow(0 2rem 2rem rgba(0, 0, 0, 0.25));
}

a.healthcare-modal-button span {
    font-size: 15px;
    display: block;
    opacity: 0;
    transition: all 0.5s ease-out;
    position: relative;
    top: -50px;
    width: 80%;
    margin: 0 auto;
}

a.healthcare-modal-button:hover span {
    top: -80px;
    opacity: 0.5;
}

a.healthcare-modal-button img {
    transition: all 0.35s ease-in-out;
}

a.healthcare-modal-button:hover img {
    transform: scale(1.09);
}

.bg-video {
    opacity: 0.1;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

@media(max-width:1279px) {
    .bg-video {
        height: 100%;
        width: auto !important;
    }
}