.autocomplete-suggestions {
    border: 1px solid #999;
    border-radius: 4px !important;
    background: #FFF;
    overflow: auto;
    font-size: 16px;
    line-height: 22px;
}

#autocomplete {
    border-radius: 4px !important;
}

.autocomplete-suggestion,
.autocomplete-no-suggestion {
    padding: 8px 15px;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;

}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #6389d8;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.wm-search-field {
    position: relative;
    padding-right: 0px;
}

.wm-insurance-search,
.wm-insurance-search * {
    box-sizing: border-box;
}

.wm-insurance-search {
    width: 800px !important;
    max-width: 100% !important;
    padding: 2em 2em;
    background-color: #6389d8;
    color: #fff;
    margin: 0 auto 30px auto;
    margin-top: 60px;
    border-radius: 20px;

}

.wm-cta {
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 16px;
}

.wm-svg-search-icon svg {
    position: absolute;
    right: 14px;
    top: 10px;
    z-index: 3;
    fill: #000;
}

.wm-insurance-search h2 {
    color: #fff !important;
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
}

.wm-insurance-search label {
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 6px;
    padding-left: 0px;
}

.wm-insurance-search input {
    width: 100%;
    padding: 0.75em;
    padding-right: 30px;
    background-color: #fff !important;
    color: #000;

}
.wm-insurance-search input:focus, .wm-insurance-search input:focus-visible {
    border:1px solid #fff;
    outline: none;
}
.wm-insurance-search .sc_button:hover {
    background-color: #fff !important;
}

.btn-100 .sc_button.sc_button.aligncenter {
    max-width: 100% !important;
}

.provider-search-results p {
    color: #fff !important;
    margin-bottom: 30px;
    font-size:24px;
    font-weight: 600;
    line-height: 1.3;
}

.provider-search-results div {
    text-align: center;
    padding: 1em 0 0 0;
}