.team-member
{
	min-height: 415px;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.team-member .container
{
	position: relative;
	float: right;
	width: 460px;
	margin-top: 28px;
}

	.team-member h3.name
	{
		color: #3a1332;
		font-size: 24px;
		font-weight: 600;
		padding: 0px;
		margin: 0px;
		line-height: 1em;
	}
	
	.team-member .role
	{
		display: block;
		color: #897184;
		font-weight: 300;
		margin-top: 1px;
	}
	
	.team-member .intro
	{
		padding: 0px;
		margin: 0px;
		margin-top: 14px;
		background: url(../images/quotes.png) top left no-repeat;
		padding-left: 67px;
		padding-top: 3px;
		color: #897184;
		font-weight: 300;
		font-style: italic;
		line-height: 28px;
		font-size: 20px;
	}
	
	.team-member .content
	{
		margin-top: 20px;
		color: #333333;
	}
	
		.team-member .content p,
		.team-member .extra-content p
		{
			padding: 0px;
			margin: 2px 0px;
		}
		
		.team-member .content h3,
		.team-member .content h4,
		.team-member .extra-content h3,
		.team-member .extra-content h4
		{
			font-size: 16px;
			color: #3a1332;
			font-weight: 700;
			margin: 0px;
			padding: 0px;
			line-height: 1em;
			margin-top: 5px;
			margin-bottom: 10px;
		}
		
		.team-member .content strong,
		.team-member .extra-content strong
		{
			font-weight: 600;
		}

.toggle2.open,
.toggle2.close
{
	height: 45px;
	cursor: pointer;
	margin: 10px 0px;
}

	.toggle2.open
	{
		background: url(../images/toggle2-open.jpg) center no-repeat;
	}

	.toggle2.close
	{
		background: url(../images/toggle2-close.jpg) center no-repeat;
		display: none;
	}
	
	.toggleable2
	{
		display: none;
	}
    
.member-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0px auto 25px auto;
    max-width: 230px;
    min-height: 475px;
}

img.member-image {
    width: 200px;
    margin: 0 auto;
    display: block;
}

h3.member-name {
    color: #FE0000;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato';
    margin-bottom: 5px;
}

.member-info-wrapper {
    position: relative;
    width: 100%;
    float: left;
    background: #F1F2ED;
    padding: 10px 20px;
    min-height: 260px;
}

.member-wrapper a {
    font-size: 13px;
}

p.member-profession {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
}

.member-image-wrapper {
    background: #F1F1ED;
    padding-top: 15px;
}

h2.member-group {
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 2px solid #E0001F;
    margin-top: 10px;
    margin-bottom: 20px;
}