/* Patient Stories */
.patient-story figure.story-edit, .patient-story figure.quote {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.patient-story p.quote {
	padding: 2em 2.22em;
	border-bottom-left-radius: var(--radial-border);
	border-bottom-right-radius: var(--radial-border);
	background-color: var(--off-color);
	margin-top: 0;
}

section.stories.featured {
	background-image: url('/images/banners/featured-area.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 5em 0;
}
/* End Patient Stories */
