/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_1497_page4 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_1497_page4 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_1497_page4 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_1497_page4 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_1497_page4 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_1497_page4 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_1497_page4 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_1497_page4 a {
	outline: none;
}

#freeStyleWrapperstacks_in_1497_page4 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_1497_page4 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 0 ]%

/* @group BX Slider */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/freestyle-bx-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_1497_page4 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_1497_page4 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_1497_page4 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_1497_page4 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_1497_page4 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_1497_page4,
	#overlayContentstacks_in_1497_page4 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_1607_page4 *,
#adaptiveGridstacks_in_1607_page4 *:before,
#adaptiveGridstacks_in_1607_page4 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_1607_page4 {
	display: block;
}

#adaptiveGridstacks_in_1607_page4:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_1607_page4 .adaptiveGridColumn {
	overflow: hidden;
}


#adaptiveGridstacks_in_1607_page4 img {
	max-width: 100%;
	height: auto;
}


#adaptiveGridstacks_in_1607_page4 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_1607_page4 .columnInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_1607_page4 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_1607_page4 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1607_page4 .columnInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_1607_page4 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_1607_page4 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1607_page4 .columnInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_1607_page4 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_1607_page4 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1607_page4 .columnInner {
		padding: 1px;
	}
	
	#adaptiveGridstacks_in_1607_page4 {
		margin-left: -1px;
	}
	
	#adaptiveGridstacks_in_1607_page4 {
		margin-right: -1px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_1607_page4 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1607_page4 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1607_page4 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1607_page4 .column1 {
		width: 50.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_1607_page4 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1607_page4 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1607_page4 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1607_page4 .column2 {
		width: 50.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_1607_page4 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_1607_page4 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_1607_page4 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_1607_page4 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_1607_page4 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_1607_page4 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_1607_page4 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_1607_page4 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_1607_page4 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_1607_page4 .no-screen {
		display: none;
	}
}

/* @end */



/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_1607_page4 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_1607_page4 .column1,
	#adaptiveGridstacks_in_1607_page4 .column2,
	#adaptiveGridstacks_in_1607_page4 .column3,
	#adaptiveGridstacks_in_1607_page4 .column4,
	#adaptiveGridstacks_in_1607_page4 .column5,
	#adaptiveGridstacks_in_1607_page4 .column6,
	#adaptiveGridstacks_in_1607_page4 .column7,
	#adaptiveGridstacks_in_1607_page4 .column8,
	#adaptiveGridstacks_in_1607_page4 .column9,
	#adaptiveGridstacks_in_1607_page4 .column10,
	#adaptiveGridstacks_in_1607_page4 .column11,
	#adaptiveGridstacks_in_1607_page4 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_1607_page4 .columnInner {
		padding: 0;
	}
}

/* @end */
#stacks_in_1607_page4 {
	margin: 65px 0px 30px 0px;
}

#stacks_in_1609_page4 {
	margin: 0px 40px 0px 0px;
}

#stacks_in_1611_page4 {
	padding: 25px 100px 5px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1613_page4Calligrapher{			font-size: 155% !important;			color: #333333 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.1em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1613_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_1613_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_1613_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_1613_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_1613_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_1613_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold;		}		.stacks_in_1613_page4Calligrapher h6, .stacks_in_1613_page4Calligrapher h5, .stacks_in_1613_page4Calligrapher h4, .stacks_in_1613_page4Calligrapher h3, .stacks_in_1613_page4Calligrapher h2, .stacks_in_1613_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1613_page4Calligrapher, .stacks_in_1613_page4Calligrapher h1, .stacks_in_1613_page4Calligrapher h2, .stacks_in_1613_page4Calligrapher h3, .stacks_in_1613_page4Calligrapher h4, .stacks_in_1613_page4Calligrapher h5, .stacks_in_1613_page4Calligrapher h6{	font-family: "'Droid Serif', serif" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1613_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1613_page4Calligrapher a:link{			color: #0E71B9 !important;			text-decoration: none !important;		}				.stacks_in_1613_page4Calligrapher a:visited{			color: #0E71B9 !important;		}				.stacks_in_1613_page4Calligrapher a:active{			color: #0E71B9 !important;		}				.stacks_in_1613_page4Calligrapher a:hover{			color: #003366 !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_out_1618_page4 {
	margin-right:0;
}

#stacks_in_1618_page4 {
	border: solid #CCCCCC;
	border-width:  2px;
}

#stacks_in_1620_page4 {
	margin: 15px 0px 0px 0px;
}

#stacks_out_1156_page4 {
	width: 22%;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_2730_page4 *,
#adaptiveGridstacks_in_2730_page4 *:before,
#adaptiveGridstacks_in_2730_page4 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_2730_page4 {
	display: block;
}

