.content .memberList {
  padding: 15px 0;
  border-top-width: 2px;
  border-top-style: solid;
  margin-bottom: 45px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.content .memberList .mL-member {
  width: 30%;
  margin: 0 1.66666666666667% 2em 1.66666666666667%;
  text-align: center;
}

.content .member-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 7px;
}

.content .member-item:last-child {
  margin: 0;
}

.content .mL-member h3 {
  margin: 14px 0 9px;
}

.content .mL-member .mL-photo-frame {
  width: 70%;
  margin: 0 auto;
  border-radius: 0px;
}

.content .mL-member .mL-photo {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.content .mL-member .mL-photo img {
  width: 100%;
  display: block;
}

.content .mL-member span {
  display: block;
}

.content .mL-member .mL-position {
  font-weight: 700;
}

.content .mL-member .mL-social {
  text-align: center;
  margin-top: .75em;
}

.content .mL-member .mL-social a {
  position: relative;
  display: inline-block;
  margin: 0 .25em;
  font-size: 18px;
  line-height: 20px;
}

/* icons */
.content .mL-member .mL-social span a {
  display: block;
  overflow: hidden;
}

.content .mL-member .mL-sep {
  top: -1px;
  padding: 0 7px;
}

.content .memberList p.results {
  margin: 20px 0;
}

.content .memberList p.results span {
  font-weight: 700;
}

/* =Member detail
---------------------------------------------------------------------
*/
.content #memberDetail {
  position: relative;
  width: 100%;
  margin: 10px auto;
}

.content #memberDetail .mD-top {
  margin-bottom: 35px;
}

.content #memberDetail .mL-member {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}

.content #memberDetail .member-item {
  display: block;
  vertical-align: baseline;
  line-height: normal;
  margin-bottom: 7px;
}

.content #memberDetail .mD-image {
  float: left;
  border-radius: 0px;
}

.content #memberDetail .mD-image img {
  display: block;
  height: auto;
}

.content #memberDetail .mD-info {
  float: left;
  margin-left: 30px;
  text-align: left;
}

.content #memberDetail .mL-social {
  margin: 0;
  text-align: left;
}

#memberDetail .mL-social a:first-of-type {
  margin-left: 0;
}

#staff_2 .back-btn {
  float: right;
}

/* =Custom styles
---------------------------------------------------------------------
*/
.content #memberDetail {
  width: 100%;
}

/*
 * Responsive Styles
 */
@media only screen and (max-width: 768px) {
  .content .memberList .mL-member {
    width: 45%;
    margin: 0 2.5% 2em 2.5%;
  }
  .content #memberDetail #mD-back {
    position: static;
    float: right;
  }
  .content #memberDetail .mD-image {
    clear: both;
    float: none;
    margin: 10px 0;
    position: relative;
    top: 10px;
  }
  .content #memberDetail .mD-image img {
    width: 100%;
  }
  .content #memberDetail .mD-info {
    clear: both;
    margin: 0;
    float: none;
  }
  .content #memberDetail h3 {
    margin-top: 10%;
  }
  .filters .ui-selectmenu-button {
    margin-bottom: 0px;
  }
}
