.btn.all-results {
    border: none;
    align-self: center;
    padding: 0;
    display: -webkit-box;
    display: flex;
    max-width: 140px;
    width: 100%;
}
.btn.all-results span {
    background-color: #0f6eb7;
    color: #fff;
    padding: 10px;
}
.btn.all-results:hover {
    border-color: #00527f;
}
.btn.all-results:hover span {
    background-color: #00527f;
}
.search-main-wrapper * {
    box-sizing: border-box;
}
.search-main-wrapper {
    -webkit-box-pack: center;
    justify-content: center;
}
.addsearch-searchresults {
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.addsearch-searchresults a {
    text-decoration: none;
}
.result-wrapper {
    -webkit-box-orient: vertical;
    flex-direction: column;
}
.main-result-container,
.result-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
}
.main-result-container {
    -webkit-box-orient: horizontal;
    flex-direction: row;
    padding: 1em;
}
.main-result-container .addsearch-filters-main-wrapper {
    width: 30%;
    max-width: 280px;
    padding: 1em 1em 1em 1.5em;
    background-color: transparent;
    margin-right: 1em;
    flex-shrink: 0;
}
.main-result-container .addsearch-filters-main-wrapper .addsearch-active-filters {
    padding: 0 0 1em;
}
.main-result-container .addsearch-filters-main-wrapper .addsearch-active-filters .item {
    background-color: #0f6eb7;
    color: #fff;
    border-color: #0f6eb7;
    margin: 5px 5px 0 0;
}
.main-result-container .addsearch-filters-main-wrapper .addsearch-active-filters .item button {
    color: #fff;
}
.main-result-container .addsearch-filters-main-wrapper .mobile-filters-toggle {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.5em;
    margin-bottom: 0.5em;
}
.main-result-container .addsearch-filters-main-wrapper .mobile-filters-toggle h3 {
    font-size: 18px;
    padding: 0;
}
.main-result-container .addsearch-filters-main-wrapper .mobile-filters-toggle .adds-filter-toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    background-color: #0f6eb7;
    color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    font-size: 24px;
    font-weight: 700;
}
.main-result-container .addsearch-filters-main-wrapper .mobile-filters-toggle .adds-filter-toggle:after {
    content: "-";
    position: relative;
    top: -1px;
}
@media screen and (max-width: 768px) {
    .main-result-container .addsearch-filters-main-wrapper .mobile-filters-toggle {
        display: -webkit-box;
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .main-result-container .addsearch-filters-main-wrapper.close .mobile-filters-toggle .adds-filter-toggle:after {
        content: "+";
        top: 0;
    }
    .main-result-container .addsearch-filters-main-wrapper.close .filters-inner-wrapper {
        display: none;
    }
}
.main-result-container .addsearch-filters-main-wrapper h3 {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
}
.main-result-container .addsearch-filters-main-wrapper .addsearch-facets ul {
    margin: 0 0 0.5em 6px;
}
.main-result-container .addsearch-filters-main-wrapper #date-range-filter {
    padding-left: 6px;
}
.main-result-container .addsearch-filters-main-wrapper .addsearch-filters-checkboxgroup {
    margin-bottom: 1em;
    padding-left: 6px;
}
.main-result-container .addsearch-filters-main-wrapper .date-range-option label {
    padding: 2px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}
