body {
	font-family: 'Quicksand', sans-serif;
	font-size:12px;
	color:#494949;
}
* {
	margin:0 auto;
}
.clearall {
	clear:both;
}
.wrapper {
	width:970px;
}
.mid_wrap {
	width:970px;
}
#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}
a {
	outline:none;
	border:0px;
	color:#838383;
	text-decoration:none;
}
a:hover {
	outline:none;
	border:0px;
	color:#838383;
	text-decoration:none;
}
.site-heading {
	float:left;
}
.h1_color {
	color:#1f1f1f;
}
.content_head {
	font-weight:700;
}
ul {
	padding-left:15px;
}
.content_ul {
	line-height:30px;
}
.footer {
	width:100%;
	background-color:#000;
	height:80px;
}
.caption-style-2 {
	list-style-type:none;
	margin-bottom:25px;
}
.caption-style-2 .staff_member {
	float:left;
	padding:0px;
	position:relative;
	overflow:hidden;
}
.caption-style-2 .staff_member:hover .caption {
	opacity:1;
	transform:translateY(-100px);
	-webkit-transform:translateY(-100px);
	-moz-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);

}
.caption-style-2 img {
	margin:0px;
	padding:0px;
	float:left;
	z-index:4;
	width:100%;
}
.caption-style-2 .caption {
	cursor:pointer;
	position:absolute;
	opacity:0;
	top:100px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;

}
.caption-style-2 .blur {
	background-color:rgba(37,49,137,0.7);
	height:310px;
	width:250px;
	z-index:5;
	position:absolute;
}
.caption-style-2 .caption-text h3 {
	font-size:18px;
}
.caption-style-2 .caption-text {
	z-index:10;
	color:#fff;
	position:absolute;
	width:250px;
	height:309px;
	text-align:center;
	top:115px;
}
@media (max-width:1200px) {
.caption-style-2 .blur {
	background-color:rgba(37,49,137,0.7);
	height:247px;
	width:200px;
	z-index:5;
	position:absolute;
}
.caption-style-2 .caption-text {
	z-index:10;
	color:#fff;
	position:absolute;
	width:200px;
	height:247px;
	text-align:center;
	top:80px;
}
}
@media (max-width:992px) {
.caption-style-2 {
	float:left;
	width:25%;
}
.caption-style-2 .blur {
	background-color:rgba(37,49,137,0.7);
	height:179px;
    width:145px;
	z-index:5;
	position:absolute;
}
.caption-style-2 .caption-text {
	z-index:10;
	color:#fff;
	position:absolute;
	height:179px;
    width:145px;
	text-align:center;
	top:58px;
	font-size:12px;
}
.caption-text h3 {
	font-size:14px !important;
}
}
@media (max-width:750px) {
.caption-style-2 .caption-text h1 {
	text-transform: uppercase;
	font-size: 12px !important;
	display:none;
}
.caption-style-2 .blur{
	background-color: rgba(237,57,60,0.7);
	height:300px;
	width:138px;
	z-index:5;
	position:absolute;
	display:none;
}
.caption-style-2 .caption-text {
	z-index:10;
	color:#fff;
	position:absolute;
	width:138px;
	height:300px;
	text-align:center;
	top:70px;
	font-size:12px !important;
	display:none;
}
}