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

/* @end */

/* @group General / CSS reset */

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

#freeStyleWrapperstacks_in_106_31 a {
	outline: none;
}

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

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

#overlayFillstacks_in_106_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_106_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_106_31 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_106_31,
	#overlayContentstacks_in_106_31 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}

#stacks_in_106_31 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 0px 0px 45px 0px;
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_49 {
	display: block;
}

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

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

#adaptiveGridstacks_in_49 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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






















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_49 {
	margin: 0px 0px 25px 0px;
}
@media only screen and (min-width:0px){#stacks_in_51{}}


#stacks_in_51 {
	margin: 10px 0px 10px 0px;
}
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_55 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_55 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_55 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_55 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_55 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_55.cm-full-menu li > a:hover,
#clean-menu_stacks_in_55 li > a:hover {
  text-decoration: none;
}

#stacks_in_55 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_55 {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
}
/* compatability fixes */
#clean-menu_stacks_in_55 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_55 ul li > a:after,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_55.cm-full-menu,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul li,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul > div,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul > div a,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul ul,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_55.cm-full-menu,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_55.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_55.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_55.cm-full-menu.clean-menu-active {
  height: auto;
}



#clean-menu-full_stacks_in_55.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_55 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_55.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}



#clean-menu_stacks_in_55 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_55 > div {
  align-self: center;
}
#clean-menu_stacks_in_55 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_55 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_55 .clean-menu-logo {
  max-width: 250px;
  min-width: 250px;
  margin: 0;
}
#clean-menu_stacks_in_55 .clean-menu-logo .cm-logo-wrap {
  max-width: 250px;
  min-width: 250px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_55 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_55.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_55 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_55 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  display: none;
  
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_55.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
}
#clean-menu_stacks_in_55 .clean-menu-logo .cm-logo-right {
  
  margin: 10px 0;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  display: none;
  
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


#clean-menu_stacks_in_55 > div:nth-child(1),
#clean-menu_stacks_in_55 > div:nth-child(2) {
  -webkit-box-flex: initial;
  -ms-flex: none;
  flex: none;
  width: auto;
}
#clean-menu_stacks_in_55 > div:nth-child(1) {
  margin-right: 10px;
}
#clean-menu_stacks_in_55 > div:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  max-width: 100%;
}
#clean-menu_stacks_in_55 > div.clean-menu-top-level:nth-child(2) ul li:first-child,
#clean-menu_stacks_in_55 > div.clean-menu-top-level:nth-child(1) ul li:last-child {
  margin: 0 15px;
}
#clean-menu_stacks_in_55 > div.clean-menu-top-level:nth-child(2) > ul > li > ul li:first-child,
#clean-menu_stacks_in_55 > div.clean-menu-top-level:nth-child(1) > ul > li > ul li:last-child {
  margin: 0;
}

div[tag="slice"] > .mez > #stacks_in_55.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
  font-size: inherit;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_55.cm-full-menu > ul > li > a {
  
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(0, 0, 0, 0.40);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_55 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_55.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_55 li > a svg,
#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_55 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_55 .cm-toggle span {
  background: #92BFE8;
}
#clean-menu_stacks_in_55 h1, #clean-menu_stacks_in_55 h2, #clean-menu_stacks_in_55 h3, #clean-menu_stacks_in_55 h4, #clean-menu_stacks_in_55 h5, #clean-menu_stacks_in_55 h6, #clean-menu_stacks_in_55 .layouts-text, #clean-menu_stacks_in_55 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_55.cm-full-menu,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_55.cm-full-menu > ul > li,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_55.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_55.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_55.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_55.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}
.disable-parents #clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_55.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_55 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_55 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}











@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_55.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_55 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_55 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_55 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_55.clean-menu {
    flex-wrap: wrap-reverse;
  }
  #clean-menu_stacks_in_55 > div  {
    
    
  }
  
  #clean-menu_stacks_in_55.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_55 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_55 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_55 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_55 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_55 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_55.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_55.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_55.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_55 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_55 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_55 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_55 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_55 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_55.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_55.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_55.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_55.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_55.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_55.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}









