﻿.hero-image {
    width: 100% !important
}

/*Hero Image  - Product Landing Page*/

.intro-banner {
    height: 70vh;
    background-color: #005596;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(255, 0, 0, 0), 60%, #e3f2fb );
}

    .intro-banner::before {
        content: "";
        background-image: url("../images/banner-bg.png");
        background-size: 100% 130%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.15;
    }

    .intro-banner .row {
        align-items: center
    }

.intro-banner-left {
    text-align: center;
    width: 60%;
    margin: auto;
}

.cover-image {
    width: 100%;
    object-fit: cover;
    padding-top: 0rem !important;
    max-width: 350px
}

.banner-sub-text {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    padding-right: 2rem !important;
}

    .banner-sub-text span {
        white-space: no-wrap;
    }

.primary-blue-text {
    color: #002f6d;
}

.primary-black-text {
    color: #444444;
}

.intro-banner h1 {
    font-size: 50px;
    font-family: 'Noto Serif';
    font-weight: 400;
}

.intro-banner .btn {
    background: linear-gradient( 90deg, rgba(50, 200, 33, 1) 40%, rgba(118, 247, 106, 1) 86% );
    border: none;
    color: white;
    font-weight: 500;
    margin: 0 auto;
    font-size: 16px;
    min-width: 200px;
}

.intro-banner a {
    color: white;
}

@media (max-width: 480px) {

    .intro-banner h1 {
        text-align: center !important;
    }
}

