/* TRIGGER FONT */

@font-face {
  font-family: 'trigger';
  src: url('../index_files/trigger_font/trigger.eot?57958819');
  src: url('../index_files/trigger_font/trigger.eot?57958819#iefix') format('embedded-opentype'),
       url('../index_files/trigger_font/trigger.woff?57958819') format('woff'),
       url('../index_files/trigger_font/trigger.ttf?57958819') format('truetype'),
       url('../index_files/trigger_font/trigger.svg?57958819#trigger') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'trigger';
    src: url('../font/trigger.svg?60643705#trigger') format('svg');
  }
}
*/

 
 [class^="trigger-"]:before, [class*=" trigger-"]:before {
  font-family: "trigger";
  font-style: normal;
  font-weight: normal;
  speak: 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); */
}
 
.trigger-plus-squared:before { content: '\e800'; } /* '' */
.trigger-minus-squared:before { content: '\e801'; } /* '' */
.trigger-plus-squared-alt:before { content: '\e802'; } /* '' */
.trigger-minus-squared-alt:before { content: '\e803'; } /* '' */
.trigger-cancel-1:before { content: '\e804'; } /* '' */
.trigger-ok:before { content: '\e805'; } /* '' */
.trigger-ok-circled:before { content: '\e806'; } /* '' */
.trigger-cancel-circled:before { content: '\e807'; } /* '' */
.trigger-ok-circled2:before { content: '\e808'; } /* '' */
.trigger-cancel-circled2:before { content: '\e809'; } /* '' */
.trigger-ok-squared:before { content: '\e80a'; } /* '' */
.trigger-plus-circled:before { content: '\e80b'; } /* '' */
.trigger-minus-circled:before { content: '\e80c'; } /* '' */
.trigger-toggle-off:before { content: '\e80d'; } /* '' */
.trigger-toggle-on:before { content: '\e80e'; } /* '' */
.trigger-cog:before { content: '\e80f'; } /* '' */
.trigger-info-circled:before { content: '\e810'; } /* '' */
.trigger-help-circled:before { content: '\e811'; } /* '' */
.trigger-eye:before { content: '\e812'; } /* '' */
.trigger-eye-off:before { content: '\e813'; } /* '' */
.trigger-code-1:before { content: '\e814'; } /* '' */
.trigger-chat:before { content: '\e815'; } /* '' */
.trigger-chat-empty:before { content: '\e816'; } /* '' */
.trigger-down-open-1:before { content: '\e817'; } /* '' */
.trigger-up-open-1:before { content: '\e818'; } /* '' */
.trigger-star:before { content: '\e819'; } /* '' */
.trigger-star-empty:before { content: '\e81a'; } /* '' */
.trigger-heart:before { content: '\e81b'; } /* '' */
.trigger-heart-empty:before { content: '\e81c'; } /* '' */
.trigger-plus-1:before { content: '\e81d'; } /* '' */
.trigger-minus-1:before { content: '\e81e'; } /* '' */
.trigger-help-1:before { content: '\e81f'; } /* '' */
.trigger-info-1:before { content: '\e820'; } /* '' */
.trigger-mail:before { content: '\e821'; } /* '' */
.trigger-mail-squared:before { content: '\e822'; } /* '' */
.trigger-export-alt:before { content: '\e823'; } /* '' */
.trigger-export:before { content: '\e824'; } /* '' */
.trigger-menu-1:before { content: '\e825'; } /* '' */@property --glass-border-one{syntax:"<color>";inherits:true;initial-value:rgba(255,255,255,0)}@property --glass-border-two{syntax:"<color>";inherits:true;initial-value:rgba(255,255,255,0.5)}@property --glass-border-deg{syntax:"<angle>";inherits:true;initial-value:0deg}@property --glass-shimmer-width{syntax:"<length-percentage>";inherits:true;initial-value:10%}@keyframes glass-border-bounce{50%{scale:var(--glass-border-scale,0.995)}100%{scale:1;--glass-border-deg:var(--glass-hover-deg,360deg)}}@keyframes glass-border-rotate{100%{--glass-border-deg:var(--glass-hover-deg,360deg)}}.glass-outer{position:relative;box-shadow:var(--glass-drop-shadow,none);border-radius:var(--glass-radius,0)}.glass-inner{position:relative;overflow:hidden;border-radius:inherit;padding:var(--glass-padding,4rem 2rem);clip-path:inset(0 round var(--glass-radius));background:var(--glass-bg,hsl(0 0% 100% / 0.1));backdrop-filter:blur(var(--glass-blur,3px));box-shadow:var(--glass-inner-shadow,none);isolation:isolate;contain:paint;transition:background 200ms linear}.glass-inner::after{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;transition:--glass-border-one 200ms linear,--glass-border-two 200ms linear;border:var(--glass-border-size,2px) solid transparent;background:linear-gradient(var(--glass-border-deg),var(--glass-border-two),var(--glass-border-one)) border-box;mask:linear-gradient(black,black) border-box,linear-gradient(black,black) padding-box;mask-composite:subtract}.glass-inner.glass-border-bounce:hover{animation:glass-border-bounce var(--glass-shine-duration,350ms) linear forwards}.glass-inner.glass-border-rotate:hover{animation:glass-border-rotate var(--glass-shine-duration,350ms) linear infinite forwards}.glass-spotlight{pointer-events:none;position:absolute;inset:0;z-index:0;opacity:0;transition:opacity 250ms linear;border-radius:inherit;background:radial-gradient(circle at var(--glass-spotlight-x,0px) var(--glass-spotlight-y,0px),var(--glass-spotlight-color,rgba(255,255,255,0.2)),transparent var(--glass-spotlight-size,40%));mix-blend-mode:screen}.glass-inner:hover .glass-spotlight{opacity:1}.glass-inner.shimmer::before{content:"";position:absolute;inset:-18%;pointer-events:none;mix-blend-mode:screen;border-radius:inherit;background:linear-gradient(var(--glass-shimmer-angle,60deg),transparent calc(50% - (var(--glass-shimmer-width,10%) / 2)),var(--glass-shimmer-color,rgba(255,255,255,.5)) 50%,transparent calc(50% + (var(--glass-shimmer-width,10%) / 2)));transform:translateX(-130%);will-change:transform;transition:transform var(--glass-shimmer-speed,650ms) var(--glass-shimmer-ease,cubic-bezier(.2,.7,.2,1)) var(--glass-shimmer-delay,0ms)}.glass-inner.shimmer:hover::before{transform:translateX(130%)}@media (prefers-reduced-motion:reduce){.glass-inner.shimmer::before{transition:none;transform:none}.glass-inner.glass-border-bounce:hover,.glass-inner.glass-border-rotate:hover{animation:none}}/*.glass-distortion{position:absolute;z-index:-1;inset:0;backdrop-filter:blur(3px);filter:url(#glass-distortion);overflow:hidden;isolation:isolate}*/
.lines{border:0;height:0;width:100%;margin:0;padding:0;opacity:1}.lines-wrapper{position:relative}.lines-wrapper.vertical{height:100%}

#stacks_in_1 {
	margin: 30px 0px 0px 0px;
	padding:  10px;
}
#stacks_in_230 form.dds_form{width:100%;padding:2px 0}#stacks_in_230 form.dds_form input[type=search]{width:100%;color:#118040;font-size:10px;text-indent:0.5em}#stacks_in_230 form.dds_form::placeholder{color:#118040}

#stacks_in_230 {
	margin: -4px 30px 20px 30px;
	padding: 2px 2px 2px 10px;
}
.stacks_in_4912{--glass-bg:transparent;--glass-blur:0px;--glass-border-size:4px;--glass-radius:45px;--glass-border-one:rgba(204, 204, 204, 1.00);--glass-border-two:rgba(179, 179, 179, 1.00);--glass-border-deg:180deg;--glass-hover-deg:540deg;--glass-shine-duration:350ms;--glass-shine-scale:0.995;--glass-iteration:glass-border-rotate;--glass-spotlight-color:rgba(15, 128, 255, 1.00);--glass-spotlight-size:100%;--glass-shimmer-angle:20deg;--glass-shimmer-color:rgba(128, 0, 255, 0.45);--glass-shimmer-width:0%;--glass-shimmer-speed:650ms;--glass-shimmer-delay:200ms;--glass-inner-shadow:inset 3px -3px 3px 3px rgba(128, 128, 128, 1.00);--glass-drop-shadow:3px -3px 10px 2px rgba(0, 0, 0, 0.25);--glass-padding:1rem 2rem}.stacks_in_4912:hover{--glass-bg:transparent;}
#stacks_in_5106{border-radius:0px;}#stacks_in_5106 .boxgrid{width:100%;display:block;position:relative;overflow:hidden;margin:0 auto}#stacks_in_5106 .boxgrid .back,#stacks_in_5106 .boxgrid .cover{width:100%;margin:0;padding:0;display:block;position:absolute;top:0;left:0;border-radius:0px;}#stacks_in_5106 .boxgrid .cover{opacity:1.00;}

#stacks_in_5104 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



	#stacks_in_5109 h3,#stacks_in_5109 h3 a,#stacks_in_5109 p,#stacks_in_5109 p a{
		font-size:38px;
		line-height:1.26em;
		margin:0;
	}
	


#stacks_in_5109 h3,#stacks_in_5109 h3 a,#stacks_in_5109 p,#stacks_in_5109 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	font-family:"Mea Culpa";
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5109 p a:hover, #stacks_in_5109 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









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



	#stacks_in_5062 h3,#stacks_in_5062 h3 a,#stacks_in_5062 p,#stacks_in_5062 p a{
		font-size:24px;
		line-height:1.25em;
		margin:0;
	}
	


