
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_11038_page22 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_11038_page22 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_11038_page22 {
	display: none;
}

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

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

.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;
}




.bx-wrapper .bx-controls {
	display: none;
-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		 -o-transition: all 1s ease-in-out;
			transition: all 1s ease-in-out;
}

.bx-wrapper:hover .bx-controls {
	display: block;
}



/* @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_11038_page22 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 54;
	display: block;
	width: 100%;
}

#overlayFillstacks_in_11038_page22 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

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

/* @end */

@media screen and (max-width: 100px) {
	#freeStyleOverlaystacks_in_11038_page22 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_11038_page22,
	#overlayContentstacks_in_11038_page22 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
/* @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_11039_page22 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_11039_page22 [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_11039_page22 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_11039_page22 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_11039_page22 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_11039_page22 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_11039_page22 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_11039_page22 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_11039_page22 {
	display: none;
}

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

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

.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;
}




.bx-wrapper .bx-controls {
	display: none;
-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		 -o-transition: all 1s ease-in-out;
			transition: all 1s ease-in-out;
}

.bx-wrapper:hover .bx-controls {
	display: block;
}



/* @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_11039_page22 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 55;
	display: block;
	width: 55%;
}

#overlayFillstacks_in_11039_page22 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

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

/* @end */

@media screen and (max-width: 100px) {
	#freeStyleOverlaystacks_in_11039_page22 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_11039_page22,
	#overlayContentstacks_in_11039_page22 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */



/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 !important; list-style: none !important;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../files/flexslider-icon.eot');
	src:url('../files/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../files/flexslider-icon.woff') format('woff'),
		url('../files/flexslider-icon.ttf') format('truetype'),
		url('../files/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
#stacks_in_11040_page22 .sf-loader{
	position: relative;
	text-align: center;
	font: normal 12px "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 15px;
	-webkit-text-stroke: 0.15px;
  top: 60%;
  -webkit-font-smoothing: antialiased;
  color: #E708AB;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sf-loader hr{
	height: 10px !important;
	background-color: transparent !important;
	border: none;
}
#stacks_in_11040_page22 .sf-spinner {
  width: 80px;
  height: 50px;
  display: inline-block;
  background-color: #E708AB;
  border-radius: 1px;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: visible !important;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* FlexSlider Necessary Styles
*********************************/

#stacks_in_11040_page22{
	position: relative;
	z-index: 20;
	text-shadow: none;
	height: 225px;
	max-height: 400px;
	max-width: 1000px;
	max-height:none;max-width:none;
	overflow: hidden;
}
.sf-loaded #stacks_in_11040_page22{height: auto;}

.flexslider {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.sf-loaded .flexslider{
	opacity: 1;
}
.sf-loaded .sf-loader{
	display: none;
}

.flexslider .slides{
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.flexslider .slides:not(.lt-ie){
	margin-left: 0 !important;
}

.flexslider .slides a,
.flexslider .slides img{
	outline: none;
	border: none;
}
.flexslider .slides a{}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flexslider .slides > li.anim {
	overflow: hidden;
  -webkit-transition: max-height 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: max-height 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: max-height 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.flexslider .slides img{width:100%;display: block;}
.flexslider .slides img.max {width: 100% !important; height: auto !important;}
.flexslider .slides img.limit {width: auto !important;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; }
#stacks_in_11040_page22 *{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#extraContainer1 .flexslider { margin: 0;}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.flexslider .slides { zoom: 1;}

/* Direction Nav */
#stacks_in_11040_page22 .flex-direction-nav {*height: 0;}

#stacks_in_11040_page22 .flex-direction-nav a{
	text-indent: 0 !important;
	text-decoration:none;
	display: block;
	background-color: transparent;
	border-radius: 3px;
	font-style: normal !important;
	position: absolute;
	top: 50%;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	line-height: 0;
	margin-left: 30px;
	color: #111111 !important;
	-webkit-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#stacks_in_11040_page22 .flex-direction-nav .flex-next{
	margin-left: 0px;
	margin-right: 30px;
}
#stacks_in_11040_page22 .flex-direction-nav .flex-prev {
	-webkit-transform: translateX(-50px);
  -moz-transform:    translateX(-50px);
  -ms-transform:     translateX(-50px);
  -o-transform:      translateX(-50px);
  transform:         translateX(-50px);
	left: -10px;
}
#stacks_in_11040_page22 .flex-direction-nav .flex-next { 
	-webkit-transform: translateX(50px);
  -moz-transform:    translateX(50px);
  -ms-transform:     translateX(50px);
  -o-transform:      translateX(50px);
  transform:         translateX(50px);
	text-align: right; 
	right: -10px;
}
#stacks_in_11040_page22 .flexslider:hover .flex-prev,
#stacks_in_11040_page22 .flexslider:hover .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.4;
}

