.section-articles .subnav{
    margin-bottom: 10px;
}

.section-articles .subnav .sidenav-item{
    font-size: small;
    padding: 5px 5px 5px 10px;
    margin: 0;
    }

.subnav .sidenav-item.sub-level-1{
    padding: 5px 5px 5px 20px;
    font-size: small;
}

.subnav .sidenav-item.sub-level-2{
    padding: 5px 5px 5px 30px;
    font-size: small;
}

.subnav .sidenav-item.current-article,
.subnav .sidenav-item:hover{
    background-color: transparent;
    color: #5b64ee;
    font-weight: 300;
    border-left: none;
}

.subnav .sidenav-item:hover{
    font-weight: 300;
}

@media (min-width : 1024px){
    .section-articles.affix{
        position: fixed;
        top: 0;
        overflow: auto;
        max-height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width : 1023px){
    .section-articles.affix{
        width: 100% !important;
    }
}

.subnav a:active,
.subnav a:focus{
    text-decoration: none;
    }

/* Adjusting the placement of the anchors so that links to them go to where the title is */
a[data-zd-article]{
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
