@-webkit-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0 -500%}}@-moz-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0 -500%}}@keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0 -500%}}@-webkit-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0 500%}}@-moz-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0 500%}}@keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0 500%}}@-webkit-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0}}@-moz-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0}}@keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0}}@-webkit-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0}}@-moz-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0}}@keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0}}@-webkit-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-moz-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-webkit-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-moz-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-webkit-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-moz-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@-moz-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}.com_joeworkman_stacks_jack4_stack>.jack{margin:0;padding:0;border:0;background:0;background-color:transparent;position:relative;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.com_joeworkman_stacks_jack4_stack>.jack.align-center{margin-left:auto!important;margin-right:auto!important}.com_joeworkman_stacks_jack4_stack>.jack.align-right{margin-left:auto!important}.com_joeworkman_stacks_jack4_stack>.jack.align-left{margin-right:auto!important}.com_joeworkman_stacks_jack4_stack>.jack.touch-device{background-attachment:scroll!important}.com_joeworkman_stacks_jack4_stack>.jack.bg-image{background-size:auto}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.glass{z-index:1}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.glass::after{background-size:auto;content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:-1}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-cover,.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-cover.glass::after{background-size:cover}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-contain,.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-contain.glass::after{background-size:contain}.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-fill,.com_joeworkman_stacks_jack4_stack>.jack.bg-image.bg-size-fill.glass::after{background-size:100% 100%}.com_joeworkman_stacks_jack4_stack>.jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack>.jack.corner-shadow::after,.com_joeworkman_stacks_jack4_stack>.jack.peek-shadow::before,.com_joeworkman_stacks_jack4_stack>.jack.peek-shadow::after{z-index:-1;position:absolute;content:"";height:auto;background-color:transparent}.com_joeworkman_stacks_jack4_stack>.jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack>.jack.corner-shadow::after{width:50%;top:50%} .com_joeworkman_stacks_jack4_stack>.jack.scroll-x{overflow-x:auto!important;white-space:nowrap;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_jack4_stack>.jack.scroll-x>.stacks_out{display:inline-block;white-space:nowrap}.com_joeworkman_stacks_jack4_stack>.jack.scroll-y{overflow-y:auto!important;-webkit-overflow-scrolling:touch} 
.inmotion img{ width:100%;   }
.inmotion { width:100%;  overflow:hidden; max-width:100%!important;  }

.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: linear;	
	-webkit-animation-timing-function:linear;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	
	100% {
		-webkit-transform: translateX(0%);
	}
}


/* Outer Container */
.smoothslides, .smoothslides-on {
	position:relative;
	font-size:0;
	line-height: 0;
	min-height: 40px;
	
}
/* Outer Container Background (visible while loading) */
.smoothslides {
	background:rgba(255,255,255,.5);
}
/* Hide images until loaded */
.smoothslides img {
	display:none;
}

/* Loading animation keyframes */ 
@keyframes throb {
	0% {
		opacity:0;
		transform:scale(1);
	}
	50% {
		opacity:1;
		transform:scale(.2);
	}
	100% {
		opacity:0;
		transform:scale(1);
	}
}
@-webkit-keyframes throb {
	0% {
		opacity:0;
		-webkittransform:scale(1);
	}
	50% {
		opacity:1;
		-webkittransform:scale(.2);
	}
	100% {
		opacity:0;
		-webkittransform:scale(1);
	}
}
/* Loading animation */
.smoothslides:before {
	content:'';
	position: absolute;
	width:8px;
	height:8px;
	left:50%;
	top:50%;
	margin-left:-4px;
	margin-top:-4px;

	animation: throb 1s infinite;
	-webkit-animation: throb 1s infinite;
}

/* wrapper around all slides */
.ss-slide-stage {
	position: relative;
	overflow: hidden;

	/* This fixes the bug in chrome where border-radius doesn't work with overflow hidden */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

/* wrapper around each slide */
.ss-slide {
	position: absolute;
	top:0;
	left:0;
	transform-origin:center;
	display: block;
	width:100%;
	zoom: 1;
}
.ss-slide img{
	height:auto;
	/* max-width, or width gets set via JS */
}
/* Caption wrapper. Used for centering */
.ss-caption-wrap {
	position: absolute;
	bottom:40%;
	width:100%;
	padding:0 5px 5px 5px;
	text-align:center;
	box-sizing:border-box;
}

/* Caption */
.ss-caption {
	min-height:50px;
	
	color: #fff;
	font-size:20px;
	font-weight: bold;
	line-height: 1.4em;

	padding-top:15px;
	box-sizing:border-box;
}

/* Previous and Next buttons */
.smoothslides-on a.ss-prev, .smoothslides-on a.ss-next {
	position: absolute;
	bottom:40%;
	left:5px;
	font-size:14px;
	line-height: 1em;
	color:#A1A1A1;
	text-decoration: none;
	background:#fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
	opacity:.5;
	transition:.2s ease-out;
	font-family: sans-serif;
}

.smoothslides-on  a.ss-next {
	left:auto;
	right:5px;
}
/* Highlight nav btns when hovering over the slideshow */
.smoothslides-on:hover .ss-prev, .smoothslides-on:hover .ss-next {
	opacity: 1;
}

.smoothslides-on .ss-prev:hover, .smoothslides-on .ss-next:hover {
	background:#fff;	
	color:#000;
}

/* Pagination wrapper. Used for centering */
.ss-paginate-wrap {
	position: absolute;
	bottom:-30px;
	width:100%;
	text-align:center;
}
.ss-paginate {
	display: inline-block;
	line-height: 0;
}
/* Pagination dots */
.ss-paginate a:link, .ss-paginate a:visited {
	display: inline-block;
	width: 16px;
	height: 4px;
	border-radius: 10px;
	margin: 0 5px;
	background:#ccc;
	background: rgba(0,0,0,.1);
	border: 2px solid #fff;
	transition: .3s;
}
.ss-paginate a:hover {
	background:#ddd;
	background:rgba(0,0,0,.3);
}
.ss-paginate a.ss-paginate-current {
	background:#000;
	background: rgba(0,0,0,.5);
}



@media (max-width: 1024px) {

    .inmotion { max-height:500px!important;}

}


/* changes for smaller screens */
@media (max-width: 600px) {
	.ss-paginate-wrap {
		bottom:-35px;
	}
	.ss-caption {
		min-height:0;
		padding:5px;
		font-size:12px;
	}
	a.ss-prev, a.ss-next {
		bottom:auto;
		top:50%;
		margin-top:-25px;
		color:#000;
		background:rgba(255,255,255,.3);
		color:#444;
	}
	.smoothslides-on, .ss-slide-stage {
		border-radius:0;
	}
}
#stacks_in_7636_page1 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_7638_page1 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}


#stacks_in_7640_page1 .ss-caption h4  {  }

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)  {
	.ss-caption h4  { font-size:50px!important; }
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px) {
	.ss-caption h4  { font-size:40px!important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)  {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen 
  and (max-device-width: 320px)
  and (orientation: portrait)  {
  	.ss-caption h4  { font-size:20px!important; }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 600px)
  and (orientation: portrait) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 1024px)   {
	.ss-caption h4  { font-size:55px!important; }
}

@media only screen
  and (max-width: 667px) {
  	.ss-caption h4  { font-size:40px!important; }
}

@media only screen
  and (max-width: 600px) {
  	.ss-caption h4  { font-size:30px!important; }
}

@media only screen
  and (max-width: 320px) {
  	.ss-caption h4  { font-size:20px!important; }
}

#stacks_in_7643_page1>.s3_row {
	margin: 0 -10px;
}

#stacks_in_7643_page1>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_7643_page1>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_7643_page1>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_7643_page1>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {




}



@media only screen and (max-width: 400px) {


	#stacks_in_7643_page1>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_7643_page1>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_7937_page1{  padding-left:0px;padding-right:0px; }#stacks_in_7937_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:border-box!important;background-origin:border-box!important}#stacks_in_7937_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_7937_page1>.jack.width-static{width:500px}#stacks_in_7937_page1>.jack.width-flexible{width:100%}#stacks_in_7937_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_7937_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7937_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_7937_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_7937_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_7937_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_7937_page1>.jack::after{border-radius:0px}#stacks_in_7937_page1>.jack.border-detailed-radius,#stacks_in_7937_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_7937_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_7937_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_7937_page1>.jack.bg-gradient{background-color:#0092D6}#stacks_in_7937_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_7937_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_7937_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_7937_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_7937_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7937_page1>.jack.bg-image:not(.glass){}#stacks_in_7937_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_7937_page1>.jack.bg-image.glass.after,#stacks_in_7937_page1>.jack.bg-image.glass::after{opacity:0.84;background-attachment:scroll;background-clip:border-box!important;background-origin:border-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_7937_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_7937_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7937_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_7937_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_7937_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_7937_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_7937_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_7937_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_7937_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_7937_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7937_page1>.jack.bg-image.glass.after,#stacks_in_7937_page1>.jack.bg-image.glass::after{}#stacks_in_7937_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_7937_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_7937_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_7937_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7937_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7937_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_7937_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_7937_page1>.jack.peek-shadow::before,#stacks_in_7937_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_7937_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_7937_page1>.jack{overflow:visible;}#stacks_in_7937_page1>.jack.height-static{height:100px}#stacks_in_7937_page1>.jack.height-minmax{min-height:258px;max-height:800px} 

#stacks_in_7937_page1 {
	background-image: url("../files/backgroundImage_7937.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid rgba(51, 102, 153, 1.00);
	border-width:  2px;
	margin:  3px;
}

#stacks_in_7938_page1 {
	margin: 10px 10px 10px 10px;
}

#stacks_in_7939_page1 {
	font-size: 150%;
}

#stacks_in_7940_page1 {
	margin: 0px 10px 50px 10px;
}

#stacks_in_7942_page1 {
	margin: 0px 10px 50px 10px;
}
#stacks_in_7653_page1{  padding-left:0px;padding-right:0px; }#stacks_in_7653_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:border-box!important;background-origin:border-box!important}#stacks_in_7653_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_7653_page1>.jack.width-static{width:500px}#stacks_in_7653_page1>.jack.width-flexible{width:100%}#stacks_in_7653_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_7653_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7653_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_7653_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_7653_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_7653_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_7653_page1>.jack::after{border-radius:0px}#stacks_in_7653_page1>.jack.border-detailed-radius,#stacks_in_7653_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_7653_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_7653_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_7653_page1>.jack.bg-gradient{background-color:#CAD41D}#stacks_in_7653_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_7653_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_7653_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_7653_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_7653_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7653_page1>.jack.bg-image:not(.glass){}#stacks_in_7653_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_7653_page1>.jack.bg-image.glass.after,#stacks_in_7653_page1>.jack.bg-image.glass::after{opacity:0.84;background-attachment:scroll;background-clip:border-box!important;background-origin:border-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_7653_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_7653_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7653_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_7653_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_7653_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_7653_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_7653_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_7653_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_7653_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_7653_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7653_page1>.jack.bg-image.glass.after,#stacks_in_7653_page1>.jack.bg-image.glass::after{}#stacks_in_7653_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_7653_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_7653_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_7653_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7653_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7653_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_7653_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_7653_page1>.jack.peek-shadow::before,#stacks_in_7653_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_7653_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_7653_page1>.jack{overflow:visible;}#stacks_in_7653_page1>.jack.height-static{height:100px}#stacks_in_7653_page1>.jack.height-minmax{min-height:258px;max-height:800px} 

#stacks_in_7653_page1 {
	background-image: url("../files/backgroundImage_7653.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid rgba(51, 102, 153, 1.00);
	border-width:  2px;
	margin:  3px;
}

#stacks_in_7654_page1 {
	margin: 10px 10px 10px 10px;
}

#stacks_in_7655_page1 {
	font-size: 150%;
}

#stacks_in_7656_page1 {
	margin: 0px 10px 50px 10px;
}

#stacks_in_7658_page1 {
	margin: 0px 10px 50px 10px;
}
#stacks_in_7662_page1{  padding-left:0px;padding-right:0px; }#stacks_in_7662_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:border-box!important;background-origin:border-box!important}#stacks_in_7662_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_7662_page1>.jack.width-static{width:500px}#stacks_in_7662_page1>.jack.width-flexible{width:100%}#stacks_in_7662_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_7662_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7662_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_7662_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_7662_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_7662_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_7662_page1>.jack::after{border-radius:0px}#stacks_in_7662_page1>.jack.border-detailed-radius,#stacks_in_7662_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_7662_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_7662_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_7662_page1>.jack.bg-gradient{background-color:#A55D19}#stacks_in_7662_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_7662_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_7662_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_7662_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_7662_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7662_page1>.jack.bg-image:not(.glass){}#stacks_in_7662_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_7662_page1>.jack.bg-image.glass.after,#stacks_in_7662_page1>.jack.bg-image.glass::after{opacity:0.84;background-attachment:scroll;background-clip:border-box!important;background-origin:border-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_7662_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_7662_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_7662_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_7662_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_7662_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_7662_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_7662_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_7662_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_7662_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_7662_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_7662_page1>.jack.bg-image.glass.after,#stacks_in_7662_page1>.jack.bg-image.glass::after{}#stacks_in_7662_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_7662_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_7662_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_7662_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7662_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_7662_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_7662_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_7662_page1>.jack.peek-shadow::before,#stacks_in_7662_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_7662_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_7662_page1>.jack{overflow:visible;}#stacks_in_7662_page1>.jack.height-static{height:100px}#stacks_in_7662_page1>.jack.height-minmax{min-height:258px;max-height:800px} 

#stacks_in_7662_page1 {
	background-image: url("../files/backgroundImage_7662.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid rgba(51, 102, 153, 1.00);
	border-width:  2px;
	margin:  3px;
}

#stacks_in_7663_page1 {
	margin: 10px 10px 10px 10px;
}

#stacks_in_7664_page1 {
	font-size: 150%;
}

#stacks_in_7665_page1 {
	margin: 0px 10px 50px 10px;
}

#stacks_in_7667_page1 {
	margin: 0px 10px 50px 10px;
}
#stacks_in_8332_page1{  padding-right:10.00px;padding-left:10.00px; }#stacks_in_8332_page1>.jack{margin:0px;padding:0px;border-color:#192F57;border-width:0px;border-style:double;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8332_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8332_page1>.jack.width-static{width:500px}#stacks_in_8332_page1>.jack.width-flexible{width:100%}#stacks_in_8332_page1>.jack.margin-detailed{margin:20.00px 10.00px 0.00px 10.00px}#stacks_in_8332_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8332_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8332_page1>.jack.border-detailed-width{border-width:5.00px 0.00px 0.00px 0.00px}#stacks_in_8332_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8332_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8332_page1>.jack::after{border-radius:0px}#stacks_in_8332_page1>.jack.border-detailed-radius,#stacks_in_8332_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8332_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8332_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8332_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8332_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8332_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8332_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8332_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8332_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8332_page1>.jack.bg-image:not(.glass){}#stacks_in_8332_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8332_page1>.jack.bg-image.glass.after,#stacks_in_8332_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8332_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8332_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8332_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8332_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8332_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8332_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8332_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8332_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8332_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8332_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8332_page1>.jack.bg-image.glass.after,#stacks_in_8332_page1>.jack.bg-image.glass::after{}#stacks_in_8332_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8332_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8332_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8332_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8332_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8332_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8332_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8332_page1>.jack.peek-shadow::before,#stacks_in_8332_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8332_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8332_page1>.jack{overflow:visible;}#stacks_in_8332_page1>.jack.height-static{height:100px}#stacks_in_8332_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8333_page1 {
	margin: 0px 0px 20px 20px;
}
#stacks_in_8335_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8335_page1 .jwresp_col{overflow:hidden;margin:0;width:73%; float:left;}#stacks_in_8335_page1 #jwresp_col2_stacks_in_8335_page1{ float:right; width:23%}@media screen and (max-width:500px){#stacks_in_8335_page1 #jwresp_col1_stacks_in_8335_page1,#stacks_in_8335_page1 #jwresp_col2_stacks_in_8335_page1{width:100%;float:none;display:block}#stacks_in_8335_page1 #jwresp_col1_stacks_in_8335_page1{margin-bottom:15px}}
#stacks_in_8336_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8336_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8336_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8336_page1>.jack.width-static{width:500px}#stacks_in_8336_page1>.jack.width-flexible{width:100%}#stacks_in_8336_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8336_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8336_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8336_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8336_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8336_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8336_page1>.jack::after{border-radius:0px}#stacks_in_8336_page1>.jack.border-detailed-radius,#stacks_in_8336_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8336_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8336_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8336_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8336_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8336_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8336_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8336_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8336_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8336_page1>.jack.bg-image:not(.glass){}#stacks_in_8336_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8336_page1>.jack.bg-image.glass.after,#stacks_in_8336_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8336_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8336_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8336_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8336_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8336_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8336_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8336_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8336_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8336_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8336_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8336_page1>.jack.bg-image.glass.after,#stacks_in_8336_page1>.jack.bg-image.glass::after{}#stacks_in_8336_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8336_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8336_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8336_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8336_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8336_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8336_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8336_page1>.jack.peek-shadow::before,#stacks_in_8336_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8336_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8336_page1>.jack{overflow:visible;}#stacks_in_8336_page1>.jack.height-static{height:100px}#stacks_in_8336_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8339_page1 {
	margin: 0px 150px 0px 0px;
}

#stacks_in_8341_page1 {
	margin: 20px 0px 0px 20px;
}

#stacks_in_8344_page1 {
	margin: 20px 0px 10px 20px;
}

#stacks_in_8346_page1 {
	margin: 0px 0px 20px 20px;
}

#stacks_in_8348_page1 {
	margin: 20px 0px 10px 20px;
}

#stacks_in_8350_page1 {
	margin: 0px 0px 20px 20px;
}
#stacks_in_8353_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8353_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8353_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8353_page1>.jack.width-static{width:500px}#stacks_in_8353_page1>.jack.width-flexible{width:100%}#stacks_in_8353_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8353_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8353_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8353_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8353_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8353_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8353_page1>.jack::after{border-radius:0px}#stacks_in_8353_page1>.jack.border-detailed-radius,#stacks_in_8353_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8353_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8353_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8353_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8353_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8353_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8353_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8353_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8353_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8353_page1>.jack.bg-image:not(.glass){}#stacks_in_8353_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8353_page1>.jack.bg-image.glass.after,#stacks_in_8353_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8353_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8353_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8353_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8353_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8353_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8353_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8353_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8353_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8353_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8353_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8353_page1>.jack.bg-image.glass.after,#stacks_in_8353_page1>.jack.bg-image.glass::after{}#stacks_in_8353_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8353_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8353_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8353_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8353_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8353_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8353_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8353_page1>.jack.peek-shadow::before,#stacks_in_8353_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8353_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8353_page1>.jack{overflow:visible;}#stacks_in_8353_page1>.jack.height-static{height:100px}#stacks_in_8353_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8356_page1 {
	margin: 0px 150px 0px 0px;
}

#stacks_in_8358_page1 {
	margin: 20px 0px 0px 20px;
}

#stacks_in_8361_page1 {
	margin: 20px 0px 10px 20px;
}

#stacks_in_8363_page1 {
	margin: 0px 0px 50px 20px;
}
#stacks_in_8366_page1{  padding-right:10.00px;padding-left:10.00px; }#stacks_in_8366_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8366_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8366_page1>.jack.width-static{width:500px}#stacks_in_8366_page1>.jack.width-flexible{width:100%}#stacks_in_8366_page1>.jack.margin-detailed{margin:10.00px 10.00px 0.00px 10.00px}#stacks_in_8366_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8366_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8366_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8366_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8366_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8366_page1>.jack::after{border-radius:0px}#stacks_in_8366_page1>.jack.border-detailed-radius,#stacks_in_8366_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8366_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8366_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8366_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8366_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8366_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8366_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8366_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8366_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8366_page1>.jack.bg-image:not(.glass){}#stacks_in_8366_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8366_page1>.jack.bg-image.glass.after,#stacks_in_8366_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8366_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8366_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8366_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8366_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8366_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8366_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8366_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8366_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8366_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8366_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8366_page1>.jack.bg-image.glass.after,#stacks_in_8366_page1>.jack.bg-image.glass::after{}#stacks_in_8366_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8366_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8366_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8366_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8366_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8366_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8366_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8366_page1>.jack.peek-shadow::before,#stacks_in_8366_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8366_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8366_page1>.jack{overflow:visible;}#stacks_in_8366_page1>.jack.height-static{height:100px}#stacks_in_8366_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8366_page1 {
	padding:  20px;
}

#stacks_in_8369_page1 {
	margin: 0px 150px 0px 0px;
}

#stacks_in_8371_page1 {
	padding: 0px 0px 20px 20px;
}
#stacks_in_8373_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8373_page1 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_8373_page1 .jwresp_col_wrapper.right{float:right}#stacks_in_8373_page1 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_8373_page1 #jwresp_col2_stacks_in_8373_page1,#stacks_in_8373_page1 #jwresp_col4_stacks_in_8373_page1{float:right}#stacks_in_8373_page1 #jwresp_col1_stacks_in_8373_page1,#stacks_in_8373_page1 #jwresp_col3_stacks_in_8373_page1{margin-right:2} @media screen and (max-width:770px){#stacks_in_8373_page1 .jwresp_col_wrapper.left,#stacks_in_8373_page1 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_8373_page1 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_8373_page1 .jwresp_col{width:49%}#stacks_in_8373_page1 #jwresp_col1_stacks_in_8373_page1,#stacks_in_8373_page1 #jwresp_col3_stacks_in_8373_page1{margin:0}}  @media screen and (max-width:500px){#stacks_in_8373_page1 .jwresp_col{width:100%;display:block}#stacks_in_8373_page1 #jwresp_col1_stacks_in_8373_page1,#stacks_in_8373_page1 #jwresp_col2_stacks_in_8373_page1,#stacks_in_8373_page1 #jwresp_col3_stacks_in_8373_page1{margin:0;margin-bottom:20px}#stacks_in_8373_page1 #jwresp_col4_stacks_in_8373_page1{margin:0}#stacks_in_8373_page1 .jwresp_col_wrapper.left{margin-bottom:0}}
#stacks_in_8374_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8374_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8374_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8374_page1>.jack.width-static{width:500px}#stacks_in_8374_page1>.jack.width-flexible{width:100%}#stacks_in_8374_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8374_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8374_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8374_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8374_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8374_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8374_page1>.jack::after{border-radius:0px}#stacks_in_8374_page1>.jack.border-detailed-radius,#stacks_in_8374_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8374_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8374_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8374_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8374_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8374_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8374_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8374_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8374_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8374_page1>.jack.bg-image:not(.glass){}#stacks_in_8374_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8374_page1>.jack.bg-image.glass.after,#stacks_in_8374_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8374_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8374_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8374_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8374_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8374_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8374_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8374_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8374_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8374_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8374_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8374_page1>.jack.bg-image.glass.after,#stacks_in_8374_page1>.jack.bg-image.glass::after{}#stacks_in_8374_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8374_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8374_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8374_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8374_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8374_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8374_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8374_page1>.jack.peek-shadow::before,#stacks_in_8374_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8374_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8374_page1>.jack{overflow:visible;}#stacks_in_8374_page1>.jack.height-static{height:100px}#stacks_in_8374_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8376_page1 {
	font-size: 150%;
}