#stacks_in_5062 h3,#stacks_in_5062 h3 a,#stacks_in_5062 p,#stacks_in_5062 p a{
	color:rgba(102, 102, 102, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:Georgia, Serif;
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5062 p a:hover, #stacks_in_5062 h3 a:hover{
	color:rgba(33, 255, 255, 1.00);
}









#stacks_in_5062 {
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	margin: 10px 0px 5px 0px;
}

#stacks_in_4974 {
	margin:  10px;
}
.lines.stacks_in_4828{width:90%;margin:calc(16rem/16) auto calc(20rem/16) auto;border-bottom:2px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_4828.vertical{border-left:2px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}
#stacks_in_1931 .aContainer {
 

}.stacks_in_5070{--glass-bg:transparent;--glass-blur:0px;--glass-border-size:2px;--glass-radius:45px;--glass-border-one:rgba(179, 179, 179, 1.00);--glass-border-two:rgba(153, 153, 153, 1.00);--glass-border-deg:180deg;--glass-hover-deg:540deg;--glass-shine-duration:350ms;--glass-shine-scale:0.995;--glass-iteration:;--glass-spotlight-color:rgba(15, 128, 255, 1.00);--glass-spotlight-size:100%;--glass-shimmer-angle:20deg;--glass-shimmer-color:rgba(128, 0, 255, 0.45);--glass-shimmer-width:10%;--glass-shimmer-speed:650ms;--glass-shimmer-delay:200ms;--glass-inner-shadow:inset 3px -3px 3px -4px rgba(128, 128, 128, 1.00);--glass-padding:1rem 1rem}.stacks_in_5070:hover{--glass-bg:transparent;}

#stacks_in_5086 {
	border: solid rgba(102, 102, 102, 1.00);
	border-width: 0px 3px 3px 0px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 5px 8px 0px 8px;
}

#stacks_in_4930 {
	margin:  10px;
	padding: 0px 0px 10px 0px;
}
.lines.stacks_in_1169{width:90%;margin:calc(16rem/16) auto calc(20rem/16) auto;border-bottom:1px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_1169.vertical{border-left:1px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}



	#stacks_in_4945 h3,#stacks_in_4945 h3 a,#stacks_in_4945 p,#stacks_in_4945 p a{
		font-size:24px;
		line-height:1.50em;
		margin:0;
	}
	


#stacks_in_4945 h3,#stacks_in_4945 h3 a,#stacks_in_4945 p,#stacks_in_4945 p a{
	color:rgba(119, 41, 28, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:Georgia, Serif;
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4945 p a:hover, #stacks_in_4945 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









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

#stacks_in_5028 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	margin: 5px 0px 5px 0px;
	padding:  5px;
}
/*
1.0.2.2
- fixes shortcode typo
- after was not loading in if end date had already passed
- fixed a bug that could cause set timezone to miss-calculate if using non-repeating date and time
- updates timed-content.js with clock functions
*/
@font-face {
    font-family: '1ldclockmedium';
    src: url('tc-files/1ldclock-webfont.woff2') format('woff2'),
         url('tc-files/1ldclock-webfont.woff') format('woff'),
        url('tc-files/1ldclock-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*  */
/*  */
#stacks_in_5029 .timed-content-progress-bar {
  display: none;
}
/*  */
#stacks_in_5029,
#stacks_out_5029,
#stacks_in_5028 {
  overflow: visible;
  clear: both;
}
#stacks_in_5029 .timed-content-number {
  box-shadow: 0px 1px 2px rgba(0,0,0,15%);
}
#stacks_in_5029 .timed-content-rotate .timed-content-number {
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,30%);
}
#stacks_in_5029 .timed-content-rotate.rotate-smooth .timed-content-number:after {
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,30%),
              inset 0px -5px 5px -3px rgba(0,0,0,30%);
  /*  */
  background: linear-gradient(to bottom,  rgba(0,0,0,19.994999%) 0%,rgba(0,0,0,4.995000%) 20%,rgba(0,0,0,0%) 40%,rgba(0,0,0,4.995000%) 60%,rgba(0,0,0,15%) 80%,rgba(0,0,0,19.994999%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#stacks_in_5029 .timed-content-fold .timed-content-number {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5),
              inset 0px 0px 5px rgba(0,0,0,0.5);
}
#stacks_in_5029 .tc-dark-shadows.timed-content-fold .timed-content-number {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5),
              inset 0px 0px 5px rgba(0,0,0,0.5);
}
#stacks_in_5029 .timed-content-inline .timed-content-number {
    box-shadow: none;
}
#stacks_in_5029 .timed-content-countdown-wrap {
  color: rgba(17, 17, 17, 1.00);
  padding: 24px 0px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.00);
}
#stacks_in_5029 .timed-content-countdown-wrap * {
  font-family:  "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#stacks_in_5029 .timed-content-digital .timed-content-number div span {
  font-family: '1ldclockmedium';
}
#stacks_in_5029 .timed-content-digital .timed-content-number div span:before {
    content: "88";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
    color: rgba(17, 17, 17, 1.00);
    opacity: 0.2;
}
#stacks_in_5029 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
    content: "888888888888888888888";
    overflow: hidden;
    left: 12px;
    right: 12px;
    width: auto;
    top: 0;
}
#stacks_in_5029 .timed-content-number,
#stacks_in_5029 .timed-content-number div,
#stacks_in_5029 .timed-content-fold .timed-content-number > div:after,
#stacks_in_5029 .timed-content-fold .timed-content-number > div:before,
#stacks_in_5029 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
  background-color: #F3F3F3;
  color: rgba(17, 17, 17, 1.00);
  border-radius:  6px;
}
#stacks_in_5029 .timed-content-number div span {
  color: rgba(17, 17, 17, 1.00);
}
#stacks_in_5029 .timed-content-rotate .timed-content-number > div.state-after,
#stacks_in_5029 .timed-content-rotate .timed-content-number > div.state-before {
  background-color: #F3F3F3;
  border-radius: 0px;
}
#stacks_in_5029 .timed-content-fold .timed-content-number > div {
  border-radius:  6px 6px 0px 0px;
}
#stacks_in_5029 .timed-content-countdown {
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(80px, max-content));
  /*  */
}
#stacks_in_5029 .timed-content-part div.timed-content-title {
  font-size: 14px;
}
#stacks_in_5029 .timed-content-number,
#stacks_in_5029 .timed-content-number div,
#stacks_in_5029 .timed-content-number div span,
#stacks_in_5029 .timed-content-fold .timed-content-number > div:after,
#stacks_in_5029 .timed-content-fold .timed-content-number > div:before,
#stacks_in_5029 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
  width: auto;
  min-width: 80px;
  height: 60.000000px;
  line-height: 58.000000px; /* Adjusted for font */
  font-size: 50.000000px;
  font-weight: normal;
  letter-spacing: 0px;
}
#stacks_in_5029 .timed-content-digital .timed-content-number div span {
  line-height: 60.000000px;
  font-size: 60.000000px;
  color:  rgba(67, 67, 67, 1.00);
  text-shadow: 0px 0px 5px rgba(17, 17, 17, 1.00);
}
#stacks_in_5029 .timed-content-number div span {
  min-width: 0px;
}
#stacks_in_5029 .timed-content-number > div {
  padding: 0px 0px;
  box-sizing: border-box;
}
#stacks_in_5029 .tc-digit-padding .timed-content-number > div {
  padding: 0px 12px;
}
#stacks_in_5029 .tc-digit-padding .timed-content-number-5 {
  position: relative;
}
#stacks_in_5029 .timed-content-part:before {
  background-color: rgba(0, 0, 0, 0.00);
  height: 60.000000px;
}
#stacks_in_5029 .timed-content-number:after,
#stacks_in_5029 .timed-content-number:before {
    width: 5px;
    height: 5px;
    background-color: rgba(17, 17, 17, 1.00);
    right: -10px;
    border-radius: 0px;
}
#stacks_in_5029 .timed-content-fold .timed-content-number > div {
  height: 50%;
}
#stacks_in_5029 .timed-content-rotate .timed-content-number div {
  background: transparent;
}
/*  */
#stacks_in_5029 .timed-content-rotate .timed-content-countdown div {
   align-content: top;
   justify-content: top;
}
#stacks_in_5029 .timed-content-rotate .timed-content-number div {
    display: inline-block;
    position: relative;
    margin-top: 0;
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-1 {
    top: 120.000000px;
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-2 {
    top: 60.000000px;
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-3 {
    top: 0px;
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-4 {
    top: -60.000000px;
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-5 {
    top: -120.000000px;
}
/*  */
#stacks_in_5029 .timed-content-rotate .timed-content-number {
  perspective: 2000px;
  height: 120.000000px;/* double height */
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .state-out {
  transform: translate3D(0,-108.000000px,0) rotateX(75deg);
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .state-after {
  transform: translate3D(0,-60.000000px,0px) rotateX(37.5deg);
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .state-active {
  transform: translate3D(0,0,0px) rotateX(0deg);
}
#stacks_in_5029 .timed-content-rotate .timed-content-number .state-before {
  transform: translate3D(0,60.000000px,0px) rotateX(-37.5deg);
}
#stacks_in_5029 .timed-content-rotate .timed-content-number > div.state-in {
  transform: translate3D(0,108.000000px,0) rotateX(-75deg);
}
@media all and (max-width: 1000px) {
  #stacks_in_5029 .timed-content-countdown {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(65px, max-content));
  }
  #stacks_in_5029 .timed-content-part:before {
    height: 48.750000px;
  }
  #stacks_in_5029 .timed-content-number,
  #stacks_in_5029 .timed-content-number div,
  #stacks_in_5029 .timed-content-number div span,
  #stacks_in_5029 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_5029 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_5029 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    width: auto;
    min-width: 65px;
    height: 48.750000px;
    line-height: 47.125000px; /* Adjusted for font */
    font-size: 40.625000px;
    letter-spacing: 0px;
  }
  #stacks_in_5029 .timed-content-digital .timed-content-number div span {
    line-height: 48.750000px;
    font-size: 48.750000px;
  }
  #stacks_in_5029 .timed-content-number:after,
  #stacks_in_5029 .timed-content-number:before {
      width: 4px;
      height: 4px;
      right: -7px;
  }
  #stacks_in_5029 .tc-digit-padding .timed-content-number > div {
    padding: 0px 6px;
  }
  #stacks_in_5029 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
      left: 6px;
      right: 6px;
  }
  /*  */
  #stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-1 {
      top: 97.500000px;
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-2 {
      top: 48.750000px;
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-4 {
      top: -48.750000px;
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-5 {
      top: -97.500000px;
  }
  /*  */
  #stacks_in_5029 .timed-content-rotate .timed-content-number {
    height: 97.500000px;/* double height */
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .state-out {
    transform: translate3D(0,-87.750000px,0) rotateX(75deg);
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .state-after {
    transform: translate3D(0,-48.750000px,0px) rotateX(37.5deg);
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .state-before {
    transform: translate3D(0,48.750000px,0px) rotateX(-37.5deg);
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number > div.state-in {
    transform: translate3D(0,87.750000px,0) rotateX(-75deg);
  }
}
@media all and (max-width: 600px) {
  #stacks_in_5029 .timed-content-part div.timed-content-title {
    font-size: 12px;
  }
  #stacks_in_5029 .timed-content-number,
  #stacks_in_5029 .timed-content-number div,
  #stacks_in_5029 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_5029 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_5029 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    border-radius:  4.500000px;
  }
  #stacks_in_5029 .timed-content-fold .timed-content-number > div {
    border-radius:  4.500000px 4.500000px 0px 0px;
  }
  #stacks_in_5029 .timed-content-countdown {
    grid-gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(50px, max-content));
  }
  #stacks_in_5029 .timed-content-part:before {
    height: 37.500000px;
  }
  #stacks_in_5029 .timed-content-number,
  #stacks_in_5029 .timed-content-number div,
  #stacks_in_5029 .timed-content-number div span,
  #stacks_in_5029 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_5029 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_5029 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    width: auto;
    min-width: 50px;
    height: 37.500000px;
    line-height: 36.250000px; /* Adjusted for font */
    font-size: 31.250000px;
    letter-spacing: 0px;
  }
  #stacks_in_5029 .timed-content-digital .timed-content-number div span {
    line-height: 37.500000px;
    font-size: 37.500000px;
  }
  #stacks_in_5029 .timed-content-number:after,
  #stacks_in_5029 .timed-content-number:before {
      width: 4px;
      height: 4px;
      right: -6px;
  }
  /*  */
  #stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-1 {
      top: 75.000000px;
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-2 {
      top: 37.500000px;
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-4 {
      top: -37.500000px;
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .timed-content-number-5 {
      top: -75.000000px;
  }
  /*  */
  #stacks_in_5029 .timed-content-rotate .timed-content-number {
    height: 75.000000px;/* double height */
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .state-out {
    transform: translate3D(0,-67.500000px,0) rotateX(75deg);
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .state-after {
    transform: translate3D(0,-37.500000px,0px) rotateX(37.5deg);
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number .state-before {
    transform: translate3D(0,37.500000px,0px) rotateX(-37.5deg);
  }
  #stacks_in_5029 .timed-content-rotate .timed-content-number > div.state-in {
    transform: translate3D(0,67.500000px,0) rotateX(-75deg);
  }
}
@media all and (max-width: 350px) {
  #stacks_in_5029 .timed-content-part div.timed-content-title {
    font-size: 10px;
  }
}
#stacks_in_5029 .timed-content-rotate .timed-content-number:after, #stacks_in_5029 .timed-content-rotate .timed-content-number:before {
  width: 100%;
  height: 100%;
  right: auto;
  transform: translate(0,0);
  display: block;
  top: auto;
  background: transparent;
}
#stacks_in_5029 .timed-content-rotate .timed-content-part:before {
  display: none;
}
/*  */
#stacks_out_5052 .emphasize-scale {
  transform-origin: center;
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  transform: scale(1.000000);
}
#stacks_out_5052 {
  z-index: 9999;
}
#stacks_out_5052.emphasized {
  z-index: 10000;
}
#stacks_out_5052 .emphasize-shadow:before, #stacks_out_5052 .emphasize-shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  opacity: 1;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.30);
  z-index: 9998;
  border-radius: var(--emphRadiusstacks_in_5052, 0);
}
#stacks_out_5052 .emphasize-shadow {
  position: relative;
}
#stacks_out_5052 .emphasize-shadow:after {
  opacity: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.30);
}
#stacks_out_5052.emphasized .emphasize-shadow:before {
  opacity: 0;
}
#stacks_out_5052.emphasized .emphasize-shadow:after {
  opacity: 1;
}
#stacks_out_5052 .emphasize-reveal {
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  opacity: 0;
}
#stacks_out_5052.emphasized .emphasize-reveal {
  opacity: 1;
}
#emphasize_overlay_stacks_in_5052 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 900ms ease;
  will-change: opacity;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.00);
}
.emphasized #emphasize_overlay_stacks_in_5052 {
  opacity: 1;
}
#emphasize_observer_stacks_in_5052 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transform-origin: center;
  transform: scale(1.000000);
  z-index: 9999;
}



