/* Logo color */
.oaw-blacktext {
    color: black;
}

.oaw-whitetext {
    color: white;
}

span.oaw-greentext {
    color: var(--oaw-green);
}

/* Home */
#subheader-left {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

#inner-header a.header-home {
    visibility: hidden;
    opacity: 0;
    width: 0;
}


a.header-home {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    box-sizing: border-box;
    column-gap: 12px;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none !important;
    column-gap: 8px;
    overflow: hidden;
}


.site-logo {
    object-fit: contain;
}

.oaw-logo-top {
    height: 30px;
}

.oaw-logo-sticky {
    max-height: 20px;
}

a.header-home h1 {
    font-size: 18px;
    font-family: futura-pt;
    font-weight: 700;
    margin: auto 0 2px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

#oaw-header a.header-home h1 {
    font-size: 13px;
}

a.header-home .oaw-tagline {
    display: none;
}

.oaw-headerlogo-textcolumn h1 {
    margin-bottom: 4px !important;
}


.oaw-headerlogo-black {
    color: black;
    font-family: futura-pt-bold !important;
}

.oaw-headerlogo-white {
    color: white;
}

@media screen and (min-width: 576px) {

    #subheader a.header-home {
        column-gap: 18px;
        align-items: center;
    }

    #oaw-header a.header-home h1 {
        font-size: 18px;
    }

    #oaw-header a.header-home h1 {
        font-size: 17px;
    }

    #oaw-header a.header-home img.oaw-logo-sticky {
        max-height: 24px;
    }

    a.header-home .oaw-tagline {
        display: block;
        font-size: 18px;
        font-family: var(--oaw-serif);
        font-weight: 600;
        color: #555;
        text-transform: uppercase;
    }

    .oaw-logo-top {
        height: 75px;
    }

    .oaw-headerlogo-textcolumn h1 {
        font-size: 30px !important;
        margin-bottom: 6px !important;
    }
}


/* Letterhead */
.oaw-letterhead-logo {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 25px;
}

a:link.oaw-letterhead-logo,
a:visited.oaw-letterhead-logo {
    text-decoration: none !important;
}

.oaw-letterhead-logo img {
    height: 100%;
}

.oaw-letterhead-logo h1 {
    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
}