@charset "UTF-8";
/* Add Custom CSS Here
 * This is the last CSS File to load.
 * CSS here will take precedence.
 * */

blockquote {
	display:block;
	border-left: none;
	padding: 1em 1em 1em 2em;
	margin: 0 0 20px;
	position: relative;
}
blockquote:before {
	font-family: fontawesome;
	content: "\F10D";
	display: block;
	float: left;
	margin: -0.75em 0 0 -1.75em;
	font-size: 1.5em;
	color: #8c1d40;
}
blockquote p {
	margin: 1em 0;
	max-width: initial;
}
blockquote footer {
	font-size: 100%;
	font-weight: bold;
	color: #8c1d40;
}