#clean-menu_stacks_in_55 .clean-menu-top-level ul li.cm-current > a {
  
}

#stacks_in_55 {
	margin: 0px 0px 0px 25px;
}









#stacks_in_101_2>.s3_row {
	margin: 0 -10px;
}

#stacks_in_101_2>.s3_row>.s3_column_left {
	width: 65.00%;
}

#stacks_in_101_2>.s3_row>.s3_column_right {
	width: 35.000000%;
}




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










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



}



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


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


}





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


#stacks_in_101_14 {
	margin: 0px 0px 0px 275px;
}
.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be >= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

#stacks_in_101_8 {
	margin: 0px 100px 0px 50px;
}

#stacks_in_101_10 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}

#stacks_in_101_12 {
	padding: 10px 0px 0px 0px;
}
@media only screen and (min-width:0px){#stacks_in_22{}}


#stacks_in_22 {
	margin: 10px 0px 10px 0px;
}
/**
 * SuperBox
 * The lightbox reimagined. Fully responsive HTML5 image galleries.
 *
 * Latest version: https://github.com/seyDoggy/superbox
 * Original version: https://github.com/toddmotto/superbox
 *
 * Copyright 2013 Todd Motto <http://www.toddmotto.com>
 * Copyright 2013 Adam Merrifield <http://seydesign.com>
 *
 * Licensed under the MIT license <http://www.opensource.org/licenses/mit-license.php>
 */


#stacks_in_6 *,
#stacks_in_6 *:before,
#stacks_in_6 *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#stacks_in_6 a,
#stacks_in_6 a:active,
#stacks_in_6 a:focus {
	outline: none;
	border: none;
}

#stacks_in_6 .my_super_box {
	margin-left: -0.10rem;
	margin-right: -0.10rem;
	overflow: hidden;
}

#stacks_in_6 .superbox_active {
	word-spacing: 0;
	letter-spacing: 0;
	font-size: 0;
}

#stacks_in_6 .superbox_active * {
	word-spacing: normal;
	letter-spacing: normal;
	/* font-size: 16px; */
}

#stacks_in_6 .superbox_active .superbox_list > div {
	font-size: 0;
}

#stacks_in_6 .superbox_active .superbox_list {
	display:inline-block;
	width:12.5%;
	zoom:1;
  position: relative;
	vertical-align: bottom; /* Fixes FireFox word-space accumulation */
}



#stacks_in_6 .superbox_active .superbox_list img {
	vertical-align: bottom;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	display: block;
	padding: 0.10rem;
  border-radius: 0.00rem;
}

#stacks_in_6 .superbox_list .superbox_caret_icon {
  width: 0;
  height: 0;
  display: none;
  border: 1.00rem solid transparent;
  border-bottom-color: rgba(146, 191, 232, 1.00);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  transition: all 300ms ease-in-out;
  margin-bottom: -0.10rem;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_6 .superbox_list .superbox_caret_icon {
    border-bottom-color: rgba(255, 255, 255, 1.00);
  }
}

#stacks_in_6 .superbox_list.superbox-O .superbox_caret_icon {
  display: block;
}

#stacks_in_6 .superbox_active .superbox_show {
	position: relative;
	display: table;
	float: left;
  width: calc(100% - 0.10rem) !important;
	padding: 1.50rem;
	background: rgba(146, 191, 232, 1.00);
	text-align: center;
	margin-top: 0.10rem;
	margin-bottom: 0.10rem;
  max-height: 1000rem;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_6 .superbox_active .superbox_show {
    background: rgba(34, 34, 34, 1.00);
  }
}

#stacks_in_6 .superbox_active .superbox_content {
  display: block;
  padding-top: 1.50rem;
  opacity: 0;
  text-align: left;
  
  
  
}

#stacks_in_6 .superbox_active .superbox_caption {
  font-size: 1.00rem;
  color: rgba(76, 76, 76, 1.00);
}

