div.cites blockquote{  
    quotes: "“" "”";
    margin: 10px;
    padding: 0.5em;
}

div.cites blockquote p {  
    position: relative;
    padding-left: 2em;
}
div.cites blockquote p::before {
    content: open-quote;
    font-size: 5em;
    line-height: 0.2em;
    position: absolute;
    left: 0;
    top: 0.3em;
    color: #1c75c9;
}

div.cites blockquote footer {
    font-style: italic;
    text-align: right;
    margin-top: 0.8em;
    font-size: 0.85em;
}
div.cites blockquote footer::before {
    content: "— ";
}