.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
/* @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_178_31 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_178_31 [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_178_31 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_178_31 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_178_31 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_178_31 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_178_31 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_178_31 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_178_31 {
	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_178_31 {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 55;
	display: block;
	width: 33%;
}

#overlayFillstacks_in_178_31 {
	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_178_31 {
	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_178_31 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_178_31,
	#overlayContentstacks_in_178_31 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_178_31 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 0px 0px 45px 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_120 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_120 [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_120 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_120 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_120 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_120 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_120 a {
	outline: none;
}

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

#freeStyleWrapperstacks_in_120 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_120 {
	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_120 {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 55;
	display: block;
	width: 35%;
}

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

#overlayContentstacks_in_120 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 4%;
	margin: 0;
	color: #000080;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 95%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_120 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_120,
	#overlayContentstacks_in_120 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_120 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 0px 0px 45px 0px;
}
#stacks_in_180>.s3_row {
	margin: 0 -10px;
}

#stacks_in_180>.s3_row>.s3_column_left {
	width: 45.00%;
}

#stacks_in_180>.s3_row>.s3_column_right {
	width: 55.000000%;
}




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










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



}



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


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


}






#stacks_in_180 {
	background-color: rgba(247, 198, 138, 1.00);
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_158 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_158 {
	visibility: hidden;
}
/*  */

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

#adaptiveGridstacks_in_158 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_158 img {
	max-width: 100%;
	height: auto;
}
/*  */

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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


















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  *//* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_4 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_4 {
	visibility: hidden;
}
/*  */

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

#adaptiveGridstacks_in_4 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_4 img {
	max-width: 100%;
	height: auto;
}
/*  */

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

/* @end */

/* @group Column Padding Settings */

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

@media screen and (min-width: 500px) {
	#adaptiveGridstacks_in_4 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_4 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_4 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 1100px) {
	#adaptiveGridstacks_in_4 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_4 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_4 {
		margin-right: -4px;
	}
}

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

/* @end */

/* @group Column Settings */



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

@media screen and (min-width: 500px) {
	#adaptiveGridstacks_in_4 .column1 {
		width: 65.00%;
	}
}

@media screen and (min-width: 1100px) {
	#adaptiveGridstacks_in_4 .column1 {
		width: 65.00%;
	}
}

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



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

@media screen and (min-width: 500px) {
	#adaptiveGridstacks_in_4 .column2 {
		width: 30.00%;
	}
}

@media screen and (min-width: 1100px) {
	#adaptiveGridstacks_in_4 .column2 {
		width: 30.00%;
	}
}

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






















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */@media only screen and (min-width:0px){#stacks_in_9{}}

#stacks_in_25>.s3_row {
	margin: 0 -15px;
}

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

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




#stacks_in_25>.s3_row>.s3_column {
	padding: 0 15px;
}










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



}



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


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


}





#linkBoxstacks_in_59 {
	display: block;
	position: relative;
	z-index: 1;
}

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

#linkBoxLinkstacks_in_59 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}



#stacks_in_53 {
	margin: 0px 10px 10px 0px;
}
@media only screen and (min-width:0px){#stacks_in_32{}}


#stacks_in_32 {
	margin: 0px 10px 0px 0px;
}
#linkBoxstacks_in_61 {
	display: block;
	position: relative;
	z-index: 1;
}

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

#linkBoxLinkstacks_in_61 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../index_files/bg_fill.gif) repeat;
}



