.searchform {
    display:block !important;
    padding-left: 0 !important;
    position: relative;
    min-width: 280px !important;
}
.searchform .submit {
    position: absolute;
    right: 14px;
    top: 12px;
}
.live-search > .row {
    padding:6px 18px;
}
.live-search > .row a {
    color:gray;
}
.live-search__item-name {
    display:inline-block;
    width:100%;
    color:#184076;
}
.searchform__results {
    position:absolute;
    z-index:13; 
    background-color:#FFF;
    overflow-y:scroll;
    max-height:500px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 20px, rgba(0, 0, 0, 0.14) 0px 6px 6px;
}
#reset_live_search {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #ef713b;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 40px;
    top: 8px;
    width: 40px;
    cursor: pointer;
}
.search-full {
    padding: 0 !important;
    width: 100%;
}
@media (min-width: 1020px) {
    .header__main .searchform {
        padding-left: 16px !important;
    }
}