section#testimonial .Section3Wrapper {
	background-image: url('/images/hp2017/testimonials_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#testimonial .white {
	color: #ffffff;
}
#testimonial .testimonial-quote {
	position: relative;
}
#testimonial .testimonial-quote p {
	font-family: 'GothamBook';
	font-size: 26px;
	font-style: italic;
	line-height: 34px;
}
#testimonial .testimonial-quote p.quotes {
	padding: 2em 0;
}
#testimonial .testimonial-quote p.quotes:before {
	position: absolute;
	top: -15px;
	left: 0;
	content: "\201C";
	font-family: 'Fontawesome';
	font-size: 4em;
	line-height: 1em;
}
#testimonial .testimonial-quote p.quotes:after {
	position: absolute;
	bottom: -45px;
	right: 0;
	content: "\201D";
	font-family: 'Fontawesome';
	font-size: 4em;
	line-height: 1em;
}
#testimonial .slider-single .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#testimonial .slider-single .slick-prev.slick-arrow {
	left: 0;
}
#testimonial .slider-single .slick-prev:before {
	content: '\f104';
	font-family: 'Fontawesome';
	font-size: 50em;
	line-height: 1em;
	color: #ffffff;
}
#testimonial .slider-single .slick-next.slick-arrow {
	right: 0;
}
#testimonial .slider-single .slick-next:before {
	content: '\f105';
	font-family: 'Fontawesome';
	font-size: 50em;
	line-height: 1em;
	color: #ffffff;
}
#testimonial .slider-single .slick-list.draggable {
	margin: 0 10em;
}
#testimonial .slider-single .slick-arrow {
	color: transparent;
	background: transparent;
	border: transparent;
	outline: 0;
	font-size: 1px;
}
#testimonial .slider-nav .slick-track {
	padding: 10px 0px 10px;
}
#testimonial .slider-nav .slick-list.draggable {

}
#testimonial .slider-nav .slick-slide.is-active {
	transform: scale(1.1);
	color: #00b2ff;
	opacity: 1;
}
#testimonial .slider-nav .slick-slide.is-active span:before, #testimonial .slider-nav .slick-slide.is-active span:after {
	color: #00b2ff;
}
#testimonial .slider-nav .slick-slide.is-active span.icon-logo_WellsFargo .path1:before {
	color: #000;
}
#testimonial .slider-nav .slick-slide {
	display: table;
	height: 90px;
	padding: 10px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	outline: 0;
	opacity: 0.45;
	transition: all 0.3s linear;
}
#testimonial .slider-nav .slick-slide > div {
	display: table-cell;
	vertical-align: middle;
}
#testimonial .slider-nav .slick-dots {
	text-align: center;
	list-style-type: none;
	padding-left: 0;
}
#testimonial .slider-nav .slick-dots li {
	display: inline-block;
}
#testimonial .slider-nav .slick-dots li button {
	color: transparent;
	background: transparent;
	border: transparent;
	outline: 0;
	font-size: 0;
}
#testimonial .slider-nav .slick-dots li button:before {
	content: '\f10c';
	font-family: 'Fontawesome';
	font-size: 10px;
	line-height: 10px;
	color: #ccc;
}
#testimonial .slider-nav .slick-dots li.slick-active button:before {
	content: '\f111';
	font-family: 'Fontawesome';
	font-size: 10px;
	line-height: 10px;
	color: #fff;
}
@media only screen and (max-width: 991px) {
	#testimonial .slider-single .slick-list.draggable {
		margin: 0 3em;
	}
	#testimonial .testimonial-quote p {
		font-size: 16px;
		line-height: 20px;
	}
}
.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.slider-nav .slick-slide { cursor: pointer; }
