
.facet-pills {
    margin-bottom: 20px;
}

.facet-pills .pill {
    background: #AD1457;
    padding: 7px 10px;
    border-radius: 5px;
    color: #FFF;
    margin: 0 10px 5px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    float: left;
    white-space: nowrap;
}

.facet-pills .pill .fa-times {
    margin-left: 5px;
    cursor: pointer;
}

#adv-search .submit {
    margin-top: 10px;
    background-color: #eee; }

.field-selection {
    display: none;
    z-index: 2;
    position: absolute;
    background: #FFF;
    border: 1px solid #eee; }
.field-selection ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.field-selection ul li {
    margin: 0;
    padding: 3px 6px;
    border-bottom: 1px solid #ccc;
    cursor: pointer; }
.field-selection ul li.selected {
    background: #eee; }
.field-selection ul li:last-child {
    border: none; }

.query-builder {
    margin-bottom: 5px; }
.query-builder .col-xs-4 {
    padding-right: 1px; }
.query-builder .col-xs-8 {
    padding-left: 1px; }

.search-results-left {
    background: whitesmoke;
}
.filters {
    padding: 15px;
}
.search-results-left h2 {
    margin-bottom:10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.search-results {
    padding: 15px;
}
.search-results .row {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #EEE
}

.search-result-detail {
    padding-left:0;
}

.search-results-wrapper {
    border-top: 1px solid rgb(87,91,113);
}

.show-more,
.show-less,
.add-search-parameter {
    font-size:16px;
    cursor: pointer;
}

p.filter-option {
    padding:0 0 5px 0;
    margin: 0;
    font-size: 16px;
}

.search-controls {
    font-size: 14px;
}
.search-controls select {
    margin-right: 20px;
}
.toggle-facet-group {
    cursor: pointer;
}
.content-type {
    font-size:16px;
    color: rgba(87,91,113, .9);
    font-family: Inter,sans-serif;
}
.content-type-icon {
    font-size: 5vw;
    color: #4e4e4e;
}

.title {
    font-family: Inter, sans-serif;
    font-size:22px;
}
.byline {
    font-family: Inter, sans-serif;
    font-size:16px;
    font-weight:bold;
}
.description {
    font-size:15px;
    margin: 10px 0 5px 0;
    display:block;
}
.meta {
    font-size: 16px;
}

/** Adjust size and weight of search results icons to match the custom svg also used in search results */
@media (min-width: 768px) {
    .content-type-icon {
        -webkit-text-stroke: 1px white;
    }
}

@media (min-width: 1000px) {
    .content-type-icon {
        -webkit-text-stroke: 2px white;
    }
}

@media (min-width: 1560px) {
    .content-type-icon {
        font-size: 85px;
        -webkit-text-stroke: 3px white;
    }
}
/** End adjust size and weight */