#stacks_in_8377_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8381_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8381_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8381_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8381_page1>.jack.width-static{width:500px}#stacks_in_8381_page1>.jack.width-flexible{width:100%}#stacks_in_8381_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8381_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8381_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8381_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8381_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8381_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8381_page1>.jack::after{border-radius:0px}#stacks_in_8381_page1>.jack.border-detailed-radius,#stacks_in_8381_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8381_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8381_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8381_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8381_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8381_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8381_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8381_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8381_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8381_page1>.jack.bg-image:not(.glass){}#stacks_in_8381_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8381_page1>.jack.bg-image.glass.after,#stacks_in_8381_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8381_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8381_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8381_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8381_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8381_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8381_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8381_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8381_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8381_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8381_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8381_page1>.jack.bg-image.glass.after,#stacks_in_8381_page1>.jack.bg-image.glass::after{}#stacks_in_8381_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8381_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8381_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8381_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8381_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8381_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8381_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8381_page1>.jack.peek-shadow::before,#stacks_in_8381_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8381_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8381_page1>.jack{overflow:visible;}#stacks_in_8381_page1>.jack.height-static{height:100px}#stacks_in_8381_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8383_page1 {
	font-size: 150%;
}

#stacks_in_8384_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8388_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8388_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8388_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8388_page1>.jack.width-static{width:500px}#stacks_in_8388_page1>.jack.width-flexible{width:100%}#stacks_in_8388_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8388_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8388_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8388_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8388_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8388_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8388_page1>.jack::after{border-radius:0px}#stacks_in_8388_page1>.jack.border-detailed-radius,#stacks_in_8388_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8388_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8388_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8388_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8388_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8388_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8388_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8388_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8388_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8388_page1>.jack.bg-image:not(.glass){}#stacks_in_8388_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8388_page1>.jack.bg-image.glass.after,#stacks_in_8388_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8388_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8388_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8388_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8388_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8388_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8388_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8388_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8388_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8388_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8388_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8388_page1>.jack.bg-image.glass.after,#stacks_in_8388_page1>.jack.bg-image.glass::after{}#stacks_in_8388_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8388_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8388_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8388_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8388_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8388_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8388_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8388_page1>.jack.peek-shadow::before,#stacks_in_8388_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8388_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8388_page1>.jack{overflow:visible;}#stacks_in_8388_page1>.jack.height-static{height:100px}#stacks_in_8388_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8390_page1 {
	font-size: 150%;
}

#stacks_in_8391_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8395_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8395_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8395_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8395_page1>.jack.width-static{width:500px}#stacks_in_8395_page1>.jack.width-flexible{width:100%}#stacks_in_8395_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8395_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8395_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8395_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8395_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8395_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8395_page1>.jack::after{border-radius:0px}#stacks_in_8395_page1>.jack.border-detailed-radius,#stacks_in_8395_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8395_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8395_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8395_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8395_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8395_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8395_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8395_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8395_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8395_page1>.jack.bg-image:not(.glass){}#stacks_in_8395_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8395_page1>.jack.bg-image.glass.after,#stacks_in_8395_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8395_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8395_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8395_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8395_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8395_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8395_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8395_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8395_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8395_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8395_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8395_page1>.jack.bg-image.glass.after,#stacks_in_8395_page1>.jack.bg-image.glass::after{}#stacks_in_8395_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8395_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8395_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8395_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8395_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8395_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8395_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8395_page1>.jack.peek-shadow::before,#stacks_in_8395_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8395_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8395_page1>.jack{overflow:visible;}#stacks_in_8395_page1>.jack.height-static{height:100px}#stacks_in_8395_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8397_page1 {
	font-size: 150%;
}

#stacks_in_8398_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8403_page1{  padding-right:10.00px;padding-left:10.00px; }#stacks_in_8403_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8403_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8403_page1>.jack.width-static{width:500px}#stacks_in_8403_page1>.jack.width-flexible{width:100%}#stacks_in_8403_page1>.jack.margin-detailed{margin:10.00px 10.00px 20.00px 10.00px}#stacks_in_8403_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8403_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8403_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8403_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8403_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8403_page1>.jack::after{border-radius:0px}#stacks_in_8403_page1>.jack.border-detailed-radius,#stacks_in_8403_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8403_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8403_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8403_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8403_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8403_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8403_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8403_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8403_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8403_page1>.jack.bg-image:not(.glass){}#stacks_in_8403_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8403_page1>.jack.bg-image.glass.after,#stacks_in_8403_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8403_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8403_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8403_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8403_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8403_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8403_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8403_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8403_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8403_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8403_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8403_page1>.jack.bg-image.glass.after,#stacks_in_8403_page1>.jack.bg-image.glass::after{}#stacks_in_8403_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8403_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8403_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8403_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8403_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8403_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8403_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8403_page1>.jack.peek-shadow::before,#stacks_in_8403_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8403_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8403_page1>.jack{overflow:visible;}#stacks_in_8403_page1>.jack.height-static{height:100px}#stacks_in_8403_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8406_page1 {
	margin: 0px 150px 0px 0px;
}

#stacks_in_8408_page1 {
	padding: 0px 0px 20px 20px;
}
#stacks_in_8410_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8410_page1 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_8410_page1 .jwresp_col_wrapper.right{float:right}#stacks_in_8410_page1 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_8410_page1 #jwresp_col2_stacks_in_8410_page1,#stacks_in_8410_page1 #jwresp_col4_stacks_in_8410_page1{float:right}#stacks_in_8410_page1 #jwresp_col1_stacks_in_8410_page1,#stacks_in_8410_page1 #jwresp_col3_stacks_in_8410_page1{margin-right:2} @media screen and (max-width:770px){#stacks_in_8410_page1 .jwresp_col_wrapper.left,#stacks_in_8410_page1 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_8410_page1 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_8410_page1 .jwresp_col{width:49%}#stacks_in_8410_page1 #jwresp_col1_stacks_in_8410_page1,#stacks_in_8410_page1 #jwresp_col3_stacks_in_8410_page1{margin:0}}  @media screen and (max-width:500px){#stacks_in_8410_page1 .jwresp_col{width:100%;display:block}#stacks_in_8410_page1 #jwresp_col1_stacks_in_8410_page1,#stacks_in_8410_page1 #jwresp_col2_stacks_in_8410_page1,#stacks_in_8410_page1 #jwresp_col3_stacks_in_8410_page1{margin:0;margin-bottom:20px}#stacks_in_8410_page1 #jwresp_col4_stacks_in_8410_page1{margin:0}#stacks_in_8410_page1 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_8410_page1 {
	margin: 0px 0px 0px 10px;
}
#stacks_in_8411_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8411_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8411_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8411_page1>.jack.width-static{width:500px}#stacks_in_8411_page1>.jack.width-flexible{width:100%}#stacks_in_8411_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8411_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8411_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8411_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8411_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8411_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8411_page1>.jack::after{border-radius:0px}#stacks_in_8411_page1>.jack.border-detailed-radius,#stacks_in_8411_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8411_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8411_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8411_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8411_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8411_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8411_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8411_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8411_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8411_page1>.jack.bg-image:not(.glass){}#stacks_in_8411_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8411_page1>.jack.bg-image.glass.after,#stacks_in_8411_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8411_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8411_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8411_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8411_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8411_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8411_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8411_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8411_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8411_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8411_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8411_page1>.jack.bg-image.glass.after,#stacks_in_8411_page1>.jack.bg-image.glass::after{}#stacks_in_8411_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8411_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8411_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8411_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8411_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8411_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8411_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8411_page1>.jack.peek-shadow::before,#stacks_in_8411_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8411_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8411_page1>.jack{overflow:visible;}#stacks_in_8411_page1>.jack.height-static{height:100px}#stacks_in_8411_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8413_page1 {
	font-size: 150%;
}

#stacks_in_8414_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8418_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8418_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8418_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8418_page1>.jack.width-static{width:500px}#stacks_in_8418_page1>.jack.width-flexible{width:100%}#stacks_in_8418_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8418_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8418_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8418_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8418_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8418_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8418_page1>.jack::after{border-radius:0px}#stacks_in_8418_page1>.jack.border-detailed-radius,#stacks_in_8418_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8418_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8418_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8418_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8418_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8418_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8418_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8418_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8418_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8418_page1>.jack.bg-image:not(.glass){}#stacks_in_8418_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8418_page1>.jack.bg-image.glass.after,#stacks_in_8418_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8418_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8418_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8418_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8418_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8418_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8418_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8418_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8418_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8418_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8418_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8418_page1>.jack.bg-image.glass.after,#stacks_in_8418_page1>.jack.bg-image.glass::after{}#stacks_in_8418_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8418_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8418_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8418_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8418_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8418_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8418_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8418_page1>.jack.peek-shadow::before,#stacks_in_8418_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8418_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8418_page1>.jack{overflow:visible;}#stacks_in_8418_page1>.jack.height-static{height:100px}#stacks_in_8418_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8420_page1 {
	font-size: 150%;
}

#stacks_in_8421_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8425_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8425_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8425_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8425_page1>.jack.width-static{width:500px}#stacks_in_8425_page1>.jack.width-flexible{width:100%}#stacks_in_8425_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8425_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8425_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8425_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8425_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8425_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8425_page1>.jack::after{border-radius:0px}#stacks_in_8425_page1>.jack.border-detailed-radius,#stacks_in_8425_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8425_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8425_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8425_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8425_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8425_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8425_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8425_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8425_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8425_page1>.jack.bg-image:not(.glass){}#stacks_in_8425_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8425_page1>.jack.bg-image.glass.after,#stacks_in_8425_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8425_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8425_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8425_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8425_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8425_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8425_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8425_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8425_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8425_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8425_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8425_page1>.jack.bg-image.glass.after,#stacks_in_8425_page1>.jack.bg-image.glass::after{}#stacks_in_8425_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8425_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8425_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8425_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8425_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8425_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8425_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8425_page1>.jack.peek-shadow::before,#stacks_in_8425_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8425_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8425_page1>.jack{overflow:visible;}#stacks_in_8425_page1>.jack.height-static{height:100px}#stacks_in_8425_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8427_page1 {
	font-size: 150%;
}

#stacks_in_8428_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8432_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8432_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8432_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8432_page1>.jack.width-static{width:500px}#stacks_in_8432_page1>.jack.width-flexible{width:100%}#stacks_in_8432_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8432_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8432_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8432_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8432_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8432_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8432_page1>.jack::after{border-radius:0px}#stacks_in_8432_page1>.jack.border-detailed-radius,#stacks_in_8432_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8432_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8432_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8432_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8432_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8432_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8432_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8432_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8432_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8432_page1>.jack.bg-image:not(.glass){}#stacks_in_8432_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8432_page1>.jack.bg-image.glass.after,#stacks_in_8432_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8432_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8432_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8432_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8432_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8432_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8432_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8432_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8432_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8432_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8432_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8432_page1>.jack.bg-image.glass.after,#stacks_in_8432_page1>.jack.bg-image.glass::after{}#stacks_in_8432_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8432_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8432_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8432_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8432_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8432_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8432_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8432_page1>.jack.peek-shadow::before,#stacks_in_8432_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8432_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8432_page1>.jack{overflow:visible;}#stacks_in_8432_page1>.jack.height-static{height:100px}#stacks_in_8432_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8434_page1 {
	font-size: 150%;
}

#stacks_in_8435_page1 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8440_page1{  padding-right:10.00px;padding-left:10.00px; }#stacks_in_8440_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8440_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8440_page1>.jack.width-static{width:500px}#stacks_in_8440_page1>.jack.width-flexible{width:100%}#stacks_in_8440_page1>.jack.margin-detailed{margin:10.00px 10.00px 20.00px 10.00px}#stacks_in_8440_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8440_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8440_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8440_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8440_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8440_page1>.jack::after{border-radius:0px}#stacks_in_8440_page1>.jack.border-detailed-radius,#stacks_in_8440_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8440_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8440_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8440_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8440_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8440_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8440_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8440_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8440_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8440_page1>.jack.bg-image:not(.glass){}#stacks_in_8440_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8440_page1>.jack.bg-image.glass.after,#stacks_in_8440_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8440_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8440_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8440_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8440_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8440_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8440_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8440_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8440_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8440_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8440_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8440_page1>.jack.bg-image.glass.after,#stacks_in_8440_page1>.jack.bg-image.glass::after{}#stacks_in_8440_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8440_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8440_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8440_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8440_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8440_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8440_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8440_page1>.jack.peek-shadow::before,#stacks_in_8440_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8440_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8440_page1>.jack{overflow:visible;}#stacks_in_8440_page1>.jack.height-static{height:100px}#stacks_in_8440_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8443_page1 {
	margin: 0px 150px 0px 0px;
}
#stacks_in_8445_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8445_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8445_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8445_page1>.jack.width-static{width:500px}#stacks_in_8445_page1>.jack.width-flexible{width:100%}#stacks_in_8445_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8445_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8445_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8445_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8445_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8445_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8445_page1>.jack::after{border-radius:0px}#stacks_in_8445_page1>.jack.border-detailed-radius,#stacks_in_8445_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8445_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8445_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8445_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8445_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8445_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8445_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8445_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8445_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8445_page1>.jack.bg-image:not(.glass){}#stacks_in_8445_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8445_page1>.jack.bg-image.glass.after,#stacks_in_8445_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8445_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8445_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8445_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8445_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8445_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8445_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8445_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8445_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8445_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8445_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8445_page1>.jack.bg-image.glass.after,#stacks_in_8445_page1>.jack.bg-image.glass::after{}#stacks_in_8445_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8445_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8445_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8445_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8445_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8445_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8445_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8445_page1>.jack.peek-shadow::before,#stacks_in_8445_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8445_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8445_page1>.jack{overflow:visible;}#stacks_in_8445_page1>.jack.height-static{height:100px}#stacks_in_8445_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_8446_page1 .stacks_left {
	width:425px;
}

#stacks_in_8446_page1 .stacks_row {
	width:1275px;
}#stacks_in_8447_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8447_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8447_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8447_page1>.jack.width-static{width:500px}#stacks_in_8447_page1>.jack.width-flexible{width:100%}#stacks_in_8447_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8447_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8447_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8447_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8447_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8447_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8447_page1>.jack::after{border-radius:0px}#stacks_in_8447_page1>.jack.border-detailed-radius,#stacks_in_8447_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8447_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8447_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8447_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8447_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8447_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8447_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8447_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8447_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8447_page1>.jack.bg-image:not(.glass){}#stacks_in_8447_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8447_page1>.jack.bg-image.glass.after,#stacks_in_8447_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8447_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8447_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8447_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8447_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8447_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8447_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8447_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8447_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8447_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8447_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8447_page1>.jack.bg-image.glass.after,#stacks_in_8447_page1>.jack.bg-image.glass::after{}#stacks_in_8447_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8447_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8447_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8447_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8447_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8447_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8447_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8447_page1>.jack.peek-shadow::before,#stacks_in_8447_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8447_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8447_page1>.jack{overflow:visible;}#stacks_in_8447_page1>.jack.height-static{height:100px}#stacks_in_8447_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8449_page1 {
	font-size: 150%;
}

#stacks_in_8450_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8454_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8454_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8454_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8454_page1>.jack.width-static{width:500px}#stacks_in_8454_page1>.jack.width-flexible{width:100%}#stacks_in_8454_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8454_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8454_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8454_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8454_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8454_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8454_page1>.jack::after{border-radius:0px}#stacks_in_8454_page1>.jack.border-detailed-radius,#stacks_in_8454_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8454_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8454_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8454_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8454_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8454_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8454_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8454_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8454_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8454_page1>.jack.bg-image:not(.glass){}#stacks_in_8454_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8454_page1>.jack.bg-image.glass.after,#stacks_in_8454_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8454_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8454_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8454_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8454_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8454_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8454_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8454_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8454_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8454_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8454_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8454_page1>.jack.bg-image.glass.after,#stacks_in_8454_page1>.jack.bg-image.glass::after{}#stacks_in_8454_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8454_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8454_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8454_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8454_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8454_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8454_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8454_page1>.jack.peek-shadow::before,#stacks_in_8454_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8454_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8454_page1>.jack{overflow:visible;}#stacks_in_8454_page1>.jack.height-static{height:100px}#stacks_in_8454_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8456_page1 {
	font-size: 150%;
}
#stacks_in_8457_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8457_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8457_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8457_page1>.jack.width-static{width:500px}#stacks_in_8457_page1>.jack.width-flexible{width:100%}#stacks_in_8457_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8457_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8457_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8457_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8457_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8457_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8457_page1>.jack::after{border-radius:0px}#stacks_in_8457_page1>.jack.border-detailed-radius,#stacks_in_8457_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8457_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8457_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8457_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8457_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8457_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8457_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8457_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8457_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8457_page1>.jack.bg-image:not(.glass){}#stacks_in_8457_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8457_page1>.jack.bg-image.glass.after,#stacks_in_8457_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8457_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8457_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8457_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8457_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8457_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8457_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8457_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8457_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8457_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8457_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8457_page1>.jack.bg-image.glass.after,#stacks_in_8457_page1>.jack.bg-image.glass::after{}#stacks_in_8457_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8457_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8457_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8457_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8457_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8457_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8457_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8457_page1>.jack.peek-shadow::before,#stacks_in_8457_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8457_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8457_page1>.jack{overflow:visible;}#stacks_in_8457_page1>.jack.height-static{height:100px}#stacks_in_8457_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8457_page1 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8463_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8463_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8463_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8463_page1>.jack.width-static{width:500px}#stacks_in_8463_page1>.jack.width-flexible{width:100%}#stacks_in_8463_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8463_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8463_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8463_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8463_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8463_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8463_page1>.jack::after{border-radius:0px}#stacks_in_8463_page1>.jack.border-detailed-radius,#stacks_in_8463_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8463_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8463_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8463_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8463_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8463_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8463_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8463_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8463_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8463_page1>.jack.bg-image:not(.glass){}#stacks_in_8463_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8463_page1>.jack.bg-image.glass.after,#stacks_in_8463_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8463_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8463_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8463_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8463_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8463_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8463_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8463_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8463_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8463_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8463_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8463_page1>.jack.bg-image.glass.after,#stacks_in_8463_page1>.jack.bg-image.glass::after{}#stacks_in_8463_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8463_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8463_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8463_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8463_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8463_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8463_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8463_page1>.jack.peek-shadow::before,#stacks_in_8463_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8463_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8463_page1>.jack{overflow:visible;}#stacks_in_8463_page1>.jack.height-static{height:100px}#stacks_in_8463_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8465_page1 {
	font-size: 150%;
}

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

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_8470_page1 .stacks_left {
	width:425px;
}

#stacks_in_8470_page1 .stacks_row {
	width:1275px;
}#stacks_in_8471_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8471_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8471_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8471_page1>.jack.width-static{width:500px}#stacks_in_8471_page1>.jack.width-flexible{width:100%}#stacks_in_8471_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8471_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8471_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8471_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8471_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8471_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8471_page1>.jack::after{border-radius:0px}#stacks_in_8471_page1>.jack.border-detailed-radius,#stacks_in_8471_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8471_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8471_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8471_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8471_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8471_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8471_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8471_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8471_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8471_page1>.jack.bg-image:not(.glass){}#stacks_in_8471_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8471_page1>.jack.bg-image.glass.after,#stacks_in_8471_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8471_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8471_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8471_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8471_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8471_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8471_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8471_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8471_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8471_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8471_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8471_page1>.jack.bg-image.glass.after,#stacks_in_8471_page1>.jack.bg-image.glass::after{}#stacks_in_8471_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8471_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8471_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8471_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8471_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8471_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8471_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8471_page1>.jack.peek-shadow::before,#stacks_in_8471_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8471_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8471_page1>.jack{overflow:visible;}#stacks_in_8471_page1>.jack.height-static{height:100px}#stacks_in_8471_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8473_page1 {
	font-size: 150%;
}

#stacks_in_8474_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8478_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8478_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8478_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8478_page1>.jack.width-static{width:500px}#stacks_in_8478_page1>.jack.width-flexible{width:100%}#stacks_in_8478_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8478_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8478_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8478_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8478_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8478_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8478_page1>.jack::after{border-radius:0px}#stacks_in_8478_page1>.jack.border-detailed-radius,#stacks_in_8478_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8478_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8478_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8478_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8478_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8478_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8478_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8478_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8478_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8478_page1>.jack.bg-image:not(.glass){}#stacks_in_8478_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8478_page1>.jack.bg-image.glass.after,#stacks_in_8478_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8478_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8478_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8478_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8478_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8478_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8478_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8478_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8478_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8478_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8478_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8478_page1>.jack.bg-image.glass.after,#stacks_in_8478_page1>.jack.bg-image.glass::after{}#stacks_in_8478_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8478_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8478_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8478_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8478_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8478_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8478_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8478_page1>.jack.peek-shadow::before,#stacks_in_8478_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8478_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8478_page1>.jack{overflow:visible;}#stacks_in_8478_page1>.jack.height-static{height:100px}#stacks_in_8478_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8480_page1 {
	font-size: 150%;
}

#stacks_in_8481_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8485_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8485_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8485_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8485_page1>.jack.width-static{width:500px}#stacks_in_8485_page1>.jack.width-flexible{width:100%}#stacks_in_8485_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8485_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8485_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8485_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8485_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8485_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8485_page1>.jack::after{border-radius:0px}#stacks_in_8485_page1>.jack.border-detailed-radius,#stacks_in_8485_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8485_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8485_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8485_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8485_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8485_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8485_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8485_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8485_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8485_page1>.jack.bg-image:not(.glass){}#stacks_in_8485_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8485_page1>.jack.bg-image.glass.after,#stacks_in_8485_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8485_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8485_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8485_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8485_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8485_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8485_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8485_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8485_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8485_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8485_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8485_page1>.jack.bg-image.glass.after,#stacks_in_8485_page1>.jack.bg-image.glass::after{}#stacks_in_8485_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8485_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8485_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8485_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8485_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8485_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8485_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8485_page1>.jack.peek-shadow::before,#stacks_in_8485_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8485_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8485_page1>.jack{overflow:visible;}#stacks_in_8485_page1>.jack.height-static{height:100px}#stacks_in_8485_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8487_page1 {
	font-size: 150%;
}

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

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_8492_page1 .stacks_left {
	width:425px;
}

#stacks_in_8492_page1 .stacks_row {
	width:2125px;
}#stacks_in_8493_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8493_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8493_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8493_page1>.jack.width-static{width:500px}#stacks_in_8493_page1>.jack.width-flexible{width:100%}#stacks_in_8493_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8493_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8493_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8493_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8493_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8493_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8493_page1>.jack::after{border-radius:0px}#stacks_in_8493_page1>.jack.border-detailed-radius,#stacks_in_8493_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8493_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8493_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8493_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8493_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8493_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8493_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8493_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8493_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8493_page1>.jack.bg-image:not(.glass){}#stacks_in_8493_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8493_page1>.jack.bg-image.glass.after,#stacks_in_8493_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8493_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8493_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8493_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8493_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8493_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8493_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8493_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8493_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8493_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8493_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8493_page1>.jack.bg-image.glass.after,#stacks_in_8493_page1>.jack.bg-image.glass::after{}#stacks_in_8493_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8493_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8493_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8493_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8493_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8493_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8493_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8493_page1>.jack.peek-shadow::before,#stacks_in_8493_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8493_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8493_page1>.jack{overflow:visible;}#stacks_in_8493_page1>.jack.height-static{height:100px}#stacks_in_8493_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8495_page1 {
	font-size: 150%;
}

