.overlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 300000;
    display: none;
}
.close-span{
line-height: 20px;
 position: absolute;
 top: 5px;
 right: 5px;
 color: black;
 width: 25px;
 height: 25px;
 /*background-color: #22150f;*/
 z-index: 3000;
 border-radius: 20px;
 overflow: hidden;
 text-align: center;
 font-weight: bold;
 border: 2px solid black;
}
.close-span:hover{
cursor:pointer;
opacity:.8;
}
#person-popups h4.et_pb_module_header {
    font-size: 18px;
    font-weight: 800;
    padding-top: 20px;
    line-height: 1.2em;
}
#person-popups .et_pb_column{
z-index:2;
}
#person-popups .et_pb_column.active{
 z-index:21;
}
.et_pb_team_member_image{
transition: .3s all;
}
#person-popups .et_pb_team_member{
	display:inline-block;
	width:250px;
    vertical-align: top;
    margin-bottom: 40px;
}
.et_pb_team_member_image:hover{
cursor:pointer;
}
#person-popups .et_pb_team_member_image {
 height:200px;
 width:200px;
 border-radius:100px;
 overflow:hidden;
 margin:auto;
 float:none;
 display:block;
}
div#person-popups .et_pb_team_member.active {
 position: fixed;
 top: 230px;
 max-width: 80%;
 margin: auto;
 left: 10%;
 padding: 10px;
 background-color:#22150f;
 overflow-y: scroll;
height:60%;
 max-height: 400px;
 z-index: 300001;
}

#person-popups .active .et_pb_team_member_image {
 float: left;
 z-index:20;
 padding:0px;
 margin: 15px;
}
#person-popups .et_pb_team_member_description{
text-align:center;
display:block;
}

#person-popups .et_pb_team_member_description p{
display:none;
}
#person-popups .et_pb_team_member_description p.et_pb_member_position{
display:block;
color: #808080;
font-size: 14px;
 line-height: 1.1em;
}
#person-popups .active .et_pb_team_member_description {
 background-color: white;
 padding: 50px;
 min-height:275px;
display:block;
}
#person-popups .active .et_pb_team_member_description{
 text-align:left;
}
#person-popups .active .et_pb_team_member_description p{
display:block;
}
.person-active {
    position: fixed;
    max-width: 650px;
    width:80%;
    top: 50%;
    left: 50%;
    z-index: 20000000;
    transform: translate(-50%,-50%);
    background-color: white;
    padding: 20px;
    max-height:600px;
    overflow-y:scroll;
    height: 80%;
}

.person-active .et_pb_team_member_image {
    margin-bottom: 30px;
}

.person-active .et_pb_team_member_description{
    display:inline;
    font-size:14px;
}

.person-active > img {
    float: left;
    margin-right: 30px;
    max-width:320px;
    width: 100%;
}
.person-active .bio {
    display: block;
}

.person-active .view-bio{
    display:none;
}
@media (max-width:1200px){

}

@media(max-width:980px){

}

@media (max-width:767px){

}

@media (max-width:640px){

}

@media (max-width:375px){


}