html, body {
	height: 100%;
}

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

#gatewayWindowShadestacks_in_253_page9 {
	position: fixed;
	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_253_page9 {
	position: fixed;
	top: 0%;
	left: 0%;
	display: block;
	width: 100%;
	z-index: 999;
}

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

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

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

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

#gatewayBarContentstacks_in_253_page9 h1,
#gatewayBarContentstacks_in_253_page9 h2,
#gatewayBarContentstacks_in_253_page9 h3,
#gatewayBarContentstacks_in_253_page9 h4,
#gatewayBarContentstacks_in_253_page9 h5,
#gatewayBarContentstacks_in_253_page9 h6,
#gatewayBarContentstacks_in_253_page9 label {
	color: #F9FFF9;
}

#gatewayBarContentstacks_in_253_page9 a {
	color: #FF0000;
}

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

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

#closeButtonstacks_in_253_page9 {
	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_253_page9:hover {
	cursor: pointer;
	color: #CDCDCD;
}

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

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

/* @group Behaviours */








/* If Gateway is set to hide on page scroll */
#gatewayBarstacks_in_253_page9, #gatewayWindowShadestacks_in_253_page9 {
	display: block;
}


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

/* @end */

@media print {
	#gatewayWindowShadestacks_in_253_page9,
	#closeButtonstacks_in_253_page9,
	#gatewayContainerstacks_in_253_page9 {
		display: none !important;
	}
}



