/* Element Key: button-color {}*/
.cf-button.address_search_button {
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    background-image: none !important;
}

.summit-cta-bar-purple .cf-button.address_search_button {
    background-color: #343266;
}

.summit-cta-bar-teal .cf-button.address_search_button {
    background-color: #59c5c5;
    color: #343266 !important;
}

.cf-column input {
    min-height: unset;
    border: none;
}

.cf-input.cf-large {
    font-size: 17px;
    padding-left: 10px;
}

.cf-input,
.cf-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    box-shadow: none;
    display: inline-flex;
    height: 2.45em;
    font-size: 1rem;
    color: #666666;
    background-color: #ffffff;
    border: none;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.375em - 1px) calc(.625em - 1px);
    position: relative;
    vertical-align: top;
}

.cf-input {
    background-color: #fff;
    color: #363636;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.cf-select {
    display: inline-block;
    height: 2.5em;
    position: relative;
    vertical-align: top;
    font-size: 1rem;
}

.cf-select:after {
    border: 1px solid #0055B7;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    transform: rotate(-45deg);
    width: 0.5em;
    right: 1em;
    margin-top: -0.5em;
    top: 50%;
    z-index: 4;
}

.cf-field {
    width: 100%;
}

.cf-button.cf-large {
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding: unset;
}

.cf-column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.25rem 0;
}

.cf-market-dropdown {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    float: left;
    display: none;
    min-width: 160px;
    margin: 2px 0 0 0;
    padding-left: 0;
    list-style: none;
    background-color: #ffffff;
    border: none;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.address_lookup_text {
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-family: sans-serif;
    border-bottom: 1px solid #ececec;
}

.cf-state {
    display: inline;
    font-weight: lighter;
    font-size: 12px;
    color: #777777;
}

.ui-menu .ui-menu-item {
    cursor: pointer;
}

.ui-widget-content .ui-state-active {
    border-bottom: 1px solid #ececec;
    background: #f7f7f7;
    color: #111;
}

.ui-helper-hidden-accessible {
    display: none;
}

form .cf-container {
    max-width: unset;
    width: 100%;
    margin: 0;
    position: relative;
}

form .cf-columns {
    display: flex;
    align-items: center
}

form .cf-columns .cf-column input:not(.cf-button) {
    font-size: 20px !important;
    line-height: 1em !important;
    font-weight: 400 !important;
    font-style: normal !important;
    -webkit-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    -o-background-size: color .3s ease 0s;
    transition: color .3s ease 0s;
    color: #333463 !important;
    opacity: 1 !important;
    height: 56px;
    padding: 5px 24px !important
}

form .cf-columns .cf-column input:not(.cf-button)::placeholder,
form .cf-columns .cf-column input:not(.cf-button):-ms-input-placeholder,
form .cf-columns .cf-column input:not(.cf-button)::-ms-input-placeholder {
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
    -webkit-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    -o-background-size: color .3s ease 0s;
    transition: color .3s ease 0s;
    color: #333463;
    opacity: 1
}

form .cf-columns .cf-column input:not(.cf-button):active,
form .cf-columns .cf-column input:not(.cf-button):focus {
    outline: 0
}

form .cf-columns .cf-column input:not(.cf-button):active::placeholder,
form .cf-columns .cf-column input:not(.cf-button):focus::placeholder {
    color: #333463;
    opacity: 1;
    -webkit-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    -o-background-size: color .3s ease 0s;
    transition: color .3s ease 0s
}

form .cf-columns .cf-column input:not(.cf-button):active:-ms-input-placeholder,
form .cf-columns .cf-column input:not(.cf-button):focus:-ms-input-placeholder {
    color: #333463;
    -webkit-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    -o-background-size: color .3s ease 0s;
    transition: color .3s ease 0s
}

form .cf-columns .cf-column input:not(.cf-button):active::-ms-input-placeholder,
form .cf-columns .cf-column input:not(.cf-button):focus::-ms-input-placeholder {
    color: #333463;
    -webkit-transition: color .3s ease 0s;
    -moz-transition: color .3s ease 0s;
    -o-background-size: color .3s ease 0s;
    transition: color .3s ease 0s
}

form .cf-columns .cf-column.cf-address-field input {
    border-radius: 10px 0 0 10px;
    border: 1px solid #212429;
    border-right: none
}

form .cf-columns .cf-column.cf-apartment-field input {
    border: 1px solid #212429;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

form .cf-columns .cf-column.cf-zip-field {
    margin-right: 18px
}

form .cf-columns .cf-column.cf-zip-field input {
    border-radius: 0 10px 10px 0;
    border: 1px solid #212429;
    border-left: none
}

form .cf-submit {
    padding: 0
}

form .cf-submit #cf-go-button {
    color: #fff;
    background-color: #333463;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    line-height: 1em;
    border-radius: 50rem;
    -webkit-transition: color .3s ease 0s, background-color .3s ease 0s;
    -moz-transition: color .3s ease 0s, background-color .3s ease 0s;
    -o-background-size: color .3s ease 0s, background-color .3s ease 0s;
    transition: color .3s ease 0s, background-color .3s ease 0s;
    padding: 15px 35px;
    font-weight: 400;
    font-size: 22px
}

form .cf-submit #cf-go-button:hover {
    color: #fff;
    background-color: #3c38a8;
    cursor: pointer !important
}

