/* @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_200 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_200 [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_200 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_200 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_200 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_200 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_200 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_200 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_200 {
	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_200 {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 20%;
}

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

#overlayContentstacks_in_200 {
	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_200 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_200,
	#overlayContentstacks_in_200 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
#stacks_in_203>.s3_row {
	margin: 0 -10px;
}

#stacks_in_203>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_203>.s3_row>.s3_column_right {
	width: 50.000000%;
}




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










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



}



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


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


}





.stacks_in_204_board {
	background-color: #000000;
    	text-align: center;
    	width: 90%;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 2%;
    	border-style: solid;
    	border-color: #000000;
    	border-width: 0px;
}

.stacks_in_204_board p {
	
	font-family: 'Audiowide', cursive;	
	
    	font-size: 125%;
    	color: #fff;
    	text-transform: uppercase;
	line-height:100%;
	word-spacing: 0px;
	letter-spacing: 0px;
            margin-top: 0px;
            margin-bottom: 0px;
}

@media only screen and (min-width:300px) and (max-width: 680px) {
 	.stacks_in_204_board { 
 		width: 86%;
 	}
}



/* @group Basics */

#switcherstacks_in_2,
#switcherstacks_in_2 * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

#switcherstacks_in_2 {
	display: none;
}

/* Reset for lists within Switcher */

#switcherstacks_in_2 ul ul {
	list-style-type: disc;
}

/* @end */

/* @group Accordion */

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

ul#accordionInterfacestacks_in_2>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Static accordion */

#accordionInterfacestacks_in_2 .accordion-toggle,
#mydiv .accordion-toggle {
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	background: rgba(230, 230, 230, 1.00);
	line-height: 45px;
	display: block;
	font-size: 20px;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid rgba(204, 204, 204, 1.00);
	border-bottom: 1px solid rgba(204, 204, 204, 1.00);
	border-left: 1px solid rgba(204, 204, 204, 1.00);
	border-right: 1px solid rgba(204, 204, 204, 1.00);
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	color: rgba(51, 51, 51, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
}

#accordionInterfacestacks_in_2 .accordion-toggle [class^="fa fa-"],
#mydiv .accordion-toggle [class^="fa fa-"],
#accordionInterfacestacks_in_2 .accordion-toggle i,
#mydiv .accordion-toggle i {
	font-size: 18px;
	color: rgba(51, 51, 51, 1.00);
	width: 25px;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	line-height: 1;
	vertical-align: middle;
}

/* Hovered accordion */

#accordionInterfacestacks_in_2 .accordion-toggle:hover,
#mydiv .accordion-toggle:hover {
	background: rgba(230, 230, 230, 1.00);
	color: rgba(51, 51, 51, 1.00);
	border-top: 1px solid rgba(255, 255, 255, 1.00);
	border-bottom: 1px solid rgba(255, 255, 255, 1.00);
	border-left: 1px solid rgba(255, 255, 255, 1.00);
	border-right: 1px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_2 .accordion-toggle:hover [class^="fa fa-"],
#mydiv .accordion-toggle:hover [class^="fa fa-"],
#accordionInterfacestacks_in_2 .accordion-toggle:hover i,
#mydiv .accordion-toggle:hover i {
	color: rgba(51, 51, 51, 1.00);
}

/* Clicked accordion */

#accordionInterfacestacks_in_2 .accordion-toggle:active,
#mydiv .accordion-toggle:active {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(230, 230, 230, 1.00);
}

#accordionInterfacestacks_in_2 .accordion-toggle:active [class^="fa fa-"],
#mydiv .accordion-toggle:active [class^="fa fa-"],
#accordionInterfacestacks_in_2 .accordion-toggle:active i,
#mydiv .accordion-toggle:active i {
	color: rgba(51, 51, 51, 1.00);
}

/* Active accordion */

#accordionInterfacestacks_in_2 .accordion-toggle.ui-state-active,
#mydiv .accordion-toggle.ui-state-active {
	color: rgba(76, 76, 76, 1.00);
	background: rgba(230, 230, 230, 1.00);
	border-top: 1px solid rgba(255, 255, 255, 1.00);
	border-bottom: 1px solid rgba(255, 255, 255, 1.00);
	border-left: 1px solid rgba(255, 255, 255, 1.00);
	border-right: 1px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#accordionInterfacestacks_in_2 .accordion-toggle.ui-state-active [class^="fa fa-"],