#stacks_in_5052 {
	margin:  4px;
	padding:  20px;
}

#stacks_in_5033 {
	margin: 5px 0px 0px 0px;
}
/* ------------------------------------*/
/* Accordion                           */
/* ------------------------------------*/

	@font-face {
		font-family: 'Lora';
		src: url('../index_files/lora-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Montserrat';
		src: url('../index_files/montserrat-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Open Sans';
		src: url('../index_files/opensans-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'Roboto Slab';
		src: url('../index_files/robotoslab-regular-webfont.woff') format('woff');
		font-weight: 400;
		font-style: normal;
	}


ul#stacks_in_5093_accordion {
	display: block;
	list-style: none;
	border-radius: 4px;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	text-shadow: none;
}

ul#stacks_in_5093_accordion > li {
	list-style: none;
	background: none !important;
	margin: 0;
	padding: 0 !important;
}

#stacks_in_5093 .hide_toggle {
	display: none;
}


/* Label Font Choices */

	ul#stacks_in_5093_accordion .accordion_label {
		font-family: 'Open Sans', sans-serif;
	}















/* Content Font Choices */

	ul#stacks_in_5093_accordion .accordion_content {
		font-family: 'Open Sans', sans-serif;
	}









ul#stacks_in_5093_accordion .accordion_label {
	cursor: pointer;
	padding: 15px 20px;
	position: relative;
}

ul#stacks_in_5093_accordion .accordion_label i {
}

ul#stacks_in_5093_accordion .stacks_in_5093_accordion_selectedarrow_icon {
}

ul#stacks_in_5093_accordion .accordion_content {
	
		padding: 40px;
	

}

ul#stacks_in_5093_accordion li:last-child .accordion_content {
}

ul#stacks_in_5093_accordion  .accordion_label .accordion_icon {
	display: inline-block;
	text-align: center;
	width: 25px;
	
		position: absolute;
		right: 20px;
		top: 15px;
		margin-right: 0px;
	
	
}

ul#stacks_in_5093_accordion .accordion_label .accordion_icon i {
	width: 25px;
	height: 25px;
	line-height: 24px;
	
}

ul#stacks_in_5093_accordion .stacks_in_5093_accordion_selectedarrow_icon .accordion_icon i {
	
}

#stacks_in_5093_open_all {
	cursor: pointer;
	font-size: 20px;
	
	
	margin-top: 12px;
	

}

#stacks_in_5093 .show_all_alignment {
	text-align: left;
	
	
}



/* ------------------------------------*/
/* Accordion Styles                    */
/* ------------------------------------*/

/* Ghost */
	ul#stacks_in_5093_accordion.ghost {
		border: 1px solid #d4d4d4;
	}

	ul#stacks_in_5093_accordion.ghost .accordion_label {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_5093_accordion.ghost .stacks_in_5093_accordion_selectedarrow_icon {
		background-color: #f2f2f2;
	}

	ul#stacks_in_5093_accordion.ghost .accordion_content {
		color: #434343;
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_5093_accordion.ghost li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #d4d4d4;
	}

	ul#stacks_in_5093_accordion.ghost li:last-child .accordion_content {
		border-bottom: none;
	}



