.module.Staff {
}

.module.Staff .item {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	max-height: 435px;
	margin-bottom:40px;
	height: 70vh;
	transition: height .15s ease-out;
}


.module.Staff .item .bg1, .module.Staff .item .bg2 {
	height: 100%;
	width: 100%;
}

.module.Staff .item .bg2 {
	transition: background-color .3s ease-out;
}

.module.Staff .item .innerpadding {
	padding: 24px 30px;
}

.module.Staff .item h6 {
	font-size: 30px;
	margin-bottom: 21px;
}

.module.Staff .item h6, .module.Staff .item p {
	color: #fff;
	text-shadow: 0px 2px 0px rgba(0, 0, 4, 0.4);
}

.module.Staff .item p {
	transition: opacity .3s ease-out;
	margin-top: 0;
	line-height: 1.5;
}

.module.Staff span {
	font-size:inherit;
	display:block;clear:both;
	margin:0;padding:0;
}
.module.Staff .item a {
text-decoration:none;
color:inherit;
} 


@media screen and (min-width: 450px) {

	.module.Staff .item:hover .bg2 {
		background-color: rgba(12, 44, 132,.9);
	}

	.module.Staff .item p.more {
		opacity: 0;
	}

	.module.Staff .item:hover p.more {
		opacity: 1;
	}
}
.module.Staff .items.col2 .item {
		float: left;
		width: 50%;
	}

	.module.Staff .items.col3 .item {
		float: left;
		width: 33.33%;
	}