/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.team_member {
  margin-bottom: 2em;
}
.team_member h3 {
  margin: 0 0 0.2em 0;
}
.team_member h4 {
  margin: 0 0 1em 0;
}
.team_member img {
  float: left;
  margin: 10px 15px 10px 0;
  position: relative;
  top: -4px;
}
