.marginBottom20 {
    margin-bottom: 20px;
}
.makeModelSearchBlock {
    padding: 30px 0;
    font-size: 17px;
    color: #FFF;
}
.makeModelSearchBlock h1 {
    margin-bottom: 0;
}
.makeModelSearchBlock .ui-widget {
    max-width: 400px;
    margin: auto;
    margin-top: 80px;
}

.searchInput {
    border: none !important;
    height: 35px !important;
    background-image: url(../../KFAConnect_MakeModelSearch/images/search-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    background-position-y: 9px !important;
    background-position-x: calc(100% - 20px) !important;
}
.searchInput:focus {
    box-shadow: none !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding-left: 27px !important;
    list-style: none;
    background-color: #000;
    border-top: 5px solid #ffbc00 !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.ui-menu-item {
    margin-bottom: 0;
    padding: 4px;
}

.ui-menu-item:hover a,
.ui-menu-item:focus a,
a.ui-state-focus {
    color: #ffbc00 !important;
}

.ui-helper-hidden-accessible {
    display: none;
}