#stacks_in_8496_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8500_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8500_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8500_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8500_page1>.jack.width-static{width:500px}#stacks_in_8500_page1>.jack.width-flexible{width:100%}#stacks_in_8500_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8500_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8500_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8500_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8500_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8500_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8500_page1>.jack::after{border-radius:0px}#stacks_in_8500_page1>.jack.border-detailed-radius,#stacks_in_8500_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8500_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8500_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8500_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8500_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8500_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8500_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8500_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8500_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8500_page1>.jack.bg-image:not(.glass){}#stacks_in_8500_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8500_page1>.jack.bg-image.glass.after,#stacks_in_8500_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8500_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8500_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8500_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8500_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8500_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8500_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8500_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8500_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8500_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8500_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8500_page1>.jack.bg-image.glass.after,#stacks_in_8500_page1>.jack.bg-image.glass::after{}#stacks_in_8500_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8500_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8500_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8500_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8500_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8500_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8500_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8500_page1>.jack.peek-shadow::before,#stacks_in_8500_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8500_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8500_page1>.jack{overflow:visible;}#stacks_in_8500_page1>.jack.height-static{height:100px}#stacks_in_8500_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8502_page1 {
	font-size: 150%;
}

#stacks_in_8503_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8507_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8507_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8507_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8507_page1>.jack.width-static{width:500px}#stacks_in_8507_page1>.jack.width-flexible{width:100%}#stacks_in_8507_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8507_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8507_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8507_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8507_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8507_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8507_page1>.jack::after{border-radius:0px}#stacks_in_8507_page1>.jack.border-detailed-radius,#stacks_in_8507_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8507_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8507_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8507_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8507_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8507_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8507_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8507_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8507_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8507_page1>.jack.bg-image:not(.glass){}#stacks_in_8507_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8507_page1>.jack.bg-image.glass.after,#stacks_in_8507_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8507_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8507_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8507_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8507_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8507_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8507_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8507_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8507_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8507_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8507_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8507_page1>.jack.bg-image.glass.after,#stacks_in_8507_page1>.jack.bg-image.glass::after{}#stacks_in_8507_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8507_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8507_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8507_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8507_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8507_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8507_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8507_page1>.jack.peek-shadow::before,#stacks_in_8507_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8507_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8507_page1>.jack{overflow:visible;}#stacks_in_8507_page1>.jack.height-static{height:100px}#stacks_in_8507_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8509_page1 {
	font-size: 150%;
}

#stacks_in_8510_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8514_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8514_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8514_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8514_page1>.jack.width-static{width:500px}#stacks_in_8514_page1>.jack.width-flexible{width:100%}#stacks_in_8514_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8514_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8514_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8514_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8514_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8514_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8514_page1>.jack::after{border-radius:0px}#stacks_in_8514_page1>.jack.border-detailed-radius,#stacks_in_8514_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8514_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8514_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8514_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8514_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8514_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8514_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8514_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8514_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8514_page1>.jack.bg-image:not(.glass){}#stacks_in_8514_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8514_page1>.jack.bg-image.glass.after,#stacks_in_8514_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8514_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8514_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8514_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8514_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8514_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8514_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8514_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8514_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8514_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8514_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8514_page1>.jack.bg-image.glass.after,#stacks_in_8514_page1>.jack.bg-image.glass::after{}#stacks_in_8514_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8514_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8514_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8514_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8514_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8514_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8514_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8514_page1>.jack.peek-shadow::before,#stacks_in_8514_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8514_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8514_page1>.jack{overflow:visible;}#stacks_in_8514_page1>.jack.height-static{height:100px}#stacks_in_8514_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8516_page1 {
	font-size: 150%;
}

#stacks_in_8517_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8521_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8521_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8521_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8521_page1>.jack.width-static{width:500px}#stacks_in_8521_page1>.jack.width-flexible{width:100%}#stacks_in_8521_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8521_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8521_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8521_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8521_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8521_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8521_page1>.jack::after{border-radius:0px}#stacks_in_8521_page1>.jack.border-detailed-radius,#stacks_in_8521_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8521_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8521_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8521_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8521_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8521_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8521_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8521_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8521_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8521_page1>.jack.bg-image:not(.glass){}#stacks_in_8521_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8521_page1>.jack.bg-image.glass.after,#stacks_in_8521_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8521_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8521_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8521_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8521_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8521_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8521_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8521_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8521_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8521_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8521_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8521_page1>.jack.bg-image.glass.after,#stacks_in_8521_page1>.jack.bg-image.glass::after{}#stacks_in_8521_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8521_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8521_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8521_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8521_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8521_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8521_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8521_page1>.jack.peek-shadow::before,#stacks_in_8521_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8521_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8521_page1>.jack{overflow:visible;}#stacks_in_8521_page1>.jack.height-static{height:100px}#stacks_in_8521_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8523_page1 {
	font-size: 150%;
}

#stacks_in_8524_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
}
#stacks_in_8531_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8531_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8531_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8531_page1>.jack.width-static{width:500px}#stacks_in_8531_page1>.jack.width-flexible{width:100%}#stacks_in_8531_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8531_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8531_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8531_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8531_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8531_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8531_page1>.jack::after{border-radius:0px}#stacks_in_8531_page1>.jack.border-detailed-radius,#stacks_in_8531_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8531_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8531_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8531_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8531_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8531_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8531_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8531_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8531_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8531_page1>.jack.bg-image:not(.glass){}#stacks_in_8531_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8531_page1>.jack.bg-image.glass.after,#stacks_in_8531_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8531_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8531_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8531_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8531_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8531_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8531_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8531_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8531_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8531_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8531_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8531_page1>.jack.bg-image.glass.after,#stacks_in_8531_page1>.jack.bg-image.glass::after{}#stacks_in_8531_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8531_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8531_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8531_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8531_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8531_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8531_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8531_page1>.jack.peek-shadow::before,#stacks_in_8531_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8531_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8531_page1>.jack{overflow:visible;}#stacks_in_8531_page1>.jack.height-static{height:100px}#stacks_in_8531_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8534_page1 {
	margin: 0px 150px 0px 0px;
}
#stacks_in_8536_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8536_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8536_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8536_page1>.jack.width-static{width:500px}#stacks_in_8536_page1>.jack.width-flexible{width:100%}#stacks_in_8536_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8536_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8536_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8536_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8536_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8536_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8536_page1>.jack::after{border-radius:0px}#stacks_in_8536_page1>.jack.border-detailed-radius,#stacks_in_8536_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8536_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8536_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8536_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8536_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8536_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8536_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8536_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8536_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8536_page1>.jack.bg-image:not(.glass){}#stacks_in_8536_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8536_page1>.jack.bg-image.glass.after,#stacks_in_8536_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8536_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8536_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8536_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8536_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8536_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8536_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8536_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8536_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8536_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8536_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8536_page1>.jack.bg-image.glass.after,#stacks_in_8536_page1>.jack.bg-image.glass::after{}#stacks_in_8536_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8536_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8536_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8536_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8536_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8536_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8536_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8536_page1>.jack.peek-shadow::before,#stacks_in_8536_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8536_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8536_page1>.jack{overflow:visible;}#stacks_in_8536_page1>.jack.height-static{height:100px}#stacks_in_8536_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8536_page1 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_8539_page1 {
	margin: 10px 0px 0px 10px;
}
#stacks_in_8542_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8542_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8542_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8542_page1>.jack.width-static{width:500px}#stacks_in_8542_page1>.jack.width-flexible{width:100%}#stacks_in_8542_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8542_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8542_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8542_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8542_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8542_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8542_page1>.jack::after{border-radius:0px}#stacks_in_8542_page1>.jack.border-detailed-radius,#stacks_in_8542_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8542_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8542_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8542_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8542_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8542_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8542_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8542_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8542_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8542_page1>.jack.bg-image:not(.glass){}#stacks_in_8542_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8542_page1>.jack.bg-image.glass.after,#stacks_in_8542_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8542_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8542_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8542_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8542_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8542_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8542_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8542_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8542_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8542_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8542_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8542_page1>.jack.bg-image.glass.after,#stacks_in_8542_page1>.jack.bg-image.glass::after{}#stacks_in_8542_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8542_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8542_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8542_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8542_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8542_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8542_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8542_page1>.jack.peek-shadow::before,#stacks_in_8542_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8542_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8542_page1>.jack{overflow:visible;}#stacks_in_8542_page1>.jack.height-static{height:100px}#stacks_in_8542_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8542_page1 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_8545_page1 {
	margin: 10px 0px 0px 10px;
}
#stacks_in_8548_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8548_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8548_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8548_page1>.jack.width-static{width:500px}#stacks_in_8548_page1>.jack.width-flexible{width:100%}#stacks_in_8548_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8548_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8548_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8548_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8548_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8548_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8548_page1>.jack::after{border-radius:0px}#stacks_in_8548_page1>.jack.border-detailed-radius,#stacks_in_8548_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8548_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8548_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8548_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8548_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8548_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8548_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8548_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8548_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8548_page1>.jack.bg-image:not(.glass){}#stacks_in_8548_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8548_page1>.jack.bg-image.glass.after,#stacks_in_8548_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8548_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8548_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8548_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8548_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8548_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8548_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8548_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8548_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8548_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8548_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8548_page1>.jack.bg-image.glass.after,#stacks_in_8548_page1>.jack.bg-image.glass::after{}#stacks_in_8548_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8548_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8548_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8548_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8548_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8548_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8548_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8548_page1>.jack.peek-shadow::before,#stacks_in_8548_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8548_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8548_page1>.jack{overflow:visible;}#stacks_in_8548_page1>.jack.height-static{height:100px}#stacks_in_8548_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8548_page1 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_8551_page1 {
	margin: 10px 0px 0px 10px;
}
#stacks_in_8554_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8554_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8554_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8554_page1>.jack.width-static{width:500px}#stacks_in_8554_page1>.jack.width-flexible{width:100%}#stacks_in_8554_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8554_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8554_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8554_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8554_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8554_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8554_page1>.jack::after{border-radius:0px}#stacks_in_8554_page1>.jack.border-detailed-radius,#stacks_in_8554_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8554_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8554_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8554_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8554_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8554_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8554_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8554_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8554_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8554_page1>.jack.bg-image:not(.glass){}#stacks_in_8554_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8554_page1>.jack.bg-image.glass.after,#stacks_in_8554_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8554_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8554_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8554_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8554_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8554_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8554_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8554_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8554_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8554_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8554_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8554_page1>.jack.bg-image.glass.after,#stacks_in_8554_page1>.jack.bg-image.glass::after{}#stacks_in_8554_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8554_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8554_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8554_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8554_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8554_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8554_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8554_page1>.jack.peek-shadow::before,#stacks_in_8554_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8554_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8554_page1>.jack{overflow:visible;}#stacks_in_8554_page1>.jack.height-static{height:100px}#stacks_in_8554_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8554_page1 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_8557_page1 {
	margin: 10px 0px 0px 10px;
}
#stacks_in_8561_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8561_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8561_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8561_page1>.jack.width-static{width:500px}#stacks_in_8561_page1>.jack.width-flexible{width:100%}#stacks_in_8561_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8561_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8561_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8561_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8561_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8561_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8561_page1>.jack::after{border-radius:0px}#stacks_in_8561_page1>.jack.border-detailed-radius,#stacks_in_8561_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8561_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8561_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8561_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8561_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8561_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8561_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8561_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8561_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8561_page1>.jack.bg-image:not(.glass){}#stacks_in_8561_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8561_page1>.jack.bg-image.glass.after,#stacks_in_8561_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8561_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8561_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8561_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8561_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8561_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8561_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8561_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8561_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8561_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8561_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8561_page1>.jack.bg-image.glass.after,#stacks_in_8561_page1>.jack.bg-image.glass::after{}#stacks_in_8561_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8561_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8561_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8561_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8561_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8561_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8561_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8561_page1>.jack.peek-shadow::before,#stacks_in_8561_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8561_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8561_page1>.jack{overflow:visible;}#stacks_in_8561_page1>.jack.height-static{height:100px}#stacks_in_8561_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8561_page1 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 0px 1px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#stacks_in_8564_page1 {
	margin: 0px 150px 0px 0px;
}
#stacks_in_8566_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8566_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8566_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8566_page1>.jack.width-static{width:500px}#stacks_in_8566_page1>.jack.width-flexible{width:100%}#stacks_in_8566_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8566_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8566_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8566_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8566_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8566_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8566_page1>.jack::after{border-radius:0px}#stacks_in_8566_page1>.jack.border-detailed-radius,#stacks_in_8566_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8566_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8566_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8566_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8566_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8566_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8566_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8566_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8566_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8566_page1>.jack.bg-image:not(.glass){}#stacks_in_8566_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8566_page1>.jack.bg-image.glass.after,#stacks_in_8566_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8566_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8566_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8566_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8566_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8566_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8566_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8566_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8566_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8566_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8566_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8566_page1>.jack.bg-image.glass.after,#stacks_in_8566_page1>.jack.bg-image.glass::after{}#stacks_in_8566_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8566_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8566_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8566_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8566_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8566_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8566_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8566_page1>.jack.peek-shadow::before,#stacks_in_8566_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8566_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8566_page1>.jack{overflow:visible;}#stacks_in_8566_page1>.jack.height-static{height:100px}#stacks_in_8566_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8566_page1 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_8567_page1 {
	margin: 0px 0px 10px 0px;
}

#expander_stack_stacks_in_8569_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8569_page1,
#expander_stack_link_less_stacks_in_8569_page1,
#expander_stack_stacks_in_8569_page1.show_all #expander_stack_link_more_stacks_in_8569_page1 {
	display: none;
}
#expander_stack_stacks_in_8569_page1.show_all #expander_stack_details_stacks_in_8569_page1 {
	display: block;
}
#expander_stack_stacks_in_8569_page1.show_all #expander_stack_link_less_stacks_in_8569_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8569_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8569_page1,
	#expander_stack_link_less_stacks_in_8569_page1 {
		display: none;
	}
}


#stacks_in_8569_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8570_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8570_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8570_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8570_page1>.jack.width-static{width:500px}#stacks_in_8570_page1>.jack.width-flexible{width:100%}#stacks_in_8570_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8570_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8570_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8570_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8570_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8570_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8570_page1>.jack::after{border-radius:0px}#stacks_in_8570_page1>.jack.border-detailed-radius,#stacks_in_8570_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8570_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8570_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8570_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8570_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8570_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8570_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8570_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8570_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8570_page1>.jack.bg-image:not(.glass){}#stacks_in_8570_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8570_page1>.jack.bg-image.glass.after,#stacks_in_8570_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8570_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8570_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8570_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8570_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8570_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8570_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8570_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8570_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8570_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8570_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8570_page1>.jack.bg-image.glass.after,#stacks_in_8570_page1>.jack.bg-image.glass::after{}#stacks_in_8570_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8570_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8570_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8570_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8570_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8570_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8570_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8570_page1>.jack.peek-shadow::before,#stacks_in_8570_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8570_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8570_page1>.jack{overflow:visible;}#stacks_in_8570_page1>.jack.height-static{height:100px}#stacks_in_8570_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8575_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8575_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8575_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8575_page1>.jack.width-static{width:500px}#stacks_in_8575_page1>.jack.width-flexible{width:100%}#stacks_in_8575_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8575_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8575_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8575_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8575_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8575_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8575_page1>.jack::after{border-radius:0px}#stacks_in_8575_page1>.jack.border-detailed-radius,#stacks_in_8575_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8575_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8575_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8575_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8575_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8575_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8575_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8575_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8575_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8575_page1>.jack.bg-image:not(.glass){}#stacks_in_8575_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8575_page1>.jack.bg-image.glass.after,#stacks_in_8575_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8575_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8575_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8575_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8575_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8575_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8575_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8575_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8575_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8575_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8575_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8575_page1>.jack.bg-image.glass.after,#stacks_in_8575_page1>.jack.bg-image.glass::after{}#stacks_in_8575_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8575_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8575_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8575_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8575_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8575_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8575_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8575_page1>.jack.peek-shadow::before,#stacks_in_8575_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8575_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8575_page1>.jack{overflow:visible;}#stacks_in_8575_page1>.jack.height-static{height:100px}#stacks_in_8575_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8576_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8576_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8576_page1 #jwresp_col2_stacks_in_8576_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8576_page1 #jwresp_col1_stacks_in_8576_page1,#stacks_in_8576_page1 #jwresp_col2_stacks_in_8576_page1{width:100%;float:none;display:block}#stacks_in_8576_page1 #jwresp_col1_stacks_in_8576_page1{margin-bottom:15px}}

#stacks_in_8577_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8581_page1 {
	font-size: 75%;
}

#stacks_in_8583_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8584_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8587_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8587_page1,
#expander_stack_link_less_stacks_in_8587_page1,
#expander_stack_stacks_in_8587_page1.show_all #expander_stack_link_more_stacks_in_8587_page1 {
	display: none;
}
#expander_stack_stacks_in_8587_page1.show_all #expander_stack_details_stacks_in_8587_page1 {
	display: block;
}
#expander_stack_stacks_in_8587_page1.show_all #expander_stack_link_less_stacks_in_8587_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8587_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8587_page1,
	#expander_stack_link_less_stacks_in_8587_page1 {
		display: none;
	}
}


#stacks_in_8587_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8588_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8588_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8588_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8588_page1>.jack.width-static{width:500px}#stacks_in_8588_page1>.jack.width-flexible{width:100%}#stacks_in_8588_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8588_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8588_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8588_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8588_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8588_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8588_page1>.jack::after{border-radius:0px}#stacks_in_8588_page1>.jack.border-detailed-radius,#stacks_in_8588_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8588_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8588_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8588_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8588_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8588_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8588_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8588_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8588_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8588_page1>.jack.bg-image:not(.glass){}#stacks_in_8588_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8588_page1>.jack.bg-image.glass.after,#stacks_in_8588_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8588_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8588_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8588_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8588_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8588_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8588_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8588_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8588_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8588_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8588_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8588_page1>.jack.bg-image.glass.after,#stacks_in_8588_page1>.jack.bg-image.glass::after{}#stacks_in_8588_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8588_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8588_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8588_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8588_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8588_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8588_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8588_page1>.jack.peek-shadow::before,#stacks_in_8588_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8588_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8588_page1>.jack{overflow:visible;}#stacks_in_8588_page1>.jack.height-static{height:100px}#stacks_in_8588_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8593_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8593_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8593_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8593_page1>.jack.width-static{width:500px}#stacks_in_8593_page1>.jack.width-flexible{width:100%}#stacks_in_8593_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8593_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8593_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8593_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8593_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8593_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8593_page1>.jack::after{border-radius:0px}#stacks_in_8593_page1>.jack.border-detailed-radius,#stacks_in_8593_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8593_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8593_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8593_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8593_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8593_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8593_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8593_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8593_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8593_page1>.jack.bg-image:not(.glass){}#stacks_in_8593_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8593_page1>.jack.bg-image.glass.after,#stacks_in_8593_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8593_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8593_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8593_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8593_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8593_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8593_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8593_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8593_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8593_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8593_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8593_page1>.jack.bg-image.glass.after,#stacks_in_8593_page1>.jack.bg-image.glass::after{}#stacks_in_8593_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8593_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8593_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8593_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8593_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8593_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8593_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8593_page1>.jack.peek-shadow::before,#stacks_in_8593_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8593_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8593_page1>.jack{overflow:visible;}#stacks_in_8593_page1>.jack.height-static{height:100px}#stacks_in_8593_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8594_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8594_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8594_page1 #jwresp_col2_stacks_in_8594_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8594_page1 #jwresp_col1_stacks_in_8594_page1,#stacks_in_8594_page1 #jwresp_col2_stacks_in_8594_page1{width:100%;float:none;display:block}#stacks_in_8594_page1 #jwresp_col1_stacks_in_8594_page1{margin-bottom:15px}}

#stacks_in_8595_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8599_page1 {
	font-size: 75%;
}

#stacks_in_8601_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8602_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8605_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8605_page1,
#expander_stack_link_less_stacks_in_8605_page1,
#expander_stack_stacks_in_8605_page1.show_all #expander_stack_link_more_stacks_in_8605_page1 {
	display: none;
}
#expander_stack_stacks_in_8605_page1.show_all #expander_stack_details_stacks_in_8605_page1 {
	display: block;
}
#expander_stack_stacks_in_8605_page1.show_all #expander_stack_link_less_stacks_in_8605_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8605_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8605_page1,
	#expander_stack_link_less_stacks_in_8605_page1 {
		display: none;
	}
}


#stacks_in_8605_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8606_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8606_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8606_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8606_page1>.jack.width-static{width:500px}#stacks_in_8606_page1>.jack.width-flexible{width:100%}#stacks_in_8606_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8606_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8606_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8606_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8606_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8606_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8606_page1>.jack::after{border-radius:0px}#stacks_in_8606_page1>.jack.border-detailed-radius,#stacks_in_8606_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8606_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8606_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8606_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8606_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8606_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8606_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8606_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8606_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8606_page1>.jack.bg-image:not(.glass){}#stacks_in_8606_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8606_page1>.jack.bg-image.glass.after,#stacks_in_8606_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8606_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8606_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8606_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8606_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8606_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8606_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8606_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8606_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8606_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8606_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8606_page1>.jack.bg-image.glass.after,#stacks_in_8606_page1>.jack.bg-image.glass::after{}#stacks_in_8606_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8606_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8606_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8606_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8606_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8606_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8606_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8606_page1>.jack.peek-shadow::before,#stacks_in_8606_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8606_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8606_page1>.jack{overflow:visible;}#stacks_in_8606_page1>.jack.height-static{height:100px}#stacks_in_8606_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8611_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8611_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8611_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8611_page1>.jack.width-static{width:500px}#stacks_in_8611_page1>.jack.width-flexible{width:100%}#stacks_in_8611_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8611_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8611_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8611_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8611_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8611_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8611_page1>.jack::after{border-radius:0px}#stacks_in_8611_page1>.jack.border-detailed-radius,#stacks_in_8611_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8611_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8611_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8611_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8611_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8611_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8611_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8611_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8611_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8611_page1>.jack.bg-image:not(.glass){}#stacks_in_8611_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8611_page1>.jack.bg-image.glass.after,#stacks_in_8611_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8611_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8611_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8611_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8611_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8611_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8611_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8611_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8611_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8611_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8611_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8611_page1>.jack.bg-image.glass.after,#stacks_in_8611_page1>.jack.bg-image.glass::after{}#stacks_in_8611_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8611_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8611_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8611_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8611_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8611_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8611_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8611_page1>.jack.peek-shadow::before,#stacks_in_8611_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8611_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8611_page1>.jack{overflow:visible;}#stacks_in_8611_page1>.jack.height-static{height:100px}#stacks_in_8611_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8612_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8612_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8612_page1 #jwresp_col2_stacks_in_8612_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8612_page1 #jwresp_col1_stacks_in_8612_page1,#stacks_in_8612_page1 #jwresp_col2_stacks_in_8612_page1{width:100%;float:none;display:block}#stacks_in_8612_page1 #jwresp_col1_stacks_in_8612_page1{margin-bottom:15px}}

#stacks_in_8613_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8617_page1 {
	font-size: 75%;
}

#stacks_in_8619_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8620_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8623_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8623_page1,
#expander_stack_link_less_stacks_in_8623_page1,
#expander_stack_stacks_in_8623_page1.show_all #expander_stack_link_more_stacks_in_8623_page1 {
	display: none;
}
#expander_stack_stacks_in_8623_page1.show_all #expander_stack_details_stacks_in_8623_page1 {
	display: block;
}
#expander_stack_stacks_in_8623_page1.show_all #expander_stack_link_less_stacks_in_8623_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8623_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8623_page1,
	#expander_stack_link_less_stacks_in_8623_page1 {
		display: none;
	}
}


