/* Color Tokens */
.primary {
	color: #B9A06F; /* $primary */
}

.secondary {
	color: #3F6400; /* $secondary */
}

.tertiary {
	color: #BAB7AB; /* $tertiary */
}

.light {
	color: #F2F0EE; /* $light */
}

.dark {
	color: #211F1C; /* $dark */
}

.white {
	color: #FFFFFF; /* $white */
}
/* End Color Tokens */

/* Testimonials List */
.panel-section .testimonial-list {
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #211F1C; /* $dark */
}

.panel-section .testimonial-list header {
}

.panel-section .testimonial-list header h2 {
	color: #F2F0EE; /* $light */
}

.panel-section .testimonial-list .container {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.panel-section .testimonial-list .container ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-flexbox .panel-section .testimonial-list .container ul {
	display: table;
}

.panel-section .testimonial-list .container ul li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2em 4%;
}

.no-flexbox .panel-section .testimonial-list .container ul li {
	display: table-cell;
	vertical-align: middle;
}

.panel-section .testimonial-list .container ul li blockquote {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

.panel-section .testimonial-list .container ul li h4 {
	color: #BAB7AB; /* $tertiary */
	font-size: 1.444em;
	line-height: 1.4;
	margin: 0;
	position: relative;
	font-family: 'Open Sans', sans-serif; /* @mainfont */
	text-indent: .2em;
}

.panel-section .testimonial-list .container ul li h4:before, .panel-section .testimonial-list .container ul li h4:after {
	color: #F2F0EE; /* $light */
}

.panel-section .testimonial-list .container ul li h4:before {
	content: '“ ';
}

.panel-section .testimonial-list .container ul li h4:after {
	content: ' ”';
}

.panel-section .testimonial-list .container ul li p {
	font-weight: 700;
	letter-spacing: .05em;
	position: relative;
	margin: 1em auto 0;
	color: #F2F0EE; /* $light */
}

.panel-section .testimonial-list .container ul li p:before {
	content: '- ';
}

.panel-section .testimonial-list .scrolling-list-nav {
	width: 100%;
	position: relative;
	padding: 0;
}

.panel-section .testimonial-list .scrolling-list-nav span {
}

.panel-section .testimonial-list .scrolling-list-nav span:before {
	background-color: #DEE8E0;
}

.panel-section .testimonial-list .scrolling-list-nav span:hover {
	color: #F2F0EE; /* $light */
}

.panel-section .testimonial-list .btn-con {
	text-align: center;
	margin-top: 1.75em;
}

.panel-section .testimonial-list .btn-con .btn {
	min-width: 250px;
}
/* End Testimonials List */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.panel-section .testimonial-list .container ul li h4 {
		font-size: 1.333em;
	}

	.panel-section .testimonial-list .btn-con {
		margin-top: 1.5em;
	}
}
/* End 800px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	.panel-section .testimonial-list .container ul li {
		padding: 1em 2em;
	}

	.panel-section .testimonial-list .container ul li h4 {
		font-size: 1.111em;
	}
}
/* End 550px Responsive */
