.target-wrapper{position:relative}.target-show-on-hover{opacity:0;transition:opacity 750ms ease}.target-show-on-hover:hover{opacity:1}.target{position:absolute;width:100%;height:auto}.target.width-auto{width:auto}.target.height-fill,.target.height-fixed,.target.height-flexible{display:flex;align-items:center}.target.height-fill{height:100%}.target[class*="float-"],.target[class*="shift-"]{position:relative}.target[class*="pin-"],.target.relative-browser{position:fixed}.target.float-right{float:right}.target.float-left{float:left}.target.vcenter[class*="relative-"]{top:50%;transform:translateY(-50%)}.target.hcenter[class*="relative-"]{left:50%;transform:translateX(-50%)}.target.hcenter.vcenter[class*="relative-"]{transform:translateX(-50%) translateY(-50%)}.target.shift-up,.target.shift-down{margin-left:auto;margin-right:auto}.target.target-center{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.target.pin-top{top:0}.target.pin-bottom{bottom:0}.target.pin-left{left:0}.target.pin-right{right:0}.target.target-disable{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}@media only screen and (min-width:40em){.target.target-mobile-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:39.9375em){.target.target-disable-mobile{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:62.5em){.target.target-desktop-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}
.target.stacks_in_1108{    margin:0px;}.target.stacks_in_1108{}.target.stacks_in_1108.width-fill{width:calc(100% - 0px)}.target.stacks_in_1108.width-flexible{width:100%}.target.stacks_in_1108.width-fixed{width:250px}.target.stacks_in_1108.height-fill{height:calc(100% - 0px)}.target.stacks_in_1108.height-flexible{height:100%}.target.stacks_in_1108.height-fixed{height:250px}.target.stacks_in_1108[class*="relative-"].top-pt{top:10%}.target.stacks_in_1108[class*="relative-"].top-px{top:10px}.target.stacks_in_1108[class*="relative-"].bottom-pt{bottom:10%}.target.stacks_in_1108[class*="relative-"].bottom-px{bottom:10px}.target.stacks_in_1108[class*="relative-"].right-pt{right:0%}.target.stacks_in_1108[class*="relative-"].right-px{right:0px}.target.stacks_in_1108[class*="relative-"].left-pt{left:0%}.target.stacks_in_1108[class*="relative-"].left-px{left:0px}.target.stacks_in_1108.shift-up{margin-top:-0px}.target.stacks_in_1108.shift-down{margin-bottom:-0px}.target.stacks_in_1108.shift-left{right:0px}.target.stacks_in_1108.shift-right{left:0px}.target.stacks_in_1108.pin-top,.target.stacks_in_1108.pin-bottom{left:0px}.target.stacks_in_1108.pin-left,.target.stacks_in_1108.pin-right{top:0px}

#stacks_in_1110 {
	background-color: rgba(255, 255, 255, 0.70);
	margin: 0px 0px 30px 0px;
	padding: 0px 15px 0px 15px;
}

#stacks_out_1110 {
	width: 85%;
	margin-left:0;
}

#stacks_in_1113 {
	background-color: rgba(255, 255, 255, 0.70);
	margin: 22px 0px 30px 0px;
	padding: 0px 15px 0px 15px;
}

#stacks_out_1113 {
	width: 45%;
	margin-left: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_1069_2 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

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


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



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_1069_3 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_1069_3 .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_1069_3 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_1069_3 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_1069_3 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_1069_3 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_1069_3 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_1069_3 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_1069_3 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_1069_3 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_1069_3 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_1069_3 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_1069_3 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_1069_3 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_1069_3 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_1069_3 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_1069_3 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_1069_3 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_1069_3 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_1069_3 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_1069_3 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_1069_3 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_1069_3 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_1069_3 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_1069_3 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_1069_3 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_1069_3 {
	border: solid rgba(0, 143, 205, 1.00);
	border-width:  1px;
	margin: 0px 10px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1069_4_headerSpacer {
	display: block;
	width:  1px;
	height: 55px;
	background: transparent;
}

/* START ICONZ CSS */

#stacks_in_1069_5 i {
	font-size: 4em;
	line-height: normal !important;
	
	color: #008FCD !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_1069_5 {
	text-align: left;
}

#stacks_in_1069_5 a{
	text-decoration: none;
}


	
		#stacks_in_1069_5 a i:hover{
			color: #0F9EDC !important;
		}
		
		
	




#stacks_in_1069_5 .stacks_in_1069_5quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_1069_5 .stacks_in_1069_5quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_1069_5 .stacks_in_1069_5quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
#stacks_in_1069_5 {
	padding: 20px 0px 10px 15px;
}

/* START ICONZ CSS */

#stacks_in_1069_6 i {
	font-size: 4em;
	line-height: normal !important;
	
	color: #008FCD !important;
	
	text-align:center;
}








/* if no text */
#stacks_in_1069_6 {
	text-align: left;
}

#stacks_in_1069_6 a{
	text-decoration: none;
}


	
		#stacks_in_1069_6 a i:hover{
			color: #0F9EDC !important;
		}
		
		
	




#stacks_in_1069_6 .stacks_in_1069_6quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_1069_6 .stacks_in_1069_6quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_1069_6 .stacks_in_1069_6quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
#stacks_in_1069_6 {
	padding: 30px 0px 0px 15px;
}

#stacks_in_1069_8 {
	padding: 30px 10px 30px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1069_11_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_1069_12 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width:  1px;
	margin: 0px 10px 0px 0px;
	padding: 30px 20px 30px 30px;
}

#stacks_in_1069_15 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width:  1px;
	margin: 0px 0px 0px 10px;
	padding: 30px 30px 30px 30px;
}



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



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

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

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

#stacks_in_1092_9 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width:  1px;
	margin: 0px 0px 0px 10px;
	padding: 30px 30px 30px 30px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1092_5_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_1092_6 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width:  1px;
	margin: 0px 0px 0px 10px;
	padding: 30px 30px 30px 30px;
}

#stacks_in_1072_2 {
	margin: 10px 20px 0px 20px;
}
/* Trunky General Styles */

#stacks_in_1072_17 .trunky {
	margin-top:0px;
}




.read-more a, .re-collapse a{
	text-decoration: none !important;
}

.read-more a:hover, .re-collapse a:hover{
	text-decoration: none !important;
}

/* End Trunky General Styles */
#stacks_in_1072_17 {
	border: solid rgba(221, 222, 220, 1.00);
	border-width:  1px;
	padding: 20px 20px 20px 20px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1072_7_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}

#stacks_in_1072_8 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width:  1px;
	padding: 20px 20px 20px 20px;
}



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



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

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

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



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



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

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

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


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



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

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

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

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#60BDE0; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#008FCD; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_1073_2_19 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_1073_2_20 {
	padding: 30px 40px 15px 40px;
}

#stacks_in_1073_3_1 {
	padding: 0px 20px 0px 20px;
}
