.section-slideshow {
}

.cta-container {

}

.cta {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.cta-container .cta:last-child {
	margin-right: 0;
}
.cta img {
	width: 100%;
	max-width: 100%;
}

.intro-container {
	position: relative;
	z-index: 1; 
}

.intro-heading {
	color: #3a3a3a;
}


.section-blog {
	background-color: #FFFFFF;
}
.blog-heading {
	text-transform: uppercase;
	border-bottom: 10px solid #3a3a3a;
}
.article {
	background-color: #EFEFEF;
}
.article-thumb {
	float: left;
	border-left: 10px solid #929292;
	margin-right: 20px;
}
.article-thumb img {
	border: 5px solid #b7b7b7;
}
.article-heading a {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.more-blogs-button .z-button {
	background-color: #005b38 !important;
	color: #FFFFFF;
	text-transform: uppercase;
}

.testimonials-container {
	background-color: #35379C;
	position: relative;
	margin-bottom: 94px;
}
.testimonials-container:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-image: url(../images/testimonial-shoutout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
}
.testimonial {
}
.quote-open {
	float: left;

}
.quote-close {
	float: right;
}
.testimonial-text {
	color: #616161;
}
.testimonials-heading {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 40px;
}


.testimonial-slider {
	margin: 0;
}
.testimonial-slider-container {
	margin: 0;
	/* background-color: rgba( 0, 0, 0, 0.5 ); */
}
.content-slides-container{ width:100%; float:left;}
.testimonial-slider .testimonial-slide {
	/* padding: 40px; */
	/* color: #FFFFFF; */
	/* font-style: italic; */
}
.testimonial-slider.content-slider .slider-previous-button {
	background-color: #000000;
	width: 60px;
	height: 120px;
	padding: 0;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial-slider.content-slider .slider-previous-button:hover {
	background-color: #666666;
}
.testimonial-slider.content-slider .slider-next-button {
	background-color: #000000;
	width: 60px;
	height: 120px;
	padding: 0;
	margin-left: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial-slider.content-slider .slider-next-button:hover {
	background-color: #666666;
}


@media screen and (max-width: 1362px) {

}

@media screen and (max-width: 992px) {
	.section-slideshow {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.cta-container {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.cta {

	}
	.cta img {
		width: 100%;
		max-width: 100%;
	}

}

@media screen and (max-width: 767px) {
	.intro-sidebar {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		max-width: 90%;
		min-width: 200px;
	}

	.cta {
		float: left;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 20px;
	}
	.cta-container .cta:last-child {
		margin-right: 10px;
	}

}

@media screen and (max-width: 479px) {

}










@media screen and ( max-width: 480px ) {
	.testimonial-slider-container {
		margin: 0;
	}
	.testimonial-slider .slider-previous-button {
		display: none;
	}
	.testimonial-slider .slider-next-button {
		display: none;
	}
}
