.team .division .members .item {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.19);
	padding-top: 20px;
}
.team .division .members .item:first-of-type {
	border-top: none;
}
.team .division .members .item .details {
	padding-right: 20px;
}
.team .division .members .item img {
	max-width: 100%;
	border-radius: 50%;
}
.team .division .members .item h1 {
	font-size: 24px;
}
.team .division .members .item h2 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.team .division .members .item p { text-align: center; }
.cUserContentPopup {
	width: 820px;
	height: 500px;
	overflow-y: auto;
}
.team .container.mapin > div {
	width: 100%;
}
.team .division .addresscard h4,
.team .division .addresscard h3 {
	margin: 0;
}
.team .division > h2,
.team .subdivisions .division > h2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 2px solid #00747d;
	padding-bottom: 10px;
}
@media all and (max-width: 1100px) {
	.team .division .members .item {
		width: 100%;
	}
}