

.sidebar-navigation {
    display: none;
    position: fixed;
    height: 100%;
    width: 80%;
    min-width: 250px;
    max-width: 350px;
    /*background-color: #be2630;*/
    background-color: #8e141a;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    z-index: 90;
    overflow-y: scroll;
}

.sidebar-navigation a {
    color: white;
}
.sidebar-navigation a:hover {
    color: #ffbf12;
}


.sidebar-navigation-content-toggle {
    text-align: right;
}

.sidebar-navigation-content-toggle,
.sidebar-navigation-content-main {
    text-transform: uppercase;
    padding: 17px 10px 12px 10px;
}
.sidebar-fa-menutoggle,
.sidebar-fa-toggle {
    font-size: 2.4rem;
}

.sidebar-navigation-content-toggle,
.sidebar-navigation-content-children-visible,
.sidebar-navigation-content-main.sidebar-navigation-content-main-closed {
    border-bottom: 1px solid white;
    /*border-top: 1px solid white;*/
}
.sidebar-navigation-content-main.sidebar-navigation-content-main-open {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
.sidebar-navigation-content-main:last-child {
    border-bottom: none;
}
.sidebar-navigation-content-main:first-child {
    border-top: none;
}


.sidebar-navigation-content-children-list {
    list-style-type: none;
    list-style-image: none;
    list-style-position: initial;
    margin-left: 20px;
}

.sidebar-navigation-content-children-list li {
    padding: 17px 10px 0px 10px;
    color:#a6a6a6;
    text-transform: uppercase;
}

.sidebar-navigation-content-children-list li:last-child {
    padding: 17px 10px 17px 10px;
}

.sidebar-navigation-content-topic {
    margin-top: 30px;
}
.sidebar-navigation-content-topic:first-child {
    margin-top: 0px;
}



.sidebar-navigation-content-children-invisible {
    display: none;
}
.sidebar-navigation-content-children-visible {
    display: block;
}


