.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: white;
 width: 26px;
 height: 26px;
    background-color: #001d1b;
 z-index: 3000;
 border-radius: 20px;
 overflow: hidden;
 text-align: center;
 font-weight: bold;
 border: 2px solid white;
}

.close-span:hover{
cursor:pointer;
opacity:.8;
}

#person-popups h4.et_pb_module_header {
    font-size: 26px;
    line-height: 1.2em;
    margin-top: 10px;
}

#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;
}

.et_pb_team_member_image:hover{
	cursor: pointer;
    opacity: 0.8;
    transform: scale(0.9);
}

.active .et_pb_team_member_image:hover{
	cursor: default;
    opacity: 1;
    transform: scale(1);
}

#person-popups .active h4.et_pb_module_header {
    font-size: 32px;
    line-height: 1.2em;
    color: #001d1b !important;
    margin-top: 10px;
}

#person-popups .et_pb_team_member_image {
 height:200px;
 width:200px;
 border-radius:100px;
 overflow:hidden;
 margin:auto;
}

div#person-popups .et_pb_team_member.active {
 position: fixed;
 top: 230px;
 max-width: 80%;
 margin: auto;
 left: 10%;
 padding: 10px;
background-color: #f7b538;
 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;
    font-size: 16px;
 font-style: italic;
 line-height: 1.1em;
     color: #fffaf2!important;
}


#person-popups .active .et_pb_team_member_description p.et_pb_member_position{
	display:block;
	    font-size: 18px;
    font-style: italic;
    line-height: 1.1em;
    color: #001d1b!important;
    padding-bottom: 10px;
    font-weight: 800;
}

#person-popups .active .et_pb_team_member_description {
 background-color: white;
 padding: 50px;
 min-height:380px;
display:block;
padding-top: 20px;
}

#person-popups .active .et_pb_team_member_description{
 text-align:left;
}

#person-popups .active .et_pb_team_member_description p{
display:block;
}


@media (max-width:1200px){

}

@media(max-width:980px){

}

@media (max-width:767px){

}

@media (max-width:640px){

}

@media (max-width:375px){


}