.people-card-wrap {
	display: flex;
	cursor: pointer;
	margin-bottom: 1em;
}
.people-card-wrap .profile-pic {
    width: 100px;
    margin-right: 10px;
}
.people-entries .modal__bio-image{
	width: 30%;
}
.people-entries .modal__bio-image .profile-pic {
	width: 100%;
}
.profile-pic {
	position: relative;
	padding-top: calc(1 * 100% );
	overflow: hidden;
}
.profile-pic img {
	filter: saturate(0);
	object-fit: cover;
	height: 100%!important;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0;
}
@media all and (max-width:767px){
	.people-entries .modal__bio-image {
		width: 100%;
	}

	.people-entries .modal__bio-image .profile-pic-wrap {
		width: 160px;
		height: 160px;
		flex-grow: 1;
	}
	.people-entries .modal__bio-image-meta {
		width: 100%;
	}

}


.news-entries .article-thumb {
	width: 100%;
	position: relative;
	padding-top: calc(9 / 16 * 100% );
	overflow: hidden;
}

.news-entries .article-thumb img {
	object-fit: cover;
	height: 100%!important;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0;
}
.news-entries .card-body h2 {
	font-size: 1.2em;
}
@media all and (max-width:767px){
	.news-entries .card {
		display: block;
	}
	.news-entries .article-thumb {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
}


.modal__bio-image {
	width: 100%;
}
.modal__bio-image img {
	width: 100%;
	max-width: 140px;
	height: auto;
}

@media all and (min-width:768px){
	.modal__bio-image > img {
		width: 25%;
	}
	.modal__bio-image > .modal__bio-image-meta {
		width: 75%;
	}
}
@media all and (min-width:992px){
	.modal__bio-image {
		width: 20%;
	}
	.modal__bio-image > img {
		width: 100%;
	}
}
.page-content .search-result h2 {
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 0em;
}
.search-result h2 > a {
	color: #008DC5;
	text-decoration: none;
}
.search-result .excerpt-description {
	font-size: .9em;
	color: #008DC599;
}
.search-result .excerpt-description p {
	font-size: 1em;
}

