<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-block-lees-blocks-testimonial-2020-block{
	display:flex;
	justify-content:center;
	align-items:center;
    flex-wrap:wrap;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-image {
    vertical-align: middle;
    width: 100%;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-image img {
    width: 100%;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text {
    vertical-align: middle;
    padding: 60px 10px 60px 60px;
    background-color: rgba(157,34,53,1);
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text .blockquote-text {
    padding: 40px 5px;
    min-height: 300px;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text .quote{
    position: relative;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text .quote p {
    font-family: "standardcondensed", sans-serif;
    font-size: 1.5rem;
    color: #FFF;
    font-style: normal;
    z-index: 10;
    font-weight: 100;
    margin-bottom: 3rem;
    position: relative;
    z-index: 10;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text .quote::before {
    content: "\201C";
    position: absolute;
    z-index: 9;
    font-size: 300px;
    font-family: 'neue-haas-grotesk-text','arial black',arial;
    font-weight: 700;
    color: rgba(236, 25, 68, .5);
    line-height: 0;
    left: -40px;
    top: 60px;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text .quote::after {
    content: "\201D";
    position: absolute;
    z-index: 9;
    font-size: 300px;
    font-family: 'neue-haas-grotesk-text','arial black',arial;
    font-weight: 700;
    color: rgba(236, 25, 68, .5);
    line-height: 0;
    right: 80px;
    bottom: -40px;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text .sourceName {
    line-height: 1;
    font-weight: normal;
    font-family: "Warnock Pro", serif;
    color: rgba(255,255,255,.9);
    margin-top: 15px;
    text-align: left;
    font-size: 2rem;
    font-style: italic;
    margin: 0;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text .sourceTitle {
    line-height: 1;
    font-weight: normal;
    font-family: "standardcondensed";
    color: rgba(255,255,255,.7);
    font-size: 1.2em;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px){
.wp-block-lees-blocks-testimonial-2020-block {
    flex-direction: row-reverse;
    align-items: stretch;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-text {
    flex: 45%;
    display: flex;
    align-items: center;
}

.wp-block-lees-blocks-testimonial-2020-block .testimonial-image {
    flex: 55%;
    overflow: hidden;
    position: relative;
    min-height: 430px;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 20% 100%, 20% 60%, 0 30%, 20% 30%);
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-image::after {
    content: " ";
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    /*background-image: url(testimonial-arrow.svg);*/
    background-size: cover;
    background-position: left center;
}
.wp-block-lees-blocks-testimonial-2020-block .testimonial-image img {
    width:100%;
    height: 100%;
    object-fit:cover;
}

}</pre></body></html>