
#stacks_out_1031_page50 {
	width: 80%;
}

#stacks_out_2178_page50 {
	width: 90%;
}

#stacks_out_2126_page50 {
	width: 90%;
}
#topBoxTriggerstacks_in_1032_page50 {
	cursor: pointer;
}

#shade1 {
	z-index: 999; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade1.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade1.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade1.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade1 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#0000FF));
	background-image: -moz-linear-gradient(left, #333333, #0000FF);
	background-image: -ms-linear-gradient(left, #333333, #0000FF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0000FF));
	background-image: -webkit-linear-gradient(left, #333333, #0000FF);
	background-image: -o-linear-gradient(left, #333333, #0000FF);
	background-image: linear-gradient(left, #333333, #0000FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0000FF', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade1.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade1.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade1.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade1.topBoxShadeLocalImage {
	background: url();
	background-position: top center;
	background-repeat: no-repeat;
}

/* Warehoused image applied as a CSS background */
#shade1.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_1032_page50:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox1 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 600px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox1, 
#topBox1::before, 
#topBox1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_1032_page50 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_1032_page50 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_1032_page50 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_1032_page50 .topBoxVideo iframe,
#topBoxContentstacks_in_1032_page50 .topBoxVideo object,
#topBoxContentstacks_in_1032_page50 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose1 .topBoxCloseInner,
#topBoxNext1 .topBoxNextInner,
#topBoxPrev1 .topBoxPrevInner,
#topBoxClose1 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext1 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev1 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose1 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose1 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose1:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose1 .topBoxCloseInner,
#topBoxClose1 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive1 #topBoxClose1,
.topBoxActive1 #topBoxNext1,
.topBoxActive1 #topBoxPrev1 {
	display: block;
}


#simpleClosestacks_in_1032_page50 {
	display: none;
}



#topBoxClose1 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_1032_page50 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_1032_page50 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 0px) {
	#topBoxTriggerstacks_in_1032_page50,
	#shade1,
	#topBoxClose1,
	#topBoxNext1,
	#topBoxPrev1 {
		display: none !important;
	}
	
	#topBox1 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_1032_page50 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	margin:  5px;
}

#stacks_out_2202_page50 {
	width: 40%;
}

#stacks_in_2202_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  16px;
}

#stacks_in_2203_page50 {
	font-size: 150%;
}

#stacks_out_2182_page50 {
	width: 90%;
}

#stacks_in_2182_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	margin: 20px 0px 0px 0px;
}

#stacks_in_2183_page50 {
	font-size: 150%;
}
#stacks_in_2073_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_2073_page50 a:link, #stacks_in_2073_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_2073_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_2073_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_2073_page50 {
	margin:  20px;
}

#stacks_out_1048_page50 {
	width: 80%;
}

#stacks_in_1048_page50 {
	background-color: rgba(137, 191, 254, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  4px;
	padding:  18px;
}

#stacks_in_1049_page50 {
	font-size: 158%;
}

#stacks_out_p2222_n1_page50 {
	width: 78%;
}

#stacks_out_p2222_n4_page50 {
	width: 79%;
}

#stacks_in_p2222_n4_page50 {
	padding:  17px;
}
#topBoxTriggerstacks_in_1050_page50 {
	cursor: pointer;
}

