/* Meet The Team
----------------------------------------*/
body.page-meettheteam .team-hero-overlay {
  background: #dee8e9;
  padding-bottom: 50px;
}
body.page-meettheteam .team-hero-overlay .team-hero-overlay-text {
  border-bottom: 8px solid #fff;
  padding: 50px 0 0 50px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  body.page-meettheteam .team-hero-overlay .team-hero-overlay-text {
    border-bottom-width: 3px;
    padding: 20px 0 0 50px;
  }
}
body.page-meettheteam .team-hero-overlay .team-hero-overlay-text  h1 {
  //font-size: 48px;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
@media screen and (max-width: 960px) {
  body.page-meettheteam .team-hero-overlay .team-hero-overlay-text  h1 {
    font-size: 18px;
  }
}

body.page-meettheteam .team-body {
  background: #ffffff;
  padding: 0 0 20px 0;
}
body.page-meettheteam .team-body .wrapper {
  display: block;
  width: auto;
  vertical-align: top;
  position: static;
  max-width: 1200px;
} 
