body.page-template-template-campbell-testimonials section.testimonials {
	margin: 60px 0;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial {
	background-color: #fff;
	border: 14px solid #004368;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
	margin: 0 10px 60px;
	padding: 20px 30px 6px;
	position: relative;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial:before {
	content: '“';
	color: #e8e8e8;
	font-family: Montserrat;
	font-size: 220px;
	font-weight: 300;
	left: 0;
	position: absolute;
	top: 74px;
	z-index: -1;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial h2 {
	font-size: 28px;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial .logo {
	height: 50px;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial .logo img {
	height: 100%;
	width: auto;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial div.yelp {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 120px;
	margin: -40px 0 -40px -14px;
	width: 120px;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial div.yelp.four {
	background-image: url(./images/four-stars.svg);
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial div.yelp.five {
	background-image: url(./images/five-stars.svg);
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial p.after-logo {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
	text-align: left;
	width: 100%;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial p {
	line-height: 1.6;
}

body.page-template-template-campbell-testimonials section.testimonials article.testimonial:last-child {
	margin-bottom: 0;
}

body.page-template-template-campbell-testimonials section.testimonials button.show-more {
	background: none;
	border: none;
	box-shadow: none;
	color: #003045;
	cursor: pointer;
	font-size: 18px;
	outline: none;
	text-align: center;
	width: 100%;
}
body.page-template-template-campbell-testimonials section.testimonials button.show-more:focus,
body.page-template-template-campbell-testimonials section.testimonials button.show-more:hover {
	color: #004368;
}

body.page-template-template-campbell-testimonials section.testimonials .more-testimonials {
	display: none;
}

@media screen and (min-width: 768px) {

	body.page-template-template-campbell-testimonials section.testimonials article.testimonial {
		padding-bottom: 20px;
		width: 75%;
	}

	body.page-template-template-campbell-testimonials section.testimonials article.testimonial:nth-child(2n) {
		margin-left: 25%;
	}

	body.page-template-template-campbell-testimonials section.testimonials article.testimonial h2 {
		margin: 16px 0 30px;
	}

	body.page-template-template-campbell-testimonials section.testimonials article.testimonial .logo {
		position: absolute;
		right: 40px;
		top: 16px;
	}

	body.page-template-template-campbell-testimonials section.testimonials article.testimonial div.yelp {
		margin: 0;
		position: absolute;
		right: 5px;
		top: 24px;
	}

	body.page-template-template-campbell-testimonials section.testimonials article.testimonial p.after-logo {
		right: 6px;
		margin-top: 0;
		position: absolute;
		text-align: center;
		top: 72px;
		width: 120px;
	}
}
