h3.main-heading {
	margin: 30px 0 20px;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: none;
	color: #1a1b1e;
}
p.lead {
	font-size: 22px;
    line-height: 36px;
	color: #1a1b1e;
	margin-bottom: 20px;
}
.subhead-row img.circle {
	border-radius: 50%;
	width:370px;
	height:370px;
	object-fit:cover;
	display: block;
	margin: 20px auto 0;
}
.content-col { min-height: 370px; }
.bg--light-blue { background: #f0f6ff; }
.subhead-row ol { list-style: none; counter-reset: my-counter; }
.subhead-row ol li { counter-increment: my-counter; margin-bottom: 15px }
.subhead-row ol li::before {
	content: counter(my-counter) ") ";
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
}
.slider.slider--inline-arrows .flickity-prev-next-button.previous:before { content: '\f053'; }
.slider.slider--inline-arrows .flickity-prev-next-button:before { content: '\f054'; }
.testimonials span.h3 { font-size: 1.6em; font-style: italic }
.testimonials span.h3, .testimonials h5, .testimonials .col-sm-12 span { text-align: center; display: block }
.slide .justify-content-center .col-sm-11 { margin: 0 auto; float: none !important; text-align: center }