#stacks_in_8623_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8624_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8624_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8624_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8624_page1>.jack.width-static{width:500px}#stacks_in_8624_page1>.jack.width-flexible{width:100%}#stacks_in_8624_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8624_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8624_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8624_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8624_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8624_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8624_page1>.jack::after{border-radius:0px}#stacks_in_8624_page1>.jack.border-detailed-radius,#stacks_in_8624_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8624_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8624_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8624_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8624_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8624_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8624_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8624_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8624_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8624_page1>.jack.bg-image:not(.glass){}#stacks_in_8624_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8624_page1>.jack.bg-image.glass.after,#stacks_in_8624_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8624_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8624_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8624_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8624_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8624_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8624_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8624_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8624_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8624_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8624_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8624_page1>.jack.bg-image.glass.after,#stacks_in_8624_page1>.jack.bg-image.glass::after{}#stacks_in_8624_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8624_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8624_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8624_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8624_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8624_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8624_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8624_page1>.jack.peek-shadow::before,#stacks_in_8624_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8624_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8624_page1>.jack{overflow:visible;}#stacks_in_8624_page1>.jack.height-static{height:100px}#stacks_in_8624_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8629_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8629_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8629_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8629_page1>.jack.width-static{width:500px}#stacks_in_8629_page1>.jack.width-flexible{width:100%}#stacks_in_8629_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8629_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8629_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8629_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8629_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8629_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8629_page1>.jack::after{border-radius:0px}#stacks_in_8629_page1>.jack.border-detailed-radius,#stacks_in_8629_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8629_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8629_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8629_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8629_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8629_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8629_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8629_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8629_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8629_page1>.jack.bg-image:not(.glass){}#stacks_in_8629_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8629_page1>.jack.bg-image.glass.after,#stacks_in_8629_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8629_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8629_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8629_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8629_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8629_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8629_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8629_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8629_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8629_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8629_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8629_page1>.jack.bg-image.glass.after,#stacks_in_8629_page1>.jack.bg-image.glass::after{}#stacks_in_8629_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8629_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8629_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8629_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8629_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8629_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8629_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8629_page1>.jack.peek-shadow::before,#stacks_in_8629_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8629_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8629_page1>.jack{overflow:visible;}#stacks_in_8629_page1>.jack.height-static{height:100px}#stacks_in_8629_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8630_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8630_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8630_page1 #jwresp_col2_stacks_in_8630_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8630_page1 #jwresp_col1_stacks_in_8630_page1,#stacks_in_8630_page1 #jwresp_col2_stacks_in_8630_page1{width:100%;float:none;display:block}#stacks_in_8630_page1 #jwresp_col1_stacks_in_8630_page1{margin-bottom:15px}}

#stacks_in_8631_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8635_page1 {
	font-size: 75%;
}

#stacks_in_8637_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8638_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8641_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8641_page1,
#expander_stack_link_less_stacks_in_8641_page1,
#expander_stack_stacks_in_8641_page1.show_all #expander_stack_link_more_stacks_in_8641_page1 {
	display: none;
}
#expander_stack_stacks_in_8641_page1.show_all #expander_stack_details_stacks_in_8641_page1 {
	display: block;
}
#expander_stack_stacks_in_8641_page1.show_all #expander_stack_link_less_stacks_in_8641_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8641_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8641_page1,
	#expander_stack_link_less_stacks_in_8641_page1 {
		display: none;
	}
}


#stacks_in_8641_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8642_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8642_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8642_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8642_page1>.jack.width-static{width:500px}#stacks_in_8642_page1>.jack.width-flexible{width:100%}#stacks_in_8642_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8642_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8642_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8642_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8642_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8642_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8642_page1>.jack::after{border-radius:0px}#stacks_in_8642_page1>.jack.border-detailed-radius,#stacks_in_8642_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8642_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8642_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8642_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8642_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8642_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8642_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8642_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8642_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8642_page1>.jack.bg-image:not(.glass){}#stacks_in_8642_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8642_page1>.jack.bg-image.glass.after,#stacks_in_8642_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8642_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8642_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8642_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8642_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8642_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8642_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8642_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8642_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8642_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8642_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8642_page1>.jack.bg-image.glass.after,#stacks_in_8642_page1>.jack.bg-image.glass::after{}#stacks_in_8642_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8642_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8642_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8642_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8642_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8642_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8642_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8642_page1>.jack.peek-shadow::before,#stacks_in_8642_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8642_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8642_page1>.jack{overflow:visible;}#stacks_in_8642_page1>.jack.height-static{height:100px}#stacks_in_8642_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8647_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8647_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8647_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8647_page1>.jack.width-static{width:500px}#stacks_in_8647_page1>.jack.width-flexible{width:100%}#stacks_in_8647_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8647_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8647_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8647_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8647_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8647_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8647_page1>.jack::after{border-radius:0px}#stacks_in_8647_page1>.jack.border-detailed-radius,#stacks_in_8647_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8647_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8647_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8647_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8647_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8647_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8647_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8647_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8647_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8647_page1>.jack.bg-image:not(.glass){}#stacks_in_8647_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8647_page1>.jack.bg-image.glass.after,#stacks_in_8647_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8647_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8647_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8647_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8647_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8647_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8647_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8647_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8647_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8647_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8647_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8647_page1>.jack.bg-image.glass.after,#stacks_in_8647_page1>.jack.bg-image.glass::after{}#stacks_in_8647_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8647_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8647_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8647_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8647_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8647_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8647_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8647_page1>.jack.peek-shadow::before,#stacks_in_8647_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8647_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8647_page1>.jack{overflow:visible;}#stacks_in_8647_page1>.jack.height-static{height:100px}#stacks_in_8647_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8648_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8648_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8648_page1 #jwresp_col2_stacks_in_8648_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8648_page1 #jwresp_col1_stacks_in_8648_page1,#stacks_in_8648_page1 #jwresp_col2_stacks_in_8648_page1{width:100%;float:none;display:block}#stacks_in_8648_page1 #jwresp_col1_stacks_in_8648_page1{margin-bottom:15px}}

#stacks_in_8649_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8653_page1 {
	font-size: 75%;
}

#stacks_in_8655_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8656_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8659_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8659_page1,
#expander_stack_link_less_stacks_in_8659_page1,
#expander_stack_stacks_in_8659_page1.show_all #expander_stack_link_more_stacks_in_8659_page1 {
	display: none;
}
#expander_stack_stacks_in_8659_page1.show_all #expander_stack_details_stacks_in_8659_page1 {
	display: block;
}
#expander_stack_stacks_in_8659_page1.show_all #expander_stack_link_less_stacks_in_8659_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8659_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8659_page1,
	#expander_stack_link_less_stacks_in_8659_page1 {
		display: none;
	}
}


#stacks_in_8659_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8660_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8660_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8660_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8660_page1>.jack.width-static{width:500px}#stacks_in_8660_page1>.jack.width-flexible{width:100%}#stacks_in_8660_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8660_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8660_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8660_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8660_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8660_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8660_page1>.jack::after{border-radius:0px}#stacks_in_8660_page1>.jack.border-detailed-radius,#stacks_in_8660_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8660_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8660_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8660_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8660_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8660_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8660_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8660_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8660_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8660_page1>.jack.bg-image:not(.glass){}#stacks_in_8660_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8660_page1>.jack.bg-image.glass.after,#stacks_in_8660_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8660_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8660_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8660_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8660_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8660_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8660_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8660_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8660_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8660_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8660_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8660_page1>.jack.bg-image.glass.after,#stacks_in_8660_page1>.jack.bg-image.glass::after{}#stacks_in_8660_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8660_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8660_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8660_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8660_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8660_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8660_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8660_page1>.jack.peek-shadow::before,#stacks_in_8660_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8660_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8660_page1>.jack{overflow:visible;}#stacks_in_8660_page1>.jack.height-static{height:100px}#stacks_in_8660_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8665_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8665_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8665_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8665_page1>.jack.width-static{width:500px}#stacks_in_8665_page1>.jack.width-flexible{width:100%}#stacks_in_8665_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8665_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8665_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8665_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8665_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8665_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8665_page1>.jack::after{border-radius:0px}#stacks_in_8665_page1>.jack.border-detailed-radius,#stacks_in_8665_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8665_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8665_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8665_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8665_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8665_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8665_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8665_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8665_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8665_page1>.jack.bg-image:not(.glass){}#stacks_in_8665_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8665_page1>.jack.bg-image.glass.after,#stacks_in_8665_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8665_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8665_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8665_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8665_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8665_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8665_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8665_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8665_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8665_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8665_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8665_page1>.jack.bg-image.glass.after,#stacks_in_8665_page1>.jack.bg-image.glass::after{}#stacks_in_8665_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8665_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8665_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8665_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8665_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8665_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8665_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8665_page1>.jack.peek-shadow::before,#stacks_in_8665_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8665_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8665_page1>.jack{overflow:visible;}#stacks_in_8665_page1>.jack.height-static{height:100px}#stacks_in_8665_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8666_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8666_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8666_page1 #jwresp_col2_stacks_in_8666_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8666_page1 #jwresp_col1_stacks_in_8666_page1,#stacks_in_8666_page1 #jwresp_col2_stacks_in_8666_page1{width:100%;float:none;display:block}#stacks_in_8666_page1 #jwresp_col1_stacks_in_8666_page1{margin-bottom:15px}}

#stacks_in_8667_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8671_page1 {
	font-size: 75%;
}

#stacks_in_8673_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8674_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8677_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8677_page1,
#expander_stack_link_less_stacks_in_8677_page1,
#expander_stack_stacks_in_8677_page1.show_all #expander_stack_link_more_stacks_in_8677_page1 {
	display: none;
}
#expander_stack_stacks_in_8677_page1.show_all #expander_stack_details_stacks_in_8677_page1 {
	display: block;
}
#expander_stack_stacks_in_8677_page1.show_all #expander_stack_link_less_stacks_in_8677_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8677_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8677_page1,
	#expander_stack_link_less_stacks_in_8677_page1 {
		display: none;
	}
}


#stacks_in_8677_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8678_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8678_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8678_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8678_page1>.jack.width-static{width:500px}#stacks_in_8678_page1>.jack.width-flexible{width:100%}#stacks_in_8678_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8678_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8678_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8678_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8678_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8678_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8678_page1>.jack::after{border-radius:0px}#stacks_in_8678_page1>.jack.border-detailed-radius,#stacks_in_8678_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8678_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8678_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8678_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8678_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8678_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8678_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8678_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8678_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8678_page1>.jack.bg-image:not(.glass){}#stacks_in_8678_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8678_page1>.jack.bg-image.glass.after,#stacks_in_8678_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8678_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8678_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8678_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8678_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8678_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8678_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8678_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8678_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8678_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8678_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8678_page1>.jack.bg-image.glass.after,#stacks_in_8678_page1>.jack.bg-image.glass::after{}#stacks_in_8678_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8678_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8678_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8678_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8678_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8678_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8678_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8678_page1>.jack.peek-shadow::before,#stacks_in_8678_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8678_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8678_page1>.jack{overflow:visible;}#stacks_in_8678_page1>.jack.height-static{height:100px}#stacks_in_8678_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8683_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8683_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8683_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8683_page1>.jack.width-static{width:500px}#stacks_in_8683_page1>.jack.width-flexible{width:100%}#stacks_in_8683_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8683_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8683_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8683_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8683_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8683_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8683_page1>.jack::after{border-radius:0px}#stacks_in_8683_page1>.jack.border-detailed-radius,#stacks_in_8683_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8683_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8683_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8683_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8683_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8683_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8683_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8683_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8683_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8683_page1>.jack.bg-image:not(.glass){}#stacks_in_8683_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8683_page1>.jack.bg-image.glass.after,#stacks_in_8683_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8683_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8683_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8683_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8683_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8683_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8683_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8683_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8683_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8683_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8683_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8683_page1>.jack.bg-image.glass.after,#stacks_in_8683_page1>.jack.bg-image.glass::after{}#stacks_in_8683_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8683_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8683_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8683_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8683_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8683_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8683_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8683_page1>.jack.peek-shadow::before,#stacks_in_8683_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8683_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8683_page1>.jack{overflow:visible;}#stacks_in_8683_page1>.jack.height-static{height:100px}#stacks_in_8683_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8684_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8684_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8684_page1 #jwresp_col2_stacks_in_8684_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8684_page1 #jwresp_col1_stacks_in_8684_page1,#stacks_in_8684_page1 #jwresp_col2_stacks_in_8684_page1{width:100%;float:none;display:block}#stacks_in_8684_page1 #jwresp_col1_stacks_in_8684_page1{margin-bottom:15px}}

#stacks_in_8685_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8689_page1 {
	font-size: 75%;
}

#stacks_in_8691_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8692_page1 {
	font-size: 75%;
	font-weight: lighter;
}
#stacks_in_8696_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8696_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8696_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8696_page1>.jack.width-static{width:500px}#stacks_in_8696_page1>.jack.width-flexible{width:100%}#stacks_in_8696_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8696_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8696_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8696_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8696_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8696_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8696_page1>.jack::after{border-radius:0px}#stacks_in_8696_page1>.jack.border-detailed-radius,#stacks_in_8696_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8696_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8696_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8696_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8696_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8696_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8696_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8696_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8696_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8696_page1>.jack.bg-image:not(.glass){}#stacks_in_8696_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8696_page1>.jack.bg-image.glass.after,#stacks_in_8696_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8696_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8696_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8696_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8696_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8696_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8696_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8696_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8696_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8696_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8696_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8696_page1>.jack.bg-image.glass.after,#stacks_in_8696_page1>.jack.bg-image.glass::after{}#stacks_in_8696_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8696_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8696_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8696_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8696_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8696_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8696_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8696_page1>.jack.peek-shadow::before,#stacks_in_8696_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8696_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8696_page1>.jack{overflow:visible;}#stacks_in_8696_page1>.jack.height-static{height:100px}#stacks_in_8696_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8696_page1 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_8697_page1 {
	margin: 0px 0px 10px 0px;
}

#expander_stack_stacks_in_8699_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8699_page1,
#expander_stack_link_less_stacks_in_8699_page1,
#expander_stack_stacks_in_8699_page1.show_all #expander_stack_link_more_stacks_in_8699_page1 {
	display: none;
}
#expander_stack_stacks_in_8699_page1.show_all #expander_stack_details_stacks_in_8699_page1 {
	display: block;
}
#expander_stack_stacks_in_8699_page1.show_all #expander_stack_link_less_stacks_in_8699_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8699_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8699_page1,
	#expander_stack_link_less_stacks_in_8699_page1 {
		display: none;
	}
}


#stacks_in_8699_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8700_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8700_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8700_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8700_page1>.jack.width-static{width:500px}#stacks_in_8700_page1>.jack.width-flexible{width:100%}#stacks_in_8700_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8700_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8700_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8700_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8700_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8700_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8700_page1>.jack::after{border-radius:0px}#stacks_in_8700_page1>.jack.border-detailed-radius,#stacks_in_8700_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8700_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8700_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8700_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8700_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8700_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8700_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8700_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8700_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8700_page1>.jack.bg-image:not(.glass){}#stacks_in_8700_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8700_page1>.jack.bg-image.glass.after,#stacks_in_8700_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8700_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8700_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8700_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8700_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8700_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8700_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8700_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8700_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8700_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8700_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8700_page1>.jack.bg-image.glass.after,#stacks_in_8700_page1>.jack.bg-image.glass::after{}#stacks_in_8700_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8700_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8700_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8700_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8700_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8700_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8700_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8700_page1>.jack.peek-shadow::before,#stacks_in_8700_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8700_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8700_page1>.jack{overflow:visible;}#stacks_in_8700_page1>.jack.height-static{height:100px}#stacks_in_8700_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8705_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8705_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8705_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8705_page1>.jack.width-static{width:500px}#stacks_in_8705_page1>.jack.width-flexible{width:100%}#stacks_in_8705_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8705_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8705_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8705_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8705_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8705_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8705_page1>.jack::after{border-radius:0px}#stacks_in_8705_page1>.jack.border-detailed-radius,#stacks_in_8705_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8705_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8705_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8705_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8705_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8705_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8705_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8705_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8705_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8705_page1>.jack.bg-image:not(.glass){}#stacks_in_8705_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8705_page1>.jack.bg-image.glass.after,#stacks_in_8705_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8705_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8705_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8705_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8705_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8705_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8705_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8705_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8705_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8705_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8705_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8705_page1>.jack.bg-image.glass.after,#stacks_in_8705_page1>.jack.bg-image.glass::after{}#stacks_in_8705_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8705_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8705_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8705_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8705_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8705_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8705_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8705_page1>.jack.peek-shadow::before,#stacks_in_8705_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8705_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8705_page1>.jack{overflow:visible;}#stacks_in_8705_page1>.jack.height-static{height:100px}#stacks_in_8705_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8706_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8706_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8706_page1 #jwresp_col2_stacks_in_8706_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8706_page1 #jwresp_col1_stacks_in_8706_page1,#stacks_in_8706_page1 #jwresp_col2_stacks_in_8706_page1{width:100%;float:none;display:block}#stacks_in_8706_page1 #jwresp_col1_stacks_in_8706_page1{margin-bottom:15px}}

#stacks_in_8707_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8711_page1 {
	font-size: 75%;
}

#stacks_in_8713_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8714_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8717_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8717_page1,
#expander_stack_link_less_stacks_in_8717_page1,
#expander_stack_stacks_in_8717_page1.show_all #expander_stack_link_more_stacks_in_8717_page1 {
	display: none;
}
#expander_stack_stacks_in_8717_page1.show_all #expander_stack_details_stacks_in_8717_page1 {
	display: block;
}
#expander_stack_stacks_in_8717_page1.show_all #expander_stack_link_less_stacks_in_8717_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8717_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8717_page1,
	#expander_stack_link_less_stacks_in_8717_page1 {
		display: none;
	}
}


#stacks_in_8717_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8718_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8718_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8718_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8718_page1>.jack.width-static{width:500px}#stacks_in_8718_page1>.jack.width-flexible{width:100%}#stacks_in_8718_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8718_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8718_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8718_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8718_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8718_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8718_page1>.jack::after{border-radius:0px}#stacks_in_8718_page1>.jack.border-detailed-radius,#stacks_in_8718_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8718_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8718_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8718_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8718_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8718_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8718_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8718_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8718_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8718_page1>.jack.bg-image:not(.glass){}#stacks_in_8718_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8718_page1>.jack.bg-image.glass.after,#stacks_in_8718_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8718_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8718_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8718_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8718_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8718_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8718_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8718_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8718_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8718_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8718_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8718_page1>.jack.bg-image.glass.after,#stacks_in_8718_page1>.jack.bg-image.glass::after{}#stacks_in_8718_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8718_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8718_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8718_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8718_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8718_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8718_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8718_page1>.jack.peek-shadow::before,#stacks_in_8718_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8718_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8718_page1>.jack{overflow:visible;}#stacks_in_8718_page1>.jack.height-static{height:100px}#stacks_in_8718_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8723_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8723_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8723_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8723_page1>.jack.width-static{width:500px}#stacks_in_8723_page1>.jack.width-flexible{width:100%}#stacks_in_8723_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8723_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8723_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8723_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8723_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8723_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8723_page1>.jack::after{border-radius:0px}#stacks_in_8723_page1>.jack.border-detailed-radius,#stacks_in_8723_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8723_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8723_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8723_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8723_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8723_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8723_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8723_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8723_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8723_page1>.jack.bg-image:not(.glass){}#stacks_in_8723_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8723_page1>.jack.bg-image.glass.after,#stacks_in_8723_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8723_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8723_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8723_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8723_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8723_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8723_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8723_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8723_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8723_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8723_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8723_page1>.jack.bg-image.glass.after,#stacks_in_8723_page1>.jack.bg-image.glass::after{}#stacks_in_8723_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8723_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8723_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8723_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8723_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8723_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8723_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8723_page1>.jack.peek-shadow::before,#stacks_in_8723_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8723_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8723_page1>.jack{overflow:visible;}#stacks_in_8723_page1>.jack.height-static{height:100px}#stacks_in_8723_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8724_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8724_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8724_page1 #jwresp_col2_stacks_in_8724_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8724_page1 #jwresp_col1_stacks_in_8724_page1,#stacks_in_8724_page1 #jwresp_col2_stacks_in_8724_page1{width:100%;float:none;display:block}#stacks_in_8724_page1 #jwresp_col1_stacks_in_8724_page1{margin-bottom:15px}}

#stacks_in_8725_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8729_page1 {
	font-size: 75%;
}

#stacks_in_8731_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8732_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8735_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8735_page1,
#expander_stack_link_less_stacks_in_8735_page1,
#expander_stack_stacks_in_8735_page1.show_all #expander_stack_link_more_stacks_in_8735_page1 {
	display: none;
}
#expander_stack_stacks_in_8735_page1.show_all #expander_stack_details_stacks_in_8735_page1 {
	display: block;
}
#expander_stack_stacks_in_8735_page1.show_all #expander_stack_link_less_stacks_in_8735_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8735_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8735_page1,
	#expander_stack_link_less_stacks_in_8735_page1 {
		display: none;
	}
}


#stacks_in_8735_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8736_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8736_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8736_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8736_page1>.jack.width-static{width:500px}#stacks_in_8736_page1>.jack.width-flexible{width:100%}#stacks_in_8736_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8736_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8736_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8736_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8736_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8736_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8736_page1>.jack::after{border-radius:0px}#stacks_in_8736_page1>.jack.border-detailed-radius,#stacks_in_8736_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8736_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8736_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8736_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8736_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8736_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8736_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8736_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8736_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8736_page1>.jack.bg-image:not(.glass){}#stacks_in_8736_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8736_page1>.jack.bg-image.glass.after,#stacks_in_8736_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8736_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8736_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8736_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8736_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8736_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8736_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8736_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8736_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8736_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8736_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8736_page1>.jack.bg-image.glass.after,#stacks_in_8736_page1>.jack.bg-image.glass::after{}#stacks_in_8736_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8736_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8736_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8736_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8736_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8736_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8736_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8736_page1>.jack.peek-shadow::before,#stacks_in_8736_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8736_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8736_page1>.jack{overflow:visible;}#stacks_in_8736_page1>.jack.height-static{height:100px}#stacks_in_8736_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8741_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8741_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8741_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8741_page1>.jack.width-static{width:500px}#stacks_in_8741_page1>.jack.width-flexible{width:100%}#stacks_in_8741_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8741_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8741_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8741_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8741_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8741_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8741_page1>.jack::after{border-radius:0px}#stacks_in_8741_page1>.jack.border-detailed-radius,#stacks_in_8741_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8741_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8741_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8741_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8741_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8741_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8741_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8741_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8741_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8741_page1>.jack.bg-image:not(.glass){}#stacks_in_8741_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8741_page1>.jack.bg-image.glass.after,#stacks_in_8741_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8741_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8741_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8741_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8741_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8741_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8741_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8741_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8741_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8741_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8741_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8741_page1>.jack.bg-image.glass.after,#stacks_in_8741_page1>.jack.bg-image.glass::after{}#stacks_in_8741_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8741_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8741_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8741_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8741_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8741_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8741_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8741_page1>.jack.peek-shadow::before,#stacks_in_8741_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8741_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8741_page1>.jack{overflow:visible;}#stacks_in_8741_page1>.jack.height-static{height:100px}#stacks_in_8741_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8742_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8742_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8742_page1 #jwresp_col2_stacks_in_8742_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8742_page1 #jwresp_col1_stacks_in_8742_page1,#stacks_in_8742_page1 #jwresp_col2_stacks_in_8742_page1{width:100%;float:none;display:block}#stacks_in_8742_page1 #jwresp_col1_stacks_in_8742_page1{margin-bottom:15px}}

