/********************************************************************
	Staff CSS
********************************************************************/

.staff-archive .content {
    float: left;
    width: 80%;
}

.staff-archive .carousel-cell img {
    height: 470px;
    object-fit: cover;
    width: 100%;
}

.staff-hd-container {
    width: 80%;
    margin: 0 auto 41px;
}

h1.staff-type {
	color: black;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
	text-align: center;
}

.staff-member {
    width: 100%;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.staff-member img {
	display: block;
	height: 300px;
    width: 280px;
	object-fit: cover;
	margin: 0 auto;
}

.staff-member h3.staff-title,
.staff-member h2.entry-title {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
    text-align: center;
	margin-top: 20px;
} 

.staff-member span.position {
    font-weight: 600;
    display: block;
    font-size: 15px;
    color: #7b7b7b;
    margin: 10px 0 20px;
}

a.button.more-link {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.prev-next-post-links {
	font-size: 13px;
	border: 1px solid #ddd;
	float: left;
	margin-top: 80px;
	text-align: center;
	width: 100%;
}

.prev-next-post-links a {
	font-weight: 600;
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.previous-post-link,
.global-post-link,
.next-post-link {
	display: inline-block;
}

.global-post-link {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.previous-post-link a:before {
	content: "\f177";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 7px;
}

.global-post-link a:before {
    content: "\f009";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 7px;
}

.next-post-link a:after {
	content: "\f178";
    font-family: "FontAwesome";
    font-weight: normal;
    margin-left: 7px;
}

.single-staff span.st-position {
    display: block;
    font-weight: 600;
    margin-bottom: 24px;
	display: inline-block;
	margin-left: 5px;
}

.single-staff .entry-title{
	display: inline-block;
}

@media only screen and (max-width: 1200px) {
	.staff-archive .carousel-cell img {
    	height: inherit;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.single-staff img.alignright {
		float: none;
		display: block;
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	.staff-hd-container {
	width: 100%;
		}
	
	.single-staff .entry-title {
		font-size: 20px;
	}
	
}
	