#adaptiveGridstacks_in_2730_page4:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_2730_page4 .adaptiveGridColumn {
	overflow: hidden;
}


#adaptiveGridstacks_in_2730_page4 img {
	max-width: 100%;
	height: auto;
}


#adaptiveGridstacks_in_2730_page4 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2730_page4 .columnInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_2730_page4 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_2730_page4 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2730_page4 .columnInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_2730_page4 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_2730_page4 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2730_page4 .columnInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_2730_page4 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_2730_page4 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2730_page4 .columnInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_2730_page4 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_2730_page4 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2730_page4 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2730_page4 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2730_page4 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2730_page4 .column1 {
		width: 33.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2730_page4 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2730_page4 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2730_page4 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2730_page4 .column2 {
		width: 33.00%;
	}
}



/* If column 3 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2730_page4 .column3 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2730_page4 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2730_page4 .column3 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2730_page4 .column3 {
		width: 33.00%;
	}
}




















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_2730_page4 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_2730_page4 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_2730_page4 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_2730_page4 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_2730_page4 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2730_page4 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_2730_page4 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_2730_page4 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_2730_page4 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_2730_page4 .no-screen {
		display: none;
	}
}

/* @end */



/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_2730_page4 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_2730_page4 .column1,
	#adaptiveGridstacks_in_2730_page4 .column2,
	#adaptiveGridstacks_in_2730_page4 .column3,
	#adaptiveGridstacks_in_2730_page4 .column4,
	#adaptiveGridstacks_in_2730_page4 .column5,
	#adaptiveGridstacks_in_2730_page4 .column6,
	#adaptiveGridstacks_in_2730_page4 .column7,
	#adaptiveGridstacks_in_2730_page4 .column8,
	#adaptiveGridstacks_in_2730_page4 .column9,
	#adaptiveGridstacks_in_2730_page4 .column10,
	#adaptiveGridstacks_in_2730_page4 .column11,
	#adaptiveGridstacks_in_2730_page4 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_2730_page4 .columnInner {
		padding: 0;
	}
}

/* @end */
#stacks_in_2732_page4 {
	margin: 0px 10px 0px 10px;
}

#stacks_in_2735_page4 {
	margin: 0px 10px 5px 10px;
}
#stacks_in_2737_page4 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_2737_page4 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 1px #DDDDDC;
-moz-box-shadow: 0px 0px 1px #DDDDDC;
box-shadow: 0px 0px 1px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_out_2737_page4 {
	width: 70%;
}
#linkBoxstacks_in_2738_page4 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_2738_page4 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_2738_page4 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}/* ValveThing by RapidWeaver Central */

#valvethingstacks_in_2740_page4 {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
   	border: 1px solid #CCCCCC;
	border-radius: 50%;
	background:  #666666;
	box-shadow: 0 0 1px #fff inset;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#valvethingstacks_in_2740_page4 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#stacks_in_2740_page4 .valve-wrapper {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 37px;
	height: 30px;
}

#stacks_in_2740_page4 .valve {
	background-color: #1C9CE6;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0A7ABB), to(#1C9CE6));
	background-image: -moz-linear-gradient(top, #0A7ABB, #1C9CE6);
	background-image: -ms-linear-gradient(top, #0A7ABB, #1C9CE6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0A7ABB), color-stop(100%, #1C9CE6));
	background-image: -webkit-linear-gradient(top, #0A7ABB, #1C9CE6);
	background-image: -o-linear-gradient(top, #0A7ABB, #1C9CE6);
	background-image: linear-gradient(top, #0A7ABB, #1C9CE6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0A7ABB', endColorstr='#1C9CE6', GradientType=0);
	float: left;
	margin: 0 3px 0 0;
	width: 5px;
	height: 10px;
	border-radius: 5px;
}

#stacks_in_2740_page4 .valve:last-child {
	margin: 0;
}

#stacks_in_2740_page4 .valve5 {
	-webkit-animation: loading 2s infinite;
	-moz-animation: loading 2s infinite;
	-ms-animation: loading 2s infinite;
	animation: loading 2s infinite;
}

#stacks_in_2740_page4 .valve4 {
	-webkit-animation: loading 2s infinite;
	-moz-animation: loading 2s infinite;
	-ms-animation: loading 2s infinite;
	animation: loading 2s infinite;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#stacks_in_2740_page4 .valve3 {
	-webkit-animation: loading 2s infinite;
	-moz-animation: loading 2s infinite;
	-ms-animation: loading 2s infinite;
	animation: loading 2s infinite;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#stacks_in_2740_page4 .valve2 {
	-webkit-animation: loading 2s infinite;
	-moz-animation: loading 2s infinite;
	-ms-animation: loading 2s infinite;
	animation: loading 2s infinite;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#stacks_in_2740_page4 .valve1 {
	-webkit-animation: loading 2s infinite;
	-moz-animation: loading 2s infinite;
	-ms-animation: loading 2s infinite;
	animation: loading 2s infinite;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

@-webkit-keyframes loading {
	0% {
    height: 10px;
}

50% {
	height: 30px;
}

100% {
	height: 10px;
}

}

@-moz-keyframes loading {
	0% {
    height: 10px;
}

50% {
	height: 30px;
}

100% {
	height: 10px;
}

}

@-ms-keyframes loading {
	0% {
    height: 10px;
}

50% {
	height: 30px;
}

100% {
	height: 10px;
}

}


@keyframes loading {
	0% {
    height: 10px;
}

50% {
	height: 30px;
}

100% {
	height: 10px;
}
}
#stacks_out_2740_page4 {
	width: 28%;
}

#stacks_in_2740_page4 {
	margin: 10px 2px 4px 2px;
	padding: 0px 0px 0px 18px;
}


