.headeraddressform-container-large {
    width: 700px;
}

.headeraddressform-container-large.wait {
    cursor: wait;    
}

.headeraddressform-container-large.wait * {
    pointer-events: none;
    opacity: .9;
}

.headeraddressform-container-large input {
    margin-right: 10px;
}

.headeraddressform-autocomplete-container-large {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.headeraddressform-autocomplete-container-large > div {
    display: flex;
}

.headeraddressform-autocomplete-container-large input {
    margin-bottom: 15px;
}

.headeraddressform-autocomplete-container-large #headeraddressform-streetaddress-autocomplete {
    width: 100%;
}

.headeraddressform-autocomplete-container-large .headeraddressform-input-zipcode-large {
    width: 30%;
}

.headeraddressform-autocomplete-container-large .headeraddressform-email-input {
    margin-right: 0px;
    width: 70%;
}

.form-control.invalid,
.form-control.invalid:focus {
    border-left: 5px solid rgb(255, 0, 0);
}

.headeraddressform-checkavailability-button-large {
    background-color: #FFFFFF;
    border: 1px solid #28C2FE;
    height: 47px;
    border-radius: 5px;
    color: #28C2FE;
    font-size: 16px;
    padding: 0px 18px;
    transition: background-color .75s, color .75s, border-color .75s;
}

.headeraddressform-checkavailability-button-large:focus,
.headeraddressform-checkavailability-button-large:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #28C2FE;
}

.headeraddressform-longform-container-large {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.headeraddressform-longform-container-large input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
}

.headeraddressform-longform-container-large


.headeraddressform-cityzip-container-large {
    display: flex;
}

.headeraddressform-cityzip-container-large > div:first-child {
    padding-right: 10px;
    width: 100%;
}

.headeraddressform-longform-container-large
.headeraddressform-email-input {
    margin-bottom: 30px;
}

input.form-control {
    height: 47px;
}

@media (max-width: 930px) {
    .home-redesign2019 .headeraddressform-container-large {
        width: 75.269vw;
    }
}

@media (max-width: 840px) {
    .home-redesign2019 .headeraddressform-container-large {
        width: 83.333vw;
    }
}

@media (max-width: 800px) {
    .headeraddressform-container-large {
        width: 87.5vw;
    }
}

@media (max-width: 750px) {
    .home-redesign2019 .headeraddressform-container-large,
    .headeraddressform-container-large {
        display: block;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        margin-bottom: 70px;
    }

    .headeraddressform-container-large input {
        margin-right: 0px;
    }
    
    .headeraddressform-autocomplete-container-large > div {
        flex-direction: column;
    }
    
    .headeraddressform-autocomplete-container-large .headeraddressform-input-zipcode-large,
    .headeraddressform-autocomplete-container-large .headeraddressform-email-input {
        width: 100%;
    }
    
    .headeraddressform-autocomplete-container-large > div > input:last-child {
        margin-bottom: 30px;
    }
    
    .headeraddressform-longform-container-large {
        width: 100%;
    }
    
    .headeraddressform-cityzip-container-large {
        flex-direction: column;
    }

    .headeraddressform-cityzip-container-large > div:first-child {
        padding-right: 0px;
    }
    
    .headeraddressform-cityzip-container-large > div {
        width: 100%;
    }
}