#shade2 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade2.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade2.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade2.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade2 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#0000FF));
	background-image: -moz-linear-gradient(left, #333333, #0000FF);
	background-image: -ms-linear-gradient(left, #333333, #0000FF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0000FF));
	background-image: -webkit-linear-gradient(left, #333333, #0000FF);
	background-image: -o-linear-gradient(left, #333333, #0000FF);
	background-image: linear-gradient(left, #333333, #0000FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0000FF', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade2.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade2.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade2.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade2.topBoxShadeLocalImage {
	background: url();
	background-position: top center;
	background-repeat: repeat-y;
}

/* Warehoused image applied as a CSS background */
#shade2.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_1050_page50:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox2 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 600px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox2, 
#topBox2::before, 
#topBox2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_1050_page50 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_1050_page50 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_1050_page50 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_1050_page50 .topBoxVideo iframe,
#topBoxContentstacks_in_1050_page50 .topBoxVideo object,
#topBoxContentstacks_in_1050_page50 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose2 .topBoxCloseInner,
#topBoxNext2 .topBoxNextInner,
#topBoxPrev2 .topBoxPrevInner,
#topBoxClose2 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext2 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev2 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose2 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose2 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose2:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose2 .topBoxCloseInner,
#topBoxClose2 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive2 #topBoxClose2,
.topBoxActive2 #topBoxNext2,
.topBoxActive2 #topBoxPrev2 {
	display: block;
}


#simpleClosestacks_in_1050_page50 {
	display: none;
}



#topBoxClose2 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_1050_page50 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_1050_page50 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 0px) {
	#topBoxTriggerstacks_in_1050_page50,
	#shade2,
	#topBoxClose2,
	#topBoxNext2,
	#topBoxPrev2 {
		display: none !important;
	}
	
	#topBox2 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_1050_page50 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	margin:  10px;
}

#stacks_out_2200_page50 {
	width: 40%;
}

#stacks_in_2200_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  16px;
}

#stacks_in_2201_page50 {
	font-size: 150%;
}

#stacks_out_2186_page50 {
	width: 90%;
}

#stacks_in_2186_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	margin: 20px 0px 0px 0px;
}

#stacks_in_2187_page50 {
	font-size: 150%;
}
#stacks_in_2075_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_2075_page50 a:link, #stacks_in_2075_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_2075_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_2075_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_2075_page50 {
	margin:  20px;
}

#stacks_out_1073_page50 {
	width: 80%;
}

#stacks_in_1073_page50 {
	background-color: rgba(137, 191, 254, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  4px;
	padding:  20px;
}

#stacks_in_1074_page50 {
	font-size: 147%;
}

#stacks_out_p2223_n1_page50 {
	width: 78%;
}

#stacks_out_p2223_n4_page50 {
	width: 79%;
}

#stacks_in_p2223_n4_page50 {
	padding:  17px;
}
#topBoxTriggerstacks_in_1053_page50 {
	cursor: pointer;
}

#shade3 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade3.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade3.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade3.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade3 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#0000FF));
	background-image: -moz-linear-gradient(left, #333333, #0000FF);
	background-image: -ms-linear-gradient(left, #333333, #0000FF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0000FF));
	background-image: -webkit-linear-gradient(left, #333333, #0000FF);
	background-image: -o-linear-gradient(left, #333333, #0000FF);
	background-image: linear-gradient(left, #333333, #0000FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0000FF', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade3.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade3.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade3.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade3.topBoxShadeLocalImage {
	background: url();
	background-position: top center;
	background-repeat: repeat-y;
}

/* Warehoused image applied as a CSS background */
#shade3.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_1053_page50:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox3 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 600px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox3, 
#topBox3::before, 
#topBox3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_1053_page50 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_1053_page50 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_1053_page50 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_1053_page50 .topBoxVideo iframe,
#topBoxContentstacks_in_1053_page50 .topBoxVideo object,
#topBoxContentstacks_in_1053_page50 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose3 .topBoxCloseInner,
#topBoxNext3 .topBoxNextInner,
#topBoxPrev3 .topBoxPrevInner,
#topBoxClose3 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext3 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev3 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose3 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose3 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose3:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose3 .topBoxCloseInner,
#topBoxClose3 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive3 #topBoxClose3,
.topBoxActive3 #topBoxNext3,
.topBoxActive3 #topBoxPrev3 {
	display: block;
}


#simpleClosestacks_in_1053_page50 {
	display: none;
}



#topBoxClose3 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_1053_page50 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_1053_page50 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 0px) {
	#topBoxTriggerstacks_in_1053_page50,
	#shade3,
	#topBoxClose3,
	#topBoxNext3,
	#topBoxPrev3 {
		display: none !important;
	}
	
	#topBox3 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_1053_page50 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	margin:  10px;
}