#stacks_in_57 {
	margin: 0px 10px 10px 0px;
}
@media only screen and (min-width:0px){#stacks_in_35{}}


#stacks_in_35 {
	margin: 0px 5px 0px 0px;
}
@media only screen and (min-width:0px){#stacks_in_38{}}

@media only screen and (min-width:0px){#stacks_in_146{}}


#stacks_in_146 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 1px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
}
/*
1.9.0

 */
#stacks_in_149 * {
  box-sizing: border-box;
}
#stacks_in_149 *:focus {outline:none;}
.searchingstacks_in_149 .stacks_top,
.searchingstacks_in_149 .stacks_in,
.searchingstacks_in_149 .stacks_out {
  overflow: visible;
}
#stacks_in_149 .jQueryNote {
  background: rgba(0,0,0,0.3);
  color: #fff;
  padding: 20px;
}
.stacks_in_149_pages { display: none;}
#stacks_in_149_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.3);
  background-color: #fff;
  padding: 0px 15px 0px 15px;/* leaving room for search icon */
  position: relative;
  z-index: 9998;
}
#stacks_in_149_tipue_search_content,
.live-search-content {
  display: none;
  padding: 20px;
  min-height: 80px;
  position: absolute;
  margin: 20px 0px;
  z-index: 9997;
  width: 100%;
  box-sizing: border-box;
}

#stacks_in_149_tipue_search_input,
.live-search-input {
  padding: 0px 15px 0px 35px;
}
#stacks_in_149 form > svg,
.live-search-form > svg {
  width: 14px;
  height: 30px;
  fill: #999;
  position: absolute;
  left: 18px;
  text-align: right;
  top: 0px;
  z-index: 9999;
}
/**/
#stacks_in_149 form > svg,
.live-search-form > svg {
  width: 16px;
  width: calc(16px - 2px);
  left: calc(34px - 16px);
  fill: #888888;
}
#stacks_in_149 form .live-search-submit {
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 0px 12px;
  margin: 0;
  font-family: inherit;
  border-radius: 0 5px 5px 0;
  border-width: 0;
  background: #3795CF;
  color: #FFFFFF;
  /**/
  display: none;
  /**/
}
#stacks_in_149 form .live-search-submit:hover {
   background: #46A4DE;
   color: #FFFFFF;
}
#stacks_in_149 form .live-search-submit:active {
   background: #2886C0;
   color: #F0F0F0;
}
#stacks_in_149_tipue_search_input,
.live-search-input {
  font-size: 16px;
  font-family: inherit;
  border-radius: 5px;
  border-color: #CCCCCC;
  color: #888888;
  background-color: #FFFFFF;
}
#stacks_in_149 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
}
#stacks_in_149 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity:  1;
}
#stacks_in_149 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #888888;
  opacity:  1;
}
#stacks_in_149 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888888;
}
#stacks_in_149 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #888888;
}
/**/
/**/
/**/
.tipue_search_content_title {
  font-size: 120%;
}
/**/
/**/
#stacks_in_149_tipue_search_content,
.live-search-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.3);
  border-top: 1px solid rgba(0,0,0,0.25);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: all 150ms linear;
  opacity: 0;
}
.searchingstacks_in_149 #stacks_in_149_tipue_search_content,
.searchingstacks_in_149.live-search-content {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 150ms linear;
  opacity: 1;
}
#stacks_in_149_tipue_search_content:after,
.live-search-content:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#stacks_in_149_tipue_search_content:before,
.live-search-content:before {
  content: " ";
  position: absolute;
  top: -11px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0,0,0,0.3);
}

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/



