/* HEADER */

.hide-header {
    top: -45px !important;
}

.mobile-admin-top {
    top: 46px !important;
}

body.customize-support #oaw-header {
    transition: 0s;
}

@media only screen and (min-width: 601px) {
    body.customize-support #oaw-header {
        top: 46px !important;
    }
}

@media only screen and (min-width: 768px) {
    .hide-header {
        top: 0 !important;
    }

    #donsub {
        display: block !important;
    }
}

@media only screen and (min-width: 783px) {
    body.customize-support #oaw-header {
        top: 32px !important;
    }

    .mobile-admin-top {
        top: 32px !important;
    }
}

#oaw-header a:link,
#oaw-header a:visited {
    color: white;
    text-decoration: none;
}

#inner-header {
    grid-column: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

#donsub {
    display: none;
    margin-left: auto;
    font-weight: 600;
    font-family: futura-pt;
    text-transform: uppercase;
}

#donsub nav {
    display: flex;
}

#donsub nav>div:not(:first-child)::before {
    content: '\2022';
    padding: 0 10px;
}

#header-right {
    grid-column: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 12px;
}

@media only screen and (min-width: 576px) {
    #header-right {
        padding-left: 24px;
    }
}

.header-home,
.oaw-topnav-menu,
#header-donate {
    transition: visibility 0s, opacity 0.4s linear, width 0.3s linear;
}


/* -------------------------------------------------- */

/* Subheader */

#subheader {
    width: 100%;
    max-width: 1320px;
    margin: 60px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

#subheader-left {
    padding-bottom: 12px;
    border-bottom: 2px solid #000000;
}

@media only screen and (min-width: 768px) {
    #subheader {
        gap: 32px;
    }
}

@media only screen and (min-width: 992px) {
    #subheader {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #subheader-left {
        width: auto !important;
        min-width: max-content;
        padding-bottom: 0;
        border-bottom: none;
    }

    .top-banner-ad-wrap {
        justify-content: flex-end;
    }
}