#stacks_out_2198_page50 {
	width: 40%;
}

#stacks_in_2198_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  16px;
}

#stacks_in_2199_page50 {
	font-size: 150%;
}

#stacks_out_2192_page50 {
	width: 90%;
}

#stacks_in_2192_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	margin: 20px 0px 0px 0px;
}

#stacks_in_2193_page50 {
	font-size: 150%;
}
#stacks_in_2077_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_2077_page50 a:link, #stacks_in_2077_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_2077_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_2077_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_2077_page50 {
	margin:  20px;
}

#stacks_out_1077_page50 {
	width: 80%;
}

#stacks_in_1077_page50 {
	background-color: rgba(137, 191, 254, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  4px;
	padding:  20px;
}

#stacks_out_p2224_n1_page50 {
	width: 78%;
}

#stacks_out_p2224_n4_page50 {
	width: 79%;
}

#stacks_in_p2224_n4_page50 {
	padding:  17px;
}
#topBoxTriggerstacks_in_1068_page50 {
	cursor: pointer;
}

#shade4 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade4.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade4.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade4.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade4 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#0000FF));
	background-image: -moz-linear-gradient(left, #333333, #0000FF);
	background-image: -ms-linear-gradient(left, #333333, #0000FF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0000FF));
	background-image: -webkit-linear-gradient(left, #333333, #0000FF);
	background-image: -o-linear-gradient(left, #333333, #0000FF);
	background-image: linear-gradient(left, #333333, #0000FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0000FF', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade4.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade4.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade4.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade4.topBoxShadeLocalImage {
	background: url();
	background-position: top center;
	background-repeat: repeat-y;
}

/* Warehoused image applied as a CSS background */
#shade4.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_1068_page50:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox4 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 600px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox4, 
#topBox4::before, 
#topBox4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_1068_page50 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_1068_page50 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_1068_page50 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_1068_page50 .topBoxVideo iframe,
#topBoxContentstacks_in_1068_page50 .topBoxVideo object,
#topBoxContentstacks_in_1068_page50 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose4 .topBoxCloseInner,
#topBoxNext4 .topBoxNextInner,
#topBoxPrev4 .topBoxPrevInner,
#topBoxClose4 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext4 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev4 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose4 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose4 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose4:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose4 .topBoxCloseInner,
#topBoxClose4 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive4 #topBoxClose4,
.topBoxActive4 #topBoxNext4,
.topBoxActive4 #topBoxPrev4 {
	display: block;
}


#simpleClosestacks_in_1068_page50 {
	display: none;
}



#topBoxClose4 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_1068_page50 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_1068_page50 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 0px) {
	#topBoxTriggerstacks_in_1068_page50,
	#shade4,
	#topBoxClose4,
	#topBoxNext4,
	#topBoxPrev4 {
		display: none !important;
	}
	
	#topBox4 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_1068_page50 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	margin:  10px;
}

#stacks_out_2194_page50 {
	width: 40%;
}

#stacks_in_2194_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  16px;
}

#stacks_in_2195_page50 {
	font-size: 150%;
}

#stacks_out_2196_page50 {
	width: 90%;
}

#stacks_in_2196_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	margin: 20px 0px 0px 0px;
}

#stacks_in_2197_page50 {
	font-size: 150%;
}
#stacks_in_2079_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_2079_page50 a:link, #stacks_in_2079_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_2079_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_2079_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_2079_page50 {
	margin:  20px;
}

#stacks_out_1081_page50 {
	width: 80%;
}

#stacks_in_1081_page50 {
	background-color: rgba(137, 191, 254, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  4px;
	padding:  20px;
}

#stacks_out_p2225_n1_page50 {
	width: 78%;
}

#stacks_out_p2225_n4_page50 {
	width: 79%;
}

