#people-tab {
	text-align: center;
}

#people-tab p {
	color: #55267B;
	margin: 0;
	padding: 0;
	margin: 0;
}

#people-tab .team-member {
	width: 250px;
	margin: 30px 15px;
	display: inline-block;
}

#people-tab .team-member img {
	padding: 0 0 20px 0;
	cursor: pointer;
}

#people-tab .team-member img:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all.3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

#people-tab .team-member3 img {
	opacity: 1;
}

#people-tab .team-member3 img:hover {
	opacity: 1;
}

.smallerx {
	font-size: 11px !important;
}

#people-tab .team-member .member-name {
	color: #55267B;
	font-size: 14px;
	display: block;
	letter-spacing: 1px;
}

#people-tab .team-member .member-name span {
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0 10px;
}

#people-tab .team-member .member-links {
	display: block;
	float: right;
	margin-top: -28px;
}

#people-tab .team-member .member-links .toggle-link2 {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all.3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px !important;
	height: 50px;
	float: left;
	cursor: pointer;
	margin-top: -20px;
	position: relative;
	z-index: 10;
	background: rgba(255,255,255,0.1) !important;
}

#people-tab .team-member .member-links .toggle-link {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all.3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 24px;
	height: 17px;
	float: left;
	cursor: pointer;
}

#people-tab .team-member .link-bio {
	background-size: 200px 50px;
	overflow: visible;
}

#people-tab .team-member .link-bio:hover, #people-tab .team-member .link-bio.active
	{
	background-size: 200px 50px;
}

#people-tab .team-member .link-mail {
	background: url('../img/icons/icon-mail.png') no-repeat center center;
	background-size: 23px 23px;
	margin: 0 0 0 7px;
}

#people-tab .team-member .link-mail:hover, #people-tab .team-member .link-mail.active
	{
	background: url('../img/icons/icon-mail-active.png') no-repeat center
		center;
	background-size: 23px 23px;
}

#people-tab .team-member .content-section {
	position: relative;
	float: left;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
}

#people-tab .content-mail {
	text-align: center !important;
}

#people-tab .content-mail a {
	margin: 50px 0;
	color: #55267B;
	letter-spacing: 1px;
	font-weight: bold;
	letter-spacing: 1px;
}

#people-tab .content-mail a:hover {
	opacity: 0.6;
}

#people-tab .team-member .close-content1 {
	display: block;
	float: left;
	height: 20px;
	width: 100%;
	padding: 0px 0 0 0;
	border-bottom: solid 1px #999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#people-tab .team-member .close-content {
	display: block;
	float: left;
	height: 1px;
	width: 100%;
	padding: 0px 0 0 0;
	border-bottom: solid 1px #999;
	margin-top: -1px;
}

#people-tab .team-member .close-content.active {
	/* the purple */
	/* rgba(108, 55, 141, 1); rgba(85, 38, 123, 1); */
	border-bottom: solid 1px #55267B;
}

#people-tab .close-content span {
	display: none;
	width: 11px;
	height: 11px;
	margin: 0 0 0 0;
	float: right;
	background: url('../img/icons/icon-x.png') no-repeat center center;
	background-size: 11px 11px;
	cursor: pointer;
}

#people-tab .content-bio .content-spacing {
	display: block;
	width: 100%;
	height: 30px;
}

#people-tab .content-mail .content-spacing {
	display: block;
	width: 100%;
	height: 20px;
}

.team-member{
	margin-bottom: 30px;
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.member-name{
	text-align: left;
}

.content-bio{
	text-align: left;
}

@media ( max-width : 480px) {
	#people-tab .team-member {
		margin: 30px 0;
		width: 100%;
	}
	#people-tab .team-member .member-name {
		float: none;
		display: block;
	}
	#people-tab .team-member .member-name span {
		display: block;
		margin: 5px 0 0 0;
	}
	#people-tab .team-member .member-links {
		display: block;
		float: none;
		margin-top: -28px !important;
		margin-left: 40px !important;
	}
	#people-tab .content-mail {
		text-align: center !important;
	}
	#people-tab {
		padding: 10px;
	}
}

@media ( max-width : 340px) {
	.member-links {
		margin-top: -28px !important;
		margin-left: 40px !important;
		background: yellow !important;
	}
	.toggle-link {
		margin-top: -30px !important;
		margin-left: 180px !important;
	}
	.toggle-link2 {
		width: 80% !important;
	}
}