html, body {
	height: 100%;
}

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

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

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

#gatewayBarstacks_in_17325 {
	width: 80%;
	display: block;
}

#gatewayBarFillstacks_in_17325 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	background-color: #CFA7DD;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#9F50BC), to(#CFA7DD));
	background-image: -moz-linear-gradient(top, #9F50BC, #CFA7DD);
	background-image: -ms-linear-gradient(top, #9F50BC, #CFA7DD);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9F50BC), color-stop(100%, #CFA7DD));
	background-image: -webkit-linear-gradient(top, #9F50BC, #CFA7DD);
	background-image: -o-linear-gradient(top, #9F50BC, #CFA7DD);
	background-image: linear-gradient(top, #9F50BC, #CFA7DD);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

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

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

#gatewayBarContentstacks_in_17325 h1,
#gatewayBarContentstacks_in_17325 h2,
#gatewayBarContentstacks_in_17325 h3,
#gatewayBarContentstacks_in_17325 h4,
#gatewayBarContentstacks_in_17325 h5,
#gatewayBarContentstacks_in_17325 h6,
#gatewayBarContentstacks_in_17325 label {
	color: #23A1E3;
}

#gatewayBarContentstacks_in_17325 a {
	color: #FF0000;
}

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

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

#closeButtonstacks_in_17325 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
	display: none;
	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_17325:hover {
	cursor: pointer;
	color: #CDCDCD;
}

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

#closeButtonstacks_in_17325: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_17325,
	#closeButtonstacks_in_17325,
	#gatewayContainerstacks_in_17325 {
		display: none !important;
	}
}


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


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







#stacks_in_17331 a:link, #stacks_in_17331 a:visited {
	background-color:#2BC9FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#2BC9FF), to(#1A78AA));
	border:1px solid #1A78AA;
	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_17331 a:hover {
	background-color:#2FD9FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#2FD9FF), to(#166893));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_17331 a:active {
	background-color:#2BC9FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_17331 {
	margin:  20px;
}








#stacks_in_17372{
    background: #9F50BC;
 /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9F50BC', endColorstr='#CFA7DD',GradientType=0 );
 /* IE6-9 */
    background-image: -moz-linear-gradient(45deg, #9F50BC 20%, #CFA7DD 100%);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(20%, #9F50BC), color-stop(100%,#CFA7DD));
    background-image: -webkit-linear-gradient(45deg, #9F50BC 20%,#CFA7DD 100%);
    background-image: -o-linear-gradient(45deg, #9F50BC 20%,#CFA7DD 100%);
    background-image: -ms-linear-gradient(45deg, #9F50BC 20%,#CFA7DD 100%);
    background-image: linear-gradient(45deg, #9F50BC 20%,#CFA7DD 100%);
}









#stacks_in_17372 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 50px 0px;
	padding:  20px;
}
#stacks_in_17373>.s3_row {
	margin: 0 -10px;
}

#stacks_in_17373>.s3_row>.s3_column_left {
	width: 25.00%;
}

#stacks_in_17373>.s3_row>.s3_column_center {
	width: 50.000000%;
}

#stacks_in_17373>.s3_row>.s3_column_right {
	width: 25.00%;
}

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








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



}



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


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


}




#stacks_in_17373 {
	padding: 20px 50px 20px 50px;
}

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