﻿.TopCategoriesWrapper {
    font-family: "Montserrat","Gotham","Open Sans","Helvetica Neue",Helvetica,sans-serif;
}

.TopCategoriesHeader {
}

.TopCategoriesTitle {
    border-bottom-style: solid;
    border-bottom-width: 6px;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 12px;
    padding: 0px;
}

.TopCategoriesContent {
}

.TopCategoriesColumn {
}

.TopCategoriesTitleContainer {
    text-align: center;
}

.TopCategoriesColumnTitle {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TopCategoriesColumnContent {
}

.ContentList {
    margin-left: 0px;
}

.ContentListItem {
    overflow: hidden !important;
    width: 100% !important;
    border-left-style: solid;
    border-left-width: 5px;
    background-color: #E6E7E8;
    margin: 5px 0px;
    padding: 2px 10px;
}

    .ContentListItem:hover {
        text-decoration: underline;
        color: #FFFFFF;
    }

        .ContentListItem:hover a {
            color: #FFFFFF !important;
        }

    .ContentListItem i.pai-external-link {
        float: right;
        margin-top: 5px;
        transition: none !important;
    }

.ContentItem {
    white-space: nowrap !important;
    text-decoration: none !important;
}

    .ContentItem:hover {
        color: #FFFFFF !important;
    }

    .ContentItem:visited:hover {
        color: #FFFFFF !important;
    }

@media (max-width: 480px) {
    .TopCategoriesTitle {
        text-align: center;
    }
}
