.find-rep__form {
    padding: 60px 0;
}

.masthead.masthead--innerpage {
    padding-top: 0;
}

.find-rep__left {
    margin-bottom: 30px;
}

.country-selector,
.zipcode-selector {
    margin-bottom: 20px;
}

@media( min-width:1200px ) {
    .find-rep__form {
        padding: 60px 0 150px;
    }
}

.find-rep__zipcode__error {
    margin-top: 24px;
    padding: 16px;
    font-weight: bold;
    color: #000;
    border: 2px solid var( --color-primary );
}