#searchForm input {
	width: 86%;
	float: left; 
	height: 35px; 
	background: #e8ebf3;
    border: none;
    color: #333; 
    border-radius: 0; 
}

#stage {
	max-width: 1400px; 
}

#stage > figure img {
	width: 1264px; 
	left: 4.5%; 
}

.stageSlider .owl-controls {
	z-index: 2; 
}

@media only screen
and (min-width: 50.0625em) {
	.stageSlider .slideText {
		background: rgb(32, 55, 134 );
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	.stageSlider .slideText p.slideHeader {
    	font-size: 28px !important;
	}
}

@media only screen
and (min-width: 62em) {
	.grayBar {
		left: 4.5% !important;
		width: 79.7em !important;
	}
}

.socialMedia a img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.socialMedia a:focus img, 
.socialMedia a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}