#mydiv .accordion-toggle.ui-state-active [class^="fa fa-"],
#accordionInterfacestacks_in_2 .accordion-toggle.ui-state-active i,
#mydiv .accordion-toggle.ui-state-active i {
	color: rgba(51, 51, 51, 1.00);
}

/* @group Open and closed floating icons */

#accordionInterfacestacks_in_2 .accordion-toggle .closedIcon,
#mydiv .accordion-toggle .closedIcon {
	float: right;
	display: inline;
}

#accordionInterfacestacks_in_2 .accordion-toggle .openedIcon,
#mydiv .accordion-toggle .openedIcon {
	float: right;
	display: none;
}

#accordionInterfacestacks_in_2 .accordion-toggle.ui-state-active .closedIcon,
#mydiv .accordion-toggle.ui-state-active .closedIcon {
	display: none;
}

#accordionInterfacestacks_in_2 .accordion-toggle.ui-state-active .openedIcon,
#mydiv .accordion-toggle.ui-state-active .openedIcon {
	display: inline;
}

/* @end */

/* @end */

/* @group Tabs */

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

ul#tabbedInterfacestacks_in_2>li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_2 {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#switcherTabsstacks_in_2 li.switcherTab {
	display: inline-block;
	list-style: none;
	width: 20.00%;
}



/* Static tabs */

ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
	cursor: pointer;
	background: rgba(255, 255, 255, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
	color: rgba(51, 51, 51, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	position: relative;
	z-index: 10;
	outline: none;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a [class^="fa fa-"],
ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a i {
	display: block;
	font-size: 48px;
	text-align: center;
	color: rgba(51, 51, 51, 1.00);
	line-height: 1;
	vertical-align: middle;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	
	/* Animate selected elements */
	transition: background 500ms, 
				color 500ms, 
				border 500ms, 
				border-radius 500ms;
	-webkit-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
	-moz-transition: background 500ms, 
				color 500ms,
				border 500ms,
				border-radius 500ms;
}

/* Hovered Tabs */

ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a:hover {
	background: rgba(255, 255, 255, 1.00);
	color: rgba(51, 51, 51, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a:hover [class^="fa fa-"],
ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a:hover i {
	color: rgba(51, 51, 51, 1.00);
}

/* Clicked tabs */

ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a:active {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(255, 255, 255, 1.00);
}

ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default [class^="fa fa-"],
ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default i {
	color: rgba(51, 51, 51, 1.00);
}

/* Active Tabs */

ul#switcherTabsstacks_in_2 li.switcherTab.ui-tabs-active.ui-state-active a {
	background: rgba(255, 255, 255, 1.00);
	color: rgba(51, 51, 51, 1.00);
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 0px solid rgba(255, 255, 255, 1.00);
	border-left: 0px solid rgba(255, 255, 255, 1.00);
	border-right: 0px solid rgba(255, 255, 255, 1.00);
	border-radius: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-right: 1px !important;
}

ul#switcherTabsstacks_in_2 li.switcherTab.ui-tabs-active.ui-state-active a [class^="fa fa-"],
ul#switcherTabsstacks_in_2 li.switcherTab.ui-tabs-active.ui-state-active a i {
	color: rgba(51, 51, 51, 1.00);
}

/* Hide accordion toggle headings */

#tabPanesstacks_in_2 a.accordion-toggle {
	display: none;
}

/* Hide accordion, when in tabbed mode */

#switcherstacks_in_2.tabbed-layout #accordionInterfacestacks_in_2 {
	display: none;
}

/* Display tabbed interface, when in tabs mode */

#switcherstacks_in_2.tabbed-layout #tabbedInterfacestacks_in_2 {
	display: block;
}

/* Hide tabbed interface, when in accordion mode */

#switcherstacks_in_2.accordion-layout #tabbedInterfacestacks_in_2 {
	display: none;
}


/* Hide open / close accordion heading icons */

ul#switcherTabsstacks_in_2 .closedIcon,
ul#switcherTabsstacks_in_2 .openedIcon {
	display: none;
}