#stacks_in_11040_page22 .flex-direction-nav .flex-prev:before,
#stacks_in_11040_page22 .flex-direction-nav .flex-next:before{
	text-align: center;
	width: 45px;
	line-height: 46px;
	font-family: "flexslider-icon";
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
	z-index: 10;
	position: relative;
}
#stacks_in_11040_page22 .flex-direction-nav .flex-next:before  { width: 45px;content: '\f002';}
#stacks_in_11040_page22 .flexslider:hover .flex-next:hover, 
#stacks_in_11040_page22 .flexslider:hover .flex-prev:hover { opacity: 1; color: #111111 !important;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Caption */
.slides > li{position: relative;}
.flex-caption { 
	height:50px; 
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	background: rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1), inset 0 2px 0 rgba(255,255,255,.04);
	zoom: 1; 
	text-align: left; 
	width: 100%; 
	z-index: 10;
	display: block; 
	text-indent: 20px;
	position: absolute; 
	left: 0; 
	bottom: 0; 
	color: #fff;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.2px #999;
	font-size: 14px;
}

/* Control Nav */
body ol.flex-control-nav {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%; 
	position: absolute; 
	bottom: -40px; 
	text-align: center;
	opacity: 0.2;
	line-height: 50px;
	bottom: 0; 
	width:100%;
	z-index:100;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	transition: opacity .6s linear;
}
.flex-control-nav *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.flexslider:hover .flex-control-nav {
	opacity: 0.5;
}
#stacks_in_11040_page22 .flex-control-nav li {
	margin: 0 7px; 
	display: inline-block;
	zoom: 1;
	position: relative;
	*display: inline;
	list-style-type: none !important;
}
#stacks_in_11040_page22 .flex-control-paging li a {
	color: transparent !important; 
	width: 11px; 
	height: 11px; 
	display: block;
	float: left;
	background: #000000; 
	cursor: pointer; 
	text-align: left;
	text-indent: -9999px;
	position: relative;
	top: 1px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	transition: background .25s ease-out;
}
#stacks_in_11040_page22 .flex-control-paging li a:hover { background:  #FFFFFF; }
#stacks_in_11040_page22 .flex-control-paging li a.flex-active { background: #FFFFFF; cursor: default; }

/* Control Nav MOD */
#extraContainer1 .flex-control-nav {bottom: 0;}

.flex-control-nav.alignRight {
	opacity: 0.4;
	text-align: right; 
	right: 15px;
	width:auto;
	display: block;
	float: left;
}

.flexslider:hover .flex-control-nav.alignRight {
	opacity: 0.7;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
#stacks_in_11040_page22 .flexslider .flex-prev,
#stacks_in_11040_page22 .flexslider .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.6;
}
}
@media screen and (max-width: 480px) {
	#stacks_in_11040_page22 .flex-direction-nav{display: none;}
}


/* Edit Mode UI  */



#stacks_in_11063_page22 img{max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;  width:100%!important;         }

#stacks_in_1203_page22 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_425_page22 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_425_page22 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_425_page22 #jwresp_col2_stacks_in_425_page22{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_425_page22 #jwresp_col1_stacks_in_425_page22,#stacks_in_425_page22 #jwresp_col2_stacks_in_425_page22{width:100%;float:none;display:block}#stacks_in_425_page22 #jwresp_col1_stacks_in_425_page22{margin-bottom:10px}}

#stacks_in_427_page22 {
	padding: 2px 0px 0px 0px;
}