#stacks_in_8743_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8747_page1 {
	font-size: 75%;
}

#stacks_in_8749_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8750_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8753_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8753_page1,
#expander_stack_link_less_stacks_in_8753_page1,
#expander_stack_stacks_in_8753_page1.show_all #expander_stack_link_more_stacks_in_8753_page1 {
	display: none;
}
#expander_stack_stacks_in_8753_page1.show_all #expander_stack_details_stacks_in_8753_page1 {
	display: block;
}
#expander_stack_stacks_in_8753_page1.show_all #expander_stack_link_less_stacks_in_8753_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8753_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8753_page1,
	#expander_stack_link_less_stacks_in_8753_page1 {
		display: none;
	}
}


#stacks_in_8753_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8754_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8754_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8754_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8754_page1>.jack.width-static{width:500px}#stacks_in_8754_page1>.jack.width-flexible{width:100%}#stacks_in_8754_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8754_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8754_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8754_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8754_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8754_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8754_page1>.jack::after{border-radius:0px}#stacks_in_8754_page1>.jack.border-detailed-radius,#stacks_in_8754_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8754_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8754_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8754_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8754_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8754_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8754_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8754_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8754_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8754_page1>.jack.bg-image:not(.glass){}#stacks_in_8754_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8754_page1>.jack.bg-image.glass.after,#stacks_in_8754_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8754_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8754_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8754_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8754_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8754_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8754_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8754_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8754_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8754_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8754_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8754_page1>.jack.bg-image.glass.after,#stacks_in_8754_page1>.jack.bg-image.glass::after{}#stacks_in_8754_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8754_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8754_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8754_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8754_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8754_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8754_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8754_page1>.jack.peek-shadow::before,#stacks_in_8754_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8754_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8754_page1>.jack{overflow:visible;}#stacks_in_8754_page1>.jack.height-static{height:100px}#stacks_in_8754_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8759_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8759_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8759_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8759_page1>.jack.width-static{width:500px}#stacks_in_8759_page1>.jack.width-flexible{width:100%}#stacks_in_8759_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8759_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8759_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8759_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8759_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8759_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8759_page1>.jack::after{border-radius:0px}#stacks_in_8759_page1>.jack.border-detailed-radius,#stacks_in_8759_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8759_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8759_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8759_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8759_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8759_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8759_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8759_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8759_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8759_page1>.jack.bg-image:not(.glass){}#stacks_in_8759_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8759_page1>.jack.bg-image.glass.after,#stacks_in_8759_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8759_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8759_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8759_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8759_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8759_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8759_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8759_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8759_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8759_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8759_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8759_page1>.jack.bg-image.glass.after,#stacks_in_8759_page1>.jack.bg-image.glass::after{}#stacks_in_8759_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8759_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8759_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8759_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8759_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8759_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8759_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8759_page1>.jack.peek-shadow::before,#stacks_in_8759_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8759_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8759_page1>.jack{overflow:visible;}#stacks_in_8759_page1>.jack.height-static{height:100px}#stacks_in_8759_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8760_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8760_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8760_page1 #jwresp_col2_stacks_in_8760_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8760_page1 #jwresp_col1_stacks_in_8760_page1,#stacks_in_8760_page1 #jwresp_col2_stacks_in_8760_page1{width:100%;float:none;display:block}#stacks_in_8760_page1 #jwresp_col1_stacks_in_8760_page1{margin-bottom:15px}}

#stacks_in_8761_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8765_page1 {
	font-size: 75%;
}

#stacks_in_8767_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8768_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8771_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8771_page1,
#expander_stack_link_less_stacks_in_8771_page1,
#expander_stack_stacks_in_8771_page1.show_all #expander_stack_link_more_stacks_in_8771_page1 {
	display: none;
}
#expander_stack_stacks_in_8771_page1.show_all #expander_stack_details_stacks_in_8771_page1 {
	display: block;
}
#expander_stack_stacks_in_8771_page1.show_all #expander_stack_link_less_stacks_in_8771_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8771_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8771_page1,
	#expander_stack_link_less_stacks_in_8771_page1 {
		display: none;
	}
}


#stacks_in_8771_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8772_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8772_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8772_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8772_page1>.jack.width-static{width:500px}#stacks_in_8772_page1>.jack.width-flexible{width:100%}#stacks_in_8772_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8772_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8772_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8772_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8772_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8772_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8772_page1>.jack::after{border-radius:0px}#stacks_in_8772_page1>.jack.border-detailed-radius,#stacks_in_8772_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8772_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8772_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8772_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8772_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8772_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8772_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8772_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8772_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8772_page1>.jack.bg-image:not(.glass){}#stacks_in_8772_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8772_page1>.jack.bg-image.glass.after,#stacks_in_8772_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8772_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8772_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8772_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8772_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8772_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8772_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8772_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8772_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8772_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8772_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8772_page1>.jack.bg-image.glass.after,#stacks_in_8772_page1>.jack.bg-image.glass::after{}#stacks_in_8772_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8772_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8772_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8772_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8772_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8772_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8772_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8772_page1>.jack.peek-shadow::before,#stacks_in_8772_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8772_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8772_page1>.jack{overflow:visible;}#stacks_in_8772_page1>.jack.height-static{height:100px}#stacks_in_8772_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8777_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8777_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8777_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8777_page1>.jack.width-static{width:500px}#stacks_in_8777_page1>.jack.width-flexible{width:100%}#stacks_in_8777_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8777_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8777_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8777_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8777_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8777_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8777_page1>.jack::after{border-radius:0px}#stacks_in_8777_page1>.jack.border-detailed-radius,#stacks_in_8777_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8777_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8777_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8777_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8777_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8777_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8777_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8777_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8777_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8777_page1>.jack.bg-image:not(.glass){}#stacks_in_8777_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8777_page1>.jack.bg-image.glass.after,#stacks_in_8777_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8777_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8777_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8777_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8777_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8777_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8777_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8777_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8777_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8777_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8777_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8777_page1>.jack.bg-image.glass.after,#stacks_in_8777_page1>.jack.bg-image.glass::after{}#stacks_in_8777_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8777_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8777_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8777_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8777_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8777_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8777_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8777_page1>.jack.peek-shadow::before,#stacks_in_8777_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8777_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8777_page1>.jack{overflow:visible;}#stacks_in_8777_page1>.jack.height-static{height:100px}#stacks_in_8777_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8778_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8778_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8778_page1 #jwresp_col2_stacks_in_8778_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8778_page1 #jwresp_col1_stacks_in_8778_page1,#stacks_in_8778_page1 #jwresp_col2_stacks_in_8778_page1{width:100%;float:none;display:block}#stacks_in_8778_page1 #jwresp_col1_stacks_in_8778_page1{margin-bottom:15px}}

#stacks_in_8779_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8783_page1 {
	font-size: 75%;
}

#stacks_in_8785_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8786_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8789_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8789_page1,
#expander_stack_link_less_stacks_in_8789_page1,
#expander_stack_stacks_in_8789_page1.show_all #expander_stack_link_more_stacks_in_8789_page1 {
	display: none;
}
#expander_stack_stacks_in_8789_page1.show_all #expander_stack_details_stacks_in_8789_page1 {
	display: block;
}
#expander_stack_stacks_in_8789_page1.show_all #expander_stack_link_less_stacks_in_8789_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8789_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8789_page1,
	#expander_stack_link_less_stacks_in_8789_page1 {
		display: none;
	}
}


#stacks_in_8789_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8790_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8790_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8790_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8790_page1>.jack.width-static{width:500px}#stacks_in_8790_page1>.jack.width-flexible{width:100%}#stacks_in_8790_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8790_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8790_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8790_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8790_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8790_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8790_page1>.jack::after{border-radius:0px}#stacks_in_8790_page1>.jack.border-detailed-radius,#stacks_in_8790_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8790_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8790_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8790_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8790_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8790_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8790_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8790_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8790_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8790_page1>.jack.bg-image:not(.glass){}#stacks_in_8790_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8790_page1>.jack.bg-image.glass.after,#stacks_in_8790_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8790_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8790_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8790_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8790_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8790_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8790_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8790_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8790_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8790_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8790_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8790_page1>.jack.bg-image.glass.after,#stacks_in_8790_page1>.jack.bg-image.glass::after{}#stacks_in_8790_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8790_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8790_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8790_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8790_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8790_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8790_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8790_page1>.jack.peek-shadow::before,#stacks_in_8790_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8790_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8790_page1>.jack{overflow:visible;}#stacks_in_8790_page1>.jack.height-static{height:100px}#stacks_in_8790_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8795_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8795_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8795_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8795_page1>.jack.width-static{width:500px}#stacks_in_8795_page1>.jack.width-flexible{width:100%}#stacks_in_8795_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8795_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8795_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8795_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8795_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8795_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8795_page1>.jack::after{border-radius:0px}#stacks_in_8795_page1>.jack.border-detailed-radius,#stacks_in_8795_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8795_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8795_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8795_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8795_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8795_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8795_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8795_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8795_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8795_page1>.jack.bg-image:not(.glass){}#stacks_in_8795_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8795_page1>.jack.bg-image.glass.after,#stacks_in_8795_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8795_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8795_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8795_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8795_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8795_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8795_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8795_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8795_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8795_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8795_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8795_page1>.jack.bg-image.glass.after,#stacks_in_8795_page1>.jack.bg-image.glass::after{}#stacks_in_8795_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8795_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8795_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8795_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8795_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8795_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8795_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8795_page1>.jack.peek-shadow::before,#stacks_in_8795_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8795_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8795_page1>.jack{overflow:visible;}#stacks_in_8795_page1>.jack.height-static{height:100px}#stacks_in_8795_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8796_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8796_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8796_page1 #jwresp_col2_stacks_in_8796_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8796_page1 #jwresp_col1_stacks_in_8796_page1,#stacks_in_8796_page1 #jwresp_col2_stacks_in_8796_page1{width:100%;float:none;display:block}#stacks_in_8796_page1 #jwresp_col1_stacks_in_8796_page1{margin-bottom:15px}}

#stacks_in_8797_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8801_page1 {
	font-size: 75%;
}

#stacks_in_8803_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8804_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8807_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8807_page1,
#expander_stack_link_less_stacks_in_8807_page1,
#expander_stack_stacks_in_8807_page1.show_all #expander_stack_link_more_stacks_in_8807_page1 {
	display: none;
}
#expander_stack_stacks_in_8807_page1.show_all #expander_stack_details_stacks_in_8807_page1 {
	display: block;
}
#expander_stack_stacks_in_8807_page1.show_all #expander_stack_link_less_stacks_in_8807_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8807_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8807_page1,
	#expander_stack_link_less_stacks_in_8807_page1 {
		display: none;
	}
}


#stacks_in_8807_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8808_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8808_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8808_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8808_page1>.jack.width-static{width:500px}#stacks_in_8808_page1>.jack.width-flexible{width:100%}#stacks_in_8808_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8808_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8808_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8808_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8808_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8808_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8808_page1>.jack::after{border-radius:0px}#stacks_in_8808_page1>.jack.border-detailed-radius,#stacks_in_8808_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8808_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8808_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8808_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8808_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8808_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8808_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8808_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8808_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8808_page1>.jack.bg-image:not(.glass){}#stacks_in_8808_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8808_page1>.jack.bg-image.glass.after,#stacks_in_8808_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8808_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8808_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8808_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8808_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8808_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8808_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8808_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8808_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8808_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8808_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8808_page1>.jack.bg-image.glass.after,#stacks_in_8808_page1>.jack.bg-image.glass::after{}#stacks_in_8808_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8808_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8808_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8808_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8808_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8808_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8808_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8808_page1>.jack.peek-shadow::before,#stacks_in_8808_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8808_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8808_page1>.jack{overflow:visible;}#stacks_in_8808_page1>.jack.height-static{height:100px}#stacks_in_8808_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8813_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8813_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8813_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8813_page1>.jack.width-static{width:500px}#stacks_in_8813_page1>.jack.width-flexible{width:100%}#stacks_in_8813_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8813_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8813_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8813_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8813_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8813_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8813_page1>.jack::after{border-radius:0px}#stacks_in_8813_page1>.jack.border-detailed-radius,#stacks_in_8813_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8813_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8813_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8813_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8813_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8813_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8813_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8813_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8813_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8813_page1>.jack.bg-image:not(.glass){}#stacks_in_8813_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8813_page1>.jack.bg-image.glass.after,#stacks_in_8813_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8813_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8813_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8813_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8813_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8813_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8813_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8813_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8813_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8813_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8813_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8813_page1>.jack.bg-image.glass.after,#stacks_in_8813_page1>.jack.bg-image.glass::after{}#stacks_in_8813_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8813_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8813_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8813_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8813_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8813_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8813_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8813_page1>.jack.peek-shadow::before,#stacks_in_8813_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8813_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8813_page1>.jack{overflow:visible;}#stacks_in_8813_page1>.jack.height-static{height:100px}#stacks_in_8813_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8814_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8814_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8814_page1 #jwresp_col2_stacks_in_8814_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8814_page1 #jwresp_col1_stacks_in_8814_page1,#stacks_in_8814_page1 #jwresp_col2_stacks_in_8814_page1{width:100%;float:none;display:block}#stacks_in_8814_page1 #jwresp_col1_stacks_in_8814_page1{margin-bottom:15px}}

#stacks_in_8815_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8819_page1 {
	font-size: 75%;
}

#stacks_in_8821_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8822_page1 {
	font-size: 75%;
	font-weight: lighter;
}
#stacks_in_8826_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8826_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8826_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8826_page1>.jack.width-static{width:500px}#stacks_in_8826_page1>.jack.width-flexible{width:100%}#stacks_in_8826_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8826_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8826_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8826_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8826_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8826_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8826_page1>.jack::after{border-radius:0px}#stacks_in_8826_page1>.jack.border-detailed-radius,#stacks_in_8826_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8826_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8826_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8826_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8826_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8826_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8826_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8826_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8826_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8826_page1>.jack.bg-image:not(.glass){}#stacks_in_8826_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8826_page1>.jack.bg-image.glass.after,#stacks_in_8826_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8826_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8826_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8826_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8826_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8826_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8826_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8826_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8826_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8826_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8826_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8826_page1>.jack.bg-image.glass.after,#stacks_in_8826_page1>.jack.bg-image.glass::after{}#stacks_in_8826_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8826_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8826_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8826_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8826_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8826_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8826_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8826_page1>.jack.peek-shadow::before,#stacks_in_8826_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8826_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8826_page1>.jack{overflow:visible;}#stacks_in_8826_page1>.jack.height-static{height:100px}#stacks_in_8826_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8826_page1 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_8827_page1 {
	margin: 0px 0px 10px 0px;
}

#expander_stack_stacks_in_8829_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8829_page1,
#expander_stack_link_less_stacks_in_8829_page1,
#expander_stack_stacks_in_8829_page1.show_all #expander_stack_link_more_stacks_in_8829_page1 {
	display: none;
}
#expander_stack_stacks_in_8829_page1.show_all #expander_stack_details_stacks_in_8829_page1 {
	display: block;
}
#expander_stack_stacks_in_8829_page1.show_all #expander_stack_link_less_stacks_in_8829_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8829_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8829_page1,
	#expander_stack_link_less_stacks_in_8829_page1 {
		display: none;
	}
}


#stacks_in_8829_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8830_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8830_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8830_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8830_page1>.jack.width-static{width:500px}#stacks_in_8830_page1>.jack.width-flexible{width:100%}#stacks_in_8830_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8830_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8830_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8830_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8830_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8830_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8830_page1>.jack::after{border-radius:0px}#stacks_in_8830_page1>.jack.border-detailed-radius,#stacks_in_8830_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8830_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8830_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8830_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8830_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8830_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8830_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8830_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8830_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8830_page1>.jack.bg-image:not(.glass){}#stacks_in_8830_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8830_page1>.jack.bg-image.glass.after,#stacks_in_8830_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8830_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8830_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8830_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8830_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8830_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8830_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8830_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8830_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8830_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8830_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8830_page1>.jack.bg-image.glass.after,#stacks_in_8830_page1>.jack.bg-image.glass::after{}#stacks_in_8830_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8830_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8830_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8830_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8830_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8830_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8830_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8830_page1>.jack.peek-shadow::before,#stacks_in_8830_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8830_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8830_page1>.jack{overflow:visible;}#stacks_in_8830_page1>.jack.height-static{height:100px}#stacks_in_8830_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8835_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8835_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8835_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8835_page1>.jack.width-static{width:500px}#stacks_in_8835_page1>.jack.width-flexible{width:100%}#stacks_in_8835_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8835_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8835_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8835_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8835_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8835_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8835_page1>.jack::after{border-radius:0px}#stacks_in_8835_page1>.jack.border-detailed-radius,#stacks_in_8835_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8835_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8835_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8835_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8835_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8835_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8835_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8835_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8835_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8835_page1>.jack.bg-image:not(.glass){}#stacks_in_8835_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8835_page1>.jack.bg-image.glass.after,#stacks_in_8835_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8835_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8835_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8835_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8835_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8835_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8835_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8835_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8835_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8835_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8835_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8835_page1>.jack.bg-image.glass.after,#stacks_in_8835_page1>.jack.bg-image.glass::after{}#stacks_in_8835_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8835_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8835_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8835_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8835_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8835_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8835_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8835_page1>.jack.peek-shadow::before,#stacks_in_8835_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8835_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8835_page1>.jack{overflow:visible;}#stacks_in_8835_page1>.jack.height-static{height:100px}#stacks_in_8835_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9205_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9205_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9205_page1 #jwresp_col2_stacks_in_9205_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9205_page1 #jwresp_col1_stacks_in_9205_page1,#stacks_in_9205_page1 #jwresp_col2_stacks_in_9205_page1{width:100%;float:none;display:block}#stacks_in_9205_page1 #jwresp_col1_stacks_in_9205_page1{margin-bottom:15px}}

#stacks_in_9206_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9210_page1 {
	font-size: 75%;
}

#stacks_in_8843_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8844_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8847_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8847_page1,
#expander_stack_link_less_stacks_in_8847_page1,
#expander_stack_stacks_in_8847_page1.show_all #expander_stack_link_more_stacks_in_8847_page1 {
	display: none;
}
#expander_stack_stacks_in_8847_page1.show_all #expander_stack_details_stacks_in_8847_page1 {
	display: block;
}
#expander_stack_stacks_in_8847_page1.show_all #expander_stack_link_less_stacks_in_8847_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8847_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8847_page1,
	#expander_stack_link_less_stacks_in_8847_page1 {
		display: none;
	}
}


#stacks_in_8847_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8848_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8848_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8848_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8848_page1>.jack.width-static{width:500px}#stacks_in_8848_page1>.jack.width-flexible{width:100%}#stacks_in_8848_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8848_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8848_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8848_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8848_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8848_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8848_page1>.jack::after{border-radius:0px}#stacks_in_8848_page1>.jack.border-detailed-radius,#stacks_in_8848_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8848_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8848_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8848_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8848_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8848_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8848_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8848_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8848_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8848_page1>.jack.bg-image:not(.glass){}#stacks_in_8848_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8848_page1>.jack.bg-image.glass.after,#stacks_in_8848_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8848_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8848_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8848_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8848_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8848_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8848_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8848_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8848_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8848_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8848_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8848_page1>.jack.bg-image.glass.after,#stacks_in_8848_page1>.jack.bg-image.glass::after{}#stacks_in_8848_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8848_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8848_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8848_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8848_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8848_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8848_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8848_page1>.jack.peek-shadow::before,#stacks_in_8848_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8848_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8848_page1>.jack{overflow:visible;}#stacks_in_8848_page1>.jack.height-static{height:100px}#stacks_in_8848_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8853_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8853_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8853_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8853_page1>.jack.width-static{width:500px}#stacks_in_8853_page1>.jack.width-flexible{width:100%}#stacks_in_8853_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8853_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8853_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8853_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8853_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8853_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8853_page1>.jack::after{border-radius:0px}#stacks_in_8853_page1>.jack.border-detailed-radius,#stacks_in_8853_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8853_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8853_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8853_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8853_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8853_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8853_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8853_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8853_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8853_page1>.jack.bg-image:not(.glass){}#stacks_in_8853_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8853_page1>.jack.bg-image.glass.after,#stacks_in_8853_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8853_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8853_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8853_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8853_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8853_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8853_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8853_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8853_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8853_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8853_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8853_page1>.jack.bg-image.glass.after,#stacks_in_8853_page1>.jack.bg-image.glass::after{}#stacks_in_8853_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8853_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8853_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8853_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8853_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8853_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8853_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8853_page1>.jack.peek-shadow::before,#stacks_in_8853_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8853_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8853_page1>.jack{overflow:visible;}#stacks_in_8853_page1>.jack.height-static{height:100px}#stacks_in_8853_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8854_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8854_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8854_page1 #jwresp_col2_stacks_in_8854_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8854_page1 #jwresp_col1_stacks_in_8854_page1,#stacks_in_8854_page1 #jwresp_col2_stacks_in_8854_page1{width:100%;float:none;display:block}#stacks_in_8854_page1 #jwresp_col1_stacks_in_8854_page1{margin-bottom:15px}}

#stacks_in_8855_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8859_page1 {
	font-size: 75%;
}

#stacks_in_8861_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8862_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8865_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8865_page1,
#expander_stack_link_less_stacks_in_8865_page1,
#expander_stack_stacks_in_8865_page1.show_all #expander_stack_link_more_stacks_in_8865_page1 {
	display: none;
}
#expander_stack_stacks_in_8865_page1.show_all #expander_stack_details_stacks_in_8865_page1 {
	display: block;
}
#expander_stack_stacks_in_8865_page1.show_all #expander_stack_link_less_stacks_in_8865_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8865_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8865_page1,
	#expander_stack_link_less_stacks_in_8865_page1 {
		display: none;
	}
}


