  .outer-bio-overlay {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
	left: 0px;
    background: rgba(25,25,25,.7);
    display: none;
    z-index: 100000;
}
.inner-bio-overlay {
	background: #eee;
	border-radius: 10px;
	max-width: 550px;
	width: 83%;
	margin: auto;
	padding: 25px;
}
.inner-bio-overlay a {
	font-size: 22px;
    letter-spacing: 1.5px;
    font-weight: 100;
    float: left;
    color: #111;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.bio-title {
	line-height: 28px;
    font-size: 25px;
	color: #0056b8;
	margin: 10px 0;
}
.bio-text-area {
    line-height: 24px;
    font-size: 16px;
}