.hawk-results__listing {
    display: block;
}

@media only screen and (min-width: 62em) {
    .hawk-facet-rail {
        width: 420px;
        min-width: 420px;
    }
}

.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
}


/*  IE11  */
select::-ms-expand {
    border: none;
    background-color: white;
    margin-left: 10px;
    margin-right: -10px;
}