body  div.main > div > top-bar > div.container {
    background: #00559F;
}
div.container div.menuItem.active:not(.href) {
    background: #00559F !important;
}

button.login.access {
    background: #00559F !important;
    border-color: #00559F !important;
}

button.login.access:hover {
    background-color: white !important;
    color: #00559F !important;
}

body div.main > documents-query > div.container > basic-frame > div.container > div.header {
    background: rgb(0, 136, 255) !important;
    color: white !important;
}