/* Donate/Donations Customization */
.donations-block-positive .gp_content {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 4px;
	color:#ffffff;
}
.gp_content6 .donations-block-negative .gp_content {
	background-color: #D6F4FE !important;
	color: #0F3866;
	/* border: 2px solid #0F3866; */
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gp_content6 .donations-block-negative .gp_content h4 {
	color: #0F3866 !important;
}
.donate-banner.gp_banner1 .gp_bgimg {
	background-position: center bottom;
}

.donate-feature .gp_content {
	height: 100%; 
	position: relative;
}

.donate-feature .gp_content p:last-child {
	text-align:center;
	padding-bottom: 0;
	position:absolute;
	bottom: 0;
	left: 0;
	width:100%;
}


