.gc_masthead-masthead-body-hero {
    display: flex;
}

.gc_masthead-page-title h1 {
    margin: 0 0 0 0;
    top: 10rem;
    font-size: min(5rem, 4.375vw);
    line-height: 1.2;
    width: 135%;
    position: relative;
    color: white;
    text-transform: uppercase;
    z-index: 2;
}

.gc_masthead-left {
    width: 33%;
}

.gc_masthead-right {
    width: 67%;
    position: relative;
}

.gc_masthead-masthead-mainlinks-hero {
    height: 8rem;
}

.gc_masthead-masthead-mainlinks-hero nav {
    display: flex;
    justify-content: right;
    width: 100%;
}

.gc_masthead-masthead-mainlinks-hero ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;

    justify-content: right;
    gap: 1rem;
    /*  background-color: rgb(0,0,0,0.2); */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 4rem;
}

.gc_masthead-masthead-array_main_nav_link {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;

}

a.gc_masthead-masthead-array_main_nav_link {
    border-bottom: 0.1875rem transparent solid;
    color: white;
    text-decoration: none;
}

a.gc_masthead-masthead-array_main_nav_link:hover {
    border-bottom: 0.1875rem white solid;
    color: white;
    text-decoration: underline;
}

.gc_masthead-masthead-mainlinks-hero {
    position: absolute;
    top: 0;
    width: 100%;
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.gc_masthead-left {
    background-color: #002850;
    padding-left: 3.25rem
}

.gc_masthead-masthead-icon-title-hero a {
    font-family: Muli;
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 3rem;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.gc_masthead-masthead-icon-title-hero a:hover {
    color: white;
}

.gc_masthead-masthead-icon-title-hero svg {
    width: 7.5rem;
}

.gc_masthead-masthead-icon-title-hero {
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gc_masthead-page-image {
    height: 54rem;
}

.gc_masthead-page-image::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0px, rgba(0, 0, 0, 0.0) 100%) repeat 0 0;
    z-index: 1;
}



.gc_masthead-page-image img {
    width: 100%;
    height: 54rem;
    object-fit: cover;
}

.field__item .imagefield_slideshow-wrapper img {
    width: 100%;
    height: 54rem;
    object-fit: cover;
    margin: 0 0 0 0;
}


.gc_masthead-page-title {
    height: 46rem;
}

.gc-node-post-date {
    margin-top: 1rem;
}

.gc_masthead-masthead-mainlinks-hero-mobile {
    display: none;
}

.imagefield_slideshow-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0px, rgba(0, 0, 0, 0.0) 100%) repeat 0 0;
    z-index: 1;
}


@media only screen and (max-width: 70rem) {

    .gc_masthead-masthead-usermenu-search-container ul {
        display: none;
    }


    .field__item .imagefield_slideshow-wrapper img {
        height: 18rem;
    }


    .gc_masthead-masthead-mainlinks-hero-mobile {
        display: block;
        padding-bottom: 1rem;
    }

    .gc_masthead-masthead-mainlinks-hero-mobile ul {
        display: flex;
        list-style: none;
        gap: 1rem;
        justify-content: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        flex-wrap: wrap;
    }

    .gc_masthead-masthead-mainlinks-hero-mobile ul .gc_masthead-masthead-array_main_nav_link {
        font-size: 1rem;
    }


    .gc_masthead-masthead-icon-title-hero {
        font-size: 1rem;
    }

    .gc_masthead-masthead-icon-title-hero a {
        font-size: max(2rem, 3.375vw);
    }

    .gc_masthead-masthead-icon-title-hero svg {
        width: max(4rem, 10vw);
    }

    .gc_masthead-left {
        padding: 0;
        width: 100%;
    }

    .gc_masthead-right {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .gc_masthead-masthead-body-hero {
        flex-direction: column;
    }

    .gc_masthead-page-title {
        height: auto;
        padding-bottom: 1rem;
    }

    .gc_masthead-page-image img {
        height: auto;
        width: 100%;
    }

    .gc_masthead-page-title h1 {
        margin: 0;
        top: auto;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    .gc_masthead-masthead-mainlinks-hero {
        position: static;
        height: auto;
        width: 100%;
        background-color: #002850;
        display: none;
    }

    .gc_masthead-masthead-mainlinks-hero ul {
        justify-content: center;
        margin: 0 0 0 0;
        padding-left: 0;
    }

    .gc_masthead-page-image {
        height: auto;
    }

    .main-content h2 {
        margin: 0 0 0 0;
    }

    .gc_masthead-masthead-topbar {
        padding-right: 1%;
        ;
    }

}