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

.single-rw_staff .h1-full-width-row h1 span {
	font-size: 28px;
}

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


/* Archive Page */

.rw-staff-row {
	padding: 15px 0;
	border-bottom: 1px dotted #ddd;
}


.rw-staff-row .rw-staff-image img {
	border: 1px solid #ccc;
}

.rw-staff-row h3 {
	margin-bottom: 0;
}

.rw-staff-row:hover h3 {
	color: #28A7F5;
}

.rw-staff-row p {
	text-align: left;
}

.rw-staff-row .rw-staff-image {
	overflow: hidden;
}

h2.rw-staff-name {
	margin-bottom: 5px;
}

p.rw-staff-position {
	font-size: 115%;
	font-style: italic;
}





@media (min-width: 320px) {

	.rw-staff-row .col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.rw-staff-row .rw-staff-image {
		text-align: center;
		margin: 0 auto 20px;
	}

	.rw-staff-row .rw-staff-excerpt h2 {
		text-align: center;
	}

	.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: 440px) {

	.post-type-archive-rw_staff article {
		width: 50%;
	}

}

@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;
	}

}

@media (min-width: 768px) {

	.rw-staff-row .rw-staff-image.col-sm-12 {
		width: 25%;
		float: left;
		padding-left: 0;
		padding-right: 15px;
	}

	.rw-staff-row .rw-staff-excerpt.col-sm-12 {
		width: 75%;
		float: left;
		padding-left: 15px;
		padding-right: 0;
	}

	.rw-staff-row .rw-staff-excerpt h2 {
		text-align: left;
	}

	.rw-staff-row .rw-staff-image {
		margin: 0 auto;
	}

}