/* Dark Grey */
	ul#stacks_in_5093_accordion.dark_grey {
		border: 1px solid #adadad;
	}

	ul#stacks_in_5093_accordion.dark_grey .accordion_label {
		color: #FCFEF9;
		border-bottom: 1px solid #4E4F54;
		background: rgb(108,109,113); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmQ3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRmNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(108,109,113,1) 0%, rgba(78,79,84,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,109,113,1)), color-stop(100%,rgba(78,79,84,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(108,109,113,1) 0%,rgba(78,79,84,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6d71', endColorstr='#4e4f54',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_5093_accordion.dark_grey .stacks_in_5093_accordion_selectedarrow_icon {
		color: #4E4F54;
		border-bottom: 1px solid #adadad;
		background: rgb(238,238,238); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_5093_accordion.dark_grey .accordion_content {
		color: #434343;
		border-bottom: 1px solid #adadad;
		background-color: #EFEFEF;
	}

	ul#stacks_in_5093_accordion.dark_grey li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #adadad;
	}

	ul#stacks_in_5093_accordion.dark_grey li:last-child .accordion_content {
		border-bottom: none;
	}




/* Light Blue */
	ul#stacks_in_5093_accordion.light_blue {
		border: 1px solid #E6E6E6;
	}

	ul#stacks_in_5093_accordion.light_blue .accordion_label {
		color: #939496;
		border-top: 1px solid #f3f3f3;
		border-bottom: 1px solid #dedede;
		background: rgb(244,249,249); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: rgb(239,239,239); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_5093_accordion.light_blue .stacks_in_5093_accordion_selectedarrow_icon {
		color: #fff;
		border-top: 1px solid #98eaff;
		border-bottom: 1px solid #1EB0F4;
		background: rgb(36,210,253); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0ZDJmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMGJlZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(36,210,253,1) 0%, rgba(32,190,252,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,210,253,1)), color-stop(100%,rgba(32,190,252,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(36,210,253,1) 0%,rgba(32,190,252,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24d2fd', endColorstr='#20befc',GradientType=0 ); /* IE6-8 */
	}


	ul#stacks_in_5093_accordion.light_blue .accordion_content {
		background: #d6d6d6;
		color: #3E3E3E;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
		border-bottom: 1px solid #E6E6E6;
	}

	ul#stacks_in_5093_accordion.light_blue li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #1EB0F4;
	}

	ul#stacks_in_5093_accordion.light_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Teal */
	ul#stacks_in_5093_accordion.flat_teal {
		border: 1px solid #E2E2E2;
	}

	ul#stacks_in_5093_accordion.flat_teal .accordion_label {
		color: #ABABAB;
		background: #FFFFFF;
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_5093_accordion.flat_teal .stacks_in_5093_accordion_selectedarrow_icon {
		color: #fff;
		background: #61BBC3;
		border-bottom: 1px solid #61BBC3;
	}

	ul#stacks_in_5093_accordion.flat_teal .accordion_content {
		background: #576465;
		color: #dfdfdf;
		border-bottom: 1px solid #E2E2E2;
		box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
	}

	ul#stacks_in_5093_accordion.flat_teal li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #E2E2E2;
	}

	ul#stacks_in_5093_accordion.flat_teal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Blue Grey */
	ul#stacks_in_5093_accordion.blue_grey {
		border: 1px solid #2D2E32;
	}

	ul#stacks_in_5093_accordion.blue_grey .accordion_label {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-top: 1px solid #606872;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_5093_accordion.blue_grey .stacks_in_5093_accordion_selectedarrow_icon {
		color: #DADEDF;
		text-shadow: 0 -1px 0 #111820;
		border-bottom: 1px solid #212226;
		background: rgb(75,84,91); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRiNTQ1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(75,84,91,1) 0%, rgba(63,72,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,84,91,1)), color-stop(100%,rgba(63,72,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(75,84,91,1) 0%,rgba(63,72,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b545b', endColorstr='#3f4856',GradientType=0 ); /* IE6-8 */
	}

	ul#stacks_in_5093_accordion.blue_grey .accordion_content {
		background: #363D45;
		color: #C4C5C9;
		border-bottom: 1px solid #2D2E32;
		box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.25);
	}

	ul#stacks_in_5093_accordion.blue_grey li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #212226;
	}

	ul#stacks_in_5093_accordion.blue_grey li:last-child .accordion_content {
		border-bottom: none;
	}



/* Flat Orange */
	ul#stacks_in_5093_accordion.flat_orange {
	}

	ul#stacks_in_5093_accordion.flat_orange .accordion_label {
		color: #F6F1E3;
		background: #DC614F;
	}

	ul#stacks_in_5093_accordion.flat_orange .stacks_in_5093_accordion_selectedarrow_icon {
		color: #F6F1E3;
		background: #DC614F;
		border-bottom: 2px solid #B94537;
	}

	ul#stacks_in_5093_accordion.flat_orange .accordion_content {
		background: #CC5545;
		color: #FCE1DB;
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_5093_accordion.flat_orange li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #B94537;
	}

	ul#stacks_in_5093_accordion.flat_orange li:last-child .accordion_content {
		border-bottom: none;
	}



/* Forest Green */
	ul#stacks_in_5093_accordion.forest_green {
	}

	ul#stacks_in_5093_accordion.forest_green .accordion_label {
		color: #99C676;
		background: #679341;
		border-top: 1px solid #96BE74;
		border-bottom: 1px solid #425F2E;
	}

	ul#stacks_in_5093_accordion.forest_green .stacks_in_5093_accordion_selectedarrow_icon {
		color: #384D24;
		background: #95BF70;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_5093_accordion.forest_green .accordion_content {
		background: #394D27;
		color: #F0F8E7;
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_5093_accordion.forest_green li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_5093_accordion.forest_green li:last-child .accordion_content {
		border-bottom: none;
	}



/* Earthy */
	ul#stacks_in_5093_accordion.earthy {
		border: 1px solid #645B51;
	}

	ul#stacks_in_5093_accordion.earthy .accordion_label {
		color: #F7E7D4;
		background: #806F63;
		border-top: 1px solid #908279;
		border-bottom: 1px solid #645B51;
	}

	ul#stacks_in_5093_accordion.earthy .stacks_in_5093_accordion_selectedarrow_icon {
		color: #F7E7D5;
		background: #D95943;
		border-top: 1px solid #E58669;
		border-bottom: 2px solid #D01C1F;
	}

	ul#stacks_in_5093_accordion.earthy .accordion_content {
		background: #645548;
		color: #c4bcb1;
		border-bottom: 1px solid #52453b;
	}

	ul#stacks_in_5093_accordion.earthy li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #29371d;
	}

	ul#stacks_in_5093_accordion.earthy li:last-child .accordion_content {
		border-bottom: none;
	}



/* Purple Power */
	ul#stacks_in_5093_accordion.purple_power {
	}

	ul#stacks_in_5093_accordion.purple_power .accordion_label {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #a45693;
	}

	ul#stacks_in_5093_accordion.purple_power .stacks_in_5093_accordion_selectedarrow_icon {
		color: #fff;
		background: #B05B9E;
		border-top: 1px solid #c069ae;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_5093_accordion.purple_power .accordion_content {
		background: #6B4E99;
		color: #fff;
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_5093_accordion.purple_power li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #4d3572;
	}

	ul#stacks_in_5093_accordion.purple_power li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bold Blue */
	ul#stacks_in_5093_accordion.bold_blue {
		border: 1px solid #DBDBDB;
	}

	ul#stacks_in_5093_accordion.bold_blue .accordion_label {
	  color: #333333;
	  background-color: #f5f5f5;
	  *background-color: #e6e6e6;
	  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	  background-repeat: repeat-x;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #DBDBDB;
	}

	ul#stacks_in_5093_accordion.bold_blue .stacks_in_5093_accordion_selectedarrow_icon {
	  color: #ffffff;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	  background-color: #006dcc;
	  *background-color: #0044cc;
	  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		border-top: 1px solid #0d93d6;
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_5093_accordion.bold_blue .accordion_content {
		background: rgb(247,247,247); /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(254,254,254,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fefefe',GradientType=0 ); /* IE6-8 */
		color: #434343;
		border-bottom: 1px solid #e2e2e2;
	}

	ul#stacks_in_5093_accordion.bold_blue li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #02369f;
	}

	ul#stacks_in_5093_accordion.bold_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Baby Blue */
	ul#stacks_in_5093_accordion.baby_blue {
		border: 1px solid #C4CDDF;
	}

	ul#stacks_in_5093_accordion.baby_blue .accordion_label {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_5093_accordion.baby_blue .stacks_in_5093_accordion_selectedarrow_icon {
		color: #8BAEF7;
		background: #E0ECFD;
		border-top: 1px solid #e9f2fe;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_5093_accordion.baby_blue .accordion_content {
		background: #F8F8F8;
		color: #797979;
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_5093_accordion.baby_blue li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #C4CDDF;
	}

	ul#stacks_in_5093_accordion.baby_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Shamrock */
	ul#stacks_in_5093_accordion.shamrock {
	}

	ul#stacks_in_5093_accordion.shamrock .accordion_label {
		color: #FFFFFF;
		background: #3EBF9C;
		border-bottom: 1px solid #2ba483;
	}

	ul#stacks_in_5093_accordion.shamrock .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_5093_accordion.shamrock .accordion_content {
		background: #2F3D4F;
		color: #EFF3F3;
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_5093_accordion.shamrock li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #283444;
	}

	ul#stacks_in_5093_accordion.shamrock li:last-child .accordion_content {
		border-bottom: none;
	}



