#lgab_announcement_bar {
    position: relative;
    width: 100%;
    background-color: #ffc425;
    display: flex;
    align-items: center;
}

#lgab_announcement_bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#lgab_announcement_bar a:hover,
#lgab_announcement_bar a:focus,
#lgab_announcement_bar a:visited,
#lgab_announcement_bar a:active {
    text-decoration: none;
}

#lgab_announcement_bar a span.lgab_message {
    color: #00539b;
    font-size: 15px;
    padding: 8px 50px;
}

.lgab_banner_close {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    float: right;
    margin-right: 40px;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}

@media (max-width: 989px) {
    .lgab_banner_close {
        margin-right: 20px;
    }
}

.lgab_banner_close::before {
    content: url('../png/glyph-cross.png');
    height: 25px;
    width: 25px;
    display: block;
    position: relative;
    cursor: pointer;
}

.html_stretched body#top div#wrap_all div#main {
    padding-top: 208px;
}

body#top #header #header_meta {
    top: 45px !important;
}
