.bios {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-evenly;
}
.bio-card {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 8px 50px;
	padding: 10px;
	width: calc(25% - 16px);
	min-width: 250px;
}

@media screen and (min-width: 768px) {
	.bio-card {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.bio-card a,
.bio-card a:hover {
	text-decoration: none;
	color: #1a4758;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%) !important;
	width: 100%;
	padding: 10px;
}
.bio-card a:hover {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%) !important;
}
.bio-card__image {
	margin-bottom: 10px;
	-ms-flex-order: 1;
	order: 1;
	overflow: hidden;
	text-align: center;
}
.bio-card__image img {
	height: auto;
	max-width: 175px;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	width: 100%;
	transition: 0.2s;
	/*max-width: 200px !important;*/
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.bio-card__name {
	font-size: 1em;
	margin: 0;
	font-weight: 300;
	line-height: 1.8;
}
.bio-card__title {
	font-size: 12px;
	line-height: 1.14;
	font-weight: bold;
}

.bio-card__info {
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.bio-card__info {
		width: calc(100% - 36px);
	}
}
.bio-card__button {
	padding: 5px 10px;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #81a145;
	transition: 0.2s all;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: clamp(150px, 60%, 90%);
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 15px auto;
}
.bio-card a:hover .bio-card__button {
	background-color: #1a4758;
}

/* The Modal (background) */
.bio-card .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(245, 245, 245, 0.92);
}

/* Modal Content/Box */
.bio-card .modal-content {
	background-color: #fff;
	box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.2);
	margin: 15% auto;
	padding: 40px 20px;
	width: max(800px, 80%);
	position: relative;
}

/* The Close Button */
.bio-card .modal-content .close {
	position: absolute;
	top: -5px;
	right: -5px;
	font-family: serif;
	font-weight: bold;
	border: 0 none;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	background: #fff;
	color: #81a145;
}

.bio-card .close:hover,
.bio-card .close:focus {
	color: #1a4758;
	text-decoration: none;
	cursor: pointer;
}

.bio-card__info {
	width: 100%;
}
.bio-card a:hover img {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
	transform: scale(1.05);
}
.bio-card .modal-description .bio-card__image img {
	-webkit-filter: none;
	filter: none;
}
@media screen and (min-width: 768px) {
	.bio-card .modal-description {
		display: flex;
	}
}
.bio-card .modal-description .bio-card {
	min-width: 200px;
}
.bio-card .modal-description .bio-card__info {
	width: 100%;
}
.jobs {
	margin: auto 20px;
}