#stacks_in_8865_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8866_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8866_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8866_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8866_page1>.jack.width-static{width:500px}#stacks_in_8866_page1>.jack.width-flexible{width:100%}#stacks_in_8866_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8866_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8866_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8866_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8866_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8866_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8866_page1>.jack::after{border-radius:0px}#stacks_in_8866_page1>.jack.border-detailed-radius,#stacks_in_8866_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8866_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8866_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8866_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8866_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8866_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8866_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8866_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8866_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8866_page1>.jack.bg-image:not(.glass){}#stacks_in_8866_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8866_page1>.jack.bg-image.glass.after,#stacks_in_8866_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8866_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8866_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8866_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8866_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8866_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8866_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8866_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8866_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8866_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8866_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8866_page1>.jack.bg-image.glass.after,#stacks_in_8866_page1>.jack.bg-image.glass::after{}#stacks_in_8866_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8866_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8866_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8866_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8866_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8866_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8866_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8866_page1>.jack.peek-shadow::before,#stacks_in_8866_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8866_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8866_page1>.jack{overflow:visible;}#stacks_in_8866_page1>.jack.height-static{height:100px}#stacks_in_8866_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8871_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8871_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8871_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8871_page1>.jack.width-static{width:500px}#stacks_in_8871_page1>.jack.width-flexible{width:100%}#stacks_in_8871_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8871_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8871_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8871_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8871_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8871_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8871_page1>.jack::after{border-radius:0px}#stacks_in_8871_page1>.jack.border-detailed-radius,#stacks_in_8871_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8871_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8871_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8871_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8871_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8871_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8871_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8871_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8871_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8871_page1>.jack.bg-image:not(.glass){}#stacks_in_8871_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8871_page1>.jack.bg-image.glass.after,#stacks_in_8871_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8871_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8871_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8871_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8871_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8871_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8871_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8871_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8871_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8871_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8871_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8871_page1>.jack.bg-image.glass.after,#stacks_in_8871_page1>.jack.bg-image.glass::after{}#stacks_in_8871_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8871_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8871_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8871_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8871_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8871_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8871_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8871_page1>.jack.peek-shadow::before,#stacks_in_8871_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8871_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8871_page1>.jack{overflow:visible;}#stacks_in_8871_page1>.jack.height-static{height:100px}#stacks_in_8871_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8872_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8872_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8872_page1 #jwresp_col2_stacks_in_8872_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8872_page1 #jwresp_col1_stacks_in_8872_page1,#stacks_in_8872_page1 #jwresp_col2_stacks_in_8872_page1{width:100%;float:none;display:block}#stacks_in_8872_page1 #jwresp_col1_stacks_in_8872_page1{margin-bottom:15px}}

#stacks_in_8873_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8877_page1 {
	font-size: 75%;
}

#stacks_in_8879_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8880_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8883_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8883_page1,
#expander_stack_link_less_stacks_in_8883_page1,
#expander_stack_stacks_in_8883_page1.show_all #expander_stack_link_more_stacks_in_8883_page1 {
	display: none;
}
#expander_stack_stacks_in_8883_page1.show_all #expander_stack_details_stacks_in_8883_page1 {
	display: block;
}
#expander_stack_stacks_in_8883_page1.show_all #expander_stack_link_less_stacks_in_8883_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8883_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8883_page1,
	#expander_stack_link_less_stacks_in_8883_page1 {
		display: none;
	}
}


#stacks_in_8883_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8884_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8884_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8884_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8884_page1>.jack.width-static{width:500px}#stacks_in_8884_page1>.jack.width-flexible{width:100%}#stacks_in_8884_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8884_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8884_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8884_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8884_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8884_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8884_page1>.jack::after{border-radius:0px}#stacks_in_8884_page1>.jack.border-detailed-radius,#stacks_in_8884_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8884_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8884_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8884_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8884_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8884_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8884_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8884_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8884_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8884_page1>.jack.bg-image:not(.glass){}#stacks_in_8884_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8884_page1>.jack.bg-image.glass.after,#stacks_in_8884_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8884_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8884_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8884_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8884_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8884_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8884_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8884_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8884_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8884_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8884_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8884_page1>.jack.bg-image.glass.after,#stacks_in_8884_page1>.jack.bg-image.glass::after{}#stacks_in_8884_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8884_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8884_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8884_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8884_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8884_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8884_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8884_page1>.jack.peek-shadow::before,#stacks_in_8884_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8884_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8884_page1>.jack{overflow:visible;}#stacks_in_8884_page1>.jack.height-static{height:100px}#stacks_in_8884_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8889_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8889_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8889_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8889_page1>.jack.width-static{width:500px}#stacks_in_8889_page1>.jack.width-flexible{width:100%}#stacks_in_8889_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8889_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8889_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8889_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8889_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8889_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8889_page1>.jack::after{border-radius:0px}#stacks_in_8889_page1>.jack.border-detailed-radius,#stacks_in_8889_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8889_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8889_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8889_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8889_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8889_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8889_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8889_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8889_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8889_page1>.jack.bg-image:not(.glass){}#stacks_in_8889_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8889_page1>.jack.bg-image.glass.after,#stacks_in_8889_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8889_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8889_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8889_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8889_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8889_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8889_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8889_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8889_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8889_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8889_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8889_page1>.jack.bg-image.glass.after,#stacks_in_8889_page1>.jack.bg-image.glass::after{}#stacks_in_8889_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8889_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8889_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8889_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8889_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8889_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8889_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8889_page1>.jack.peek-shadow::before,#stacks_in_8889_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8889_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8889_page1>.jack{overflow:visible;}#stacks_in_8889_page1>.jack.height-static{height:100px}#stacks_in_8889_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8890_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8890_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8890_page1 #jwresp_col2_stacks_in_8890_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8890_page1 #jwresp_col1_stacks_in_8890_page1,#stacks_in_8890_page1 #jwresp_col2_stacks_in_8890_page1{width:100%;float:none;display:block}#stacks_in_8890_page1 #jwresp_col1_stacks_in_8890_page1{margin-bottom:15px}}

#stacks_in_8891_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8895_page1 {
	font-size: 75%;
}

#stacks_in_8897_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8898_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8901_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8901_page1,
#expander_stack_link_less_stacks_in_8901_page1,
#expander_stack_stacks_in_8901_page1.show_all #expander_stack_link_more_stacks_in_8901_page1 {
	display: none;
}
#expander_stack_stacks_in_8901_page1.show_all #expander_stack_details_stacks_in_8901_page1 {
	display: block;
}
#expander_stack_stacks_in_8901_page1.show_all #expander_stack_link_less_stacks_in_8901_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8901_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8901_page1,
	#expander_stack_link_less_stacks_in_8901_page1 {
		display: none;
	}
}


#stacks_in_8901_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8902_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8902_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8902_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8902_page1>.jack.width-static{width:500px}#stacks_in_8902_page1>.jack.width-flexible{width:100%}#stacks_in_8902_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8902_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8902_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8902_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8902_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8902_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8902_page1>.jack::after{border-radius:0px}#stacks_in_8902_page1>.jack.border-detailed-radius,#stacks_in_8902_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8902_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8902_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8902_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8902_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8902_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8902_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8902_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8902_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8902_page1>.jack.bg-image:not(.glass){}#stacks_in_8902_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8902_page1>.jack.bg-image.glass.after,#stacks_in_8902_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8902_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8902_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8902_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8902_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8902_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8902_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8902_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8902_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8902_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8902_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8902_page1>.jack.bg-image.glass.after,#stacks_in_8902_page1>.jack.bg-image.glass::after{}#stacks_in_8902_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8902_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8902_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8902_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8902_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8902_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8902_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8902_page1>.jack.peek-shadow::before,#stacks_in_8902_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8902_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8902_page1>.jack{overflow:visible;}#stacks_in_8902_page1>.jack.height-static{height:100px}#stacks_in_8902_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8907_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8907_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8907_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8907_page1>.jack.width-static{width:500px}#stacks_in_8907_page1>.jack.width-flexible{width:100%}#stacks_in_8907_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8907_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8907_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8907_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8907_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8907_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8907_page1>.jack::after{border-radius:0px}#stacks_in_8907_page1>.jack.border-detailed-radius,#stacks_in_8907_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8907_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8907_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8907_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8907_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8907_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8907_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8907_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8907_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8907_page1>.jack.bg-image:not(.glass){}#stacks_in_8907_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8907_page1>.jack.bg-image.glass.after,#stacks_in_8907_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8907_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8907_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8907_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8907_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8907_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8907_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8907_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8907_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8907_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8907_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8907_page1>.jack.bg-image.glass.after,#stacks_in_8907_page1>.jack.bg-image.glass::after{}#stacks_in_8907_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8907_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8907_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8907_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8907_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8907_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8907_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8907_page1>.jack.peek-shadow::before,#stacks_in_8907_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8907_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8907_page1>.jack{overflow:visible;}#stacks_in_8907_page1>.jack.height-static{height:100px}#stacks_in_8907_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8908_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8908_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8908_page1 #jwresp_col2_stacks_in_8908_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8908_page1 #jwresp_col1_stacks_in_8908_page1,#stacks_in_8908_page1 #jwresp_col2_stacks_in_8908_page1{width:100%;float:none;display:block}#stacks_in_8908_page1 #jwresp_col1_stacks_in_8908_page1{margin-bottom:15px}}

#stacks_in_8909_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8913_page1 {
	font-size: 75%;
}

#stacks_in_8915_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8916_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8919_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8919_page1,
#expander_stack_link_less_stacks_in_8919_page1,
#expander_stack_stacks_in_8919_page1.show_all #expander_stack_link_more_stacks_in_8919_page1 {
	display: none;
}
#expander_stack_stacks_in_8919_page1.show_all #expander_stack_details_stacks_in_8919_page1 {
	display: block;
}
#expander_stack_stacks_in_8919_page1.show_all #expander_stack_link_less_stacks_in_8919_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8919_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8919_page1,
	#expander_stack_link_less_stacks_in_8919_page1 {
		display: none;
	}
}


#stacks_in_8919_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8920_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8920_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8920_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8920_page1>.jack.width-static{width:500px}#stacks_in_8920_page1>.jack.width-flexible{width:100%}#stacks_in_8920_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8920_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8920_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8920_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8920_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8920_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8920_page1>.jack::after{border-radius:0px}#stacks_in_8920_page1>.jack.border-detailed-radius,#stacks_in_8920_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8920_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8920_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8920_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8920_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8920_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8920_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8920_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8920_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8920_page1>.jack.bg-image:not(.glass){}#stacks_in_8920_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8920_page1>.jack.bg-image.glass.after,#stacks_in_8920_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8920_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8920_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8920_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8920_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8920_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8920_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8920_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8920_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8920_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8920_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8920_page1>.jack.bg-image.glass.after,#stacks_in_8920_page1>.jack.bg-image.glass::after{}#stacks_in_8920_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8920_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8920_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8920_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8920_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8920_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8920_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8920_page1>.jack.peek-shadow::before,#stacks_in_8920_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8920_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8920_page1>.jack{overflow:visible;}#stacks_in_8920_page1>.jack.height-static{height:100px}#stacks_in_8920_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8925_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8925_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8925_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8925_page1>.jack.width-static{width:500px}#stacks_in_8925_page1>.jack.width-flexible{width:100%}#stacks_in_8925_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8925_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8925_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8925_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8925_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8925_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8925_page1>.jack::after{border-radius:0px}#stacks_in_8925_page1>.jack.border-detailed-radius,#stacks_in_8925_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8925_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8925_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8925_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8925_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8925_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8925_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8925_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8925_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8925_page1>.jack.bg-image:not(.glass){}#stacks_in_8925_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8925_page1>.jack.bg-image.glass.after,#stacks_in_8925_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8925_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8925_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8925_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8925_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8925_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8925_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8925_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8925_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8925_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8925_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8925_page1>.jack.bg-image.glass.after,#stacks_in_8925_page1>.jack.bg-image.glass::after{}#stacks_in_8925_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8925_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8925_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8925_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8925_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8925_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8925_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8925_page1>.jack.peek-shadow::before,#stacks_in_8925_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8925_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8925_page1>.jack{overflow:visible;}#stacks_in_8925_page1>.jack.height-static{height:100px}#stacks_in_8925_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8926_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8926_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8926_page1 #jwresp_col2_stacks_in_8926_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8926_page1 #jwresp_col1_stacks_in_8926_page1,#stacks_in_8926_page1 #jwresp_col2_stacks_in_8926_page1{width:100%;float:none;display:block}#stacks_in_8926_page1 #jwresp_col1_stacks_in_8926_page1{margin-bottom:15px}}

#stacks_in_8927_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8931_page1 {
	font-size: 75%;
}

#stacks_in_8933_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8934_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8937_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8937_page1,
#expander_stack_link_less_stacks_in_8937_page1,
#expander_stack_stacks_in_8937_page1.show_all #expander_stack_link_more_stacks_in_8937_page1 {
	display: none;
}
#expander_stack_stacks_in_8937_page1.show_all #expander_stack_details_stacks_in_8937_page1 {
	display: block;
}
#expander_stack_stacks_in_8937_page1.show_all #expander_stack_link_less_stacks_in_8937_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8937_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8937_page1,
	#expander_stack_link_less_stacks_in_8937_page1 {
		display: none;
	}
}


#stacks_in_8937_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8938_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8938_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8938_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8938_page1>.jack.width-static{width:500px}#stacks_in_8938_page1>.jack.width-flexible{width:100%}#stacks_in_8938_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8938_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8938_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8938_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8938_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8938_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8938_page1>.jack::after{border-radius:0px}#stacks_in_8938_page1>.jack.border-detailed-radius,#stacks_in_8938_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8938_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8938_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8938_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8938_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8938_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8938_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8938_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8938_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8938_page1>.jack.bg-image:not(.glass){}#stacks_in_8938_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8938_page1>.jack.bg-image.glass.after,#stacks_in_8938_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8938_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8938_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8938_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8938_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8938_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8938_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8938_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8938_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8938_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8938_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8938_page1>.jack.bg-image.glass.after,#stacks_in_8938_page1>.jack.bg-image.glass::after{}#stacks_in_8938_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8938_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8938_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8938_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8938_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8938_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8938_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8938_page1>.jack.peek-shadow::before,#stacks_in_8938_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8938_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8938_page1>.jack{overflow:visible;}#stacks_in_8938_page1>.jack.height-static{height:100px}#stacks_in_8938_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8943_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8943_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8943_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8943_page1>.jack.width-static{width:500px}#stacks_in_8943_page1>.jack.width-flexible{width:100%}#stacks_in_8943_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8943_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8943_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8943_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8943_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8943_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8943_page1>.jack::after{border-radius:0px}#stacks_in_8943_page1>.jack.border-detailed-radius,#stacks_in_8943_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8943_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8943_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8943_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8943_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8943_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8943_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8943_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8943_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8943_page1>.jack.bg-image:not(.glass){}#stacks_in_8943_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8943_page1>.jack.bg-image.glass.after,#stacks_in_8943_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8943_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8943_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8943_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8943_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8943_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8943_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8943_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8943_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8943_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8943_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8943_page1>.jack.bg-image.glass.after,#stacks_in_8943_page1>.jack.bg-image.glass::after{}#stacks_in_8943_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8943_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8943_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8943_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8943_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8943_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8943_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8943_page1>.jack.peek-shadow::before,#stacks_in_8943_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8943_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8943_page1>.jack{overflow:visible;}#stacks_in_8943_page1>.jack.height-static{height:100px}#stacks_in_8943_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8944_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8944_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8944_page1 #jwresp_col2_stacks_in_8944_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8944_page1 #jwresp_col1_stacks_in_8944_page1,#stacks_in_8944_page1 #jwresp_col2_stacks_in_8944_page1{width:100%;float:none;display:block}#stacks_in_8944_page1 #jwresp_col1_stacks_in_8944_page1{margin-bottom:15px}}

#stacks_in_8945_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8949_page1 {
	font-size: 75%;
}

#stacks_in_8951_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8952_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8955_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8955_page1,
#expander_stack_link_less_stacks_in_8955_page1,
#expander_stack_stacks_in_8955_page1.show_all #expander_stack_link_more_stacks_in_8955_page1 {
	display: none;
}
#expander_stack_stacks_in_8955_page1.show_all #expander_stack_details_stacks_in_8955_page1 {
	display: block;
}
#expander_stack_stacks_in_8955_page1.show_all #expander_stack_link_less_stacks_in_8955_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8955_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8955_page1,
	#expander_stack_link_less_stacks_in_8955_page1 {
		display: none;
	}
}


#stacks_in_8955_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8956_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8956_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8956_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8956_page1>.jack.width-static{width:500px}#stacks_in_8956_page1>.jack.width-flexible{width:100%}#stacks_in_8956_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8956_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8956_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8956_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8956_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8956_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8956_page1>.jack::after{border-radius:0px}#stacks_in_8956_page1>.jack.border-detailed-radius,#stacks_in_8956_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8956_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8956_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8956_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8956_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8956_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8956_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8956_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8956_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8956_page1>.jack.bg-image:not(.glass){}#stacks_in_8956_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8956_page1>.jack.bg-image.glass.after,#stacks_in_8956_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8956_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8956_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8956_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8956_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8956_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8956_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8956_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8956_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8956_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8956_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8956_page1>.jack.bg-image.glass.after,#stacks_in_8956_page1>.jack.bg-image.glass::after{}#stacks_in_8956_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8956_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8956_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8956_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8956_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8956_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8956_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8956_page1>.jack.peek-shadow::before,#stacks_in_8956_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8956_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8956_page1>.jack{overflow:visible;}#stacks_in_8956_page1>.jack.height-static{height:100px}#stacks_in_8956_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8961_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8961_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8961_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8961_page1>.jack.width-static{width:500px}#stacks_in_8961_page1>.jack.width-flexible{width:100%}#stacks_in_8961_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8961_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8961_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8961_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8961_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8961_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8961_page1>.jack::after{border-radius:0px}#stacks_in_8961_page1>.jack.border-detailed-radius,#stacks_in_8961_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8961_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8961_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8961_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8961_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8961_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8961_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8961_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8961_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8961_page1>.jack.bg-image:not(.glass){}#stacks_in_8961_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8961_page1>.jack.bg-image.glass.after,#stacks_in_8961_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8961_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8961_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8961_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8961_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8961_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8961_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8961_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8961_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8961_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8961_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8961_page1>.jack.bg-image.glass.after,#stacks_in_8961_page1>.jack.bg-image.glass::after{}#stacks_in_8961_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8961_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8961_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8961_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8961_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8961_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8961_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8961_page1>.jack.peek-shadow::before,#stacks_in_8961_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8961_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8961_page1>.jack{overflow:visible;}#stacks_in_8961_page1>.jack.height-static{height:100px}#stacks_in_8961_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8962_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8962_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8962_page1 #jwresp_col2_stacks_in_8962_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8962_page1 #jwresp_col1_stacks_in_8962_page1,#stacks_in_8962_page1 #jwresp_col2_stacks_in_8962_page1{width:100%;float:none;display:block}#stacks_in_8962_page1 #jwresp_col1_stacks_in_8962_page1{margin-bottom:15px}}

#stacks_in_8963_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8967_page1 {
	font-size: 75%;
}

#stacks_in_8969_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8970_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8973_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8973_page1,
#expander_stack_link_less_stacks_in_8973_page1,
#expander_stack_stacks_in_8973_page1.show_all #expander_stack_link_more_stacks_in_8973_page1 {
	display: none;
}
#expander_stack_stacks_in_8973_page1.show_all #expander_stack_details_stacks_in_8973_page1 {
	display: block;
}
#expander_stack_stacks_in_8973_page1.show_all #expander_stack_link_less_stacks_in_8973_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8973_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8973_page1,
	#expander_stack_link_less_stacks_in_8973_page1 {
		display: none;
	}
}


#stacks_in_8973_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8974_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8974_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8974_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8974_page1>.jack.width-static{width:500px}#stacks_in_8974_page1>.jack.width-flexible{width:100%}#stacks_in_8974_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8974_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8974_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8974_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8974_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8974_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8974_page1>.jack::after{border-radius:0px}#stacks_in_8974_page1>.jack.border-detailed-radius,#stacks_in_8974_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8974_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8974_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8974_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8974_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8974_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8974_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8974_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8974_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8974_page1>.jack.bg-image:not(.glass){}#stacks_in_8974_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8974_page1>.jack.bg-image.glass.after,#stacks_in_8974_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8974_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8974_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8974_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8974_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8974_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8974_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8974_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8974_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8974_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8974_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8974_page1>.jack.bg-image.glass.after,#stacks_in_8974_page1>.jack.bg-image.glass::after{}#stacks_in_8974_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8974_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8974_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8974_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8974_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8974_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8974_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8974_page1>.jack.peek-shadow::before,#stacks_in_8974_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8974_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8974_page1>.jack{overflow:visible;}#stacks_in_8974_page1>.jack.height-static{height:100px}#stacks_in_8974_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8979_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8979_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8979_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8979_page1>.jack.width-static{width:500px}#stacks_in_8979_page1>.jack.width-flexible{width:100%}#stacks_in_8979_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8979_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8979_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8979_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8979_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8979_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8979_page1>.jack::after{border-radius:0px}#stacks_in_8979_page1>.jack.border-detailed-radius,#stacks_in_8979_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8979_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8979_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8979_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8979_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8979_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8979_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8979_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8979_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8979_page1>.jack.bg-image:not(.glass){}#stacks_in_8979_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8979_page1>.jack.bg-image.glass.after,#stacks_in_8979_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8979_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8979_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8979_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8979_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8979_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8979_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8979_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8979_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8979_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8979_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8979_page1>.jack.bg-image.glass.after,#stacks_in_8979_page1>.jack.bg-image.glass::after{}#stacks_in_8979_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8979_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8979_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8979_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8979_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8979_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8979_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8979_page1>.jack.peek-shadow::before,#stacks_in_8979_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8979_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8979_page1>.jack{overflow:visible;}#stacks_in_8979_page1>.jack.height-static{height:100px}#stacks_in_8979_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8980_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8980_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8980_page1 #jwresp_col2_stacks_in_8980_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8980_page1 #jwresp_col1_stacks_in_8980_page1,#stacks_in_8980_page1 #jwresp_col2_stacks_in_8980_page1{width:100%;float:none;display:block}#stacks_in_8980_page1 #jwresp_col1_stacks_in_8980_page1{margin-bottom:15px}}

#stacks_in_8981_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_8985_page1 {
	font-size: 75%;
}

#stacks_in_8987_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_8988_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_8991_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_8991_page1,
#expander_stack_link_less_stacks_in_8991_page1,
#expander_stack_stacks_in_8991_page1.show_all #expander_stack_link_more_stacks_in_8991_page1 {
	display: none;
}
#expander_stack_stacks_in_8991_page1.show_all #expander_stack_details_stacks_in_8991_page1 {
	display: block;
}
#expander_stack_stacks_in_8991_page1.show_all #expander_stack_link_less_stacks_in_8991_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_8991_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_8991_page1,
	#expander_stack_link_less_stacks_in_8991_page1 {
		display: none;
	}
}


#stacks_in_8991_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_8992_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8992_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8992_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8992_page1>.jack.width-static{width:500px}#stacks_in_8992_page1>.jack.width-flexible{width:100%}#stacks_in_8992_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8992_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8992_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8992_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8992_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8992_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8992_page1>.jack::after{border-radius:0px}#stacks_in_8992_page1>.jack.border-detailed-radius,#stacks_in_8992_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8992_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8992_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8992_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8992_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8992_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8992_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8992_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8992_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8992_page1>.jack.bg-image:not(.glass){}#stacks_in_8992_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8992_page1>.jack.bg-image.glass.after,#stacks_in_8992_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8992_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8992_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8992_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8992_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8992_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8992_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8992_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8992_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8992_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8992_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8992_page1>.jack.bg-image.glass.after,#stacks_in_8992_page1>.jack.bg-image.glass::after{}#stacks_in_8992_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8992_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8992_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8992_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8992_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8992_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8992_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8992_page1>.jack.peek-shadow::before,#stacks_in_8992_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8992_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8992_page1>.jack{overflow:visible;}#stacks_in_8992_page1>.jack.height-static{height:100px}#stacks_in_8992_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8997_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8997_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8997_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8997_page1>.jack.width-static{width:500px}#stacks_in_8997_page1>.jack.width-flexible{width:100%}#stacks_in_8997_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8997_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8997_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8997_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8997_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8997_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8997_page1>.jack::after{border-radius:0px}#stacks_in_8997_page1>.jack.border-detailed-radius,#stacks_in_8997_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8997_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8997_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8997_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8997_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8997_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8997_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8997_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8997_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8997_page1>.jack.bg-image:not(.glass){}#stacks_in_8997_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8997_page1>.jack.bg-image.glass.after,#stacks_in_8997_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8997_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8997_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8997_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8997_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8997_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8997_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8997_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8997_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8997_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8997_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8997_page1>.jack.bg-image.glass.after,#stacks_in_8997_page1>.jack.bg-image.glass::after{}#stacks_in_8997_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8997_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8997_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8997_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8997_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8997_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8997_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8997_page1>.jack.peek-shadow::before,#stacks_in_8997_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8997_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8997_page1>.jack{overflow:visible;}#stacks_in_8997_page1>.jack.height-static{height:100px}#stacks_in_8997_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8998_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8998_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_8998_page1 #jwresp_col2_stacks_in_8998_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_8998_page1 #jwresp_col1_stacks_in_8998_page1,#stacks_in_8998_page1 #jwresp_col2_stacks_in_8998_page1{width:100%;float:none;display:block}#stacks_in_8998_page1 #jwresp_col1_stacks_in_8998_page1{margin-bottom:15px}}

