.form-item-employer .ui-autocomplete .ui-menu-item a, #worksite_location_select_wrapper .ui-autocomplete .ui-menu-item a {
    width: 100%;
    display: block;
    line-height: 25px;
    padding-left: 15px;
    text-transform: capitalize;
}

.form-item-employer .ui-autocomplete, #worksite_location_select_wrapper .ui-autocomplete {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute !important;
}

.form-item-employer .ui-autocomplete li, #worksite_location_select_wrapper .ui-autocomplete li {
    margin: 0;
    padding: 0;
}

#worksite_location_select_wrapper {
    position: relative;
}

#worksite_location_select_wrapper .ui-autocomplete {
    list-style: none;
}

.form-item-employer .drop-arrow-custom, #worksite_location_select_wrapper .form-item .drop-arrow-custom {
    display: none;
    content: '';
    width: 25px;
    height: 44px;
    background-image: url(/sites/all/themes/aft_forms/images/select-down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 22px;
}

.form-item-employer .custom-loader {
    display: none;
    position: absolute;
    height: 15px;
    width: 15px;
    right: 55px;
    top: 13px;
    color: #0C4499;
}

.custom-message {
    font-size: 14px;
    color: #0C4499;
    font-style: italic;
}