.logo__classic {
    display: none;
}

.logo__reverse {
    display: block;
}

.sidebar {
    background: #4d4d4f;
    color: white;
}

.nav-list li a {
    background: #4d4d4f;
    color: white;
}

.nav-list li a:hover {
    background: white;
    color: #4d4d4f;
}

li.nav-active a {
    border-left: 10px solid white;
}

.sidebar-button span {
    background-color: white;
}

.nav-bottom {
    border-top: 2px solid white;
    color: white;
}

.nav-bottom a {
    color: white;
}

.pdf-download-link {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.header-inner {
    background: #4d4d4f;
}

.sidebar h1 {
    color: white;
}