@media screen and (max-width: 1300px) {
    .t-Header-branding .t-Button-label {
        visibility: hidden;
        display: none;
        overflow: auto;
    }
}

.t-Header .t-Header-nav {
    background-color:#454f58;  /*#0572ce*/
}

.t-Header-nav .a-MenuBar-item.a-Menu--current, .t-Header-nav .a-MenuBar-item.a-Menu--current.is-focused, .t-Header-nav .a-MenuBar-item.is-expanded, .t-Header-nav .a-MenuBar-item.a-Menu--current.is-expanded {
    background-color: #454f58;; /*#505f6d; #0572ce;*/
}

.t-Header-nav-list {
    background-color: #454f58; /* #0572ce;*/
}

.menu-item-attention {
    background-color:#ffd041;
}

.menu-item-attention .t-Button-label{
    color:#454f58;
}

.menu-item-attention .t-Icon {
    color:#454f58;
}

@media print {
    .t-Body-main {margin-top: 0 !important;}
}