
span {
    pointer-events: none;
}

.article-menu {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.article-menu ul {
    display: inline-block;
    list-style: none;
    margin: 7px 0;
    white-space: nowrap;
}

.article-menu ul li {
    min-width: 180px;
    display: inline-block;
    border-left: solid 1px var(--bs-border-color-translucent);
    padding: 0px;
    font-weight: 600;
}

.article-menu ul li:first-child {
    border-left: 0;
}

.article-menu ul li a {
    text-decoration: none;
    display: block;
    margin: 0 30px 0 25px;
    color: #555;
    font-size: 10pt !important;
    font-family: var(--bs-body-font-family);
}

.section-body {
    background-color: rgb(241, 242, 242);
}


@media only screen and (max-width: 576px) {
    #pageBody {
        margin-bottom: 0px;
    }

    .article-menu ul {
        padding: 0px;
    }

    .additional-nav {
        width: 100vw;
        overflow: hidden;
        overflow-x: scroll;
        display: none;
    }
    
    .mobile-category {
        color: #565758;
        width: 100%;
        text-decoration: none;
        border-bottom: 1px solid var(--bs-border-color-translucent);
    }

    .mobile-category p {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
        color: #2e2e2e;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 1rem;
        background: white;
    }

    .mobile-category hr {
        border: 1px solid var(--bs-border-color-translucent)
    }

    .mobile-category-btn {
        text-decoration: none;
        color: #2e2e2e;
        padding: .75rem 1rem;
        font-family: 'Source Sans Pro';
        font-size: 11pt;
        border-bottom: 1px solid var(--bs-border-color-translucent);
    }

    .mobile-category-btn-close {
        border-bottom: 1px solid var(--bs-border-color-translucent);
    }
}
