.image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
}
.simple-hero-wrapper {
    padding: 2rem;
    max-width: calc(64rem + 4rem);
    width: 100%;
    margin: 0 auto;
}
.simple-hero-wrapper.right {
    display: flex;
    justify-content: flex-end;
}
.simple-hero--heading__copy {
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.25rem;
    color: #333333;
    margin: 0;
}
.simple-hero--subhead__copy {
    font-size: 1.25rem;
    margin: 1rem 0;
    font-weight: 400;
    line-height: 1.5;
}
.simple-hero--phone__wrap {
    display: flex;
}
.simple-hero--phone__number {
    display: flex;
    align-items: center;
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    width: 10em;
}
.simple-hero--phone__number::before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    background-image: url("/wp-content/themes/opcpest/images/icon-Phone.svg");
    background-repeat: no-repeat;
    background-size: 1.25em;
    margin-right: 0.5rem;
}

.simple-hero__wrap .rounded input {
    border-radius: 10px !important;
    margin: 0.5em 0;
    color: #231F20 !important;
}

.simple-hero__wrap .rounded input::placeholder {
    color: #231F20 !important;
}

.simple-hero__wrap .btn-submit input {
    background-color: #b4242e !important;
    width: 100% !important;
    font-size: 1rem;
    font-weight: 500;
    margin: 1em 0;
    color: #fff;
}

.simple-hero__wrap .btn-submit input:hover {
    color: #fff !important;
    background-color: #f3972a !important;
}

.simple-hero__wrap #ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 0 !important;
}

.simple-hero__wrap .promo input {
    margin-top: 0;
}

.simple-hero__wrap .promo label {
    font-size: 0.75rem;
    font-weight: 500;
}

.simple-hero__wrap .nf-field-container .nf-field-label {
    margin-bottom: 0 !important;
}

.simple-hero__disclaimer {
    font-size: 0.6rem;
    line-height: 1.3;
}

.simple-hero--special-offer__image {
    position: absolute;
    top: 2em;
    width: 20em;
    right: 0;
    display: none;
}


@media (min-width: 960px) {
    .section--simple-hero {
        display: flex;
        position: relative;
    }
    .simple-hero--copy__container {
        width: 50%;
        position: relative;
        z-index: 2;
    }
    .simple-hero--subhead__copy {
        max-width: 21em;
    }
}

@media (max-width: 960px) {

    .image-container {
        height: 20rem;
        position: relative;
    }

    .simple-hero--special-offer__image {
        top: 5em;
    }

}

@media (min-width: 768px) {

    .simple-hero--special-offer__image {
        display: block;
    }

    .simple-hero-wrapper.right .simple-hero--special-offer__image {
        left: 0;
    }

    .simple-hero--heading__copy {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    #hero.section--simple-hero .image-container.hide-mobile {
        display: none;
    }

}
.section--testimonial{overflow:hidden;margin-bottom:0}.section--testimonial-slider{position:relative}.simple-testimonial__wrap{display:flex;flex-flow:column;font-size:3vw;margin-top:0}.simple-testimonial__wrap .section__heading{font-size:2.25rem}.simple-testimonial__wrap .section__sub-head{font-size:1.2rem}.simple-testimonial--copy__wrap .simple-testimonial__tel{display:flex;font-size:1.5rem;font-weight:700;margin-left:.5em;align-items:center}.simple-testimonial--copy__wrap .simple-testimonial--telephone__copy{color:#024f75;width:10em;font-size:1.5rem;margin:1em 0 .75em}.simple-testimonial--copy__wrap .simple-testimonial__tel::before{content:"";width:1.5em;height:1.75em;background-image:url("https://cdn-ilechgc.nitrocdn.com/EvXXBeWoIQSnMFJbvKZuLlTcmiDdpQKj/assets/images/optimized/rev-2ed76b8/www.opcpest.com/wp-content/themes/opcpest/images/waltham_phone.svg");background-repeat:no-repeat;background-size:2rem;background-position:50%;margin-right:.5rem}.simple-testimonial--copy__wrap button{margin:2em 0 4em;width:100%;font-size:1rem;color:#fff;cursor:pointer;border-radius:.25rem}@media (min-width: 768px){.simple-testimonial__wrap{flex-flow:row;font-size:1.5vw}.section--testimonial{margin-bottom:0}.simple-testimonial__wrap .section__heading{font-size:1.85rem}.simple-testimonial__wrap .section__sub-head{font-size:1rem}.simple-testimonial--copy__wrap .simple-testimonial--telephone__copy{width:15em;font-size:1.25rem}.simple-testimonial__wrap .testimonial__portriat{width:28em;right:-1rem;top:0}.simple-testimonial--copy__wrap button{margin-bottom:0}}@media (min-width: 1024px){.simple-testimonial__wrap{font-size:1em}.simple-testimonial__wrap .section__heading{font-size:2.25rem}.simple-testimonial__wrap .section__sub-head{font-size:1.25rem}.simple-testimonial--copy__wrap .simple-testimonial--telephone__copy{width:17em}.simple-testimonial--copy__wrap button{width:20em}}.simple-footer{text-align:center;background-color:#f9f9f9;padding:2rem 0}.simple-footer-logos{display:flex;flex-flow:column;justify-content:center;align-items:center}.simple-footer-logos img{margin-bottom:1rem;max-width:180px}@media (min-width: 768px){.simple-footer-logos{flex-flow:row}.simple-footer-logos img:first-of-type{margin-right:1rem}}