.staticForm-container,
.staticForm-container h2 { color: #fff; }

.static-titles-black { background: #383836; }

/** GENERAL **/
.testimonial-post									{ margin:20px 0px 40px 0px; }
.testimonial-post .content-wrapper					{ position:relative; } 
.testimonial-post .post-content,
.testimonial-post .post-tail						{ width:500px; }
.testimonial-post .post-content						{ padding:20px; }
.testimonial-post.no-image .post-content			{ width:94%; padding:20px 3%; }
.testimonial-post-odd .post-content					{ float:left; }
.testimonial-post-even .post-content				{ float:right; }
.testimonial-post .post-content .text				{ font-size:1.1em; }
.testimonial-post .post-content .seperator			{ clear:both; width:100px; margin:30px auto; }
.testimonial-post .post-content .name				{ font-size:1.1em; }
.testimonial-post .post-content .address			{ font-style:italic; }
.testimonial-post .post-image						{ position:absolute; top:0; bottom:0; }
.testimonial-post.no-image .post-image				{ display:none; }
.testimonial-post-odd .post-image					{ left:540px; right:0; }
.testimonial-post-even .post-image					{ left:0; right:540px; }
.testimonial-post .post-tail						{ clear:both; padding:0px 0px 0px 70px; }
.testimonial-post-odd .post-tail					{ float:left; }
.testimonial-post-even .post-tail					{ float:right; }
.testimonial-post.no-image .post-tail				{ float:none; width:90%; }

.testimonial-post-even .post-content				{ background:#59B999; color:#FFFFFF; }
.testimonial-post-odd .post-content					{ background:#383836; color:#FFFFFF; }
.testimonial-post-even .post-content .seperator		{ border-top:1px solid #FFFFFF; }
.testimonial-post-odd .post-content .seperator		{ border-top:1px solid #FFFFFF; }

.form .form-error-summary { background: #59B999; }
.form-success p { color: #fff; }

/** RESPONSIVE **/
@media screen and (max-width:970px){
	
	.testimonial-post .post-content,
	.testimonial-post .post-tail			{ width:400px; }
	.testimonial-post-odd .post-image		{ left:440px; }
	.testimonial-post-even .post-image		{ right:440px; }
	
}

@media screen and (max-width:780px){
	
	.testimonial-post .post-content,
	.testimonial-post .post-tail			{ width:350px; }
	.testimonial-post-odd .post-image		{ left:390px; }
	.testimonial-post-even .post-image		{ right:390px; }
	
}

@media screen and (max-width:760px){
	
	.testimonial-post .post-content,
	.testimonial-post .post-tail			{ width:auto; }
	.testimonial-post-odd .post-content,
	.testimonial-post-even .post-content,
	.testimonial-post-odd .post-tail,
	.testimonial-post-even .post-tail		{ float:none; }
	.testimonial-post .post-image			{ position:static; height:200px;}
	.testimonial-post-odd .post-image		{ left:0px; }
	.testimonial-post-even .post-image		{ right:0px; }
	
}

@media screen and (max-width:500px){

	.testimonial-post.no-image .post-image			{ display:none; }

}


