/* default border style is in main */
div.ccm-page .bd-callout-quote {

    background: url(img/quotes.png) 18px top no-repeat;
    background-size: 24px;
    border-right:none;
    border-bottom:none;
    border-top:none;
    padding-left:55px;
    margin-left:20px;
    margin-top:9px;
    position: relative;
    font-family: 'proxima-nova','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:1.5rem;
}

@media (max-width: 52em) {
    div.ccm-page .bd-callout-quote {
        margin-left:0;
        margin-right:0;
    }
}

div.ccm-page .bd-callout-quote .title {
    line-height: normal;
    font-weight: 500;
    font-style: normal;
    color:#000000;
    font-size:1rem;
    text-transform: uppercase;
}

div.ccm-page .bd-callout-quote .quote {
    top:-5px;
    position: relative;
}

div.ccm-page main .container .bd-callout-quote p {
    font-family: 'proxima-nova','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:1.5rem;
    line-height: normal;
}
