.single-rw_staff .h1-full-width-row h2 {
	margin-bottom: 0;
}

.single-rw_staff .single-featured-image img {
	border-radius: 5px;
}

/* Shortcode Styles */

.rw-staff-wrapper .rw-item {
	display: flex;
	width: 100%;
	flex-direction: row;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.rw-staff-wrapper .rw-staff-image {
	text-align: left;
	overflow: hidden;
	width: 25%;
}

.rw-staff-wrapper .rw-staff-image img {
	border-radius: 3px;
	width: 100%;
	transition: all .3s ease-in-out;
}

.rw-staff-wrapper .rw-staff-image:hover img {
	-webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
	transform: translate3d(0, 0, 0) scale(1.1, 1.1)
}

.rw-staff-wrapper .rw-staff-excerpt {
	width: 75%;
	padding: 20px 0 20px 30px;
}

.rw-staff-wrapper .rw-staff-excerpt h3 {
	text-align: left;
	margin-bottom: 5px !important;
	font-size: 28px;
}

.rw-staff-wrapper .rw-staff-excerpt p.rw-staff-specs {
	text-align: left;
	margin-bottom: 2px;
}

.rw-staff-wrapper .rw-staff-excerpt p.rw-staff-specs:last-of-type {
	margin-bottom: 20px;
}

.rw-staff-wrapper .rw-staff-excerpt p.rw-position {
	font-size: 20px;
	font-style: italic;
	font-weight: 600;
	color: #C41829;
}



@media (min-width: 320px) {

	.rw-staff-wrapper .rw-item {
		flex-direction: column;
	}

	.rw-staff-wrapper .rw-staff-image {
		width: 100%;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.rw-staff-wrapper .rw-staff-excerpt {
		width: 100%;
		padding: 20px 0 20px 0;
	}

	.single-rw_staff a.single-featured-image {
		width: 100%;
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}

	.single-rw_staff .alignright {
		float: none;
		clear: both;
	}

}

@media (min-width: 480px) {

	.rw-staff-wrapper .rw-staff-image {
		max-width: 300px;
	}

}

@media (min-width: 600px) {

	.single-rw_staff a.single-featured-image {
		width: auto;
		display: block;
		text-align: right;
		margin: 5px 0 20px 20px;
	}

	.single-rw_staff .alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	.rw-staff-wrapper .rw-item {
		flex-direction: row;
	}

	.rw-staff-wrapper .rw-staff-image {
		width: 33.33333%;
		margin-left: 0;
		margin-right: 0;
		max-width: auto;
	}

	.rw-staff-wrapper .rw-staff-excerpt {
		width: 67.66667%;
		padding: 0 0 0 30px;
	}

}

@media (min-width: 1100px) {

	.rw-staff-wrapper .rw-staff-excerpt {
		padding: 0 0 20px 30px;
	}

}

@media (min-width: 1280px) {

	.rw-staff-wrapper .rw-staff-image {
		width: 20%;
	}

	.rw-staff-wrapper .rw-staff-excerpt {
		width: 80%;
	}

}