/* Crimson */
	ul#stacks_in_5093_accordion.crimson {
		border: 1px solid #000000;
	}

	ul#stacks_in_5093_accordion.crimson .accordion_label {
		color: #EEFFFF;
		background: #222222;
		border-bottom: 1px solid #000000;
	}

	ul#stacks_in_5093_accordion.crimson .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE4641;
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_5093_accordion.crimson .accordion_content {
		background: #000000;
		color: #999999;
	}

	ul#stacks_in_5093_accordion.crimson li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #cc3f3a;
	}

	ul#stacks_in_5093_accordion.crimson li:last-child .accordion_content {
		border-bottom: none;
	}



/* Gun Metal */
	ul#stacks_in_5093_accordion.gun_metal {
	}

	ul#stacks_in_5093_accordion.gun_metal .accordion_label {
		color: #F7F8F8;
		background: #47545E;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_5093_accordion.gun_metal .stacks_in_5093_accordion_selectedarrow_icon {
		color: #3A4753;
		background: #49A2E0;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_5093_accordion.gun_metal .accordion_content {
		background: #3C474F;
		color: #F8F9F9;
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_5093_accordion.gun_metal li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #2E363C;
	}

	ul#stacks_in_5093_accordion.gun_metal li:last-child .accordion_content {
		border-bottom: none;
	}



/* Bright Blue */
	ul#stacks_in_5093_accordion.bright_blue {
		border: 1px solid #E0E9ED;
	}

	ul#stacks_in_5093_accordion.bright_blue .accordion_label {
		color: #5C7F89;
		background: #FFFFFF;
		border-bottom: 1px solid #E0E9ED;
	}

	ul#stacks_in_5093_accordion.bright_blue .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #1FBDD0;
		border-bottom: none;
	}

	ul#stacks_in_5093_accordion.bright_blue .accordion_content {
		background: #E0E9ED;
		color: #668b94;
	}

	ul#stacks_in_5093_accordion.bright_blue li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
	}

	ul#stacks_in_5093_accordion.bright_blue li:last-child .accordion_content {
		border-bottom: none;
	}



/* Pinky */
	ul#stacks_in_5093_accordion.pinky {
	}

	ul#stacks_in_5093_accordion.pinky .accordion_label {
		color: #695E5D;
		background: #F1C1BC;
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_5093_accordion.pinky .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #F1A7AC;
		border-bottom: 1px solid #d79498;
	}

	ul#stacks_in_5093_accordion.pinky .accordion_content {
		background: #EFE8D4;
		color: #837974;
	}

	ul#stacks_in_5093_accordion.pinky li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #dab0ad;
	}

	ul#stacks_in_5093_accordion.pinky li:last-child .accordion_content {
		border-bottom: none;
	}



/* Tesla */
	ul#stacks_in_5093_accordion.tesla {
	}

	ul#stacks_in_5093_accordion.tesla .accordion_label {
		color: #ffffff;
		background: #B48ECB;
		border-bottom: 1px solid #9a73b2;
		border-top: 1px solid #c9aadc;
	}

	ul#stacks_in_5093_accordion.tesla .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #67487C;
		border-bottom: 1px solid #573769;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_5093_accordion.tesla .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #9a73b2;
	}

	ul#stacks_in_5093_accordion.tesla li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_5093_accordion.tesla li:last-child .accordion_content {
		border-bottom: none;
	}



/* Rustic */
	ul#stacks_in_5093_accordion.rustic {
	}

	ul#stacks_in_5093_accordion.rustic .accordion_label {
		color: #ffffff;
		background: #A6C8A7;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_5093_accordion.rustic .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #585858;
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_5093_accordion.rustic .accordion_content {
		background: #EDEDED;
		color: #414141;
		border-bottom: 1px solid #96b597;
	}

	ul#stacks_in_5093_accordion.rustic li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #484848;
	}

	ul#stacks_in_5093_accordion.rustic li:last-child .accordion_content {
		border-bottom: none;
	}



/* Ruby */
	ul#stacks_in_5093_accordion.ruby {
	}

	ul#stacks_in_5093_accordion.ruby .accordion_label {
		color: #ffffff;
		background: #D9385A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_5093_accordion.ruby .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #BF0740;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_5093_accordion.ruby .accordion_content {
		background: #ededed;
		color: #7A7A7A;
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_5093_accordion.ruby li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #aa0639;
	}

	ul#stacks_in_5093_accordion.ruby li:last-child .accordion_content {
		border-bottom: none;
	}



/* Feather */
	ul#stacks_in_5093_accordion.feather {
	}

	ul#stacks_in_5093_accordion.feather .accordion_label {
		color: #ffffff;
		background: #DC8364;
		border-bottom: 1px solid #D66C5A;
	}

	ul#stacks_in_5093_accordion.feather .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #3EBF9C;
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_5093_accordion.feather .accordion_content {
		background: #E3DFDE;
		color: #7A7A7A;
		border-bottom: 1px solid #D46C5D;
	}

	ul#stacks_in_5093_accordion.feather li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3BAE8D;
	}

	ul#stacks_in_5093_accordion.feather li:last-child .accordion_content {
		border-bottom: none;
	}



/* Abstract */
	ul#stacks_in_5093_accordion.abstract {
	}

	ul#stacks_in_5093_accordion.abstract .accordion_label {
		color: #ffffff;
		background: #2C2B2C;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_5093_accordion.abstract .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #D6395C;
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_5093_accordion.abstract .accordion_content {
		background: #1B1A1D;
		color: #CDCDCD;
		border-bottom: 1px solid #1B1A1D;
	}

	ul#stacks_in_5093_accordion.abstract li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c03353;
	}

	ul#stacks_in_5093_accordion.abstract li:last-child .accordion_content {
		border-bottom: none;
	}




/* Hive */
	ul#stacks_in_5093_accordion.hive {
	}

	ul#stacks_in_5093_accordion.hive .accordion_label {
		color: #ffffff;
		background: #F28753;
		border-bottom: 1px solid #CB6B22;
	}

	ul#stacks_in_5093_accordion.hive .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #29BB9C;
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_5093_accordion.hive .accordion_content {
		background: #FAEBE2;
		color: #646464;
		border-bottom: 1px solid #FAEBE3;
	}

	ul#stacks_in_5093_accordion.hive li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #3F9D8E;
	}

	ul#stacks_in_5093_accordion.hive li:last-child .accordion_content {
		border-bottom: none;
	}




/* Navigator */
	ul#stacks_in_5093_accordion.navigator {
	}

	ul#stacks_in_5093_accordion.navigator .accordion_label {
		color: #ffffff;
		background: #63b8f5;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjhmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1N2EyZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #63b8f5 0%, #57a2f6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b8f5), color-stop(100%,#57a2f6));
		background: -webkit-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -o-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: -ms-linear-gradient(top,  #63b8f5 0%,#57a2f6 100%);
		background: linear-gradient(to bottom,  #63b8f5 0%,#57a2f6 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b8f5', endColorstr='#57a2f6',GradientType=0 );
		border-bottom: 1px solid #559dee;
		border-top: 1px solid #81caff;
	}

	ul#stacks_in_5093_accordion.navigator .stacks_in_5093_accordion_selectedarrow_icon {
		color: #1858a1;
		background: #469af4;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2OWFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmFjZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #469af4 0%, #46acf4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#469af4), color-stop(100%,#46acf4));
		background: -webkit-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -o-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: -ms-linear-gradient(top,  #469af4 0%,#46acf4 100%);
		background: linear-gradient(to bottom,  #469af4 0%,#46acf4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469af4', endColorstr='#46acf4',GradientType=0 );
		border-bottom: 1px solid #4289da;
		border-top: 1px solid transparent;
	}

	ul#stacks_in_5093_accordion.navigator .accordion_content {
		background: #F7F7F7;
		color: #414141;
		border-bottom: 1px solid #81caff;
	}

	ul#stacks_in_5093_accordion.navigator li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #573769;
	}

	ul#stacks_in_5093_accordion.navigator li:last-child .accordion_content {
		border-bottom: none;
	}



/* Majestic */
	ul#stacks_in_5093_accordion.majestic {
	}

	ul#stacks_in_5093_accordion.majestic .accordion_label {
		color: #ffffff;
		background: #4AC7CB;
		border-bottom: 1px solid #3aabaf;
	}

	ul#stacks_in_5093_accordion.majestic .stacks_in_5093_accordion_selectedarrow_icon {
		color: #ffffff;
		background: #DE425A;
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_5093_accordion.majestic .accordion_content {
		background: #f4f4f4;
		color: #7A7A7A;
		border-bottom: 1px solid #e8e8e8;
	}

	ul#stacks_in_5093_accordion.majestic li:last-child .stacks_in_5093_accordion_selectedarrow_icon {
		border-bottom: 1px solid #c83d52;
	}

	ul#stacks_in_5093_accordion.majestic li:last-child .accordion_content {
		border-bottom: none;
	}



/* END OF STYLES */



/* CUSTOM */







/* ------------------------------------*/
/* Media Queries                       */
/* ------------------------------------*/


@media only screen {
	ul#stacks_in_5093_accordion .accordion_label {
		font-size: 20px;
	}

	ul#stacks_in_5093_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 60px;
		
		
	}

}

@media only screen and (max-width: 1024px) {
	ul#stacks_in_5093_accordion .accordion_label {
		font-size: 18px;
	}

	ul#stacks_in_5093_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 60px;
		
		
	}
}

@media only screen and (max-width: 768px) {
	ul#stacks_in_5093_accordion .accordion_label {
		font-size: 16px;
	}

	ul#stacks_in_5093_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 50px;
		
		
	}
}

