
/* --- Who We Are Styles */

.wwa-wrapper {
	width: 1000px;
	margin: auto;
	max-width: 100%;
}

.wwa-row-l,
.wwa-row-r {
	width: 100%;
	background-repeat: no-repeat;
	margin: -10px 0 5px 0;
}

.wwa-row-l {
	background-image: url('../../uploads/layout/flow-arrow-right.png');
	background-position: top right;
}

.wwa-row-r {
	background-image: url('../../uploads/layout/flow-arrow-left.png');
	background-position: top left;
}

.wwa-row-l .wwa-content {
	float: left;
}

.wwa-row-r .wwa-content {
	float: right;
}

.wwa-row-l .wwa-content,
.wwa-row-r .wwa-content{
	padding-top: 30px;
	width: 82%;
}

.wwa-row-l .wwa-content h2,
.wwa-row-r .wwa-content h2 {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.wwa-row-l .wwa-content .text,
.wwa-row-r .wwa-content .text {
	padding: 25px;
	border: 1px solid #999;
	background-color: #F0F0F0;
	color: #FFF;
	font-size: 18px;
	line-height: 22px;
}

.wwa-row-l .blue .text,
.wwa-row-r .blue .text {
	background-color: #142046;
}

.wwa-row-l .green .text,
.wwa-row-r .green .text {
	background-color: #6DA021;
}

.wwa-row-l .red .text,
.wwa-row-r .red .text {
	background-color: #901C25;
}

.wwa-row-l .yellow .text,
.wwa-row-r .yellow .text {
	background-color: #E98601;
}

.wwa-row-l a,
.wwa-row-r a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.wwa-row-l .c,
.wwa-row-r .c {
	font-size: 1px !important;
	height: 1px !important;
}

.no-arrow {
	background-image: none !important;
}

.slideshow_photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.body .preview_image img {
	max-width: none;
}



@media screen and (max-width: 1275px){
	.wwa-row-l {
		background-image: url('../../uploads/layout/flow-arrow-right-three-quarter.png');
	}
	
	.wwa-row-r {
		background-image: url('../../uploads/layout/flow-arrow-left-three-quarter.png');
	}
}
@media screen and (max-width: 975px){
	.wwa-row-l {
		background-image: url('../../uploads/layout/flow-arrow-right-half.png');
	}
	
	.wwa-row-r {
		background-image: url('../../uploads/layout/flow-arrow-left-half.png');
	}
}




@media screen and (max-width: 575px){
	.wwa-row-l {
		background-image: url('../../uploads/layout/flow-arrow-right-quarter.png');
	}
	
	.wwa-row-r {
		background-image: url('../../uploads/layout/flow-arrow-left-quarter.png');
	}
	
	.wwa-row-l .wwa-content .text, 
	.wwa-row-r .wwa-content .text {
		font-size: 12px;
		line-height: 15px;
	}
	
	.wwa-row-l .wwa-content h2,
	.wwa-row-r .wwa-content h2 {
		font-size: 16px;
	}
	 
}

