#top-banner {
    background-color: #525252;
    border-bottom: solid 1px #808080;
    color: #fff;
    display: block;
    font-size: 1.35rem;
    height: auto;
    left: 0;
    padding: 9px 30px 6px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 25;
}
#top-banner a {
    color: #fff;
}
#top-banner a:hover {
    color: #eee;
    text-decoration: underline;
}
.top-banner-alert {
    background-color: #CB7D00 !important;
    color: #fff;
    font-weight:bold;
    display: block !important;
}

.hide-top-bar {
    position: fixed;
    top: 9px;
    right: 10px;
}

@media (min-width: 768px) and (max-width: 819px) {
    #top-banner.top-banner-alert {
        z-index: 7;
        display: block;
    }
}

@media (min-width: 820px) {
    #top-banner {
        height: auto;
        padding-bottom: 9px;
    }
}

@media (min-width: 1080px) {
    #top-banner {
        position: fixed;
    }

    .nav-top__outer-wrapper {
        top: 40px; /* height of top-banner */
    }

    .global-sub-nav__outer-wrapper {
        top: 94px; /* height of top-banner + height of global nav */
    }

    .body-wrap {
        position: relative;
        /* top: 160px; */
    }
}