@media only screen and (max-width: 480px) {
	ul#stacks_in_5093_accordion .accordion_label {
		font-size: 14px;
	}

	ul#stacks_in_5093_accordion .accordion_label {
		cursor: pointer;
		padding: 15px 20px;
		position: relative;
		
			padding-right: 50px;
		
		
	}
}

#stacks_in_5093 {
	padding: 3px 20px 5px 20px;
}



#stacks_in_5101 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}



	#stacks_in_5040 h3,#stacks_in_5040 h3 a,#stacks_in_5040 p,#stacks_in_5040 p a{
		font-size:24px;
		line-height:1.50em;
		margin:0;
	}
	


#stacks_in_5040 h3,#stacks_in_5040 h3 a,#stacks_in_5040 p,#stacks_in_5040 p a{
	color:rgba(15, 128, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:Georgia, Serif;
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5040 p a:hover, #stacks_in_5040 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}











	#stacks_in_5042 h3,#stacks_in_5042 h3 a,#stacks_in_5042 p,#stacks_in_5042 p a{
		font-size:18px;
		line-height:1.25em;
		margin:0;
	}
	


#stacks_in_5042 h3,#stacks_in_5042 h3 a,#stacks_in_5042 p,#stacks_in_5042 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Times New Roman', Times, serif;
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5042 p a:hover, #stacks_in_5042 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5042 {
	margin: 0px 0px 6px 0px;
}



	#stacks_in_5084 h3,#stacks_in_5084 h3 a,#stacks_in_5084 p,#stacks_in_5084 p a{
		font-size:36px;
		line-height:1.30em;
		margin:0;
	}
	


#stacks_in_5084 h3,#stacks_in_5084 h3 a,#stacks_in_5084 p,#stacks_in_5084 p a{
	color:rgba(128, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 0.2em rgba(255, 255, 255, 1.00),0 0 0.2em rgba(255, 255, 255, 1.00);
	

	

	

	

	

	

	

}

#stacks_in_5084 p a:hover, #stacks_in_5084 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5084 {
	padding: 5px 0px 5px 0px;
}



	#stacks_in_5044 h3,#stacks_in_5044 h3 a,#stacks_in_5044 p,#stacks_in_5044 p a{
		font-size:24px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_5044 h3,#stacks_in_5044 h3 a,#stacks_in_5044 p,#stacks_in_5044 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	font-family:'Copperplate Gothic Light', Copperplate, sans-serif;
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_5044 p a:hover, #stacks_in_5044 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_5044 {
	margin: 21px 0px 10px 0px;
}

#stacks_in_4962 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	margin: 5px 0px 0px 0px;
}
/*
1.0.2.2
- fixes shortcode typo
- after was not loading in if end date had already passed
- fixed a bug that could cause set timezone to miss-calculate if using non-repeating date and time
- updates timed-content.js with clock functions
*/
@font-face {
    font-family: '1ldclockmedium';
    src: url('tc-files/1ldclock-webfont.woff2') format('woff2'),
         url('tc-files/1ldclock-webfont.woff') format('woff'),
        url('tc-files/1ldclock-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*  */
/*  */
#stacks_in_4981 .timed-content-progress-bar {
  display: none;
}
/*  */
#stacks_in_4981,
#stacks_out_4981,
#stacks_in_4962 {
  overflow: visible;
  clear: both;
}
#stacks_in_4981 .timed-content-number {
  box-shadow: 0px 1px 2px rgba(0,0,0,15%);
}
#stacks_in_4981 .timed-content-rotate .timed-content-number {
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,30%);
}
#stacks_in_4981 .timed-content-rotate.rotate-smooth .timed-content-number:after {
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,30%),
              inset 0px -5px 5px -3px rgba(0,0,0,30%);
  /*  */
  background: linear-gradient(to bottom,  rgba(0,0,0,19.994999%) 0%,rgba(0,0,0,4.995000%) 20%,rgba(0,0,0,0%) 40%,rgba(0,0,0,4.995000%) 60%,rgba(0,0,0,15%) 80%,rgba(0,0,0,19.994999%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#stacks_in_4981 .timed-content-fold .timed-content-number {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5),
              inset 0px 0px 5px rgba(0,0,0,0.5);
}
#stacks_in_4981 .tc-dark-shadows.timed-content-fold .timed-content-number {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5),
              inset 0px 0px 5px rgba(0,0,0,0.5);
}
#stacks_in_4981 .timed-content-inline .timed-content-number {
    box-shadow: none;
}
#stacks_in_4981 .timed-content-countdown-wrap {
  color: rgba(17, 17, 17, 1.00);
  padding: 24px 0px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.00);
}
#stacks_in_4981 .timed-content-countdown-wrap * {
  font-family:  "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#stacks_in_4981 .timed-content-digital .timed-content-number div span {
  font-family: '1ldclockmedium';
}
#stacks_in_4981 .timed-content-digital .timed-content-number div span:before {
    content: "88";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
    color: rgba(17, 17, 17, 1.00);
    opacity: 0.2;
}
#stacks_in_4981 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
    content: "888888888888888888888";
    overflow: hidden;
    left: 12px;
    right: 12px;
    width: auto;
    top: 0;
}
#stacks_in_4981 .timed-content-number,
#stacks_in_4981 .timed-content-number div,
#stacks_in_4981 .timed-content-fold .timed-content-number > div:after,
#stacks_in_4981 .timed-content-fold .timed-content-number > div:before,
#stacks_in_4981 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
  background-color: #F3F3F3;
  color: rgba(17, 17, 17, 1.00);
  border-radius:  6px;
}
#stacks_in_4981 .timed-content-number div span {
  color: rgba(17, 17, 17, 1.00);
}
#stacks_in_4981 .timed-content-rotate .timed-content-number > div.state-after,
#stacks_in_4981 .timed-content-rotate .timed-content-number > div.state-before {
  background-color: #F3F3F3;
  border-radius: 0px;
}
#stacks_in_4981 .timed-content-fold .timed-content-number > div {
  border-radius:  6px 6px 0px 0px;
}
#stacks_in_4981 .timed-content-countdown {
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(80px, max-content));
  /*  */
}
#stacks_in_4981 .timed-content-part div.timed-content-title {
  font-size: 14px;
}
#stacks_in_4981 .timed-content-number,
#stacks_in_4981 .timed-content-number div,
#stacks_in_4981 .timed-content-number div span,
#stacks_in_4981 .timed-content-fold .timed-content-number > div:after,
#stacks_in_4981 .timed-content-fold .timed-content-number > div:before,
#stacks_in_4981 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
  width: auto;
  min-width: 80px;
  height: 60.000000px;
  line-height: 58.000000px; /* Adjusted for font */
  font-size: 50.000000px;
  font-weight: normal;
  letter-spacing: 0px;
}
#stacks_in_4981 .timed-content-digital .timed-content-number div span {
  line-height: 60.000000px;
  font-size: 60.000000px;
  color:  rgba(67, 67, 67, 1.00);
  text-shadow: 0px 0px 5px rgba(17, 17, 17, 1.00);
}
#stacks_in_4981 .timed-content-number div span {
  min-width: 0px;
}
#stacks_in_4981 .timed-content-number > div {
  padding: 0px 0px;
  box-sizing: border-box;
}
#stacks_in_4981 .tc-digit-padding .timed-content-number > div {
  padding: 0px 12px;
}
#stacks_in_4981 .tc-digit-padding .timed-content-number-5 {
  position: relative;
}
#stacks_in_4981 .timed-content-part:before {
  background-color: rgba(0, 0, 0, 0.00);
  height: 60.000000px;
}
#stacks_in_4981 .timed-content-number:after,
#stacks_in_4981 .timed-content-number:before {
    width: 5px;
    height: 5px;
    background-color: rgba(17, 17, 17, 1.00);
    right: -10px;
    border-radius: 0px;
}
#stacks_in_4981 .timed-content-fold .timed-content-number > div {
  height: 50%;
}
#stacks_in_4981 .timed-content-rotate .timed-content-number div {
  background: transparent;
}
/*  */
#stacks_in_4981 .timed-content-rotate .timed-content-countdown div {
   align-content: top;
   justify-content: top;
}
#stacks_in_4981 .timed-content-rotate .timed-content-number div {
    display: inline-block;
    position: relative;
    margin-top: 0;
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-1 {
    top: 120.000000px;
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-2 {
    top: 60.000000px;
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-3 {
    top: 0px;
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-4 {
    top: -60.000000px;
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-5 {
    top: -120.000000px;
}
/*  */
#stacks_in_4981 .timed-content-rotate .timed-content-number {
  perspective: 2000px;
  height: 120.000000px;/* double height */
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .state-out {
  transform: translate3D(0,-108.000000px,0) rotateX(75deg);
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .state-after {
  transform: translate3D(0,-60.000000px,0px) rotateX(37.5deg);
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .state-active {
  transform: translate3D(0,0,0px) rotateX(0deg);
}
#stacks_in_4981 .timed-content-rotate .timed-content-number .state-before {
  transform: translate3D(0,60.000000px,0px) rotateX(-37.5deg);
}
#stacks_in_4981 .timed-content-rotate .timed-content-number > div.state-in {
  transform: translate3D(0,108.000000px,0) rotateX(-75deg);
}
@media all and (max-width: 1000px) {
  #stacks_in_4981 .timed-content-countdown {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(65px, max-content));
  }
  #stacks_in_4981 .timed-content-part:before {
    height: 48.750000px;
  }
  #stacks_in_4981 .timed-content-number,
  #stacks_in_4981 .timed-content-number div,
  #stacks_in_4981 .timed-content-number div span,
  #stacks_in_4981 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_4981 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_4981 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    width: auto;
    min-width: 65px;
    height: 48.750000px;
    line-height: 47.125000px; /* Adjusted for font */
    font-size: 40.625000px;
    letter-spacing: 0px;
  }
  #stacks_in_4981 .timed-content-digital .timed-content-number div span {
    line-height: 48.750000px;
    font-size: 48.750000px;
  }
  #stacks_in_4981 .timed-content-number:after,
  #stacks_in_4981 .timed-content-number:before {
      width: 4px;
      height: 4px;
      right: -7px;
  }
  #stacks_in_4981 .tc-digit-padding .timed-content-number > div {
    padding: 0px 6px;
  }
  #stacks_in_4981 .timed-content-digital .tc-digit-padding .timed-content-number div span:before {
      left: 6px;
      right: 6px;
  }
  /*  */
  #stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-1 {
      top: 97.500000px;
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-2 {
      top: 48.750000px;
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-4 {
      top: -48.750000px;
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-5 {
      top: -97.500000px;
  }
  /*  */
  #stacks_in_4981 .timed-content-rotate .timed-content-number {
    height: 97.500000px;/* double height */
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .state-out {
    transform: translate3D(0,-87.750000px,0) rotateX(75deg);
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .state-after {
    transform: translate3D(0,-48.750000px,0px) rotateX(37.5deg);
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .state-before {
    transform: translate3D(0,48.750000px,0px) rotateX(-37.5deg);
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number > div.state-in {
    transform: translate3D(0,87.750000px,0) rotateX(-75deg);
  }
}
@media all and (max-width: 600px) {
  #stacks_in_4981 .timed-content-part div.timed-content-title {
    font-size: 12px;
  }
  #stacks_in_4981 .timed-content-number,
  #stacks_in_4981 .timed-content-number div,
  #stacks_in_4981 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_4981 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_4981 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    border-radius:  4.500000px;
  }
  #stacks_in_4981 .timed-content-fold .timed-content-number > div {
    border-radius:  4.500000px 4.500000px 0px 0px;
  }
  #stacks_in_4981 .timed-content-countdown {
    grid-gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(50px, max-content));
  }
  #stacks_in_4981 .timed-content-part:before {
    height: 37.500000px;
  }
  #stacks_in_4981 .timed-content-number,
  #stacks_in_4981 .timed-content-number div,
  #stacks_in_4981 .timed-content-number div span,
  #stacks_in_4981 .timed-content-fold .timed-content-number > div:after,
  #stacks_in_4981 .timed-content-fold .timed-content-number > div:before,
  #stacks_in_4981 .timed-content-paper-fall .timed-content-number .timed-content-anim:before {
    width: auto;
    min-width: 50px;
    height: 37.500000px;
    line-height: 36.250000px; /* Adjusted for font */
    font-size: 31.250000px;
    letter-spacing: 0px;
  }
  #stacks_in_4981 .timed-content-digital .timed-content-number div span {
    line-height: 37.500000px;
    font-size: 37.500000px;
  }
  #stacks_in_4981 .timed-content-number:after,
  #stacks_in_4981 .timed-content-number:before {
      width: 4px;
      height: 4px;
      right: -6px;
  }
  /*  */
  #stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-1 {
      top: 75.000000px;
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-2 {
      top: 37.500000px;
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-4 {
      top: -37.500000px;
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .timed-content-number-5 {
      top: -75.000000px;
  }
  /*  */
  #stacks_in_4981 .timed-content-rotate .timed-content-number {
    height: 75.000000px;/* double height */
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .state-out {
    transform: translate3D(0,-67.500000px,0) rotateX(75deg);
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .state-after {
    transform: translate3D(0,-37.500000px,0px) rotateX(37.5deg);
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number .state-before {
    transform: translate3D(0,37.500000px,0px) rotateX(-37.5deg);
  }
  #stacks_in_4981 .timed-content-rotate .timed-content-number > div.state-in {
    transform: translate3D(0,67.500000px,0) rotateX(-75deg);
  }
}
@media all and (max-width: 350px) {
  #stacks_in_4981 .timed-content-part div.timed-content-title {
    font-size: 10px;
  }
}
#stacks_in_4981 .timed-content-rotate .timed-content-number:after, #stacks_in_4981 .timed-content-rotate .timed-content-number:before {
  width: 100%;
  height: 100%;
  right: auto;
  transform: translate(0,0);
  display: block;
  top: auto;
  background: transparent;
}
#stacks_in_4981 .timed-content-rotate .timed-content-part:before {
  display: none;
}
/*  */
#stacks_out_5050 .emphasize-scale {
  transform-origin: center;
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  transform: scale(1.000000);
}
#stacks_out_5050 {
  z-index: 9999;
}
#stacks_out_5050.emphasized {
  z-index: 10000;
}
#stacks_out_5050 .emphasize-shadow:before, #stacks_out_5050 .emphasize-shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  opacity: 1;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.30);
  z-index: 9998;
  border-radius: var(--emphRadiusstacks_in_5050, 0);
}
#stacks_out_5050 .emphasize-shadow {
  position: relative;
}
#stacks_out_5050 .emphasize-shadow:after {
  opacity: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.30);
}
#stacks_out_5050.emphasized .emphasize-shadow:before {
  opacity: 0;
}
#stacks_out_5050.emphasized .emphasize-shadow:after {
  opacity: 1;
}
#stacks_out_5050 .emphasize-reveal {
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  opacity: 0;
}
#stacks_out_5050.emphasized .emphasize-reveal {
  opacity: 1;
}
#emphasize_overlay_stacks_in_5050 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 900ms ease;
  will-change: opacity;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.00);
}
.emphasized #emphasize_overlay_stacks_in_5050 {
  opacity: 1;
}
#emphasize_observer_stacks_in_5050 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transform-origin: center;
  transform: scale(1.000000);
  z-index: 9999;
}



