.page-id-76 #mainContent{
	width: 100%;
	box-sizing: border-box;
	float: none;
}

/*  < mcTestimonials >  */
.mcTestimonial{
	color: #12455b;
	text-align: center;
	border-bottom: 1px solid #12455b;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.mcTestimonial img{
	width: 100%;
	max-width: 250px;
	height: auto;
}
.mcTestimonial p {
	font-size: 18px;
	font-style: italic;
	padding: 10px 0 20px;
}
.mctAuthor{
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (min-width: 1200px){
	.mcTestimonial{
		text-align: left;
		border: 0;
		position: relative;
	}
	.mcTestimonial:before{
		content: '';
		position: absolute;
		width: calc(100% - 275px);
		height: 1px;
		background: #12455b;
		top: 25px;
		right: 0;
		opacity: 0.25;
	}
	.mcTestimonial p {
		font-size: 20px;
		padding: 20px 0;
	}
}
/*  </ mcTestimonials >  */
