.headeraddressform-container {
    margin-top: 1.303vw;
}

.headeraddressform-container input {
    color: #505050;
}

.headeraddressform-container.inline-block {
    display: inline-block;
    margin-top: 0px;
    vertical-align: text-bottom;
}

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

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

.headeraddressform-container input {
    border: 1px solid #707070;
    padding-left: .326vw;
    font-size: 1.042vw;
    height: 1.954vw;
    margin-right: .651vw;
}

.headeraddressform-container input.invalid {
    border-color: #FF0018;
    box-shadow: 0 0 10px #FFA0A0;
}

.headeraddressform-autocomplete-container > input:first-child {
    width: 19.544vw;
}

.headeraddressform-autocomplete-container > input:last-child {
    width: 13.029vw;
}

.headeraddressform-checkavailability-button {
    background-color: #FFFFFF;
    border: 1px solid #28C2FE;
    height: 1.954vw;
    border-radius: 1.238vw;
    color: #28C2FE;
    font-size: 1.042vw;
    padding: 0px 1.173vw;
    transition: background-color .75s, color .75s, border-color .75s;
}

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

.headeraddressform-longform-container {
    display: flex;
    flex-direction: column;
    width: 32.573vw;
}

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

.headeraddressform-longform-container > .headeraddressform-checkavailability-button {
    margin-top: 1.303vw;
    height: 2.280vw;
}

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

.headeraddressform-cityzip-container > div:first-child {
    padding-right: .326vw;
    width: 100%;
}

@media (min-width: 1535px) {
    .headeraddressform-container {
        margin-top: 20px;
    }
    
    .headeraddressform-container input {
        padding-left: 5px;
        font-size: 16px;
        height: 30px;
        margin-right: 10px;
    }
    
    .headeraddressform-autocomplete-container > input:first-child {
        width: 300px;
    }
    
    .headeraddressform-autocomplete-container > input:last-child {
        width: 200px;
    }
    
    .headeraddressform-checkavailability-button {
        height: 30px;
        border-radius: 19px;
        font-size: 16px;
        padding: 0px 18px;
    }
    
    .headeraddressform-longform-container {
        width: 500px;
    }
    
    .headeraddressform-longform-container input {
        margin-bottom: 5px;
    }
    
    .headeraddressform-longform-container > .headeraddressform-checkavailability-button {
        margin-top: 20px;
        height: 35px;
    }
    
    .headeraddressform-cityzip-container > div:first-child {
        padding-right: 5px;
    }
}

@media (max-width: 600px) {
    .headeraddressform-container,
    .headeraddressform-container.inline-block {
        display: block;
        padding-left: 3.333vw;
        padding-right: 3.333vw;
        margin-top: 1.667vw;
    }

    .headeraddressform-container input {
        font-size: 3.733vw;
        height: 10vw;
        margin-right: 0px;
        margin-bottom: 2vw;
        padding-left: 2.667vw;
    }

    .headeraddressform-autocomplete-container > input {
        display: block;
        margin-bottom: 2vw;
        width: 100% !important;
    }
    
    .headeraddressform-checkavailability-button {
        width: 100%;
        margin-top: 2vw !important;
        height: 10vw !important;
        border-radius: 25px;
        font-size: 3.733vw;
    }
    
    .headeraddressform-longform-container {
        width: 100%;
    }

    .headeraddressform-cityzip-container > div:first-child {
        padding-right: .833vw;
    }
}