@media (max-width: 1366px) {

    .intro-banner h1 {
        font-size: 30px;
    }

    .banner-sub-text {
        padding-right: 1rem !important;
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    .intro-banner {
        height: auto
    }

        .intro-banner h1 {
            font-size: 30px;
        }

    .banner-sub-text {
        padding-right: 1rem !important;
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    .intro-banner {
        height: 45vh
    }

        .intro-banner h1 {
            font-size: 30px;
        }

    .banner-sub-text {
        padding-right: 1rem !important;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .intro-banner {
        height: auto;
        justify-content: center;
        margin: 0px 0px;
        padding: 0px;
    }

        .intro-banner::before {
            background-size: 100% 50%;
        }

        .intro-banner .row {
            margin: 0px;
        }

            .intro-banner .row .col-lg-7 {
                background: #fff;
                background-image: none;
            }

    .banner-sub-text {
        padding-right: 0rem !important;
        padding: 0px !important;
        margin: 0px !important
    }

    .mobile-h1 {
        font-size: 22px;
    }

    .mobile-h4 {
        font-size: 17px;
    }

    .mobile-h5 {
        font-size: 15px;
    }

    .mobile-p {
        font-size: 12px;
    }

    .px-7 {
        padding: 0px !important;
    }

    .product-overview-banner-image {
        min-height: 220px;
    }

    .cover-image {
        padding-top: 1rem !important;
    }

    .product-overview-banner-row {
        padding: 15px 11px;
    }
}

/*Hero Image  - Product Home Page*/
.product-home-banner .banner-mobile {
    display: none !important;
}

.product-home-banner .product-category-banner-left {
    position: relative;
    width: 40%;
    overflow: auto;
    display: flex;
    justify-content: center;
}

.product-home-banner .product-banner-image {
    height: 369px;
    width: 426px;
    object-fit: fill;
    z-index: 1;
    margin-left: 10px;
}

.product-home-banner .field-hero-title {
    font-family: 'Noto Serif';
    padding: 20px 0px;
    font-size: 30px;
}

.product-home-banner .product-category-banner-right {
    width: 60%;
    background-size: cover;
    overflow: hidden;
    padding-left: 15%;
    background-image: url(../images/banner-bg-1.png);
    -webkit-mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

.product-home-banner .banner-descri {
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-home-banner .field-hero-content {
    font-size: 22px;
}

.product-home-banner .banner {
    overflow: hidden;
    position: relative;
    max-height: 700px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
}

    .product-home-banner .banner::before {
        content: "";
        background-image: url(../images/banner-bg-3.png);
        background-size: 50% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.25;
    }

.product-home-banner .banner-text-container {
    background-color: #2562a3;
    height: 100%;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.product-home-banner .banner-image {
    height: 369px;
    width: 426px;
    object-fit: fill;
    z-index: 1;
    margin-left: 10px;
}

.product-home-banner .banner-text-container {
    padding-left: 8%;
    padding-right: 8%;
    text-align: justify;
}

    .product-home-banner .banner-text-container h1 {
        font-size: 4rem;
        font-weight: 400;
    }

    .product-home-banner .banner-text-container p {
        font-size: 1.5rem;
        max-width: 700px;
    }

.product-home-banner .field-button-text {
    border-radius: 4px;
    background-image: linear-gradient(to right, #37bf22 5%, #98f48b 171%);
}

.product-home-banner .category-img-bg {
    background-size: cover;
    text-align: center;
    width: 100%;
    background-image: url("../images/bg-blue.png");
}

@media only screen and (max-width: 1366px) {
    .product-home-banner .field-hero-content {
        font-size: 16px;
    }

    .product-home-banner .field-hero-title {
        font-size: 25px;
    }

    .product-home-banner .field-button-text {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .product-home-banner .banner {
        max-height: 500px;
    }

    .product-home-banner .banner-image {
        width: 100%;
        height: 100%;
        width: 350px;
        object-fit: cover;
    }

    .product-home-banner .banner-text-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .product-home-banner .banner-text-container h1 {
            font-size: 2rem;
        }

        .product-home-banner .banner-text-container p {
            font-size: 1rem;
        }
}



@media (max-width: 991px) {
    .product-home-banner .field-hero-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .product-home-banner .banner-mobile {
        display: block !important;
    }

    .product-home-banner .mobile-p {
        font-size: 11px !important;
    }

    .product-home-banner .banner {
        min-height: 480px; /* background-color: #175291; */
        overflow: hidden;
        position: relative;
        max-height: 700px;
        background-color: #fff;
    }

        .product-home-banner .banner::before {
            content: "";
            background-image: url(../images/banner-bg-3.png);
            background-size: 200% 50%;
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            opacity: 0.25;
        }

    .product-home-banner .banner-desktop {
        display: none !important;
    }

    .product-home-banner .banner-image {
        width: 100%;
        height: 100%; /* width: 125px; */
        object-fit: cover;
    }

    .product-home-banner .banner-text-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .product-home-banner .banner-text-container h1 {
            font-size: 0.75rem;
        }

        .product-home-banner .banner-text-container p {
            font-size: 0.5rem;
        }
}

/*Hero Image  - Product Category Page*/

.product-category-banner-row {
    position: relative;
    height: 70vh;
}

    .product-category-banner-row::before {
        content: "";
        background-image: url("../images/banner-bg.png");
        background-size: contain;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.35;
    }

    .product-category-banner-row .banner {
        overflow: hidden;
        height: 100%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .product-category-banner-row .banner-left {
        width: 45%;
        background-color: #e3f2fb90;
    }

    .product-category-banner-row .banner-image-container {
        height: 100%;
    }

    .product-category-banner-row .banner-image {
        position: relative;
        object-fit: cover;
        height: 100%;
        width: 100%;
        -webkit-mask: linear-gradient( -70deg, transparent 27%, #fff 27%) top right;
        -webkit-mask-size: 2000px 2000px;
    }

    .product-category-banner-row .banner-text-container {
        width: 55%;
        background-color: #e3f2fb90;
        text-align: justify;
    }

        .product-category-banner-row .banner-text-container h1 {
            font-size: 50px;
            font-weight: 400;
            text-align: left;
            font-family: 'Noto Serif';
            color: #002f6d;
        }

        .product-category-banner-row .banner-text-container p {
            font-size: 24px;
            max-width: 800px;
            font-weight: normal;
            line-height: normal;
            overflow: unset;
            display: block;
            line-height: normal;
            color: #888888
        }

    .product-category-banner-row .btn {
        background: linear-gradient( 90deg, rgba(50, 200, 33, 1) 40%, rgba(118, 247, 106, 1) 86% );
        border: none;
        color: white;
        font-weight: 500;
        margin: 0 auto;
        font-size: 16px;
    }

@media (max-width: 1536px) {
    .product-category-banner-row {
        padding: 2.5rem !important
    }

        .product-category-banner-row .banner-text-container {
            padding: 0 !important
        }

            .product-category-banner-row .banner-text-container h1 {
                font-size: 40px;
            }

            .product-category-banner-row .banner-text-container p {
                font-size: 20px;
                padding-right: 1rem;
                width: 90%;
            }
}

@media (max-width:1366px) {

    .product-category-banner-row {
        padding: 2rem !important
    }

        .product-category-banner-row .banner-text-container {
            padding: 0 !important
        }

            .product-category-banner-row .banner-text-container h1 {
                font-size: 40px;
            }

            .product-category-banner-row .banner-text-container p {
                font-size: 16px;
                padding-right: 1rem;
                width: 90%;
            }
}

@media (max-width: 1199.98px) {
    .product-category-banner-row {
        max-height: 400px;
    }

        .product-category-banner-row .banner-text-container {
            padding-left: 1rem;
            padding-right: 1rem;
        }

            .product-category-banner-row .banner-text-container h1 {
                font-size: 2rem;
            }

            .product-category-banner-row .banner-text-container p {
                font-size: 1rem;
            }

        .product-category-banner-row .green-button {
            font-size: 1rem;
            min-width: 200px;
        }
}

@media (max-width: 991.98px) {
    .product-category-banner-row {
        max-height: 250px;
        padding: 0.25rem !important
    }

        .product-category-banner-row .banner-text-container h1 {
            font-size: 20px;
        }

        .product-category-banner-row .banner-text-container p {
            font-size: 14px;
        }

        .product-category-banner-row .green-button {
            font-size: 0.25rem;
            min-width: 100px;
        }
}

@media (max-width: 767.98px) {
    .product-category-banner-row {
        display: none
    }
}

/*Hero Image  - Services Category Page (Removed)*/


/*Hero Image  - Services Sub-Category Page*/

.service-sub-cat-banner {
    height: 60vh;
}

.service-sub-hero-img {
    width: 100%;
    height: 60vh;
    object-fit: cover
}

.service-sub-cat-hero-img-text {
    top: 5px;
    position: absolute;
    background-image: linear-gradient(to right, #4d9ac7, #ffff0000);
}

.service-sub-cat-banner-right {
    background-image: linear-gradient( to right, rgb(292 255 265 / 19%), rgb(67 278 259 / 30%) ), url(../images/banner-bg-3.png);
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .service-sub-cat-banner-right .primary-blue-text {
        font-size: 30px;
        padding-bottom: 10%;
        font-family: 'Noto Serif';
    }

    .service-sub-cat-banner-right p.pt-3 {
        font-size: 20px;
        font-weight: 400;
    }

.service-sub-cat-hero-img-text h4 {
    font-size: 30px;
    font-family: 'Noto Serif'
}

@media (max-width: 1536px) {

    .service-sub-cat-banner-right .primary-blue-text {
        font-size: 26px;
    }

    .service-sub-cat-banner-right p.pt-3 {
        font-size: 16px;
    }

    .service-sub-cat-hero-img-text {
        padding: 0.75rem !important;
    }

        .service-sub-cat-hero-img-text h4 {
            font-size: 26px
        }
}

@media (max-width: 1366px) {
    .service-sub-cat-banner {
        height: 70vh;
    }

    .service-sub-hero-img {
        height: 70vh;
    }

    .service-sub-cat-banner-right .primary-blue-text {
        font-size: 24px;
    }

    .service-sub-cat-banner-right p.pt-3 {
        font-size: 14px;
    }

    .service-sub-cat-hero-img-text {
        padding: 0.5rem !important;
    }

        .service-sub-cat-hero-img-text h4 {
            font-size: 24px
        }
}

@media (max-width: 1199.98px) {
    .service-sub-cat-banner {
        height: 400px;
    }

    .service-sub-hero-img {
        height: 400px;
    }

    .service-sub-cat-banner-right .p-5 {
        padding: 1rem !important
    }

    .service-sub-cat-banner-right .primary-blue-text {
        font-size: 22px;
    }

    .service-sub-cat-banner-right p.pt-3 {
        font-size: 14px;
    }

    .service-sub-cat-hero-img-text {
        padding: 0.25rem !important;
    }

        .service-sub-cat-hero-img-text h4 {
            font-size: 22px
        }
}

@media (max-width: 991.98px) {
    .service-sub-cat-banner {
        height: 350px;
    }

    .service-sub-hero-img {
        height: 350px;
    }

    .service-sub-cat-banner-right .p-5 {
        padding: 0.5rem !important
    }

    .service-sub-cat-banner-right .primary-blue-text {
        font-size: 20px;
    }

    .service-sub-cat-banner-right p.pt-3 {
        font-size: 12px;
    }

    .service-sub-cat-hero-img-text {
        padding: 0.25rem !important;
    }

        .service-sub-cat-hero-img-text h4 {
            font-size: 20px
        }
}

@media (max-width: 767.98px) {
    .service-sub-cat-banner {
        height: 250px;
    }

    .service-sub-hero-img {
        height: 30px
    }

    .service-sub-cat-banner-right .p-5 {
        padding: 0.5rem !important
    }

    .service-sub-cat-banner-right .primary-blue-text {
        font-size: 16px;
    }

    .service-sub-cat-banner-right p.pt-3 {
        font-size: 12px;
        padding-top: 0.25rem !important
    }

    .service-sub-cat-hero-img-text {
        padding: 0.25rem !important;
    }

        .service-sub-cat-hero-img-text h4 {
            font-size: 16px
        }
}
/*Hero Image  - Support Secondary Pages*/
.support-banner-row {
    height: 60vh;
}

    .support-banner-row .banner {
        height: 100%
    }

    .support-banner-row .banner-right {
        position: relative;
        width: 60%;
    }

        .support-banner-row .banner-right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .support-banner-row .banner-left {
        position: relative;
        width: 40%;
    }

    .support-banner-row .banner-nav,
    .support-banner-row .banner-nav .nav {
        height: 100%
    }

        .support-banner-row .banner-nav .nav-item,
        .support-banner-row .banner-nav .active-nav-item {
            flex: 1 1 auto;
            font-size: 24px;
            font-weight: 500;
            display: flex;
            align-items: center;
            padding-left: 25%;
        }

            .support-banner-row .banner-nav .nav-item a {
                color: #444444;
            }

            .support-banner-row .banner-nav .nav-item:nth-child(odd) {
                background-color: #f8f8f8;
            }

            .support-banner-row .banner-nav .nav-item:nth-child(even) {
                background-color: #ffffff;
            }

        .support-banner-row .banner-nav .active-nav-item {
            position: relative;
            background-color: #eaf4fa;
            cursor: pointer;
            font-size: 28px;
            font-weight: 700;
            width: calc(100% + 40px);
            z-index: 2;
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 99%, 2% 100%, 0 100%);
        }

            .support-banner-row .banner-nav .active-nav-item a {
                color: #3daf2c;
            }

            .support-banner-row .banner-nav .active-nav-item::before {
                content: "";
                background-image: url("../images/banner-bg.png");
                background-size: cover;
                position: absolute;
                top: 0px;
                right: 0px;
                bottom: 0px;
                left: 0px;
                opacity: 0.35;
            }

@media (max-width: 1536px) {
    .support-banner-row {
        height: 60vh;
    }

        .support-banner-row .banner-nav .nav-item {
            font-size: 20px;
        }

        .support-banner-row .banner-nav .active-nav-item {
            font-size: 24px;
        }
}

@media (max-width: 1366px) {
    .support-banner-row {
        height: 60vh;
    }

        .support-banner-row .banner-nav .nav-item {
            font-size: 18px;
        }

        .support-banner-row .banner-nav .active-nav-item {
            font-size: 22px;
        }
}

@media (max-width: 1199.98px) {
    .support-banner-row {
        height: 30vh;
    }

        .support-banner-row .banner-nav .nav-item {
            font-size: 16px;
        }

        .support-banner-row .banner-nav .active-nav-item {
            font-size: 20px;
        }
}

@media (max-width: 991.98px) {
    .support-banner-row {
        height: 25vh;
    }

        .support-banner-row .banner-nav .nav-item,
        .support-banner-row .banner-nav .active-nav-item {
            font-size: 16px;
            padding-left: 20%;
        }

        .support-banner-row .banner-nav .active-nav-item {
            font-size: 14px;
            width: calc(100% + 20px);
        }
}

@media (max-width: 767.98px) {
    .support-banner-row .banner {
        height: 200px;
    }

    .support-banner-row .banner-right {
        width: 55%;
    }

    .support-banner-row .banner-left {
        width: 45%;
    }

    .support-banner-row .banner-nav .nav-item,
    .support-banner-row .banner-nav .active-nav-item {
        height: calc(200px / 7);
        font-size: 12px;
        padding-left: 2%;
    }

    .support-banner-row .banner-nav .active-nav-item {
        font-size: 14px;
        width: calc(100% + 10px);
    }
}


/*Hero Image  - Webinar Landing Page*/
.webinar-hero-banner {
    max-height: 350px;
    min-height: 350px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.webinar-hero-img {
    width: 100%;
    max-height: 350px;
    min-height: 350px;
}

.webinar-hero-img-bg {
    width: 100%;
    max-height: 350px;
    min-height: 350px;
}

.webinar-heading {
    position: absolute;
    top: 0%;
    left: 5%;
}

    .webinar-heading h3 {
        font-size: 40px;
        font-family: 'Noto Serif';
        font-weight: 400;
    }

.w-170 {
    width: 170px !important;
}


@media (max-width: 1366px) {
    .webinar-hero-banner {
        max-height: 50vh;
        min-height: 50vh;
    }

    .webinar-hero-img {
        max-height: 50vh;
        min-height: 50vh;
    }

    .webinar-hero-img-bg {
        max-height: 50vh;
        min-height: 50vh;
    }

    .webinar-heading h3 {
        font-size: 32px;
    }
}

@media (max-width: 1199.98px) {
    .webinar-hero-banner {
        max-height: 25vh;
        min-height: 25vh;
    }

    .webinar-hero-img {
        max-height: 25vh;
        min-height: 25vh;
    }

    .webinar-hero-img-bg {
        max-height: 25vh;
        min-height: 25vh;
    }
}

@media (max-width: 991.98px) {
    .webinar-hero-banner {
        max-height: 25vh;
        min-height: 25vh;
    }

    .webinar-hero-img {
        max-height: 25vh;
        min-height: 25vh;
    }

    .webinar-hero-img-bg {
        max-height: 25vh;
        min-height: 25vh;
    }
}

@media only screen and (max-width: 768px) {
    .webinar-hero-banner {
        max-height: 300px;
        min-height: 300px;
    }

    .webinar-hero-img {
        max-height: 300px;
        min-height: 300px;
    }

    .webinar-hero-img-bg {
        max-height: 300px;
        min-height: 300px;
    }

    .mobile-p-0 {
        padding: 0px !important;
    }

    .mobile-font-10 {
        font-size: 10px !important;
    }
}

/*Hero Image  - Webinar Tabbed page Page*/
.webinar-tabbed-banner-row {
    height: 500px;
    position: relative;
    /* background-image: linear-gradient( to right, rgba(0, 113, 128, 0) -1%, rgba(41, 171, 189, 0.397) 65%, #00e1ff5b 100% ); */
    background-image: linear-gradient(to left, #e3f2fb 99%, rgba(227, 242, 251, 0.52) 51%, rgba(0, 113, 128, 0) -1%);
}

.webinar-tabbed-banner-row::before {
    content: "";
    background: url("/-/media/Feature/Webinar/diamond weave half transparent flipped");
    background-size: 80% 150%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.webinar-tabbed-banner-row .banner-image {
    height: 100%;
    width: 100%;
}

.webinar-tabbed-banner-row .banner-image img {
    width: 100%;
    height: 100%;
    /* clip-path: polygon(27% 0, 100% 0, 100% 100%, 0% 100%); */
    object-fit: cover;
    -webkit-mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
    -webkit-mask-size: 1800px 2000px; /* width = height and big enough to consider all the cases */
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
    mask-size: 1800px 2000px; /* width = height and big enough to consider all the cases */
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

.webinar-tabbed-banner-row .banner-text {
    width: 60%;
    margin: 0 auto;
}

.webinar-tabbed-banner-row .banner-text h2 {
    color: #002f6d;
    padding-bottom: 2rem;
}

.webinar-tabbed-banner-row .banner-text h3 {
    color: #002f6d;
    padding-bottom: 3rem;
}

.webinar-tabbed-banner-row .date-icon,
.webinar-tabbed-banner-row .time-icon {
    font-size: 46px;
    margin-right: 1.4rem;
    color: #707070;
}

.webinar-tabbed-banner-row .date-text:nth-child(1) {
    font-weight: 600;
    color: #707070;
    font-size: 14px;
}

.webinar-tabbed-banner-row .date-text:nth-child(2) {
    color: #707070;
    font-size: 12px;
}

.webinar-tabbed-banner-row .time-text:nth-child(1) {
    font-weight: 600;
    color: #707070;
    font-size: 14px;
}

.webinar-tabbed-banner-row .time-text:nth-child(2) {
    color: #707070;
    font-size: 12px;
}

.webinar-tabbed-banner-row .button-container {
    margin: 2rem 0;
    width: 400px;
}

.webinar-tabbed-banner-row .btn-know-more {
    background: rgb(50, 200, 33);
    background: linear-gradient( 90deg, rgba(50, 200, 33, 1) 40%, rgba(118, 247, 106, 1) 86% );
    border: none;
    color: white;
    font-weight: 550;
    margin: 0 auto;
    font-size: 16px;
}
.webinar-tabbed-banner-row .btn-know-more i{
    margin-right: 8px;
}

@media (max-width: 1024px) {
    .webinar-tabbed-banner-row {
        height: 400px;
    }

    .webinar-tabbed-banner-row .banner-text {
        width: 85%;
    }

    .webinar-tabbed-banner-row .banner-text h2 {
        padding-bottom: 1rem;
        width: 100%;
    }

    .webinar-tabbed-banner-row .banner-text h3 {
        padding-bottom: 2rem;
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .webinar-tabbed-banner-row {
        height: 250px;
        padding: 1rem;
    }

    .webinar-tabbed-banner-row::before {
        background-size: 100% 100%;
    }

    .webinar-tabbed-banner-row .banner-image {
        display: none;
    }

    .webinar-tabbed-banner-row .banner-text {
        width: 100%;
    }

    .webinar-tabbed-banner-row .banner-text h2 {
        padding-bottom: 0.5rem;
        font-size: 22px;
        font-weight: 700;
    }

    .webinar-tabbed-banner-row .banner-text h3 {
        padding-bottom: 1rem;
        font-size: 18px;
    }

    .webinar-tabbed-banner-row .date-icon,
    .webinar-tabbed-banner-row .time-icon {
        font-size: 32px;
    }

    .webinar-tabbed-banner-row .date-text:nth-child(1) {
        font-size: 16px;
    }

    .webinar-tabbed-banner-row .date-text:nth-child(2) {
        font-size: 12px;
    }

    .webinar-tabbed-banner-row .time-text:nth-child(1) {
        font-size: 16px;
    }

    .webinar-tabbed-banner-row .time-text:nth-child(2) {
        font-size: 12px;
    }

    .webinar-tabbed-banner-row .button-container {
        margin: 1rem 0;
        width: 400px;
    }

    .webinar-tabbed-banner-row .btn-know-more {
        font-size: 14px;
    }
}


/*Hero Image  - Chanllenges Categories Page*/

.category-banner-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.blue-banner-transparent-background {
    background: rgba(0, 47, 109, 0.75);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0% 20%
}

.category-banner-title {
    color: #fff;
    font-family: 'Noto Serif';
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 2.2;
}

.category-banner-sub-title {
    color: #fff;
    font-family: 'Noto Serif';
    font-size: 70px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
}

@media (max-width: 1536px) {
    .category-banner-title {
        font-size: 35px;
    }

    .category-banner-sub-title {
        font-size: 60px;
    }
}

@media (max-width: 1366px) {
    .category-banner-title {
        font-size: 30px;
    }

    .category-banner-sub-title {
        font-size: 50px;
    }
}

@media (max-width: 1199.98px) {


    .category-banner-title {
        font-size: 25px;
    }

    .category-banner-sub-title {
        font-size: 40px;
    }

    .blue-banner-transparent-background {
        padding: 0% 2%
    }
}

@media (max-width: 991.98px) {
    .category-banner-sub-title {
        font-size: 40px;
    }

    .challenges-category-links-component
    .row > div:nth-child(even)
    .challenges-category-link-container {
        border-right: 0px;
    }
}

@media (max-width: 767.98px) {
    .category-banner-sub-title {
        font-size: 40px;
    }

    .category-banner-image {
        height: 25vh;
    }

    .blue-banner-transparent-background {
        padding: 5% 5%
    }
}

@media (max-width: 576px) {
    .category-banner-sub-title {
        font-size: 30px;
    }

    .challenges-category-link-container {
        border-right: 0px;
    }
}

/*Hero Image  - About West Complaints and Ethics*/
.compliance-banner-row {
    height: 55vh;
    position: relative;
}

.compliance-banner-left {
    position: relative;
    height: 100%;
    background-color: #cff5fa;
    -webkit-mask: linear-gradient( 110deg,#fff 73%,transparent 73%) top right;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient(110deg,#fff 73%,transparent 73%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

    .compliance-banner-left::before {
        content: "";
        background-image: url("../images/banner-bg.png");
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.35;
    }

.compliance-banner-left-image {
    height: 80%;
    width: 50%;
    position: absolute;
    top: 10%;
    left: 50px;
    -webkit-mask: linear-gradient( 110deg,#fff 73%,transparent 73%) top right;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient(110deg,#fff 73%,transparent 73%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

.compliance-banner-row .compliance-banner-text {
    padding: 3rem !important;
}

    .compliance-banner-row .compliance-banner-text h2 {
        padding: 0rem 0 !important;
    }

.compliance-banner-left-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.compliance-banner-text h2 {
    font-size: 40px;
    margin: 2rem 0;
    font-family: 'Noto Serif';
    color: #002f6d;
    font-weight: 400;
}

.compliance-banner-text p {
    color: #444444;
    font-size: 24px;
}

@media (max-width: 1536px) {
    .compliance-banner-row {
        height: 400px;
    }

        .compliance-banner-row .compliance-banner-text {
            padding: 2rem !important;
        }

            .compliance-banner-row .compliance-banner-text h2 {
                font-size: 36px !important;
                margin: 1rem 0 !important;
                padding: 1rem 0 !important;
            }

            .compliance-banner-row .compliance-banner-text p {
                font-size: 20px !important;
            }
}

@media (max-width: 1366px) {
    .compliance-banner-row {
        height: 350px;
    }

        .compliance-banner-row .compliance-banner-text {
            padding: 1rem;
        }

            .compliance-banner-row .compliance-banner-text h2 {
                font-size: 30px !important;
                margin: 0.75rem 0 !important;
                padding: 0.75rem 0 !important;
            }

            .compliance-banner-row .compliance-banner-text p {
                font-size: 18px !important;
            }
}

@media (max-width: 1199.98px) {
    .compliance-banner-row {
        height: 400px;
    }

        .compliance-banner-row .compliance-banner-text {
            padding: 0rem !important;
        }

    .compliance-banner-text h2 {
        margin: 1rem 0;
    }

    .compliance-banner-text p {
        color: #444444;
        font-size: 18px;
    }

    .compliance-banner-text {
        width: 80%;
    }
}

@media (max-width: 991.98px) {
    .compliance-banner-row {
        height: 250px;
    }

    .compliance-banner-text {
        width: 100%;
    }

        .compliance-banner-text h2 {
            margin: 0.2rem 0;
            font-size: 20px;
        }

        .compliance-banner-text p {
            color: #444444;
            font-size: 12px;
        }

    .compliance-banner-left {
        clip-path: none;
    }

    .compliance-banner-left-image {
        clip-path: none;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 767.98px) {
    .compliance-banner-row {
        height: 250px;
    }

    .compliance-banner-text {
        width: 100%;
    }

        .compliance-banner-text h2 {
            margin: 0.2rem 0;
            font-size: 20px;
        }

        .compliance-banner-text p {
            color: #444444;
            font-size: 12px;
        }

    .compliance-banner-left {
        clip-path: none;
    }

    .compliance-banner-left-image {
        clip-path: none;
        width: 100%;
        left: 0;
    }
}
/*Hero Image  - About West UNGC Systainability*/

.ungc-banner-row {
    position: relative;
    height: 400px;
    margin-bottom: 10%;
    background-color: #cff5fa;
}

    .ungc-banner-row::before {
        content: "";
        background-image: url("../images/banner-bg.png");
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.35;
    }

.ungc-banner-image {
    position: absolute;
    width: 100%;
    left: 10%;
    top: 15%;
    -webkit-mask: linear-gradient( 110deg,#fff 73%,transparent 73%) top right;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient(110deg,#fff 73%,transparent 73%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

    .ungc-banner-image img {
        height: 450px;
        width: 100%;
        object-fit: cover;
    }

.ungc-banner-text h1 {
    font-size: 40px;
    color: #002f6d;
    font-weight: 400;
    font-family: 'Noto Serif';
}

@media (max-width: 1536px) {

    .ungc-banner-row {
        position: relative;
        height: 375px;
    }

    .ungc-banner-image img {
        height: 400px;
        object-fit: cover;
    }

    .ungc-banner-text h1 {
        font-size: 36px;
    }
}

@media (max-width: 1366px) {
    .ungc-banner-row {
        position: relative;
        height: 325px;
    }

    .ungc-banner-image img {
        height: 350px;
        object-fit: cover;
    }

    .ungc-banner-text h1 {
        font-size: 30px;
    }
}

@media (max-width: 1199.98px) {
    .ungc-banner-row {
        height: 400px;
    }

    .ungc-banner-image {
        position: static;
    }

        .ungc-banner-image img {
            height: 400px;
        }

    .ungc-banner-text {
        align-items: center;
    }

        .ungc-banner-text h1 {
            font-size: 24px;
        }
}

@media (max-width: 991.98px) {
    .ungc-banner-row {
        height: 250px;
    }

    .ungc-banner-image {
        position: static;
    }

        .ungc-banner-image img {
            height: 250px;
        }

    .ungc-banner-text {
        align-items: center;
    }

        .ungc-banner-text h1 {
            font-size: 24px;
        }
}

@media (max-width: 767.98px) {
    .ungc-banner-row {
        height: 200px;
    }

    .ungc-banner-image {
        position: static;
    }

        .ungc-banner-image img {
            height: 200px;
        }

    .ungc-banner-text {
        align-items: center;
    }

        .ungc-banner-text h1 {
            font-size: 24px;
        }
}

/*Hero Image  - About West CEO Message*/

.about-ceo-message-row {
    width: 95%;
    height: 400px;
    margin-top: 70px;
}

.about-ceo-message-banner {
    position: relative;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(207, 245, 250, 1) 50% );
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

    .about-ceo-message-banner::before {
        content: "";
        background-image: url("../images/banner-bg.png");
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.25;
    }

.about-ceo-image {
    position: absolute;
    right: 75px;
    bottom: 40px;
    height: 100%;
    width: 350px;
}

    .about-ceo-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    }

.about-ceo-message-text {
    width: 50%;
    margin: 0 auto
}

    .about-ceo-message-text h2 {
        font-size: 40px;
        width: 500px;
        font-family: 'Noto Serif';
        font-weight: 500;
        color: #002f6d;
        padding-bottom: 1rem;
    }

@media (max-width:1536px) {
    .about-ceo-message-row {
        width: 95%;
        height: 350px;
        margin-top: 70px;
    }

    .about-ceo-message-text h2 {
        font-size: 36px;
        width: 500px;
        padding-bottom: 1rem;
    }

    .about-ceo-message-text h3 {
        font-size: 24px;
    }

    .about-ceo-message-text h4 {
        font-size: 20px;
    }

    .about-ceo-image {
        right: 50px;
        bottom: 40px;
        width: 300px;
    }
}

@media (max-width:1366px) {
    .about-ceo-message-row {
        width: 95%;
        height: 300px;
        margin-top: 50px;
    }

    .about-ceo-message-text h2 {
        font-size: 30px;
        width: 400px;
        padding-bottom: 1rem;
    }

    .about-ceo-message-text h3 {
        font-size: 20px;
    }

    .about-ceo-message-text h4 {
        font-size: 16px;
    }

    .about-ceo-image {
        right: 50px;
        bottom: 40px;
        width: 300px;
    }
}

@media (max-width: 1199.98px) {
    .about-ceo-message-row {
        width: auto;
        height: 300px;
    }


    .about-ceo-image {
        width: 250px;
    }

        .about-ceo-image img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
        }
}

@media (max-width: 991.98px) {
    .about-ceo-message-row {
        width: auto;
        height: 200px;
        margin-top: 0px;
    }

    .about-ceo-message-banner,
    .about-ceo-image img {
        clip-path: none;
    }

    .about-ceo-image {
        width: 150px;
        right: 0px;
        bottom: 0px;
    }

    .compliance-banner-text {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .about-ceo-message-row {
        width: auto;
        height: 200px;
        margin-top: 0px;
    }

    .about-ceo-message-banner,
    .about-ceo-image img {
        clip-path: none;
    }

    .about-ceo-image {
        width: 150px;
        right: 0px;
        bottom: 0px;
    }

    .about-ceo-message-text {
        width: 100%;
        margin: 0 auto;
        padding: 1rem
    }

    .compliance-banner-text {
        padding: 1rem;
    }

    .about-ceo-message-text h2 {
        font-size: 22px;
        width: 250px;
        padding-bottom: 1rem;
    }

    .about-ceo-message-text h3 {
        font-size: 18px;
    }

    .about-ceo-message-text h4 {
        font-size: 14px;
    }
}

/*Hero Image  - About Our Culture*/
.about-banner-culture {
    background-image: linear-gradient(to right, rgb(163 206 220 / 55%), rgb(255 255 255 / 37%)), url(../images/banner-bg-3.png);
    background-size: cover;
    max-height: 400px;
}

    .about-banner-culture h3 {
        font-size: 40px;
        font-family: 'Noto Serif';
    }

    .about-banner-culture p {
        font-family: 24px;
    }

    .about-banner-culture .blog-banner-culture-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        -webkit-mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
        -webkit-mask-size: 2000px 2000px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-composite: destination-in;
        mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
        mask-size: 2000px 2000px;
        mask-repeat: no-repeat;
        mask-composite: intersect;
    }

@media (max-width: 1536px) {
    .about-banner-culture {
        max-height: 375px;
    }

        .about-banner-culture .blog-banner-culture-img {
            max-height: 375px;
        }

        .about-banner-culture h3 {
            font-size: 36px;
        }

        .about-banner-culture p {
            font-family: 20px;
        }
}

@media (max-width: 1366px) {
    .about-banner-culture {
        max-height: 350px;
    }

        .about-banner-culture .blog-banner-culture-img {
            max-height: 350px;
        }

        .about-banner-culture h3 {
            font-size: 30px;
        }

        .about-banner-culture p {
            font-family: 16px;
        }
}

@media (max-width: 1199.98px) {
    .about-banner-culture .col-12:nth-child(1) {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
        padding: 1rem !important;
    }

    .about-banner-culture .py-3:nth-child(1) {
        padding: 0 !important
    }

    .about-banner-culture h3 {
        font-size: 28px;
    }

    .about-banner-culture p {
        font-family: 14px;
    }
}

@media (max-width: 991.98px) {
    .about-banner-culture .blog-banner-culture-img {
        max-height: 350px;
        margin-top: -10%;
    }
}

/*Hero Image  - News and Events Landing*/

.news-and-events-banner-row {
    height: 65vh;
    position: relative;
    background-image: url("https://www.westpharma.com/-/media/WestPharma/Images/News-and-Events/News-and-Events-Hero.jpg");
    background-size: cover;
}

    .news-and-events-banner-row .banner-text-container {
        position: absolute;
        background-color: #002f6d;
        color: #fff;
        width: 50%;
        height: 50%;
        padding: 3rem;
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
        left: 5%;
    }

        .news-and-events-banner-row .banner-text-container::before {
            content: "";
            background-image: url(../images/banner-bg-3.png);
            background-size: 100% 100%;
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            opacity: 0.15;
        }

        .news-and-events-banner-row .banner-text-container p {
            font-size: 24px;
        }

        .news-and-events-banner-row .banner-text-container h3 {
            padding: 1rem 0;
            font-size: 38px;
            font-family: 'Noto Serif';
            font-weight: 600;
        }

@media (max-width: 1536px) {
    .news-and-events-banner-row {
        height: 60vh;
    }

        .news-and-events-banner-row .banner-text-container p {
            font-size: 20px;
        }

        .news-and-events-banner-row .banner-text-container {
            padding: 2.5rem;
        }

            .news-and-events-banner-row .banner-text-container h3 {
                padding: 0.75rem 0;
                font-size: 30px;
            }
}

@media (max-width: 1366px) {
    .news-and-events-banner-row {
        height: 55vh;
    }

        .news-and-events-banner-row .banner-text-container {
            padding: 1rem;
            height: 70%;
        }

            .news-and-events-banner-row .banner-text-container p {
                font-size: 16px;
            }

            .news-and-events-banner-row .banner-text-container h3 {
                padding: 0.75rem 0;
                font-size: 30px;
            }
}

@media (max-width: 1199.98px) {
    .news-and-events-banner-row {
        height: 400px;
    }

        .news-and-events-banner-row .banner-text-container {
            height: 70%;
            width: 70%;
        }

            .news-and-events-banner-row .banner-text-container p {
                font-size: 20px;
            }

            .news-and-events-banner-row .banner-text-container h3 {
                padding: 1rem 0;
                font-size: 32px;
            }
}

@media (max-width: 991.98px) {
    .news-and-events-banner-row {
        height: 300px;
    }

        .news-and-events-banner-row .banner-text-container {
            height: 70%;
            width: 90%;
            padding: 1rem;
            left: 5%;
        }

            .news-and-events-banner-row .banner-text-container p {
                font-size: 14px;
            }

            .news-and-events-banner-row .banner-text-container h3 {
                padding: 0.5rem 0;
                font-size: 24px;
            }
}

@media (max-width: 767.98px) {
    .news-and-events-banner-row {
        height: 250px;
    }

        .news-and-events-banner-row .banner-text-container {
            height: 70%;
            width: 90%;
            padding: 1rem;
            left: 5%;
        }

            .news-and-events-banner-row .banner-text-container p {
                font-size: 14px;
            }

            .news-and-events-banner-row .banner-text-container h3 {
                padding: 0.5rem 0;
                font-size: 20px;
            }
}


/*Hero Image  - West in the news*/

.west-in-news-banner-row {
    height: 45vh;
    position: relative;
    background-image: linear-gradient( to right, rgba(0, 113, 128, 0) -1%, rgba(41, 171, 189, 0.397) 65%, #00e1ff5b 100% );
}

    .west-in-news-banner-row::before {
        content: "";
        background: url("../images/diamond\ weave\ half\ transparent\ black.png");
        background-size: 60% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

    .west-in-news-banner-row .banner-image {
        width: 100%;
        height: 100%;
        filter: drop-shadow(-25px 0px 0px #fff)
    }

        .west-in-news-banner-row .banner-image img {
            width: 100%;
            height: 110%;
            margin-top: -2%;
            object-fit: cover;
            -webkit-mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
            -webkit-mask-size: 2000px 2000px; /* width = height and big enough to consider all the cases */
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-composite: destination-in;
            mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
            mask-size: 2000px 2000px; /* width = height and big enough to consider all the cases */
            mask-repeat: no-repeat;
            mask-composite: intersect;
        }

    .west-in-news-banner-row .banner-left {
        padding: 1rem 0rem 0rem 1rem
    }

    .west-in-news-banner-row .banner-text {
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        padding: 1rem 0rem 0rem 1rem
    }

        .west-in-news-banner-row .banner-text h2 {
            color: #002f6d;
            padding-bottom: 2rem;
            font-family: 'Noto Serif';
            font-weight: 400
        }

        .west-in-news-banner-row .banner-text p {
            font-size: 1.1rem;
            line-height: 1.6;
        }

@media (max-width: 1366px) {
    .west-in-news-banner-row .banner-text h2 {
        padding-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .west-in-news-banner-row .banner-text p {
        font-size: 0.75rem;
        line-height: 1.6;
    }
}

@media (max-width: 1199.98px) {

    .west-in-news-banner-row .banner-text h2 {
        padding-bottom: 1.25rem;
        font-size: 1.25rem;
    }

    .west-in-news-banner-row .banner-text p {
        font-size: 0.75rem;
    }
}

@media (max-width: 1024px) {
    .west-in-news-banner-row {
        height: 400px;
    }

        .west-in-news-banner-row .banner-text {
            width: 85%;
        }

            .west-in-news-banner-row .banner-text h2 {
                padding-bottom: 1rem;
                width: 100%;
            }
}

@media (max-width: 991px) {
    .west-in-news-banner-row {
        height: 270px;
        padding: 1rem;
    }

        .west-in-news-banner-row::before {
            background-size: 100% 100%;
        }

        .west-in-news-banner-row .banner-image {
            display: none;
        }

        .west-in-news-banner-row .banner-text {
            width: 100%;
        }

            .west-in-news-banner-row .banner-text h2 {
                padding-bottom: 0.5rem;
                font-weight: 700;
                text-align: center;
            }

            .west-in-news-banner-row .banner-text p {
                margin-top: 0.5rem;
            }
}

@media (max-width: 767.98px) {
    .west-in-news-banner-row {
        height: 200px;
    }
}

/*Hero Image  - Press Contacts*/

.press-contacts-banner-row {
    height: 40vh;
    position: relative;
    background-image: linear-gradient( to right, rgba(0, 113, 128, 0) -1%, rgba(41, 171, 189, 0.397) 65%, #00e1ff5b 100% );
}

    .press-contacts-banner-row::before {
        content: "";
        background: url("../images/diamond weave half transparent black.png");
        background-size: 60% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

.aqua-background .press-contacts-banner-row {
    height: 45vh;
    position: relative;
    background-image: linear-gradient(121deg, rgba(126, 208, 224, 0) 4%, #84dbe7 86%);
}

.light-blue-background .press-contacts-banner-row {
    height: 45vh;
    position: relative;
    background-image: linear-gradient( to right, rgba(0, 113, 128, 0) -1%, rgba(41, 171, 189, 0.397) 65%, #00e1ff5b 100% );
}

.aqua-background .press-contacts-banner-row::before {
    content: "";
    background: url("../images/diamond\ weave\ half\ transparent\ black.png");
    background-size: 60% 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.light-blue-background .press-contacts-banner-row::before {
    content: "";
    background: url("../images/banner-bg.png");
    background-size: 100% 150%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.press-contacts-banner-row .banner-image {
    width: 100%;
    height: 100%;
    filter: drop-shadow(-25px 0px 0px #fff)
}

    .press-contacts-banner-row .banner-image img {
        width: 100%;
        height: 110%;
        margin-top: -2%;
        object-fit: cover;
        -webkit-mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
        -webkit-mask-size: 2000px 2000px; /* width = height and big enough to consider all the cases */
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-composite: destination-in;
        mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
        mask-size: 2000px 2000px; /* width = height and big enough to consider all the cases */
        mask-repeat: no-repeat;
        mask-composite: intersect;
    }

.press-contacts-banner-row .banner-text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

    .press-contacts-banner-row .banner-text h2 {
        font-size: 40px;
        font-family: 'Noto Serif';
        color: #002f6d;
        padding-bottom: 2rem;
    }

    .press-contacts-banner-row .banner-text p {
        font-size: 24px;
    }

@media (max-width: 1536px) {
    .press-contacts-banner-row .banner-text h2 {
        padding-bottom: 1.25rem;
        font-size: 36px;
    }

    .press-contacts-banner-row .banner-text p {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .press-contacts-banner-row .banner-text h2 {
        padding-bottom: 1.25rem;
        font-size: 30px;
    }

    .press-contacts-banner-row .banner-text p {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .press-contacts-banner-row {
        height: 400px;
    }

        .press-contacts-banner-row .press-contacts-banner-row::before {
            background-size: 100% 100%;
        }

        .press-contacts-banner-row .banner-text {
            width: 85%;
        }

            .press-contacts-banner-row .banner-text h2 {
                padding-bottom: 1.25rem;
                font-size: 1.5rem;
            }

            .press-contacts-banner-row .banner-text p {
                font-size: 0.75rem;
                line-height: 1.6;
            }
}



@media (max-width: 991.98px) {
    .press-contacts-banner-row {
        height: 270px;
        padding: 1rem;
    }

        .press-contacts-banner-row::before {
            background-size: 100% 100%;
        }

        .press-contacts-banner-row .banner-image {
            display: none;
        }

        .press-contacts-banner-row .banner-text {
            width: 100%;
        }

            .press-contacts-banner-row .banner-text h2 {
                padding-bottom: 0.5rem;
                font-weight: 700;
                text-align: center;
            }

            .press-contacts-banner-row .banner-text h3 {
                text-align: center;
            }

            .press-contacts-banner-row .banner-text p {
                margin-top: 0.5rem;
            }
}

@media (max-width: 767.98px) {
    .press-contacts-banner-row {
        height: 200px;
    }

        .press-contacts-banner-row .banner-text h3 {
            font-size: 0.75rem;
        }
}



/* --- Locations Page --- */
.location-banner-row {
    height: 50vh;
    position: relative;
    background-image: linear-gradient(to right, #00e1ff5b 10%, #fff 50%);
}

    .location-banner-row::before {
        content: "";
        background: url("../images/diamond\ weave\ half\ transparent\ black.png");
        background-size: 60% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

.location-banner-image {
    width: 100%;
    height: 100%;
}

    .location-banner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%); */
    }

.location-banner-text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

    .location-banner-text h2 {
        font-size: 40px;
        padding-bottom: 2rem;
        color: #002f6d;
        font-family: 'Noto Serif';
        font-weight: 400
    }

    .location-banner-text p {
        font-size: 24px;
        color: #444444;
    }

@media (max-width: 1536px) {
    .location-banner-row {
        height: 400px;
    }

    .location-banner-text h2 {
        font-size: 36px;
        padding-bottom: 1.5rem;
    }

    .location-banner-text p {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .location-banner-row {
        height: 350px;
    }

    .location-banner-text {
        width: 70%;
    }

        .location-banner-text h2 {
            font-size: 30px;
            padding-bottom: 1.5rem;
        }

        .location-banner-text p {
            font-size: 16px;
        }
}

@media (max-width: 1199.98px) {
    .location-banner-row {
        height: 350px;
    }

    .location-banner-text {
        width: 85%;
    }

        .location-banner-text h2 {
            padding-bottom: 1rem;
            width: 100%;
        }
}

@media (max-width: 991.98px) {
    .location-banner-row {
        height: 270px;
        padding: 1rem;
        background-image: linear-gradient(to right, #00e1ff5b, #fff);
    }

        .location-banner-row::before {
            background-size: 100% 100%;
        }

    .location-banner-image {
        display: none;
    }

    .location-banner-text {
        width: 100%;
    }

        .location-banner-text h2 {
            padding-bottom: 0.5rem;
            text-align: center;
        }

        .location-banner-text h3 {
            text-align: center;
        }

        .location-banner-text p {
            margin-top: 0.5rem;
        }
}

@media (max-width: 767.98px) {
    .location-banner-row {
        height: 200px;
    }
}

@media (max-width: 300px) {
    .location-banner-row {
        height: 360px;
    }
}


/*Hero Image  - Onchology landing*/

.oncology-landing-banner-row {
    height: 450px;
    position: relative;
}

    .oncology-landing-banner-row::before {
        content: "";
        background: url("../images/diamond weave half transparent black.png");
        background-size: 75% 125%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.35;
    }

.oncology-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 50%;
    margin: 0 auto
}

    .oncology-banner-left h3 {
        font-size: 40px;
        font-family: 'Noto Serfif';
        color: #002f6d;
        font-weight: 400;
        padding: 1rem 0
    }

    .oncology-banner-left p {
        font-size: 24px;
    }

.oncology-banner-right {
    height: 100%;
    width: 100%
}

    .oncology-banner-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
        -webkit-mask-size: 2000px 2000px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-composite: destination-in;
        mask: linear-gradient(110deg,transparent 27%, #fff 27%) bottom left;
        mask-size: 2000px 2000px;
        mask-repeat: no-repeat;
        mask-composite: intersect;
    }

@media (max-width: 1536px) {
    .oncology-landing-banner-row {
        height: 350px;
    }

    .oncology-banner-left {
        width: 60%;
    }
}

@media (max-width: 1366px) {
    .oncology-landing-banner-row {
        height: 300px;
    }

    .oncology-banner-left {
        width: 70%;
    }

        .oncology-banner-left h3 {
            font-size: 30px;
        }

        .oncology-banner-left p {
            font-size: 18px;
        }
}

@media (max-width: 1199.98px) {
    .oncology-landing-banner-row {
        height: 300px;
    }

    .oncology-banner-left {
        width: 70%;
    }

        .oncology-banner-left h3 {
            font-size: 30px;
        }

        .oncology-banner-left p {
            font-size: 18px;
        }
}

@media (max-width: 991.98px) {
    .oncology-landing-banner-row {
        height: 300px;
    }

    .oncology-banner-left {
        width: 80%;
    }

        .oncology-banner-left h3 {
            font-size: 30px;
        }

        .oncology-banner-left p {
            font-size: 18px;
        }
}

@media (max-width: 767.98px) {
    .oncology-landing-banner-row {
        height: 200px;
    }

    .oncology-banner-left {
        width: 90%;
    }

        .oncology-banner-left h3 {
            font-size: 24px;
            padding: 0.5rem 0
        }

        .oncology-banner-left p {
            font-size: 14px;
        }
}

/*Hero Image  - Featured Video Channel*/
.feature-video-row {
    min-height: 580px;
    position: relative;
    margin-bottom: 2rem;
}

.feature-video-banner-left {
    height: 100%;
    position: absolute;
    background-color: #e3f2fb;
    -webkit-mask: linear-gradient( 110deg,#fff 73%,transparent 73%) top right;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient(110deg,#fff 73%,transparent 73%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

.aqua-background .feature-video-banner-left {
    background-color: none;
    background-image: linear-gradient(121deg, rgba(126, 208, 224, 0) 4%, #84dbe7 90%);
}

.light-blue-background .feature-video-banner-left {
    background-color: #e3f2fb
}


.feature-video-banner-left::before {
    content: "";
    background-image: url("../images/banner-bg.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
}


.feature-video-banner-video-container {
    height: 100%;
    width: 60%;
    padding: 2rem;
    top: 0rem;
    bottom: 0rem;
    right: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .feature-video-banner-video-container video {
        height: 85%;
        margin: auto 0;
        width: 100%;
        object-fit: cover;
    }

.feature-video-text-container {
    margin-left: 5%;
    width: 50%;
}

    .feature-video-text-container h1 {
        font-size: 40px;
        font-family: 'Noto Serif';
        font-weight: 400;
        color: #002f6d;
        margin-bottom: 1.2rem;
    }

    .feature-video-text-container p {
        font-size: 24px;
        font-family: "Open Sans";
    }

@media (max-width: 1536px) {
    .feature-video-row {
        min-height: 480px;
        position: relative;
    }

    .feature-video-text-container {
        margin-left: 5%;
        width: 55%;
    }

        .feature-video-text-container h1 {
            font-size: 36px;
        }

        .feature-video-text-container p {
            font-size: 20px;
        }
}

@media (max-width: 1366px) {
    .feature-video-row {
        min-height: 380px;
    }

    .feature-video-text-container {
        margin-left: 5%;
        width: 55%;
    }

        .feature-video-text-container h1 {
            font-size: 30px;
        }

        .feature-video-text-container p {
            font-size: 16px;
        }
}

@media (max-width: 1199.98px) {
    .feature-video-row {
        min-height: 300px;
    }

    .feature-video-text-container {
        margin-left: 5%;
        width: 55%;
    }

        .feature-video-text-container h1 {
            font-size: 30px;
            margin-bottom: 1rem;
        }

        .feature-video-text-container p {
            font-size: 16px;
        }
}

@media (max-width: 991.98px) {
    .feature-video-row {
        height: 280px;
    }

    .feature-video-text-container {
        margin-left: 5%;
        width: 55%;
    }

        .feature-video-text-container h1 {
            font-size: 24px;
        }

        .feature-video-text-container p {
            font-size: 14px;
        }
}


@media (max-width: 767.98px) {
    .feature-video-row {
        height: 200px;
    }

    .feature-video-text-container {
        display: none
    }

        .feature-video-text-container h1 {
            font-size: 24px;
        }

        .feature-video-text-container p {
            font-size: 14px;
            display: none
        }

    .video-image {
        min-height: auto !important
    }
}

/*Investors Landing Page*/
.investors-landing-banner {
    height: 650px;
}

    .investors-landing-banner .banner-menu-container-mobile {
        background-image: linear-gradient( to left, #a8e5ee 7%, #cbf0f5 29%, rgba(239, 250, 252, 0.97) 61%, #f2f2f2 101%, rgba(255, 255, 255, 0.94) 101% );
    }

    .investors-landing-banner .banner-menu-container-mobile {
        color: #1c5692;
    }

    .investors-landing-banner .banner-menu-container {
        content: "";
        background: url("../images/diamond\ weave\ half\ transparent.png");
        background-size: 200% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }

    .investors-landing-banner .navigation-menu {
        width: 60%;
        margin: 0 auto;
    }

    .investors-landing-banner .banner-menu-container h1 {
        font-size: 40px;
        font-weight: 500;
        font-family: Noto Serif;
        color: #002f6d;
    }

    .investors-landing-banner .menu-item {
        font-size: 24px;
        color: #444444;
        padding: 0.5rem 0;
        display: block;
    }

    .investors-landing-banner .navigation-menu .active {
        font-size: 30px;
        font-weight: 400;
        color: #3daf2c;
    }

#navbarNavDropdown .nav-item:first-child {
    border-top: 1px solid #a8e5ee;
}

.investors-landing-banner #navbarNavDropdown .active .nav-link {
    font-size: 18px;
    font-weight: 500;
}


.investors-landing-banner .banner-image-container {
    height: 100%;
}

.investors-landing-banner .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.investors-landing-banner .banner-image-card-container {
    width: 375px;
    height: 325px;
    background-color: #fff;
    right: 100px;
    bottom: 0;
}

.investors-landing-banner .banner-card-header {
    font-size: 24px;
    font-weight: 600;
}

.investors-landing-banner .card-text {
    font-size: 24px;
    font-weight: 600;
    color: #1c5692;
}

.investors-landing-banner .card-text-price {
    font-size: 36px;
    font-weight: 600;
    color: #1c5692;
}

.investors-landing-banner .card-text-change {
    color: #3daf2c;
    font-weight: 600;
    font-size: 35px;
}

.investors-landing-banner .up-arrow {
    vertical-align: bottom;
}

.investors-landing-banner .card-text-datetime {
    font-size: 16px;
    color: #1c5692;
}

@media (max-width: 1536px) {
    .investors-landing-banner {
        height: 550px;
    }

        .investors-landing-banner .banner-menu-container h1 {
            font-size: 36px;
        }

        .investors-landing-banner .menu-item {
            font-size: 20px;
            padding: 0.5rem 0;
        }

        .investors-landing-banner .navigation-menu .active {
            font-size: 24px;
        }

        .investors-landing-banner .banner-image-card-container {
            width: 350px;
            height: 325px;
            background-color: #fff;
            right: 100px;
            bottom: 0;
        }

        .investors-landing-banner .banner-card-header {
            font-size: 20px;
        }

        .investors-landing-banner .card-text {
            font-size: 20px;
        }

        .investors-landing-banner .card-text-price {
            font-size: 30px;
        }

        .investors-landing-banner .card-text-change {
            font-size: 30px;
        }

        .investors-landing-banner .card-text-datetime {
            font-size: 16px;
            color: #1c5692;
        }
}

@media (max-width: 1366px) {
    .investors-landing-banner {
        height: 450px;
    }

        .investors-landing-banner .banner-menu-container h1 {
            font-size: 30px;
        }

        .investors-landing-banner .menu-item {
            font-size: 16px;
            padding: 0.5rem 0;
        }

        .investors-landing-banner .navigation-menu .active {
            font-size: 20px;
        }

        .investors-landing-banner .banner-image-card-container {
            width: 300px;
            height: 325px;
            background-color: #fff;
            right: 100px;
            bottom: -15%;
        }

        .investors-landing-banner .banner-card-header {
            font-size: 16px;
        }

        .investors-landing-banner .card-text {
            font-size: 16px;
        }

        .investors-landing-banner .card-text-price {
            font-size: 24px;
        }

        .investors-landing-banner .card-text-change {
            font-size: 24px;
        }

        .investors-landing-banner .card-text-datetime {
            font-size: 14px;
        }
}

@media (max-width: 1199.98px) {
    .investors-landing-banner {
        height: 450px;
    }

        .investors-landing-banner .navigation-menu {
            width: 90%;
            margin: 0 auto;
        }

        .investors-landing-banner .menu-item {
            font-size: 20px;
            color: #444444;
            padding: 0.5rem 0;
            display: block;
        }

        .investors-landing-banner .navbar-collapse .nav-item:first-child {
            border-top: 1px solid #a8e5ee;
        }


        .investors-landing-banner .banner-menu-container h1 {
            font-size: 36px;
            font-weight: 400;
            padding-bottom: 0rem;
            padding-top: 0rem;
        }

        .investors-landing-banner .banner-image-card-container {
            width: 250px;
            height: 250px;
            background-color: #fff;
            right: 20px;
            bottom: 0
        }

        .investors-landing-banner .banner-card-header {
            font-size: 15px;
            font-weight: 600;
        }

        .investors-landing-banner .card-text {
            font-size: 15px;
            font-weight: 600;
            color: #1c5692;
        }

        .investors-landing-banner .card-text-price {
            font-size: 24px;
            font-weight: 600;
            color: #1c5692;
        }

        .investors-landing-banner .card-text-change {
            color: #3daf2c;
            font-weight: 600;
            font-size: 24px;
        }

        .investors-landing-banner .card-text-datetime {
            font-size: 12px;
            color: #1c5692;
        }
}

@media (max-width: 991px) {
    .investors-landing-banner {
        height: fit-content;
    }

        .investors-landing-banner .banner-image-card-container {
            width: 250px;
            height: 250px;
            background-color: #fff;
            right: 20px;
            bottom: -35%;
        }

        .investors-landing-banner .banner-image-container {
            height: 300px;
        }

        .investors-landing-banner .banner-image {
            clip-path: none;
        }
}

@media (max-width: 991px) {
    .investors-landing-banner .banner-image-container {
        height: 250px;
    }
}


/*Main Menu Landing Hero Image*/
.main-menu-landing-hero-mobile {
    display: none
}

.main-menu-landing-hero {
    height: 600px;
    position: relative;
    background-color: #e3f2fb;
}

    .main-menu-landing-hero::before {
        content: "";
        background: url("../images/banner-bg.png");
        background-size: 100% 200%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.35;
    }

.main-menu-landing-hero-left {
    height: 100%
}

    .main-menu-landing-hero-left img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        -webkit-mask: linear-gradient(290deg,transparent 27%, #fff 27%) top right;
        -webkit-mask-size: 2000px 2000px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-composite: destination-in;
        mask: linear-gradient(290deg,transparent 27%, #fff 27%) top right;
        mask-size: 2000px 2000px;
        mask-repeat: no-repeat;
        mask-composite: intersect;
    }

.main-menu-landing-hero-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: fit-content;
    margin: 0 auto;
}

    .main-menu-landing-hero-right h3 {
        font-size: 40px;
        font-family: 'Noto Serif';
        font-weight: 400;
        color: #002f6d
    }

    .main-menu-landing-hero-right p {
        font-size: 24px;
        color: #434343;
        margin: 0
    }

@media (max-width: 1536px) {
    .main-menu-landing-hero {
        height: 500px;
    }

    .main-menu-landing-hero-right h3 {
        font-size: 36px;
    }

    .main-menu-landing-hero-right p {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .main-menu-landing-hero {
        height: 400px;
    }

    .main-menu-landing-hero-right h3 {
        font-size: 30px;
    }

    .main-menu-landing-hero-right p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .main-menu-landing-hero {
        display: none
    }

    .main-menu-landing-hero-mobile {
        display: flex
    }
}

/*Main Menu Landing Hero Image Mobile*/
.main-menu-landing-hero-mobile {
    height: fit-content;
}

    .main-menu-landing-hero-mobile h1 {
        font-size: 28px;
        font-family: 'Noto Serif';
        font-weight: 400;
        text-align: center;
        width: 100%;
        color: #254d81;
    }

    .main-menu-landing-hero-mobile p {
        font-size: 16px;
        padding: 1rem;
        text-align: justify;
    }

.main-menu-landing-hero-mobile-bg {
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(90deg,rgba(203,240,245,1) 50%,rgba(250,252,253,1) 100%);
    -webkit-mask: linear-gradient( 287deg,transparent 27%, #fff 27%) top right;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient( 287deg,transparent 27%, #fff 27%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

    .main-menu-landing-hero-mobile-bg::before {
        content: "";
        background-image: url("../images/banner-bg.png");
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.25;
    }

.main-menu-landing-hero-mobile-image-container {
    height: 250px
}

.main-menu-landing-hero-mobile img {
    position: absolute;
    top: 5%;
    height: 88%;
    width: 90%;
    left: 5%;
    object-fit: cover;
}

/*Main menu sub page Hero Image*/

.main-menu-subpage-hero-mobile {
    display: none
}

.main-menu-subpage-hero {
    height: 600px;
    position: relative;
}

    .main-menu-subpage-hero::before {
        content: "";
        background: url("../images/banner-bg.png");
        background-size: 50% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.5;
    }

.main-menu-subpage-hero-left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 60%;
    margin: 0 30%;
}

    .main-menu-subpage-hero-left h3 {
        font-size: 40px;
        font-weight: 400;
        font-family: 'Noto Serif';
        color: #002f6d
    }

.main-menu-subpage-hero-right {
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 10%, black 35%);
}

    .main-menu-subpage-hero-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 1536px) {
    .main-menu-subpage-hero {
        height: 500px;
    }

    .main-menu-subpage-hero-left h3 {
        font-size: 36px;
    }
}

@media (max-width: 1366px) {
    .main-menu-subpage-hero {
        height: 400px;
    }

    .main-menu-subpage-hero-left h3 {
        font-size: 30px;
    }
}

@media (max-width: 1199.98px) {
    .main-menu-subpage-hero-left {
        width: 96%;
    }
}

@media (max-width: 767.98px) {
    .main-menu-subpage-hero {
        display: none
    }

    .main-menu-subpage-hero-mobile {
        display: flex
    }
}

/*Main menu sub page Hero Image Mobile*/

.main-menu-subpage-hero-mobile {
    height: fit-content;
}

    .main-menu-subpage-hero-mobile h1 {
        font-size: 24px;
        font-family: 'Noto Serif';
        font-weight: 400;
        text-align: center;
        width: 100%;
        color: #254d81;
    }

    .main-menu-subpage-hero-mobile p {
        font-size: 16px;
        padding: 1rem;
    }

.main-menu-subpage-hero-mobile-bg {
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(90deg,rgba(203,240,245,1) 50%,rgba(250,252,253,1) 100%);
}

    .main-menu-subpage-hero-mobile-bg::before {
        content: "";
        background-image: url("../images/banner-bg.png");
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.25;
    }

.main-menu-subpage-hero-mobile-image-container {
    height: 250px;
}

.main-menu-subpage-hero-mobile img {
    position: absolute;
    top: 5%;
    height: 88%;
    width: 90%;
    left: 5%;
    object-fit: cover;
}


/*Hero Image  - About West Company Background (Removed) - Reusing Featured Video Channel*/

@media(max-width : 767.98px) {
    .bullet-item img {
        height: 40px;
        width: 40px;
        position: inherit;
    }

    .bullet-item {
        margin-bottom: 6px;
    }
}



/*LeftImage WhiteAngle RightContent(liwarc) Hero Image*/
.left-image-white-angle-right-content-hero {
    height: 600px;
    position: relative;
    background: linear-gradient(90deg,rgba(203,240,245,1) 50%,rgba(250,252,253,1) 100%)
}

    .left-image-white-angle-right-content-hero::before {
        content: "";
        background-image: url("../images/banner-bg.png");
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.25;
    }

.variant-filled-image .liwarc-left-image {
    height: 100%;
    filter: drop-shadow(25px 0px 0px #fff);
}

    .variant-filled-image .liwarc-left-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
        -webkit-mask-size: 2000px 2000px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-composite: destination-in;
        mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
        mask-size: 2000px 2000px;
        mask-repeat: no-repeat;
        mask-composite: intersect;
    }

.variant-centered-image .liwarc-left-image {
    background-color: #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-in;
    mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
    mask-composite: intersect;
}

.variant-centered-image .liwarc-left-col {
    filter: drop-shadow(25px 0px 0px #fff);
}

.variant-centered-image .liwarc-left-image img {
    width: 50%;
    height: 75%;
    object-fit: cover;
    margin-left: 15%;
}

.liwarc-right-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    justify-content: center
}

    .liwarc-right-content h1 {
        font-size: 40px;
        font-family: 'Noto Serif';
        padding-bottom: 1rem;
        color: #002f6d;
    }

    .liwarc-right-content p {
        font-size: 24px;
        color: #888888;
    }

@media (max-width: 1536px) {
    .left-image-white-angle-right-content-hero {
        height: 500px;
    }

    .liwarc-right-content h1 {
        font-size: 36px;
    }

    .liwarc-right-content p {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .left-image-white-angle-right-content-hero {
        height: 400px;
    }

    .liwarc-right-content h1 {
        font-size: 30px;
    }

    .liwarc-right-content p {
        font-size: 16px;
    }
}

@media (max-width: 1199.98px) {
    .left-image-white-angle-right-content-hero {
        height: 350px;
    }

    .liwarc-right-content {
        width: 80%;
    }

        .liwarc-right-content h1 {
            font-size: 30px;
        }

        .liwarc-right-content p {
            font-size: 16px;
        }
}

@media (max-width: 991.98px) {
    .left-image-white-angle-right-content-hero {
        height: 300px;
    }

    .liwarc-right-content {
        width: 90%;
    }

        .liwarc-right-content h1 {
            font-size: 24px;
        }

        .liwarc-right-content p {
            font-size: 14px;
        }
}

@media (max-width: 767.98px) {
    .left-image-white-angle-right-content-hero {
        height: 250px;
    }

    .liwarc-left-col {
        display: none
    }

    .liwarc-right-col {
        width: 100%;
        max-width: 100%;
        flex: 1;
    }
}



@media (max-width: 767.98px) {
    .justify-p-mobile {
        text-align: justify;
    }

        .justify-p-mobile div {
            text-align: justify;
        }

        .justify-p-mobile p {
            text-align: justify;
        }

        .justify-p-mobile span {
            text-align: justify;
        }
}






/*Hero Image  - Integrated Solutions*/

.integrated-solutions-hero-image {
    height: 70vh;
    position: relative;
}

    .integrated-solutions-hero-image::before {
        background-image: url("../images/banner-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.78;
    }

    .integrated-solutions-hero-image .row {
        height: 100%;
    }

    .integrated-solutions-hero-image .text-content, .integrated-solutions-hero-image .img-section {
        padding: 20px;
    }



    .integrated-solutions-hero-image .text-content {
        height: 100%;
        padding-left: 15%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        -webkit-mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
        -webkit-mask-size: 2000px 2000px;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-composite: destination-in;
        mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
        mask-size: 2000px 2000px;
        mask-repeat: no-repeat;
        mask-composite: intersect;
    }

        .integrated-solutions-hero-image .text-content::before {
            content: "";
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            opacity: 0.78;
            background-color: #e3f2fb;
            z-index: -1;
        }

        .integrated-solutions-hero-image .text-content h2, .integrated-solutions-hero-image .text-content p {
            width: 70%;
        }

        .integrated-solutions-hero-image .text-content h2 {
            color: #002f6d;
            font-family: NotoSerif;
            font-size: 40px;
        }

        .integrated-solutions-hero-image .text-content p {
            font-size: 24px;
        }

    .integrated-solutions-hero-image .img-section {
        display: flex;
        height: 100%;
        align-items: center;
        margin: auto;
        position: relative;
    }

        .integrated-solutions-hero-image .img-section::before {
            content: "";
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            -webkit-mask: linear-gradient(110deg,transparent 27%, #fff 27%) top left;
            opacity: 0.78;
            background-color: #002f6d;
            left: -49%;
        }

        .integrated-solutions-hero-image .img-section .hero-image {
            width: 80%;
            object-fit: cover;
            z-index: 1;
        }


@media (max-width: 1536px) {
    .integrated-solutions-hero-image .text-content h2 {
        font-size: 36px;
    }

    .integrated-solutions-hero-image .text-content h4 {
        font-size: 24px;
    }

    .integrated-solutions-hero-image .text-content p {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .integrated-solutions-hero-image .text-content h2 {
        font-size: 30px;
    }

    .integrated-solutions-hero-image .text-content h4 {
        font-size: 18px;
    }

    .integrated-solutions-hero-image .text-content p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .integrated-solutions-hero-image .text-content h2 {
        font-size: 24px;
    }

    .integrated-solutions-hero-image .text-content h4 {
        font-size: 16px;
    }

    .integrated-solutions-hero-image .text-content p {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .integrated-solutions-hero-image .text-content h2 {
        font-size: 18px;
    }

    .integrated-solutions-hero-image .text-content h4 {
        font-size: 14px;
    }

    .integrated-solutions-hero-image .text-content p {
        font-size: 12px;
    }
}