/*
==========================================================================
BLUEPRINT — SUBPAGE HEADER
==========================================================================
*/

/* WRAPPER */

.rw-subpage-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    background-color: #000;
}


/* OVERLAY  */

/*.rw-subpage-wrapper::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background-color: rgba( 0, 0, 0, 0.35 ); */
/*    z-index: 1;*/
/*}*/


/* INNER */

.rw-subpage-h-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 300px 20px 60px;
    text-align: left;
}


/* CONTENT */

.rw-subpage-h-ct {
    max-width: 1080px;
    text-align: left;
}

.rw-subpage-h-eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.rw-subpage-h-title {
    color: #ffffff;
    margin: 0;
}

.rw-subpage-deco-heading {
    display: block;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: "Lato", sans-serif;
    text-transform: none;
}


/* RESPONSIVE */

@media screen and ( max-width: 992px ) {

    .rw-subpage-wrapper {
        min-height: 550px;
    }


    .rw-subpage-deco-heading {
        font-size: 50px;
    }

}

@media screen and ( max-width: 768px ) {

    .rw-subpage-wrapper {
        min-height: 350px;
    }

    .rw-subpage-h-inner {
        padding: 200px 20px 60px;
    }


    .rw-subpage-h-ct br {
        display: none;
    }

    .rw-subpage-deco-heading {
        font-size: 45px;
    }

}