body:not(.custom-background-image).admin-bar:before, body.admin-bar:before, body:not(.custom-background-image):before {
    top: 0 !important;
    height: 0 !important;
}

#brown-banner::before, #brown-banner::after,
#brown-brand-box::before, #brown-brand-box::after,
#brown-logo::before, #brown-logo::after
{ box-sizing: border-box; }

#brown-header {
    display: block;
    position: relative;
    width: 100%;
    height: 45px;
    z-index: 10000;
}
.brown-header { background-color: #4E3629; }
#brown-header.brown { background-color: #4E3629; }
#brown-header.red { background-color: #C00404; }
#brown-header.white { background-color: #FFFFFF; border-bottom: 3px solid #E7E7E7; }
#brown-header.black { background-color: #000000; border-bottom: 3px solid #E7E7E7; }

#brown-brand-box {
    position: absolute;
    background-color: #FFFFFF;
    width: 70px;
    height: 65px;
    top: 0;
    left: calc(50% - 35px);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.35);
}

#brown-brand-box {
    text-indent: -9999em;
    position: relative;
    z-index: 25;
}

#brown-logo {
    margin: 0;
    padding: 0;
}

#brown-logo a {
    position: relative;
    top: 3px;
    display: block;
    width: 48px;
    height: 56px;
    margin: 0 auto;
    background-image: url(brown-logo-cp.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 699px) {
    #brown-brand-box {
        width: 60px;
        height: 55px;
        left: calc(50% - 30px);
    }

    #brown-logo a {
        width: 41px;
        height: 48px;
    }
}