.resultsHeader {
    margin-top: 10px;
    margin-bottom: 15px;
}

.resultsShown {
    font-size: 28px;
    font-weight: bold;
    line-height: inherit;
}

.resultsCount {
    color: #7c7c7c;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
}

.headLinks.searchHeadLinks li a {
    font-size: 17px;
    color: #e06d00;
    cursor: pointer;
}

#searchSort {
    float: right;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
}

.filterSelect {
    float: right;
    color: #a2ad1a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    background: #fff !important;
    width: 200px;
    border-radius: 5px;
}

.horizFilters {
    margin-bottom: 25px;
}

.horizFilters .filterWrapper {
    margin-right: 10px;
    margin-bottom: 12px;
    display: inline-block;
}

.horizFilters .btn {
    color: #a2ad1a;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 5px;
}

.horizFilters .btn.moreFilters {
    color: #039be5;
}

.horizFilters .btn.lessFilters {
    color: #c70000;
}

.filterPopover {
    position: absolute;
    background: white;
    min-width: 150px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 10px 10px 5px;
    z-index: 10;
    margin-top: 5px;
    max-height: 410px;
    overflow-y: auto;
}

.filterPopover p {
    margin-bottom: 5px;
}

.filterPopover label span, .filterPopover label [type="checkbox"]+span:not(.lever) {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.filterPopover label.filterTextWrap span {
    margin-bottom: 5px;
    padding-left: 25px;
}

.linkedEffects a {
    color:#e06d00 !important;
}

#searchInputPST .green-btn {
    position: relative;
    float: right;
    right: 3px;
    top: -47px;
    font-size: 18px;
    padding: 0 15px;
    height: 36px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0 !important;
}

#searchInputPST {
    float: right;
    padding-right: 20px !important;
}

.badge {
    height: 20px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1px;
    text-transform: none;
    font-weight: 400;
    margin: 2px;
}

datalist { 
    position: absolute;
}

#autocomplete_pst {
    position: absolute;    
}

.collapsible-header {
    font-size: 15px;
    color: #a2ad1a;
    text-transform: uppercase;
}

.collapsible-body span {
    font-size: 13px !important;
    padding-left: 5px;
}

.collapsible-body .filterTextWrap {
    padding: 3px 0;
}

.mobile-filters-btn {
    display: none;
}

@media (max-width: 600px) {
    #searchInputPST {
        margin-top: 25px;
    }

    .headLinks {
        margin-bottom: 20px;
    }

    #autocomplete_pst_filter{
        font-size: 12px;
    }

    .searchFilters-mobile {
        display: block;
        margin-bottom: 35px;
    }

    .horizFilters {
        margin-bottom: 0;
    }

    .mobile-filters-btn {
        display: block;
        float: right;
        margin-bottom: 15px;
        margin-right: 13px;
        font-weight: bold;
        color: #e06d00;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
    }

    .mobile-filters-btn:hover{
        color: #e06d00; 
    }

    /* Make unchecked checkboxes visible on mobile */
    .collapsible-body [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
        border-color: #9e9e9e !important;
    }
}

@media (min-width: 601px) {
    .searchFilters-mobile {
        display: none !important;
        visibility: hidden;
    }
}