@charset "utf-8";
/* CSS Document */

.boxVision {
	background:
		linear-gradient(to bottom right, 
		rgba(0,153,51,0.9), 
		rgba(0,153,51,0.9)), 
		url(../images/banners/tileBG.jpg);
	color:#fff;
	padding:20px;
	border-radius:10px;
	min-height:170px;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	width:100%;
	margin:10px;
}

.boxMission {
	background:
		linear-gradient(to bottom right, 
		rgba(0,153,51,0.9), 
		rgba(0,153,51,0.9)), 
		url(../images/banners/tileBG.jpg);
	color:#fff;
	padding:20px;
	border-radius:10px;
	min-height:170px;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	width:100%;
	margin:10px;
}

.pLaxOrngGrnColl { 
	background: 
		linear-gradient(to bottom right, 
		rgba(255,128,0,0.9), 
		rgba(0,153,51,0.7)),
		url(../images/banners/tileBG.jpg);
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color:#fff;
}

.pLaxWhtGry { 
	background: 
		linear-gradient(to bottom right, 
		rgba(255,255,255,0.8), 
		rgba(230,230,230,0.8)), 
		url(../images/banners/education.jpg);
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color:#696969;
}

.pLaxGreen { 
	background: 
		linear-gradient(to bottom right, 
		rgba(0,153,51,0.9), 
		rgba(0,153,51,0.9)), 
		url(../images/banners/windOne.jpg);
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color:#fff;
}

.pLaxTestimonials { 
	background: 
		linear-gradient(to bottom right, 
		rgba(0,153,51,0.9), 
		rgba(0,153,51,0.9)), 
		url(../images/banners/childrenTwo.jpg);
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color:#fff;
}

.pLaxCoreValues { 
	background: 
		linear-gradient(to bottom right, 
		rgba(255,128,0,0.9), 
		rgba(0,153,51,0.7)),
		url(../images/banners/tree.jpg);
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color:#fff;
}

.pLaxGrey { 
	background: 
		linear-gradient(to bottom right, 
		rgba(255,255,255,1), 
		rgba(230,230,230,1)), 
		url(../images/banners/windOne.jpg);
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color:#303030;
}

.pLaxAffiliates { 
	background: rgba(235,235,235,1);
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	color:#787878;
}

