/* Color Tokens */
#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}
/* End Color Tokens */

/* General Local Tesimonial Feed Styles */
.testimonial-feed-container {
	padding: 0;
}

.testimonial-feed-container:after {
	content: '';
	background-image: linear-gradient(to bottom,rgba(255,255,255,0),#F8F6F1);
	width: 100%;
	height: 15%;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}

.testimonial-feed-container .flex.el-tab-box {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.testimonial-feed-container .content {
}

.testimonial-feed-container .scroll-box {
	padding-bottom: 4.167em;
}

.testimonial-feed-container .scroll-box .holder {
}

.testimonial-feed-container .holder .container {
	padding-left: 3.056em;
	position: relative;
}

.testimonial-feed-container .holder .container:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	box-shadow: inset 5em 0 3.5em -3.5em #FFFFFF, inset -5em 0 3.5em -3.5em #FFFFFF;
	pointer-events: none;
}

.testimonial-feed-container .holder .container .testimonial-info {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.testimonial-feed-container .holder .testimonial-info .testimonial {
	padding-right: 11.111em;
}

.testimonial-feed-container .holder .testimonial-info .testimonial img {
	height: 18.056em;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.testimonial-feed-container .holder .testimonial-info .testimonial .title {
	margin-bottom: 2.778em;
	margin-top: 1.778em;
}

.testimonial-feed-container .holder .testimonial-info .testimonial .title h4 {
	font-size: 2.667em;
	color: #00548B; /* $primary */
	font-weight: 300;
}

.testimonial-feed-container .holder .testimonial-info .testimonial .info {
}

.testimonial-feed-container .holder .testimonial-info .testimonial .info h4 {
	color: #6E206F;
	font-weight: 600;
	font-size: 1.333em;
	margin-bottom: .5em;
}

.testimonial-feed-container .holder .testimonial-info .testimonial .info p {
	font-weight: 300;
	font-size: 1.167em;
	line-height: 1.524em;
	color: #3A4855;
}

.testimonial-feed-container .holder .testimonial-footer {
	margin-top: 2.667em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 3.056em;
}

.testimonial-feed-container .desktop-image-holder {
	background-image: linear-gradient(to right,#F2F2ED,#D7ECFA);
}

.desktop-image-holder .testimonial-header {
}

.desktop-image-holder .testimonial-header header {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.778em 3em 1.778em 6.333em;
}

.ppc-layout .desktop-image-holder .testimonial-header header {
	background-color: #3F79BC; /* $tertiary */
}

.ppc-layout .desktop-image-holder .testimonial-header header h4 {
	color: #FFFFFF;
}

.desktop-image-holder .testimonial-header icon {
	color: #FFFFFF; /* $white */
}

.desktop-image-holder .testimonial-header h4 {
	color: #FFFFFF; /* $white */
	font-size: 2.222em;
	font-weight: 600;
	line-height: 1;
}

.desktop-image-holder .image {
}

.desktop-image-holder .image .image-item {
	opacity: 0;
	transition: opacity 0s ease 0s;
	width: 100%;
	height: 0;
}

.desktop-image-holder .image .image-item.active {
	height: 100%;
	opacity: 1;
	transition: opacity .5s ease 0s;
}

.desktop-image-holder .image .image-item .info {
}

.desktop-image-holder .image .image-item .info img {
	height: 22.778em;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	color: transparent;
}

.desktop-image-holder .image .image-item .info img.default-img {
	background-position: center;
}

.desktop-image-holder .image .image-item .info p {
	line-height: 1.444em;
	margin: .5em 0;
	padding: 0 3em 0 6.333em;
}

.desktop-image-holder .image .image-item .info p .read-more-btn {
}

.desktop-image-holder .image .image-item .info p .read-more-btn.hide {
	display: none;
}
/* End General Local Tesimonial Feed Styles */

/* Local Testimonial Feed [Green Theme] */
.green-theme .desktop-image-holder .testimonial-header header {
	background-color: #008E85;
}
/* End Local Testimonial Feed [Green Theme] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.local.testimonial-feed-container {
	}

	.desktop-image-holder .testimonial-header header {
		padding: 1.778em 2.5em;
	}

	.desktop-image-holder .image .image-item .info p {
		padding: 1.5em 2.5em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.local.testimonial-feed-container {
	}

	.desktop-image-holder .testimonial-header header {
		padding: 1.889em 1em;
	}

	.desktop-image-holder .testimonial-header h4 {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		color: #00548B; /* $primary */
		font-size: 1.8em;
	}

	.green-theme .desktop-image-holder .testimonial-header h4 {
		color: #FFFFFF; /* $white */
	}

	.desktop-image-holder .testimonial-header icon {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		color: #00548B; /* $primary */
		margin-right: .5em;
		font-size: .9em;
	}

	.green-theme .desktop-image-holder .testimonial-header icon {
		color: #FFFFFF; /* $white */
	}

	.testimonial-feed-container .holder .container {
		padding-left: 0;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial {
		padding-right: 0;
		position: relative;
	}

	_.testimonial-feed-container .holder .testimonial-info .testimonial:after {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		height: 18.056em;
		background-image: linear-gradient(to right,#F2F2ED,#D7ECFA);
		content: '';
		z-index: -1;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial .title {
		padding: 0 3.333em;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial .info {
		padding: 0 3.333em;
	}

	.testimonial-feed-container .holder .container:after {
		top: 18.056em;
	}

	.testimonial-feed-container .holder .container .testimonial-info .read-more a {
		padding-left: 3.333em;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
	.local.testimonial-feed-container {
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial img.mobile {
		width: 70%;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial:after {
		left: 70%;
	}

	.desktop-image-holder .image .image-item .info img {
		height: 16em;
	}

	.desktop-image-holder .image .image-item .info p {
		padding: 2em 1.5em;
	}
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.local.testimonial-feed-container {
	}

	.desktop-image-holder .image {
		display: none;
	}

	.desktop-image-holder .testimonial-header icon {
		font-size: 1em;
	}

	.testimonial-feed-container .desktop-image-holder {
		width: 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial img.mobile {
		display: block;
		background-position: 50% 50%;
		width: 50%;
		_margin: 0 auto;
	}

	.testimonial-feed-container .content {
		width: 100%;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial .info p {
		display: none;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial .read-more {
		padding: 0 1.5em;
		display: block;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial img.mobile {
		margin-left: 3.333em;
		width: 70%;
	}

	.desktop-image-holder .testimonial-header h4 {
		font-size: 2.222em;
	}

	.desktop-image-holder .testimonial-header header {
		padding: 1.889em 3.333em;
	}
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
	.local.testimonial-feed-container {
	}

	.desktop-image-holder .testimonial-header header {
		padding: 1.5em;
	}

	.testimonial-feed-container .holder .testimonial-footer {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial .title {
		margin-top: 1.778em;
		margin-bottom: 1em;
		padding: 0 1.5rem;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial img.mobile {
		width: 100%;
		margin-left: 0;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial:after {
		display: none;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial .info {
		padding: 0 1.5em;
	}

	.testimonial-feed-container .holder .container:after {
		display: none;
	}
}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
	.local.testimonial-feed-container {
		padding-top: 2em;
	}

	.testimonial-feed-container .holder .testimonial-footer {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 1em;
	}

	.testimonial-feed-container .holder .testimonial-footer .btn-con {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.testimonial-feed-container .holder .testimonial-footer .scrolling-list-nav {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-bottom: 1em;
	}

	.desktop-image-holder .testimonial-header header {
		padding: 1em;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial .title {
		padding: 0 1em;
	}

	.testimonial-feed-container .holder .testimonial-info .testimonial .info {
		padding: 0 1em;
	}

	.testimonial-feed-container .holder .container:after {
		display: none;
	}
}
/* End Responsive [450px] */
