@charset "UTF-8";
/* CSS Document */


#testimonials_leftcol
{
	float: left;
	width: 32.12%;
	margin: 0 1.81% 0 0;
}

#testimonials_middlecol
{
	float: left;
	width: 32.12%;
	margin: 0 0 0 0;
}

#testimonials_rightcol
{
	float: right;
	width: 32.12%;
	margin: 0 0 0 0;
}


/* TESTIMONIAL STYLES ----------*/

.testimonial
{
	position: relative;
	width: 88.68%;
	background: #fff;
	border-top: solid 2px #0A3992;
	padding: 5.66%;
	margin: 0 0 5.66% 0;
}

.testimonial.large_text
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 130%;
	text-align: center;
	color: #0A3992;
}

.testimonial span
{
	font-weight: 600;
}

.testimonial.NM
{
	margin: 0 0 0 0;
}


@media screen and (max-width : 1100px) {


/* INTRO WRAPPER ----------*/

.testimonial.large_text
{
	font-size: 1.25em;
}
	
	
}


/* iPad Landscape -1px ----------- */
@media screen and (max-width : 1023px) {
	
	
#testimonials_leftcol
{
	width: 31.88%;
	margin: 0 2.17% 0 0;
}

#testimonials_middlecol
{
	width: 31.88%;
}

#testimonials_rightcol
{
	width: 31.88%;
}


/* TESTIMONIAL STYLES ----------*/

.testimonial
{
	width: 87.74%;
	padding: 6.13%;
	margin: 0 0 6.13% 0;
}
	
	
}


/* iPad Portrait -1px ----------- */
@media screen and (max-width : 767px) {
	
	
#testimonials_leftcol
{
	float: none;
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

#testimonials_middlecol
{
	float: none;
	position: relative;
	width: 100%;
}

#testimonials_rightcol
{
	float: none;
	position: relative;
	width: 100%;
}


/* TESTIMONIAL STYLES ----------*/

.testimonial
{
	width: 94.2%;
	padding: 2.9%;
	margin: 0 0 20px 0;
}

.testimonial.NM
{
	margin: 0 0 20px 0;
}
	
	
}


/* iPhone Landscape -1px ----------- */
@media screen and (max-width : 567px) {
	
	
/* TESTIMONIAL STYLES ----------*/

.testimonial
{
	width: 86.2%;
	padding: 6.9%;
}
	
	
}