
.color-section {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.color-section blockquote {
    margin: 1.5em 0 1.5em;
    padding: 0 1em 0 2.5em;
    position:relative;
    border: none;
    color: #fff;
}
.color-section blockquote:before
 {
    color: #ccc;
    content: "\201C";
    font-size: 5em;
    position:absolute;
    left:5px;
    top: 0.3em;
    line-height: 0.1em;
}

.color-section blockquote:after
 {
    color: #ccc;
    /* content: "\201D"; */
    font-size: 5em;
    position:absolute;
    right:3px;
    bottom: 0em;
    line-height: 0.1em;
}


/* hightlight CTA */

.color-section .cta-text p {
    margin: 1rem 0 1rem 0;
    padding: 0 1em 0 2.5em;
    font-size:2rem;
    font-weight: bold;
    color: #fff;
    line-height:3rem;
}

.color-section .cta-text-image p {
    margin: 1rem 0 1rem 0;
    padding: 0 0 0 0em;
    font-size:2rem;
    font-weight: bold;
    color: #fff;
    line-height:3rem;
}


/*** SMALL only
--------------------------------------------- */
@media screen and (max-width: 39.9375em) {

    .color-section .cta-text p {
        padding: 0 1em;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .color-section .cta-text-image img
    {
        max-width:65%;
        margin-bottom: 1rem;
    }

    .color-section .cta-text-image p {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .fatFooterRow .footerLinkContainer a.footerLink {
        text-align: left;
        padding: 0;
    }

    .footerBlock
    {
        margin-bottom: 0;
    }

    .fatFooterRow .socialLinkContainer
    {
        margin-bottom: 1.8rem;
    }

}
