body {
    background-color: #f2f2f2;
}

#statistics {
    color: rgba(255, 255, 255, .8);
    font-size: .9em;
}

.leftAlignNextCenter {
    text-align: left;
}

.center {
    text-align: center;
}

#testimonials {
    margin: 0;
    padding: 2rem 0 3rem 0;
}

.testimonial {
    display: none;
    opacity: 0;
    font-size: 18px;
    line-height: 1.75rem;
    align-items: center;
    justify-content: center;
    transition: opacity .5s ease;
}

.testimonial.visible {
    opacity: 1;
}

.testimonial.invisible {
    opacity: 0;
}

.testimonialVideo {
    width: 20%;
    min-width: 200px;
    object-fit: contain;
}

.testimonialText {
    width: 80%;
    margin-left: 3rem;
    font-style: italic;
    position: relative;
}

.testimonialText::before {
    font-size: 3rem;
    font-weight: bold;
    color: #555;
    position: absolute;
    content: "“";
    left: -30px;
    top: -10px;
}

.testimonialName {
    font-style: normal;
    font-weight: bold;
    margin-top: .75rem;
    line-height: 1.5rem;
}

.testimonialTitleOrganization {
    font-size: smaller;
    font-style: normal;
    margin-left: 14px;
    line-height: 1.5rem;
}

.testimonialCityState {
    font-size: smaller;
    font-style: normal;
    margin-left: 14px;
    line-height: 1.5rem;
}

.viewAllTestimonialsLink {
    font-size: smaller;
    font-style: normal;
    margin-left: 14px;
    line-height: 1.5rem;
}

.stateCoverage {
    font-size: 1em;
    font-style: italic;
    font-weight: bolder;
    padding-top: .25em;
    display: block;
}

.locationCoverage {
    font-size: .8em;
    margin-left: 1em;
    display: block;
}

.locationInfo {
    font-size: .8em;
}

@media screen and (max-width: 1350px) {
    .leftSide {
        padding-left: 1em;
    }

    .rightSide {
        padding-right: 1em;
    }
}

@media screen and (max-width: 980px) {
    .leftAlignNextCenter {
        text-align: center;
    }

    .leftSide {
        padding-left: 0;
    }

    .rightSide {
        padding-right: 0;
    }
}

@media screen and (max-width: 800px) {
    p {
        text-align: left;
    }

    #checkoutInfoWrapper {
        padding-bottom: 2em;
    }

    .testimonial {
        font-size: 16px;
        line-height: 1.5rem;
    }
    
    .testimonialVideo {
        min-width: 150px;
    }
}

@media screen and (max-width: 680px) {
    .leftAlignNextCenter {
        text-align: left;
    }

    #checkoutInfo {
        text-align: left;
    }
    
    .testimonial {
        font-size: 15px;
    }
    
    .testimonialVideo {
        display: none;
    }

    .testimonialText {
        width: 100%;
        margin-left: 1rem;
    }
}

@media screen and (max-width: 480px) {
    #statistics {
        font-size: .8em;
    }
}