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

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

.people-header a {
	font-family: 'Roboto Light';
	font-size: 27px;
	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;
	line-height: 2.7vh;
	font-size: 2.15vh;
}

.collapse .sub-header, .collapse h4 {
    margin: 34px 0;
	line-height: 2.7vh;
	font-size: 2.15vh;
}

.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';
}