#stacks_in_p2225_n4_page50 {
	padding:  17px;
}
#topBoxTriggerstacks_in_2101_page50 {
	cursor: pointer;
}

#shade5 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade5.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade5.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade5.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade5 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#0000FF));
	background-image: -moz-linear-gradient(left, #333333, #0000FF);
	background-image: -ms-linear-gradient(left, #333333, #0000FF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0000FF));
	background-image: -webkit-linear-gradient(left, #333333, #0000FF);
	background-image: -o-linear-gradient(left, #333333, #0000FF);
	background-image: linear-gradient(left, #333333, #0000FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0000FF', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade5.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade5.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade5.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade5.topBoxShadeLocalImage {
	background: url();
	background-position: top center;
	background-repeat: repeat-y;
}

/* Warehoused image applied as a CSS background */
#shade5.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_2101_page50:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox5 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 600px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox5, 
#topBox5::before, 
#topBox5::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_2101_page50 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_2101_page50 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_2101_page50 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_2101_page50 .topBoxVideo iframe,
#topBoxContentstacks_in_2101_page50 .topBoxVideo object,
#topBoxContentstacks_in_2101_page50 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose5 .topBoxCloseInner,
#topBoxNext5 .topBoxNextInner,
#topBoxPrev5 .topBoxPrevInner,
#topBoxClose5 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext5 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev5 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose5 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose5 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose5:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose5 .topBoxCloseInner,
#topBoxClose5 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive5 #topBoxClose5,
.topBoxActive5 #topBoxNext5,
.topBoxActive5 #topBoxPrev5 {
	display: block;
}


#simpleClosestacks_in_2101_page50 {
	display: none;
}



#topBoxClose5 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_2101_page50 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_2101_page50 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 0px) {
	#topBoxTriggerstacks_in_2101_page50,
	#shade5,
	#topBoxClose5,
	#topBoxNext5,
	#topBoxPrev5 {
		display: none !important;
	}
	
	#topBox5 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_2101_page50 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	margin:  10px;
}

#stacks_out_2204_page50 {
	width: 40%;
}

#stacks_in_2204_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  16px;
}

#stacks_in_2205_page50 {
	font-size: 150%;
}

#stacks_out_2212_page50 {
	width: 90%;
}

#stacks_in_2212_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	margin: 20px 0px 0px 0px;
}

#stacks_in_2213_page50 {
	font-size: 150%;
}
#stacks_in_2104_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_2104_page50 a:link, #stacks_in_2104_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_2104_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_2104_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_2104_page50 {
	margin:  20px;
}

#stacks_out_2107_page50 {
	width: 80%;
}

#stacks_in_2107_page50 {
	background-color: rgba(137, 191, 254, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  4px;
	padding:  20px;
}

#stacks_out_p2226_n1_page50 {
	width: 78%;
}

#stacks_out_p2226_n4_page50 {
	width: 79%;
}

#stacks_in_p2226_n4_page50 {
	padding:  17px;
}
#topBoxTriggerstacks_in_2110_page50 {
	cursor: pointer;
}

