@charset "UTF-8";

/*  Sections  */
.section {
	clear: both;
	padding: 40px 35px;
	margin: 0px;
}

.closer-bottom {
	padding: 50px 35px 0;
}

.closer-top {
	padding: 0 35px 50px;
}


/*  Column Setup  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  Marginless Column Setup  */
.section-tight {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.col-tight {
	display: block;
	float:left;
	margin: 0;
}
.col-tight:first-child { margin-left: 0; }


/*  Groups  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  Eight Column Grid with Margin */
.span_8_of_8 {width: 100%;}

.span_7_of_8 {width: 87.3%;}

.span_6_of_8 {width: 74.6%;}

.span_5_of_8 {width: 61.9%;}

.span_4_of_8 {width: 49.2%;}

.span_3_of_8 {width: 36.5%}

.span_2_of_8 {width: 23.8%;}

.span_1_of_8 {width: 11.1%;}


/* Eight Column Grid No Margin */
.tight-span_8_of_8 {width: 100%;}

.tight-span_7_of_8 {width: 87.5%;}

.tight-span_6_of_8 {width: 75%;}

.tight-span_5_of_8 {width: 62.5%;}

.tight-span_4_of_8 {width: 50%;}

.tight-span_3_of_8 {width: 37.5%}

.tight-span_2_of_8 {width: 25%;}

.tight-span_1_of_8 {width: 12.5%;}



/*  Collapsing Behavior */

@media only screen and (max-width: 950px) {
	.col {  margin: 1% 1.6% 1% 0%;  }
	.span_6_of_8, .span_2_of_8 {width: 100%;}
	
	.span_1_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_7_of_8
	{ width: 100%; }
	
	.section { padding: 20px 20px; }
	
	.top-fix {padding-top: 85px; background: white;}
	
}

@media only screen and (max-width: 600px) {
	.col {  margin: 4% 0 4% 0%;  }
	.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 { width: 100%; }
		
	.tight-span_1_of_8, .tight-span_2_of_8, .tight-span_3_of_8, .tight-span_4_of_8, .tight-span_5_of_8, .tight-span_6_of_8, .tight-span_7_of_8, .tight-span_8_of_8 { width: 100%; }
	
	.section { padding: 20px 20px; }
}