html, body {
	height: 100%;
}

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

#gatewayWindowShadestacks_in_60 {
	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_60 {
	position: fixed;
	-webkit-transform: translateZ(0);
	top: 0;
	left: 25%;
	display: block;
	width: 100%;
	z-index: 999;
}

#gatewayBarstacks_in_60 {
	width: 65%;
	display: block;
}

#gatewayBarFillstacks_in_60 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	background-color: #284763;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#335A7E), to(#284763));
	background-image: -moz-linear-gradient(top, #335A7E, #284763);
	background-image: -ms-linear-gradient(top, #335A7E, #284763);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #335A7E), color-stop(100%, #284763));
	background-image: -webkit-linear-gradient(top, #335A7E, #284763);
	background-image: -o-linear-gradient(top, #335A7E, #284763);
	background-image: linear-gradient(top, #335A7E, #284763);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

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

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

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

#gatewayBarContentstacks_in_60 a {
	color: #9FBF54;
}

#gatewayBarContentstacks_in_60 a:hover {
	color: #B26547;
}

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

#closeButtonstacks_in_60 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
	display: block;
	padding: 10px;
	font-size: 12px;
	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_60:hover {
	cursor: pointer;
	color: #B26547;
}

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

#closeButtonstacks_in_60:hover [class^="fa fa-"] {
	color: #B26547;
}

/* @group Behaviours */









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

/* @end */

@media print {
	#gatewayWindowShadestacks_in_60,
	#closeButtonstacks_in_60,
	#gatewayContainerstacks_in_60 {
		display: none !important;
	}
}



#stacks_in_62 {
	padding: 12px 50px 18px 10px;
}

#stacks_in_63 {
	font-size: 90%;
}

#stacks_in_21 {
	background-color: rgba(248, 249, 240, 1.00);
	border: solid rgba(188, 192, 132, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 6px 0px 14px 0px;
	padding: 8px 10px 4px 10px;
}

#stacks_in_23 {
	border: solid rgba(170, 170, 170, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 14px 0px;
}
/* Pull Quote Styling */


  #stacks_in_36 .pull_quote { 
    padding: 20px;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
  }



#stacks_in_36 .quote_text {
  line-height: 1.3;
  text-align: left;
  color: #ACACAC;
  
}


#stacks_in_36 .quote_author {
  margin-top: 20px;
  font-style: italic;
  text-align: right;
  color: #ACACAC;
}



/* Handles making images responsive inside the stack */
#stacks_in_36 img {
  max-width: 100%;
  height: auto;
}


#stacks_in_36 .floated_content {
  float: right;
}





/* We use this media query to add styles to any device that supports media queries */

@media only screen {
  #stacks_in_36 .quote_text {
    font-size: 32px;
  }

    

  
  #stacks_in_36 .floated_content {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  

  
}


@media only screen and (max-width: 1024px) {
  #stacks_in_36 .quote_text {
    font-size: 24px;
  }

    

  
  #stacks_in_36 .floated_content {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  

  


  

}




@media only screen and (max-width: 768px) {
  #stacks_in_36 .quote_text {
    font-size: 24px;
  }

  
  #stacks_in_36 .floated_content {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  

  


  

}




@media only screen and (max-width: 480px) {
  #stacks_in_36 .quote_text {
    font-size: 18px;
  }

    

  
  #stacks_in_36 .floated_content {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  

  


  

}


#stacks_in_36 {
	border: solid rgba(170, 170, 170, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 14px 0px;
}
/* Pull Quote Styling */


  #stacks_in_41 .pull_quote { 
    padding: 20px;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
  }



#stacks_in_41 .quote_text {
  line-height: 1.3;
  text-align: left;
  color: #ACACAC;
  
}


#stacks_in_41 .quote_author {
  margin-top: 20px;
  font-style: italic;
  text-align: right;
  color: #ACACAC;
}



/* Handles making images responsive inside the stack */
#stacks_in_41 img {
  max-width: 100%;
  height: auto;
}


#stacks_in_41 .floated_content {
  float: right;
}





/* We use this media query to add styles to any device that supports media queries */

@media only screen {
  #stacks_in_41 .quote_text {
    font-size: 32px;
  }

    

  
  #stacks_in_41 .floated_content {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  

  
}


@media only screen and (max-width: 1024px) {
  #stacks_in_41 .quote_text {
    font-size: 24px;
  }

    

  
  #stacks_in_41 .floated_content {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  

  


  

}




@media only screen and (max-width: 768px) {
  #stacks_in_41 .quote_text {
    font-size: 24px;
  }

  
  #stacks_in_41 .floated_content {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  

  


  

}




@media only screen and (max-width: 480px) {
  #stacks_in_41 .quote_text {
    font-size: 18px;
  }

    

  
  #stacks_in_41 .floated_content {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  

  


  

}


#stacks_in_41 {
	border: solid rgba(170, 170, 170, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 14px 0px;
}
/* Pull Quote Styling */


  #stacks_in_46 .pull_quote { 
    padding: 20px;
    border-top: 2px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
  }



#stacks_in_46 .quote_text {
  line-height: 1.3;
  text-align: left;
  color: #ACACAC;
  
}


#stacks_in_46 .quote_author {
  margin-top: 20px;
  font-style: italic;
  text-align: right;
  color: #ACACAC;
}



/* Handles making images responsive inside the stack */
#stacks_in_46 img {
  max-width: 100%;
  height: auto;
}


#stacks_in_46 .floated_content {
  float: right;
}





/* We use this media query to add styles to any device that supports media queries */

@media only screen {
  #stacks_in_46 .quote_text {
    font-size: 32px;
  }

    

  
  #stacks_in_46 .floated_content {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  

  
}


@media only screen and (max-width: 1024px) {
  #stacks_in_46 .quote_text {
    font-size: 24px;
  }

    

  
  #stacks_in_46 .floated_content {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  

  


  

}




@media only screen and (max-width: 768px) {
  #stacks_in_46 .quote_text {
    font-size: 24px;
  }

  
  #stacks_in_46 .floated_content {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  

  


  

}




@media only screen and (max-width: 480px) {
  #stacks_in_46 .quote_text {
    font-size: 18px;
  }

    

  
  #stacks_in_46 .floated_content {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  

  


  

}


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

#stacks_in_54 {
	margin: 12px 0px 0px 0px;
}



#stacks_in_56 .teleportMe {
display: none;
}



