@charset "UTF-8";

.paragraphs-item-paragraph-quote,
.paragraphs-item-paragraph-quote * {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .paragraphs-item-paragraph-quote {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.paragraphs-item-paragraph-quote .paragraph-quote__img,
.paragraphs-item-paragraph-quote .paragraph-quote__content {
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.paragraphs-item-paragraph-quote .paragraph-quote__img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 13.375rem;
}

@media (min-width: 768px) {
    .paragraphs-item-paragraph-quote .paragraph-quote__img {
        height: inherit;
    }
}

.paragraphs-item-paragraph-quote .paragraph-quote__content {
    padding: 5% 7%;
}

.paragraphs-item-paragraph-quote .paragraph-quote__content-text {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .paragraphs-item-paragraph-quote .paragraph-quote__content-text {
        font-size: 2.25rem;
        padding: 0;
    }
}

.paragraphs-item-paragraph-quote .paragraph-quote__content-text:before {
    content: '\201C';
}

.paragraphs-item-paragraph-quote .paragraph-quote__content-text:after {
    content: '\201D';
}

.paragraphs-item-paragraph-quote .paragraph-quote__content-speaker {
    -ms-align-self: flex-end;
    -webkit-align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    font-family: din-condensed-web, sans-serif;
    font-size: 1.125rem;
    margin: 1rem 0 0;
    text-align: right;
}

@media (min-width: 768px) {
    .paragraphs-item-paragraph-quote .paragraph-quote__content-speaker {
        font-size: 1.5rem;
        margin: 2rem 0 0;
    }
}

.paragraphs-item-paragraph-quote.classy-quote--light {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #b9e1f8;
}

.paragraphs-item-paragraph-quote.classy-quote--light .paragraph-quote__content-text {
    color: #0054AF;
}

.paragraphs-item-paragraph-quote.classy-quote--light .paragraph-quote__content-speaker {
    color: #002855;
}

.paragraphs-item-paragraph-quote.classy-quote--dark {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: #002855;
}

.paragraphs-item-paragraph-quote.classy-quote--dark .paragraph-quote__content-text {
    color: #b9e1f8;
}

.paragraphs-item-paragraph-quote.classy-quote--dark .paragraph-quote__content-speaker {
    color: #FFF;
}
