body.full-width .page-banner {
    margin-bottom: 0;
}

body.fixed-width > .wrap .page-banner {
    margin-top: -1rem;
}

.page-banner.has-image {
    width: 100%;
    position: relative;
    /*left: 50%;*/
    margin-left: -50vw;
    overflow: hidden;
    /*padding-bottom: 50%;*/
    padding-bottom: 40%;
    background: #002b5c;
}

.page-banner.has-image:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002b5c;
    background: linear-gradient(10deg, #002b5c 20%, rgba(0, 43, 92, .25) 100%);
    z-index: 2;
}


.page-banner.has-image h1 {
    color: #fff;
}

.page-banner.has-image .container {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    padding: 0 1.5rem;
}

.page-banner.has-image > img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-banner h1 .superscript {
    display: block;
    font-size: .6em;
}

.rhs-general hr.red {
    border-color: #dc3545;
}

.rhs-general hr {
    border-top: solid;
    border-width: 4px;
    width: 30%;
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 768px) {

    .page-banner.has-image .container {
        bottom: 1.5rem;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {

    .page-banner.has-image .container {
        bottom: 1.5rem;
        padding-left: 20px;
    }

    .page-banner {
        margin-bottom: 1.5rem;
    }

    .page-banner .container {
        margin-top: 1.5rem;
    }

    .page-banner h1 {
        position: relative;
        margin-bottom: 0;
    }

    .page-banner h1.with-button {
        font-size:1.5rem;
        position: relative;
    }
}

@media (min-width: 992px) {

    .page-banner.has-image {
        height: 350px;
        padding-bottom: 0;
    }

    .page-banner h1 {
        font-size: 3rem;
    }
}

@media (min-width: 1600px) {
    .page-banner.has-image {
        height: 400px;
    }
}

#cookieConsent {
    z-index:1000;
    text-align:center;
    border-top:1px solid #ccc;
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.85);
    color: #000;
}