
/* C17 Stat Counter */
#c17 .stat-counter .fb {
	justify-content: space-around;
	align-items: flex-end;
	flex-wrap: wrap;
}

#c17 .stat-counter h3 {
	font-family: 'Neue Helvetica Condensed';
}

#c17 .stat-counter .stat {
	flex-basis: 33.33%;
	margin-bottom: 15px;
}

#c17 .stat-counter.v2 .stat {
	flex-basis: 25%;
	margin-bottom: 15px;
}

#c17 .stat-counter .fb h3 {
	font-family: 'Sorts Mill Goudy';
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	text-transform: initial;
	color: var(--color-evergreen);
}

#c17 .stat_number {
	display: flex;
	justify-content: center;
	align-items: center;
}

#c17 .stat_number span {
	font-size: 4em;
	font-family: helvetica neue;
	font-weight: 100;
	border-bottom: solid 3px var(--color-lime);
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;
}

#c17 .v2 .stat_number span {
	font-size: 3em;
}

#c17 .stat_number small {
	font-size: 2em;
	font-family: helvetica neue;
	font-weight: 100;
	padding: 0 3px;
	margin-bottom: -10px;
}

#c17 .v2 .stat_number small {
	margin-bottom: 0;
}

#c17 .stat-counter .small_print {
	text-align: center;
	font-size: 0.8em;
	max-width: 175px;
	margin: 0 auto;
	min-height: 30px;
}

@media (max-width: 900px) {
	#c17 .stat-counter .fb {
		flex-direction: column;
		align-items: center;
	}

	#c17 .stat-counter .stat {
		margin: 30px auto;
	}

	#c17 .stat-counter .small_print {
		height: auto;
	}
}

@media (max-width: 400px) {
	#c17 .stat_number span {
		font-size: 2.8em;
	}

	#c17 .stat_number small {
		margin-bottom: 0px;
	}
}

/* End C17 Stat Counter */
