.team_member {
  width: 100%;
  overflow: hidden;
  /* border-bottom: 2px solid #333; */
  padding: 10px;
  margin-bottom: 15px;
  clear: both;
  color: black;
  display: table;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
.team_member:before, .team_member:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 100px / 10px;
}
.team_member:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.left {
  float: left;
}
.width25, .width50, .width75 {
  width: 100%;
  padding: 20px;
}
.width25 img, .width50 img, .width75 img {
  width: 100%;
  height: auto;
}
.width25 {
  width: 24%;
  padding: 0 15px;
}
.team_member img {
  width: 100%;
  height: auto;
  margin-top: 1px;
}
.team_lightbox_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}
.team_lightbox {
  width: 900px;
  height: 700px;
  max-height: 80%;
  overflow-y: scroll;
  position: relative;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
}
.team_member_brief {
  position: relative;
  text-align: justify;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  height: 100%;
}
.team_member_brief .inner {
  padding: 0px;
}
.team_lightbox_content {
  padding: 0 25px 25px 25px;
  position: relative;
  background: #fff;
}
.team_lightbox_content h2, .team_lightbox_content h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 12px;
}
.team_lightbox img {
  width: 100%;
  height: auto;
}
a.team_lightbox_more {
  color: #000;
  letter-spacing: 1px;
  display: block;
  font-weight: 800;
  border-radius: 2px;
  border: 0;
  border: 2px solid transparent;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  text-transform: uppercase;
}
a.team_lightbox_more:hover {
  opacity: .9;
}
.team_member_left {
  width: 40%;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}
.team_member_name a {
  text-decoration: none;
  font-size: 26px;
}
.team_member_jobtitle {
  padding: 10px 0;
  margin-bottom: 5px;
  padding: 0 10px 0 10px;
  text-align: center;
}
.team_member .team_member_name {
  margin: 4px 0 4px 0;
  font-family: 'Ubuntu', Georgia, Times, serif;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px 0 10px;
  text-align: center;
}
.team_member_right {
  position: relative;
  padding-left: 10px;
  height: 100%;
  display: table-cell;
  padding-right: 10px;
}
.team_content {
  display: none;
}
.team_member .team_member_jobtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #000;
}
.width75 {
  width: 73%;
  padding: 0 15px;
}
.close {
  position: absolute;
  ;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  top: 10px;
  left: 10px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  cursor: pointer;
}
.close:hover::before, .close:hover::after {
  background: #039FBA;
}
.close::before, .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.3);
}
.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.close.heavy::before, .close.heavy::after {
  height: 4px;
  margin-top: -2px;
}
.close:hover::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.close:hover::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width:900px) {
  .team_lightbox {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    background-color: white;
    position: fixed;
    overflow: scroll;
  }
}

@media (max-width:600px) {
  .team_member {
    width: 100%;
    display: block;
  }
  .team_member_left {
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: top;
  }
  .team_member_right {
    position: relative;
    padding-left: 10px;
    height: 100%;
    display: block;
    padding-right: 10px;
    width: 100%;
  }
}