#stacks_in_6 .superbox_active .superbox_caption strong,
#stacks_in_6 .superbox_active .superbox_caption h1,
#stacks_in_6 .superbox_active .superbox_caption h2,
#stacks_in_6 .superbox_active .superbox_caption h3,
#stacks_in_6 .superbox_active .superbox_caption h4,
#stacks_in_6 .superbox_active .superbox_caption h5,
#stacks_in_6 .superbox_active .superbox_caption h6 {
  color: rgba(51, 51, 51, 1.00);
}

@media (prefers-color-scheme: dark) {
  #stacks_in_6 .superbox_active .superbox_caption {
    color: rgba(136, 136, 136, 1.00);
  }

  #stacks_in_6 .superbox_active .superbox_caption strong,
  #stacks_in_6 .superbox_active .superbox_caption h1,
  #stacks_in_6 .superbox_active .superbox_caption h2,
  #stacks_in_6 .superbox_active .superbox_caption h3,
  #stacks_in_6 .superbox_active .superbox_caption h4,
  #stacks_in_6 .superbox_active .superbox_caption h5,
  #stacks_in_6 .superbox_active .superbox_caption h6 {
    color: rgba(255, 255, 255, 1.00);
  }
}

#stacks_in_6 .superbox_active .superbox_html_code {
  padding-top: 1.00rem;
  text-align: left;
  font-size: 1.00rem;
}

@media screen and (min-width: 48rem) {
  #stacks_in_6 .superbox_active .superbox_show {
    display: flex;
    
    align-items: center;
    justify-content: center;
  }

  #stacks_in_6 .superbox_active .superbox_full_image {
    
    
    position: relative;
  }

  #stacks_in_6 .superbox_active .superbox_content {
    
    
    padding-top: 0;
    padding-left: 1.50rem;
    order: 2;
    width: 25.00rem;
    
    overflow: auto;
    max-height: calc(1000rem - 1.50rem - 1.50rem);
  }
}

#stacks_in_6 .superbox_active .superbox_show img.superbox_current_img {
	width: auto;
  max-height: calc(1000rem - 1.50rem - 1.50rem);
	border: 0.10rem solid rgba(94, 94, 94, 1.00);
	opacity: 0;
  border-radius: 0.00rem;
  position: relative;
  z-index: 1;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_6 .superbox_active .superbox_show img.superbox_current_img {
  	border: 0.10rem solid rgba(94, 94, 94, 1.00);
  }
}

#stacks_in_6 .superbox_full_image a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#stacks_in_6 .superbox_active .superbox_close_btn,
#stacks_in_6 .superbox_active .superbox_prev_btn,
#stacks_in_6 .superbox_active .superbox_next_btn {
	position: absolute;
	width: 2.00rem;
	height: 2.00rem;
  font-size: 2.00rem;
  line-height: 2.00rem;
	color: rgba(136, 136, 136, 1.00);
	text-decoration: none;
	opacity: 0;
	cursor: pointer;
	display: block !important;
	transition: none;
  z-index: 2;
  transition: all 200ms ease-in-out;
}

@media (prefers-color-scheme: dark) {
  #stacks_in_6 .superbox_active .superbox_close_btn,
  #stacks_in_6 .superbox_active .superbox_prev_btn,
  #stacks_in_6 .superbox_active .superbox_next_btn {
  	color: rgba(192, 192, 192, 1.00);
  }
}

#stacks_in_6 .superbox_active .superbox_close_btn {
	top: 0.75rem;
	right: 0.75rem;
  text-align: right;
}






#stacks_in_6 .superbox_active .superbox_prev_btn,
#stacks_in_6 .superbox_active .superbox_next_btn {
	top: 0.75rem;
}

#stacks_in_6 .superbox_active .superbox_prev_btn {
	right: calc(0.75rem + 0.1rem + 0.5rem + 2.00rem + 2.00rem);
  text-align: right;
}

#stacks_in_6 .superbox_active .superbox_next_btn {
	right: calc(0.75rem + 0.3rem + 2.00rem);
  text-align: right;
}

