.aotf-quote {
	position: relative;

	margin-top: 48px;
	margin-bottom: 32px;

	padding: 16px;
	padding-top: 32px;

	background-color: #eee;

	font-size: 16px;
	line-height: 24px;
}

.aotf-quote__header {
	position: absolute;

	top: -24px;
	right: 0;
	left: 0;

	font-size: 24px;
	text-align: center;

	vertical-align: middle;
}

.aotf-quote::before {
	content:'\201C';

	position: absolute;

	top: 12px;
	left: 16px;

	font-family: 'CheltenhamStd-Light',  'Times', 'Times New Roman', serif;
	font-size: 84px;
}

.aotf-quote::after {
	content:'\201D';

	position: absolute;

	top: 12px;
	right: 16px;

	font-family: 'CheltenhamStd-Light',  'Times', 'Times New Roman', serif;
	font-size: 84px;
}

.aotf-quote__icon {
	display: inline-block !important;

	width: 48px !important;
	height: 48px !important;

	margin-bottom: 0 !important;

    vertical-align: middle;
}

.aotf-quote__text {
	font-family: 'CheltenhamStd-Light',  'Times', 'Times New Roman', serif;

}

.aotf-quote__text--normal {
	font-size: 20px;
	line-height: 24px;
}

.aotf-quote__text--large {
	font-size: 28px;
	line-height: 32px;
}

.aotf-quote__text p {
	margin: 0 0 8px 0 !important;
}

.aotf-quote__link {
	text-decoration: none;
}
