@media screen and (max-width: 720px) 	{
	
	#topBar { height:auto; }
	#topBar .logoSmall {
		background:url(images/logo.png) top center no-repeat;
		width:95%;
		height:178px;
		float:unset;
		margin: auto;
		display:block;
	}
	#selectBox { text-align:center; width:100%; }
	
	#selectBox, .logoSmall { display:block; }

	#menuBar, .logo, .homeTesti, #bannerPeople, #bannerWhySales, #bannerBlog, #bannerContact, #bannerGetInvolved, #bannerSpeaks, #bannerBrands, #bannerBusiness, #bannerEdu {
		display:none;
	}
	.homeBox01, .homeBox02, .homeBox03 {
		width:100%;
		height:auto;
	}
	#whoWeServe {
		width:100%;
		background:#999 none;
		height:auto;
		padding:20px 0;
	}
	#whoWeServe .edu, #whoWeServe .bus, #whoWeServe .pro {
		width:100%;
		margin:0 0 20px 0;
	}

	.leftColBB {
		float:left;
		display:block;
	}
	.joinNow {
		float:left;
	}
	.preFooterBox, .preFooterBoxS {
		width:100%;
		border:0px solid RED;
	}

	.footerLeft, .footerRight {
		width:100%;
		text-align:left;
	}

}