.blockquote-element {
	position: relative;
	display: block;
	text-align: center;
}
blockquote.quote p,
p.attribution {
    color: #484848;
    font-family: Georgia,Times,Times New Roman,serif; 
    font-size: 18px;
    line-height: 25px;
}
blockquote.quote p:before {
    content: "\201C";
    left: -40px;
}
blockquote.quote p:after {
    content: "\201D";
    right: -40px;
}
blockquote.quote p:before,
blockquote.quote p:after {
    color: #f58025;
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    top: 15px;
}
blockquote.quote {
	display: inline-block;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}
blockquote.quote p {
    display: inline-block;
    text-align: left;
}
p.attribution {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
}
p.attribution span {
	vertical-align: middle;
}
p.attribution a:before,
p.attribution .no-link:before {
    content: "\2014 ";
}
.active-voice {
    font-style: italic;
}