@media screen and (max-width: 5000px) {
	#quickColumnsstacks_in_2755_page4 {
		-moz-column-count: 1;
		-moz-column-gap: 50px;
		-webkit-column-count: 1;
		-webkit-column-gap: 50px;
		column-count: 1;
		column-gap: 50px;
	}
}

@media screen and (max-width: 768px) {
	#quickColumnsstacks_in_2755_page4 {
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}
}

@media screen and (max-width: 568px) {
	#quickColumnsstacks_in_2755_page4 {
		-moz-column-count: 1;
		-moz-column-gap: 25px;
		-webkit-column-count: 1;
		-webkit-column-gap: 25px;
		column-count: 1;
		column-gap: 25px;
	}
}

@media screen and (max-width: 0px) {
	#quickColumnsstacks_in_2755_page4 {
		-moz-column-count: 0;
		-moz-column-gap: 0px;
		-webkit-column-count: 0;
		-webkit-column-gap: 0px;
		column-count: 0;
		column-gap: 0px;
	}
}

@media screen and (max-width: 0px) {
	#quickColumnsstacks_in_2755_page4 {
		-moz-column-count: 0;
		-moz-column-gap: 0px;
		-webkit-column-count: 0;
		-webkit-column-gap: 0px;
		column-count: 0;
		column-gap: 0px;
	}
}

@media print {
	#quickColumnsstacks_in_2755_page4 {
		-moz-column-count: 0;
		-moz-column-gap: 0;
		-webkit-column-count: 0;
		-webkit-column-gap: 0;
		column-count: 0;
		column-gap: 0;
	}
}



/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_2757_page4 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_2757_page4 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_2757_page4 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_2757_page4 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_2757_page4 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_2757_page4 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_2757_page4 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_2757_page4 a {
	outline: none;
}

#freeStyleWrapperstacks_in_2757_page4 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_2757_page4 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 0 ]%

/* @group BX Slider */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/freestyle-bx-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_2757_page4 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_2757_page4 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_2757_page4 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlayContentstacks_in_2757_page4 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 2%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_2757_page4 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_2757_page4,
	#overlayContentstacks_in_2757_page4 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_2757_page4 {
	padding: 5px 0px 0px 0px;
}

#stacks_in_2781_page4 {
	padding: 10px 0px 0px 0px;
}
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:0;text-indent:-9999px;background:url(../files/elevator-images/top.png) no-repeat left top;z-index:9988} #toTop:hover{background:url(../files/elevator-images/top.png) no-repeat left -51px} #toTop:active,#toTop:focus{outline:0}
html, body {
	height: 100%;
}

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

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

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

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

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

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

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

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

#gatewayBarContentstacks_in_4137_page4 a {
	color: #CCCCCC;
}

#gatewayBarContentstacks_in_4137_page4 a:hover {
	color: #FFFFFF;
}

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

#closeButtonstacks_in_4137_page4 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1000;
	display: block;
	padding: 15px;
	font-size: 30px;
	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_4137_page4:hover {
	cursor: pointer;
	color: #CC0000;
}

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

#closeButtonstacks_in_4137_page4:hover [class^="fa fa-"] {
	color: #CC0000;
}

/* @group Behaviours */









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

/* @end */

@media print {
	#gatewayWindowShadestacks_in_4137_page4,
	#closeButtonstacks_in_4137_page4,
	#gatewayContainerstacks_in_4137_page4 {
		display: none !important;
	}
}




#stacks_in_4137_page4 {
	background-color: #FFFFFF;
}
/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_4139_page4 *,
#adaptiveGridstacks_in_4139_page4 *:before,
#adaptiveGridstacks_in_4139_page4 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_4139_page4 {
	display: block;
}

