.hero-container {
    margin: 13px auto 0px auto;
    background-color: #0A4E79;
    position: relative;
    clear: both;
    border-bottom: 20px solid var(--green);
}

    .hero-container .inner-container.inner-container-full {
        padding: 0px 0px;
        background-size: cover;
        max-width: none;
    }

    .hero-container .inner-container {
        /* padding: 0px 0px;*/
    }

        .hero-container .inner-container.inner-overlayer {
            background-position: 20% 52%;
            position: absolute;
            z-index: 2;
            padding: 0px 0px;
        }

.hero-message {
    position: absolute;
    z-index: 3;
    color: var(--white);
    padding-top: 168px;
    text-transform: uppercase;
    max-width: 45%;    
}
.hero-message h1 {
    color:var(--white);
}

.hero-overlay {
    height: 100%;
}

    .hero-overlay img {
        /*height: 100%;*/
        display:block;
    }

    .hero-overlay .mobile {
        display: none;
    }
    /*
        Removed when the subscription form when properly in the footer.
    .content-container:last-of-type{
        padding-bottom:178px;
    }*/
.hero-back-content {
    opacity:0;
}
@media (max-width:1280px) {
    .hero-message {
        padding-top: 76px;
    }
}

@media (max-width: 1080px) {
    .hero-message {
        padding-top: 4%;
        line-height:1;
    }
    .hero-message h1 {
        font-size:26px;
    }
}

@media (max-width:780px) {
    .hero-overlay {
        /*content: url("/images/home/heroOverlay-mobile.png");*/
        width: auto;
        /* background-image: url("/images/home/heroOverlay-mobile.png");
        background-size:cover;*/
    }

        .hero-overlay img {
            width: 100%;
            /* content: url("/images/home/heroOverlay-mobile.png");*/
        }

        .hero-overlay .desktop {
            display: none;
        }

        .hero-overlay .mobile {
            display: block;
        }

    .hero-back-content img {
        float: none;
        margin-right: 0px;
        height:auto !important;
        margin-top:9%;
    }

    .hero-message {
        bottom: 0px;
        padding-bottom: 10px;
        width: 100%;
        max-width: none;
    }
 }