  .quicksand .quicksand-categories {
    overflow: hidden;
    margin: 0;
    width: 100%!important;
}
.quicksand .quicksand-categories li {
    display: inline-block;
    width: 33.33%;
    height: 120px;
    float: left;
    border: 1px solid #ccc;
    background: #ffffff;
    transition: background 0.3s;
}
.quicksand .quicksand-categories a:hover, .quicksand .quicksand-categories a:focus {
    background: #EDEBEB;
    outline: none;
}
.quicksand-nav {
    /*margin-bottom: 2rem;*/
    display: table;
    width: 100%;
}
.quicksand-nav li {
    margin:0!important;
    transition: border-bottom .5s ease;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-bottom: 5px solid transparent;
}
.quicksand-nav.nav-3 li {
    width: 33.33%;
}
.quicksand-nav.nav-4 li {
    width: 25%;
}
.quicksand-nav.nav-5 li {
    width: 20%;
}
.quicksand-nav.nav-5 a {
    font-size: 1rem;
}
.quicksand-nav li.active {
    border-bottom: 5px solid #990000 !important;
    cursor: default;
    outline: none;
}
.quicksand-nav li.active a {
    cursor: default;
}

.quicksand-nav li.active a:hover, .quicksand-nav li.active a:focus {
    outline: none;
}

.quicksand-nav li:hover, .quicksand-nav li:focus {
    border-bottom: 5px solid #45382b;
}
.quicksand-nav li:hover a, .quicksand-nav li:focus a{
    color: #45382b;
}
.quicksand-nav a {
    width: 100%;
    display: block;
    font-size: 1.3rem;
    font-family: BentonSansBold,Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #45382b;
    padding-bottom: 1rem;
}
/*.quicksand-nav a:hover, .quicksand-nav a:focus {
    outline: none;
}
*/
.quicksand .quicksand-categories a {
    text-align: center;
    height: 100%;
    width: 100%;
    display: table;
    color: #45382b;
}
.quicksand .quicksand-categories span {
    display: table-cell;
    vertical-align: middle;
    padding: 0rem .5rem;
}

@media only screen and (max-width: 39.9375em) {
  /*.quicksand .quicksand-categories span {
    font-size: .75rem ;
  }*/
  .quicksand .quicksand-categories li {
    width: 50%;
}
}
.quicksand .list-2,.quicksand .list-3, .quicksand .list-4, .quicksand .list-5, .list-6 {
    display: none;
}

