/* cat Agg */
li.catNap {
      /* text-indent: -15000px;
     position: absolute;
     overflow: hidden;
     width: 0px !important;
     height: 0px !important;
     font-size: 0px !important;*/
    display: none !important;
}

div.catAggContainer {
    background: #f3f3f4;
    width: 900px;
    margin: 0px auto 0px auto;
    padding: 39px 45px 20px 45px;
    position: relative;
}

div.catAggContainer.khComponentTitleHiderSR .catAgg h2 {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    line-height: 0;
}

div.catAgg {

}

#kh_n00WC div.catAgg h2 {
    font-size: 29.3px;
    font-weight: normal;
    color: #036;
    padding: 0;
    line-height: 1.25;
    margin-bottom: 25px;
    margin-top: 0;
}

#kh_n00WC ul.catAggList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* overflow: hidden; */
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0;
}

#kh_n00WC ul.catAggList li {
    width: 25% !important;
    min-height: 30px;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 10px;
    box-sizing: border-box;
}

ul.catAggList li a, 
ul.catAggList li a:link, 
ul.catAggList li a:hover, 
ul.catAggList li a:visited {
    text-decoration: none;
    display: block;
    color: #036;
    width: 90%;
}

ul.catAggList li a:hover,
ul.catAggList li a:focus {
    text-decoration: underline;
}

#kh_n00WC li#catAggMore {
    width: 0px !important;
}

#kh_n00WC #catAggMore button {
    cursor: pointer;
    position: absolute;
    left: 50%;
    width: 150px;
    height: 40px;
    background: #fff;
    margin-left: -75px;
    bottom: -20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    color: #036;
    z-index: 100;
}

#kh_n00WC #catAggMore button:hover,
#kh_n00WC #catAggMore button:focus {
    background: #3f70b1;
    color: #fff;
    text-decoration: none;
    border-color: #3f70b1;
}

#kh_n00WC button.catAggMoreButt:after {
    width: 20px;
    height: 20px;
    padding-left: 5px;
    content: '+';
}

#kh_n00WC button.catAggLessButt:after {
    width: 20px;
    height: 20px;
    padding-left: 5px;
    content: '-';
}

#catAge {
    width: 4px;
}


/* THEMES / COLOR SCHEMES */

/* Theme 1 */

.catAggContainer.theme1 {
    background: #f3f3f4;
}

.catAggContainer.theme1 ul.catAggList li a, .catAggContainer.theme1 ul.catAggList li a:link, .catAggContainer.theme1 ul.catAggList li a:hover, .catAggContainer.theme1 ul.catAggList li a:visited {
    color: #036;
}

.catAggContainer.theme1 ul.catAggList li a:hover {

}

.catAggContainer.theme1 div.catAgg h2 {
    color: #036;
}


.catAggContainer.theme1 #catAggMore button {
    background: #fff;
    color: #036;
    border-color: #ccc;
}

.catAggContainer.theme1 #catAggMore button:hover,
.catAggContainer.theme1 #catAggMore button:focus {
    background: #3f70b1;
    color: #fff;
    border-color: #3f70b1;
}

/* Theme 2 */

.catAggContainer.theme2 {
    background: #ecf3f8;
}

.catAggContainer.theme2 ul.catAggList li a, .catAggContainer.theme2 ul.catAggList li a:link, .catAggContainer.theme2 ul.catAggList li a:hover, .catAggContainer.theme2 ul.catAggList li a:visited {
    color: #3f70b1;
}

.catAggContainer.theme2 ul.catAggList li a:hover {

}

.catAggContainer.theme2 div.catAgg h2 {
    color: #036;
}


.catAggContainer.theme2 #catAggMore button {
    background: #fff;
    color: #3f70b1;
    border-color: #3f70b1;
}

.catAggContainer.theme2 #catAggMore button:hover,
.catAggContainer.theme2 #catAggMore button:focus {
    background: #3f70b1;
    color: #fff;
    border-color: #3f70b1;
}

/* Theme 3 */

.catAggContainer.theme3{
    background: #9e1f63;
}

.catAggContainer.theme3 ul.catAggList li a, .catAggContainer.theme3 ul.catAggList li a:link, .catAggContainer.theme3 ul.catAggList li a:hover, .catAggContainer.theme3 ul.catAggList li a:visited {
    color: #fff;
}

.catAggContainer.theme3 ul.catAggList li a:hover {

}

.catAggContainer.theme3 div.catAgg h2 {
    color: #f0f6fa;
}


.catAggContainer.theme3 #catAggMore button {
    background: #fff;
    color: #9e1f6a;
    border-color: #9e1f63;
}

.catAggContainer.theme3 #catAggMore button:hover,
.catAggContainer.theme2 #catAggMore button:focus {
    background: #fff;
    color: #036;
    border-color: #9e1f6a;
}



/* End Themes */

@media screen and (max-width: 1028px) {
    div.catAggContainer {
        width: 686px;
        margin-bottom: 0px;
        padding: 30px;
    }
    #kh_n00WC ul.catAggList li {
        width: 33.33% !important;
    }
    #catAge {
        width: 3px;
    }
}

@media screen and (max-width: 740px) {
    div.catAggContainer {
        width: 100%;
        padding-top: 30px !important;
    }
    #kh_n00WC ul.catAggList li {
        width: 50% !important
    }
    #catAge {
        width: 2px;
    }
    div.catAggContainer {
        padding: 40px 30px 15px 30px;
    }

}

@media screen and (max-width: 540px) {
    #kh_n00WC ul.catAggList li {
        width: 90% !important;
    }
    ul.catAggList li a, ul.catAggList li a:link, ul.catAggList li a:hover, ul.catAggList li a:visited {
        awidth: 100%;
    }
    #catAge {
        width: 1px;
    }

}

@media screen and (max-width: 380px) {
    div.catAggContainer h2 {
        margin: 0 0 14px 0;
    }
    div.catAggContainer {
        padding: 20px 20px 4px 20px !important;
    }
}