/*
Tipue Search 5.0
Copyright (c) 2015 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
#stacks_in_149_tipue_search_content .h01, mark,
.live-search-content .h01 {
  background: yellow;
}
.searchingstacks_in_149 #stacks_in_149_tipue_search_content,
.searchingstacks_in_149.live-search-content {
  display: block !important;
}
#stacks_in_149_tipue_search_warning {
  margin: 7px 0;
  display: none;
}
.showWarning #stacks_in_149_tipue_search_warning {
display: block;
}

.tipue_search_content_title
{
  margin-top: 23px;
}
.tipue_search_content_title a
{
  text-decoration: none;
}
.tipue_search_content_title a:hover
{

}
.tipue_search_content_url{
  word-wrap: break-word;
  hyphens: auto;
}
.tipue_search_content_url a{

  text-decoration: none;
}
.tipue_search_content_url a:hover{

}
.tipue_search_content_text{

  word-wrap: break-word;
  hyphens: auto;
  margin-top: 3px;
}
.tipue_search_content_debug{

  margin: 5px 0;
}
.h01{

  font-weight: 400;
}

#stacks_in_149_tipue_search_foot{
  margin: 51px 0 21px 0;
}
#stacks_in_149_tipue_search_foot_boxes{
  padding: 0;
  margin: 0;
}
#stacks_in_149_tipue_search_foot_boxes li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  cursor:pointer;
}
#stacks_in_149_tipue_search_foot_boxes li a{
  padding: 10px 17px 11px 17px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
}
#stacks_in_149_tipue_search_foot_boxes li.current{
  padding: 10px 17px 11px 17px;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  border-radius: 1px;
  color: #333;
  margin-right: 7px;
  text-align: center;
}
#stacks_in_149_tipue_search_foot_boxes li a:hover{
  background: #f6f6f6;
}
/* spinner */
.tipue_search_spinner svg polyline,
.tipue_search_spinner svg path {
    stroke: #555555;
}
.tipue_search_spinner {
	width: 110px;
	position: absolute;
	color: #555555;
    top: 0px;
    right: 0px;
    left: auto;
    display: grid;
    text-align: right;
    grid-template-columns: 30px 1fr;
    justify-content: space-between;
}
.tipue_search_spinner .ts-count-wrap {
	padding: 20px 20px 20px 0px;
}
.tipue_search_spinner svg {
	align-self: center;
    height: 30px;
    width: 30px;
    padding: 0px;
    animation-name: ts-spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes ts-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#stacks_in_149_tipue_search_content .tipue_search_content_url,
.live-search-content .tipue_search_content_url {
  margin-top: 3px;
}
#stacks_in_149_tipue_search_content .tipue_search_content_text,
.live-search-content .tipue_search_content_text {
  margin-top: 8px;
}
/**/

@-webkit-keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes stretchdelay{
  from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@media all and (max-width: 1280px) {
  .menu-loaded.menu-active main {
    padding-left: 80px;
  }
  .sidebar-mobile-active.menu-loaded main {
    padding-left: 80px;
  }
}

#stacks_in_149 .additional-pages,
#stacks_in_149 .excluded-pages {
  display: none;
}


#stacks_in_149 {
	margin: 0px 0px 25px 0px;
}
#slice_mez_150 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_150.selected {
  border-color: #2680fc !important;
}
#slice_mez_150 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_150 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_150 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_150.hidden > #stacks_in_150 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}
#slice_mez_152 {
  padding: 2px !important;
  margin: 4px !important;
  display: inline-block !important;
  width: 50% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent !important;
}
#slice_mez_152.selected {
  border-color: #2680fc !important;
}
#slice_mez_152 .stacks-button-DB.info {
  right: 0px !important;
  top: -14px !important;
  z-index: 1;

}
#slice_mez_152 .stacks-button-DB.close {
  left: 0px !important;
  top: -14px !important;
  z-index: 1;
}
#slice_mez_152 > div:nth-child(2) {
  display: none !important;
}
#slice_mez_152.hidden > #stacks_in_152 {
  opacity: 1;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

#stacks_in_217 {
	background-color: rgba(247, 198, 138, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 15px 0px;
	padding: 15px 10px 15px 12px;
}

#stacks_in_218 {
	font-size: 95%;
}

#stacks_in_45 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 0px 0px 0px 1px;
	padding: 0px 0px 0px 18px;
}

#microBlogstacks_in_12 h1,
#microBlogstacks_in_12 h2,
#microBlogstacks_in_12 h3,
#microBlogstacks_in_12 h4,
#microBlogstacks_in_12 h5,
#microBlogstacks_in_12 h6,
#microBlogstacks_in_12 p,
#microBlogstacks_in_12 .microBlogDate {
	padding: 0 0 6px 0;
	margin: 0;
}




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




