/* [iod_quote] blog pull quote */
.iod-quote {
	margin: 1.75em 0;
	padding: 16px;
	border-left: 4px solid #F26E22;
	background-color: #f6f6f6;
}

.iod-quote__text {
	font-style: italic;
	line-height: 1.6;
}

.iod-quote__text p {
	margin: 0 0 0.5em;
}

.iod-quote__text p:last-child {
	margin-bottom: 0;
}

/* Curly quotes around the quoted passage */
.iod-quote__text p:first-child::before {
	content: "\201C";
}

.iod-quote__text p:last-child::after {
	content: "\201D";
}

.iod-quote__cite {
	display: block;
	margin-top: 0.4em;
	font-style: normal;
}
