<style>

/* Grid Layout Container */
.jpro-staff.staff-grid.container {
    text-align: center;
	clear: both;
	width: 100%;
	position: relative;
	display: block;
}

/* Item Layout Formatting */ 
.jpro-staff.staff-grid .jpro-staff {
    margin-bottom: 30px;
}
.jpro-staff.staff-grid .jpro-staff.first {
    margin-left: -2.564102564102564%;
}

/* Item Design */
.staff-grid .jpro-staff img {
    margin-bottom: 7px;
}
.staff-grid .staff-meta li {
    list-style: none;
}

/* Text Design */
.staff-grid .staff-name,
.staff-grid .staff-meta {
    margin: 0px;
    text-align: center;
	word-break: break-word;
}


.staff-grid .staff-name,
.staff-grid .staff-title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.staff-grid .staff-name {
    margin: 10px 0px 10px;
    font-size: 16px;
    font-weight: 900;
}

.staff-grid .staff-title {
    font-weight: 300;
	line-height: 15px;
	margin: 10px 0px 10px;
}

.staff-grid .staff-meta .staff-email,
.staff-grid .staff-meta .staff-phone,
.staff-grid .staff-meta .staff-fax {
    line-height: 20px;
    font-size: 14px;
}





/* Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


@media screen and (max-width: 675px) {
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
width:100%;
margin-left:0px;
}

}