#menuBar {
    width: 100%;
    height: 190px;
    position: relative;
    z-index: 30;
}


html.legal-grazer-page #menuBar {
    background-image: linear-gradient(to right, #6388b5, #b0cee4);
    background-color: transparent;

}

#hamburger {
    display: block;
    float: left;
    cursor: pointer;
    padding: 10px;
    margin: 20px;
    height: 60px;
    width: 60px;
    /* max-width: 6rem; */
}
#mobileMenu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 50;
    top: 0;
}



.logo-container + * {
    /* margin-top: 6em; */
}

#logo {
    position: relative;
    height: 100%;
    margin: 0 auto;

}

#logo img {
    position: relative;
    top: 6px;
    bottom: 0;
    margin: auto;
    height: 80%;
}

#right-buttons {
    position: absolute;
    top: 30%;
    right: 1px;
    padding-right: 60px;
    text-align:right;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
}

#right-buttons a.button {
    background-color: white;
    border-radius: 0;
    display:inline-block;
}

@media screen and (max-width: 600px) {
    #menuBar { height: 100px; }
    #right-buttons .welcome-header-message { display:none; }
}

/*
* Only targets Internet Explorer browsers < edge
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #logo {
        width: 100%;
    }
}
.logo-container {
    height: 100%;
    min-width: 1px;
    z-index: 10;
    margin: 1px auto;
}
#mobileMenuCheckbox:checked ~ #mobileMenu {
    display: block!important;
}
#mobileMenuCheckbox:checked ~ #menuBar > div > #hamburger {
    background: url(../img/IconImages/icon-header-menu-hap.svg) no-repeat;
}
#mobileMenuSidebar {
    width: 100%;
    height: 85%;
    padding: 1em;
    padding-right: 11px;
    margin: 5em 0;
    overflow-y: auto;
    box-sizing: content-box;
}
#mobileMenuSidebarCover {
    height: 100%;
    overflow: hidden;
    width: 325px;
}
.menuOption > .square {
    text-transform: capitalize;
}
.menuOption {
    border-bottom: 1px solid;
    padding: 0.5em;
    text-decoration: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.menuOption > p {
    margin: 0;
}
#menuBar .menuOption {
    border: 0;
    padding: 0;
}
#menuBar .menuOption > p {
    margin: 0;
}
.menu-buttons {
    justify-content: space-between;
}
.menu-buttons > a {
    float: left;
    margin: 0;
}

#footer a,
#right-buttons a {
    color: inherit;
    z-index: 100;
}

div#page-content > .screen:first-of-type,
div#page-content > #search-form > .screen:first-of-type {
    padding-top: 2em;
}

#footer > div {
    padding: 1em 0;
}

#menuBar.floating {
    position: fixed;
    z-index: 30;
    height: 100px;
}

#menuBar #floating-logo { display: none; }
#menuBar.floating #hamburger {
    max-width: 3.5rem;
}

