.team-wrapper {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:95%;
	margin:0px auto;
}
.team-item {
	position:relative;
	width:30%;
	margin-top: 0 !important;
	margin-bottom:4vw;
	display: flex;
    flex-direction: column;
    border-bottom: 1px solid #002F5A;
    padding-bottom: 5px;
}
.team-item.placeholder {
	border:0;
	padding:0;
}
.team-item .handle {
    padding-top: 5px;
    border-top: 1px solid #002F5A;
    margin-top: 15px;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.team-item .handle::after {
	content:'+';
	padding-right:10px;
	display:block;
	font-size:178%;
	color:#002F5A;
	font-weight:bold;
}
.team-item.expanded .handle::after {
	content:'-';
}
.team-item .item-name {
	font-weight:bold;
	font-size:1.27rem;
	color:#002F5A;
}

.team-item .item-title {
	font-size:1rem;
	font-weight:600;
	line-height:1;
	color:#4A88C1;
}
.team .buttonContainer {
	position:absolute;
	top:0;
	right:0;
	z-index:200;
}
.team .buttonContainer .button {
	margin-right:10px;
}
.teamDetail h4 {
	color:inherit;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:.25vw;
}
.teamDetail .button {
	margin-top:50px;
	color:#1B4D78;
}
.teamDetail .button:hover {
	color:#fff;
}
.teamDetail .description {
	padding-top:20px;
}
.teamDetail {
	padding:5vw 0;
}
.teamDetail > div {
	display:inline-block;
	vertical-align:top;
}
.team-item .details {
	display:none;
}
.team-item .details .wrapper {
}
.team-item .read-more {
	color:#4A88C1;
	font-weight:bold;
	font-size:.81rem;
	text-decoration:none;
}
.team-item .details .blurb {
	font-size:.81rem;
	line-height:1.22;
	padding-top:15px;
}
.team-item.active .details,
.team-item.hover .details {
	display:block;
}
.team-item.active .details .button,
.team-item.hover .details .button {
	background-color:#5085AC;
	color:#fff;
}
.team-item.active .details .blurb,
.team-item.hover .details .blurb {
	display:block;
	font-size:1.875vw;
	line-height:1.56;
	margin-top:30px;
	margin-bottom:20px;
}
.team-item.active .details::after,
.team-item.hover .details::after {
	content:'';
	display:block;
	position:absolute;
	z-index:20;
	top:0;bottom:0;left:0;right:0;
	background:#545454;
	mix-blend-mode: multiply;
	pointer-events:none;
}
.team .details h3 {
	margin-bottom:4px;
	color:inherit;
	font-size:7vw;
	font-weight:bold;
}
.team .details h5 {
	color:inherit;
	font-size:15px;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight:bold;
}

.team-item .details .button {
	margin-top:10%;
	text-transform:uppercase;
	font-size: 1.8vw;
	letter-spacing: .15vw;
	font-weight: 600;
	background:#E5E8EF;
	border:0;
	padding:15px 30px;
}
.team .photo {
	margin:0px auto;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}
.team .photo:before {
	content:"";
	display:block;
	padding-top:100%;
}
.team:hover .photo.default {
	display:none;
}
.team:hover .photo.hover {
	display:block !important;
}
/* Tablets only */
@media (min-width : 768px) and (max-width : 1024px) {
}
@media (max-width : 767px) {  
	.team {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.teamDetail .photo, .teamDetail .details {
		display:block;
		max-width:none;
		width:auto;
	}
	.teamDetail h4 {
		margin-top:0px;
	}
	.team-item {
		margin-bottom:10vw;
	}
	.team-item .details .button {
		font-size:4vw;
		padding: 5px 20px;
	}
	.team-item.active .details .blurb, .team-item.hover .details .blurb {
		font-size:4vw;
		margin-top:20px;
		margin-bottom:10px;
	}
}
@media (min-width:768px) {
	.team .details h3 {
		font-size:3vw;
	}
	.team .details h5 {
		font-size: 1.5vw;
		letter-spacing: .3vw;
	}
	.teamDetail .photo {
		float:right;
		width:40%;
		margin-left:20px;
		margin-bottom:20px;
	}
}