.main-result-container .addsearch-filters-main-wrapper .date-range-option label input[type="radio"] {
    margin: 3px 7px 3px 3px;
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper:last-child {
    border-bottom: 1px solid #ccc;
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper h3 {
    width: 100%;
    margin: 0;
    padding: 20px 10px;
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper .collapse-arrow {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    right: 0;
    top: 8px;
}
@media screen and (max-width: 480px) {
    .main-result-container .addsearch-filters-main-wrapper .filter-wrapper .collapse-arrow {
        right: 5px;
    }
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper .collapse-arrow:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 10px;
    width: 14px;
    height: 14px;
    border-color: #0f6eb7 #0f6eb7 transparent transparent;
    border-style: solid;
    border-width: 1px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper .addsearch-filters-inner-wrapper {
    padding-bottom: 1em;
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper.shrink {
    height: auto;
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper.shrink .addsearch-filters-inner-wrapper {
    display: none;
}
.main-result-container .addsearch-filters-main-wrapper .filter-wrapper.shrink .collapse-arrow:before {
    top: 12px;
    right: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-result-container .number-of-results {
    padding: 1em 1.5em;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 700;
    color: #4d4e4d;
}
.main-result-container .hit .category-wrapper {
    padding: 10px 0 0;
}
.main-result-container .hit .category-wrapper .category {
    margin: 5px 5px 0 0;
}
@media screen and (max-width: 768px) {
    .main-result-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .main-result-container .addsearch-filters-main-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 0 2em;
    }
    .main-result-container .addsearch-filters-main-wrapper .addsearch-active-filters,
    .main-result-container .addsearch-filters-main-wrapper.close {
        padding: 0;
    }
}
.search-main-wrapper {
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
    margin: 0 auto;
}
.search-main-wrapper,
.search-main-wrapper .top-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    width: 100%;
}
.search-main-wrapper .top-wrapper {
    -webkit-box-orient: vertical;
    flex-direction: column;
    max-width: 100%;
}
@media screen and (min-width: 480px) {
    .search-main-wrapper {
        width: 70%;
        min-width: 450px;
    }
    .search-main-wrapper .top-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        max-width: 640px;
    }
}
.search-main-wrapper select {
    display: none;
    height: 46px;
    background-color: #eaeaea;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 5px;
    border-radius: 0;
    border: none;
}
.search-main-wrapper select option {
    border-radius: 0;
}
@media screen and (max-width: 480px) {
    .search-main-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.search-main-wrapper .adds-row-wrapper.search {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
@media screen and (max-width: 480px) {
    .search-main-wrapper .adds-row-wrapper {
        position: relative;
        width: 100%;
    }
}
#searchfield-container,
.addsearch-searchfield,
.addsearch-searchfield .search-searchfield-wrapper {
    width: 100%;
}
.addsearch-searchfield button {
    background-color: #0f6eb7;
    color: #fff;
    border-radius: 0;
    border: none;
    width: 54px;
    height: 46px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='svg-inline--fa fa-search fa-w-16' aria-hidden='true' data-prefix='fas' data-icon='search' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 24px;
}
.addsearch-searchfield button:hover {
    background-color: #117ccf;
}
.addsearch-searchfield input[type="search"] {
    height: 46px;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#searchresults-container {
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: auto;
}
#searchresults-container,
.addsearch-searchresults .hit {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.addsearch-searchresults .hit {
    flex-direction: column;
    padding: 24px;
    font-size: 0.8em;
    color: #4d4e4d;
    border-bottom: 1px solid #ccc;
}
.addsearch-searchresults .hit .hit-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
@media screen and (max-width: 480px) {
    .addsearch-searchresults .hit .hit-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.addsearch-searchresults .hit .hit-wrapper .result-title {
    font-size: 18px !important;
    color: #2f6eb1 !important;
    margin-bottom: 5px !important;
}
.addsearch-searchresults .hit .hit-wrapper h3 {
    padding-top: 0;
}
.addsearch-searchresults .hit .hit-wrapper .main-image {
    border: none;
    margin-bottom: 0;
    width: 166px;
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.addsearch-searchresults .hit .hit-wrapper .main-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
.addsearch-searchresults .hit .hit-wrapper .main-image > .aspect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.addsearch-searchresults .hit .hit-wrapper .main-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.addsearch-searchresults.addsearch-searchresults-no-results {
    padding: 2em;
}
.addsearch-autocomplete.addsearch-searchresults {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}
@media screen and (max-width: 480px) {
    .addsearch-autocomplete.addsearch-searchresults {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.addsearch-autocomplete.addsearch-searchresults .result-header {
    margin: 0;
    padding: 0 1em 1em;
    text-transform: uppercase;
}
.addsearch-autocomplete.addsearch-searchresults .hit {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 1em;
}
.addsearch-autocomplete.addsearch-searchresults .hit:after {
    display: none;
}
.addsearch-autocomplete.addsearch-searchresults .hit a {
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.addsearch-autocomplete.addsearch-searchresults .hit .main-image,
.addsearch-autocomplete.addsearch-searchresults .hit img {
    border: none !important;
}
.addsearch-autocomplete.addsearch-searchresults .hit .main-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 100px;
}
.addsearch-autocomplete.addsearch-searchresults .hit .main-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion .main-image {
    margin: 0;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion .main-image img {
    width: 100%;
    height: auto;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a .hit-bottom,
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a .hit-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a .hit-top {
    width: 45%;
    padding-right: 1em;
    flex-shrink: 0;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a .result-title {
    padding-top: 0;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a .main-image {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    float: none;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a .main-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a .main-image > .aspect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.addsearch-autocomplete.addsearch-searchresults .hit.promotion.video a .main-image img {
    height: 100%;
    width: 100%;
}
.addsearch-autocomplete.addsearch-searchresults .result-title {
    font-size: 18px;
    color: #2f6eb1;
    margin-bottom: 5px;
}
.addsearch-autocomplete.addsearch-searchresults .highlight {
    margin-top: 0;
    font-size: 12px;
}
.addsearch-autocomplete .addsearch-autocomplete-results {
    border: none;
}
.addsearch-autocomplete .addsearch-autocomplete-results,
.addsearch-autocomplete .addsearch-results-cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.addsearch-autocomplete .addsearch-results-cell {
    width: 50%;
    flex-shrink: 0;
    padding: 1em;
}
.addsearch-autocomplete .addsearch-results-cell.video-results {
    border-left: 4px solid #f2f1f1;
    margin-left: auto;
}
.addsearch-autocomplete .addsearch-results-cell.video-results .hit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 1em;
    border: none;
}
@media screen and (max-width: 480px) {
    .addsearch-autocomplete .addsearch-results-cell {
        width: 100%;
    }
}
.addsearch-pagination button {width: 34px !important;}
.addsearch-pagination button[data-active="true"] {
    background-color: #0f6eb7;
    color: #fff;
}
#select-list {
    width: 150px;
}
@media screen and (max-width: 480px) {
    #select-list {
        width: 100%;
        z-index: 100;
    }
}
.select-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: uppercase;
    height: 46px;
    background-color: #ccc;
}
.custom-select select {
    display: none;
}
.select-selected {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    background-color: inherit;
    position: relative;
    height: 46px;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 14px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #666;
}
.select-selected.select-arrow-active {
    background-color: #0f6eb7;
    color: #fff;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff;
    top: 13px;
}
.select-items div,
.select-selected {
    padding: 8px 16px;
    border: 1px solid #0f6eb7;
    border-top: none;
    cursor: pointer;
}
.select-selected {
    border: none;
    color: #666;
}
.select-items {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    z-index: 99;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.select-hide {
    display: none;
}
.select-items div:hover {
    background-color: #117ccf;
    color: #fff;
}
.same-as-selected {
    background-color: #0f6eb7;
    color: #fff !important;
}
#autocomplete-container.autocomplete-hidden {
    display: none;
}
.temp-hidden {display: none!important;}
.addsearch-autocomplete.addsearch-searchresults .addsearch-autocomplete-noresults {
    text-align: center;
    padding: 20px 10px;
}