@font-face {
	font-family: 'icomoon';
	src: url("../files/icons/icomoon.eot?hg8hv3");
	src: url("../files/icons/icomoon.eot?#iefixhg8hv3") format("embedded-opentype"), url("../files/icons/icomoon.woff2?hg8hv3") format("woff2"), url("../files/icons/icomoon.ttf?hg8hv3") format("truetype"), url("../files/icons/icomoon.woff?hg8hv3") format("woff"), url("../files/icons/icomoon.svg?hg8hv3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal; }
[class^="sp-icon-"], [class*=" sp-icon-"] {
	font-family: 'icomoon';
	speak: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.sp-icon-chevron-rounded:before{content: "\e600"; }
.sp-icon-chevron-rounded-thick:before{content: "\e601"; }
.sp-icon-chevron-thin:before{content: "\e602"; }
.sp-icon-chevron-thick:before{content: "\e603"; }
.sp-icon-arrow:before{content: "\e604"; }
.sp-icon-arrow-thin:before{content: "\e605"; }
.sp-icon-arrow-thick:before{content: "\e606"; }
.sp-icon-round-1:before{content: "\e607"; }
.sp-icon-round-2:before{content: "\e608"; }
.sp-icon-round-3:before{content: "\e609"; }
.sp-icon-round-4:before{content: "\e60a"; }

#ncd-sp-arrow {
	display: inline-block;
	line-height: 0;
	z-index: 10000;
	padding: 3px;
	background: #FFFFFF;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	background: none;
	
	opacity: 0;
	border-color: #4DA8FF;
}
#ncd-sp-arrow i {font-size: 36px;}
#ncd-sp-arrow.show i {cursor: pointer;}


#ncd-sp-arrow {
	position: fixed;
	opacity: 0;
	margin: 30px;
	-webkit-transition: opacity 150ms, -webkit-transform 150ms;
	transition: opacity 150ms, transform 150ms;
	-webkit-transform: rotateY(-55deg) scale(0.90);
			-ms-transform: rotateY(-55deg) scale(0.90);
					transform: rotateY(-55deg) scale(0.90);}

#ncd-sp-arrow.show.down-amount, 
#ncd-sp-arrow.show.down-container{
-webkit-transition: opacity 750ms 0, -webkit-transform 750ms 0;
	transition: opacity 750ms 0, transform 750ms 0;
}

#ncd-sp-arrow .rotateThis{
	-webkit-transition: -webkit-transform 700ms;
					transition: transform 700ms;}

#ncd-sp-arrow.show.down-amount .rotateThis, 
#ncd-sp-arrow.show.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(-180deg);
					transform: rotate(-180deg);}
#ncd-sp-arrow.down-amount .rotateThis, 
#ncd-sp-arrow.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(0);
					transform: rotate(0);}

#ncd-sp-arrow.show {
	opacity: 1; 
	-webkit-transform: rotateY(0) translateX(0) translateY(0) scale(1);
					transform: rotateY(0) translateX(0) translateY(0) scale(1);}

#ncd-sp-arrow.tl{top: 0;left: 0; }
#ncd-sp-arrow.tc{top: 0;left: 50%; }
#ncd-sp-arrow.tr{top: 0;right: 0; }
#ncd-sp-arrow.bl{bottom: 0;left: 0; }
#ncd-sp-arrow.bc{bottom: 0;left: 50%; }
#ncd-sp-arrow.br{bottom: 0;right: 0; }

@media screen and (max-width: 800px) {
	#ncd-sp-arrow{
		display: none;
	}
}



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

#stacks_in_290_page20 {
	font-size: 120%;
}
/* Start doobox hippo css */


/* general styles edit and preview mode */
   /* html { height: 100%; margin-bottom: 1px; overflow-y: scroll; } removed to make compliant with certain themes */