#stacks_in_1305_page22 {
	padding: 2px 0px 0px 0px;
}
#stacks_in_1228_page22 .stacks_in_1228_page22-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Helvetica, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_1228_page22 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_1228_page22 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_1228_page22 .stacks_in_1228_page22-button,
#stacks_in_1228_page22 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_1228_page22 {
		text-align: center;
	}

	#stacks_in_1228_page22 .stacks_in_1228_page22-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_1228_page22 a.stacks_in_1228_page22-button, #stacks_in_1228_page22 a.stacks_in_1228_page22-button:visited, #stacks_in_1228_page22 a.stacks_in_1228_page22-button:hover, #stacks_in_1228_page22 a.stacks_in_1228_page22-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_1228_page22 .stacks_in_1228_page22-button {
		
			background-color: #D3FAA4;
		
	}

	#stacks_in_1228_page22 a.stacks_in_1228_page22-button, #stacks_in_1228_page22 a.stacks_in_1228_page22-button:visited {
		
			color: #000000 !important;
			
	}

	#stacks_in_1228_page22 a.stacks_in_1228_page22-button:hover, #stacks_in_1228_page22 a.stacks_in_1228_page22-button:active {
		
			text-decoration: none;
			color: #000000 !important;
			background-color: #E7FFB8;
		
	}

	
	#stacks_in_1228_page22 .button_icon {
		
			background-color: #7AF52E;
		
	}

	#stacks_in_1228_page22 a.stacks_in_1228_page22-button:hover .button_icon, #stacks_in_1228_page22 a.stacks_in_1228_page22-button:active .button_icon {
		
			background-color: #8EFF42;
				
	}
	



#stacks_in_6934_page22 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_3715_page22 {
	margin: 0px 0px 7px 0px;
}
#stacks_in_1232_page22 .stacks_in_1232_page22-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Helvetica, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_1232_page22 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_1232_page22 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_1232_page22 .stacks_in_1232_page22-button,
#stacks_in_1232_page22 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_1232_page22 {
		text-align: center;
	}

	#stacks_in_1232_page22 .stacks_in_1232_page22-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_1232_page22 a.stacks_in_1232_page22-button, #stacks_in_1232_page22 a.stacks_in_1232_page22-button:visited, #stacks_in_1232_page22 a.stacks_in_1232_page22-button:hover, #stacks_in_1232_page22 a.stacks_in_1232_page22-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_1232_page22 .stacks_in_1232_page22-button {
		
			background-color: #C1E5FD;
		
	}

	#stacks_in_1232_page22 a.stacks_in_1232_page22-button, #stacks_in_1232_page22 a.stacks_in_1232_page22-button:visited {
		
			color: #000000 !important;
			
	}

	#stacks_in_1232_page22 a.stacks_in_1232_page22-button:hover, #stacks_in_1232_page22 a.stacks_in_1232_page22-button:active {
		
			text-decoration: none;
			color: #000000 !important;
			background-color: #D5F9FF;
		
	}

	
	#stacks_in_1232_page22 .button_icon {
		
			background-color: #9CD4FC;
		
	}

	#stacks_in_1232_page22 a.stacks_in_1232_page22-button:hover .button_icon, #stacks_in_1232_page22 a.stacks_in_1232_page22-button:active .button_icon {
		
			background-color: #B0E8FF;
				
	}
	


#toggleWrapper_stacks_in_894_page22 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_894_page22 {
	padding: 8px;
	margin: 0;
	background: #F7FEF5;
	font-weight: normal;
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_894_page22:hover { 
	color: #0080FF;
	cursor: pointer; 
}

#toggleContainer_stacks_in_894_page22 {
	display: none;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_894_page22 a:link:after,
	#toggleTrigger_stacks_in_894_page22 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_894_page22 {
		display: block !important;
	}
}

#stacks_in_894_page22 {
	border: solid rgba(82, 104, 55, 1.00);
	border-width: 1px 0px 1px 0px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_896_page22 {
	padding: 2px 0px 0px 0px;
}