#stacks_in_6 .superbox_active .superbox_show {
  padding-top: 1.50rem;
  padding-bottom: 1.50rem;
}

#stacks_in_6 .superbox_active .superbox_show img.superbox_current_img {
  max-height: calc(1000rem - 1.50rem - 1.50rem);
}










#stacks_in_6 .superbox_active .superbox_show > a > i {
	font-size: 2.00rem;
	line-height: 1;
}

#stacks_in_6 .superbox_active .superbox_close_btn:hover,
#stacks_in_6 .superbox_active .superbox_prev_btn:hover,
#stacks_in_6 .superbox_active .superbox_next_btn:hover {
	text-decoration:none;
	opacity:1 !important;
}

#stacks_in_6 .superbox_active .superbox_float {
	float:left;
}

/* Special Effects */



























#stacks_in_6 .superbox_active .superbox_list .superbox_mouseover_title {
  display: none;
}





/* Resonsive Rules */

#stacks_in_6 .superbox_active .superbox-1 { width:100%; }
#stacks_in_6 .superbox_active .superbox-2 { width:50%; }
#stacks_in_6 .superbox_active .superbox-3 { width:33.33333%; }
#stacks_in_6 .superbox_active .superbox-4 { width:25%; }
#stacks_in_6 .superbox_active .superbox-5 { width:20%; }
#stacks_in_6 .superbox_active .superbox-6 { width:16.66667%; }
#stacks_in_6 .superbox_active .superbox-7 { width:14.28571%; }
#stacks_in_6 .superbox_active .superbox-8 { width:12.5%; }
#stacks_in_6 .superbox_active .superbox-9 { width:11.11111%; }
#stacks_in_6 .superbox_active .superbox-10 { width:10%; }
#stacks_in_6 .superbox_active .superbox-11 { width:9.09090%; }
#stacks_in_6 .superbox_active .superbox-12 { width:8.33333%; }



@media print {
	#stacks_in_6 .superbox_active .superbox_list {
		width: 100%;
	}
}
/* @group CSS Reset & Box Sizing */

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

#adaptiveGridstacks_in_28 {
	display: block;
}

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

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

#adaptiveGridstacks_in_28 .adaptiveGridColumn {
	overflow: visible;
}

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

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

/* @end */

/* @group Column Padding Settings */

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

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

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

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

/* @end */

/* @group Column Settings */



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

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

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

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



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

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

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

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



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

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

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

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



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

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

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

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


















/* @end */

/* @group Custom Classes */

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

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

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

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

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

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

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

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

/* @end *//*  */
#stacks_in_28 {
	margin: 25px 0px 0px 0px;
}
#stacks_in_31_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_31 a:link, #stacks_in_31 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_31 a:hover, #stacks_in_31 a:active {
	color:#FFFFFF;
}










#stacks_in_31 a:link, #stacks_in_31 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_31 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_31 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_34_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_34 a:link, #stacks_in_34 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_34 a:hover, #stacks_in_34 a:active {
	color:#FFFFFF;
}










#stacks_in_34 a:link, #stacks_in_34 a:visited {
	background-color:#12A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#12A0FF), to(#0B60BF));
	border:1px solid #0B60BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_34 a:hover {
	background-color:#14ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#14ACFF), to(#0953A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_34 a:active {
	background-color:#12A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}






/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mini_cookie_button_stacks_in_100_10,
#mini_cookie_button_accept_all_stacks_in_100_10,
#mini_cookie_button_disallow_all_stacks_in_100_10,
.mini_cookie_button_stacks_in_100_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_100_10:hover,
.mini_cookie_button_stacks_in_100_10:hover,
#mini_cookie_button_accept_all_stacks_in_100_10:hover,
#mini_cookie_button_disallow_all_stacks_in_100_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_100_10:active,
.mini_cookie_button_stacks_in_100_10:active,
#mini_cookie_button_accept_all_stacks_in_100_10:active,
#mini_cookie_button_disallow_all_stacks_in_100_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_100_10:focus,
#mini_cookie_button_accept_all_stacks_in_100_10:focus,
#mini_cookie_button_disallow_all_stacks_in_100_10:focus,
.mini_cookie_button_stacks_in_100_10:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_100_10,
#dialog_desc_stacks_in_100_10 {
	display: none;
}


