@import url("/style/custom/ghm/menu.css");
#innercontainer {
    position: relative;
}

.b_header-wrapper {
    & #ctl00_menu {
        @media screen and (max-width: 1024px) {
            &.b_menu-open {
                z-index: 99;
            }
        }
    }
}

body{
    background: #F7F7F7;
}

#breadcrumb-container{
    color: #003648;
}
