html, body {
	height: 100%;
}

/* Hide Gateway stacks from the main page container (stops flickering on page load) */
#gatewayBarstacks_in_133_page60 {
	display: none;
}

#gatewayWindowShadestacks_in_133_page60 {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none !important;
	z-index: 998;
	background: #000000;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}

#gatewayContainerstacks_in_133_page60 {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0%;
	left: 0%;
	display: block;
	width: 100%;
	z-index: 999;
}

#gatewayBarstacks_in_133_page60 {
	width: 100%;
	display: block;
}

#gatewayBarFillstacks_in_133_page60 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #333333, #FFFFFF);
	background-image: -ms-linear-gradient(top, #333333, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #333333, #FFFFFF);
	background-image: -o-linear-gradient(top, #333333, #FFFFFF);
	background-image: linear-gradient(top, #333333, #FFFFFF);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#gatewayBarstacks_in_133_page60 {
	display: none;
	position: relative;
}

#gatewayBarContentstacks_in_133_page60 {
	position: relative;
	z-index: 10;
	display: block;
	color: #FFFFFF;
	max-width: 800px;
	margin: 0 auto;
}

#gatewayBarContentstacks_in_133_page60 h1,
#gatewayBarContentstacks_in_133_page60 h2,
#gatewayBarContentstacks_in_133_page60 h3,
#gatewayBarContentstacks_in_133_page60 h4,
#gatewayBarContentstacks_in_133_page60 h5,
#gatewayBarContentstacks_in_133_page60 h6,
#gatewayBarContentstacks_in_133_page60 label {
	color: #FF0000;
}

#gatewayBarContentstacks_in_133_page60 a {
	color: #FF0000;
}

#gatewayBarContentstacks_in_133_page60 a:hover {
	color: #FF0000;
}

#gatewayLinkstacks_in_133_page60 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	height: 100%;
	width: 100%;
	background: transparent;
}

#closeButtonstacks_in_133_page60 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
	display: block;
	padding: 10px;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

#closeButtonstacks_in_133_page60:hover {
	cursor: pointer;
	color: #CDCDCD;
}

#closeButtonstacks_in_133_page60 [class^="fa fa-"] {
	color: #FFFFFF;
}

#closeButtonstacks_in_133_page60:hover [class^="fa fa-"] {
	color: #CDCDCD;
}

/* @group Behaviours */









/* Helper class to keep GW hidden, even when the page is scrolled. */
.GatewayPermaHide {
	display: none !important;
}

/* @end */

@media print {
	#gatewayWindowShadestacks_in_133_page60,
	#closeButtonstacks_in_133_page60,
	#gatewayContainerstacks_in_133_page60 {
		display: none !important;
	}
}



#stacks_in_209_page60_button {
	display:block;
	position: relative;
	text-align: center;
}


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







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



