<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;
}
#system_body {
    padding-top: 2rem;
}
.content_body {
    padding: 1rem 0;
}
.testimonial-quote {
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    position: relative;
    margin: 0 0 4rem;
}
.testimonial-description {
    position:relative;
}
.by-who {
    font-size: 20px;
    font-weight: 700;
}
.by-who cite {
    font-style: normal;
}
.testimonial-quote:nth-of-type(odd) {
    background: #258098;
    color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.testimonial-quote:nth-of-type(odd) .testimonial-description {
    color: #fff;
}
.testimonial-quote:before,
.testimonial-quote:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none!important;
    bottom: auto;
    left: auto;
    opacity: 0.1;
}
.testimonial-quote:before {
    background-image: url('/icons/fa-solid/quote-left/main');
    top: 1rem;
    left: 1.5rem;
}
.testimonial-quote:after {
    background-image: url('/icons/fa-solid/quote-right/main');
    bottom: 1rem;
    right: 1.5rem;
}
.testimonial-quote:nth-of-type(odd):before {
    background-image: url('/icons/fa-solid/quote-left/fff');
}
.testimonial-quote:nth-of-type(odd):after {
    background-image: url('/icons/fa-solid/quote-right/fff');
}
.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:before,
    .testimonial-quote:after {
        height: 100px;
        width: 100px;
    }
}</pre></body></html>