﻿.linear-wipe {
    margin-top: -10px;
    height: 35px;
    background: linear-gradient(270deg,#86d58c,#039b20,#000);
    background-size: 300% 300%;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 5s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 100%;
    }
}

@media (min-width: 992px) {
    .ViewPortMaxWidth {
        max-width: 100% !important;
    }
}

.card {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 8px 18px rgba(0,0,0,.08), 0px 14px 22px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 14px 36px 12px 36px;
    cursor: pointer;
}

@media (min-width: 992px) {
    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 15px 30px rgba(0,0,0,.12), 0 8px 16px rgba(0,0,0,.06);
    }
}

.HPP-Intro-Panel {
    padding: 50% 0 0 0;
    position: relative;
}

.HPP-iFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-section {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    min-height: 48vh;
    overflow: hidden;
}

.hero-sectionBIO {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    min-height: 42vh;
    overflow: hidden;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.vimeo-bg-wrapper {
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    margin-top: -18%;
}

    .vimeo-bg-wrapper iframe {
        width: 80vw;
        height: 20vh;
        min-height: 60vh;
        min-width: 180.77vw;
        position: absolute;
        top: 32%;
        left: 50%;
        transform: translate(-50%,-48%);
    }

.vimeo-bg-wrapperBIO {
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

    .vimeo-bg-wrapperBIO iframe {
        width: 100vw;
        height: 26.25vh;
        min-height: 62vh;
        min-width: 160.77vw;
        position: absolute;
        top: 40%;
        left: 28%;
        transform: translate(-40%,-40%);
    }

@media (max-width: 668px) {
    .hero-section {
        height: 85.25vh;
        /*min-height: 100vh;*/
    }

    .hero-sectionBIO {
        height: 65.25vh;
        min-height: 65vh;
    }

    .vimeo-bg-wrapper iframe {
        top: 30%;
    }

    .vimeo-bg-wrapperBIO iframe {
        width: 150vw;
        height: 45.25vh;
        min-height: 60vh;
        min-width: 180.77vw;
        position: absolute;
        top: 10% !important;
        left: 40% !important;
        transform: translate(-25%,-22%) !important;
    }
}

@media (min-width: 820px) and (max-width:1024px) {
    .hero-section {
        height: 45.25vh;
        min-height: 55vh;
    }

    .hero-sectionBIO {
        height: 25.25vh;
        min-height: 35vh;
    }

    .vimeo-bg-wrapper iframe {
        top: 5%;
        left: 5%;
        transform: translate(-25%,-38%);
    }

    .vimeo-bg-wrapperBIO iframe {
        top: 15%;
        left: 40%;
        transform: translate(-25%,-38%);
    }

    .card {
        height: 450px;
    }

    .card-img {
        height: 103px;
    }

    .card-header {
        height: 75px;
    }

    .card-text {
        height: 150px;
    }
}

/* CE-Best Workplaces Styles */
.ce-bw-container {
    margin-bottom: 30px;
}

.ce-bw-container-inner {
    height: 100%;
    width: 100%;
}

.ce-bw-bg-imgcover-container {
    padding: 0 0 0 15px;
}

.ce-bw-bg-image-cover {
    background-image: url('/media/images/site/shared/CE_Class_WEB_001.jpg');
    background-position: center;
    background-size: cover;
    height: 426px;
}

.ce-bw-bg-image-award-cover {
    background-image: url('/media/images/site/shared/Awards_ImgWeb.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 476px;
}

.ce-bw-img {
    margin: auto;
}

.ce-bw-gutter {
    height: 36px;
}

.ce-bw-pbt-img {
    margin: 0 auto;
}

.ce-bw-ppg-img {
    margin: 0 auto;
}

.ce-bw-flex-center-children {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-bw-flex-container > h3 {
    margin-bottom: 24px;
}

    .ce-bw-flex-container > h3 > a {
        padding: 20px 0 0;
    }

@media (min-width:913px) {
    .ce-bw-container {
        height: 426px;
    }

    .ce-bw-container-lower {
        height: 476px;
    }

    .ce-bw-bptw-container {
        height: 476px;
    }

    .ce-bw-padded-container {
        padding: 0 60px;
    }

    .ce-bw-pbt-img {
        width: 100%;
    }

    .ce-bw-ppg-img {
        width: 70%;
    }
}

@media (max-width:912px) {
    .ce-bw-container, .ce-bw-container-lower {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 0 0 0;
    }

    .ce-bw-padded-container {
        padding: 15px;
    }

    .ce-bw-pbt-img {
        width: 70%;
    }

    .ce-bw-ppg-img {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 912px) {
    .ce-bw-bg-image-award-cover {
        background-size: 50%;
    }
}

/* Social Media Styles */
.sm-iframe-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (min-width: 913px) {
    .sm-iframe {
        width: 370px;
        padding-bottom: 3%;
    }

    .sm-links {
        padding-top: 40px;
    }

    .sm-container-no-side-pad {
        padding-left: 100px;
        padding-right: 100px;
    }

    .hero-img {
        padding: 10vh 0;
    }
}

@media (min-width: 1025px) {
    .hero-img {
        background-image: url('/media/images/site/about/XM_Hero-Panel_Background_001_001.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 50vh;
    }

    .card-img {
        height: 300px;
    }

    .card-header {
        height: 25px;
    }

    .card-text {
        height: 100px;
    }
}

@media (max-width: 1024px) {
    .hero-img {
        text-align: center;
        padding: 3% 0;
    }
}

@media (max-width: 912px) {
    .sm-iframe {
        width: 95%;
        padding-bottom: 3%;
    }
}

@media (max-width: 768px) {
    .sm-iframe {
        width: 95%;
        padding-bottom: 3%;
    }

    .sm-container-no-side-pad {
        padding-left: 0;
        padding-right: 0;
    }

    .sm-links {
        padding-top: 20px;
    }
}

@media (min-width: 769px) and (max-width: 912px) {
    .sm-iframe {
        width: 95%;
        padding-bottom: 3%;
    }
}

/* News Styles */
.news-item-inner-container {
    padding: 30px;
    background-color: #08141F;
    color: white;
}

@media (min-width: 769px) {
    .news-bottom-pad {
        padding-bottom: 2%;
    }

    .news-left-item {
        padding-left: 8%;
    }

    .news-right-item {
        padding-right: 8%;
    }

    .news-item-inner-container {
        padding: 30px;
        background-color: #08141F;
        color: white;
        height: 264px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .news-item-inner-container {
        height: 475px;
    }
}

@media (max-width: 768px) {

    .HPP-Intro-Panel {
        padding: 0 0 0 0;
        position: relative;
    }

    .HPP-iFrame {
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .news-left-item {
        padding: 0 0 1%;
        width: 98%;
        margin: 0 1%;
    }

    .news-right-item {
        padding: 0 0 1%;
        width: 98%;
        margin: 0 1%;
    }

    .news-item-inner-container {
        height: 100%;
    }

    .news-more-link {
        padding-left: 4%;
    }
}

/* Revolutionary Positioning Solutions & Innovations in Patient Safety Styling */
@media (min-width: 768px) {
    .rps-ips-card-container-left {
        padding-right: 2%;
    }

    .rps-ips-card-container-middle {
        padding-left: 2%;
        padding-right: 2%;
    }

    .rps-ips-card-container-right {
        padding-left: 2%;
    }

    .rps-ips-container {
        padding-top: 3%;
        padding-bottom: 5%;
    }
}

@media (max-width: 767px) {
    .rps-ips-card-container-left, .rps-ips-card-container-middle, .rps-ips-card-container-right {
        padding: 0;
        width: 95%;
    }

        .rps-ips-card-container-left > a, .rps-ips-card-container-middle > a, .rps-ips-card-container-right > a {
            width: 100%;
        }

    .rps-ips-card-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .rps-ips-container {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}

.Leaders-heading {
    font-size: 40px;
}

@media (max-width: 767px) {
    .Leaders-heading {
        margin-top: 0;
    }
}
