


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



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

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

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

#stacks_in_366 {
	font-size: 104%;
	font-weight: lighter;
}

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



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



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

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

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

#stacks_in_408 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

#stacks_in_545 {
	background-color: rgba(17, 128, 64, 0.05);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  10px;
}

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

#stacks_in_540 {
	display:inline-block; width:100%; line-height: 1.500000em;
	font-size: 134%;
	font-weight: bold;
}
#stacks_in_541_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_541 a:link, #stacks_in_541 a:visited {
	background-color:#5F5F5F;
	background: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#393939));
	border:1px solid #393939;
	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_541 a:hover {
	background-color:#666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#313131));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_541 a:active {
	background-color:#5F5F5F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




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

#stacks_out_470 {
	width: 79%;
}

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

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

#stacks_in_18 {
	display:inline-block; width:100%; line-height: 1.950000em;
	font-size: 119%;
}

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

#stacks_in_303 {
	display:inline-block; width:100%; line-height: 1.490000em;
	font-size: 80%;
}

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

#stacks_in_299 {
	display:inline-block; width:100%; line-height: 1.490000em;
}



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



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

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

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

#stacks_out_309 {
	width: 90%;
}

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

#stacks_out_312 {
	width: 90%;
}

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

#stacks_out_315 {
	width: 90%;
}

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

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

#stacks_in_402 {
	display:inline-block; width:100%; line-height: 1.950000em;
	font-size: 119%;
}

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

#stacks_in_591 {
	display:inline-block; width:100%; line-height: 1.490000em;
	font-size: 80%;
}

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

#stacks_in_405 {
	display:inline-block; width:100%; line-height: 1.490000em;
}



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



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

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

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

#stacks_out_387 {
	width: 90%;
}

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

#stacks_out_392 {
	width: 90%;
}

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

#stacks_out_397 {
	width: 90%;
}

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

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

#stacks_in_464 {
	display:inline-block; width:100%; line-height: 1.950000em;
	font-size: 119%;
}

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

#stacks_in_593 {
	display:inline-block; width:100%; line-height: 1.490000em;
	font-size: 80%;
}

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



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



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

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

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

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

#stacks_in_426 {
	display:inline-block; width:100%; line-height: 1.490000em;
}

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

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



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

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

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

#stacks_out_446 {
	width: 90%;
}

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

#stacks_out_605 {
	width: 90%;
}

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

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



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

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

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

#stacks_out_600 {
	width: 90%;
}

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

#stacks_out_636 {
	width: 90%;
}

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

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



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

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

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

#stacks_in_557 {
	background-color: rgba(17, 128, 64, 0.05);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
	padding:  10px;
}

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

#stacks_in_560 {
	display:inline-block; width:100%; line-height: 1.500000em;
	font-size: 134%;
	font-weight: bold;
}
#stacks_in_561_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_561 a:link, #stacks_in_561 a:visited {
	background-color:#5F5F5F;
	background: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#393939));
	border:1px solid #393939;
	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_561 a:hover {
	background-color:#666666;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#313131));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_561 a:active {
	background-color:#5F5F5F;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




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

#stacks_in_507 {
	background-color: rgba(230, 230, 230, 0.20);
}

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

#stacks_in_661 {
	background-color: rgba(230, 230, 230, 0.20);
	margin: 0px 0px 20px 0px;
}

#stacks_in_662 {
	display:inline-block; width:100%; line-height: 1.500000em;
	font-size: 99%;
	font-weight: bold;
}