.stacks_in_1100_page20darkerborder{
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.stacks_in_1100_page20overalltabcontainer{
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.stacks_in_1100_page20tabcontentcontainer{
	padding: 20px;
}

.stacks_in_1100_page20dootabcontainer{
	
	display:none;
	
	
}

.stacks_in_1100_page20dootabcontainer:first-child{
	
	display:block;
	
}

#stacks_in_1100_page20tabpicker{
	padding: 19px 30px 5px 30px;  /* adjusted in update to acomidate more than one row of buttons */
	
	font-weight: bold;
	background: #FFFFFF;
	-webkit-border-top-left-radius: -2px;
	-webkit-border-top-right-radius: -2px;
	-moz-border-radius-topleft: -2px;
	-moz-border-radius-topright: -2px;
	border-top-left-radius: -2px;
	border-top-right-radius: -2px;
}

#stacks_in_1100_page20tabpicker span{
	padding-right: 10px;
	padding-left: 0px;
	
}

#stacks_in_1100_page20tabpicker span:first-child{
	padding-right: 10px;
	padding-left: 0px;
	
}

.stacks_in_1100_page20dootabSlice{
	background: #FFFFFF;
}


/* tabs and links styles */

#stacks_in_1100_page20tabpicker a{
	display: inline-block;
	font-size: 90%;
	margin-right: 18px;
	margin-bottom: 15px; /* added in update to acomidate more than one row of buttons */
	padding: 5px 20px 5px 20px;
	background: #004895;
	text-decoration: none;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #FFFFFF;
	line-height: normal;
}

#stacks_in_1100_page20tabpicker a:hover{
	background: #0092FF;
	text-decoration: none;
	border:none;
	color: #E6E6E6;
}

#stacks_in_1100_page20tabpicker a:active{
	background: #004895;
	text-decoration: none;
	border:none;
	color: #FFFFFF;
}

#stacks_in_1100_page20tabpicker a.stacks_in_1100_page20current{
	background: #0092FF;
	color: #FFFFFF;
	text-decoration: none;
	border:none;
}

.stacks_in_1100_page20doocat {
	display:none;
	font-weight: bold;
	background: #FFD8DF;
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #666666;
}

.stacks_in_1100_page20doocat span{
	
	min-width:200px;
	white-space: nowrap;
	padding: 5px;
	border:1px solid #555555;
	color: #red;
	background: #ffffff;
}








/* end doobox hippo css */
#stacks_in_2488_page20 {
	margin: 0px 0px 20px 10px;
}

#stacks_in_2489_page20 {
	font-size: 120%;
}

#stacks_in_2490_page20 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2494_page20 {
	line-height: 1.250000em;
}
#stacks_in_2502_page20 img{max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;    float:left;       }

#stacks_in_2502_page20 {
	padding: 20px 0px 0px 10px;
}
#stacks_in_2504_page20 img{max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;    float:left;       }

#stacks_in_2504_page20 {
	padding: 20px 0px 0px 10px;
}

#stacks_in_2506_page20 {
	margin: 0px 0px 20px 10px;
}

#stacks_in_2507_page20 {
	font-size: 120%;
}

#stacks_in_2508_page20 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2509_page20 {
	line-height: 1.250000em;
}
#stacks_in_2510_page20 img{max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;    float:left;       }

#stacks_in_2510_page20 {
	padding: 20px 0px 0px 10px;
}
#stacks_in_2512_page20 img{max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;    float:left;       }

#stacks_in_2512_page20 {
	padding: 20px 0px 0px 10px;
}

#stacks_in_2522_page20 {
	margin: 0px 0px 20px 10px;
}

#stacks_in_2523_page20 {
	font-size: 120%;
}

#stacks_in_2516_page20 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2517_page20 {
	line-height: 1.250000em;
}
#stacks_in_2520_page20 img{max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;    float:left;       }

#stacks_in_2520_page20 {
	padding: 20px 0px 0px 10px;
}
#stacks_in_2518_page20 img{max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;    float:left;       }

#stacks_in_2518_page20 {
	padding: 20px 0px 0px 10px;
}

#stacks_in_2514_page20 {
	margin: 0px 0px 20px 10px;
}

#stacks_in_2515_page20 {
	font-size: 120%;
}

#stacks_in_2524_page20 {
	padding: 0px 0px 0px 10px;
}

#stacks_in_2535_page20 {
	line-height: 1.250000em;
}
#stacks_in_2539_page20 img{max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;    float:left;       }

#stacks_in_2539_page20 {
	padding: 20px 0px 0px 10px;
}
#stacks_in_2536_page20 img{max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;    float:left;       }

#stacks_in_2536_page20 {
	padding: 20px 0px 0px 10px;
}