#stacks_in_5050 {
	padding:  18px;
}

#stacks_in_4919 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
#stacks_out_5005 .emphasize-scale {
  transform-origin: center;
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  transform: scale(1.000000);
}
#stacks_out_5005 {
  z-index: 9999;
}
#stacks_out_5005.emphasized {
  z-index: 10000;
}
#stacks_out_5005 .emphasize-shadow:before, #stacks_out_5005 .emphasize-shadow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  opacity: 1;
  box-shadow: 0px 52px 104px rgba(0, 0, 0, 0.30);
  z-index: 9998;
  border-radius: var(--emphRadiusstacks_in_5005, 0);
}
#stacks_out_5005 .emphasize-shadow {
  position: relative;
}
#stacks_out_5005 .emphasize-shadow:after {
  opacity: 0;
  box-shadow: 0px 60px 120px rgba(0, 0, 0, 0.30);
}
#stacks_out_5005.emphasized .emphasize-shadow:before {
  opacity: 0;
}
#stacks_out_5005.emphasized .emphasize-shadow:after {
  opacity: 1;
}
#stacks_out_5005 .emphasize-reveal {
  transition: transform 900ms ease, opacity 900ms ease;
  will-change: transform, opacity;
  opacity: 0;
}
#stacks_out_5005.emphasized .emphasize-reveal {
  opacity: 1;
}
#emphasize_overlay_stacks_in_5005 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 900ms ease;
  will-change: opacity;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.00);
}
.emphasized #emphasize_overlay_stacks_in_5005 {
  opacity: 1;
}
#emphasize_observer_stacks_in_5005 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  transform-origin: center;
  transform: scale(1.000000);
  z-index: 9999;
}



#stacks_in_5005 {
	padding:  10px;
}

#stacks_in_5000 {
	margin:  14px;
	padding:  20px;
}



	#stacks_in_4951 h3,#stacks_in_4951 h3 a,#stacks_in_4951 p,#stacks_in_4951 p a{
		font-size:24px;
		line-height:1.50em;
		margin:0;
	}
	


#stacks_in_4951 h3,#stacks_in_4951 h3 a,#stacks_in_4951 p,#stacks_in_4951 p a{
	color:rgba(15, 128, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:Georgia, Serif;
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4951 p a:hover, #stacks_in_4951 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}











	#stacks_in_4968 h3,#stacks_in_4968 h3 a,#stacks_in_4968 p,#stacks_in_4968 p a{
		font-size:18px;
		line-height:1.25em;
		margin:0;
	}
	


#stacks_in_4968 h3,#stacks_in_4968 h3 a,#stacks_in_4968 p,#stacks_in_4968 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: bold ;
	font-family:'Times New Roman', Times, serif;
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4968 p a:hover, #stacks_in_4968 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_4968 {
	margin: 0px 0px 6px 0px;
}



	#stacks_in_4972 h3,#stacks_in_4972 h3 a,#stacks_in_4972 p,#stacks_in_4972 p a{
		font-size:24px;
		line-height:1.00em;
		margin:0;
	}
	


