.subNav {
    margin-bottom: 2rem;
    line-height: 1.15;
}
    .subNav-item {
        font-size: .8571em;
        margin-bottom: .5rem;
    }
    .subNav a {
        transition: all .3s;
    }
    .subNav-item a:hover {
        color: #FFCC00;
        text-decoration: underline;
        transition: all .3s;
    }
    .dark .subNav-active, .dark .subNav a:hover {
        color: #FFCC00;
        text-decoration: none;
        transition: all .3s;
    }
    .subNav-active {
        font-weight: 600;
    }
        .subNav-active:before {
            content: "•";
            margin-left: -1.25rem;
            color: #FFCC00;
            display: block;
            float: left;
        }