*{
	padding : 0;
	margin : 0;
	border : 0;
}
.blended_grid{
	background-color : rgba(239,236,234, 1);
	display : block;
	width : 1000px;
	overflow : auto;
	margin : 0 auto 0 auto;
}
/*
.middleBanner{
	background-image: url("../img/bkg/background-main.png");
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}*/
.leftBanner{
	background-color : rgba(239,236,234, 1);
	text-align: center;
	float : left;
	clear : none;
	height : 160px;
	width : 230px;
	padding-left: 103px;
}
.centerBanner{
	background-color : rgba(239,236,234, 1);
	text-align: center;
	float : left;
	clear : none;
	height : 160px;
	width : 333px;
}
.rightBanner{
	background-color : rgba(239,236,234, 1);
	text-align: center;
	float : left;
	clear : none;
	height : 160px;
	width : 230px;
	padding-right: 103px;
}
.leftBanner-w{
	background-color : rgba(255,255,255, 1);
	text-align: center;
	float : left;
	clear : none;
	height : 200px;
	width : 333px;
}
.centerBanner-w{
	background-color : rgba(255,255,255, 1);
	text-align: center;
	float : left;
	clear : none;
	height : 200px;
	width : 333px;
}
.rightBanner-w{
	background-color : rgba(255,255,255, 1);
	text-align: center;
	float : left;
	clear : none;
	height : 200px;
	width : 333px;
}
.bottomBanner{
	background-color : rgba(105,201,202, 1);
	float : left;
	clear : none;
	height : 100px;
	width : 1000px;
}
.topSpacer{
	padding-bottom: 20px;
}
.betweeSpacer{
	
}
/* .sectionTitle { */
/* 	font-family: Roboto Condensed; */
/* 	font-weight: normal; */
/* 	text-align: center; */
/* 	color: rgb(35, 31, 32); */
/* 	font-size: 2.8em; */
/* } */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sectionTitle{
   		font-size: 2.6em;
    }
}


/* .sectionSub { */
/* 	font-family: Roboto Condensed; */
/* 	font-weight: normal; */
/* 	text-align: center; */
/* 	color: rgb(35, 31, 32); */
/* 	font-size: 15px; */
/* 	padding-bottom: 30px; */
/* } */

/* .sectionSubPadding{ */
	
/* 	padding-top: 0.75%; */
	
/* } */

/* .sectionText { */
/* 	font-family: Roboto Condensed; */
/* 	font-weight: normal; */
/* 	text-align: center;	 */
/* 	color: rgb(35, 31, 32); */
/* 	font-size: 13px; */
/* 	line-height: 1.5; */
/* } */
/* .sectionSubTitle { */
/* 	font-family: Roboto Condensed; */
/* 	font-weight: bold; */
/* 	text-align: center; */
/* 	color: rgb(35, 31, 32); */
/* 	font-size: 20px; */
/* 	padding-top: 10px; */
/* 	padding-bottom: 6px; */
/* } */
/* .sectionSubText { */
/* 	font-family: Roboto Condensed; */
/* 	font-weight: normal; */
/* 	text-align: center; */
/* 	color: rgb(21, 31, 32); */
/* 	font-size: 18px; */
/* } */


/* .blueButton { */
/* 	font-family: Roboto; */
/* 	font-color: rgb(255,45,129); */
/* 	font-size: 16px; */
/* 	border: 0px; */
/* 	padding: 5px 20px; */
/* 	border-radius: 25px; */
/* 	background-color: rgb(0, 153, 153); */
/* 	color: white; */
/* } */
.redLink {
	font-family: Roboto Condensed;
	font-weight: normal;
	font-size: 13px;
	color: rgb(241, 102, 103);
	text-decoration: underline;
}

.redLinkPadding{
	
	padding-top: 10px;
	
}

.white-bkg {
	background-color: rgb(255, 255, 255);
}

/* .getStartedButtonStyle{ */
	
/* 	text-align: center; */
/* 	padding-bottom: 5%; */
	
/* } */