@media print {
	#mini_cookie_stack_stacks_in_100_10,
	#mini_cookie_window_shade_stacks_in_100_10,
	#mini_cookie_wrapper_stacks_in_100_10 {
		display: none;
	}
}






/* CSS code for getting consent for cookies, custom popup message box */
#mini_cookie_wrapper_stacks_in_100_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_100_2 {
	display: flex;
}






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

#mini_cookie_multi_select_buttons_stacks_in_100_2 #mini_cookie_button_accept_all_stacks_in_100_2,
#mini_cookie_multi_select_buttons_stacks_in_100_2 #mini_cookie_button_disallow_all_stacks_in_100_2,
#mini_cookie_multi_select_buttons_stacks_in_100_2 #mini_cookie_button_stacks_in_100_2 {
	margin-left: 0;
	margin-right: 1rem;
}














@media screen and (max-width: 568px) {
	#mini_cookie_wrapper_stacks_in_100_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_100_2 {
		flex-direction: column;
	}

	#mini_cookie_multi_select_buttons_stacks_in_100_2 #mini_cookie_button_accept_all_stacks_in_100_2,
	#mini_cookie_multi_select_buttons_stacks_in_100_2 #mini_cookie_button_disallow_all_stacks_in_100_2,
	#mini_cookie_multi_select_buttons_stacks_in_100_2 #mini_cookie_button_stacks_in_100_2 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

#mini_cookie_wrapper_stacks_in_100_2.dismissed {
	display: none;
}

#mini_cookie_content_stacks_in_100_2,
#mini_cookie_button_accept_all_stacks_in_100_2,
#mini_cookie_button_disallow_all_stacks_in_100_2,
#mini_cookie_button_stacks_in_100_2 {
	font-size: 1.125rem;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0;
}

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

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


@media screen and (min-width: 568px) {
	#mini_cookie_multi_select_form_stacks_in_100_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_100_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_100_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_100_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_100_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_100_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_100_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_100_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_100_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_100_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_100_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_100_2 .mini_cookie_multi_select_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#mini_cookie_multi_select_form_stacks_in_100_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_100_2 a,
#mini_cookie_content_stacks_in_100_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_100_2 a:hover {
	color: rgba(82, 124, 154, 1.00);
	text-decoration: none;
	background: none;
	border: none;
}

#mini_cookie_content_stacks_in_100_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_100_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_100_2,
#mini_cookie_button_accept_all_stacks_in_100_2,
#mini_cookie_button_disallow_all_stacks_in_100_2,
.mini_cookie_button_stacks_in_100_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_100_2:hover,
.mini_cookie_button_stacks_in_100_2:hover,
#mini_cookie_button_accept_all_stacks_in_100_2:hover,
#mini_cookie_button_disallow_all_stacks_in_100_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_100_2:active,
.mini_cookie_button_stacks_in_100_2:active,
#mini_cookie_button_accept_all_stacks_in_100_2:active,
#mini_cookie_button_disallow_all_stacks_in_100_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_100_2:focus,
#mini_cookie_button_accept_all_stacks_in_100_2:focus,
#mini_cookie_button_disallow_all_stacks_in_100_2:focus,
.mini_cookie_button_stacks_in_100_2:focus {
	outline: 2px dotted rgba(82, 124, 154, 1.00);
}







#dialog_title_stacks_in_100_2,
#dialog_desc_stacks_in_100_2 {
	display: none;
}


@media print {
	#mini_cookie_stack_stacks_in_100_2,
	#mini_cookie_window_shade_stacks_in_100_2,
	#mini_cookie_wrapper_stacks_in_100_2 {
		display: none;
	}
}



