.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
}

.tmm .tmm_container:last-child .tmm_member {
    float: none !important
}

.tmm .tmm_columns_containers_desktop {
    display: block;
    clear: both
}

.tmm .tmm_member {
    vertical-align: top;
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 30px;
    height: auto;
    float: left;
    text-align: center;
    -webkit-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 0 4px 0 rgba(0, 0, 0, .15);
    border-top: 5px solid lightgrey;
    border-bottom: 6px solid whitesmoke;
    background: white;
    box-sizing: border-box
}

.tmm .tmm_three_entries {
    clear: both
}


.tmm .tmm_member .tmm_photo {
    width: 150px;
    height: 150px;
    border: none;
    -webkit-box-shadow: 2px 0 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 0 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 0 2px 0 rgba(0, 0, 0, .1);
    border-radius: 60px !important;
    margin-top: -80px;
    border: 8px solid whitesmoke
}

.tmm .tmm_4_columns .tmm_member .tmm_photo {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 40px !important;
    border: 5px solid whitesmoke
}

.tmm .tmm_5_columns .tmm_member .tmm_photo {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 40px !important;
    border: 5px solid whitesmoke
}

.tmm .tmm_member .tmm_textblock .tmm_scblock {
    padding-top: 10px
}

.tmm .tmm_member .tmm_textblock {
    padding: 10px 12px
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink {
    clear: both;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 0 0
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink img {
    display: inline-block;
    border: none;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 0;
    margin: 10px 4px
}

.tmm .tmm_5_columns .tmm_member .tmm_textblock .tmm_sociallink img {
    width: 19px;
    height: 19px;
    margin: 6px 2px
}

.tmm .tmm_4_columns .tmm_member .tmm_textblock .tmm_sociallink img {
    width: 21px;
    height: 21px;
    margin: 6px 3px
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink img:hover {
    opacity: .8
}

.tmm .tmm_names {
    font-size: 21px;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 300;
    line-height: 24px
}

.tmm .tmm_4_columns .tmm_names {
    font-size: 17px
}

.tmm .tmm_5_columns .tmm_names {
    font-size: 18px
}

.tmm .tmm_fname {
    display: inline
}

.tmm .tmm_lname {
    display: inline
}

.tmm .tmm_job {
    font-size: 14px;
    color: #a2a5a4;
    text-transform: uppercase
}

.tmm .tmm_desc {
    padding: 0;
    margin-top: 19px;
    margin-bottom: 10px;
    font-size: 14px
}

.tmm .tmm_4_columns .tmm_desc {
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 23px
}

.tmm .tmm_5_columns .tmm_desc {
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 23px
}