#microBlogstacks_in_12 .microBlogEachPost {
	margin-bottom: 25px;
}

#microBlogstacks_in_12 {
	display: flex;
	flex-direction: column;
}

/* @group Sidebar */

#microBlogSidebarstacks_in_12 ul,
#microBlogSidebarstacks_in_12 select {
	margin-top: 10px;
}

#microBlogSidebarstacks_in_12 a,
#microBlogSidebarstacks_in_12 a:visited {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	
  
  
  
}

#microBlogSidebarstacks_in_12 a:hover,
#microBlogSidebarstacks_in_12 a:active {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	
  
  
  text-decoration: underline;
}

#microBlogSidebarstacks_in_12 .microBlogSidebarComponent {
	display: block;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	
	#microBlogstacks_in_12 {
		flex-direction: row;
	}

	#microBlogMainstacks_in_12 {
		order: 1;
		width: calc(100% - 40px - 500px);
	}

	#microBlogSidebarstacks_in_12 {
		order: 2;
		width: 500px;
		margin-left: 40px;
	}
	

	

	

	

	
	#microBlogMainstacks_in_12 {
		width: 100%;
	}

	#microBlogSidebarstacks_in_12 {
		display: none;
	}
	

}

#rssModalstacks_in_12 {
	display: none;
}

#rssModalstacks_in_12:before {
	content: "";
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

#rssModalContentstacks_in_12 {
	background: #ffffff;
	border-radius: 5px;
	margin-left: -200px;
	position: fixed;
	left: 50%;
	top: 10%;
	z-index: 10000;
	width: 400px;
}

#rssModalContentInnerstacks_in_12 {
	padding: 20px;
	position: relative;
}


.microBlogContent span {
  display: inline;
}
.microBlogContent .m-show-more,
.microBlogContent .m-show-less {

}
.microBlogContent .m-show-more:before {
  content: "Read more...";
}
.microBlogContent .m-more-text {
  overflow: hidden;
  display: none;
}
.microBlogContent .m-show-less {
  display: none;
}
.microBlogContent .m-show-less:before {
  content: "Show less...";
}
.microBlogContent.m-display-more .m-show-more {
  display: none;
}
.microBlogContent.m-display-more .m-more-text {
  display: inline;
}
.microBlogContent.m-display-more .m-show-less {
  display: inline;
}






@media only screen and (min-width:0px){#stacks_in_63{}}

    #stacks_in_63 .effect-label{display:block!important} #stacks_in_63 .ppro-img{opacity:1.0;padding: 0px 10px 0px 0px }#stacks_in_63 .ppro-img.prop-width{width:15%;max-width:250px;min-width:95px;height:auto}#stacks_in_63 .ppro-img.fixed-width{width:200px;height:auto}#stacks_in_63 .ppro-img.align-left{float:left}#stacks_in_63 .ppro-img.align-right{float:right}#stacks_in_63 .ppro-img.align-top-center{display:block;margin:0 auto}#stacks_in_63 .ppro-img.toggle-off,#stacks_in_63 .ppro-img.toggle-Off,#stacks_in_63 .ppro-img.toggle-OFF,#stacks_in_63 .ppro-img.toggle-NO,#stacks_in_63 .ppro-img.toggle-No,#stacks_in_63 .ppro-img.toggle-no,#stacks_in_63 .ppro-img.toggle-false{display:none} 






/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mini_cookie_button_stacks_in_74_10,
#mini_cookie_button_accept_all_stacks_in_74_10,
#mini_cookie_button_disallow_all_stacks_in_74_10,
.mini_cookie_button_stacks_in_74_10 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mini_cookie_button_stacks_in_74_10:hover,
.mini_cookie_button_stacks_in_74_10:hover,
#mini_cookie_button_accept_all_stacks_in_74_10:hover,
#mini_cookie_button_disallow_all_stacks_in_74_10:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mini_cookie_button_stacks_in_74_10:active,
.mini_cookie_button_stacks_in_74_10:active,
#mini_cookie_button_accept_all_stacks_in_74_10:active,
#mini_cookie_button_disallow_all_stacks_in_74_10:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mini_cookie_button_stacks_in_74_10:focus,
#mini_cookie_button_accept_all_stacks_in_74_10:focus,
#mini_cookie_button_disallow_all_stacks_in_74_10:focus,
.mini_cookie_button_stacks_in_74_10:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_74_10,
#dialog_desc_stacks_in_74_10 {
	display: none;
}


