/*  < mcTestimonials >  */
.article .mc_testimonials {
	margin: 0 auto 20px;
	text-align: center;
}
.article .mc_testimonial {
	box-sizing: border-box;
	margin: 0 0 26px;
	width: 100%;
	color: #10203c;
}
.article .mc_testimonial .cont_stars {
	position: relative;
	margin: 0 auto 17px;
}
.article .mc_testimonial .cont_stars img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 177px;
	height: auto;
}
.article .mc_testimonial p {
	padding: 0 0 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial .cont_attribution {
	display: block;
	padding: 0 0 22px;
	color: #222d64;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial hr {
	margin: auto;
	padding: 0;
	max-width: 437px;
	height: 9px;
	background: url(../img/testimonials-page/mc-testimonials-divider.png) no-repeat center top;
	background-size: 100%;
	border: 0;
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonials {
		margin: 0 auto 40px;
	}
	.article .mc_testimonial {
		margin: 0 0 39px;
	}
	.article .mc_testimonial p {
		font-size: 16px;
	}
	.article .mc_testimonial .cont_attribution {
		padding: 0 0 33px;
		font-size: 22.5px;
	}
	.article .mc_testimonial hr {
		max-width: 655px;
		height: 14px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonials {
		margin: 0 auto 60px;
	}
	.article .mc_testimonial {
		margin: 0 0 52px;
	}
	.article .mc_testimonial .cont_stars {
		margin: 0 auto 23px;
	}
	.article .mc_testimonial .cont_stars img {
		max-width: 237px;
	}
	.article .mc_testimonial p {
		font-size: 18px;
	}
	.article .mc_testimonial .cont_attribution {
		padding: 0 0 45px;
		font-size: 30px;
	}
	.article .mc_testimonial hr {
		max-width: 874px;
		height: 19px;
	}
}
/*  </ mcTestimonials >  */