@CHARSET "UTF-8";

.content-wrapper.is-first-content-wrapper-1.first-content-uid-team{
	
}

.bio-container{
	min-height: 100%;
	position: relative;
	padding-top: 200px;
	
	padding-bottom: 40px;	
}

.bio-container *{
	color: #fff;
	font-size: 18px;
}

.bio-container a:HOVER{
	text-decoration: none;
}

.bio-images-wrapper{
	position: absolute;
	z-index: -1;
	left: 0px;
	right: 0px;
	top: 0px;
	height: auto;
	max-height: 100%;
	overflow: hidden;  
}

.bio-image{	
	position: relative;
	overflow: hidden;	
}

.bio-image:AFTER{
	content: ' ';
	display: block;
	padding-top: 146%;
}

.bio-excerpt{
	display: block;
			
}

.bio-container .well{
	background: none;
	border: none;
	position: relative;
	margin-bottom: 0;
}

.bio-container .well::AFTER{
	content: ' ';
    display: block;
    position: absolute;
    z-index: -1;    
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #351707;
    opacity: 0.66;
}