@media print {
	#mini_cookie_stack_stacks_in_74_10,
	#mini_cookie_window_shade_stacks_in_74_10,
	#mini_cookie_wrapper_stacks_in_74_10 {
		display: none;
	}
}






/* CSS code for getting consent for cookies, custom popup message box */
#mini_cookie_wrapper_stacks_in_74_2 {
	display: inline-block;
	background: rgba(255, 255, 255, 1.00);
	border-radius: 0.5rem;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.20);
	margin: 2rem;
	padding: 1rem;
	max-height: 90vh;
	max-width: 50rem;
	overflow: auto;	
	
	
	
	
	
	
	position: fixed;
	bottom: 0;
	left: 0;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
	
	
	
	
	
	
	
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
	z-index: 99999;
}







#mini_cookie_multi_select_buttons_stacks_in_74_2 {
	display: flex;
}






#mini_cookie_multi_select_buttons_stacks_in_74_2 {
	justify-content: flex-end;
	margin: 0 -1rem;
	overflow: hidden;
}

#mini_cookie_multi_select_buttons_stacks_in_74_2 #mini_cookie_button_accept_all_stacks_in_74_2,
#mini_cookie_multi_select_buttons_stacks_in_74_2 #mini_cookie_button_disallow_all_stacks_in_74_2,
#mini_cookie_multi_select_buttons_stacks_in_74_2 #mini_cookie_button_stacks_in_74_2 {
	margin-left: 0;
	margin-right: 1rem;
}














@media screen and (max-width: 568px) {
	#mini_cookie_wrapper_stacks_in_74_2 {
		width: 100%;
		margin: 0;
		border-radius: 0;
		margin-left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#mini_cookie_multi_select_buttons_stacks_in_74_2 {
		flex-direction: column;
	}

	#mini_cookie_multi_select_buttons_stacks_in_74_2 #mini_cookie_button_accept_all_stacks_in_74_2,
	#mini_cookie_multi_select_buttons_stacks_in_74_2 #mini_cookie_button_disallow_all_stacks_in_74_2,
	#mini_cookie_multi_select_buttons_stacks_in_74_2 #mini_cookie_button_stacks_in_74_2 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#mini_cookie_wrapper_stacks_in_74_2.dismissed {
	display: none;
}

#mini_cookie_content_stacks_in_74_2,
#mini_cookie_button_accept_all_stacks_in_74_2,
#mini_cookie_button_disallow_all_stacks_in_74_2,
#mini_cookie_button_stacks_in_74_2 {
	font-size: 1.125rem;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0;
}

#mini_cookie_content_stacks_in_74_2 {
	color: rgba(66, 66, 66, 1.00);
	margin-bottom: 20px;
}

#mini_cookie_multi_select_form_stacks_in_74_2 {
	display: flex;
	flex-direction: column;
}


@media screen and (min-width: 568px) {
	#mini_cookie_multi_select_form_stacks_in_74_2 {
		flex-direction: row;
		
		
		margin-left: -10px;
		margin-right: -10px;
		overflow: hidden;
	}

	.mini_cookie_multi_select_item {
		padding-left: 10px;
		padding-right: 10px;
		flex-grow: 1;
		flex-basis: 0;
	}
}



