<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Testimonial */
.sugarbowl{
    display: none;
}
.content_body {
    max-width: 960px;
    margin: 0 auto;
    padding: 1rem 1rem 3rem;
}
.content-pad h1.page,
.content-pad .h2.section {
    max-width: 960px;
    margin: 0 auto;
}
.content-pad h1.page {
    padding: 0 1rem 1rem;
}
.content-pad .h2.section {
    padding: 1rem 1rem 0;
}
.testimonial-quote {
    margin: 0 auto;
}
.testimonial-description {
    position:relative;
    padding: 7.5rem 2rem 2.5rem;
}
.by-who {
    padding: 0 2rem 3rem;
    font-size: 18px;
    font-weight: bold;
}
.by-who cite {
    font-style: normal;
}
.testimonial p{
    margin: 0;
    padding: 3px 0 6px;
}
.testimonial-quote:nth-of-type(odd) {
    background: #000;
}
.testimonial-quote:nth-of-type(odd) .testimonial-description,
.testimonial-quote:nth-of-type(odd) .by-who {
    background: #fff;
}
.testimonial-quote:last-of-type {
    border-bottom: 1px solid #000;
}
.testimonial-description:before {
    height: 50px;
    width: 50px;
    content:"";
    position: absolute;
    top: 2.5rem;
    left: calc(50% - 25px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/icons/fa-solid/quote-left/main');
}
.testimonial-form legend.h3,
.testimonial-form p {
    text-align: center;
}
.testimonial-form p {
    padding-bottom: 2rem;
}
.standard-form textarea,
.standard-form input,
.standard-form input[type=text],
.standard-form .form-submit .form-btn {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .testimonial-description p,
    .testimonial-description div p,
    .by-who {
        font-size: 20px;
    }
    .testimonial-quote:nth-of-type(odd) {
        padding: 4rem 1rem;
    }
}
</pre></body></html>