.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 {width:auto; max-width:120px; height:120px; transition:0.1s; cursor:pointer; border-radius: 100% !important; border: 5px solid #005091 !important; filter:saturate(100%)!important;}
.memberImage {width:auto; max-width:120px; height:120px; border-radius: 60%; filter:saturate(0); transition:0.1s; cursor:pointer;}
.memberImage:hover {filter:saturate(1); 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 !important;}
.members-bottom-heading {color: #004f91 !important; font-size: 30px;}
.exit:hover {cursor:pointer;}
.memImg {
  cursor: pointer;
}
/* .team-members__blocks.popup {
  padding-bottom:400px;
} */


.team-member-bio.popup {
  position:absolute;
  height:100%;
  width:100%;
  overflow-y:scroll;
  background:white;
  z-index:10;
  left:0;
  box-shadow: 0px 0px 15px -2px #ccc;
border-radius: 30px 0 0 0;
padding: 30px;
}

.exit {
/*   position:absolute;
  right:0;
  top:0; */

}

.members-bottom-heading {font-size: 30px;}
.team-members__block-job-title strong {text-transform: none; font-size: 18px;}

@media (max-width: 786px) {
  .team-member-section div.scope__col {
    padding-bottom: 40px;
  }
  
  .team-member-bio.popup {
    top:10%;
    position:fixed;
    height:90%;
  }
}

.popup-open {
  overflow: hidden; /* prevents background scroll */
}

.members-bottom-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999;
  overflow-y: scroll;
  display: block !important;
  padding: 30px;
  border-radius: 0;
  box-shadow: 0px 0px 15px -2px #ccc;
}

.members-bottom-inactive {
  display: none !important;
}
