/*  < mcTestimonials >  */
.article .mc_testimonials_col,
.article .mcTests {
	margin: 20px 0;
}
.article .mcTests > br { display: none; }
.article .mc_testimonials_col p:empty { display: none; }
.article .mc_testimonial {
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.article .mc_testimonial .block_cont {
	margin: 0 0 10px;
	padding: 10px 10px 10px;
}
.article .mc_testimonial .block_wrap {
	box-sizing: border-box;
	padding: 20px;
	background: #003163;
}
.article .mc_testimonial h2 {
	color: #fff;
}
.article .mc_testimonial p {
	padding: 0 0 20px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.article .mc_testimonial p:empty { display: none !important; }
.article .mc_testimonial .mc_testimonial_attribution {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
    text-align: center;
    display: block;
	margin: 20px 0 0;
}
@media screen and (min-width: 800px) {
	.article .mc_testimonials_col,
	.article .mcTests {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 30px;
	}
}
@media screen and (min-width: 1120px) {
	.article .mc_testimonials_col,
	.article .mcTests {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.article .mc_testimonial .block_cont {
		margin: 0 0 20px;
	}
	.article .mc_testimonial .block_wrap {
		padding: 40px;
	}
	.article .mc_testimonial h2 {
		line-height: 1.2;
		font-size: 22px;
	}
	.article .mc_testimonial .mc_testimonial_attribution {
		font-size: 20px;
	}
}
@media screen and (min-width: 1640px) {
	.article .mc_testimonial .block_cont {
		margin: 0 0 32px;
	}
	.article .mc_testimonial h2 { font-size: 24px; }
	.article .mc_testimonial .mc_testimonial_attribution {
		font-size: 22px;
	}
}
/*  </ mcTestimonials >  */

article hr.testBorder {
	margin: 60px 0;
	height: 2px;
	background-image: linear-gradient(to right, rgb(0 49 99), rgba(0, 0, 0, 1), rgb(0 49 99));
	width: 100%;
}