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

.tmm .tmm_container {display:inline;}
.tmm .tmm_container:last-child {display:block; text-align:center !important;}
.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:70px;
    margin-bottom:0px;
    height:auto;
    float: left;
    text-align:left;
    background:white;
}

.tmm div.contact {
    font-style: italic;
    margin-top: 20px;
    color: #999;
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    line-height: 22px;
}

.tmm .tmm_three_entries {clear:both;}

.tmm .tmm_2_columns .tmm_member {
    margin-right:4%; margin-left:4%;
}

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

.tmm .tmm_4_columns .tmm_member {
    margin-right:1%; margin-left:1%;
}


.tmm .tmm_2_columns .tmm_member {width: 42%;}
.tmm .tmm_3_columns .tmm_member {width: 29%;}
.tmm .tmm_4_columns .tmm_member {width: 23%;}

.tmm .tmm_member .tmm_photo {
    width:150px;
    height:150px;
    border:none;
    margin-top:-80px;
}

.tmm .tmm_4_columns .tmm_member .tmm_photo {
    width:218px;
    height:290px;
    margin-top:-50px;
}

.tmm .tmm_member .tmm_textblock .tmm_scblock {padding-top:10px;}
.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;
    border-top: 0px !important;
}

.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:0.8;}

.tmm .tmm_names {font-size:21px; margin-bottom:0px; margin-top:6px; font-weight:bold; line-height:24px;}
.tmm .tmm_4_columns .tmm_names {font-size:15px;}
.tmm .tmm_fname {display:inline;}
.tmm .tmm_lname {display:inline;}

.tmm .tmm_job {font-size:13px; color:#a2a5a4; font-width: bold;}
.tmm .tmm_desc {padding:0px; margin-top:19px; margin-bottom:10px; font-size:14px;}
.tmm .tmm_4_columns .tmm_desc {margin-top:14px; margin-bottom:8px; font-size:13px;}

/* 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_2_columns .tmm_member,
    .tmm .tmm_3_columns .tmm_member,
    .tmm .tmm_4_columns .tmm_member {
        width: 40%; margin-left:5%; margin-right:5%;
        margin-top:70px;
        margin-bottom:0px;
    }

    .tmm .tmm_names {font-size:15px; margin-bottom:0px; margin-top:10px; font-weight:300; line-height:24px;}
    .tmm .tmm_4_columns .tmm_names {font-size:15px; font-weight: bold;}
    .tmm .tmm_job {font-size:13px; color:#a2a5a4; font-weight: bold;}

    .tmm .tmm_desc {padding:0px; margin-top:19px; margin-bottom:10px; font-size:15px; line-height:23px;}
    .tmm .tmm_4_columns .tmm_desc {margin-top:14px; margin-bottom:8px; font-size:14px; line-height: 23px;}

    .tmm .tmm_2_columns .tmm_member .tmm_photo,
    .tmm .tmm_3_columns .tmm_member .tmm_photo,
    .tmm .tmm_4_columns .tmm_member .tmm_photo {
        width:376px;
        height:501px;
        margin-top:-65px;
    }

}

/* MOBILE  */
@media only screen and (max-width: 970px) {
    .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_2_columns .tmm_member,
    .tmm .tmm_3_columns .tmm_member,
    .tmm .tmm_4_columns .tmm_member {
        width: 96%;
        margin:0 2%;
        margin-top:100px;
        margin-bottom:10px;
        border-top: 0px !important;
    }

    .tmm .tmm_4_columns .tmm_names {font-size:20px;}

    .tmm .tmm_2_columns .tmm_member .tmm_photo,
    .tmm .tmm_3_columns .tmm_member .tmm_photo,
    .tmm .tmm_4_columns .tmm_member .tmm_photo {
        width:376px;
        height:501px;
        margin-top:-80px;
    }

    .tmm .tmm_desc {padding:0px; margin-top:19px; margin-bottom:10px; font-size:15px; line-height:23px;}
    .tmm .tmm_4_columns .tmm_desc {margin-top:14px; margin-bottom:8px; font-size:14px; line-height: 23px;}
    .tmm_textblock { width: 376px !important; margin-left: auto; margin-right: auto;}
}

/* Force original fonts */
.tmm .tmm_ori_f .tmm_container .tmm_fname, .tmm .tmm_ori_f .tmm_container .tmm_job, .tmm .tmm_ori_f .tmm_container .tmm_desc, .tmm .tmm_ori_f .tmm_container .tmm_lname {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-weight:300 !important;}