#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_label {
	position: relative;
	font-weight: normal;
	color: rgba(66, 66, 66, 1.00);
	font-size: 1rem;
	display: block;
	margin-bottom: 20px;
	padding-left: 35px;
}

#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_title {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: rgba(66, 66, 66, 1.00);
	font-weight: bold;
  
  
  
}

#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_description {
	display: block;
	font-weight: normal;
	color: rgba(66, 66, 66, 1.00);
}

/* Hide the browser's default checkbox */
#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#mini_cookie_multi_select_form_stacks_in_74_2 .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(204, 204, 204, 1.00);
	border-radius: 0.25rem;
}

/* On mouse-over, add a grey background color */
#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_label:hover input ~ .checkmark {
  background-color: rgba(169, 169, 169, 1.00);
}

/* On tab-focus, add a grey background color and dotted outline */
#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_label input:focus ~ .checkmark {
  background-color: rgba(169, 169, 169, 1.00);
	outline: 2px dotted rgba(0, 150, 255, 1.00);
}

/* When the checkbox is checked, add a blue background */
#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_label input:checked ~ .checkmark {
  background-color: rgba(0, 150, 255, 1.00);
}

/* When the checkbox is disabled, reduce its opacity */
#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_label input:disabled ~ .checkmark {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Create the checkmark/indicator (hidden when not checked) */
#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#mini_cookie_multi_select_form_stacks_in_74_2 .mini_cookie_multi_select_label .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 15px;
  border: solid rgba(255, 255, 255, 1.00);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mini_cookie_content_stacks_in_74_2 a,
#mini_cookie_content_stacks_in_74_2 a:visited {
	font-weight: 600;
	color: rgba(41, 145, 204, 1.00);
	background: none;
	border: none;
	transition: all 100ms ease-in-out;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	
	
	
}

#mini_cookie_content_stacks_in_74_2 a:hover {
	color: rgba(82, 124, 154, 1.00);
	text-decoration: none;
	background: none;
	border: none;
}

#mini_cookie_content_stacks_in_74_2 a:active {
	color: rgba(82, 124, 154, 1.00);
	text-decoration: none;
	background: none;
	border: none;
	opacity: 0.50;
}

#mini_cookie_content_stacks_in_74_2 a:focus {
	outline: 1px dotted rgba(82, 124, 154, 1.00);
}




/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mini_cookie_button_stacks_in_74_2,
#mini_cookie_button_accept_all_stacks_in_74_2,
#mini_cookie_button_disallow_all_stacks_in_74_2,
.mini_cookie_button_stacks_in_74_2 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px hidden rgba(41, 145, 204, 0.20);
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	margin-left: 1rem;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	margin-bottom: 5px;
	
	
}

#mini_cookie_button_stacks_in_74_2:hover,
.mini_cookie_button_stacks_in_74_2:hover,
#mini_cookie_button_accept_all_stacks_in_74_2:hover,
#mini_cookie_button_disallow_all_stacks_in_74_2:hover {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
}


#mini_cookie_button_stacks_in_74_2:active,
.mini_cookie_button_stacks_in_74_2:active,
#mini_cookie_button_accept_all_stacks_in_74_2:active,
#mini_cookie_button_disallow_all_stacks_in_74_2:active {
	color: rgba(82, 124, 154, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
	border: 1px hidden rgba(41, 145, 204, 0.40);
	opacity: 0.50;
}

#mini_cookie_button_stacks_in_74_2:focus,
#mini_cookie_button_accept_all_stacks_in_74_2:focus,
#mini_cookie_button_disallow_all_stacks_in_74_2:focus,
.mini_cookie_button_stacks_in_74_2:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_74_2,
#dialog_desc_stacks_in_74_2 {
	display: none;
}


@media print {
	#mini_cookie_stack_stacks_in_74_2,
	#mini_cookie_window_shade_stacks_in_74_2,
	#mini_cookie_wrapper_stacks_in_74_2 {
		display: none;
	}
}



