/* Color Tokens */
.color-tokens {
	color: #30324A; /* $primary */
	background-color: #FFDD81; /* $secondary */
	border-left-color: #AD9E7E; /* $tertiary */
	border-right-color: #FFFFFF; /* $light */
	border-bottom-color: #000000; /* $dark */
	border-top-color: #3F3F3F; /* $text */
}
/* End Color Tokens */

/* Testimonial Panel V4 Styles */
.testimonial-panel.v4 {
	line-height: 1.4em;
	background-color: #FFFFFF; /* $light */
	text-align: center;
	background-image: url(/images/design/testimonials.jpg);
	background-size: cover;
	background-position: center;
	height: 62.5em;
}

.sub .testimonial-panel.v4 {
	height: 40em;
	padding: 5em 0;
	background-position: bottom;
}

.testimonial-panel.v4 header {
	padding: 0 0 2em;
}

.testimonial-panel.v4 header h2 {
	font-family: 'Playfair Display', serif;
	font-size: 4.063em;
}

.testimonial-panel.v4 ul {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.testimonial-panel.v4 li {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding: 2.5em;
	width: 48.5%;
	height: 20em;
}

.sub .testimonial-panel.v4 li {
	height: 15em;
}

body.cms-layout .cms-zone ul.zone-tab li {
	height: 100%;
}

.testimonial-panel.v4 li.item1 {
	border-right: solid 2px #FFDD81;
	border-bottom: solid 2px #FFDD81;
}

.sub .testimonial-panel.v4 li.item1 {
	border: none;
}

.sub .testimonial-panel.v4 li.item2 {
	border: none;
}

.testimonial-panel.v4 li.item2 {
	border-bottom: solid 2px #FFDD81;
}

.testimonial-panel.v4 li.item3 {
	border-right: solid 2px #FFDD81;
}

.testimonial-panel.v4 li.item4 {
}

.testimonial-panel.v4 li.testimonial-quotes {
	position: relative;
}

.testimonial-panel.v4 li .testbtn {
	position: absolute;
	bottom: 0;
	right: 0;
}

.sub .testimonial-panel.v4 li .testbtn {
	display: none;
}

.testimonial-panel.v4 li .testbtn:before {
	display: none;
}

.testimonial-panel.v4 li .icon {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.testimonial-panel.v4 li .icon icon {
	font-size: 2.2em;
	background-color: #F2F2F2; /* darken($light,5%) */
	display: block;
	padding: .5em;
	border-radius: 50%;
	color: #000000; /* $dark */
	width: 2em;
	height: 2em;
}

.testimonial-panel.v4 .text {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	line-height: 1em;
	padding: 1.875em 0;
	font-style: italic;
}

.testimonial-panel.v4 blockquote {
	margin: 0;
}

.testimonial-panel.v4 h4 {
	text-transform: none;
	font-style: italic;
	font-size: 1.275em;
	line-height: 1.4em;
	font-weight: 600;
}

.testimonial-panel.v4 .client-info {
	font-weight: 600;
	color: #30324A; /* $primary */
	padding: 0;
	margin: 0;
	font-size: 1.438em;
}

.testimonial-panel.v4 .client-city {
	color: #AD9E7E; /* $tertiary */
	font-size: 1.250em;
	margin: .5em 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 500;
}

.testimonial-panel.v4 .view-all-test {
	margin-top: 4.5em;
}

.testimonial-panel.v4 .view-all-test .btn:before {
	border-color: #30324A; /* $primary */
}
/* End Testimonial Panel V4 Styles */

/* Testimonial Panel V4 IE Fallbacks */
.no-flexbox .testimonial-panel.v4 ul {
	display: table;
}

.no-flexbox .testimonial-panel.v4 ul li {
	display: table-cell;
	width: 25%;
}
/* End Testimonial Panel V4 IE Fallbacks */

/* IE fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.v4.testimonial-panel h4 {
		width: 33%;
	}
}
/* End IE fixes */

/* Testimonial Panel V4 Responsive */
@media (max-width:550px) {
	.testimonial-panel.v4 ul {
		display: block;
	}

	.testimonial-panel.v4 li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 80%;
		margin: 0 auto;
	}
}
/* End Testimonial Panel V4 Responsive */

/* Responsive Events @ 900px */
@media (max-width: 900px) {
	.testimonial-panel.v4 li {
		width: 100%;
	}

	.testimonial-panel.v4 li.item1 {
		border-right: none;
	}

	.testimonial-panel.v4 li.item2 {
	}

	.testimonial-panel.v4 li.item3 {
		display: none;
	}

	.testimonial-panel.v4 li.item4 {
		display: none;
	}

	.sub .testimonial-panel.v4 {
		height: 100%;
	}
}
/* End Responsive Events @ 900px */

/* Responsive Events @ 600px */
@media (max-width: 600px) {
	.testimonial-panel.v4 li .testbtn {
		display: none;
	}

	.testimonial-panel.v4 li.item1 {
		border-bottom: none;
	}

	.testimonial-panel.v4 li.item2 {
		border-bottom: none;
		margin-bottom: 5em;
	}

	.testimonial-panel.v4 {
		height: 100%;
	}

	.testimonial-panel.v4 .view-all-test {
		width: 90%;
		margin: 1.5em auto 0;
	}

	.sub .testimonial-panel.v4 li {
		height: 100%;
	}
}
/* End Responsive Events @ 600px */
