  .quote-container{
	background-color:#eb8463;
	margin-bottom:1%;
	border-radius:2px
}
.quote-container-2{
	display: inline-flex;
	background-color:#542d6e;
	margin-bottom: 0%;
	border-radius:2px;
}
.quote-box{
	padding:4% 8%;
	position:relative
}
.quote{
	font:normal 20px/1.5 "Playfair Display",serif;
	color:white;
	text-shadow:#564f4f 1px 1px 1px
}
.name-space{
	display:block;
	height:auto;
	height:20px
}
.name-space .name{
	font:normal 18px/1.5 "Playfair Display",serif;
	color:#e4dccb;
	font-weight:100;
	text-shadow:#333 1px 1px 1px;
	float:right
}
div.name a{
	text-shadow:none;
	font-size:1.5em
}
.profile{
	list-style-type:none;
	text-align:center;
	margin:0 auto
}
.job-title{
	font-size:14px;
	line-height:15px
}
div.content h5{
	margin:0 0 5px;
	font-size:75%;
	line-height:15px
}
.contact{
	line-height:16px
}
div.contact p{
	font-size:13px
}
.profile img{
	padding-top:10px
}
.content{
	display:inline-block;
	margin-bottom: -1em;
}
#toTop{
	background-color:rgba(255,255,255,0.9);
	-webkit-border-top-left-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-bottomleft:7px;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	padding:5px 3px;
	position:fixed;
	z-index:9999;
	top:80%;
	right:8px;
	display:none
}
.two-cols{
	width:48%;
	float:left;
	margin-left:0
}
blockquote{
	background:#f9f9f9;
	border-left:10px solid #ccc;
	margin:1.5em 10px;
	padding:2em 1em
}
blockquote:before{
	color:#ccc;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-0.4em
}
blockquote p{
	display:inline
}
blockquote img{
	float:left;
	-moz-border-radius-topright:100%;
	-moz-border-radius-bottomright:100%;
	-moz-border-radius-bottomleft:100%;
	-webkit-border-top-left-radius:100%;
	-webkit-border-top-right-radius:100%;
	-webkit-border-bottom-right-radius:100%;
	-webkit-border-bottom-left-radius:100%;
	margin:0% 2% 0 0%
}
.section{
	clear:both;
	padding:0;
	margin:0
}
.group:before,.group:after{
	content:"";
	display:table
}
.group:after{
	clear:both
}
.group{
	zoom:1
}
.col{
	display:block;
	float:left;
	margin:1% 0 1% 1.6%
}
.col:first-child{
	margin-left:0
}
@media screen and (max-width: 980px){
	.three-cols,.two-cols,.one-cols{
		width:100%;
		margin:0;
		float:none
	}
	.two-cols ul{
		margin:0 !important
	}
	.two-cols.addPadding{
		margin:0 0 20px
	}
}
@media only screen and (max-width: 480px){
	.col{
		margin:1% 0 1% 0%
	}
}
.span_3_of_3{
	width:100%
}
.span_2_of_3{
	width:64.13%;
	padding-left:2%;
	margin-top:-1%
}
.span_1_of_3{
	width:32.26%
}
@media only screen and (max-width: 480px){
	.span_3_of_3{
		width:100%
	}
	.span_2_of_3{
		width:100%;
		padding-left:0;
		text-align:center
	}
	.span_1_of_3{
		width:100%
	}
	.section{
		text-align:center
	}
	div.col.span_1_of_3 img{
		width:55%
	}
	div.contact p{
		font-size:18px;
		text-align:center;
		line-height:23px
	}
}
 