form .cf-submit #cf-go-button.disabled {
    color: rgba(255, 255, 255, .5);
    background-color: #c6c6c6
}

form .cf-submit #cf-go-button.disabled:hover {
    color: rgba(255, 255, 255, .5);
    background-color: #c6c6c6
}

form .cf-column:not(:last-child) input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
form .cf-column:not(:first-child) input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (min-width: 1000px) {
    .cf-container {
        margin: 0 auto;
        max-width: 960px;
    }
}

@media screen and (min-width: 769px) {
    .cf-columns {
        display: flex;
    }

    .cf-column.cf-apartment-field {
        flex: none;
        width: 16.66667%;
    }

    .cf-column.cf-zip-field {
        flex: none;
        width: 16.66667%;
        margin-right: 30px;
    }

    .cf-column.cf-market-dropdown {
        flex: none;
        width: unset;
    }

    .cf-column.cf-submit {
        flex: none;
    }

    .cf-field {
        width: 150px;
    }
}

@media (max-width: 991px) {
    form .cf-submit #cf-go-button {
        padding: 14px 44px 13px;
        font-size: 20px
    }
}

@media (max-width: 767px) {
    form .cf-submit #cf-go-button {
        padding: 14px 32px 12px;
        font-size: 18px
    }
}

@media (max-width: 991px) {
    form .cf-columns {
        flex-wrap: wrap;
        justify-content: end
    }

    form .cf-columns .cf-column.cf-address-field {
        width: 50%
    }

    form .cf-columns .cf-column.cf-apartment-field {
        width: 25%
    }

    form .cf-columns .cf-column.cf-zip-field {
        margin-right: 0;
        width: 25%
    }

    form .cf-submit {
        padding: 0;
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    form .cf-columns {
        flex-wrap: wrap;
        justify-content: center
    }

    form .cf-columns .cf-column.cf-address-field {
        width: 100%;
        max-width: unset;
        min-width: 100%
    }

    form .cf-columns .cf-column.cf-address-field input {
        border-radius: 10px;
        border: 1px solid #212429
    }

    form .cf-columns .cf-column.cf-apartment-field input {
        border-radius: 10px 0 0 10px;
        border: 1px solid #212429;
        border-right: none
    }

    form .cf-columns .cf-column.cf-apartment-field, form .cf-columns .cf-column.cf-zip-field {
        width: 50%;
        max-width: unset;
        min-width: 50%
    }

    form .cf-submit {
        padding: 0;
        margin-top: 5px;
        width: 100%;
        max-width: unset;
        min-width: 100%
    }
}