#shade6 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade6.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade6.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade6.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade6 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#0000FF));
	background-image: -moz-linear-gradient(left, #333333, #0000FF);
	background-image: -ms-linear-gradient(left, #333333, #0000FF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0000FF));
	background-image: -webkit-linear-gradient(left, #333333, #0000FF);
	background-image: -o-linear-gradient(left, #333333, #0000FF);
	background-image: linear-gradient(left, #333333, #0000FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0000FF', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade6.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade6.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade6.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade6.topBoxShadeLocalImage {
	background: url();
	background-position: top center;
	background-repeat: repeat-y;
}

/* Warehoused image applied as a CSS background */
#shade6.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_2110_page50:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox6 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 600px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox6, 
#topBox6::before, 
#topBox6::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_2110_page50 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_2110_page50 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_2110_page50 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_2110_page50 .topBoxVideo iframe,
#topBoxContentstacks_in_2110_page50 .topBoxVideo object,
#topBoxContentstacks_in_2110_page50 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose6 .topBoxCloseInner,
#topBoxNext6 .topBoxNextInner,
#topBoxPrev6 .topBoxPrevInner,
#topBoxClose6 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext6 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev6 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose6 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose6 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose6:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose6 .topBoxCloseInner,
#topBoxClose6 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive6 #topBoxClose6,
.topBoxActive6 #topBoxNext6,
.topBoxActive6 #topBoxPrev6 {
	display: block;
}


#simpleClosestacks_in_2110_page50 {
	display: none;
}



#topBoxClose6 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_2110_page50 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_2110_page50 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 0px) {
	#topBoxTriggerstacks_in_2110_page50,
	#shade6,
	#topBoxClose6,
	#topBoxNext6,
	#topBoxPrev6 {
		display: none !important;
	}
	
	#topBox6 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_2110_page50 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	margin:  10px;
}

#stacks_out_2206_page50 {
	width: 40%;
}

#stacks_in_2206_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  16px;
}

#stacks_in_2207_page50 {
	font-size: 150%;
}

#stacks_in_2214_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	margin: 20px 0px 0px 0px;
}

#stacks_in_2215_page50 {
	font-size: 150%;
}
#stacks_in_2113_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_2113_page50 a:link, #stacks_in_2113_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_2113_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_2113_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_2113_page50 {
	margin:  20px;
}

#stacks_out_2116_page50 {
	width: 80%;
}

#stacks_in_2116_page50 {
	background-color: rgba(137, 191, 254, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  4px;
	padding:  20px;
}

#stacks_out_p2227_n1_page50 {
	width: 78%;
}

#stacks_out_p2227_n4_page50 {
	width: 79%;
}

#stacks_in_p2227_n4_page50 {
	padding:  17px;
}
#topBoxTriggerstacks_in_1065_page50 {
	cursor: pointer;
}

#shade7 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade7.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade7.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade7.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade7 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#0000FF));
	background-image: -moz-linear-gradient(left, #333333, #0000FF);
	background-image: -ms-linear-gradient(left, #333333, #0000FF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0000FF));
	background-image: -webkit-linear-gradient(left, #333333, #0000FF);
	background-image: -o-linear-gradient(left, #333333, #0000FF);
	background-image: linear-gradient(left, #333333, #0000FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0000FF', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade7.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade7.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade7.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade7.topBoxShadeLocalImage {
	background: url();
	background-position: top center;
	background-repeat: repeat-y;
}

/* Warehoused image applied as a CSS background */
#shade7.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_1065_page50:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox7 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 600px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox7, 
#topBox7::before, 
#topBox7::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_1065_page50 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_1065_page50 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_1065_page50 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_1065_page50 .topBoxVideo iframe,
#topBoxContentstacks_in_1065_page50 .topBoxVideo object,
#topBoxContentstacks_in_1065_page50 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose7 .topBoxCloseInner,
#topBoxNext7 .topBoxNextInner,
#topBoxPrev7 .topBoxPrevInner,
#topBoxClose7 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext7 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev7 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose7 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose7 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose7:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose7 .topBoxCloseInner,
#topBoxClose7 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive7 #topBoxClose7,
.topBoxActive7 #topBoxNext7,
.topBoxActive7 #topBoxPrev7 {
	display: block;
}


#simpleClosestacks_in_1065_page50 {
	display: none;
}



#topBoxClose7 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_1065_page50 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_1065_page50 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 0px) {
	#topBoxTriggerstacks_in_1065_page50,
	#shade7,
	#topBoxClose7,
	#topBoxNext7,
	#topBoxPrev7 {
		display: none !important;
	}
	
	#topBox7 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_1065_page50 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	margin:  10px;
}

#stacks_out_2208_page50 {
	width: 40%;
}

#stacks_in_2208_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  16px;
}

#stacks_in_2209_page50 {
	font-size: 150%;
}