#stacks_in_8999_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9003_page1 {
	font-size: 75%;
}

#stacks_in_9005_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9006_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9009_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9009_page1,
#expander_stack_link_less_stacks_in_9009_page1,
#expander_stack_stacks_in_9009_page1.show_all #expander_stack_link_more_stacks_in_9009_page1 {
	display: none;
}
#expander_stack_stacks_in_9009_page1.show_all #expander_stack_details_stacks_in_9009_page1 {
	display: block;
}
#expander_stack_stacks_in_9009_page1.show_all #expander_stack_link_less_stacks_in_9009_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9009_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9009_page1,
	#expander_stack_link_less_stacks_in_9009_page1 {
		display: none;
	}
}


#stacks_in_9009_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9010_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9010_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9010_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9010_page1>.jack.width-static{width:500px}#stacks_in_9010_page1>.jack.width-flexible{width:100%}#stacks_in_9010_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9010_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9010_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9010_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9010_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9010_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9010_page1>.jack::after{border-radius:0px}#stacks_in_9010_page1>.jack.border-detailed-radius,#stacks_in_9010_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9010_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9010_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9010_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9010_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9010_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9010_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9010_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9010_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9010_page1>.jack.bg-image:not(.glass){}#stacks_in_9010_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9010_page1>.jack.bg-image.glass.after,#stacks_in_9010_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9010_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9010_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9010_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9010_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9010_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9010_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9010_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9010_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9010_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9010_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9010_page1>.jack.bg-image.glass.after,#stacks_in_9010_page1>.jack.bg-image.glass::after{}#stacks_in_9010_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9010_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9010_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9010_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9010_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9010_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9010_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9010_page1>.jack.peek-shadow::before,#stacks_in_9010_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9010_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9010_page1>.jack{overflow:visible;}#stacks_in_9010_page1>.jack.height-static{height:100px}#stacks_in_9010_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9015_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9015_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9015_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9015_page1>.jack.width-static{width:500px}#stacks_in_9015_page1>.jack.width-flexible{width:100%}#stacks_in_9015_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9015_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9015_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9015_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9015_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9015_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9015_page1>.jack::after{border-radius:0px}#stacks_in_9015_page1>.jack.border-detailed-radius,#stacks_in_9015_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9015_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9015_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9015_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9015_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9015_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9015_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9015_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9015_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9015_page1>.jack.bg-image:not(.glass){}#stacks_in_9015_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9015_page1>.jack.bg-image.glass.after,#stacks_in_9015_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9015_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9015_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9015_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9015_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9015_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9015_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9015_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9015_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9015_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9015_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9015_page1>.jack.bg-image.glass.after,#stacks_in_9015_page1>.jack.bg-image.glass::after{}#stacks_in_9015_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9015_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9015_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9015_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9015_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9015_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9015_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9015_page1>.jack.peek-shadow::before,#stacks_in_9015_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9015_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9015_page1>.jack{overflow:visible;}#stacks_in_9015_page1>.jack.height-static{height:100px}#stacks_in_9015_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9016_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9016_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9016_page1 #jwresp_col2_stacks_in_9016_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9016_page1 #jwresp_col1_stacks_in_9016_page1,#stacks_in_9016_page1 #jwresp_col2_stacks_in_9016_page1{width:100%;float:none;display:block}#stacks_in_9016_page1 #jwresp_col1_stacks_in_9016_page1{margin-bottom:15px}}

#stacks_in_9017_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9021_page1 {
	font-size: 75%;
}

#stacks_in_9023_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9024_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9027_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9027_page1,
#expander_stack_link_less_stacks_in_9027_page1,
#expander_stack_stacks_in_9027_page1.show_all #expander_stack_link_more_stacks_in_9027_page1 {
	display: none;
}
#expander_stack_stacks_in_9027_page1.show_all #expander_stack_details_stacks_in_9027_page1 {
	display: block;
}
#expander_stack_stacks_in_9027_page1.show_all #expander_stack_link_less_stacks_in_9027_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9027_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9027_page1,
	#expander_stack_link_less_stacks_in_9027_page1 {
		display: none;
	}
}


#stacks_in_9027_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9028_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9028_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9028_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9028_page1>.jack.width-static{width:500px}#stacks_in_9028_page1>.jack.width-flexible{width:100%}#stacks_in_9028_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9028_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9028_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9028_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9028_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9028_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9028_page1>.jack::after{border-radius:0px}#stacks_in_9028_page1>.jack.border-detailed-radius,#stacks_in_9028_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9028_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9028_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9028_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9028_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9028_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9028_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9028_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9028_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9028_page1>.jack.bg-image:not(.glass){}#stacks_in_9028_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9028_page1>.jack.bg-image.glass.after,#stacks_in_9028_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9028_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9028_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9028_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9028_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9028_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9028_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9028_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9028_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9028_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9028_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9028_page1>.jack.bg-image.glass.after,#stacks_in_9028_page1>.jack.bg-image.glass::after{}#stacks_in_9028_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9028_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9028_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9028_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9028_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9028_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9028_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9028_page1>.jack.peek-shadow::before,#stacks_in_9028_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9028_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9028_page1>.jack{overflow:visible;}#stacks_in_9028_page1>.jack.height-static{height:100px}#stacks_in_9028_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9033_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9033_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9033_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9033_page1>.jack.width-static{width:500px}#stacks_in_9033_page1>.jack.width-flexible{width:100%}#stacks_in_9033_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9033_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9033_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9033_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9033_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9033_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9033_page1>.jack::after{border-radius:0px}#stacks_in_9033_page1>.jack.border-detailed-radius,#stacks_in_9033_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9033_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9033_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9033_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9033_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9033_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9033_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9033_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9033_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9033_page1>.jack.bg-image:not(.glass){}#stacks_in_9033_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9033_page1>.jack.bg-image.glass.after,#stacks_in_9033_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9033_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9033_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9033_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9033_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9033_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9033_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9033_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9033_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9033_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9033_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9033_page1>.jack.bg-image.glass.after,#stacks_in_9033_page1>.jack.bg-image.glass::after{}#stacks_in_9033_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9033_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9033_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9033_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9033_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9033_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9033_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9033_page1>.jack.peek-shadow::before,#stacks_in_9033_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9033_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9033_page1>.jack{overflow:visible;}#stacks_in_9033_page1>.jack.height-static{height:100px}#stacks_in_9033_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9034_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9034_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9034_page1 #jwresp_col2_stacks_in_9034_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9034_page1 #jwresp_col1_stacks_in_9034_page1,#stacks_in_9034_page1 #jwresp_col2_stacks_in_9034_page1{width:100%;float:none;display:block}#stacks_in_9034_page1 #jwresp_col1_stacks_in_9034_page1{margin-bottom:15px}}

#stacks_in_9035_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9039_page1 {
	font-size: 75%;
}

#stacks_in_9041_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9042_page1 {
	font-size: 75%;
	font-weight: lighter;
}
#stacks_in_9046_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9046_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9046_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9046_page1>.jack.width-static{width:500px}#stacks_in_9046_page1>.jack.width-flexible{width:100%}#stacks_in_9046_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9046_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9046_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9046_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9046_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9046_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9046_page1>.jack::after{border-radius:0px}#stacks_in_9046_page1>.jack.border-detailed-radius,#stacks_in_9046_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9046_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9046_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9046_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9046_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9046_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9046_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9046_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9046_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9046_page1>.jack.bg-image:not(.glass){}#stacks_in_9046_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9046_page1>.jack.bg-image.glass.after,#stacks_in_9046_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9046_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9046_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9046_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9046_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9046_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9046_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9046_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9046_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9046_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9046_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9046_page1>.jack.bg-image.glass.after,#stacks_in_9046_page1>.jack.bg-image.glass::after{}#stacks_in_9046_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9046_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9046_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9046_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9046_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9046_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9046_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9046_page1>.jack.peek-shadow::before,#stacks_in_9046_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9046_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9046_page1>.jack{overflow:visible;}#stacks_in_9046_page1>.jack.height-static{height:100px}#stacks_in_9046_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_9046_page1 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_9047_page1 {
	margin: 0px 0px 10px 0px;
}

#expander_stack_stacks_in_9049_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9049_page1,
#expander_stack_link_less_stacks_in_9049_page1,
#expander_stack_stacks_in_9049_page1.show_all #expander_stack_link_more_stacks_in_9049_page1 {
	display: none;
}
#expander_stack_stacks_in_9049_page1.show_all #expander_stack_details_stacks_in_9049_page1 {
	display: block;
}
#expander_stack_stacks_in_9049_page1.show_all #expander_stack_link_less_stacks_in_9049_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9049_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9049_page1,
	#expander_stack_link_less_stacks_in_9049_page1 {
		display: none;
	}
}


#stacks_in_9049_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9050_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9050_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9050_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9050_page1>.jack.width-static{width:500px}#stacks_in_9050_page1>.jack.width-flexible{width:100%}#stacks_in_9050_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9050_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9050_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9050_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9050_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9050_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9050_page1>.jack::after{border-radius:0px}#stacks_in_9050_page1>.jack.border-detailed-radius,#stacks_in_9050_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9050_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9050_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9050_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9050_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9050_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9050_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9050_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9050_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9050_page1>.jack.bg-image:not(.glass){}#stacks_in_9050_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9050_page1>.jack.bg-image.glass.after,#stacks_in_9050_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9050_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9050_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9050_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9050_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9050_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9050_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9050_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9050_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9050_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9050_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9050_page1>.jack.bg-image.glass.after,#stacks_in_9050_page1>.jack.bg-image.glass::after{}#stacks_in_9050_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9050_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9050_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9050_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9050_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9050_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9050_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9050_page1>.jack.peek-shadow::before,#stacks_in_9050_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9050_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9050_page1>.jack{overflow:visible;}#stacks_in_9050_page1>.jack.height-static{height:100px}#stacks_in_9050_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9055_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9055_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9055_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9055_page1>.jack.width-static{width:500px}#stacks_in_9055_page1>.jack.width-flexible{width:100%}#stacks_in_9055_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9055_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9055_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9055_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9055_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9055_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9055_page1>.jack::after{border-radius:0px}#stacks_in_9055_page1>.jack.border-detailed-radius,#stacks_in_9055_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9055_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9055_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9055_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9055_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9055_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9055_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9055_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9055_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9055_page1>.jack.bg-image:not(.glass){}#stacks_in_9055_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9055_page1>.jack.bg-image.glass.after,#stacks_in_9055_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9055_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9055_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9055_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9055_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9055_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9055_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9055_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9055_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9055_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9055_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9055_page1>.jack.bg-image.glass.after,#stacks_in_9055_page1>.jack.bg-image.glass::after{}#stacks_in_9055_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9055_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9055_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9055_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9055_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9055_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9055_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9055_page1>.jack.peek-shadow::before,#stacks_in_9055_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9055_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9055_page1>.jack{overflow:visible;}#stacks_in_9055_page1>.jack.height-static{height:100px}#stacks_in_9055_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9056_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9056_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9056_page1 #jwresp_col2_stacks_in_9056_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9056_page1 #jwresp_col1_stacks_in_9056_page1,#stacks_in_9056_page1 #jwresp_col2_stacks_in_9056_page1{width:100%;float:none;display:block}#stacks_in_9056_page1 #jwresp_col1_stacks_in_9056_page1{margin-bottom:15px}}

#stacks_in_9057_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9061_page1 {
	font-size: 75%;
}

#stacks_in_9063_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9064_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9067_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9067_page1,
#expander_stack_link_less_stacks_in_9067_page1,
#expander_stack_stacks_in_9067_page1.show_all #expander_stack_link_more_stacks_in_9067_page1 {
	display: none;
}
#expander_stack_stacks_in_9067_page1.show_all #expander_stack_details_stacks_in_9067_page1 {
	display: block;
}
#expander_stack_stacks_in_9067_page1.show_all #expander_stack_link_less_stacks_in_9067_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9067_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9067_page1,
	#expander_stack_link_less_stacks_in_9067_page1 {
		display: none;
	}
}


#stacks_in_9067_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9068_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9068_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9068_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9068_page1>.jack.width-static{width:500px}#stacks_in_9068_page1>.jack.width-flexible{width:100%}#stacks_in_9068_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9068_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9068_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9068_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9068_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9068_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9068_page1>.jack::after{border-radius:0px}#stacks_in_9068_page1>.jack.border-detailed-radius,#stacks_in_9068_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9068_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9068_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9068_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9068_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9068_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9068_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9068_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9068_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9068_page1>.jack.bg-image:not(.glass){}#stacks_in_9068_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9068_page1>.jack.bg-image.glass.after,#stacks_in_9068_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9068_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9068_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9068_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9068_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9068_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9068_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9068_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9068_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9068_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9068_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9068_page1>.jack.bg-image.glass.after,#stacks_in_9068_page1>.jack.bg-image.glass::after{}#stacks_in_9068_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9068_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9068_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9068_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9068_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9068_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9068_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9068_page1>.jack.peek-shadow::before,#stacks_in_9068_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9068_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9068_page1>.jack{overflow:visible;}#stacks_in_9068_page1>.jack.height-static{height:100px}#stacks_in_9068_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9073_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9073_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9073_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9073_page1>.jack.width-static{width:500px}#stacks_in_9073_page1>.jack.width-flexible{width:100%}#stacks_in_9073_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9073_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9073_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9073_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9073_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9073_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9073_page1>.jack::after{border-radius:0px}#stacks_in_9073_page1>.jack.border-detailed-radius,#stacks_in_9073_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9073_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9073_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9073_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9073_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9073_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9073_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9073_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9073_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9073_page1>.jack.bg-image:not(.glass){}#stacks_in_9073_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9073_page1>.jack.bg-image.glass.after,#stacks_in_9073_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9073_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9073_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9073_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9073_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9073_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9073_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9073_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9073_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9073_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9073_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9073_page1>.jack.bg-image.glass.after,#stacks_in_9073_page1>.jack.bg-image.glass::after{}#stacks_in_9073_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9073_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9073_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9073_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9073_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9073_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9073_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9073_page1>.jack.peek-shadow::before,#stacks_in_9073_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9073_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9073_page1>.jack{overflow:visible;}#stacks_in_9073_page1>.jack.height-static{height:100px}#stacks_in_9073_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9074_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9074_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9074_page1 #jwresp_col2_stacks_in_9074_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9074_page1 #jwresp_col1_stacks_in_9074_page1,#stacks_in_9074_page1 #jwresp_col2_stacks_in_9074_page1{width:100%;float:none;display:block}#stacks_in_9074_page1 #jwresp_col1_stacks_in_9074_page1{margin-bottom:15px}}

#stacks_in_9075_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9079_page1 {
	font-size: 75%;
}

#stacks_in_9081_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9082_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9085_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9085_page1,
#expander_stack_link_less_stacks_in_9085_page1,
#expander_stack_stacks_in_9085_page1.show_all #expander_stack_link_more_stacks_in_9085_page1 {
	display: none;
}
#expander_stack_stacks_in_9085_page1.show_all #expander_stack_details_stacks_in_9085_page1 {
	display: block;
}
#expander_stack_stacks_in_9085_page1.show_all #expander_stack_link_less_stacks_in_9085_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9085_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9085_page1,
	#expander_stack_link_less_stacks_in_9085_page1 {
		display: none;
	}
}


#stacks_in_9085_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9086_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9086_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9086_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9086_page1>.jack.width-static{width:500px}#stacks_in_9086_page1>.jack.width-flexible{width:100%}#stacks_in_9086_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9086_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9086_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9086_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9086_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9086_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9086_page1>.jack::after{border-radius:0px}#stacks_in_9086_page1>.jack.border-detailed-radius,#stacks_in_9086_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9086_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9086_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9086_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9086_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9086_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9086_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9086_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9086_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9086_page1>.jack.bg-image:not(.glass){}#stacks_in_9086_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9086_page1>.jack.bg-image.glass.after,#stacks_in_9086_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9086_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9086_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9086_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9086_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9086_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9086_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9086_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9086_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9086_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9086_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9086_page1>.jack.bg-image.glass.after,#stacks_in_9086_page1>.jack.bg-image.glass::after{}#stacks_in_9086_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9086_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9086_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9086_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9086_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9086_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9086_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9086_page1>.jack.peek-shadow::before,#stacks_in_9086_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9086_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9086_page1>.jack{overflow:visible;}#stacks_in_9086_page1>.jack.height-static{height:100px}#stacks_in_9086_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9091_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9091_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9091_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9091_page1>.jack.width-static{width:500px}#stacks_in_9091_page1>.jack.width-flexible{width:100%}#stacks_in_9091_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9091_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9091_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9091_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9091_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9091_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9091_page1>.jack::after{border-radius:0px}#stacks_in_9091_page1>.jack.border-detailed-radius,#stacks_in_9091_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9091_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9091_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9091_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9091_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9091_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9091_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9091_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9091_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9091_page1>.jack.bg-image:not(.glass){}#stacks_in_9091_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9091_page1>.jack.bg-image.glass.after,#stacks_in_9091_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9091_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9091_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9091_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9091_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9091_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9091_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9091_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9091_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9091_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9091_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9091_page1>.jack.bg-image.glass.after,#stacks_in_9091_page1>.jack.bg-image.glass::after{}#stacks_in_9091_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9091_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9091_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9091_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9091_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9091_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9091_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9091_page1>.jack.peek-shadow::before,#stacks_in_9091_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9091_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9091_page1>.jack{overflow:visible;}#stacks_in_9091_page1>.jack.height-static{height:100px}#stacks_in_9091_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9092_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9092_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9092_page1 #jwresp_col2_stacks_in_9092_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9092_page1 #jwresp_col1_stacks_in_9092_page1,#stacks_in_9092_page1 #jwresp_col2_stacks_in_9092_page1{width:100%;float:none;display:block}#stacks_in_9092_page1 #jwresp_col1_stacks_in_9092_page1{margin-bottom:15px}}

#stacks_in_9093_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9097_page1 {
	font-size: 75%;
}

#stacks_in_9099_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9100_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9103_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9103_page1,
#expander_stack_link_less_stacks_in_9103_page1,
#expander_stack_stacks_in_9103_page1.show_all #expander_stack_link_more_stacks_in_9103_page1 {
	display: none;
}
#expander_stack_stacks_in_9103_page1.show_all #expander_stack_details_stacks_in_9103_page1 {
	display: block;
}
#expander_stack_stacks_in_9103_page1.show_all #expander_stack_link_less_stacks_in_9103_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9103_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9103_page1,
	#expander_stack_link_less_stacks_in_9103_page1 {
		display: none;
	}
}


#stacks_in_9103_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9104_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9104_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9104_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9104_page1>.jack.width-static{width:500px}#stacks_in_9104_page1>.jack.width-flexible{width:100%}#stacks_in_9104_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9104_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9104_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9104_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9104_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9104_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9104_page1>.jack::after{border-radius:0px}#stacks_in_9104_page1>.jack.border-detailed-radius,#stacks_in_9104_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9104_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9104_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9104_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9104_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9104_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9104_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9104_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9104_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9104_page1>.jack.bg-image:not(.glass){}#stacks_in_9104_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9104_page1>.jack.bg-image.glass.after,#stacks_in_9104_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9104_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9104_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9104_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9104_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9104_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9104_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9104_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9104_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9104_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9104_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9104_page1>.jack.bg-image.glass.after,#stacks_in_9104_page1>.jack.bg-image.glass::after{}#stacks_in_9104_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9104_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9104_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9104_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9104_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9104_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9104_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9104_page1>.jack.peek-shadow::before,#stacks_in_9104_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9104_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9104_page1>.jack{overflow:visible;}#stacks_in_9104_page1>.jack.height-static{height:100px}#stacks_in_9104_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9109_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9109_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9109_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9109_page1>.jack.width-static{width:500px}#stacks_in_9109_page1>.jack.width-flexible{width:100%}#stacks_in_9109_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9109_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9109_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9109_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9109_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9109_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9109_page1>.jack::after{border-radius:0px}#stacks_in_9109_page1>.jack.border-detailed-radius,#stacks_in_9109_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9109_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9109_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9109_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9109_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9109_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9109_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9109_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9109_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9109_page1>.jack.bg-image:not(.glass){}#stacks_in_9109_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9109_page1>.jack.bg-image.glass.after,#stacks_in_9109_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9109_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9109_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9109_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9109_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9109_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9109_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9109_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9109_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9109_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9109_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9109_page1>.jack.bg-image.glass.after,#stacks_in_9109_page1>.jack.bg-image.glass::after{}#stacks_in_9109_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9109_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9109_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9109_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9109_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9109_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9109_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9109_page1>.jack.peek-shadow::before,#stacks_in_9109_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9109_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9109_page1>.jack{overflow:visible;}#stacks_in_9109_page1>.jack.height-static{height:100px}#stacks_in_9109_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9110_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9110_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9110_page1 #jwresp_col2_stacks_in_9110_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9110_page1 #jwresp_col1_stacks_in_9110_page1,#stacks_in_9110_page1 #jwresp_col2_stacks_in_9110_page1{width:100%;float:none;display:block}#stacks_in_9110_page1 #jwresp_col1_stacks_in_9110_page1{margin-bottom:15px}}

#stacks_in_9111_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9115_page1 {
	font-size: 75%;
}

#stacks_in_9117_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9118_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9121_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9121_page1,
#expander_stack_link_less_stacks_in_9121_page1,
#expander_stack_stacks_in_9121_page1.show_all #expander_stack_link_more_stacks_in_9121_page1 {
	display: none;
}
#expander_stack_stacks_in_9121_page1.show_all #expander_stack_details_stacks_in_9121_page1 {
	display: block;
}
#expander_stack_stacks_in_9121_page1.show_all #expander_stack_link_less_stacks_in_9121_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9121_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9121_page1,
	#expander_stack_link_less_stacks_in_9121_page1 {
		display: none;
	}
}


