/*
 * Page: impact
 * WordPress Page ID: 297
 * Load this file ONLY on this specific page
 */

.wrapper.clearfix {
display:none;
}


.impact-section {
	background: #fff;
	border-radius: 16px;
	border:solid 1px #429bd7;
	max-width: 1000px;
	margin:-25px auto -10px auto;
	box-shadow: 0 10px 50px rgba(0,0,0,0.2);
	text-align: center;
}

.impact-header {
	background-color: #429bd7;
	color: white;
	font-weight: bold;
	padding: 16px;
	border-radius: 12px 12px 0 0;
	font-size: 20px;
	margin-bottom: 30px;
}

.impact-columns {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding-bottom:40px;
	display: flex;
}

.impact-img1 {
	width: 280px;
	height: auto;
	display: block;
	margin:0;
}

.impact-img2 {
	width: 240px;
	height: auto;
	display: block;
	margin:15px 0 0 0;
}

.impact-img3 {
	width: 185px;
	height: auto;
	display: block;
}

.impact-box1 p {
	font-weight:bold;
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin:0 0 30px 50px;
}

.impact-box2 p {
	font-weight:bold;
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin:5px 0 0 23px;
}

.impact-box3 p {
	font-weight:bold;
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin:0 0 30px 40px;
}

@media (max-width: 1024px) {
	.impact-columns {
		margin:10px
	}
}

@media (max-width: 533px) {
	.impact-columns {
		flex-wrap: wrap;
		margin:50px 80px;
	}
	.impact-box3 p {
		margin:40px;
	}
	.impact-img3, .impact-img1 {
		margin-top:-20px;
	}
}

.impact-six-additional  {
	height:555px;
}

.six-stat-card {
	display: inline-block;
	width: 525px;
	height:455px;
	background-color: #f2f6ff;
	border-radius: 16px!important;
	padding: 33px 65px;
	text-align: left;
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
}

.six-stat-arrow {
	position: absolute;
	top: -36px;
	right: 40px;
	width: 115px;
	height: auto;
}

.six-stat-value {
	font-size: 200px;
	font-weight:900;
	color: #10589b;
	margin-bottom: 12px;
	line-height: 1;
}

.six-stat-description {
	font-size: 40px;
	font-weight:600;
	color: #10589b;
	line-height: 1.4;
}

.six-stat-value .six-percent {
	font-size: 50%;
}

@media (max-width: 1281px) {
	.six-stat-card {
		width: 425px;
		height:355px;
	}
	.six-stat-arrow {
		position: absolute;
		width: 100px;
	}
	.six-stat-value {
		font-size: 150px;
	}
	.six-stat-description {
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	.six-stat-card {
		width: 325px;
		height:315px;
		padding: 39px 40px;
	}
	.six-stat-arrow {
		top: -26px;
		right: 30px;
		position: absolute;
		width: 80px;
	}
	.six-stat-value {
		font-size: 130px;
	}
	.six-stat-description {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.six-stat-card {
		width: 325px;
		height:255px;
		padding: 33px 65px;
		margin:20px 20px;
	}
	.six-stat-arrow {
		top: -35px;
		right: 40px;
		width: 85px;
		position: absolute;
	}
	.six-stat-value {
		font-size: 80px;
	}
	.six-stat-description {
		font-size: 22px;
	}
	.impact-six-additional {
		margin-bottom:160px;
	}
}


.impact-arrows-rbutton .info-box-secondary-buttons{
	margin-top:-20px;
}


.bubble-stat-box {
	display: inline-block;
	background-color: #fff6e7;
	border-radius: 12px;
	padding: 20px;
	width: 373px;
	height:155px;
	text-align: center;
	vertical-align: top;
}

.bubble-stat-top {
	position: relative;
	margin-bottom: 16px;
}

.bubble-stat-top img {
	transform: translate(-54%, -77%);
	position: absolute; 
	width: 160px;
	height: auto;
	z-index:-1;
}

.bubble-stat-number {
	transform: translate(-50%, -47%);
	position: absolute;
	top: -20px;
	font-size: 68px;
	font-weight: 900;
	color: #111;
	text-align:center;
}

.bubble-stat-content {
	font-size: 16px;
	color: #111;
	line-height: 1.5;
	margin-top:-15px;
}

.impactstublurb {
	display: block;
	max-width:800px;
	text-align:center;
	margin:0 auto;
	padding-bottom:60px
}

@media (max-width: 767px) {
	.bubble-stat-box {
		margin-top:60px;
	}
	.impactstublurb {
		display: block;
		padding-bottom:0;
	}
}

.bubble-stat-box.purple {
	background-color: #f2ecfd;
	border-radius: 12px;
	padding: 20px;
	width: 373px;
	height: 135px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}

.bubble-stat-box.purple .bubble-stat-top {
	position: relative;
	margin-bottom: 16px;
}

.bubble-stat-box.purple .bubble-stat-top img {
	transform: translate(-50%, -78%);
	position: absolute;
	width: 160px;
	height: auto;
	z-index: -1;
}

.bubble-stat-box.purple .bubble-stat-number {
	transform: translate(-50%, -47%);
	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 68px;
	font-weight: 900;
	color: #111;
	text-align: center;
}

.bubble-stat-box.purple .bubble-stat-content {
	font-size: 16px;
	color: #111;
	line-height: 1.5;
	margin-top: -15px;
}

.impactfamblurb {
	max-width: 630px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
	display: block;
}

@media (max-width: 767px) {
	.bubble-stat-box.purple {
		display: block;
		margin: 55px auto 0;
	}
	.impactfamblurb {
		padding-bottom:0;
	}
}

.bubble-stat-box.green {
	display: inline-block;
	background-color: #f0f6eb;
	border-radius: 12px;
	padding: 20px;
	width: 373px;
	height: 130px;
	text-align: center;
	vertical-align: top;
	margin-top:65px;
}

.bubble-stat-box.green .bubble-stat-top {
	position: relative;
	margin-bottom: 16px;
}

.bubble-stat-box.green .bubble-stat-top img {
	transform: translate(-50%, -77%);
	position: absolute;
	width: 160px;
	height: auto;
	z-index: -1;
}

.bubble-stat-box.green .bubble-stat-number {
	transform: translate(-50%, -47%);
	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 68px;
	font-weight: 900;
	color: #111;
	text-align: center;
}

.bubble-stat-box.green .bubble-stat-content {
	font-size: 16px;
	color: #111;
	line-height: 1.5;
	margin-top: -15px;
}

@media (max-width: 767px) {
	.bubble-stat-box.green {
		display: block;
		margin: 60px auto 0;
	}
}




.impact-arrows-rbutton {
	margin-top:-100px;
}

.sage-background {
	background:#e6f6fb;
}

.darkbluish-background {
	background:#00599a;
}

.triangle-margins {
	height:69px;
}

.button-group-horizontal {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	flex-wrap: nowrap;
	white-space:nowrap;
}

.impctbtn {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px!important;
	padding:7px 17px 5px 17px;
	border-radius: 999px;
	transition: all 0.3s ease;
	display: inline-block;
	text-align: center;
}

.impctbtn.filled {
	background-color: #429BD7;
	color: white;
	border: none;
}

.impctbtn.outline {
	background-color: transparent;
	color: #429BD7;
	border: 2px solid #429BD7;
}

.impctbtn:hover {
	opacity: 0.9;
}

@media (max-width: 1024px) {
	.impctbtn {
		margin:10px 0;
	}
}

