/**
 * Block styles
 */

.tsf-staff {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
   -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;    

	text-align: center!important;

	width: 100%;
	max-width: 1082px;
	margin-left: auto;
	margin-right: auto;
}

.tsf-staff-member {
   -webkit-flex: 0 1 25%!important;
    -ms-flex: 0 1 25%!important;
    flex: 0 1 25%!important;	

    padding: 19px 24px!important;
}

.tsf-staff-member * {
	display: block!important;
}

.tsf-staff-member img {
	display: block!important;
	margin: auto!important;
}

.member__image,
.member__image:hover,
.member__image:focus,
.member__name,
.member__name:hover,
.member__name:focus {
	text-decoration: none!important;
	border: none!important;
}

.member__image {
	margin-bottom: 26px!important;
}

.member__name {
	color: #111111!important;
	font: normal 700 20px/1.5em Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.member__pos {
	color: #75658c!important;	
	font: normal 400 18px/1.25em Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	margin-top: 1px!important;
}

@media ( max-width: 768px ) {

	.tsf-staff-member {
	    -webkit-flex: 0 1 50%!important;
	    -ms-flex: 0 1 50%!important;
	    flex: 0 1 50%!important;
	}	

}

@media ( max-width: 420px ) {

	.tsf-staff-member {
	    -webkit-flex: 0 1 100%!important;
	    -ms-flex: 0 1 100%!important;
	    flex: 0 1 100%!important;
	}	

}