#stacks_in_9121_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9122_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9122_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9122_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9122_page1>.jack.width-static{width:500px}#stacks_in_9122_page1>.jack.width-flexible{width:100%}#stacks_in_9122_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9122_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9122_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9122_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9122_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9122_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9122_page1>.jack::after{border-radius:0px}#stacks_in_9122_page1>.jack.border-detailed-radius,#stacks_in_9122_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9122_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9122_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9122_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9122_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9122_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9122_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9122_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9122_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9122_page1>.jack.bg-image:not(.glass){}#stacks_in_9122_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9122_page1>.jack.bg-image.glass.after,#stacks_in_9122_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9122_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9122_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9122_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9122_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9122_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9122_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9122_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9122_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9122_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9122_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9122_page1>.jack.bg-image.glass.after,#stacks_in_9122_page1>.jack.bg-image.glass::after{}#stacks_in_9122_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9122_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9122_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9122_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9122_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9122_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9122_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9122_page1>.jack.peek-shadow::before,#stacks_in_9122_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9122_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9122_page1>.jack{overflow:visible;}#stacks_in_9122_page1>.jack.height-static{height:100px}#stacks_in_9122_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9127_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9127_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9127_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9127_page1>.jack.width-static{width:500px}#stacks_in_9127_page1>.jack.width-flexible{width:100%}#stacks_in_9127_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9127_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9127_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9127_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9127_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9127_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9127_page1>.jack::after{border-radius:0px}#stacks_in_9127_page1>.jack.border-detailed-radius,#stacks_in_9127_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9127_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9127_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9127_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9127_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9127_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9127_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9127_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9127_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9127_page1>.jack.bg-image:not(.glass){}#stacks_in_9127_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9127_page1>.jack.bg-image.glass.after,#stacks_in_9127_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9127_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9127_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9127_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9127_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9127_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9127_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9127_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9127_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9127_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9127_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9127_page1>.jack.bg-image.glass.after,#stacks_in_9127_page1>.jack.bg-image.glass::after{}#stacks_in_9127_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9127_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9127_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9127_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9127_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9127_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9127_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9127_page1>.jack.peek-shadow::before,#stacks_in_9127_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9127_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9127_page1>.jack{overflow:visible;}#stacks_in_9127_page1>.jack.height-static{height:100px}#stacks_in_9127_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9128_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9128_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9128_page1 #jwresp_col2_stacks_in_9128_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9128_page1 #jwresp_col1_stacks_in_9128_page1,#stacks_in_9128_page1 #jwresp_col2_stacks_in_9128_page1{width:100%;float:none;display:block}#stacks_in_9128_page1 #jwresp_col1_stacks_in_9128_page1{margin-bottom:15px}}

#stacks_in_9129_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9133_page1 {
	font-size: 75%;
}

#stacks_in_9135_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9136_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9139_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9139_page1,
#expander_stack_link_less_stacks_in_9139_page1,
#expander_stack_stacks_in_9139_page1.show_all #expander_stack_link_more_stacks_in_9139_page1 {
	display: none;
}
#expander_stack_stacks_in_9139_page1.show_all #expander_stack_details_stacks_in_9139_page1 {
	display: block;
}
#expander_stack_stacks_in_9139_page1.show_all #expander_stack_link_less_stacks_in_9139_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9139_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9139_page1,
	#expander_stack_link_less_stacks_in_9139_page1 {
		display: none;
	}
}


#stacks_in_9139_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9140_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9140_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9140_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9140_page1>.jack.width-static{width:500px}#stacks_in_9140_page1>.jack.width-flexible{width:100%}#stacks_in_9140_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9140_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9140_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9140_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9140_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9140_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9140_page1>.jack::after{border-radius:0px}#stacks_in_9140_page1>.jack.border-detailed-radius,#stacks_in_9140_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9140_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9140_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9140_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9140_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9140_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9140_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9140_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9140_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9140_page1>.jack.bg-image:not(.glass){}#stacks_in_9140_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9140_page1>.jack.bg-image.glass.after,#stacks_in_9140_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9140_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9140_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9140_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9140_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9140_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9140_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9140_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9140_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9140_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9140_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9140_page1>.jack.bg-image.glass.after,#stacks_in_9140_page1>.jack.bg-image.glass::after{}#stacks_in_9140_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9140_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9140_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9140_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9140_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9140_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9140_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9140_page1>.jack.peek-shadow::before,#stacks_in_9140_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9140_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9140_page1>.jack{overflow:visible;}#stacks_in_9140_page1>.jack.height-static{height:100px}#stacks_in_9140_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9145_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9145_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9145_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9145_page1>.jack.width-static{width:500px}#stacks_in_9145_page1>.jack.width-flexible{width:100%}#stacks_in_9145_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9145_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9145_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9145_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9145_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9145_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9145_page1>.jack::after{border-radius:0px}#stacks_in_9145_page1>.jack.border-detailed-radius,#stacks_in_9145_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9145_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9145_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9145_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9145_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9145_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9145_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9145_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9145_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9145_page1>.jack.bg-image:not(.glass){}#stacks_in_9145_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9145_page1>.jack.bg-image.glass.after,#stacks_in_9145_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9145_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9145_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9145_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9145_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9145_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9145_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9145_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9145_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9145_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9145_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9145_page1>.jack.bg-image.glass.after,#stacks_in_9145_page1>.jack.bg-image.glass::after{}#stacks_in_9145_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9145_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9145_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9145_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9145_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9145_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9145_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9145_page1>.jack.peek-shadow::before,#stacks_in_9145_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9145_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9145_page1>.jack{overflow:visible;}#stacks_in_9145_page1>.jack.height-static{height:100px}#stacks_in_9145_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9146_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9146_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9146_page1 #jwresp_col2_stacks_in_9146_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9146_page1 #jwresp_col1_stacks_in_9146_page1,#stacks_in_9146_page1 #jwresp_col2_stacks_in_9146_page1{width:100%;float:none;display:block}#stacks_in_9146_page1 #jwresp_col1_stacks_in_9146_page1{margin-bottom:15px}}

#stacks_in_9147_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9151_page1 {
	font-size: 75%;
}

#stacks_in_9153_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9154_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9157_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9157_page1,
#expander_stack_link_less_stacks_in_9157_page1,
#expander_stack_stacks_in_9157_page1.show_all #expander_stack_link_more_stacks_in_9157_page1 {
	display: none;
}
#expander_stack_stacks_in_9157_page1.show_all #expander_stack_details_stacks_in_9157_page1 {
	display: block;
}
#expander_stack_stacks_in_9157_page1.show_all #expander_stack_link_less_stacks_in_9157_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9157_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9157_page1,
	#expander_stack_link_less_stacks_in_9157_page1 {
		display: none;
	}
}


#stacks_in_9157_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9158_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9158_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9158_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9158_page1>.jack.width-static{width:500px}#stacks_in_9158_page1>.jack.width-flexible{width:100%}#stacks_in_9158_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9158_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9158_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9158_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9158_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9158_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9158_page1>.jack::after{border-radius:0px}#stacks_in_9158_page1>.jack.border-detailed-radius,#stacks_in_9158_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9158_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9158_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9158_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9158_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9158_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9158_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9158_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9158_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9158_page1>.jack.bg-image:not(.glass){}#stacks_in_9158_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9158_page1>.jack.bg-image.glass.after,#stacks_in_9158_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9158_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9158_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9158_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9158_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9158_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9158_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9158_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9158_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9158_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9158_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9158_page1>.jack.bg-image.glass.after,#stacks_in_9158_page1>.jack.bg-image.glass::after{}#stacks_in_9158_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9158_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9158_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9158_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9158_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9158_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9158_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9158_page1>.jack.peek-shadow::before,#stacks_in_9158_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9158_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9158_page1>.jack{overflow:visible;}#stacks_in_9158_page1>.jack.height-static{height:100px}#stacks_in_9158_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9163_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9163_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9163_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9163_page1>.jack.width-static{width:500px}#stacks_in_9163_page1>.jack.width-flexible{width:100%}#stacks_in_9163_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9163_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9163_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9163_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9163_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9163_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9163_page1>.jack::after{border-radius:0px}#stacks_in_9163_page1>.jack.border-detailed-radius,#stacks_in_9163_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9163_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9163_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9163_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9163_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9163_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9163_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9163_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9163_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9163_page1>.jack.bg-image:not(.glass){}#stacks_in_9163_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9163_page1>.jack.bg-image.glass.after,#stacks_in_9163_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9163_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9163_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9163_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9163_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9163_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9163_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9163_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9163_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9163_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9163_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9163_page1>.jack.bg-image.glass.after,#stacks_in_9163_page1>.jack.bg-image.glass::after{}#stacks_in_9163_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9163_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9163_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9163_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9163_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9163_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9163_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9163_page1>.jack.peek-shadow::before,#stacks_in_9163_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9163_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9163_page1>.jack{overflow:visible;}#stacks_in_9163_page1>.jack.height-static{height:100px}#stacks_in_9163_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9164_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9164_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9164_page1 #jwresp_col2_stacks_in_9164_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9164_page1 #jwresp_col1_stacks_in_9164_page1,#stacks_in_9164_page1 #jwresp_col2_stacks_in_9164_page1{width:100%;float:none;display:block}#stacks_in_9164_page1 #jwresp_col1_stacks_in_9164_page1{margin-bottom:15px}}

#stacks_in_9165_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9169_page1 {
	font-size: 75%;
}

#stacks_in_9171_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9172_page1 {
	font-size: 75%;
	font-weight: lighter;
}

#expander_stack_stacks_in_9175_page1 .expander_anchor {
	overflow: hidden;
	height: 0px;
}
#expander_stack_details_stacks_in_9175_page1,
#expander_stack_link_less_stacks_in_9175_page1,
#expander_stack_stacks_in_9175_page1.show_all #expander_stack_link_more_stacks_in_9175_page1 {
	display: none;
}
#expander_stack_stacks_in_9175_page1.show_all #expander_stack_details_stacks_in_9175_page1 {
	display: block;
}
#expander_stack_stacks_in_9175_page1.show_all #expander_stack_link_less_stacks_in_9175_page1 {
	display: inline-block;
}
@media print {
	#expander_stack_details_stacks_in_9175_page1 {
		display: block;
	}
	#expander_stack_link_more_stacks_in_9175_page1,
	#expander_stack_link_less_stacks_in_9175_page1 {
		display: none;
	}
}


#stacks_in_9175_page1 {
	margin: 0px 0px 10px 10px;
}
#stacks_in_9176_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9176_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9176_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9176_page1>.jack.width-static{width:500px}#stacks_in_9176_page1>.jack.width-flexible{width:100%}#stacks_in_9176_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9176_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9176_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9176_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9176_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9176_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9176_page1>.jack::after{border-radius:0px}#stacks_in_9176_page1>.jack.border-detailed-radius,#stacks_in_9176_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9176_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9176_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9176_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9176_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9176_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9176_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9176_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9176_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9176_page1>.jack.bg-image:not(.glass){}#stacks_in_9176_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9176_page1>.jack.bg-image.glass.after,#stacks_in_9176_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9176_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9176_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9176_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9176_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9176_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9176_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9176_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9176_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9176_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9176_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9176_page1>.jack.bg-image.glass.after,#stacks_in_9176_page1>.jack.bg-image.glass::after{}#stacks_in_9176_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9176_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9176_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9176_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9176_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9176_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9176_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9176_page1>.jack.peek-shadow::before,#stacks_in_9176_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9176_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9176_page1>.jack{overflow:visible;}#stacks_in_9176_page1>.jack.height-static{height:100px}#stacks_in_9176_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9181_page1{  padding-left:0px;padding-right:0px; }#stacks_in_9181_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_9181_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_9181_page1>.jack.width-static{width:500px}#stacks_in_9181_page1>.jack.width-flexible{width:100%}#stacks_in_9181_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_9181_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9181_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_9181_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_9181_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_9181_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_9181_page1>.jack::after{border-radius:0px}#stacks_in_9181_page1>.jack.border-detailed-radius,#stacks_in_9181_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_9181_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_9181_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_9181_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_9181_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9181_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_9181_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_9181_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_9181_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9181_page1>.jack.bg-image:not(.glass){}#stacks_in_9181_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_9181_page1>.jack.bg-image.glass.after,#stacks_in_9181_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_9181_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_9181_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_9181_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_9181_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_9181_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_9181_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_9181_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9181_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_9181_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_9181_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_9181_page1>.jack.bg-image.glass.after,#stacks_in_9181_page1>.jack.bg-image.glass::after{}#stacks_in_9181_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_9181_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_9181_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_9181_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9181_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_9181_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_9181_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_9181_page1>.jack.peek-shadow::before,#stacks_in_9181_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_9181_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_9181_page1>.jack{overflow:visible;}#stacks_in_9181_page1>.jack.height-static{height:100px}#stacks_in_9181_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_9182_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_9182_page1 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_9182_page1 #jwresp_col2_stacks_in_9182_page1{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_9182_page1 #jwresp_col1_stacks_in_9182_page1,#stacks_in_9182_page1 #jwresp_col2_stacks_in_9182_page1{width:100%;float:none;display:block}#stacks_in_9182_page1 #jwresp_col1_stacks_in_9182_page1{margin-bottom:15px}}

#stacks_in_9183_page1 {
	margin: 0px 10px 0px 0px;
}

#stacks_in_9187_page1 {
	font-size: 75%;
}

#stacks_in_9189_page1 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_9190_page1 {
	font-size: 75%;
	font-weight: lighter;
}
#stacks_in_8301_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8301_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:content-box!important;background-origin:content-box!important}#stacks_in_8301_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8301_page1>.jack.width-static{width:500px}#stacks_in_8301_page1>.jack.width-flexible{width:100%}#stacks_in_8301_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8301_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8301_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8301_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8301_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8301_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8301_page1>.jack::after{border-radius:0px}#stacks_in_8301_page1>.jack.border-detailed-radius,#stacks_in_8301_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8301_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8301_page1>.jack.bg-color{background-color:#E8E9EC}#stacks_in_8301_page1>.jack.bg-gradient{background-color:#DBDCDF}#stacks_in_8301_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8301_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8301_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8301_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8301_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8301_page1>.jack.bg-image:not(.glass){}#stacks_in_8301_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8301_page1>.jack.bg-image.glass.after,#stacks_in_8301_page1>.jack.bg-image.glass::after{opacity:0.50;background-attachment:scroll;background-clip:content-box!important;background-origin:content-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8301_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8301_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8301_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8301_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8301_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8301_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8301_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8301_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8301_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8301_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8301_page1>.jack.bg-image.glass.after,#stacks_in_8301_page1>.jack.bg-image.glass::after{}#stacks_in_8301_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8301_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8301_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8301_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8301_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8301_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8301_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8301_page1>.jack.peek-shadow::before,#stacks_in_8301_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8301_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8301_page1>.jack{overflow:visible;}#stacks_in_8301_page1>.jack.height-static{height:100px}#stacks_in_8301_page1>.jack.height-minmax{min-height:100px;max-height:800px} 
#stacks_in_8302_page1 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_8302_page1 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_8302_page1 .jwresp_col_wrapper.right{float:right}#stacks_in_8302_page1 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_8302_page1 #jwresp_col2_stacks_in_8302_page1,#stacks_in_8302_page1 #jwresp_col4_stacks_in_8302_page1{float:right}#stacks_in_8302_page1 #jwresp_col1_stacks_in_8302_page1,#stacks_in_8302_page1 #jwresp_col3_stacks_in_8302_page1{margin-right:2} @media screen and (max-width:770px){#stacks_in_8302_page1 .jwresp_col_wrapper.left,#stacks_in_8302_page1 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_8302_page1 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_8302_page1 .jwresp_col{width:49%}#stacks_in_8302_page1 #jwresp_col1_stacks_in_8302_page1,#stacks_in_8302_page1 #jwresp_col3_stacks_in_8302_page1{margin:0}}  @media screen and (max-width:500px){#stacks_in_8302_page1 .jwresp_col{width:100%;display:block}#stacks_in_8302_page1 #jwresp_col1_stacks_in_8302_page1,#stacks_in_8302_page1 #jwresp_col2_stacks_in_8302_page1,#stacks_in_8302_page1 #jwresp_col3_stacks_in_8302_page1{margin:0;margin-bottom:20px}#stacks_in_8302_page1 #jwresp_col4_stacks_in_8302_page1{margin:0}#stacks_in_8302_page1 .jwresp_col_wrapper.left{margin-bottom:0}}
#stacks_in_8303_page1{  padding-left:0px;padding-right:0px; }#stacks_in_8303_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8303_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8303_page1>.jack.width-static{width:500px}#stacks_in_8303_page1>.jack.width-flexible{width:100%}#stacks_in_8303_page1>.jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_8303_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8303_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8303_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8303_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8303_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8303_page1>.jack::after{border-radius:0px}#stacks_in_8303_page1>.jack.border-detailed-radius,#stacks_in_8303_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8303_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8303_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8303_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8303_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8303_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8303_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8303_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8303_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8303_page1>.jack.bg-image:not(.glass){}#stacks_in_8303_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8303_page1>.jack.bg-image.glass.after,#stacks_in_8303_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8303_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8303_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8303_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8303_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8303_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8303_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8303_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8303_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8303_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8303_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8303_page1>.jack.bg-image.glass.after,#stacks_in_8303_page1>.jack.bg-image.glass::after{}#stacks_in_8303_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8303_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8303_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8303_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8303_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8303_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8303_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8303_page1>.jack.peek-shadow::before,#stacks_in_8303_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8303_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8303_page1>.jack{overflow:visible;}#stacks_in_8303_page1>.jack.height-static{height:100px}#stacks_in_8303_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

#stacks_in_8304_page1 {
	padding:  13px;
}

#stacks_in_8306_page1 {
	padding:  13px;
}
#stacks_in_8310_page1{  padding-right:0.00px;padding-left:0.00px; }#stacks_in_8310_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8310_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8310_page1>.jack.width-static{width:500px}#stacks_in_8310_page1>.jack.width-flexible{width:100%}#stacks_in_8310_page1>.jack.margin-detailed{margin:30.00px 0.00px 0.00px 0.00px}#stacks_in_8310_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8310_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8310_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8310_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8310_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8310_page1>.jack::after{border-radius:0px}#stacks_in_8310_page1>.jack.border-detailed-radius,#stacks_in_8310_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8310_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8310_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8310_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8310_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8310_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8310_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8310_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8310_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8310_page1>.jack.bg-image:not(.glass){}#stacks_in_8310_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8310_page1>.jack.bg-image.glass.after,#stacks_in_8310_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8310_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8310_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8310_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8310_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8310_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8310_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8310_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8310_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8310_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8310_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8310_page1>.jack.bg-image.glass.after,#stacks_in_8310_page1>.jack.bg-image.glass::after{}#stacks_in_8310_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8310_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8310_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8310_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8310_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8310_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8310_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8310_page1>.jack.peek-shadow::before,#stacks_in_8310_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8310_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8310_page1>.jack{overflow:visible;}#stacks_in_8310_page1>.jack.height-static{height:100px}#stacks_in_8310_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8314_page1 {
	font-size: 80%;
}
#stacks_in_8317_page1{  padding-right:0.00px;padding-left:0.00px; }#stacks_in_8317_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8317_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8317_page1>.jack.width-static{width:500px}#stacks_in_8317_page1>.jack.width-flexible{width:100%}#stacks_in_8317_page1>.jack.margin-detailed{margin:30.00px 0.00px 0.00px 0.00px}#stacks_in_8317_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8317_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8317_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8317_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8317_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8317_page1>.jack::after{border-radius:0px}#stacks_in_8317_page1>.jack.border-detailed-radius,#stacks_in_8317_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8317_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8317_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8317_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8317_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8317_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8317_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8317_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8317_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8317_page1>.jack.bg-image:not(.glass){}#stacks_in_8317_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8317_page1>.jack.bg-image.glass.after,#stacks_in_8317_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8317_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8317_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8317_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8317_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8317_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8317_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8317_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8317_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8317_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8317_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8317_page1>.jack.bg-image.glass.after,#stacks_in_8317_page1>.jack.bg-image.glass::after{}#stacks_in_8317_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8317_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8317_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8317_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8317_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8317_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8317_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8317_page1>.jack.peek-shadow::before,#stacks_in_8317_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8317_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8317_page1>.jack{overflow:visible;}#stacks_in_8317_page1>.jack.height-static{height:100px}#stacks_in_8317_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8321_page1 {
	font-size: 80%;
}
#stacks_in_8324_page1{  padding-right:0.00px;padding-left:0.00px; }#stacks_in_8324_page1>.jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important}#stacks_in_8324_page1>.jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_8324_page1>.jack.width-static{width:500px}#stacks_in_8324_page1>.jack.width-flexible{width:100%}#stacks_in_8324_page1>.jack.margin-detailed{margin:30.00px 0.00px 0.00px 0.00px}#stacks_in_8324_page1>.jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8324_page1>.jack.rotate{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);-ms-transform:rotate(5deg);-o-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_8324_page1>.jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_8324_page1>.jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_8324_page1>.jack.border-image{-webkit-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_8324_page1>.jack::after{border-radius:0px}#stacks_in_8324_page1>.jack.border-detailed-radius,#stacks_in_8324_page1>.jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_8324_page1>.jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;-moz-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_8324_page1>.jack.bg-color{background-color:#89C5FF}#stacks_in_8324_page1>.jack.bg-gradient{background-color:#89C5FF}#stacks_in_8324_page1>.jack.bg-image:not(.glass){background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8324_page1>.jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_8324_page1>.jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_8324_page1>.jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_8324_page1>.jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8324_page1>.jack.bg-image:not(.glass){}#stacks_in_8324_page1>.jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_8324_page1>.jack.bg-image.glass.after,#stacks_in_8324_page1>.jack.bg-image.glass::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box!important;background-origin:padding-box!important;padding:0px;background-image:url();background-repeat:repeat; background-position:left top;}#stacks_in_8324_page1>.jack.bg-image.glass.after.padding-detailed,#stacks_in_8324_page1>.jack.bg-image.padding-detailed.glass::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_8324_page1>.jack.bg-image.glass.after.bg-size-static,#stacks_in_8324_page1>.jack.bg-image.bg-size-static.glass::after{background-size:300px}#stacks_in_8324_page1>.jack.bg-image.glass.after.bg-size-fluid,#stacks_in_8324_page1>.jack.bg-image.bg-size-fluid.glass::after{background-size:100%}#stacks_in_8324_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8324_page1>.jack.bg-image.bg-warehouse.glass::after{background-image:url()}
#stacks_in_8324_page1>.jack.bg-image.glass.after.bg-fallback,#stacks_in_8324_page1>.jack.bg-image.bg-fallback.glass::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_8324_page1>.jack.bg-image.glass.after,#stacks_in_8324_page1>.jack.bg-image.glass::after{}#stacks_in_8324_page1>.jack.bg-image.glass.after.bg-warehouse,#stacks_in_8324_page1>.jack.bg-image.bg-warehouse.glass::after{}}#stacks_in_8324_page1>.jack.drop-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50)}#stacks_in_8324_page1>.jack.inset-shadow{box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8324_page1>.jack.drop-shadow.inset-shadow{box-shadow:0px 10px 6px -6px rgba(0,0,0,0.50),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_8324_page1>.jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_8324_page1>.jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_8324_page1>.jack.peek-shadow::before,#stacks_in_8324_page1>.jack.peek-shadow::after{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px/10px}#stacks_in_8324_page1>.jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);-moz-transform:skew(8deg) rotate(3deg);-ms-transform:skew(8deg) rotate(3deg);-o-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)} #stacks_in_8324_page1>.jack{overflow:visible;}#stacks_in_8324_page1>.jack.height-static{height:100px}#stacks_in_8324_page1>.jack.height-minmax{min-height:100px;max-height:800px} 

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

#stacks_in_8328_page1 {
	font-size: 80%;
}
