.member-testimonials-container {
	background: #3f7fca;
	position: relative;
	padding-top: 0.5em;
	z-index: 1;
}

.member-testimonials-container .wrapper {
	padding-right: 50px;
	padding-left: 50px;
}

.member-testimonials {
	position: relative;
	margin-top: -1.2em;
	padding-bottom: 0;
}

.testimonial-wrapper {
	display: block;
	position: relative;
}

.testimonial-pic-wrapper {
	float: left;
	padding-right: 20px;
}

.testimonial-pic {
	float: left;
	border-radius: 50%;
	border: 3px solid #fff;
	max-width: 250px;
	max-height: 250px;
	height: auto;
	width: auto;
}

.testimonial-quote {
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: "avenir-lt-pro";
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.testimonial-quote:before {
	content: open-quote;
	line-height: 1.2;
}

.testimonial-quote:after {
	content: close-quote;
}

.testimonial-quote:before,
.testimonial-quote:after {
	font-family: "iptc";
	display: inline-block;
	vertical-align: bottom;
	color: #fff;
	font-size: 2em;
	top: 0.2em;
}

.testimonial-person {
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: italic;
	font-family: "avenir-lt-pro";
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.testimonial-slider .owl-dots {
	text-align: center;
	margin: 10px 0;
}

.testimonial-slider .owl-dot {
	width: 9px;
	height: 9px;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	background: #ddd;
	border: 0;
}

.testimonial-slider .owl-dot.active {
	background: #999;
}