#adaptiveGridstacks_in_4139_page4:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_4139_page4 .adaptiveGridColumn {
	overflow: hidden;
}


#adaptiveGridstacks_in_4139_page4 img {
	max-width: 100%;
	height: auto;
}


#adaptiveGridstacks_in_4139_page4 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_4139_page4 .columnInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_4139_page4 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_4139_page4 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_4139_page4 .columnInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_4139_page4 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_4139_page4 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_4139_page4 .columnInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_4139_page4 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_4139_page4 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_4139_page4 .columnInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_4139_page4 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_4139_page4 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_4139_page4 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_4139_page4 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_4139_page4 .column1 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_4139_page4 .column1 {
		width: 75.00%;
	}
}



/* If column 2 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_4139_page4 .column2 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_4139_page4 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_4139_page4 .column2 {
		width: 50.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_4139_page4 .column2 {
		width: 25.00%;
	}
}






















/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_4139_page4 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_4139_page4 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_4139_page4 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_4139_page4 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_4139_page4 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_4139_page4 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_4139_page4 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_4139_page4 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_4139_page4 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_4139_page4 .no-screen {
		display: none;
	}
}

/* @end */



/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_4139_page4 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_4139_page4 .column1,
	#adaptiveGridstacks_in_4139_page4 .column2,
	#adaptiveGridstacks_in_4139_page4 .column3,
	#adaptiveGridstacks_in_4139_page4 .column4,
	#adaptiveGridstacks_in_4139_page4 .column5,
	#adaptiveGridstacks_in_4139_page4 .column6,
	#adaptiveGridstacks_in_4139_page4 .column7,
	#adaptiveGridstacks_in_4139_page4 .column8,
	#adaptiveGridstacks_in_4139_page4 .column9,
	#adaptiveGridstacks_in_4139_page4 .column10,
	#adaptiveGridstacks_in_4139_page4 .column11,
	#adaptiveGridstacks_in_4139_page4 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_4139_page4 .columnInner {
		padding: 0;
	}
}

/* @end */
#stacks_in_4141_page4 {
	margin: 15px 25px 0px 10px;
	padding: 15px 10px 18px 10px;
}
#hoverBoxWrapperstacks_in_4144_page4 {
	height: auto;
	min-height: 0px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#hoverBoxWrapperstacks_in_4144_page4 img {
	max-width: 100%;
	height: auto;
}

#hoverBoxStaticstacks_in_4144_page4 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

.static-bg0stacks_in_4144_page4 {
	background: transparent;
}

.static-bg1stacks_in_4144_page4 {
	background: #333333;
}

.static-bg2stacks_in_4144_page4 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_4144_page4 {
	background-color: #0066CC;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#6699FF), to(#0066CC));
	background-image: -moz-linear-gradient(top, #6699FF, #0066CC);
	background-image: -ms-linear-gradient(top, #6699FF, #0066CC);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6699FF), color-stop(100%, #0066CC));
	background-image: -webkit-linear-gradient(top, #6699FF, #0066CC);
	background-image: -o-linear-gradient(top, #6699FF, #0066CC);
	background-image: linear-gradient(top, #6699FF, #0066CC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6699FF', endColorstr='#0066CC', GradientType=0);
}

.static-bg4stacks_in_4144_page4 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_4144_page4 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#hoverBoxRolloverstacks_in_4144_page4 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	
	-moz-transition: opacity 500ms linear;
	-webkit-transition: opacity 500ms linear;
	transition: opacity 500ms linear;
}

.hover-bg0stacks_in_4144_page4 {
	background: transparent;
}

.hover-bg1stacks_in_4144_page4 {
	background: #333333;
}

.hover-bg2stacks_in_4144_page4 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.hover-bg3stacks_in_4144_page4 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.hover-bg4stacks_in_4144_page4 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.hover-bg5stacks_in_4144_page4 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

#hoverBoxLinkstacks_in_4144_page4 a:link,
#hoverBoxLinkstacks_in_4144_page4 a:hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
}

/* Where the magic happens! */

#hoverBoxWrapperstacks_in_4144_page4:hover #hoverBoxRolloverstacks_in_4144_page4 {
	opacity: 0.99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /* IE 8 */
	filter: alpha(opacity=99); /* IE 4, 5, 6 and 7 */
}

#stacks_in_4144_page4 {
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin: 5px 10px 10px 10px;
}

#stacks_in_4146_page4 {
	background-color: #3366FF;
	border: solid #CCCCCC;
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 10px 5px 10px;
	padding: 15px 4px 4px 4px;
}

#stacks_in_4149_page4 {
	background-color: #0000CC;
	border: solid #999999;
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 10px 5px 10px;
	padding: 15px 4px 4px 4px;
}
