@import url('https://fonts.googleapis.com/css?family=Open+Sans:600,700&display=swap');

.staffHeading {
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	margin: 0 0 60px;
}

.staffHeading span {
	display: inline-block;
	position: relative;
}

.staffHeading span:before {
	content: "";
	position: absolute;
	bottom: 16px;
	left: -2016px;
	width: 2000px;
	height: 9px;
	background: #f1f1f1;
}

.staffHeading span:after {
	content: "";
	position: absolute;
	bottom: 16px;
	right: -2016px;
	width: 2000px;
	height: 9px;
	background: #f1f1f1;
}

.staffHeading.centered {
	text-align: center;
}

.staffList {
	margin: 0 -16px;
	padding: 0;
}

.staffList li {
	margin: 0 0 46px;
	padding: 0 16px 0;
	list-style: none;
	line-height: 1.2;
	overflow: hidden;
}

.staffList li .wrap {
	padding-bottom: 23px;
	border-bottom: 6px solid #f1f1f1;	
	overflow: hidden;
}

.staffList li .title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	background: #f1f1f1;
	padding: 23px 20px;
}

.staffList li .title span {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.staffList li .image {
	float: left;
	width: 168px;
}

.staffList li .text {
	margin-left: 203px;
}

.staffList li .text p:last-child {
	margin-bottom: 0;
}

.staffList.twoCols li {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 50%;
}

.staffListv1 {
	margin: 0 -16px;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

.staffListv1 li {
	margin: 0;
	padding: 0 16px;
	list-style: none;
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.staffListv1.threeCols li {
	width: 33.33333333333333%;
}

.staffListv1.fourCols li {
	width: 25%;
}

.staffListv1.fiveCols li {
	width: 20%;
}

.staffListv1.sixCols li {
	width: 16.666666666666%;
}
 
.staffListv1 li .wrap {
	position: relative;
}

.staffListv1 li .wrap img {
	display: block;
	width: 100%;
}

.staffListv1 li .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4% 6.829650802483969%;
	background: rgba(0,0,0,0.8);
	font-size: 18px;
	color: #fff;
}

.staffListv1 li .overlay p:last-child {
	margin: 0;
}

.staffListv1 li .overlay .title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.6;
}

.staffListv1 li .overlay .title span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.staffListv2 {
	margin: 0 -16px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 	-ms-flex-wrap: wrap;
 	    flex-wrap: wrap;
	font-size: 0;
}

.staffListv2 li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 32px 0;
	padding: 0 16px;
	list-style: none;
	font-size: 16px;
}

.staffListv2 li .wrap {
	min-height: 100%;
	background: #f5f5f5;
}

.staffListv2 li .text {
	padding: 13px 19px 22px;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2c0615;
	text-align: justify;
}

.staffListv2 li .text .title {
	color: #348ce2;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.6;
	margin: 0 0 14px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}

.staffListv2 li .text .title span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.staffListv2 li .text p:last-child {
	margin-bottom: 0;
}

.staffListv2.threeCols li {
	width: 33.33333333333333%;
}

.staffListv2.fourCols li {
	width: 25%;
}

.staffListv2.fiveCols li {
	width: 20%;
}

.staffListv2.sixCols li {
	width: 16.666666666666%;
}
.staffListv2 li img {
	display: block;
	width: 100%;
}

/* Responsiveness */

/* Medium Screens (Tablets - Landscape) */

@media only screen and (max-width : 1225px) {
	.staffList li .text {
		margin-left: 192px;
	}
	
	.staffListv1,
	.staffListv2 {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.staffListv1 li,
	.staffListv2 li	{
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

/* Small Screens  (Tablets - Portrait ) */

@media only screen and (max-width : 991px) {
	.staffList.twoCols li {
		display: block;
		margin-right: 0;
		width: auto;
	}
	
	.staffListv1.fourCols li {
		width: 33.33333333333333%;
	}
	
	.staffListv2 li {
		width: 33.33333333333333% !important;
	}
}

/* Extra Small Screens (Mobiles) */

@media only screen and (max-width : 767px) {
	.staffHeading {
		text-align: center;
		font-size: 32px;
		overflow: visible;
		margin-bottom: 30px;
	}
	
	.staffList {
		text-align: center;
	}
	
	.staffList li {
		margin-bottom: 30px;
	}
	
	.staffList li .image {
		float: none;
		margin-bottom: 20px;
	}
	
	.staffList li .text {
		margin-left: 0;
	}
	
	.staffListv1 li,
	.staffListv2 li	{
		width: 50% !important;
	}

}

@media only screen and (max-width : 500px) {
	.staffListv1 li,
	.staffListv2 li	{
		width: 100% !important;
		margin-right: 0;
		display: block;
	}	
	
	.staffListv2 li .text .title {
		text-align: center;
	}
	
	.staffListv2 li .text {
		text-align: center;
	}
}