.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.legacy-banner {
    border-top: 1px solid #bbd6dd;
    border-bottom: 1px solid #bbd6dd;
    background: #fff;
}

.legacy-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.legacy-banner-welcome {
    margin-top: 6px;
}

.legacy-home-hero {
    overflow: hidden;
    border-bottom: 1px solid #bbd6dd;
    background: #dcecf1;
}

.legacy-home-hero-canvas {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    aspect-ratio: 51 / 20;
    overflow: hidden;
}

.legacy-home-hero-scene,
.legacy-home-hero-scene > img,
.legacy-home-hero-lines {
    position: absolute;
}

.legacy-home-hero-scene,
.legacy-home-hero-bluefade,
.legacy-home-hero-lines {
    inset: 0;
    width: 100%;
    height: 100%;
}

.legacy-home-hero-service-scene {
    z-index: 1;
    opacity: 1;
}

.legacy-home-hero-bluefade {
    z-index: 1;
}

.legacy-home-hero-lines {
    z-index: 2;
    background: url("images/hero/whiteline.png") repeat-y top left / 100% auto;
}

.legacy-home-hero-street {
    z-index: 3;
    top: -11%;
    left: 0;
    width: 100%;
    height: auto;
}

.legacy-home-hero-car {
    z-index: 4;
    top: 5%;
    left: 29.41%;
    width: 80%;
    height: auto;
}

.legacy-home-hero-groceries {
    z-index: 5;
    top: 25%;
    left: -2.75%;
    width: 35.3%;
    height: auto;
}

.legacy-home-hero-bottom-bar,
.legacy-home-hero-welcome {
    z-index: 6;
    bottom: -4.25%;
    left: 0;
    width: 100%;
    height: auto;
}

.legacy-home-hero-welcome {
    z-index: 7;
}

.legacy-home-welcome-heading {
    line-height: 1.6;
}

.cutover-feature-grid,
.cutover-steps,
.form-grid {
    display: grid;
    gap: 24px;
}

.cutover-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cutover-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 42px;
}

.cutover-steps .team-member,
.cutover-steps .team-image,
.cutover-steps img {
    width: 100%;
}

.cutover-faqs details {
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
}

.cutover-faqs summary {
    color: #444;
    cursor: pointer;
    font-weight: 600;
}

.cutover-faqs details p {
    margin: 12px 0 0;
}

.cutover-form label {
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
}

.cutover-form input,
.cutover-form select,
.cutover-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 42px;
    margin-top: 6px;
    padding: 9px 11px;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: #fff;
    color: #333;
    font: inherit;
}

.cutover-form textarea {
    resize: vertical;
}

.form-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.field-error {
    display: block;
    margin-top: 5px;
    color: #a4211b;
    font-size: 13px;
    font-weight: 600;
}

.alert {
    margin-bottom: 24px;
    padding: 14px 18px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.alert-success {
    border-color: #9ac99e;
    background: #edf8ee;
    color: #245b29;
}

.alert-error {
    border-color: #d8a3a0;
    background: #fff0ef;
    color: #842a24;
}

.legal-content {
    padding: 48px 0;
}

.legal-content h2 {
    margin-top: 30px;
    text-align: left;
}

.legal-updated {
    margin-top: 48px;
    text-align: right;
}

.legacy-footer-divider {
    height: 6px;
    border-top: 1px solid #bbd6dd;
    border-bottom: 1px solid #bbd6dd;
    background: #f5f5f5;
}

.legacy-footer-promo {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.legacy-footer-promo-icon {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 16px;
    font-size: 30px;
    line-height: 36px;
}

.legacy-footer-promo-content {
    float: left;
    width: 780px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 36px;
}

.legacy-footer-promo-action {
    float: left;
    width: 108px;
}

.legacy-footer-promo-action a {
    display: block;
    float: right;
    height: 36px;
    padding: 0 10px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 36px;
}

.legacy-footer-promo-action a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.legacy-footer-secondary-links {
    margin-top: 22px !important;
}

.legacy-footer-contact-map {
    min-height: 110px;
    background: url("assets/images/world_map.png") no-repeat center center;
}

.legacy-footer-contact-list {
    margin-bottom: 0;
    font-size: 13px;
}

.legacy-footer-contact-list li + li {
    margin-top: 10px;
}

.legacy-footer-banner {
    padding: 0;
    border-top: 1px solid #bbd6dd;
    border-bottom: 1px solid #bbd6dd;
    background: #fff;
}

.legacy-footer-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.cutover-error-page {
    min-height: 320px;
}

.rs-menu {
    border: 0;
    background: transparent;
}

@media (max-width: 979px) {
    .cutover-feature-grid,
    .cutover-steps,
    .form-grid.three,
    .form-grid.two {
        grid-template-columns: 1fr;
    }

    .legacy-footer-promo {
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
    }

    .legacy-footer-promo-icon,
    .legacy-footer-promo-content,
    .legacy-footer-promo-action {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .legacy-footer-promo-icon {
        margin-bottom: 10px;
    }

    .legacy-footer-promo-content {
        margin-bottom: 14px;
        line-height: 20px;
    }

    .legacy-footer-promo-action a {
        display: inline-block;
        float: none;
    }

    #primary-navigation {
        display: none;
    }

    #primary-navigation.is-open {
        display: block;
    }

    .col_one_third,
    .col_two_third {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .legacy-home-features .col_one_third {
        float: left;
        width: 30.63%;
        margin-right: 4%;
    }

    .legacy-home-features .col_one_third.col_last {
        margin-right: 0;
    }
}
