.comse-people-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.single-person {
    display:inline-block;
    float:left;
    width:23.5%;
    margin-right: 2%;
    padding: 20px;
    margin-bottom: 40px;
}

.comse-blurb-single .single-person {
    width: 100%;
}


.comse-person-image{
    border-radius:50%;
}

.comse-person-image img {
    width: 100%;
    display:block;
}

.comse-person-image{
    border:2px transparent;
    transition: all .3s;
}
.comse-person-image:hover{
    border:2px solid;
    cursor: pointer;
}
.comse-blurb-single .comse-person-image:hover{
    cursor: default;
    border:0;
}
.comse-person-email a {
    color: inherit;
    text-decoration: underline;
}

.comse-person-email.hide,
.staff-blurb-wrapper .contact-buttons .comse-button.et_pb_button.hide {
    display: none;
}

.comse-person-phone,
.comse-person-email,
.comse-person-title,
.comse-person-name {
    line-height: 1.2;
}

.single-person .person-tile{
    background-color: #F7F6F5;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,.12);
    text-align:center;
    position:relative;
    min-height:375px;
}

/*h3.comse-person-name {
    font-weight: bold;
    font-size: 24px;
}*/

h4.comse-person-title {
    font-size: 14px;
    line-height: 1.2em;
    /*font-weight: bold;*/
    /*padding-bottom:40px;*/
}

.s2-overlay-content,
.s2-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 300000;
}

.s2-overlay-content {
    height:80%;
    top:10%;
    background-color:white;
    z-index:300001;
    max-width:550px;
    transform: translate(-50%, 0);
    left:50%;
    width:90%;
    overflow-y: scroll;
}

.s2-overlay-content .single-person { 
    width:100%;
}

.s2-overlay-content .comse-person-image {
    max-width: 200px;
}

.s2-overlay-content .single-person .person-bio{
    display:block;
}

.comse-show-bio.active polygon {
    fill: white;
}

span.close-symbol {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    line-height: 30px;
    background-color: #316999;
    color: white;
    text-align: center;
    font-size: 28px;
}

.single-person:nth-child(4n){
    margin-right:0;
}

.single-person .person-bio{
    display:none;
}

.comse-person-image {
/*    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    overflow: hidden;*/
    margin: auto;
    margin-bottom: 20px;
}

.person-bio span.email {
    margin-right: 10px;
}

.person-bio span.social {
    margin-left: 10px;
}
span.social a img {
    width: 18px;
    position:relative;
    top:2px;
    margin-right:4px
}

@media(max-width:980px){
    .single-person {
        width:49%;
        text-align: center;
    }
    .single-person:nth-child(2n){
        margin-right:0;
    }
    .comse-person-image{
        max-width: 200px;
    }
}

@media(max-width: 540px){
    .single-person {
        width:100%;
        margin-right:0;
    }
}