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

#stacks_in_1003 {
	font-size: 120%;
	font-weight: bold;
}

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

#stacks_out_504 {
	width: 60%;
}



/* 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_264 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_265 {
	font-size: 90%;
	font-weight: lighter;
}

#stacks_out_836 {
	width: 79%;
}

#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;
}

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

#stacks_in_723 {
	font-size: 140%;
}

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

#stacks_in_1118 {
	font-weight: lighter;
}



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



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

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

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


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










#stacks_in_1082 a:link, #stacks_in_1082 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_1082 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_1082 a:active {
	background-color:#7F7F7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_1082 {
	width: 80%;
}

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


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










#stacks_in_1031 a:link, #stacks_in_1031 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_1031 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_1031 a:active {
	background-color:#7F7F7F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}

#stacks_out_1031 {
	width: 80%;
}

#stacks_in_1032 {
	font-size: 107%;
}

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

#stacks_in_1034 {
	font-size: 140%;
}

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

#stacks_in_1058 {
	font-weight: lighter;
}



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



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

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

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

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

#stacks_out_1042 {
	width: 85%;
}



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



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

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

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

#stacks_out_1047 {
	width: 85%;
}

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

#stacks_in_1066 {
	font-size: 109%;
}



/* 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_out_777 {
	width: 51%;
}
#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_1014 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_1015 {
	font-size: 90%;
	font-weight: lighter;
}

#stacks_out_886 {
	width: 79%;
}

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

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



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

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

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

#stacks_out_1111 {
	width: 90%;
}

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

#stacks_in_1087 {
	font-size: 140%;
}

#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_712 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_712 {
	width: 89%;
}

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

#stacks_in_1019 {
	display:inline-block; width:100%; line-height: 0.950000em;
	font-size: 74%;
	font-weight: lighter;
}

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

#stacks_out_789 {
	width: 89%;
}

#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_1001 {
	display:inline-block; width:100%; line-height: 1.750000em;
	font-size: 95%;
}
#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_1016 {
	padding: 0px 0px 10px 0px;
}

#stacks_in_1017 {
	font-size: 90%;
	font-weight: lighter;
}

#stacks_out_994 {
	width: 80%;
}