#stacks_in_4972 h3,#stacks_in_4972 h3 a,#stacks_in_4972 p,#stacks_in_4972 p a{
	color:rgba(0, 0, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	font-family:'Copperplate Gothic Light', Copperplate, sans-serif;
	
	
	

	

	
		text-shadow: 0px 1px 1px rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_4972 p a:hover, #stacks_in_4972 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_4972 {
	margin: 21px 0px 10px 0px;
}
.lines.stacks_in_5056{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:1px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_5056.vertical{border-left:1px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}
.lines.stacks_in_5059{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:1px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_5059.vertical{border-left:1px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}
.lines.stacks_in_4916{width:90%;margin:calc(16rem/16) auto calc(20rem/16) auto;border-bottom:1px solid rgba(34, 34, 34, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_4916.vertical{border-left:1px solid rgba(34, 34, 34, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}
#stacks_in_1527 .aContainer {
 

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

#stacks_out_66 {
	width: 35%;
}



	#stacks_in_1357 h3,#stacks_in_1357 h3 a,#stacks_in_1357 p,#stacks_in_1357 p a{
		font-size:12px;
		line-height:1.25em;
		margin:0;
	}
	


#stacks_in_1357 h3,#stacks_in_1357 h3 a,#stacks_in_1357 p,#stacks_in_1357 p a{
	color:rgba(0, 0, 0, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: normal ;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	
	
	

	
		text-shadow: 0px 0.03em 0.05em rgba(85, 85, 85, 1.00);
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1357 p a:hover, #stacks_in_1357 h3 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









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

#stacks_in_1072 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#audioPlayerContainerstacks_in_1159 {
	position: relative;
	z-index: 1;
}

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

#audioPlayerstacks_in_1159 {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_1159 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	border-radius: 10px;
}

#audioPlayerControlsstacks_in_1159 [class^="fa fa-"] {
	color: rgba(255, 255, 255, 1.00);
}












/* Top left to bottom right diagonal gradient fill */
#audioPlayerControlsstacks_in_1159 {
	background: #800080;
	background: -moz-linear-gradient(-45deg,  #800080 0%, #400080 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#800080), color-stop(100%,#400080));
	background: -webkit-linear-gradient(-45deg,  #800080 0%,#400080 100%);
	background: -o-linear-gradient(-45deg,  #800080 0%,#400080 100%);
	background: -ms-linear-gradient(-45deg,  #800080 0%,#400080 100%);
	background: linear-gradient(135deg,  #800080 0%,#400080 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800080', endColorstr='#400080',GradientType=1 );
}












#audioPlayerControlsWrapperstacks_in_1159 {
	display: flex;
	position: relative;
	z-index: 2;
}

#audioPlayerControlsstacks_in_1159 button {
	background: none;
	border: 0;
	outline: none;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	width: 30px;
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#audioPlayerControlsstacks_in_1159 #audioPlayerPlayPausestacks_in_1159 {
	display: inline-block;
}

#audioPlayerControlsstacks_in_1159 #audioPlayerFullScreenstacks_in_1159 {
	display: ;
}

.audioPlayerAudioTimingstacks_in_1159 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(33, 255, 255, 1.00);
	padding: 0;
	text-align: center;
	font-size: 14px;
}

#audioPlayerCurrentTimestacks_in_1159 {
	display: inline-block;
	width: 30px;
}

#audioPlayerDurationstacks_in_1159 {
	display: inline-block;
	width: 30px;
}

#audioPlayerTimeDividerstacks_in_1159 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: rgba(33, 255, 255, 1.00);
}





@media screen and (min-width: 568px) {
	#audioPlayerTimeDividerstacks_in_1159 {
		display: none;
	}
}

#progressBarstacks_in_1159 {
	display: none;
}

@media screen and (min-width: 568px) {
	#progressBarstacks_in_1159 {
		flex: 1;
		padding-right: 15px;
		padding-left: 15px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		display: inline-block;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range] {
		-webkit-appearance: none;
		background: none;
		display: inline-block;
		width: 99%;
		height: 30px;
		line-height: 30px;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FB0207;
		margin-top: -5px;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]:focus {
		outline: none;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FB0207;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FB0207;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#audioPlayerSeekBarstacks_in_1159[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

#volumestacks_in_1159 {
	display: none;
}

@media screen and (min-width: 768px) {
	#volumestacks_in_1159 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		transition: all ease-in-out 300ms;
		text-align: center;
		position: relative;
		overflow: hidden;
		font-size: 14px;
		vertical-align: middle;
	}

	#volumestacks_in_1159 [class^="fa fa-"] {
		color: rgba(255, 255, 255, 1.00);
	}

	#volumestacks_in_1159:hover {
		max-width: 150px;
		width: 150px;
		padding: 0px 15px;
	}

	#volumeButtonstacks_in_1159 {
		display: inline-block;
		max-width: 30px;
		width: 30px;
		line-height: 30px;
		height: 30px;
		color: rgba(255, 255, 255, 1.00);
	}

	#volumestacks_in_1159:hover #volumeButtonstacks_in_1159 {
		display: none;
	}

	#volumeMinstacks_in_1159 {
		position: absolute;
		left: 20px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(255, 255, 255, 1.00);
	}

	#volumeMaxstacks_in_1159 {
		position: absolute;
		right: 15px;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: rgba(255, 255, 255, 1.00);
	}

	#volume-barstacks_in_1159[type=range],
	#volumeMinstacks_in_1159,
	#volumeMaxstacks_in_1159 {
		display: none;
	}

	#volumeMinstacks_in_1159,
	#volumeMaxstacks_in_1159 {
		cursor: pointer;
	}

	#volumestacks_in_1159:hover #volume-barstacks_in_1159,
	#volumestacks_in_1159:hover #volumeMinstacks_in_1159,
	#volumestacks_in_1159:hover #volumeMaxstacks_in_1159 {
		display: inline;
	}

	#volume-barstacks_in_1159[type=range] {
		-webkit-appearance: none;
		background: none;
		width: 50%;
		text-align: center;
		line-height: 30px;
		height: 30px;
	}

	#volume-barstacks_in_1159[type=range]::-webkit-slider-runnable-track {
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_1159[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FB0207;
		margin-top: -5px;
	}

	#volume-barstacks_in_1159[type=range]:focus {
		outline: none;
	}

	#volume-barstacks_in_1159[type=range]:focus::-webkit-slider-runnable-track {
		background: #B3B3B3;
	}

	#volume-barstacks_in_1159[type=range]::-moz-range-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_1159[type=range]::-moz-range-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FB0207;
	}

	#volume-barstacks_in_1159[type=range]::-ms-track {
		width: 100%;
		height: 5px;
		background: #B3B3B3;
		border: none;
		border-radius: 3px;
	}

	#volume-barstacks_in_1159[type=range]::-ms-fill-lower {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_1159[type=range]::-ms-fill-upper {
		background: #B3B3B3;
		border-radius: 10px;
	}

	#volume-barstacks_in_1159[type=range]::-ms-thumb {
		border: none;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background: #FB0207;
	}

	#volume-barstacks_in_1159[type=range]:focus::-ms-fill-lower {
		background: #B3B3B3;
	}

	#volume-barstacks_in_1159[type=range]:focus::-ms-fill-upper {
		background: #B3B3B3;
	}
}

@media screen and (max-width: 569px) {
	#audioPlayerControlsstacks_in_1159 #audioPlayerFullScreenstacks_in_1159,
	#audioPlayerControlsstacks_in_1159 #volumestacks_in_1159 {
		display: none;
	}
}


#stacks_in_1168 .trigger_Unless {
	cursor: pointer;
	display: inline-block;
	color: #800002;

	
	font-size: 26px;
	line-height: 26px;
	

	padding-left: 1px;
}

#stacks_in_1168 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_1168 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_1168 .toggle_open .closed_image {
	display: none;
}

#stacks_in_1168 .toggle_closed .open_image {
	display: none;
}



#stacks_in_1168 {
	position: relative;
	text-align: center;
}

#stacks_in_1168 .trigger_label,
#stacks_in_1168 .trigger_label_open {
	font-size: 14px;
	color: #800002;
	margin-left: 4px;
	
	line-height: 26px;
	vertical-align: top;
	
}

#stacks_in_1168 .trigger_label_open {
	display: none;
}

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

.Unless {
	position: relative;
	
	
}






	
	#stacks_in_1166 .cpsl_Unless {
		padding: 4px;
	}
	





#stacks_in_1166 {
	background-color: rgba(204, 204, 204, 1.00);
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
	padding:  5px;
}

#stacks_in_1162 {
	padding:  6px;
}

#stacks_out_1162 {
	width: 94%;
}
/* Font style applied when the page has finished loading */

#ExtraContentPlusstacks_in_518 #myExtraContent1,
#ExtraContentPlusstacks_in_518 #fs {
	display: none;
}

#lastp_stacks_in_46{text-align:center}#lastp_stacks_in_46{font-size:14px;color:#000000}

#stacks_in_46 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
	margin: 10px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
}
/* HitCounter styles */
/* Bryn Owen Design, 2015   */



#stacks_in_1077 {
	text-align: center;
	}

.stacks_in_1077_counter, .stacks_in_1077_fcounter, .stacks_in_1077_lcounter, .stacks_in_1077_xcounter {

	display: inline-block;
	line-height: 1.0em;

	font-family: Times, sans-serif;
	
	font-size: 1.3em;
	color: #000000;
	padding: 2px 0px 2px 0px;

	
	border-right: solid 1px transparent;
	

	
	border-top: none;
	border-bottom: none;
	

	border-collapse: separate;
	border-radius: 4px;

	
	background: transparent;
	

	

	

	
	}

.stacks_in_1077_counter:hover, .stacks_in_1077_fcounter:hover, %.id%_lcounter:hover, .stacks_in_1077_xcounter:hover {
	}

.stacks_in_1077_fcounter {
	
	}

.stacks_in_1077_lcounter {
	
	border-right: none !important;
	
	}

.stacks_in_1077_xcounter {
	
	border-right: none !important;
	
	}



#stacks_in_1077 {
	margin: 5px 0px 5px 0px;
}