#stacks_in_1211_page22 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_1050_page22 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1050_page22 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_1050_page22 #jwresp_col2_stacks_in_1050_page22{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_1050_page22 #jwresp_col1_stacks_in_1050_page22,#stacks_in_1050_page22 #jwresp_col2_stacks_in_1050_page22{width:100%;float:none;display:block}#stacks_in_1050_page22 #jwresp_col1_stacks_in_1050_page22{margin-bottom:10px}}
#toggleWrapper_stacks_in_11026_page22 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_11026_page22 {
	padding: 8px;
	margin: 0;
	background: #F7FEF5;
	font-weight: normal;
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_11026_page22:hover { 
	color: #0080FF;
	cursor: pointer; 
}

#toggleContainer_stacks_in_11026_page22 {
	display: none;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_11026_page22 a:link:after,
	#toggleTrigger_stacks_in_11026_page22 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_11026_page22 {
		display: block !important;
	}
}

#stacks_in_11026_page22 {
	border: solid rgba(82, 104, 55, 1.00);
	border-width: 1px 0px 1px 0px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_11027_page22 {
	padding: 2px 0px 0px 0px;
}
#stacks_in_11174_page22 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_11174_page22 .jwresp_col{overflow:hidden;margin:0;width:32%; float:left;}#stacks_in_11174_page22 #jwresp_col2_stacks_in_11174_page22{ float:right; width:66%}@media screen and (max-width:500px){#stacks_in_11174_page22 #jwresp_col1_stacks_in_11174_page22,#stacks_in_11174_page22 #jwresp_col2_stacks_in_11174_page22{width:100%;float:none;display:block}#stacks_in_11174_page22 #jwresp_col1_stacks_in_11174_page22{margin-bottom:10px}}

#stacks_in_11174_page22 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_11175_page22 img{max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;  width:100%!important;         }
#stacks_in_11257_page22 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_11257_page22 .jwresp_col{overflow:hidden;margin:0;width:32%; float:left;}#stacks_in_11257_page22 #jwresp_col2_stacks_in_11257_page22{ float:right; width:66%}@media screen and (max-width:500px){#stacks_in_11257_page22 #jwresp_col1_stacks_in_11257_page22,#stacks_in_11257_page22 #jwresp_col2_stacks_in_11257_page22{width:100%;float:none;display:block}#stacks_in_11257_page22 #jwresp_col1_stacks_in_11257_page22{margin-bottom:10px}}

#stacks_in_11257_page22 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_11258_page22 img{max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;  width:100%!important;         }
#toggleWrapper_stacks_in_7242_page22 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7242_page22 {
	padding: 8px;
	margin: 0;
	background: #F7FEF5;
	font-weight: normal;
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7242_page22:hover { 
	color: #0080FF;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7242_page22 {
	display: none;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7242_page22 a:link:after,
	#toggleTrigger_stacks_in_7242_page22 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7242_page22 {
		display: block !important;
	}
}

#stacks_in_7242_page22 {
	border: solid rgba(82, 104, 55, 1.00);
	border-width: 1px 0px 1px 0px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_7244_page22 {
	padding: 2px 0px 0px 0px;
}
#stacks_in_7251_page22 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_7251_page22 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_7251_page22 #jwresp_col2_stacks_in_7251_page22{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_7251_page22 #jwresp_col1_stacks_in_7251_page22,#stacks_in_7251_page22 #jwresp_col2_stacks_in_7251_page22{width:100%;float:none;display:block}#stacks_in_7251_page22 #jwresp_col1_stacks_in_7251_page22{margin-bottom:10px}}

#stacks_in_7251_page22 {
	margin: 10px 0px 10px 0px;
}
#stacks_in_7253_page22 .stacks_in_7253_page22-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Helvetica, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_7253_page22 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_7253_page22 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_7253_page22 .stacks_in_7253_page22-button,
#stacks_in_7253_page22 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_7253_page22 {
		text-align: center;
	}

	#stacks_in_7253_page22 .stacks_in_7253_page22-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_7253_page22 a.stacks_in_7253_page22-button, #stacks_in_7253_page22 a.stacks_in_7253_page22-button:visited, #stacks_in_7253_page22 a.stacks_in_7253_page22-button:hover, #stacks_in_7253_page22 a.stacks_in_7253_page22-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_7253_page22 .stacks_in_7253_page22-button {
		
			background-color: #D3FAA4;
		
	}

	#stacks_in_7253_page22 a.stacks_in_7253_page22-button, #stacks_in_7253_page22 a.stacks_in_7253_page22-button:visited {
		
			color: #000000 !important;
			
	}

	#stacks_in_7253_page22 a.stacks_in_7253_page22-button:hover, #stacks_in_7253_page22 a.stacks_in_7253_page22-button:active {
		
			text-decoration: none;
			color: #000000 !important;
			background-color: #E7FFB8;
		
	}

	
	#stacks_in_7253_page22 .button_icon {
		
			background-color: #7AF52E;
		
	}

	#stacks_in_7253_page22 a.stacks_in_7253_page22-button:hover .button_icon, #stacks_in_7253_page22 a.stacks_in_7253_page22-button:active .button_icon {
		
			background-color: #8EFF42;
				
	}
	