/* @end */

/* @group Content Panels */

#tabbedInterfacestacks_in_2 .accordion-content,
#accordionInterfacestacks_in_2 .accordion-content {
	display: none;
	list-style: none;
	padding: 0;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#tabbedInterfacestacks_in_2 .accordion-content .contentInner,
#accordionInterfacestacks_in_2 .accordion-content .contentInner {
	color: rgba(51, 51, 51, 1.00);
	background: rgba(255, 255, 255, 1.00);
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0px 0px 4px 4px;
	border-top: 0px solid rgba(255, 255, 255, 1.00);
	border-bottom: 1px solid rgba(255, 255, 255, 1.00);
	border-left: 1px solid rgba(255, 255, 255, 1.00);
	border-right: 1px solid rgba(255, 255, 255, 1.00);
}

/* @end */

/* @group Left / Right Tab Positioning */





/* @end */

/* @group Responsive Behavior */

/* On screens less than our breakpoint, make tabs an accordion */
@media screen and (max-width: 568px) {
	#switcherstacks_in_2 #accordionInterfacestacks_in_2 {
		display: block !important;
	}
	
	#switcherstacks_in_2 #tabbedInterfacestacks_in_2 {
		display: none !important;
	}
}

/* @end */

/* @group Print style settings */

@media print {
	#switcherTabsstacks_in_2 {
		display: none !important;
	}
	
	#switcherWrapperstacks_in_2,
	#switcherstacks_in_2.tabbed-layout .accordion-toggle {
		display: block !important;
	}
	
	#switcherstacks_in_2 .accordion-content {
		display: block !important;
		height: auto !important;
	}
	
	#switcherstacks_in_2 .accordion-content .contentInner {
		border: none !important;
	}
}

/* @end */

/* @group Advanced Settings */

/**/
#switcherstacks_in_2.accordion-layout .accordion-toggle [class^="fa fa-"],
ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a [class^="fa fa-"],
#switcherstacks_in_2.accordion-layout .accordion-toggle i,
ul#switcherTabsstacks_in_2 li.switcherTab.ui-state-default a i {
	font-size: inherit;
	color: inherit;
	text-align: left;
	display: inline;
	line-height: inherit;
}
/**/

/**/

/**/

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_in_2 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(204, 204, 204, 1.00);
	border-width:  1px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
}
/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//*
 * Awesome Maps
 * Author: Jeremy Hawes
 * Version: 3.1.0
 * Website: http://onelittledesigner.com/rapidweaver-stack/awesome-maps/
 * Homepage: http://onelittledesigner.com
 * Support: http://forum.onelittledesigner.com
 * Map icons provided by: http://mapicons.nicolasmollet.com/
 * Description: Google Maps made quick & simple for RapidWeaver Stacks 2.0+
 */

#googleMapsConnect_stacks_in_5 img {
  max-width: none !important;
}

  #googleMapsConnect_stacks_in_5, #googleMapsConnect_stacks_in_5 * {
    padding: 0;
    margin: 0;
  }
  #googleMapsConnect_stacks_in_5 div.longdesc {
    display: none !important;
  }

/******************
 * EDIT MODE
 ******************/

/******************
 * GENERAL STYLES
 ******************/

#googleMapsConnect_stacks_in_5 .locations,
#googleMapsConnect_stacks_in_5 .more-info {
  overflow: hidden;
}
.infoBox_Content {
  display:none;
}

#googleMapsConnect_stacks_in_5 .locations,
#googleMapsConnect_stacks_in_5 #map_canvas {
  float: left;
}
#googleMapsConnect_stacks_in_5 .more-info {
  float: right;
}

  #googleMapsConnect_stacks_in_5.staticSizeOn .locations {
    width: 90px;
  }
  #googleMapsConnect_stacks_in_5.staticSizeOff .locations {
    width: 20%;
  }
  #googleMapsConnect_stacks_in_5.tabsOnTheBottom .locations {
    width: auto;
  }
    #googleMapsConnect_stacks_in_5.tabsOnTheBottom .locations li{
      padding: 0 5px;
    }
  #googleMapsConnect_stacks_in_5.staticSizeOn #map_canvas {
    width: 1130px;
  }
  #googleMapsConnect_stacks_in_5.staticSizeOff #map_canvas {
    width: 62%;
  }
  #googleMapsConnect_stacks_in_5.staticSizeOn .more-info {
    width: 0px;
  }
  #googleMapsConnect_stacks_in_5.staticSizeOff .more-info {
    width: 18%;
  }