#stacks_out_2216_page50 {
	width: 90%;
}

#stacks_in_2216_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	margin: 20px 0px 0px 0px;
}

#stacks_in_2217_page50 {
	font-size: 150%;
}
#stacks_in_2081_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_2081_page50 a:link, #stacks_in_2081_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_2081_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_2081_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_2081_page50 {
	margin:  20px;
}

#stacks_out_1085_page50 {
	width: 80%;
}

#stacks_in_1085_page50 {
	background-color: rgba(137, 191, 254, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  4px;
	padding:  20px;
}

#stacks_out_p2228_n1_page50 {
	width: 78%;
}

#stacks_out_p2228_n4_page50 {
	width: 79%;
}

#stacks_in_p2228_n4_page50 {
	padding:  17px;
}
#topBoxTriggerstacks_in_1059_page50 {
	cursor: pointer;
}

#shade8 {
	z-index: 998; 
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

/* No background */
#shade8.topBoxShadeNone {
	background: transparent;
}


/* Solid colour fill */
#shade8.topBoxShadeSolid {
	background: #FFFFFF;
}

/* Vertical gradient fill */
#shade8.topBoxShadeVertical {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#000000));
	background-image: -moz-linear-gradient(top, #333333, #000000);
	background-image: -ms-linear-gradient(top, #333333, #000000);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000));
	background-image: -webkit-linear-gradient(top, #333333, #000000);
	background-image: -o-linear-gradient(top, #333333, #000000);
	background-image: linear-gradient(top, #333333, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
}


/* Horizontal gradient fill */
#shade8 {
	background-color: #333333;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#333333), to(#0000FF));
	background-image: -moz-linear-gradient(left, #333333, #0000FF);
	background-image: -ms-linear-gradient(left, #333333, #0000FF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0000FF));
	background-image: -webkit-linear-gradient(left, #333333, #0000FF);
	background-image: -o-linear-gradient(left, #333333, #0000FF);
	background-image: linear-gradient(left, #333333, #0000FF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#0000FF', GradientType=1);
}


/* Top left to bottom right diagonal gradient fill */
#shade8.topBoxShadeTLDiagonal {
background: #333333;
background: -moz-linear-gradient(-45deg,  #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -o-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: -ms-linear-gradient(-45deg,  #333333 0%,#000000 100%);
background: linear-gradient(135deg,  #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Bottom left to top right diagonal gradient fill */
#shade8.topBoxShadeBLDiagonal {
background: #333333;
background: -moz-linear-gradient(45deg, #333333 0%, #000000 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -o-linear-gradient(45deg, #333333 0%,#000000 100%);
background: -ms-linear-gradient(45deg, #333333 0%,#000000 100%);
background: linear-gradient(45deg, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Radial gradient fill */
#shade8.topBoxShadeRadial {
background: #333333;
background: -moz-radial-gradient(center, ellipse cover,  #333333 0%, #000000 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333333), color-stop(100%,#000000));
background: -webkit-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -o-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: -ms-radial-gradient(center, ellipse cover, #333333 0%,#000000 100%);
background: radial-gradient(ellipse at center, #333333 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=1 );
}

/* Local image image applied as a CSS background */
#shade8.topBoxShadeLocalImage {
	background: url();
	background-position: top center;
	background-repeat: repeat-y;
}

/* Warehoused image applied as a CSS background */
#shade8.topBoxShadeWarehousedImage {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

%[if edit]%

#topBoxTriggerstacks_in_1059_page50:hover,
.topbox:hover {
	cursor: pointer !important;
}

#topBox8 {
	display: none;
	margin: 0 auto;
	position: fixed;
	max-width: 600px;
	text-align: center;
	z-index: 999;
	overflow: auto;
}

#topBox8, 
#topBox8::before, 
#topBox8::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topBoxContentstacks_in_1059_page50 {
	position: relative;
	z-index: 99999;
	text-align: left;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
	padding: px;
}

/* Responsive behavior */
#topBoxContentstacks_in_1059_page50 img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}

#topBoxContentstacks_in_1059_page50 .topBoxVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
}
 
#topBoxContentstacks_in_1059_page50 .topBoxVideo iframe,
#topBoxContentstacks_in_1059_page50 .topBoxVideo object,
#topBoxContentstacks_in_1059_page50 .topBoxVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* @group Buttons */

#topBoxClose8 .topBoxCloseInner,
#topBoxNext8 .topBoxNextInner,
#topBoxPrev8 .topBoxPrevInner,
#topBoxClose8 .topBoxCloseInner [class^="fa fa-"],
#topBoxNext8 .topBoxNextInner [class^="fa fa-"],
#topBoxPrev8 .topBoxPrevInner [class^="fa fa-"] {
	color: #FFFFFF;	
}

/* Close Button */



#topBoxClose8 {
	display: none;
	position: fixed;
	top: -70px;
	right: -70px;
	z-index: 1001;
	cursor: pointer;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 300;
	
	width: 140px;
	height: 140px;
	margin-top: 0px;
	font-weight: 100;
	line-height: 70px;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
}

#topBoxClose8 [class^="icon-"] {
	color: #FFFFFF;
}

#topBoxClose8:hover {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.99;
	filter: alpha(opacity=99);	
	
}

#topBoxClose8 .topBoxCloseInner,
#topBoxClose8 a.topBoxButtonLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	width: 70px;
	height: 70px;
	display: block;
}



/* Previous Button */



/* Next Button */



/* @end */

/* @group Global stuff */

.topBoxActive8 #topBoxClose8,
.topBoxActive8 #topBoxNext8,
.topBoxActive8 #topBoxPrev8 {
	display: block;
}


#simpleClosestacks_in_1059_page50 {
	display: none;
}



#topBoxClose8 {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	border: none !important;
	left: -9999px !important;
}

#simpleClosestacks_in_1059_page50 {
	display: block;
	text-align: right;
	position: relative;
}

#simpleClosestacks_in_1059_page50 img {
	cursor: pointer;
}



/* @end */

/* @group Responsive stuff */

@media screen and (max-width: 0px) {
	#topBoxTriggerstacks_in_1059_page50,
	#shade8,
	#topBoxClose8,
	#topBoxNext8,
	#topBoxPrev8 {
		display: none !important;
	}
	
	#topBox8 {
		display: block !important;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
	}
}

