.knowledge-cats, 
.knowledge-cats ul {
    list-style: none;
}

.knowledge-cats {
    border: 1px solid #e2e2e2;
}

.knowledge-cats li {
    margin: 0px;
    padding: 0px;
    display: block;
}

.knowledge-cats li > a {
    display: block;
    border-top: 1px solid #e2e2e2;
}

.mobile-cat-title, 
.mobile-content, 
.mobile-spacer {
    display: none;
}

.mobile-content {
    text-align: justify;
}

.mobile-spacer > td {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.list-title {
    margin: 0px;
    padding-top: 1.5rem !important;
    padding-bottom:1.5rem !important;

    transition: all .35s linear;
    -webkit-transition: all .35s linear;
}

.list-title:hover {
    cursor: default;
    color: #f19b39;
}

.cat-toggle {
    display: none !important;
}

li > a:hover, 
li.active > a {
    color: #f19b39;
    background-color: #fafafa;
}


.knowledge-table tr:not(.mobile-content):not(.mobile-spacer) > *:first-child {
    white-space: nowrap;
}

.list-title, 
.knowledge-cat > a, 
.cat-toggle > a {
    padding: 1rem 2rem;
}

.list-title .fa, 
.knowledge-cat .fa, 
.cat-toggle .fa, 
.knowledge-table .fa {
    color: #f19b39;
    margin-right: .5rem;
}

.knowledge-table th {
    font-weight: bold;
}

.knowledge-table td > a {
    color: #f19b39 !important;
    text-decoration: underline !important;
}

.knowledge-table td:hover {
    cursor: default;
}

.knowledge-table td.term-title.has-link {
    padding: 0px;
}

.knowledge-table td.term-title.has-link > a {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    display: inline-block;
}

.knowledge-table td > a:hover {
    cursor: pointer;
    color: #f19b39;
}

.knowledge-paginator {
    text-align: center;
}

.knowledge-paginator > .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;

    color: #f19b39;
    margin-right: 5px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    border: 1px solid #f19b39;

    transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
}

.knowledge-paginator > .page-numbers:hover, 
.knowledge-paginator > .page-numbers.current {
    color: #ffffff;
    background-color: #f19b39;
}

.knowledge-paginator > .page-numbers.current:hover {
    cursor: default;
}

.knowledge-paginator > .page-numbers:last-child {
    margin-right: 0px;
}

@media only screen and (min-width: 768px) {
    .knowledge-table td > .fa {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .cat-toggle {
        display: block !important;
    }

    .cat-list > ul {
        display: none;
    }

    .knowledge-table {
        margin-top: 2rem;
    }

    .knowledge-table td.term-title.has-link {
        padding: 10px !important;
    }

    .mobile-cat-title {
        display: block;
    }

    .mobile-content, 
    .mobile-spacer {
        display: table-row;
    }

    .mobile-spacer:hover {
        background-color: transparent !important;
    }

    .knowledge-table tr:last-child > td {
        border-bottom: 1px solid white;
    }
    .knowledge-table tr > th,
    .knowledge-table tr:not(.mobile-content):not(.mobile-spacer) > *:last-child {
        display: none;
    }
}