

/** STATIC CONTENT **/
.static-content						{ padding:80px 0px; font-size:1.2em; line-height:1.6em; }
.static-col							{ width:48%; }
.static-col.static-left				{ float:left; }
.static-col.static-right			{ float:right; }
.static-content .title-centered		{ text-align:center; font-size:; margin:0px 0px 40px 0px; }

.static-content						{ background:#FFFFFF; }
.static-content-grey				{ background:#FAFAFA; }
.static-content-pink				{ background:#C9158D; color:#FFFFFF; }
.static-content-purple				{ background:#492F92; color:#FFFFFF; }



/** RESPONSIVE **/
@media screen and (max-width:760px){

	.static-col						{ width:100%; height:auto !important; }
	.static-col.static-left,
	.static-col.static-right		{ float:none; margin:20px 0px; clear:both; }
	.static-col.fill-space			{ min-height:420px; }

}
