.et_pb_person.et_pb_team_member {
    display: inline-grid;
}

.et_pb_person_position {
    font-size: 15px;
    width: 50%;
    line-height: 1.2em;
    margin: auto;
}

.et_pb_person_email {
    font-size: 15px;
    line-height: 1.2em;
    margin: auto;
        padding-top: 5px;
}

.et_pb_person_phone {
    font-size: 15px;
    line-height: 1.2em;
    margin: auto;
        padding-top: 8px;
}

.et_pb_person_email a, .et_pb_person_phone a {
    box-shadow: 0 -0.15em 0 #43b5e6 inset;
    transition: box-shadow .2s;
        padding-left: 2px;
    padding-right: 2px;
        padding-bottom: 2px;
}

.et_pb_person_email a:hover, .et_pb_person_phone a:hover {
    cursor: pointer;
    color: #43b5e6;
    box-shadow: 0 -0.1em 0 #43b5e6 inset;
}

.et_pb_person_social {
    padding-top: 13px;
}

.et_pb_person_social a:hover {
    opacity: 0.8;
}

.et_pb_person_name h4 {
font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
}

.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: 25px;
 height: 25px;
 background-color: #22150f;
 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: 36px;
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;
}
.et_pb_team_member_image:hover{
cursor:pointer;
opacity: 0.7;
}
.et_pb_team_member_image img {
    min-width: 150px !important;
}
#person-popups .et_pb_team_member_image {
 height:150px;
 width:150px;
 border-radius:100px;
 overflow:hidden;
 margin:auto;
 background: #2f588f;
margin-bottom: 15px;
}
div#person-popups .et_pb_team_member.active {
 position: fixed;
 top: 230px;
 max-width: 80%;
 margin: auto;
 left: 10%;
 padding: 10px;
 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;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
 opacity: 1 !important;
}

#person-popups .et_pb_team_member_description{
text-align:center;
display:block;
}


#person-popups .et_pb_team_member_description .long-bio {
display:none;
}

#person-popups .et_pb_team_member_description p.et_pb_member_position{
display:block;
 font-weight: 900;
 font-style: italic;
 color: #3d302c;
 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 .short-bio {
display:none;
}

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

#person-popups .active .et_pb_team_member_image:hover {
     opacity: 1 !important;
     cursor: initial !important;
}

#person-popups .active .et_pb_person_position {
    width: 100%;
}

.et_pb_person.active .et_pb_bio {
    padding: 10px 20px 10px 20px;
}

.close-span {
 opacity: 0;
}

.overlay .et_pb_person.active .close-span {
   background-color: #696c72; 
   opacity: 1; 
}

#person-popups h4.et_pb_module_header {
	font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
	color: #b71d2c;
}

#person-popups .et_pb_team_member_description p.et_pb_member_position {
	color: #002475;
	margin-bottom: 10px;
	font-style: normal;
	font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;    
}

.et_pb_team_member_description .short-bio, .et_pb_team_member_description .long-bio {
    color: #002475!important;
    font-family: 'IBM Plex Serif',Georgia,"Times New Roman",serif;
    font-size: 17px;
    line-height: 1.4em;
}

.et_pb_team_member_description a {
    color: #b71d2c;
    text-decoration: underline;
}

.overlay .et_pb_team_member {
	visibility: hidden;
}

.overlay .et_pb_team_member.active {
	visibility: initial;
}

@media (max-width:1200px){

}

@media(max-width:980px){

}

@media (max-width:767px){

}

@media (max-width:640px){

}

@media (max-width:375px){


}