/*
.autosuggest {
    margin-left: -1px;
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 10003;
    cursor: pointer;
    color: rgba(99, 99, 99, 0.83);
    width: 97.1%;
    margin-top: -1px;
    border-left: 2px solid #8cafe6;
    border-right: 2px solid #8cafe6;
    border-bottom: 1px solid #8cafe6;
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-radius: 0px 0px 4px 4px;
   }
   .autosuggest ul {
   list-style: none;
   padding: 0;
   margin-bottom: 0;
   }
   .autosuggest ul li {
   padding: 5px 10px;
   border-bottom: 1px solid;
   }
   .autosuggest ul li:hover {
   color: #fff;
   background: #3875d7;
   }
   .autosuggest ul li:last-child {
   border-bottom: none;
   }
   .highlight {
   background: white;
   color: #595959;
}


@media (max-width: 768px) {

  .autosuggest {
    margin-left: -1px;
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 10003;
    cursor: pointer;
    color: rgba(99, 99, 99, 0.83);
    width: 117%;
    margin-top: -1px;
    border-left: 2px solid #8cafe6;
    border-right: 2px solid #8cafe6;
    border-bottom: 1px solid #8cafe6;
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-radius: 0px 0px 4px 4px;
   }


} */

.autosuggest {
    top: 51px;
    width: 92%;
    margin: 0;
    background: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 3px 3px -3px #bebebe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 13;
    color:#333;
    list-style: none;
}
.autosuggest ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.autosuggest .ui-menu-title {
    padding: 3px 10px;
    background: #eee;
    color: #666;
}

.autosuggest .ui-menu-item a {
    padding: 3px 10px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #666;
    cursor: pointer;
}
.autosuggest .ui-menu-item a:hover {
    background: #0283df;
    color: #fff;
    cursor: pointer;
}


.autosuggest ul li:last-child {
    border-bottom: none;
}
.highlight {
    background-color: #0283df;
    color: #333;
}

.autosuggest .cta {
    color: #d41200;
    border: none;
    padding: 0;
    box-shadow: none;
    background: none;
    font-weight: normal;
    float: right;
}
.cta.cta-link {
    clear: left;
    cursor: pointer;
    font-size: inherit;
    text-decoration: underline;
    cursor: pointer;
}
@media (max-width: 768px) {

    .autosuggest {
        top: 51px;
        width: 92%;
        margin: 0;
        background: #fff;
        border: 1px solid #d6d6d6;
        box-shadow: 0 3px 3px -3px #bebebe;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        z-index: 13;
        color:#333;
        list-style: none;
    }

    #suggesstion-box-search  .autosuggest {
        top: 119px;
        width: 92%;
        margin: 0;
        background: #fff;
        border: 1px solid #d6d6d6;
        box-shadow: 0 3px 3px -3px #bebebe;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        z-index: 13;
        color:#333;
        list-style: none;
    }

}