/* Module Custom Styles */
.directory-nav {
    /*background-color: var(--bs-tertiary-color);*/
}

    .directory-nav button {
        color: var(--bs-dark-text-emphasis);
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

        .directory-nav button:hover,
        .directory-nav .active,
        .directory-nav .active:focus {
            color: var(--bs-dark);
            font-weight: 600;
            text-decoration: underline;
        }