.people-section {
	text-align: center;
	margin-top: 90px;
}

.people-header{
	margin-bottom: 9px;
}

.people-header a {
	font-family: 'Roboto Medium';
	font-size: 21pt;
	display: inline;
	letter-spacing: 1px;
	cursor: pointer;
	padding-bottom: 25px;
	text-decoration: none;
	color: #000000;
	border: none;
}

.people-category {

}

.cross {
	font-family: 'Lora', serif;
	display: inline-block;
	cursor: pointer;
	font-size: 25px;
	margin-top: 4px;
	margin-left: 1px;
	color: #000000;
}

.people-category div.people-drop-in {
	display: none;
}

.collapse p {
	font-family: 'Lora', serif;
	margin: 5px;
	font-size: 14pt;
	line-height: 21pt;
}

.collapse .sub-header, .collapse h4 {
	margin: 34px 0;
	font-family: 'Roboto Medium';
	font-size: 12pt;
	line-height: 19pt;
}

.collapse h4 + h4 {
	margin-top: -34px;
}

.collapse h4:first-of-type{
	margin-top: 25px;
}

#advisory-boards h4:not(:first-of-type) {
	margin-top: 68px;
}

.toggle-all {
	display: block;
	margin-top: 55px;
	font-family: 'Roboto Reg', sans-serif;
	text-decoration: none;
	text-align: center;
	color: #000000;
}
.collapse-all {
	display: none;
}
.toggle-all.opened .collapse-all {
	display: inline;
}
.toggle-all.opened .open-all {
	display: none;
}

.people-titled p {
	margin-bottom: 15px;
}

.board-of-directors em {
}

.staff p {
    font-family: 'Roboto Light';
}
