﻿/* -----------------------------------------
:: GLOBAL STYLES
----------------------------------------- */
div {
	position: relative;
}

.column-clear {
	clear: both;
}

/* -----------------------------------------
:: TEAM CIRCLE BOX
----------------------------------------- */
.quad-quote {
	background: none repeat scroll 0 0 #eaeaea;
	padding: 20px;
	font-style: italic;
	margin-top: 60px;
	border-radius: 20px 0px 20px 0px;
}

.quad-quote:after {
	content: "";
	width: 0;
	height: 0;
	border: 30px solid;
	border-color: #eaeaea transparent transparent transparent;
	position: absolute;
	margin-left: -30px;
	left: 70px;
	bottom: -60px;
}

.quad-quote-img {
	text-align: left;
	margin: 50px 0px 0px 20px;
}

.quad-quote-img img {
	border-radius: 50%;
}

.quad-quote-img span {
	margin-left: 50px;
	font-weight: 700;
}

