/* Profile */

.bio a *{
    color: var(--text);
}

.bio h4{
    font-weight: 700;
    margin: 0 0 10px;
}
.modal .bio h4{
    margin-left: 0;
    margin-right: 0;
}
.bio .button{
    width: 100%;
    margin: 0;
    justify-content: center!important;
}
.bio.headshot a:hover{
    text-decoration: none;
}
.bio .button:hover{
    background: transparent;
}
.bio .role{
    text-transform: capitalize;
    margin-bottom: 10px;
}
.profile-list .intro{
    margin-bottom: 40px;
}
/*
.bio .wp-image{
    max-width: 220px;
}
*/

@media screen and (max-width: 767px){
    .bio.headshot{
        margin-bottom: 20px;
    }
}