/* 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: 12px;
	border-bottom-right-radius: 12px;
	background-color: #F5F9FD;
	margin-top: 0;
	-webkit-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.25); 
	box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.25);
}

.patient-stories .system-cards li {
	padding-bottom: 1.4rem;
}

.patient-stories .system-cards li .title-style-5 {
	margin-bottom: 0.55rem;
}

.patient-stories .main .system-cards li p {
	margin-top: 0.5rem;
	margin-bottom: 0.95rem;
}

.featured.stories:not(.no-padding) {
	-webkit-box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.25); 
	box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.25);
	background-color: #F5F9FD;
	padding-top: 6.7rem;
	padding-bottom: 4.6rem;
}

.related-posts header {
	margin-bottom: 1.7rem;
}

.related-posts .title-style-3 {
	color: var(--secondary-color);
}

.related-posts .system-cards li {
	padding-bottom: 0.6rem;
}

.related-posts .system-cards li .title-style-5 {
	margin-bottom: 0.6rem;
}

.sys-75 .related-posts .system-cards li a .link-style-1 {
	margin-top: 1.9rem;
}

.featured.stories .system-cards li .title-style-5 {
	margin-bottom: 0.6rem;
}

.featured.stories .system-cards li .link-style-1 {
	margin-top: 0.75rem;
}

.sys-75:not(.no-padding) {
	padding-bottom: 6.25rem;
}
/* End Patient Stories */
