.scope__col.col--blocks { width: 100%; }
.team-members__block-socials ul.social-links { list-style: none; padding: 0; margin: 0; justify-content: center; flex-direction: row; }
.team-members__block-socials ul li:not(:last-child) { padding-right: 1em; }
.team-members__block-socials { flex-direction: row; }
.team-members__block-job-title { font-size: .9em; text-transform: uppercase; letter-spacing: 1px; margin-bottom: .5em; }
.memberImage-active {filter:saturate(100%) !important; border: solid 3px #004f91; border-radius: 60%;width: auto;max-width: 120px;height: 120px;}
.memberImage, .memberImage-link {width:auto; max-width:120px; height:120px; border-radius: 60%; filter:saturate(0); transition:0.1s; cursor:pointer;}
.memberImage:hover, .memberImage-link:hover , .memberImage-link:active {filter:saturate(100%); border: solid 3px #004f91; }
.widget_1705002954844__team-members div[class$='__row'] {flex-direction: column;}
.members-bottom {text-align: left !important; }
.members-bottom-active: {display:block !important;}
.members-bottom-inactive {display:none;}
.members-bottom-heading {color: #004f91 !important; font-size: 30px;}

@media (max-width: 786px) {
  .team-member-section div.scope__col {
    padding-bottom: 40px;
  }
}