/* 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 System */
.testimonial-system {
}

.testimonial-system ul {
	padding: 0;
}

.testimonial-system header {
	text-align: center;
}

.testimonial-system li {
	width: 49%;
	display: block;
	position: relative;
}

.testimonial-system .main-testimonial li {
	float: none;
	width: 100%;
	padding: 1em 1% 1.5em calc(1% + 1.5em);
}

.testimonial-system .review-item {
	margin: 2em 0;
}

.testimonial-system li.left div.review-item:first-of-type {
	display: none;
}

.testimonial-system blockquote {
	margin: 0;
	background-color: #FFFFFF; /* $light */
	position: relative;
	_box-shadow: 0 0 2em rgba(0,0,0,0.15);
	border: solid 1px #AD9E7E; /* $tertiary */
}

.testimonial-system .main-testimonial blockquote {
	box-shadow: none;
	background-color: #30324A; /* $primary */
	padding: 3.5em 8%;
	color: #FFFFFF; /* $light */
}

.testimonial-system .main-testimonial blockquote:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 1.5em;
	left: -1.5em;
	border: solid 1px #AD9E7E; /* $tertiary */
}

.testimonial-system .main-testimonial blockquote:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #30324A; /* $primary */
}

.testimonial-system blockquote small {
	display: none;
}

.testimonial-system .review {
	padding: 3em 8%;
	position: relative;
}

.testimonial-system .main-testimonial .review {
	padding: 0;
	z-index: 1;
}

.testimonial-system blockquote h2 {
	font-size: 2em;
}

.testimonial-system .main-testimonial blockquote h2 {
	color: #FFFFFF; /* $light */
	font-weight: 300;
	font-size: 2em;
}

.testimonial-system .review p {
	margin: 1rem 0 0;
	line-height: 1.9em;
	font-size: 1.1em;
}

.testimonial-system #TestimonialSystemMain .review p {
	font-size: 1.25em;
}

.testimonial-system .main-testimonial .review p {
	margin: 1rem 0;
}

.testimonial-system .info {
	background-color: #AD9E7E; /* $tertiary */
	padding: 2em 8%;
	position: relative;
}

.testimonial-system .main-testimonial .info {
	padding: 0;
	background-color: transparent;
	margin: 2rem 0 0;
	z-index: 1;
}

.testimonial-system .info h3 {
	color: #FFFFFF; /* $light */
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85em;
	float: left;
	display: inline-block;
	line-height: 1em;
	font-weight: 600;
}

.testimonial-system .main-testimonial .info h3 {
	display: block;
	float: none;
}

.testimonial-system .info p {
	float: right;
	color: #FFFFFF; /* $light */
	font-size: 1em;
	display: inline-block;
	margin: 0;
	line-height: 1em;
	font-weight: 600;
}

.testimonial-system .main-testimonial .info p {
	float: none;
	display: block;
	margin: 1rem 0 0;
}

#cdawrap {
	display: none !important;
}
/* End Testimonial System */

/* Testimonial System Responsive */
@media (max-width: 1650px) {
}

@media (max-width: 1400px) {
}

@media (max-width: 1060px) {
	.testimonial-system li {
		width: 100%;
		float: none;
	}
}

@media (max-width: 800px) {
}

@media (max-width: 500px) {
}
/* End Testimonial System Responsive */
