/* Our Team pages  */

.ntm-team-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px 20px;
	text-align: center;
}

.ntm-team-card {
	box-sizing: border-box;
	padding: 20px 10px;
	vertical-align: top;
	width: 250px;
}

.ntm-team-card__photo {
	border-radius: 50%;
	display: block;
	height: 170px;
	margin: 0 auto;
	overflow: hidden;
	width: 170px;
}

.ntm-team-card__photo img {
	border-radius: 0;
	box-shadow: none;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.ntm-team-card__name {
    border-bottom: 0;
    color: #23a8df;
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0 0;
    padding: 0;
}

.ntm-team-card__role {
    color: #666;
    font-size: 12px;
	line-height: normal;
    margin: 8px 0 0;
	min-height: 40px;
}
.ntm-team-card__excerpt {
	font-size: 14px;
	margin: 8px 0 0;
	text-align: left;
}

.ntm-team-card__more {
	font-weight: bold;
	white-space: nowrap;
}

.ntm-team-bio {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 20px;
	text-align: left;
}

.ntm-team-bio__photo {
	border-radius: 50%;
	flex: 0 0 180px;
	height: 180px;
	overflow: hidden;
	width: 180px;
}

.ntm-team-bio__photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.ntm-team-bio__content {
	flex: 1 1 280px;
}

.ntm-team-bio__role {
	color: #666;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 16px;
}

.ntm-team-bio__back {
	margin-top: 24px;
}
