/* BAK Team Element Styling START */
.teamContainer {
  width: 100%;
  overflow: auto;
  background-color: #26282f; }
  @media (max-width: 991px) {
    .teamContainer .teamCol.leader {
	  width: 100%; } }
  .teamContainer .teamCol {
    position: relative;
    width: 50%;
    overflow: hidden;
    float: left; }
    .teamContainer .teamCol h3 {
      font-size: 18px; }
    .teamContainer .teamCol span {
      font-size: 12px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .teamContainer .teamCol {
        width: 50%; }
        .teamContainer .teamCol h3 {
          font-size: 16px; }
        .teamContainer .teamCol span {
          font-size: 12px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .teamContainer .teamCol {
        width: 20%; }
        .teamContainer .teamCol h3 {
          font-size: 14px; }
        .teamContainer .teamCol span {
          font-size: 12px; } }
    @media (min-width: 1200px) {
      .teamContainer .teamCol {
        width: 20%; }
        .teamContainer .teamCol h3 {
          font-size: 18px; }
        .teamContainer .teamCol span {
          font-size: 15px; } }
    .teamContainer .teamCol .teamImg {
      width: 100%;
      height: auto; }
    .teamContainer .teamCol .teamText {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
      .teamContainer .teamCol .teamText span, .teamContainer .teamCol .teamText h3 {
        display: block;
        color: #000 !important; }
      .teamContainer .teamCol .teamText h3 {
        margin-bottom: 5px; }
    .teamContainer .teamCol .triangleWrapper {
      padding: 4% 0 4% 4%;
      position: relative;
      height: 100%;
      width: 70%;
      background-color: rgba(255, 255, 255, 0.5); }
      .teamContainer .teamCol .triangleWrapper::after {
        overflow: visible;
        position: absolute;
        content: " ";
        top: 0;
        right: -100px;
        width: 0;
        height: 100%;
        border-style: solid;
        border-width: 100px 0 0 100px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.5); }

/* BAK Team Element Styling END */

/*# sourceMappingURL=bak2020.css.map */
