/* This Stylesheet for Sustainability Page */
.sustainability-header{
	background: #ffffff url('../img/sustainability/sustainability-header.jpg') no-repeat center;
	height: 480px;
}
.sustainability-surfers h2{margin-bottom: 40px;}
.sustainability-surfers p{font-size: 18px;}
.non-profit-cards .card .card-title{
	font-size: 16px;
}
/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
	.sustainability-header{height: 350px;}
	.sustainability-header{
		height: 300px;
		width: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
	.non-profit-cards .card{
		margin-bottom: 25px;
	}
	.sustainability-cards .h-100,.non-profit-cards .h-100{height: auto !important;}
} 