/*
*   header_network.CSS
***************************************************************************** */
.network-topsection {
    background-image: linear-gradient(#AEE0EA, #FFF) !important;
}

.network-title {
    font-weight: 900;
    font-size: 4vw;
    line-height: normal;
    margin-bottom: 25px;
}

.network-topbanner {
    display: grid;
    grid-template-columns: 0.35fr 0.65fr;
    overflow: hidden;
    position: relative;
    width: 80%;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    z-index:1;
}

.network-topbanner-logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 150px;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.network-topbanner-sidebar {
    text-align: center;
    margin: auto;
    margin-left: 0;
}

.network-topbanner-title {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 3vw;
    margin: 2vw auto 0vw 0vw;
    font-weight: 900;
    line-height: normal;
    color: #111;
    text-transform: uppercase;
    margin-left: 0;
}

.network-topbanner-subtitle {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 50px;
    color: #4a4a4a;
}

/* ========================================================================== */
/* Media Breakpoints */
/* ========================================================================== */
@media screen and (max-width: 768px), (max-device-width: 768px) {
    .network-topbanner {
        width: 90%;
    }
}

@media screen and (max-width: 576px), (max-device-width: 576px) {
    .network-topbanner {
        width: 95%;
        grid-template-columns: 0.25fr 0.75fr;
    }

    .network-topbanner-title {
        font-size: 4vw;
    }

    .network-topbanner-subtitle {
        font-size: 1.25em;
        line-height: normal;
    }
}
