.breadcrumbs-wrapper ul:empty {
  display: none;
}

.team-member-section {
  margin: 30px -15px;
  font-size: 0;
}

.team-member-section .col {
  display: inline-block;
  margin: 0 0 20px;
  font-family: 'Open Sans', Helvetca, Arial, sans-serif;
  font-size: 13px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 0 15px;
}

/* .team-member-section .col2 {
width: 50%;
}
*/
.team-member-section .col2 img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

.team-member-section .col2 p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
}

.team-member-section .col2  h2 {
  margin: 0 0 18px 0;
  line-height: 36px;
  padding-top: 10px;
  letter-spacing: -0.01em;
  font-size: 20px;
  text-align: center;
}

.team-member-section .col2 h6 {
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 12px 0;
  color:#000;
}

.team-member-section .btn_wrpr a {
  font: 14px 'Open Sans', Helvetca, Arial, sans-serif;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  padding: 0 21px;
  box-shadow: 0 2px 0 0 rgb(0 0 0 / 8%);
  text-transform: uppercase;
  color: #fff;
  background: #7f4b5d;
  display: inline-block;
  border-radius: 2px;
  margin-right: 7px;
  transition: all 0.15s ease-out 0s;
}

.team-member-section .btn_wrpr a:hover {
  background: #7f4b5d;
  color: #fff;
  text-decoration: none;
}

.team-member-section .col2  h6 {
  font-size: 18px;
  text-align: center;
}

.team-member-section .col2 p:last-child {
  text-align: center;
}

.team-member-section .col2 p:last-child {
  margin-bottom: 0;
}

.team-member-section .col2 h6 a {
  color: #476cb1;
}

.team-member-section .span3,
.team-member-section .span8{
  float:none;
  margin-left:0;
}

.team-member-section .span8 h4 {
  margin: 0 0 14px 0;
  padding: 0;
  color: #333;
  font: bold 18px 'Open Sans', Helvetca, Arial, sans-serif;
  line-height: 26px;
  padding-top: 10px;
  font-weight: 700;
}

.team-member-section .span8 i[data-class] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  color: #7f4b5d;
      margin-left: 4px;
}

.team-member-section .span8 i[data-class]:before {
  content: "\f18e";
}

.team-member-section .span3 p {
  margin: 0.5em 0;
}

.team-member-section .span3 h5 {
  margin: 0 0 12px 0;
  padding: 0;
  color: #333;
  font: bold 16px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 600;
  line-height: 24px;
  padding-top: 5px;
  font-size: 18px;
  text-align: center;
}

.team-member-section .span3 h5 strong {
  font-weight: 700;
}

.team-member-section .span3 h6 {
  margin: 0 0 12px 0;
  padding: 0;
  color: #333;
  font: bold 14px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.team-member-section .btn_wrpr{
  text-align:center;
}

.team-member-section .span3 h6 a {
    color: #7f4b5d;
}

@media (min-width:768px){
  .team-member-section .span3{
    width: 33.333%;
  }
  .team-member-section .span8{
    width: 66.667%;
  }
}

@media(max-width:940px){
  .team-member-section {
    margin: 30px -10px;
  }

  .team-member-section .span3,
  .team-member-section .span8{
    padding: 0 10px;
  }

}

