/*TEAM*/
.team {
	margin-bottom: 100px;
    margin-top: 40px;
}
.team header h2 {
	margin-bottom: 20px;
}
.team_member {
	padding-top: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
}
.team_member .col-image img {
	width: 100%;
	padding: 0 10px;
	position: absolute;
    top: 25px;
}
.col-image:hover img {
	opacity: .33;
}
.tm_name {
	font-size: 23px;
}
.tm_prof {
	font-size: 18px;
}
.col-image .tm_name {
	display: none;
	
    text-align: center;
    position: absolute;
    top: 42px;
    width: 100%;
    z-index: 10;
}
.col-image .tm_name.displayed {
	display: block;
}
.col-image .tm_prof {
	display: none;
	text-align: center;
    position: absolute;
    bottom: 45px;
    width: 100%;
    z-index: 100;
	font-size: 18px;
    padding: 0 15px;
}
.col-image .tm_prof.displayed {
	display: block;
}
.display .tm_name, .display .tm_prof {
	display: block;
}
.team-bio {
	text-align: justify;
}
.col-image:hover {
	 padding-top: 0px;
	cursor: pointer;
}
.col-image:hover .tm_prof, .col-image:hover .tm_name {
	display: block;
}
.team-detail {
	position: fixed;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    max-width: 100%;
    top: 20%;
    padding: 15px;
    height: 60%;
    background-color: #fff;
    overflow: scroll;
    z-index: 2000;
}
@media screen and (max-width:1279px) {
.team-detail {
	width: 60%;
	margin-left: -30%; 
	}
}
@media screen and (max-width:991px) {
.team-detail {
	    width: 80%;
    margin-left: -40%;
	}
}
@media screen and (max-width:767px) {
.team-detail {
	    width: 90%;
    margin-left: -45%;
	}
}
.display .background-grey {
	position: fixed;
	z-index: 1999;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    left: 0;
    top: 0;
}
span.close-pop-up {
    position: absolute;
    top: 8px;
    right: 17px;
    font-size: 36px;
    font-weight: 100;
}
.display {
	display: block !important;
}