
#stacks_in_931 {
	display:inline-block; width:100%; line-height: 1.740000em;
	font-size: 94%;
}



/* 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_154 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_154 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_154 .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_154 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_154 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_154 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_154 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_154 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_154 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_154 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_154 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_154 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_154 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_154 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_154 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_154 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_154 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_154 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_154 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_154 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_154 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_154 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_154 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_154 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_154 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_154 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_154 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_882 {
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
}

#stacks_out_882 {
	width: 85%;
}
#stacks_in_167_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_167 a:link, #stacks_in_167 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_167 a:hover, #stacks_in_167 a:active {
	color:#FFFFFF;
}







#stacks_in_167 a:link, #stacks_in_167 a:visited {
	background-color:#7F7F7F;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F7F7F), to(#4C4C4C));
	border:1px solid #4C4C4C;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_167 a:hover {
	background-color:#898989;
	background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#424242));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_167 a:active {
	background-color:#7F7F7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_168 {
	font-size: 110%;
}

#stacks_in_166 {
	display:inline-block; width:100%; line-height: 0.990000em;
	font-size: 124%;
}

#stacks_in_932 {
	padding: 0px 0px 0px 10px;
}

#stacks_out_932 {
	margin-right:0;
}



/* 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_199 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_199 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_199 .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_199 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_199 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_199 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_199 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_199 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_199 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_199 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_199 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_199 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_199 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_199 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_199 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_199 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_199 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_199 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_199 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_199 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_199 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_199 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_199 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_199 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_199 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_199 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_199 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_722 {
	background-color: rgba(51, 51, 51, 1.00);
	padding:  10px;
}

#stacks_in_723 {
	font-size: 140%;
}

#stacks_in_934 {
	background-color: rgba(51, 51, 51, 1.00);
	padding:  10px;
}

#stacks_in_935 {
	font-size: 140%;
}
#stacks_in_243_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_243 a:link, #stacks_in_243 a:visited {
	 display:block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_243 a:hover, #stacks_in_243 a:active {
	color:#FFFFFF;
}










#stacks_in_243 a:link, #stacks_in_243 a:visited {
	background-color:#7F7F7F;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F7F7F), to(#4C4C4C));
	border:1px solid #4C4C4C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_243 a:hover {
	background-color:#898989;
	background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#424242));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_243 a:active {
	background-color:#7F7F7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_243 {
	width: 74%;
}

#stacks_in_244 {
	font-size: 107%;
}
#stacks_in_996_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_996 a:link, #stacks_in_996 a:visited {
	 display:block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_996 a:hover, #stacks_in_996 a:active {
	color:#FFFFFF;
}










#stacks_in_996 a:link, #stacks_in_996 a:visited {
	background-color:#7F7F7F;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F7F7F), to(#4C4C4C));
	border:1px solid #4C4C4C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_996 a:hover {
	background-color:#898989;
	background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#424242));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_996 a:active {
	background-color:#7F7F7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_996 {
	width: 74%;
}

#stacks_in_997 {
	font-size: 107%;
}
#stacks_in_672_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_672 a:link, #stacks_in_672 a:visited {
	 display:block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_672 a:hover, #stacks_in_672 a:active {
	color:#FFFFFF;
}










#stacks_in_672 a:link, #stacks_in_672 a:visited {
	background-color:#7F7F7F;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F7F7F), to(#4C4C4C));
	border:1px solid #4C4C4C;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_672 a:hover {
	background-color:#898989;
	background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#424242));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_672 a:active {
	background-color:#7F7F7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_672 {
	width: 74%;
}

#stacks_in_673 {
	font-size: 107%;
}

#stacks_in_724 {
	background-color: rgba(51, 51, 51, 1.00);
	padding:  10px;
}

#stacks_in_725 {
	font-size: 140%;
}

#stacks_in_277 {
	display:inline-block; width:100%; line-height: 1.740000em;
	font-size: 90%;
}



/* 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_302 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_302 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_302 .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_302 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_302 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_302 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_302 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_302 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_302 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_302 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_302 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_302 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_302 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_302 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_302 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_302 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_302 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_302 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_302 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_302 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_302 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_302 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_302 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_302 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_302 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_302 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_302 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_302 {
	background-color: rgba(230, 230, 230, 0.50);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 15px 20px 0px 20px;
}

#stacks_in_848 {
	padding: 0px 0px 15px 0px;
}

#stacks_out_848 {
	width: 40%;
}

#stacks_in_845 {
	font-weight: lighter;
}

#stacks_out_356 {
	width: 90%;
}

#stacks_in_357 {
	font-size: 99%;
}



/* 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_740 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_740 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_740 .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_740 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_740 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_740 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_740 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_740 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_740 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_740 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_740 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_740 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_740 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_740 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_740 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_740 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_740 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_740 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_740 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_740 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_740 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_740 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_740 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_740 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_740 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_740 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_740 .gutters .mbspan_12 { margin:0; width: 100%; }
}#stacks_in_768_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_768 a:link, #stacks_in_768 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_768 a:hover, #stacks_in_768 a:active {
	color:#FFFFFF;
}







#stacks_in_768 a:link, #stacks_in_768 a:visited {
	background-color:#7F7F7F;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F7F7F), to(#4C4C4C));
	border:1px solid #4C4C4C;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_768 a:hover {
	background-color:#898989;
	background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#424242));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_768 a:active {
	background-color:#7F7F7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_773 {
	font-size: 110%;
}

#stacks_in_709 {
	background-color: rgba(51, 51, 51, 1.00);
	padding:  10px;
}

#stacks_in_710 {
	font-size: 140%;
}



/* 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_453 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_453 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_453 .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_453 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_453 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_453 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_453 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_453 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_453 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_453 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_453 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_453 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_453 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_453 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_453 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_453 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_453 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_453 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_453 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_453 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_453 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_453 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_453 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_453 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_453 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_453 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_453 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_466 {
	display:inline-block; width:100%; line-height: 1.700000em;
	font-size: 89%;
}



/* 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_711 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_711 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_711 .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_711 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_711 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_711 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_711 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_711 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_711 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_711 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_711 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_711 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_711 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_711 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_711 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_711 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_711 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_711 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_711 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_711 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_711 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_711 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_711 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_711 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_711 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_711 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_711 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_out_712 {
	width: 70%;
}

#stacks_out_717 {
	width: 70%;
}



/* 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_940 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_940 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_940 .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_940 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_940 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_940 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_940 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_940 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_940 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_940 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_940 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_940 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_940 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_940 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_940 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_940 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_940 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_940 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_940 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_940 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_940 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_940 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_940 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_940 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_940 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_940 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_940 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_940 {
	background-color: rgba(230, 230, 230, 0.30);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_730 {
	background-color: rgba(230, 230, 230, 1.00);
	padding:  10px;
}

#stacks_in_731 {
	font-size: 140%;
}

#stacks_in_963 {
	background-color: rgba(230, 230, 230, 1.00);
	padding:  10px;
}

#stacks_in_964 {
	font-size: 140%;
}

#stacks_in_814 {
	background-color: rgba(51, 51, 51, 1.00);
	padding:  10px;
}

#stacks_in_815 {
	font-size: 140%;
}



/* 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_500 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_500 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_500 .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_500 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_500 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_500 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_500 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_500 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_500 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_500 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_500 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_500 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_500 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_500 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_500 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_500 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_500 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_500 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_500 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_500 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_500 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_500 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_500 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_500 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_500 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_500 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_500 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_out_504 {
	width: 90%;
}

#stacks_out_515 {
	width: 90%;
}



/* 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_511 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_511 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_511 .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_511 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_511 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_511 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_511 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_511 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_511 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_511 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_511 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_511 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_511 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_511 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_511 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_511 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_511 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_511 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_511 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_511 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_511 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_511 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_511 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_511 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_511 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_511 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_511 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_out_520 {
	width: 90%;
}

#stacks_out_526 {
	width: 90%;
}



/* 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_979 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_979 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_979 .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_979 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_979 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_979 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_979 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_979 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_979 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_979 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_979 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_979 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_979 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_979 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_979 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_979 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_979 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_979 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_979 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_979 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_979 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_979 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_979 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_979 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_979 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_979 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_979 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_out_983 {
	width: 90%;
}
#stacks_in_967_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_967 a:link, #stacks_in_967 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_967 a:hover, #stacks_in_967 a:active {
	color:#FFFFFF;
}







#stacks_in_967 a:link, #stacks_in_967 a:visited {
	background-color:#7F7F7F;
	background: -webkit-gradient(linear, left top, left bottom, from(#7F7F7F), to(#4C4C4C));
	border:1px solid #4C4C4C;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_967 a:hover {
	background-color:#898989;
	background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#424242));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_967 a:active {
	background-color:#7F7F7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_971 {
	font-size: 110%;
}

#stacks_in_824 {
	background-color: rgba(51, 51, 51, 1.00);
	padding:  10px;
}

#stacks_in_825 {
	font-size: 140%;
}



/* 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_909 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_909 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_909 .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_909 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_909 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_909 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_909 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_909 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_909 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_909 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_909 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_909 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_909 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_909 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_909 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_909 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_909 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_909 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_909 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_909 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_909 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_909 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_909 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_909 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_909 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_909 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_909 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_912 {
	display:inline-block; width:100%; line-height: 1.750000em;
	font-size: 95%;
}
#stacks_in_915_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_915 a:link, #stacks_in_915 a:visited {
	 display:block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_915 a:hover, #stacks_in_915 a:active {
	color:#FFFFFF;
}










#stacks_in_915 a:link, #stacks_in_915 a:visited {
	background-color:#9E9E9E;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E9E9E), to(#5F5F5F));
	border:1px solid #5F5F5F;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_915 a:hover {
	background-color:#ABABAB;
	background: -webkit-gradient(linear, left top, left bottom, from(#ABABAB), to(#525252));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_915 a:active {
	background-color:#9E9E9E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_915 {
	width: 90%;
}

#stacks_in_917 {
	font-size: 108%;
}
#stacks_in_920_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_920 a:link, #stacks_in_920 a:visited {
	 display:block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_920 a:hover, #stacks_in_920 a:active {
	color:#FFFFFF;
}










#stacks_in_920 a:link, #stacks_in_920 a:visited {
	background-color:#9E9E9E;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E9E9E), to(#5F5F5F));
	border:1px solid #5F5F5F;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_920 a:hover {
	background-color:#ABABAB;
	background: -webkit-gradient(linear, left top, left bottom, from(#ABABAB), to(#525252));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_920 a:active {
	background-color:#9E9E9E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_920 {
	width: 90%;
}

#stacks_in_921 {
	font-size: 108%;
}
#stacks_in_924_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_924 a:link, #stacks_in_924 a:visited {
	 display:block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_924 a:hover, #stacks_in_924 a:active {
	color:#FFFFFF;
}










#stacks_in_924 a:link, #stacks_in_924 a:visited {
	background-color:#9E9E9E;
	background: -webkit-gradient(linear, left top, left bottom, from(#9E9E9E), to(#5F5F5F));
	border:1px solid #5F5F5F;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_924 a:hover {
	background-color:#ABABAB;
	background: -webkit-gradient(linear, left top, left bottom, from(#ABABAB), to(#525252));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_924 a:active {
	background-color:#9E9E9E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_924 {
	width: 90%;
}

#stacks_in_925 {
	font-size: 108%;
}