#googleMapsConnect_stacks_in_5 #map_canvas {
  height: 600px;
  position: relative;
  z-index: 30 !important;
/*
  margin-bottom: 5px;
  margin-top: 5px;
*/
}
#googleMapsConnect_stacks_in_5 .locations {
  list-style: none;
  display: inline-block;
  float: left;
}
#googleMapsConnect_stacks_in_5 .locations li {
  display: inline-block;
  position: relative;
  z-index: 20;
  margin-bottom: 15px;
  margin-right: 12px;
  float: left;
}
#googleMapsConnect_stacks_in_5 .locations li:last-child {
  margin-bottom: 0;
}
#googleMapsConnect_stacks_in_5 .locations li:hover {
  cursor: pointer;
}
#googleMapsConnect_stacks_in_5 .titleWrap {
  color: #1E90FF !important;
}
#googleMapsConnect_stacks_in_5 .mapHover .titleWrap:hover,
#googleMapsConnect_stacks_in_5 .mapHover h1:hover .titleWrap,
#googleMapsConnect_stacks_in_5 .mapHover h2:hover .titleWrap,
#googleMapsConnect_stacks_in_5 .mapHover h3:hover .titleWrap,
#googleMapsConnect_stacks_in_5 .mapHover h4:hover .titleWrap,
#googleMapsConnect_stacks_in_5 .mapHover h5:hover .titleWrap,
#googleMapsConnect_stacks_in_5 .mapHover h6:hover .titleWrap {
  color: #1E90FF !important;
}
#googleMapsConnect_stacks_in_5 .more-info h1,
#googleMapsConnect_stacks_in_5 .more-info h2,
#googleMapsConnect_stacks_in_5 .more-info h3,
#googleMapsConnect_stacks_in_5 .more-info h4,
#googleMapsConnect_stacks_in_5 .more-info h5,
#googleMapsConnect_stacks_in_5 .more-info h6 {
  color: #1E90FF !important;
}
#googleMapsConnect_stacks_in_5 .more-info {
  display: block;
}
#googleMapsConnect_stacks_in_5 .more-info div {
  margin: 0px px;
  padding: 0px 0px;
}
#googleMapsConnect_stacks_in_5 .more-info div div {
  margin: 0;
  padding: 0;
}

  #googleMapsConnect_stacks_in_5 .locations li {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
  }

#googleMapsConnect_stacks_in_5 .more-info * {
  position: relative;
  z-index: 40;
}
#googleMapsConnect_stacks_in_5.mapTransparentOff ul.locations li {
  background: #CCCCCC;
  border: solid 0px #999999;
}
#googleMapsConnect_stacks_in_5.mapTransparentOff .more-info {
  background: #CCCCCC;
  border: solid 0px #999999;
}
#googleMapsConnect_stacks_in_5 #map_canvas {
  border: solid 0px #333333;
}
#googleMapsConnect_stacks_in_5.mapShadowOn #map_canvas {
  box-shadow: 0 0 5px #999999;
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  -ms-box-shadow: 0 0 5px #999999;
  -o-box-shadow: 0 0 5px #999999;
}
#googleMapsConnect_stacks_in_5.locationShadowOn ul.locations li {
  box-shadow: 0px 0px 1px #999999;
  -webkit-box-shadow: 0px 0px 1px #999999;
  -moz-box-shadow: 0px 0px 1px #999999;
  -ms-box-shadow: 0px 0px 1px #999999;
  -o-box-shadow: 0px 0px 1px #999999;
}
#googleMapsConnect_stacks_in_5.descShadowOn .more-info {
  box-shadow: 2px 2px 5px #999999;
  -webkit-box-shadow: 2px 2px 5px #999999;
  -moz-box-shadow: 2px 2px 5px #999999;
  -ms-box-shadow: 2px 2px 5px #999999;
  -o-box-shadow: 2px 2px 5px #999999;
}


