.footer-banner {
    margin-top: 0 !important;
}

.wpcf7 {
    padding: 50px;
    background: #d6e9f3;
}

.wpcf7 form h2 {
    margin-top: 0 !important;
}

.wpcf7 form .--line-row {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.waitlist-dynamic form .--line-row p {
    margin: 10px 0 0 0;
    display: block;
    width: 100%;
}

.wpcf7 form .--line-row > span:not(.ajax-loader) {
    display: block;
    width: 100%;
}

.wpcf7 form .--line-row input:not([type="radio"]):not([type="checkbox"]), .wpcf7 form .--line-row select, .wpcf7 form .--line-row textarea {
    width: 100%;
    display: block;
    border: 1px solid #5e6368;
    padding: 11px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #5e6368;
    height: 46px;
}

.wpcf7 form .--line-row textarea {
    height: auto;
}

.wpcf7 form .--line-row.child-row span.child-age {
    max-width: 30%;
    margin-left: 15px;
}

.wpcf7 form .--line-row.half-row p > span {
    max-width: calc(50% - 7.5px);
    position: relative;
    display: inline-block;
}

.wpcf7 form .--line-row.half-row p > span:last-of-type {
    max-width: calc(50% - 7.5px);
    margin-left: 15px;
    float: right;
}


.wpcf7 form .--line-row.--submit {
    flex-direction: row-reverse;
}

.wpcf7 form .--line-row input.wpcf7-submit[type="submit"] {
    width: auto;
    float: right;
    clear: both;
    margin: 0;
    height: unset;
    display: inline-block;
    background-color: #eb6e26;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 25px;
    text-align: center;
    line-height: 1;
    border: unset;
}

.wpcf7 form input.wpcf7-submit:hover, .wpcf7 form input.wpcf7-submit:focus {
    background-color: #20a1e3;
}

.wpcf7 form span span[data-name="daycare-start-date"],
.wpcf7 form span span[data-name="child-age"] {
    width: 100%;
    max-width: unset !important;
    margin-left: 0 !important;
}

.form-section-divider {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    margin: 35px 0 30px 0;
    border-radius: 2px;
}

.wpcf7-form-control.wpcf7-radio.subsidy-full-fee {
    display: flex;
    flex-direction: column;
}

.wpcf7-form-control.wpcf7-radio.subsidy-full-fee .wpcf7-list-item.last {
    margin-top: 25px;
}

.wpcf7 form .--line-row.half-row p > span[data-name="subsidy-file-number"] {
    max-width: 80%;
}