@charset "UTF-8";
.tmm .tmm_wrap {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.tmm .clearer {
  clear: both;
}

.tmm .tmm_container {
  display: inline;
}

.tmm .tmm_container:last-child {
  display: block;
  text-align: center !important;
  float: none;
}

.tmm_last_row_centered .tmm_container:last-child .tmm_member {
  float: none;
}

.tmm .tmm_columns_containers_desktop {
  display: block;
  clear: both;
}

.tmm .tmm_member {
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 30px;
  height: auto;
  float: left;
  text-align: center;
  background: white;
  border-top: 40px solid #D9E0E3;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s ease-in-out;
}

.tmm .tmm_member:hover {
  border-color: #FF5252;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.tmm .tmm_job {
  margin-bottom: 16px;
}

.tmm .tmm_three_entries {
  clear: both;
}

.tmm .tmm_3_columns .tmm_member {
  margin-right: 2%;
  margin-left: 2%;
}

.tmm .tmm_3_columns .tmm_member {
  width: 29%;
}

.tmm .tmm_member .tmm_photo {
  width: 150px;
  height: 150px;
  border: none;
  -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.10);
  border-radius: 75px !important;
  margin-top: -110px;
  /*border: 1px solid black;*/
}

.tmm .tmm_member .tmm_textblock .tmm_scblock {
  padding-top: 8px;
}

.tmm .tmm_member .tmm_textblock {
  padding: 8px 16px;
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink {
  clear: both;
  margin-bottom: 20px;
  border: none;
  font-size: 32px;
}

.tmm .tmm_names {
  font-size: 21px;
  margin-bottom: 8px;
  margin-top: 10px;
  font-weight: 300;
  line-height: 24px;
}

.tmm .tmm_fname {
  display: inline;
}

.tmm .tmm_lname {
  display: inline;
}

.tmm .tmm_job {
  font-size: 11px;
  color: #a2a5a4;
  text-transform: uppercase;
}

.tmm .tmm_desc {
  padding: 0px;
  margin-top: 19px;
  margin-bottom: 10px;
  font-size: 14px;
}

.tmm .tmm_info {
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}


/*
 * ================
 * TABLETS
 * ================
*/

@media only screen and (max-width: 64.063em) {
  .tmm .tmm_columns_containers_desktop {
    display: none;
    clear: none;
  }
  .tmm_two_containers_tablet {
    display: block;
    clear: both;
  }
  .tmm .tmm_3_columns .tmm_member {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .tmm .tmm_names {
    font-size: 17px;
    margin-bottom: 16px;
    margin-top: 10px;
    font-weight: 300;
    line-height: 24px;
  }
  .tmm .tmm_job {
    font-size: 13px;
    color: #a2a5a4;
    text-transform: uppercase;
  }
  .tmm .tmm_desc {
    padding: 10px;
    margin-top: 19px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }
  .tmm .tmm_info {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
  }
  .tmm .tmm_3_columns .tmm_member .tmm_photo {
    width: 130px;
    height: 130px;
    border-radius: 50px !important;
    border: 8px solid whitesmoke;
    margin-top: -65px;
  }
}


/*
 * ================
 * MOBILE
 * ================
*/

@media only screen and (max-width: 40em) {
  .tmm .tmm_columns_containers_desktop {
    display: none;
    clear: none;
  }
  .tmm .tmm_member {
    width: 96%;
    margin: 0 2%;
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .tmm .tmm_3_columns .tmm_member {
    width: 96%;
    margin: 0 2%;
    margin-top: 90px;
    margin-bottom: 10px;
  }
  .tmm .tmm_3_columns .tmm_member .tmm_photo {
    width: 160px;
    height: 160px;
    border-radius: 60px !important;
    border: 8px solid whitesmoke;
    margin-top: -80px;
  }
  .tmm .tmm_desc {
    padding: 10px;
    margin-top: 19px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }
  .tmm .tmm_info {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
  }
}
