


/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_721 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_721 .container:after,
#stacks_in_721 .row:after, 
#stacks_in_721 .mbcol:after, 
#stacks_in_721 .clr:after, 
#stacks_in_721 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_721 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_721 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_721 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_721 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_721 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_721 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_721 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_721 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_721 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_721 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_721 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_721 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_721 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_721 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_721 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_721 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_721 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_721 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_721 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_721 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_721 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_721 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_721 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_721 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_721 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_721 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_721 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_721 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_720 {
	display:inline-block; width:100%; line-height: 1.640000em;
	font-size: 115%;
}

#stacks_in_745 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}

#stacks_out_745 {
	width: 80%;
}



/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_426 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_426 .container:after,
#stacks_in_426 .row:after, 
#stacks_in_426 .mbcol:after, 
#stacks_in_426 .clr:after, 
#stacks_in_426 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_426 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_426 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_426 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_426 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_426 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_426 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_426 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_426 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_426 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_426 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_426 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_426 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_426 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_426 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_426 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_426 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_426 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_426 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_426 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_426 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_426 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_426 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_426 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_426 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_426 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_426 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_426 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_426 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_431 {
	font-size: 109%;
}

#stacks_in_432 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}

#stacks_out_432 {
	width: 68%;
}

#stacks_in_437 {
	font-size: 110%;
}

#stacks_in_438 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}

#stacks_out_438 {
	width: 68%;
}

#stacks_in_435 {
	font-size: 109%;
}

#stacks_in_749 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
}

#stacks_out_749 {
	width: 69%;
}
