.search-filters {
   float: right;
}

.search-filters .filters {
    clear: both;
    display: table;
}

.search-filters .filter {
    float: left;
    margin-right: 15px;
    display: table-cell;
    vertical-align: middle;
}
.search-filters label {
    margin-right: 5px;
    float: left;
    line-height: 28px;
}
.switch {
    display: inline-block;
    overflow: hidden;
}

.search-filters select {
    -webkit-appearance: menulist-button;
    height: 29px;
}
 .search-filters .filter-group {
     float: left;
 }
.search-filters .filter select,
.search-filters .filter .switch,
.search-filters .filter .datepicker-wrapper {
    float: left;
}

.content-module {
    color: #ccc;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}
.module-title {
    color: #999;
    font-family: "Futura Today Bold";
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    text-transform: capitalize;

}
.filter-category{
    padding-bottom:20px;
}
div.keyword h4{
    color: #999;
    margin-bottom: 10px;
    font-family: "Futura Today Bold";
    font-size: 15px;
    line-height: 16px;
    font-weight: normal;
    text-transform: capitalize;

}

.content-module h4 {
    color: #999;
    text-transform: uppercase;
}
.content-module a.more {
    color: #999;
}

.related-keywords li {
    display: block;
    margin-bottom: 5px;
}
.related-keywords .keyword {
    overflow: hidden;
    margin-bottom: 20px;
}
#related-keywords {
    width: 20%;
}
#search-results {
    width: 80%;
}
.content-module.left {
    float: left;
}

.search-tags {
    clear: both;
    padding: 5px 0;
    height:22px;
    line-height: 22px;
}
.search-tags .tag:after {
    content: "\f00d";
    margin-left: 5px;
}
.search-tags a.tag {
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
}
.search-tags .tag.last:after {
    content: none;
}
.search-tags a.tag {
    color: #999;
    background: #666;
}
.search-tags a.tag:hover {
    color: #666;
    background: #999;
}
 .search-tags a.tag.clear-all {
     color: #fff;
     background: #B80000;
 }

 #search-results .tabs {
    clear: both;
    margin-left: 15px;
    position: relative;
    z-index: 1;
    top: 2px;
}
#search-results .tab {
    box-sizing: border-box;
    width: 220px;
    padding: 20px;
    text-align: center;
    background: #333;
    float: left;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    margin-right: 15px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #333;
    cursor: pointer;
    height: 57px;
}
#search-results .tab .count {
    color: #666;
}
#search-results .tab.active {
    background: #111;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    border-bottom: 0;
    border-style: solid;
    border-color: #333;
    cursor: default;
}

#search-results .result-set {
    border: 1px solid #333;

}
