.hawk-results__listing {
    display: block;
}

.hawk-facet-rail {
    min-width: 420px !important;
}

.autosuggest-menu__list {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    left: auto;
    top: auto;
    margin-top: -3px;
    display: block;
    overflow-y: scroll;
    line-height: 35px;
    border: 1px solid #ccc;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    cursor: default
}

.autosuggest-menu__item {
    padding-left: 10px;
    background-color: #fff;
    cursor: pointer
}

.autosuggest-menu__item--highlighted, .body .autosuggest-menu__item:focus, .body .autosuggest-menu__item:hover {
    background-color: #3f4044;
    color: #fff
}

.hawk-sliderNumeric {
    margin-bottom: 10px;
    min-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hawk-sliderNumeric input[type=date] {
    width: 153px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hawk-searchbox .hawk input[type=text] {
        height: 54px !important;
        padding-top: 0 !important;
    }
}