.box {
	width: 156px;
	height: 156px;
	border: 12px solid white;
	float: left;
	margin: 6px;
	margin-bottom: 12px;	
	position: relative;
}

.box .contact-us-square:after {
	width: 50px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: -180px;
}

.homeBoxes {

}


.homeBoxes div.box  a,
.homeBoxes div.box img {
	display: block;
	position: relative;
}
.homeBoxes div.box a {
	overflow: hidden;
}
.homeBoxes div.box a div {
	position: absolute;
	background: #87c33e;
	background: rgba(135,195,62,0.7);
	width: 100%;
	height: 100%;
}
.homeBoxes div.box a div span {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
}

.about-scrubs-camp {
	width: 464px;
	float: left;
	position: relative;
	min-height: 200px;
}

.scrubs_video {
	float: right;
	margin-left: 20px;
}

.whygo_video {
	width: 400px;
	margin: auto;
}

.whygo_video h2 {
	text-align: center;
	padding-top: 0;
}