﻿
.wave {
    position: relative;
    background-image: radial-gradient(100% 140% at 100% 0%,#002E21 0%, #01402E);
}

    .wave::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 175px;
        bottom: 0;
        -webkit-mask-image: url('/images/masks/wave-masks/wave-mask-1440.svg');
        mask-image: url('/images/masks/wave-masks/wave-mask-1440.svg');
        mask-repeat: no-repeat;
        mask-size: cover;
    }

    .wave.white::after {
        background: var(--white);
    }

    .wave.green::after {
        background: var(--GEH-Green);
    }

    .wave.grey::after {
        background: var(--GEH-Light-Grey);
    }

/* 2 column grid styles */
.heroBanner.grid2Cols, .heroBanner.grid2Cols.left {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(100px, auto);
    grid-gap: 1em;
    max-width: 1400px;
    margin: 0 auto;
    overflow-x: clip;
    z-index: 10;
}

.heroBanner.grid2Cols.right {
    padding: 7% 0 0 0;
}

.heroBanner.grid2Cols.left {
    padding: 7% 0 10% 0;
}

.heroBanner.colContentContainer {
    padding: 0% 5% 8% 10%;
    color: var(--white);
}

.heroBanner.colContentContainer.right {
    padding: 0% 10% 8% 10%;
}

.heroBanner.colContentContainer h1, .heroBanner.colContentContainer.right h1 {
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.heroBanner.colContentContainer.right h1 {
    font-size: 50px;
    line-height: 58px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: var(--GEH-Green);
}

.heroBanner.colContentContainer h2, .heroBanner.colContentContainer.right h2 {
    font-family: 'Roboto',sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
    margin: 0 0 30px 0;
    color: #ffffff;
}

.heroBanner.colContentContainer.right h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin: 0 0 30px 0;
    color: #ffffff;
}

.heroBanner.colContentContainer h4, .heroBanner.colContentContainer.right h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.heroBanner.colContentContainer p, .heroBanner.colContentContainer.right p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

/* Image styles */
.imageContainer {
    position: relative;
    text-align: left;
    padding: 0% 10% 8% 10%;
}

.imageBgMask {
    position: relative;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.heroBannerImage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: auto;
    color: white;
}

.overlay {
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.callOutText {
    font-weight: 700;
    color: var(--GEH-Green);
}

.altCss {
    height: auto;
}

/* Resposive styles */
@media screen and (max-width: 1200px) {
    .imageBgMask, .overlay {
        width: 450px !important;
        height: 450px !important;
    }

    .heroBanner.grid2Cols {
        padding: 8% 0 0 0;
    }

    .heroBanner.grid2Cols.left {
        padding: 5% 0 5% 0;
    }

    .heroBanner.colContentContainer {
        padding: 10% 0 25% 10%;
        z-index: 10;
    }

    .heroBanner.colContentContainer.right {
        padding: 10% 10% 25% 10%;
        z-index: 10;
    }

    .imageContainer {
        padding: 5% 5% 25% 5%;
    }
}

@media only screen and (max-width: 1158px) {
    .heroBanner.grid2Cols.right {
        padding: 12% 0 0 0;
    }
}

@media only screen and (max-width: 1024px) {

    .wave::after {
        height: 120px;
        -webkit-mask-image: url('/images/masks/wave-masks/wave-mask-1024.svg');
        mask-image: url('/images/masks/wave-masks/wave-mask-1024.svg');
    }

    .imageBgMask, .overlay {
        width: 350px !important;
        height: 350px !important;
    }

    .heroBanner.grid2Cols.left {
        padding: 5% 0 5% 0;
    }

    .heroBanner.grid2Cols {
        grid-template-columns: 4fr 3fr;
        gap: 0;
    }

    .heroBanner.grid2Cols.left {
        grid-template-columns: 3fr 4fr;
        gap: 0;
    }
}

@media only screen and (max-width: 991px) {
    .heroBanner.grid2Cols, .heroBanner.grid2Cols.left {
        grid-template-columns: 1fr;
    }

    /*Positions element first in the grid */
    .gridRow1 {
        grid-row: 1/3;
    }

    .imageContainer {
        padding: 0 10% 0 10%;
    }

    .heroBanner.colContentContainer, .heroBanner.colContentContainer.right {
        padding: 5% 10% 15% 10%;
        z-index: 10;
    }

    .heroBanner.grid2Cols.right {
        padding: 7% 0 0 0;
    }
}

@media only screen and (max-width: 768px) {

    .wave::after {
        height: 90px;
        -webkit-mask-image: url('/images/masks/wave-masks/wave-mask-768.svg');
        mask-image: url('/images/masks/wave-masks/wave-mask-768.svg');
    }

    .heroBanner.colContentContainer, .heroBanner.colContentContainer.right {
        padding: 5% 10% 20% 10%;
    }
}

@media only screen and (max-width: 524px) {
    .heroBanner.colContentContainer, .heroBanner.colContentContainer.right {
        padding: 5% 10% 25% 10%;
    }
}

@media only screen and (max-width: 426px) {

    .imageBgMask, .overlay {
        width: 250px !important;
        height: 250px !important;
    }

    .heroBanner.colContentContainer h1, .heroBanner.colContentContainer.right h1 {
        font-size: 12vw !important;
        line-height: 125% !important;
    }

    .heroBanner.colContentContainer h2, .heroBanner.colContentContainer.right h2 {
        font-size: 7vw !important;
        line-height: 125% !important;
    }

    .wave::after {
        height: 42px;
        -webkit-mask-image: url('/images/masks/wave-masks/wave-mask-425.svg');
        mask-image: url('/images/masks/wave-masks/wave-mask-425.svg');
    }

    .heroBanner.grid2Cols.right {
        padding: 20% 0 0 0;
    }
}

@media only screen and (max-width: 321px) {

    .imageBgMask, .overlay {
        width: 200px !important;
        height: 200px !important;
    }
}