/* @end */




#stacks_in_1059_page50 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	margin:  10px;
}

#stacks_out_2210_page50 {
	width: 40%;
}

#stacks_in_2210_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	margin:  16px;
}

#stacks_in_2211_page50 {
	font-size: 150%;
}

#stacks_out_2218_page50 {
	width: 90%;
}

#stacks_in_2218_page50 {
	background-color: rgba(17, 128, 2, 0.44);
	margin: 20px 0px 0px 0px;
	padding:  4px;
}

#stacks_in_2219_page50 {
	font-size: 150%;
}
#stacks_in_2085_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_2085_page50 a:link, #stacks_in_2085_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_2085_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_2085_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_2085_page50 {
	margin:  20px;
}

#stacks_out_1093_page50 {
	width: 80%;
}

#stacks_in_1093_page50 {
	background-color: rgba(137, 191, 254, 1.00);
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  4px;
	padding:  20px;
}

#stacks_in_2175_page50 {
	margin: 50px 0px 50px 0px;
}

#stacks_out_p2229_n1_page50 {
	width: 78%;
}

#stacks_out_p2229_n4_page50 {
	width: 79%;
}

#stacks_in_p2229_n4_page50 {
	padding:  17px;
}

#stacks_out_2230_page50 {
	width: 60%;
}

#stacks_in_2230_page50 {
	margin:  15px;
}
#stacks_in_p2230_n1_page50_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_p2230_n1_page50 a:link, #stacks_in_p2230_n1_page50 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p2230_n1_page50 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p2230_n1_page50 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_out_p2230_n1_page50 {
	width: 68%;
}