#stacks_in_5 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_5 {
	margin-right:0;
}

#stacks_in_7 {
	font-size: 50%;
}

#stacks_in_11 {
	font-size: 50%;
}

#stacks_in_15 {
	font-size: 50%;
}

#stacks_in_368 {
	font-size: 50%;
}

#stacks_in_362 {
	font-size: 50%;
}

#stacks_in_21 {
	font-size: 50%;
}

#stacks_in_25 {
	font-size: 50%;
}

#stacks_in_325 {
	font-size: 50%;
}

#stacks_in_29 {
	font-size: 50%;
}

#stacks_in_301 {
	font-size: 50%;
}

#stacks_in_35 {
	font-size: 50%;
}

#stacks_in_356 {
	font-size: 50%;
}

#stacks_in_291 {
	font-size: 50%;
}

#stacks_in_41 {
	font-size: 50%;
}

#stacks_in_47 {
	font-size: 50%;
}

#stacks_in_55 {
	font-size: 50%;
}

#stacks_in_59 {
	font-size: 50%;
}

#stacks_in_63 {
	font-size: 50%;
}

#stacks_in_67 {
	font-size: 50%;
}

#stacks_in_297 {
	font-size: 50%;
}

#stacks_in_71 {
	font-size: 50%;
}

#stacks_in_75 {
	font-size: 50%;
}

#stacks_in_79 {
	font-size: 50%;
}

#stacks_in_83 {
	font-size: 50%;
}

#stacks_in_321 {
	font-size: 50%;
}

#stacks_in_87 {
	font-size: 50%;
}

#stacks_in_349 {
	font-size: 50%;
}

#stacks_in_91 {
	font-size: 50%;
}

#stacks_in_251 {
	font-size: 50%;
}

#stacks_in_279 {
	font-size: 50%;
}

#stacks_in_95 {
	font-size: 50%;
}

#stacks_in_275 {
	font-size: 50%;
}

#stacks_in_99 {
	font-size: 50%;
}

#stacks_in_241 {
	font-size: 50%;
}

#stacks_in_103 {
	font-size: 50%;
}

#stacks_in_331 {
	font-size: 50%;
}

#stacks_in_109 {
	font-size: 50%;
}

#stacks_in_113 {
	font-size: 50%;
}

#stacks_in_337 {
	font-size: 50%;
}

#stacks_in_117 {
	font-size: 50%;
}

#stacks_in_121 {
	font-size: 50%;
}

#stacks_in_125 {
	font-size: 50%;
}

#stacks_in_129 {
	font-size: 50%;
}

#stacks_in_133 {
	font-size: 50%;
}

#stacks_in_51 {
	font-size: 50%;
}

#stacks_in_287 {
	font-size: 50%;
}

#stacks_in_137 {
	font-size: 50%;
}

#stacks_in_141 {
	font-size: 50%;
}

#stacks_in_145 {
	font-size: 50%;
}

#stacks_in_149 {
	font-size: 50%;
}

#stacks_in_231 {
	font-size: 50%;
}

#stacks_in_153 {
	font-size: 50%;
}

#stacks_in_255 {
	font-size: 50%;
}

#stacks_in_159 {
	font-size: 50%;
}

#stacks_in_163 {
	font-size: 50%;
}

#stacks_in_167 {
	font-size: 50%;
}

#stacks_in_247 {
	font-size: 50%;
}

#stacks_in_317 {
	font-size: 50%;
}

#stacks_in_345 {
	font-size: 50%;
}

#stacks_in_171 {
	font-size: 50%;
}

#stacks_in_271 {
	font-size: 50%;
}

#stacks_in_175 {
	font-size: 50%;
}

#stacks_in_179 {
	font-size: 50%;
}

#stacks_in_237 {
	font-size: 50%;
}

#stacks_in_283 {
	font-size: 50%;
}

#stacks_in_341 {
	font-size: 50%;
}

#stacks_in_183 {
	font-size: 50%;
}

#stacks_in_313 {
	font-size: 50%;
}
/* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end *//* @group Accordion */

/*  */

/* @end */

/* @group Tabs */

/*  */

/* @end */

/* @group Content Panel */

/*  */

/* @end */