/*
 * JT Staff Users CSS Code
 */
.staff-list .uk-grid {
    margin: 0 0 5px !important;
    padding: 15px 10px;
}
.staff-list .uk-grid:nth-child(2n) {
	background: #fafafa;
}
.staff-list p {
    font-size: 13px !important;
    margin: 0;
}
.staff-list .uk-width-1-4 {
    padding: 0 15px;
}
.staff-list .uk-width-1-4:first-child {
    padding: 0;
}
.staff-list .uk-width-1-4:last-child {
    padding: 0 0 0 15px;
}
.staff-list .staff-list-labels p {
	font-weight: 600;
}


/* Single Member page */
.staff-top-section {
    margin: 0 !important;
}
.staff-top-section .uk-width-1-3 {
    padding: 0;
}
.staff-top-section .uk-width-2-3 {
	padding: 0 0 0 25px;
}
.staff-top-section p {
    font-size: 13px;
    font-weight: 300;
    margin: 18px 0 0;
}
.staff-top-section p a {
	color: #3db4c2;
	text-decoration: none;
	transition: all .4s ease;
}
.staff-top-section p a:hover {
	color: #555;
	transition: all .4s ease;
}
.staff-top-section .entry-title {
	font-size: 18px !important;
    margin: 0;
    padding-bottom: 0 !important;
}
.staff-top-section .rank {
    margin: 0;
}
.staff-top-section .office {
    margin: 30px 0 0;
}
.staff-top-section p span {
    font-size: 12px;
    font-weight: 600;
    display: block;
}
.staff-top-section .two-col span {
	display: inline-block;
}
.staff-top-section .two-col span:nth-child(2) {
	margin: 0 0 0 30px;
}
.staff-info-box {
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 300;
    margin: 30px 0 0;
    padding: 30px 0 0;
}
.staff-info-box h3 {
    color: #323232;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
}
.staff-info-box h3:after {
    background: #3db4c2;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}
.staff-info-box p,
.staff-info-box ul,
.staff-info-box ol {
    color: #585858;
    font-size: 14px;
    font-weight: 300;
}
.staff-info-box ul,
.staff-info-box ol {
    margin: 0 0 20px;
}
.staff-info-box ul:last-child,
.staff-info-box ol:last-child {
	margin: 0;
}
.staff-info-box a {
	color: #3db4c2;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}
.staff-top-section img {
    border-radius: 2px;
    box-shadow: 0 2px 3px #ddd;
    height: 260px;
    margin: 23px 0 0;
    object-fit: cover;
    object-position: left;
    width: 100%;
}