﻿#teamlist {
	width: calc(100% + 40px);
	max-width: 1020px;
	margin: 15px auto 20px;
	display: table;
}

#teamlist .listitembox {
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 304px;
	width: calc(33% - 40px);
	margin: 0 18px 20px;
	border: 1px solid #eef3fa;
	background-color: #fff;
}

#teamlist .image {
	display: table;
	width: 100%;
	height: 250px;
}

#teamlist .image img {
	display: table;
	width: 100%;
	height: 100%;
}

#teamlist .listboxcontent {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 24px 50px 24px 22px;
	border: 1px solid #e8e9e8;
	border-top: 0;
	color: #2c2c34;
	min-height: 210px;
}

.teamtitle {
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	margin-bottom: 0;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: -.8px;
	color: #4B5D54;
	font-family: Playfair;
}

.teamposition {
	display: block;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	letter-spacing: normal;
	color: #2c2c34;
	min-height: 50px;
}

.teamemail, .teamphone {
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.44;
	text-decoration: underline;
	color: #2c2c34;
}

.teamemail a:hover, .teamphone a:hover {
	color: #4B5D54;
}

@media only screen and (max-width:1023px) {
	#teamlist .listitembox {
		width: calc(50% - 40px);
		margin-bottom: 30px;
		max-width: none;
	}

	#teamlist {
		width: calc(75% - 40px);
	}
}

@media only screen and (max-width:750px) {
	#teamlist .listitembox {
		width: 100%;
		max-width: 275px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.teampopup {
		height: 90%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

@media (max-width:768px) {
	.teamemail {
		word-break: break-word;
	}
}

@media(max-width: 550px) {
	#teamlist {
		width: 90%;
	}

	#teamlist .listitembox {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}
