﻿#topCategories {
    text-align: center;
    display: table;
    margin: 0 auto;
}

#topCategories ul {
    margin: 0px 0px 30px;
    padding: 0px;
    list-style: none;
    font-size: 0;
}

#topCategories li {
    display: inline-block;
    width: calc(30%);
    width: -webkit-calc(30%);
    min-width: 300px;
    max-width: 335px;
    color: #ffffff;
    margin: 17px;
        
}

#topCategories #box-ad img {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 90px;
}
#topCategories li img {
    width: 100%;
}
#box-ad {
    display: inline-block;
    float: right;
    margin-bottom: 70px;
}
#topCategories .kicker a {
    font-family: Roboto Slab;
    font-weight: bold;
    font-size: 15pt;
    color: #bf2b2d;
}
#topCategories .header a {
    color: #ffffff;
}
#topCategories .header a:hover {
    text-decoration: none;
}
#topCategories .header {
    font-family: Oswald;
    font-weight: 400;
    font-size: 23pt;
    margin-bottom: 20px;
}
#topCategories a:hover {
    text-decoration: none;
}
#topCategories .divLayout,
#topCategories #box-ad {
    margin: 0.5em 0.5em;
    float: left;
    width: 100%;
    text-align: left;
}

#topCategories .divDivider {
    width: 60%; 
    margin: 0 auto; 
    height: 2px; 
    border-bottom: #DFDFDF solid 1px; 
    display: inline-block;
}
.divDivider {
    width: 60%;
    margin: 0 auto;
    height: 2px;
    border-bottom: #DFDFDF solid 1px;
    display: inline-block;
}
@media only screen and (max-width: 1150px) and (min-width: 769px) {
    #topCategories #box-ad img {
        margin: 0;
    }

    #topCategories .site-container {
        width: 750px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 460px) {
    .layout-kickers .site-container {
        width: 440px;
    }
    #topCategories li {
        display: block;
        margin: 0 0 17px 0;
        max-width: 440px;
        min-width: 440px;
    }
    #topCategories .divLayout {
        width: 440px;
        margin-bottom: 15px;
    }
    #topCategories li img {
        width: 90px;
        float: left;
    }
    .kicker {
        width: 330px;
        float: right;
    }
    #topCategories .kicker a {
        font-size: 11pt;
    }
    #topCategories .header {
        width: 330px;
        float: right;
        font-size: 14pt;
    }
    #topCategories .divDivider {
        display: none;
    }
}
@media only screen and (max-width: 459px) {
    #topCategories .divDivider,
    .kicker {
        display: none;
    }
    #topCategories li {
        margin: 0;
    }
    #topCategories li img {
        width: 80px;
        float: left;
    }
    #topCategories .divLayout {
        margin-top: 20px;
    }
    #topCategories .header {
        width: 200px;
        float: left;
        font-size: 14pt;
        margin: 0;
        float: right;
    }
    #topCategories #box-ad {
        display: inline-block;
        width: 300px;
        margin-top: 25px;
    }
}


