.team_member_list {
  padding: 0;
}
.team_member_description {
  padding: 0 10px;
  font-family: Open Sans;
  font-size: 21px;
}
.team_member_description > h3 {
  margin: 30px 0 20px;
  font-size: 21px;
}
.team_member_description .dash {
  font-size: 28px;
}
.team_member_role {
  font-family: Open Sans;
  font-size: 18px;
  text-align: center;
}
.team_member_description .team_member_role {
  color: #c5c5c5;
  margin: 10px 0;
}
.team_member_email {
  font-family: Open Sans;
  font-size: 18px;
  color: #1dc887;
}
.team_member_description .team_member_sector {
  font-family: Open Sans;
  font-size: 15px;
  margin-top: 15px;
}
.team_member_description .team_member_view {
  color: #1dc887;
  padding-bottom: 5px;
  border-bottom: 3px solid #1dc887;
}

.team_member_view, .team_member_view:hover {
  font-family: Open Sans;
  font-size: 16px;
  color: #1dc887;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal .modal-header {
  border: none;
}
.modal .modal-header .close {
  font-size: 50px;
  padding: 10px 35px;
  cursor: pointer;
}
.modal .modal-footer {
  display: none;
}
.modal .modal-body {
  padding: 0 50px 50px 50px;
}
.modal .modal-body > h3 {
  line-height: 0.4;
  padding: 30px 0;
}
.modal .modal-body > h3 > strong {
  font-size: 35px;
}
.modal .modal-body .role {
  font-family: Open Sans;
  color: #c5c5c5;
}
.modal .modal-body .email {
  font-family: Open Sans;
  margin-top: 20px;
}
.email > a, .email > a:hover {
  color: #1dc887;
  text-decoration: none;
}

.bio_title {
  color: #939393;
  font-family: Open Sans;
  margin-top: 18px;
}

.bio_mail {
  color: #22C074;
  font-family: Open Sans;
  margin-top: 18px;
}
.mobile_footer {
  display: none;
}

#bios {
  display: none;
}

figure {
  margin-left: 30px;
  margin-right: 30px;
}

.page-title {
  padding: 0 30px;
}
