.wide-column {
	position: relative;
	/*padding: 0 30px;*/
}
p {
	line-height: 18pt;
}
#bios {
	position: relative;
	padding: 20px 5px;
	/*margin-bottom: 20px;*/
	/*background-color: #DDD;*/
}
/*#bios::before {
	z-index: 0;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	position: absolute;
	background: linear-gradient(to top, #DDD, #FFF);
}
#bios::after {
	z-index: 0;
	content: '';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	position:  absolute;
	background: linear-gradient(to bottom, #DDD, #FFF);
}*/
.bio {
	position: relative;
	z-index: 4;
	margin: 5% 0;
}
.bio .title {
	display: inline-block;
}
.role {
	font-weight: 500;
}
.bio h2 {
	position: relative;
	text-align: left;
}

.bio span {
	display: inline-block;
}
.bio .st {
	/*display: inline-block;*/
	position: absolute;
	width: 0px;
	height: 2px;
	background-color: #000;
	transition: width 0.4s ease-in-out;
}