#donation-inline.donation-promo {
	margin-top: 0;
}

.impact-report-stats {
	margin: 0 auto;
	max-width: 1200px;
}

.impact-report-stats li {
	display: inline-block;
	margin: 0 50px 50px 0;
	text-align: center;
	vertical-align: top;
	width: calc(25% - 41px);
}

.impact-report-stats li:nth-child(4n) {
	margin: 0 0 50px;
}

.impact-report-stats li h4 {
	color: #486678;
	font-family: "Futura BT", Helvetica, Arial, sans-serif;
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 2.75rem;
	margin: 7px 0;
}

.impact-report-stats li p {
	color: #212426;
	font-family: "Futura BT", Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5rem;
	-webkit-font-smoothing: antialiased;
}

.impact-report-stats li svg {
	height: auto;
	fill: #486678;
	max-width: 225px;
	width: 100%;
}

.wysiwyg h2.impact-report-header {
	color: #ac9167;
	font-family: "Futura BT", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 1.15;
	margin: 75px auto 15px;
	text-transform: uppercase;
}

.wysiwyg .impact-report-quote {
	font-size: 1.625rem;
	line-height: 2.5rem;
	-webkit-font-smoothing: antialiased;
}

.wysiwyg .impact-report-quote-author {
	display: block;
	font-family: "Futura BT", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.125rem;
	margin: 0;
	padding: 0;
}

@media all and (max-width: 1147px) {
	.impact-report-stats {
		margin: 0 16px;
	}
	.impact-report-stats li {
		margin: 0 25px 50px 0;
		width: calc(50% - 17px);
	}
	.impact-report-stats li:nth-child(2n) {
		margin: 0 0 50px;
	}
	.impact-report-stats li:nth-child(4n) {
		margin: 0 0 50px;
	}
}

@media all and (max-width: 767px) {
	.impact-report-stats li h4 {
		font-size: 2.35rem;
		line-height: 2.35rem;
	}
	.impact-report-stats li p {
		font-size: 1rem;
	}
	
	.menu__nav.fill-sandpaper {
		top: 103px;
	}
	
	.wysiwyg h2.impact-report-header {
		margin: 35px auto 15px;
	}
	.wysiwyg .impact-report-quote {
		font-size: 1.325rem;
		line-height: 2.125rem;
	}
}

@media all and (max-width: 360px) {
	.impact-report-stats li h4 {
		font-size: 1.65rem;
		line-height: 1.65rem;
	}
}


