#bannerStackstacks_in_269 {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#bannerStackstacks_in_269 img {
	width: 100%;
	height: auto;
}
#stacks_in_19 {
	margin:  10px;
}
/* Hyphenate stack v1.4.2 */#hyp_stacks_in_272 {	word-wrap: break-word;			-webkit-hyphens: auto; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphens: auto;	    -ms-hyphens: auto; /* only IE10+ */	     -o-hyphens: auto; /* not implemented (yet) */	        hyphens: auto; /* not implemented (yet) */	-webkit-hyphenate-limit-lines: 2; /* Safari only; not implemented in Google Chrome (yet) */	   -moz-hyphenate-limit-lines: 2; /* not implemented (yet) */	    -ms-hyphenate-limit-lines: 2; /* only IE10+ */	     -o-hyphenate-limit-lines: 2; /* not implemented (yet) */	        hyphenate-limit-lines: 2; /* not implemented (yet) */}#stacks_in_272 code, #hyp_stacks_in_272 var, #hyp_stacks_in_272 kbd, #hyp_stacks_in_272 samp, #hyp_stacks_in_272 tt, #hyp_stacks_in_272 dir, #hyp_stacks_in_272 listing, #hyp_stacks_in_272 plaintext, #hyp_stacks_in_272 xmp, #hyp_stacks_in_272 abbr, #hyp_stacks_in_272 acronym {	word-wrap: break-word;	-webkit-hyphens: none;	   -moz-hyphens: none;	    -ms-hyphens: none;	     -o-hyphens: none;	        hyphens: none;}/* End of Hyphenate stack */
#stacks_in_261 {
	margin:  10px;
}

#stacks_in_275 {
	margin:  10px;
}
/* If modifying any of this code, update the template.html file too */

#backToTopAnchorPoint {
	display: block;
	height: 0px;
	overflow: hidden;
}

.backToTopButton {
	text-decoration: none;
	color: #FFFFFF;
	
	display: none;
	position: fixed;
	z-index: 999;
	bottom:150px;right:50px;
	
	
	font-size: 29px;
	line-height: 2.00em;
	width: 62px;
	height: 62px;
	text-align: center;
	border-radius: 50px;
	border: 0px solid rgba(224, 224, 224, 1.00);
	transition: all 300ms ease-in-out;
}

.backToTopButton:hover {
	border: 0px solid rgba(103, 209, 253, 1.00);
	color: #67D1FD;
}


/* Solid colour fill */
.backToTopButton {
	background: rgba(103, 209, 253, 1.00);
}

.backToTopButton:hover {
	background: rgba(134, 134, 134, 1.00);
}
















@media print {
	/* Hides the button if the page is printed or saved as a PDF */
	.backToTopButton {
		display: none;
	}
}














