/***********************/
/* Executive committee */

#executive_committee {
	padding-top: 40px;
}

#executive_committee .container-member {
	max-width: 1340px;
	margin: 0 auto;
}

#executive_committee .highlight {
	background-color: #f1f1f1;
	margin-bottom: 135px;
	padding: 105px 0;
}

#executive_committee .highlight .container-member {
	padding: 0 35px;
}

#executive_committee .highlight .first-person img {
	float: left;
	margin-right: 40px;
}

#executive_committee .highlight .first-person h3 {
	padding-top: 50px;
}

#executive_committee .person {
	display: inline-block;
	max-width: 440px;
	padding: 0 35px 70px 35px;
	text-align: left;
	margin: auto;
	vertical-align: top;
}

#executive_committee h3 {
	font-family: 'museo_sans100', Arial, serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: .02em;
	margin: 20px 0 20px 0;
	color: #1e6e93;
}

#executive_committee p {
	font-family: 'museo_sans100', Arial, serif;
	font-size: 18px;
	font-weight: 100;
	color: #000;
	margin-bottom: 0;
	line-height: 1.4em;
}

#executive_committee p.role {
	color: #1e6e93;
}

/**************/
/* Responsive */

@media (max-width: 1340px) {
	#executive_committee .container-member {
		max-width: 890px;
	}
}

@media (max-width: 890px) {
	#executive_committee .container-member {
		max-width: 370px;
	}
	#executive_committee .highlight {
		padding: 80px 0;
		margin-bottom: 80px;
	}
	#executive_committee .highlight .first-person img {
		float: none;
	}
	#executive_committee .highlight .first-person h3 {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 30px;
	}
	#executive_committee .person {
		display: block;
		padding-bottom: 60px;
	}
}
