.ws-people-list {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:flex;
	align-items: stretch;
}

.ws-people-list:after {
	content:"";
	display:block;
	clear:both;
}

.ws-people-list > li {
	margin:0px;
	padding:0px;
	width:calc( 33% - 30px );
	margin:15px;
	background-color:#f8f8f8;
	border:1px solid #e0e0e0;
	transition: box-shadow .2s ease-out; /* Animation */
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0);
}

.ws-people-list > li:hover {
	box-shadow: 1px 1px 17px 1px rgba(0,0,0,0.15);
}

.ws-people-list > li:nth-child( 3n+1 ) {
	clear:both;
}

.ws-people-content {
	padding:0px 0px 15px 0px;
	text-align:left;
}

.ws-people-content .people-image {
	margin-bottom:0px;
	text-align:center;
	overflow:hidden;
}
.ws-people-content .people-image img {
	height: 400px;
    object-fit: cover;
	object-position: top;
    min-width: 150px;
    width: 100% !important;
    margin: 0px auto;
	transition: transform .2s ease-out; /* Animation */
}

.page-with-side-menu .ws-people-content .people-image img {
	height:275px;
}

.ws-people-content .content-texts {
	padding-top:15px;
	text-decoration:none !important;
}

.ws-people-content .content-texts a,
.ws-people-content .content-texts a:hover {
	text-decoration:none !important;
}

.ws-people-content .content-name,
.ws-people-content .content-title,
.ws-people-content .content-designation,
.ws-people-content .content-department,
.ws-people-content .content-email,
.ws-people-content .content-website {
	margin-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}

.ws-people-content .content-name h3 {
	color: #003d7c;
    font-weight: 600;
    font-size: 21px;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0px;
}

.ws-people-content:hover .content-name h3 {
	color:#ef7c00;
}

.ws-people-content .content-title h5,
.ws-people-content .content-designation h5,
.ws-people-content .content-department h5,
.ws-people-content .content-email h5,
.ws-people-content .content-website a {
	color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
	margin-bottom:0px;
}

.ws-people-content .content-title {
	margin-bottom:2px;
}

.ws-people-content .content-title h5 {
	font-size:18px;
	font-weight:700;
}
.ws-people-content .content-designation h5 {
	font-size:18px;
}

.ws-people-content .content-designation {
	margin-bottom:2px;
}

.ws-people-content .content-department h5 {
	font-size:18px;
}

.ws-people-content .content-department {
	margin-bottom:2px;
}

.ws-people-content .content-email {
	margin-top:10px;
	margin-bottom:2px;
}

.ws-people-content .content-website {
	margin-top:0px;
}

.ws-people-content .content-website .dashicons.dashicons-admin-site {
	position:relative;
	top:5px;
	left:2px;
}

@media only screen and (max-width: 768px) {
	.ws-people-list {
		display: block;
	}

	.ws-people-list > li {
		width: 100%;
		margin:15px 0px;
	}

	.ws-people-content .people-image img {
		height: auto !important;
	}

	.ws-people-content .content-name,
	.ws-people-content .content-title,
	.ws-people-content .content-designation,
	.ws-people-content .content-department {
		margin-bottom:8px;
	}

	.ws-people-content .content-name h3 {
		font-size: 15px;
	}

	.ws-people-content .content-title h5,
	.ws-people-content .content-designation h5,
	.ws-people-content .content-department h5 {
		font-size: 12px;
	}
}

.ws-listing-pagination {
	margin:80px 10px 10px;
	text-align:center;
}

.ws-listing-pagination .pagination {
	text-decoration:none !important;
	display:inline-block;
	padding:4px 10px;
	line-height:1em;
	font-size:14px;
	font-weight:700;
	color:#003d7c;
	border:1px solid #003d7c;
	background-color:transparent;
	margin:0px 5px 5px;
}

.ws-listing-pagination .pagination i.dashicons {
	font-style:normal !important;
	width:auto;
	height:auto;
	font-size:14px;
}

.ws-listing-pagination a.pagination:hover,
.ws-listing-pagination .pagination.current-paging {
	color:#fff;
	background-color:#003d7c;
}