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

.patient-story figure, .system-card.quote picture, .related-posts figure picture, .stories.featured figure, .patient-stories .system-cards li figure {
	border-radius: 22px;
}

.patient-stories .system-cards li figure {
	z-index: 1;
}

.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;
}

.patient-stories .system-cards li .featured svg {
	font-size: 0.7rem;
}

.patient-stories .pages-cont input {
    border: 1px solid;
    width: 1.7em;
    height: 1.4rem;
    padding: 0;
    margin: 0 0.3em;
    text-align: center;
}
/* End Patient Stories */

/* 500px Responsive */
@media screen and (max-width:500px){

}
/* End 500px Responsive */