.article-modal-badge:last-child .badge-caption {
	padding-right: 70px;
}

@media only screen and (max-width: 1068px) {
	.article-modal-badge:last-child .badge-caption {
		padding-right: 50px;
	}
}

.small-caps {
	font-variant-caps: all-small-caps;
}

/*start: has a plan*/
.section-hero .hero-plan .plan-copy {
	max-width: 28ch;
}

@media only screen and (max-width: 1068px) {
	.section-hero .hero-plan .plan-copy {
		max-width: 22ch;
	}
}
/*end: has a plan*/
