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

.secondary {
	color: #A7AEAE; /* $secondary */
}

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

.quaternary {
	color: #2A6091; /* $quaternary */
}

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

.off {
	color: #ECF0F1; /* $off */
}

.dark {
	color: #313131; /* $dark */
}
/* End Color Tokens */

/* Testimonial Panel Styles */
.testimonial-panel {
	text-align: center;
	background-color: #ECF0F1; /* $off */
}

.testimonial-panel .main {
	max-width: 1500px;
}

.testimonial-panel header {
	padding-bottom: 0;
}

.testimonial-panel header icon {
	color: #2A6091; /* $primary */
	font-size: 4em;
}

.testimonial-panel header h2 {
	max-width: none;
}

.testimonial-panel header h2:after {
	content: '';
	position: relative;
	display: block;
	width: 4.5rem;
	height: 3px;
	background-color: #A7AEAE; /* $secondary */
	margin: 2.25rem auto;
}

.testimonial-panel header h4 {
}

.testimonial-panel .container {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	max-width: 1150px;
	width: 85%;
}

.testimonial-panel .review {
	max-height: 10em;
	padding-right: 1%;
	padding-left: 1%;
	margin-top: 0;
}

.testimonial-panel ul {
	transition: transform .5s ease 0s;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-panel li {
	position: relative;
}

.testimonial-panel li blockquote {
	padding: 0 5.5em;
	margin: 0;
	display: block;
}

_.testimonial-panel li blockquote:before, _.testimonial-panel li blockquote:after {
	content: '\e1d8';
	font-family: 'icomoon-ult';
	color: rgba(0,0,0,0.075);
	position: absolute;
	font-size: 5em;
	top: 0;
	left: 0;
	line-height: 1;
}

_.testimonial-panel li blockquote:after {
	content: '\e1d7';
	right: 0;
	left: auto;
}

.testimonial-panel li p.caption {
	font-size: 1.25em;
	margin-top: 0;
}

.testimonial-panel li h4 {
	font-size: 2em;
}

.testimonial-panel li p.author {
	text-transform: uppercase;
	color: #2A6091; /* $primary */
	font-weight: 700;
	position: relative;
	padding: 1em 0 0;
	margin: 0 auto;
	z-index: 1;
	letter-spacing: 0.05em;
}

.testimonial-panel .scroll-nav {
	position: absolute;
	height: 0;
	width: 96%;
	left: 2%;
	top: 40%;
	cursor: pointer;
	display: none;
}

.testimonial-panel.active .scroll-nav {
	display: block;
	-webkit-user-select: none;
	z-index: 1;
}

.testimonial-panel .scroll-nav span {
	display: block;
	cursor: pointer;
	color: #134070; /* $tertiary */
	transition: .4s ease 0s;
}

.testimonial-panel .scroll-nav span:hover {
	color: #A7AEAE; /* $secondary */
}

.testimonial-panel .scroll-nav .next {
	float: right;
	opacity: 1;
	visibility: visible;
	position: relative;
	font-weight: bold;
}

.testimonial-panel.end .scroll-nav .next {
	opacity: 0.25;
}

.testimonial-panel .scroll-nav .prev {
	float: left;
	opacity: 1;
	visibility: visible;
	position: relative;
	font-weight: bold;
}

.testimonial-panel.start .scroll-nav .prev {
	opacity: 0.25;
}

.testimonial-panel .scroll-nav .prev:before, .testimonial-panel .scroll-nav .next:before {
	font-family: 'icomoon-ult';
	display: block;
	font-size: 2.25em;
	line-height: 0;
	content: '';
	border-bottom: solid 2px #A7AEAE; /* $secondary */
	position: absolute;
	width: 45px;
	top: 49%;
	opacity: 0.35;
}

.testimonial-panel .scroll-nav .prev:before {
	right: -150%;
}

.testimonial-panel .scroll-nav .next:before {
	left: -150%;
}

.testimonial-panel .btn {
	display: table;
	margin: 2em auto 0;
}
/* End Testimonial Panel Styles */

/* Responsive Styles */
@media screen and (min-width:451px) {
}

@media screen and (min-width:1501px) {
}

@media screen and (max-width:1500px) {
	.testimonial-panel .review {
		max-height: 12em;
		padding-top: .5em;
		padding-bottom: .5em;
	}
}

@media screen and (max-width:1150px) {
	.testimonial-panel .container {
		width: 78%;
	}

	.testimonial-panel .scroll-nav .prev:before, .testimonial-panel .scroll-nav .next:before {
		width: 1.2em;
	}

	.testimonial-panel .scroll-nav .next:before {
		left: calc(-100% - 0.8rem);
	}

	.testimonial-panel .scroll-nav .prev:before {
		right: calc(-100% - 0.8rem);
	}
}

@media screen and (max-width:800px) {
	.testimonial-panel li blockquote {
		padding: 0 3.5em;
	}

	.testimonial-panel li blockquote:before, .testimonial-panel li blockquote:after {
		font-size: 3rem;
	}

	.testimonial-panel .container {
		width: 100%;
	}

	.testimonial-panel .scroll-nav {
		top: auto;
		bottom: 4.3em;
	}

	.testimonial-panel .scroll-nav span {
		width: 45%;
		display: inline-block;
		float: none;
	}

	.testimonial-panel .scroll-nav .next:before {
		right: 60%;
		left: auto;
	}

	.testimonial-panel .scroll-nav .prev:before {
		left: 60%;
		right: auto;
	}
}

@media screen and (max-width:550px) {
	.testimonial-panel .container {
		width: 100%;
	}

	.testimonial-panel li blockquote {
		padding: 0;
	}

	.testimonial-panel li blockquote:before, .testimonial-panel li blockquote:after {
		display: none;
	}

	.testimonial-panel li p.author:before {
		content: '\e1d8';
		font-family: 'icomoon-ult';
		color: rgba(0,0,0,0.075);
		position: absolute;
		z-index: -1;
		font-size: 4em;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.testimonial-panel .scroll-nav {
		position: relative;
		top: auto;
		bottom: auto;
		padding: 1rem 0;
	}

	.testimonial-panel .scroll-nav span {
		background-color: #134070; /* $tertiary */
		color: #FFFFFF; /* $light */
	}

	.testimonial-panel .scroll-nav span:hover {
		color: #FFFFFF; /* $light */
		background-color: #313131; /* $dark */
	}

	.testimonial-panel .scroll-nav .prev:before, .testimonial-panel .scroll-nav .next:before {
		display: none;
	}
}

@media screen and (max-width:450px) {
}
/* End Responsive Styles */