#stacks_in_7255_page22 .stacks_in_7255_page22-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Helvetica, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_7255_page22 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_7255_page22 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
	
	  width: 40px;
	
}

#stacks_in_7255_page22 .stacks_in_7255_page22-button,
#stacks_in_7255_page22 .button_icon {
	
		height: 40px;
		line-height: 40px;
	
}


	#stacks_in_7255_page22 {
		text-align: center;
	}

	#stacks_in_7255_page22 .stacks_in_7255_page22-button {
		width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}









#stacks_in_7255_page22 a.stacks_in_7255_page22-button, #stacks_in_7255_page22 a.stacks_in_7255_page22-button:visited, #stacks_in_7255_page22 a.stacks_in_7255_page22-button:hover, #stacks_in_7255_page22 a.stacks_in_7255_page22-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_7255_page22 .stacks_in_7255_page22-button {
		
			background-color: #C1E5FD;
		
	}

	#stacks_in_7255_page22 a.stacks_in_7255_page22-button, #stacks_in_7255_page22 a.stacks_in_7255_page22-button:visited {
		
			color: #000000 !important;
			
	}

	#stacks_in_7255_page22 a.stacks_in_7255_page22-button:hover, #stacks_in_7255_page22 a.stacks_in_7255_page22-button:active {
		
			text-decoration: none;
			color: #000000 !important;
			background-color: #D5F9FF;
		
	}

	
	#stacks_in_7255_page22 .button_icon {
		
			background-color: #9CD4FC;
		
	}

	#stacks_in_7255_page22 a.stacks_in_7255_page22-button:hover .button_icon, #stacks_in_7255_page22 a.stacks_in_7255_page22-button:active .button_icon {
		
			background-color: #B0E8FF;
				
	}
	


#toggleWrapper_stacks_in_422_page22 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_422_page22 {
	padding: 8px;
	margin: 0;
	background: #F7FEF5;
	font-weight: normal;
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_422_page22:hover { 
	color: #0080FF;
	cursor: pointer; 
}

#toggleContainer_stacks_in_422_page22 {
	display: none;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_422_page22 a:link:after,
	#toggleTrigger_stacks_in_422_page22 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_422_page22 {
		display: block !important;
	}
}

#stacks_in_422_page22 {
	border: solid rgba(82, 104, 55, 1.00);
	border-width: 1px 0px 1px 0px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_430_page22 {
	padding: 2px 0px 0px 0px;
}

#stacks_in_7380_page22 {
	margin: 10px 0px 0px 0px;
}
#toggleWrapper_stacks_in_7373_page22 {
	position: relative;
	display: block;
}

#toggleTrigger_stacks_in_7373_page22 {
	padding: 8px;
	margin: 0;
	background: #F7FEF5;
	font-weight: normal;
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 100%;
}
	
#toggleTrigger_stacks_in_7373_page22:hover { 
	color: #0080FF;
	cursor: pointer; 
}

#toggleContainer_stacks_in_7373_page22 {
	display: none;
	margin-top: 0px;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

@media print {
	#toggleTrigger_stacks_in_7373_page22 a:link:after,
	#toggleTrigger_stacks_in_7373_page22 a:visited:after {
		display: none;
	}
	
	#toggleContainer_stacks_in_7373_page22 {
		display: block !important;
	}
}

#stacks_in_7373_page22 {
	border: solid rgba(82, 104, 55, 1.00);
	border-width: 1px 0px 1px 0px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_7375_page22 {
	padding: 2px 0px 0px 0px;
}


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