/*
 * animate
 */

:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * 0.8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*='Out']{opacity:0}}@keyframes bounce{from,20%,53%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0) scaleY(0.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shakeX{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shakeX{animation-name:shakeX}@keyframes shakeY{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0,0,0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translate3d(0,0,0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0,0,0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(700px) scale(0.7);opacity:0.7}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(-2000px) scale(0.7);opacity:0.7}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(2000px) scale(0.7);opacity:0.7}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(-700px) scale(0.7);opacity:0.7}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(0.9)}75%{transform:translate3d(0,-10px,0) scaleY(0.95)}90%{transform:translate3d(0,5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(0.98)}90%{transform:translate3d(5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(0.98)}90%{transform:translate3d(-5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}75%{transform:translate3d(0,10px,0) scaleY(0.95)}90%{transform:translate3d(0,-5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}.bounceOut{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{from{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{from{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{from{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{from{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-duration:calc(var(--animate-duration) * 0.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{from{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{from{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{from{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{from{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{from{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{from{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{from{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translate3d(0,0,0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}to{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}


@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}


@-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2,2);
    -webkit-filter: blur(2px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1,1);
    -webkit-filter: blur(0px);
  }
}
@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2,2);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1,1);
    filter: blur(0px);
  }
}
@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

.puffIn {
  -webkit-animation-name: puffIn;
  animation-name: puffIn;
}
.puffOut {
  -webkit-animation-name: puffOut;
  animation-name: puffOut;
}
.vanishIn {
  -webkit-animation-name: vanishIn;
  animation-name: vanishIn;
}.lines{border:0;height:0;width:100%;margin:0;padding:0;opacity:1}.lines-wrapper{position:relative}.lines-wrapper.vertical{height:100%}




#stacks_in_380 h4,#stacks_in_380 h4 a,#stacks_in_380 p,#stacks_in_380 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:left;
	font-weight: bold ;
	font-family:'Century Gothic', sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(85, 85, 85, 1.00),
		1px 1px 1px rgba(70, 70, 70, 1.00),
		2px 2px 1px rgba(55, 55, 55, 1.00),
		3px 3px 1px rgba(40, 40, 40, 1.00),
		4px 4px 1px rgba(25, 25, 25, 1.00),
		5px 5px 1px rgba(10, 10, 10, 1.00);
		padding:5px 0;
	

	

	

}

#stacks_in_380 p a:hover, #stacks_in_380 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_381 {
	font-size: 95%;
}
/* -- EACH CSS Template -- */


    
 


    

    #stacks_in_1209 * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }	
	#stacks_in_1209 .HYPE_document { overflow: visible; direction:ltr !important; margin:auto; position:relative; min-width: 200px !important;  min-height: 90px !important; }		
	#stacks_in_1209_default28_hype_container,	#stacks_in_1209 .HYPE_document, #stacks_in_1209 .back_wrapper_28, #stacks_in_1209 .back_wrapper { pointer-events: none !important; }		
	#stacks_in_1209_default28_hype_container { direction:ltr !important; margin:auto; display: block !important;	
  /* fix flickering */
    -webkit-transform: translate3d(0,0,0) !important; -webkit-backface-visibility: hidden !important; backface-visibility: hidden !important; }		
	#stacks_in_1209 .width28  { max-width: 1200px; margin-right: auto; margin-left: auto; text-align: center; }			
  /*  fixed - fluid and BG  */
	#stacks_in_1209 .back_wrapper_28 { text-align: center; display: block; position: relative; padding: 0; margin: 0 auto;	 	
				
							
			 background: linear-gradient(0deg, rgba(64, 64, 64, 0.40) 49%, rgba(255, 255, 255, 0.40) 100%) !important; 			
					
	   	
	  						
							
	   	   
	}	
	
  /* BG img only  */
	#stacks_in_1209 .back_wrapper_28:before { content: ""; text-align: center; position: absolute; width: 100%; height: 100%; right: 0; left: 0; top: 0; bottom: 0;	
								
							
	   		
	}	
	
	#stacks_in_1209 .back_wrapper_28:after { content: ""; text-align: center; position: absolute; width: 100%; height: 100%; right: 0; left: 0; top: 0; bottom: 0;	 display: none;	display: block;	  
	     box-shadow: inset 0 0 220px rgba(19, 19, 19, 0.70); -webkit-box-shadow: inset 0 0 220px rgba(19, 19, 19, 0.70);
	  	 
	}	
	
   /* Dots */
	#stacks_in_1209 .back_wrapper:before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0;
	background: url(../files/images/dots6.png) center center repeat; 	
	opacity: 0.60; }
	
  /* Responsive */
	#stacks_in_1209 .back_wrapper { text-align: center; margin-right: auto; margin-left: auto; display: block; position: relative; }		
	
    /* fluid 2x  */ 	
	#stacks_in_1209 .size28 {  
	 min-height: 500px; 
	}		
	@media (max-width: 800px) {
	#stacks_in_1209 .size28 {	 }
	}		
	/* fixed 3x below fluid */ 
	#stacks_in_1209 .size28 { text-align: center; display: block; position: relative;	padding: 0; margin: 0 auto;
	  min-height: 500px; 
	}			
	@media (max-width: 800px) {
	#stacks_in_1209 .size28 {	
	 
	 }	
	}
	@media (max-width: 600px) {
	#stacks_in_1209 .size28 {	
	 
	  }
	}		
	   	
  /* 1 2 3 4 5  */ 		 	
     #stacks_in_1209 .hype-28-pic-frame-1, #stacks_in_1209 .hype-28-pic-frame-2, #stacks_in_1209 .hype-28-pic-frame-3, #stacks_in_1209 .hype-28-pic-frame-4, #stacks_in_1209 .hype-28-pic-frame-5	{	
	  border-radius:5px !important; -webkit-border-radius:5px !important;
	  
	  box-shadow: 2px 2px 13px rgba(10, 27, 55, 1.00) !important;
	   
	  border: 2px solid #E5E5E5 !important;	 background-color: rgba(52, 52, 52, 0.16) !important; }	  
	  #stacks_in_1209 .28-symb-5, #stacks_in_1209 .hype-28-pic-frame-5, #stacks_in_1209 .hype-28-pic-5 { transform: scale(1.75) !important; -webkit-transform: scale(1.75) !important;}	   
	  #stacks_in_1209 .hype-28-pic-1, #stacks_in_1209 .hype-28-pic-2, #stacks_in_1209 .hype-28-pic-3, #stacks_in_1209 .hype-28-pic-4, #stacks_in_1209 .hype-28-pic-5 { -webkit-backface-visibility: hidden !important; backface-visibility: hidden !important;}	
   /* overlay */ 	  
     #stacks_in_1209 .hype-28-pic-1:after, #stacks_in_1209 .hype-28-pic-2:after, #stacks_in_1209 .hype-28-pic-3:after, #stacks_in_1209 .hype-28-pic-4:after, #stacks_in_1209 .hype-28-pic-5:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }	
  /* 1 */
	#stacks_in_1209 .hype-28-pic-frame-1 {
	 display: none !important;
     
	   display: block !important; margin-top: -19%; margin-left: 0%;
	   transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important;   
	 }	
	#stacks_in_1209 .hype-28-pic-1  {	
	  
		  
		     background: url(../files/28-img-drag-1-1209.png) 50% 50% no-repeat !important;
		 		
		background-size: cover !important;		
	  }
	 #stacks_in_1209 .hype-28-pic-1:after {  }	 			
  /* 2 */	
	#stacks_in_1209 .hype-28-pic-frame-2 {
	 display: none !important;
	 
	 display: block !important; margin-top: -11%; margin-left: 63%;
	transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; 
	 }	
	#stacks_in_1209 .hype-28-pic-2  {	
	  
		  
		     background: url(../files/28-img-drag-2-1209.png) 50% 50% no-repeat !important;
		 		
		background-size: cover !important;
	  }	
	 #stacks_in_1209 .hype-28-pic-2:after {  }	
	  		
  /* 3 */
	#stacks_in_1209 .hype-28-pic-frame-3 {
	 display: none !important;
     
	 display: block !important; margin-top: -6%; margin-left: 0%;
	 transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; 
	  }	
	#stacks_in_1209 .hype-28-pic-3  {	
	  
		  
		     background: url(../files/28-img-drag-3-1209.jpg) 50% 50% no-repeat !important;
		 		
		background-size: cover !important;
	  }
	 #stacks_in_1209 .hype-28-pic-3:after {  background-color: rgba(0, 0, 0, 0.30);  }	
	 	 	
  /* 4 */
	#stacks_in_1209 .hype-28-pic-frame-4 {
	 display: none !important; 
     
	 display: block !important; margin-top: -10%; margin-left: 0%;
	 transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; 
	  }	
	#stacks_in_1209 .hype-28-pic-4  {	
	  
		  
		     background: url(../files/28-img-drag-4-1209.jpg) 50% 50% no-repeat !important;
		 		
		background-size: cover !important;
	  }
	 #stacks_in_1209 .hype-28-pic-4:after {  }	
	 	 
  /* 5 */
	#stacks_in_1209 .hype-28-pic-frame-5 {
	 display: none !important; 
     
	 display: block !important; margin-top: 113%; margin-left: 103%;
	 transform: rotate( 0deg ) !important; -webkit-transform: rotate( 0deg ) !important; 
	  }	
	#stacks_in_1209 .hype-28-pic-5  {	
	  
		  
		     background: url(../files/28-img-drag-5-1209.png) 50% 50% no-repeat !important;
		 		
		background-size: cover !important;
	  }
	 #stacks_in_1209 .hype-28-pic-5:after {  }		
  /* text */	
    #stacks_in_1209 .hype_text_28_box {  }	
	#stacks_in_1209 .hype_text_28_clip {
	
	margin-top: -79px !important; margin-left: -346px !important;	
	transform: rotate( -11deg ) !important; -webkit-transform: rotate( -11deg ) !important;}	
	#stacks_in_1209 .hype_text_28 {	
	-webkit-font-smoothing: antialiased !important;	
	font-size: 62px !important;
	letter-spacing: 3px !important;
	line-height: 98px !important;
	font-family: "archivo_blackregular", serif !important; 		
	color: rgba(255, 255, 255, 1.00) !important; 		
	
	 	
	
			
	
     			
		
	 text-shadow: -10px -5px 6px rgba(251, 2, 7, 1.00); 		
	 text-transform: uppercase; 
			
	 
	background-image: none !important;
	-webkit-text-stroke: 4px !important; -webkit-text-fill-color: transparent !important;
				
	}	
		
	#stacks_in_1209 .hype-28-pic-1, #stacks_in_1209 .hype-28-pic-2, #stacks_in_1209 .hype-28-pic-3, #stacks_in_1209 .hype-28-pic-4, #stacks_in_1209 .hype-28-pic-5 { }	
	#stacks_in_1209 .28-symb-1 { }
	
	/*  scroll  */	
	#stacks_in_1209 .scrollButton-element { 		
	 display: none !important; 	
	position: absolute; left: 0; z-index: 6; margin-right: auto; margin-left: auto; right: 0;  border-radius: 55px; -webkit-border-radius: 53px; padding: 0; width: 91px; display: block; text-align: center !important; box-sizing: border-box; bottom: 10px !important; margin-bottom: 10px; }	
	#stacks_in_1209 .scrollButton-element [class^="fa fa-"], #stacks_in_1209 .scrollButton-element #stacks_in_1209 [class*="fa fa-"] { left: 0; text-indent: 0px; margin-right: auto; margin-left: auto; right: 0; padding: 0; width: 91px; box-sizing: border-box;  	
	 }			
	#stacks_in_1209 .scrollButton-txt { box-sizing: border-box; font-size: 15px; line-height: 1.2em; letter-spacing: 1px; text-indent: 1px !important; margin-right: auto; margin-top: 0px; z-index: 1; top: -25px; display:none;  
	text-align: center !important; position: absolute; overflow: visible; font-family: "button-safe-font-s", sans-serif !important;
	 font-family: "Trebuchet MS", sans-serif !important; font-weight: 400 !important;   width: 200px; right: 0; left: 0; padding: 0; margin-left: -55px; }		
	#stacks_in_1209 .scrollButton-element [class^="fa fa-"], #stacks_in_1209 .scrollButton-element #stacks_in_1209 [class*="fa fa-"], #stacks_in_1209 .scrollButton-element:after, #stacks_in_1209 .scrollButton-txt { color: #FFFFFF !important; transition: all 0.15s linear; -moz-transition: all 0.15s linear; -webkit-transition: all 0.15s linear; } 
	/* icon off */
	#stacks_in_1209 .scrollButton-element [class^="fa fa-"], #stacks_in_1209 .scrollButton-element #stacks_in_1209 [class*="fa fa-"] {  }  
	#stacks_in_1209 .scrollButton-txt:hover, #stacks_in_1209 .scrollButton-element [class^="fa fa-"]:hover {opacity: 0.8;}
	#stacks_in_1209 .scrollButton-element a { font-size: 70px !important; line-height: 1em; color: #FFFFFF !important; }
	#stacks_in_1209 .scrollButton-txt:active, #stacks_in_1209 .scrollButton-element [class^="fa fa-"]:active { transform: scale(0.75) !important; -webkit-transform: scale(0.75) !important; }
	#target-element { position: absolute; height: 0px; width: 100%; bottom: 0px; }	
	
	@media only screen and (max-width: 800px) {  #stacks_in_1209 .scrollButton-element { font-size: 0 !important; display: none !important; }  }	
	
	/* Links */
	#stacks_in_1209 .hype-link-hover-group, #stacks_in_1209 .hype-link-hover, #stacks_in_1209 .hype-link-hover-blank {
	 display: block !important;  }	
	#stacks_in_1209 .hype-link-hover {  }
	
	/* Scroll anim */	
	#stacks_in_1209 .trigger-28 { margin-top: 327px !important; }	
	#stacks_in_1209 .preview_only { opacity: 0.0 !important; }	
	
	/* @group Built-in Webfonts */	
	@font-face { font-family: 'Alfa Slab One';
	src: url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff2') format('woff2'), url('../files/webfonts/alfaslabone/AlfaSlabOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	
	@font-face { font-family: 'archivo_blackregular';
	src: url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff2') format('woff2'), url('../files/webfonts/archivoblack/archivoblack-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	
	@font-face { font-family: 'Anton';
	src: url('../files/webfonts/anton/Anton-Regular.woff2') format('woff2'), url('../files/webfonts/anton/Anton-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	
	@font-face { font-family: 'fjalla_oneregular';
	src: url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/fjallaone/fjallaone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }

	@font-face {font-family: 'Lato';
    src: url('../files/webfonts/lato/Lato-Regular.woff2') format('woff2'), url('../files/webfonts/lato/Lato-Regular.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }
    
	@font-face {font-family: 'Montserrat';
    src: url('../files/webfonts/montserrat/montserrat-medium.woff2') format('woff2'), url('../files/webfonts/montserrat/montserrat-medium.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }
    
	@font-face { font-family: 'Passion One';
	src: url('../files/webfonts/passionone/PassionOne-Regular.woff2') format('woff2'), url('../files/webfonts/passionone/PassionOne-Regular.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }
	
	@font-face {font-family: 'Raleway';
    src: url('../files/webfonts/raleway/Raleway-Medium.woff2') format('woff2'), url('../files/webfonts/raleway/Raleway-Medium.woff') format('woff');
    font-weight: normal; font-style: normal; font-display: swap; }
    
	@font-face { font-family: 'rubik_mono_oneregular';
	src: url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff2') format('woff2'), url('../files/webfonts/rubikmonoone/rubikmonoone-regular-webfont.woff') format('woff');
	font-weight: normal; font-style: normal; font-display: swap; }			
	/* @end */	



/* -- End EACH CSS Template -- */



#stacks_in_1225 h3,#stacks_in_1225 h3 a,#stacks_in_1225 p,#stacks_in_1225 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:left;
	font-weight: bold ;
	
	
	
	

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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








#shady_stack_stacks_in_1170 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1170 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1170 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
/*
 * cleanAccordion
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: http://forum.onelittledesigner.com
 * Version 3.6.1
 */

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
#accordion_stacks_in_1171 li {
  margin-left: 30px;
  list-style-type: inherit;
}
/* =====================
 * GLOBAL STYLES
/* ===================== */
#accordion_stacks_in_1171.transparentOn .accordion,
#accordion_stacks_in_1171.transparentOn .accordionTheme,
#accordion_stacks_in_1171.transparentOn .accordionTheme2,
#accordion_stacks_in_1171.transparentOn .accordionTheme dt,
#accordion_stacks_in_1171.transparentOn .accordionTheme2 dt,
#accordion_stacks_in_1171.transparentOn .accordionTheme dd,
#accordion_stacks_in_1171.transparentOn .accordionTheme2 dd {
  background-color: transparent !important;
  background-color: none !important;
  border: none !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
}
#accordion_stacks_in_1171,
#accordion_stacks_in_1171 > * {
  margin: 0;
  padding: 0;
}

  #accordion_stacks_in_1171.fixedHeightOn {
    height: 500px;
  }

#accordion_stacks_in_1171 .accordion dt,
#accordion_stacks_in_1171 .accordion dd {
  padding: 0;
  margin: 0;
  background-color: transparent;
} /* SET TO ZERO */

#accordion_stacks_in_1171 .accordion dt .accordionContent {
  font-size: 27px;
  line-height: 27px;
}

#accordion_stacks_in_1171 .accordion dd {
  margin-left: 0 !important;
}
#accordion_stacks_in_1171 .accordion a:focus {
  outline: none;
} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1171 .accordion {
  overflow: hidden;
}
#accordion_stacks_in_1171 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
#accordion_stacks_in_1171 .accordion dd {
  padding: 0px;
  text-indent: none;
}
#accordion_stacks_in_1171 .accordion dt {
  background-color: transparent;
}

#accordion_stacks_in_1171 .accordion dt a.accordionSlide {
  color: #191919;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding: 0px;
}
#accordion_stacks_in_1171 .accordion.tabShadowOn dt a {
  text-shadow: 0 5px3px #CCCCCC;
}

#accordion_stacks_in_1171 .accordion.tabShadowOff dt a {
  text-shadow: none;
}
#accordion_stacks_in_1171 .accordionTheme dt a,
#accordion_stacks_in_1171 .accordionTheme.accGradientOff dt a {
  border-radius: -1px;
  -o-border-radius: -1px;
  -webkit-border-radius: -1px;
  -moz-border-radius: -1px;
  -ms-border-radius: -1px;
}
#accordion_stacks_in_1171.transparentOff .accordionTheme dt a,
#accordion_stacks_in_1171.transparentOff .accordionTheme.accGradientOff dt a {
  background-color: #666666;
}
#accordion_stacks_in_1171.trasnparentOff .accordionTheme dt.selected a {
  background-color: #666666;
}
#accordion_stacks_in_1171.transparentOff .accordionTheme.accGradientOn dt a {
  background: #EEEEEE; /* Old browsers */
  background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
  background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
  background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
  background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
  background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.30, #666666),
    color-stop(0.55, #EEEEEE)
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
#accordion_stacks_in_1171.transparentOff .accordionTheme.accGradientOn dt.selected a {
  background: #EEEEEE !important; /* Old browsers */
  background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.30, #666666),
    color-stop(0.55, #EEEEEE)
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}

#accordion_stacks_in_1171 .accordion dt.selected a {
  color: #B3B3B3 !important;
}

#accordion_stacks_in_1171 .accordion dd {
  background-color: transparent;
  color: #CCCCCC !important;
}

#accordion_stacks_in_1171.fixedHeightOn .accordion dd {
  height: 400px;
  max-height: 400px;
  overflow: auto;
}

#accordion_stacks_in_1171 .accordion .accordionLastDd {
  position: relative;
  border-bottom: 0;
}
/* =====================
 * DEFAULT THEME (1)
/* ===================== */
#accordion_stacks_in_1171 .accordionTheme dt {
  border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-style: solid;
  border-color: #666666;
  border-width: 0px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}
#accordion_stacks_in_1171 .accordionTheme dt.selected {
  border-color: #666666;
}
#accordion_stacks_in_1171 .accordionTheme dt.accordionLastDt {
  margin-bottom: none;
}
#accordion_stacks_in_1171 .accordionTheme2 dt.selected.accordionLastDt {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
#accordion_stacks_in_1171 .accordionTheme.backgroundOn dd,
#accordion_stacks_in_1171 .accordionTheme3.backgroundOn dd,
#accordion_stacks_in_1171 .accordionTheme5.backgroundOn dd {
  background-color: #FFFFFF;
}
#accordion_stacks_in_1171 .accordionTheme.backgroundOff dd,
#accordion_stacks_in_1171 .accordionTheme2.backgroundOff dd,
#accordion_stacks_in_1171 .accordionTheme4.backgroundOff dd {
  background-color: transparent !important;
}
#accordion_stacks_in_1171 .accordionTheme.backgroundOn dd {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

#accordion_stacks_in_1171 dt.accordionIconOff span.customIcon {
  display: none;
}
#accordion_stacks_in_1171 dt.accordionIconOn .accordionContent {
  display: inline-block;
}
#accordion_stacks_in_1171 dt.accordionIconOn span.customIcon {
  display: inline;
  font-weight: bold;
  font-size: 31px;
  line-height: 27px;
  padding: none;
  padding-left: none;
  color: #000000;
  font-family: 'FontAwesome' !important;
}
#accordion_stacks_in_1171 dt.accordionIconOn.iconAlignLeft span.fa {
  float: left;
}
#accordion_stacks_in_1171 dt.accordionIconOn.iconAlignRight span.fa {
  float: right;
}
#accordion_stacks_in_1171 dt.accordionIconOn.textAlignLeft .accordionContent {
  float: left;
  padding-left: 11px;
}
#accordion_stacks_in_1171 dt.accordionIconOn.textAlignRight .accordionContent {
  float: right;
  padding-right: 11px;
}
#accordion_stacks_in_1171 dt.accordionIconOn.animateOn span.customIcon {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
#accordion_stacks_in_1171 dt.accordionIconOn a.selected span.customIcon {
  color: #FFFF0A;
}
#accordion_stacks_in_1171 dt.accordionIconOn.animateOn a.selected span.customIcon {
  -webkit-transform:rotate(315deg);
  -moz-transform:rotate(315deg);
  -ms-transform:rotate(315deg);
  -o-transform:rotate(315deg);
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
/* =====================
 * Theme 2
/* ===================== */
#accordion_stacks_in_1171 .accordionTheme2 dt {
  background-color: #E6E6E6;
}
#accordion_stacks_in_1171.borderMinimalOff .accordionTheme2 {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #666666;
}
#accordion_stacks_in_1171 .accordionTheme2 dd {
  background-color: #FFFFFF;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: #333333;
}
#accordion_stacks_in_1171.borderMinimalOn .accordionTheme2 dd {
  border-bottom-width: 0 !important;
  border-bottom: 0 !important;
  border: none !important;
}
#accordion_stacks_in_1171 .accordionTheme2 .accordionLastDt {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-radius-bottomleft: 0px;
  border: none;
  border-radius: none;
}
#accordion_stacks_in_1171 .accordionTheme2 .accordionLastDd {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-radius-bottomleft: 0px;
  border-top: solid 0px #333333;
}
#accordion_stacks_in_1171 .accordionTheme2 .accordionFirstDt {
  border-top: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-radius-topright: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  -khtml-border-radius-topleft: 0px;
}
#accordion_stacks_in_1171 .accordionTheme2 dt {
  border-bottom: solid 0px #333333;
  border-left: none;
  border-right: none;
  border-top: none;
}
#accordion_stacks_in_1171.transparentOff .accordionTheme2 dt {
  background-color: #E6E6E6;
}
#accordion_stacks_in_1171.transparentOff .accordionTheme2 dt.selected {
  background-color: #CCCCCC;
}
/* =====================
 * Theme 3
/* ===================== */
#accordion_stacks_in_1171 .accordionTheme3 dt {
  background-color: none;
  background: transparent;
}
#accordion_stacks_in_1171 .accordionTheme3 dt .accordionSlide {
  padding: 0 !important;
  margin-bottom: 18px;
  width: 100%;
}

  #accordion_stacks_in_1171 .accordionTheme3 dt .accordionContent {
    white-space: nowrap;
    box-sizing: border-box;
    display: block;
    float: none !important;
  }
  #accordion_stacks_in_1171 .accordionTheme3 dt.iconAlignLeft .accordionContent {
    margin-left: 42px;
  }
  #accordion_stacks_in_1171 .accordionTheme3 dt.iconAlignRight .accordionContent {
    margin-right: 42px;
  }

#accordion_stacks_in_1171 .accordionTheme3 dt .iconWrap,
#accordion_stacks_in_1171 .accordionTheme3 dt .accordionContent {
  padding: 0px;
  border-style: solid;
  border-color: #666666;
  border-width: 0px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
}
}
#accordion_stacks_in_1171 .accordionTheme3.connectOn dt .iconWrap {
  border-right-width: 0;
  border-right: none;
}
#accordion_stacks_in_1171 .accordionTheme3.connectOn dt.iconAlignLeft .accordionContent {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#accordion_stacks_in_1171 .accordionTheme3.connectOn dt.iconAlignLeft .iconWrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

}
#accordion_stacks_in_1171 .accordionTheme3.connectOn dt.iconAlignRight .accordionContent {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#accordion_stacks_in_1171 .accordionTheme3.connectOn dt.iconAlignRight .iconWrap {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#accordion_stacks_in_1171 .accordionTheme3 dt.selected .iconWrap,
#accordion_stacks_in_1171 .accordionTheme3 dt.selected .accordionContent {
  border-color: #666666;
}
#accordion_stacks_in_1171 .accordionTheme3 dt .iconWrap {
  display: inline-block;
}
#accordion_stacks_in_1171.transparentOff .accordionTheme3 dt .iconWrap {
  background-color: #EEEEEE;
}
#accordion_stacks_in_1171.transparentOff .accordionTheme3 dt.selected .iconWrap {
  background-color: #E0E0E0;
}
#accordion_stacks_in_1171.transparentOff .accordionTheme3 dt .accordionContent {
  background-color: #E6E6E6;
  padding-left: none;
}
#accordion_stacks_in_1171.transparentOff .accordionTheme3 dt.selected .accordionContent {
  background-color: #CCCCCC;
}
#accordion_stacks_in_1171 .accordionTheme3 dt.iconAlignLeft .accordionContent,
#accordion_stacks_in_1171 .accordionTheme3 dt.iconAlignRight .accordionContent {
  padding-left: 0px;
  padding-right: 0px;
}
#accordion_stacks_in_1171 .accordionTheme3 dt.accordionIconOn.iconAlignLeft .iconWrap {
  float: left;
}
#accordion_stacks_in_1171 .accordionTheme3 dt.accordionIconOn.iconAlignRight .iconWrap {
  float: right;
}
/* =====================
 * BACKEND
/* ===================== */








#accordion_stacks_in_1171.nonTouch.transparentOff .accordionTheme.accGradientOn dt a:hover {
  background: #EEEEEE !important;
  background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%) !important;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.30, #666666),
    color-stop(0.55, #EEEEEE)
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 );
}
#accordion_stacks_in_1171.nonTouch.transparentOff .accordionTheme dt a:hover {
  background-color: #666666;
}

#accordion_stacks_in_1171.nonTouch .accordion dt a:hover {
  color: #B3B3B3 !important;
}

#accordion_stacks_in_1171.nonTouch .accordionTheme dt:hover {
  border-color: #666666;
}
#accordion_stacks_in_1171.nonTouch dt.accordionIconOn a.accordionSlide:hover span.customIcon {
  color: #FFFF0A;
}
#accordion_stacks_in_1171.nonTouch.transparentOff .accordionTheme2 dt:hover {
  background-color: #CCCCCC;
}
#accordion_stacks_in_1171.nonTouch .accordionTheme3 dt:hover .iconWrap,
#accordion_stacks_in_1171.nonTouch .accordionTheme3 dt:hover .accordionContent {
  border-color: #666666;
}
#accordion_stacks_in_1171.nonTouch.transparentOff .accordionTheme3 dt:hover .iconWrap{
  background-color: #E0E0E0;
}
#accordion_stacks_in_1171.nonTouch.transparentOff .accordionTheme3 dt:hover .accordionContent {
  background-color: #CCCCCC;
}

/* =====================
* New Themes
/* ===================== */
#accordion_stacks_in_1171 .accordionTheme4 {
  background: #666666;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  box-sizing: border-box;
}
#accordion_stacks_in_1171 .accordionTheme4 dt {
  background: #666666;
  box-sizing: border-box;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.3) rgba(0,0,0,0.15) rgba(0,0,0,0.3) rgba(0,0,0,0.15);
  -webkit-transform: translateY(0%) rotateY(0deg) translateZ(0px);
  -moz-transform: translateY(0%) rotateY(0deg) translateZ(0px);
  -ms-transform: translateY(0%) rotateY(0deg) translateZ(0px);
  -o-transform:translateY(0%) rotateY(0deg) translateZ(0px);
  transform: translateY(0%) rotateY(0deg) translateZ(0px);
}
#accordion_stacks_in_1171 .accordionTheme4 dt.selected {
  background: #666666;
}
#accordion_stacks_in_1171 .accordionTheme4 dd {
  background: #FFFFFF;
  box-sizing: border-box;
  z-index: -1;
  
  -webkit-transform: translateY(0%) rotateY(90deg) translateZ(-1000px);
  -moz-transform: translateY(0%) rotateY(90deg) translateZ(-1000px);
  -ms-transform: translateY(0%) rotateY(90deg) translateZ(-1000px);
  -o-transform:translateY(0%) rotateY(90deg) translateZ(-1000px);
  transform: translateY(0%) rotateY(90deg) translateZ(-1000px);
  
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
#accordion_stacks_in_1171 .accordionTheme4 dd.accordionOpen {
  -webkit-transform: translateY(0%) rotateY(0deg) translateZ(0px);
  -moz-transform: translateY(0%) rotateY(0deg) translateZ(0px);
  -ms-transform: translateY(0%) rotateY(0deg) translateZ(0px);
  -o-transform:translateY(0%) rotateY(0deg) translateZ(0px);
  transform: translateY(0%) rotateY(0deg) translateZ(0px);
}

#accordion_stacks_in_1171 .accordionTheme5 {
  background: #666666;
  border-radius: 4px;
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.3) rgba(0,0,0,0.3) rgba(0,0,0,0.4) rgba(0,0,0,0.1);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  margin-bottom: 10px;
  padding: 10px 10px;
}
#accordion_stacks_in_1171 .accordionTheme5 dt {

}
#accordion_stacks_in_1171 .accordionTheme5 dd {
  box-sizing: border-box;
  background: rgba(0,0,0,0.1);
  margin: 0px 20px 0px !important;
  border-width: 5px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0.4) rgba(0,0,0,0.3) rgba(255,255,255,0.3) rgba(0,0,0,0.3);
  border-radius: 4px;
  box-shadow: inset 0px 2px 5px rgba(0,0,0,0.3);
}
#accordion_stacks_in_1171 .accordionTheme6 dt a.accordionSlide {
  padding: 0;
  color: inherit;
  text-decoration: none;
}
#accordion_stacks_in_1171 .accordionTheme6 dd {
  padding: 0;
}

/*
v1.0.2
+ Added touch swipe navigation support for touch devices
*/

#cycledex_stacks_in_1173 .item-has-desc .cycledex-item-content {
  
}
#cycledex_stacks_in_1173 .cycledex-item-content .cycledex-item-header {
  color: rgba(255, 255, 255, 1.00);
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 8px 0;
}
#cycledex_stacks_in_1173 .cycledex-item-content .cycledex-item-description {
  color: rgba(255, 255, 255, 1.00);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
#cycledex_stacks_in_1173 .cycledex-item-content {
  
  text-align: center;
  
}

#cycledex_stacks_in_1173 .cycledex-item-content .cycledex-item-header {
  font-family: inherit;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  margin-top: 0px;
  margin-bottom: 8px;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
}




.cycledex_noscroll{overflow: clip;}
#cycledex_stacks_in_1173.cycledex-outer-wrap {
  position: relative;
  padding: 120px 0px;
  min-height: 0vh;
  overflow: hidden;
}
#cycledex_stacks_in_1173 .cycledex-inner-wrap {
  width: 620px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  justify-content: stretch;
  align-items: center;
  grid-template-columns: minmax(64px,155.000000px) 310px minmax(64px,155.000000px);
  position: relative;
  z-index: 3;
}
#cycledex_stacks_in_1173.cycledex-outer-wrap.cycledex-popup {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  transition: opacity 200ms ease;
  display: grid;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
}
#cycledex_stacks_in_1173.cycledex-outer-wrap.cycledex-popup.cycledex_active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease;
}
#cycledex_stacks_in_1173.cycledex-outer-wrap.cycledex-popup .cycledex-inner-wrap {
  max-width: 100vw;
}
#cycledex_stacks_in_1173 .cycledex_close_icon {
  position:absolute;
  top: 32px;
  right: 32px;
  padding: 0;
  width: 64px;
  height: 64px;
  z-index: 4;
  cursor:pointer;
}
#cycledex_stacks_in_1173 .cycledex_close_icon svg {
  width:64px;
  fill: rgba(255, 255, 255, 1.00);
  pointer-events: none;
}
#cycledex_stacks_in_1173 .cycledex {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 310px;
  z-index: 0;
  aspect-ratio: 0.704545;
  pointer-events: none;
}
@supports not (aspect-ratio: auto) {
  #cycledex_stacks_in_1173 .cycledex {
    padding-top: 141.935501%;
  }
}
#cycledex_stacks_in_1173 .cycledex-nav {
  outline: none;
  color: rgba(255, 255, 255, 1.00);
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  transform-style: flat;
  transform: scale(1);
  -webkit-transform: scale(1) translateZ(800px);
  transition: transform 300ms ease;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
#cycledex_stacks_in_1173 .cycledex-nav:hover {
  outline: none;
  transform: scale(1.2);
  -webkit-transform: scale(1.2) translateZ(800px);
}
#cycledex_stacks_in_1173 .cycledex-nav:active {
  outline: none;
  opacity: 0.75;
}
#cycledex_stacks_in_1173 .cycledex-nav svg {
  max-width: 64px;
  width: 100%;
  pointer-events: none;
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
}
#cycledex_stacks_in_1173 .cycledex .cycledex-item,
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-left,
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-right,
#cycledex_stacks_in_1173 .cycledex-overlay,
#cycledex_stacks_in_1173 .cycledex-overlay-image,
#cycledex_stacks_in_1173 .cycledex .cycledex-origin {
  background-color: rgba(204, 204, 204, 1.00);
}

#cycledex_stacks_in_1173.cycledex_active .cycledex-overlay {
  opacity: 0.500000;
}

#cycledex_stacks_in_1173[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-item,
#cycledex_stacks_in_1173[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-item .cycledex-depth-left,
#cycledex_stacks_in_1173[data-back-color^="r"]:not([data-back-color$="1.00)"]) .cycledex .cycledex-item .cycledex-depth-right  {
  background-color: #000;
}
#cycledex_stacks_in_1173 .cycledex {
  perspective: 1400px;
  transform-style: preserve-3d;
}

#cycledex_stacks_in_1173 .cycledex .cycledex-item,
#cycledex_stacks_in_1173 .cycledex .cycledex-item > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cycledex_stacks_in_1173 .cycledex .cycledex-origin,
#cycledex_stacks_in_1173 .cycledex .cycledex-item {
  transition: transform 600ms ease,opacity 600ms ease;
  pointer-events: none;
  transform-style: preserve-3d;
}
#cycledex_stacks_in_1173 .cycledex .cycledex-item > a {
  cursor: pointer;
}
/*  */
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-left,
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-right {
  position: absolute;
  width: 40px;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotateY(-90deg) translate3d(-40px,0,-1px);
  transform-origin: left;
}
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-left:after,
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-right:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-left:after,
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-right:after,
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-item-background {
  background-size: 390px 440px !important;
}

#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-left:after {
  background-position: 0px center !important;
}
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-right {
  left: auto;
  right: 0;
  transform-origin: right;
  transform: rotateY(90deg) translate3d(40px,0,-1px);
}
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-right:after {
  background-position: -350px center !important;
}
/*  */
#cycledex_stacks_in_1173.cycledex_active .cycledex .cycledex-item[data-r-index="0"] {
  pointer-events: auto;
}
#cycledex_stacks_in_1173:not(.cycledex_active) .cycledex .cycledex-item[data-r-index="0"] {
  transform: translate3d(0,0,100px) rotateY(0deg) !important;
}
#cycledex_stacks_in_1173 .cycledex-overlay-image,
#cycledex_stacks_in_1173 .cycledex-overlay-image > div,
#cycledex_stacks_in_1173 .cycledex-overlay,
#cycledex_stacks_in_1173 .cycledex-blur,
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-item-background {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cycledex_stacks_in_1173 .cycledex-blur,
#cycledex_stacks_in_1173 .cycledex-overlay {
  z-index: 2;
}

#cycledex_stacks_in_1173 .cycledex-blur {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

#cycledex_stacks_in_1173 .cycledex-overlay-image > div {
  opacity: 0;
  background-size: cover !important;
  background-position: center !important;
  transition: opacity 900.000000ms ease,transform 900.000000ms ease;
  z-index: 0;
}
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-item-background {
  transition: opacity 600ms ease;
}
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-left:after,
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-depth-right:after {
  opacity: 0.400000;
}
#cycledex_stacks_in_1173 .cycledex .cycledex-item .cycledex-item-background {
  opacity: 0.500000;
}
/* #cycledex_stacks_in_1173 .cycledex .cycledex-item[data-r-index="0"] .cycledex-depth-left:after,
#cycledex_stacks_in_1173 .cycledex .cycledex-item[data-r-index="0"] .cycledex-depth-right:after, */
#cycledex_stacks_in_1173 .cycledex .cycledex-item[data-r-index="0"] .cycledex-item-background {
  opacity: 1;
}
#cycledex_stacks_in_1173 .cycledex-item-content {
  position: absolute;
  transition: transform 600ms ease, opacity 600ms ease;
  z-index: 10;
  pointer-events: none;
}
#cycledex_stacks_in_1173.cycledex_active .cycledex-item-content {
  pointer-events: auto;
}
#cycledex_stacks_in_1173 .cycledex-item.item-has-desc .cycledex-item-content,
#cycledex_stacks_in_1173 .cycledex-item.item-has-link .cycledex-item-content {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
#cycledex_stacks_in_1173 .cycledex-item:not(.item-has-desc) .cycledex-item-content {
  width: auto;
}

#cycledex_stacks_in_1173 .cycledex-item-content {
  transform: translate3d(0,0,1px);
  
  
    left: calc(310px/16);right: calc(310px/16);
  
  
  
  top: 50%;transform: translate3d(0,-50%,1px);
  
}
#cycledex_stacks_in_1173 .cycledex div.cycledex-item.item-has-link[data-r-index="0"] {
  transform: translate3d(0,0,0) rotateY(0deg);
  opacity: 1;
}
#cycledex_stacks_in_1173 .cycledex div.cycledex-item.item-has-link.cycledex-animation-complete[data-r-index="0"]:hover {
  transform: translate3d(0,0,100px) rotateY(0deg);
}

#cycledex_stacks_in_1173 .cycledex-item:not(.item-has-desc) .cycledex-item-content {
  left: calc(310px/16);
  right: calc(310px/16);
}

  #cycledex_stacks_in_1173[data-resize$="3"] .cycledex-item-content {
    /* transform: none; */
    
    
    
    
  }
  #cycledex_stacks_in_1173[data-resize$="3"] .cycledex div.cycledex-item[data-r-index="0"] .cycledex-item-content {
    transform: translate3d(0px,0,1px);
    top: 50%;transform: translate3d(0,-50%,1px);
  }


  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex-inner-wrap {
    grid-template-columns: 64px 1fr 64px;
  }
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex {
    aspect-ratio: auto;
    padding-top: 0;
  }
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex-item-content {
    /* transform: none; */
    left: 24px;
    right: 24px;
  }
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex .cycledex-item[data-r-index="0"] {
    position: relative;
  }
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex .cycledex-item {
    margin-left: calc((310px - 100%)/-2);
    margin-right: calc((310px - 100%)/-2);
    aspect-ratio: 0.704545;
  }
  @supports not (aspect-ratio: auto) {
    #cycledex_stacks_in_1173[data-resize*="2"] .cycledex .cycledex-item.item-has-desc {
      padding-top: 141.935501%;
    }
  }
  #cycledex_stacks_in_1173[data-resize*="2"] .item-has-desc .cycledex-item-content {
    max-width: calc(100% - 48px);
  }
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex-item-content .cycledex-item-header {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 6px 0;
  }
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex-item-content .cycledex-item-description {
    font-size: 16px;
    line-height: 24px;
  }
  
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex-item-content .cycledex-item-header {
    font-size: 19.500000px;
    line-height: 28.500000px;
    margin-top: 0.000000px;
    margin-bottom: 6.000000px;
  }
  
  
  /*  */
  
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex .cycledex-item .cycledex-depth-left:after,
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex .cycledex-item .cycledex-depth-right:after,
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex .cycledex-item .cycledex-item-background {
    background-size: calc(100% + 80px) 100% !important;
  }
  #cycledex_stacks_in_1173[data-resize*="2"] .cycledex .cycledex-item .cycledex-depth-right:after {
    background-position: -calc(100% + 40px) center !important;
  }
  
  /*  */


  #cycledex_stacks_in_1173[data-resize="123"] .cycledex .cycledex-item,
  #cycledex_stacks_in_1173[data-resize="123"] .cycledex .cycledex-item > a {
    margin-left: 0px;
    margin-right: 0px;
  }
  #cycledex_stacks_in_1173[data-resize="123"] .cycledex-inner-wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  #cycledex_stacks_in_1173[data-resize="123"] .cycledex {
    grid-column: 1/-1;
    margin: 0 auto;
  }
  #cycledex_stacks_in_1173[data-resize="123"] .cycledex {
    grid-row: 1;
  }
  @supports (aspect-ratio: auto) {
    #cycledex_stacks_in_1173[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) {
      padding-top: 0;
    }
    #cycledex_stacks_in_1173[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) .cycledex-item-background {
      position: relative;
      aspect-ratio: 0.704545;
    }
  }
  #cycledex_stacks_in_1173[data-resize="123"] .cycledex .cycledex-item:not(.item-has-desc) .cycledex-item-background .cycledex-item-content {
    position: relative;
    transform: none;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 32px 16px;
  }


.stacks_in_1174 .cycledex-item-background,
.cycledex > .stacks_in_1174 .cycledex-depth-left:after,
.cycledex > .stacks_in_1174 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-1174.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_1176 .cycledex-item-background,
.cycledex > .stacks_in_1176 .cycledex-depth-left:after,
.cycledex > .stacks_in_1176 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-1176.png);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_1178 .cycledex-item-background,
.cycledex > .stacks_in_1178 .cycledex-depth-left:after,
.cycledex > .stacks_in_1178 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-1178.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_1180 .cycledex-item-background,
.cycledex > .stacks_in_1180 .cycledex-depth-left:after,
.cycledex > .stacks_in_1180 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-1180.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_1182 .cycledex-item-background,
.cycledex > .stacks_in_1182 .cycledex-depth-left:after,
.cycledex > .stacks_in_1182 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-1182.jpg);
  
  
  background-position: center;
  background-size: cover;
}

.stacks_in_1205 .cycledex-item-background,
.cycledex > .stacks_in_1205 .cycledex-depth-left:after,
.cycledex > .stacks_in_1205 .cycledex-depth-right:after {
  
  
  background-color: rgba(34, 34, 34, 1.00);
  background-image:url(../files/backgroundImage-1205.jpg);
  
  
  background-position: center;
  background-size: cover;
}

#shady_stack_stacks_in_1099 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1099 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1099 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
/* @group Basics */

#videoPlayerContainerstacks_in_1100 {
	position: relative;
	z-index: 1;
}

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

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

/* @end */

/* @group Big Play Button */

#bigPlayButtonstacks_in_1100 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 3;
	font-size: 75px;
	border: none;
	background: none;
	outline: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#bigPlayButtonstacks_in_1100 [class^="fa fa-"] {
	cursor: pointer;
	color: rgba(251, 2, 7, 1.00);
}

/*  */

/* @end */

/* @group Video Controls */

#videoPlayerControlsstacks_in_1100 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	margin: 0px;
	border-radius: 0px;
}

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

/*  */

/*  */

/*  */

/*  */

/*  */
#videoPlayerControlsstacks_in_1100 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	-ms-transition: all 1000ms;
	transition: all 1000ms;
	max-height: 0px;
	opacity: 0;
}

#videoPlayerContainerstacks_in_1100:hover #videoPlayerControlsstacks_in_1100 {
	max-height: 60px;
	opacity: 1.00;
}
/*  */

/*  */

/*  */

#videoPlayerControlsFillstacks_in_1100 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1.00);
	opacity: 0.75;
	z-index: 1;
}

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

#videoPlayerContainerstacks_in_1100:hover #videoPlayerControlsstacks_in_1100 {
	opacity: 1.00;
}

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

button:hover {
	cursor: pointer;
}

#videoPlayerControlsstacks_in_1100 #videoPlayerPlayPausestacks_in_1100 {
	display: inline-block;
}

#videoPlayerControlsstacks_in_1100 #videoPlayerFullScreenstacks_in_1100 {
	display: inline-block;
}

/* @end */

/* @group Video Timing */

#videoPlayerVideoTimingstacks_in_1100 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
	width: auto;
	padding: 0 15px;
	font-size: 12px;
}

#videoPlayerCurrentTimestacks_in_1100 {
	display: inline-block;
}

#videoPlayerDurationstacks_in_1100 {
	display: inline-block;
}

/*  */

/*  */

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_1100 {
	flex: 1;
	padding-right: 10px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	display: inline-block;
}

#videoPlayerSeekBarstacks_in_1100[type=range] {
	-webkit-appearance: none;
	background: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

#videoPlayerSeekBarstacks_in_1100[type=range]:focus::-ms-fill-upper {
	background: #B3B3B3;
}
/* @end */

/* @group Volume */

#volumestacks_in_1100 {
	display: inline-block;
	max-width: 60px;
	width: 60px;
	line-height: 60px;
	height: 60px;
	transition: all ease-in-out 300ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	vertical-align: middle;
}

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

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

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

#volumestacks_in_1100:hover #volumeButtonstacks_in_1100 {
	display: none;
}

#volumeMinstacks_in_1100 {
	position: absolute;
	left: 10px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volumeMaxstacks_in_1100 {
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_1100[type=range],
#volumeMinstacks_in_1100,
#volumeMaxstacks_in_1100 {
	display: none;
}

#volumeMinstacks_in_1100,
#volumeMaxstacks_in_1100 {
	cursor: pointer;
}

#volumestacks_in_1100:hover #volume-barstacks_in_1100,
#volumestacks_in_1100:hover #volumeMinstacks_in_1100,
#volumestacks_in_1100:hover #volumeMaxstacks_in_1100 {
	display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#videoPlayerControlsstacks_in_1100 #videoPlayerFullScreenstacks_in_1100,
	#videoPlayerControlsstacks_in_1100 #volumestacks_in_1100 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */



#stacks_in_1046 h1,#stacks_in_1046 h1 a,#stacks_in_1046 p,#stacks_in_1046 p a{
	color:rgba(251, 2, 7, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	font-weight: lighter ;
	font-family:'Copperplate Gothic Light', Copperplate, sans-serif;
	
	
	font-variant:small-caps;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(128, 0, 2, 1.00),
		0 1px 1px rgba(113, 0, 0, 1.00),
		0 2px 1px rgba(98, 0, 0, 1.00),
		0 3px 1px rgba(83, 0, 0, 1.00),
		0 4px 1px rgba(68, 0, 0, 1.00),
		0 5px 1px rgba(53, 0, 0, 1.00);
		padding:5px 0;
	

	

}

#stacks_in_1046 p a:hover, #stacks_in_1046 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_1055 h2,#stacks_in_1055 h2 a,#stacks_in_1055 p,#stacks_in_1055 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1055 p a:hover, #stacks_in_1055 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_1055 {
	margin-left:0;
}

#stacks_in_1069 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_1056 h3,#stacks_in_1056 h3 a,#stacks_in_1056 p,#stacks_in_1056 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_1056 {
	margin-left:0;
}

#stacks_in_1070 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_1057 h1,#stacks_in_1057 h1 a,#stacks_in_1057 p,#stacks_in_1057 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1057 p a:hover, #stacks_in_1057 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_1057 {
	margin-left:0;
}

#stacks_in_1071 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_1058 h3,#stacks_in_1058 h3 a,#stacks_in_1058 p,#stacks_in_1058 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_1058 {
	margin-left:0;
}

#stacks_in_1072 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_1059 h2,#stacks_in_1059 h2 a,#stacks_in_1059 p,#stacks_in_1059 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_1059 p a:hover, #stacks_in_1059 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_1059 {
	margin-left:0;
}

#stacks_in_1073 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_1060 h3,#stacks_in_1060 h3 a,#stacks_in_1060 p,#stacks_in_1060 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_1060 {
	margin-left:0;
}

#stacks_in_1074 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_1061 h3,#stacks_in_1061 h3 a,#stacks_in_1061 p,#stacks_in_1061 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_1061 {
	margin-left:0;
}

#stacks_in_1075 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_1062 h3,#stacks_in_1062 h3 a,#stacks_in_1062 p,#stacks_in_1062 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_1062 {
	margin-left:0;
}

#stacks_in_1076 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}
#shady_stack_stacks_in_1106 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1106 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1106 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
#stacks_in_1093_button {
	display:block;
	position: relative;
	text-align: center;
}


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







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



#shady_stack_stacks_in_1109 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1109 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1109 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}




#stacks_in_1064 h3,#stacks_in_1064 h3 a,#stacks_in_1064 p,#stacks_in_1064 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_1064 {
	margin-left:0;
}

#stacks_in_1078 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_1065 h3,#stacks_in_1065 h3 a,#stacks_in_1065 p,#stacks_in_1065 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_1065 {
	margin-left:0;
}

#stacks_in_1079 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}
.lines.stacks_in_1017{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:2px dashed rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_1017.vertical{border-left:2px dashed rgba(255, 255, 255, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}




#stacks_in_885 h2,#stacks_in_885 h2 a,#stacks_in_885 p,#stacks_in_885 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_885 p a:hover, #stacks_in_885 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_892 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_886 h4,#stacks_in_886 h4 a,#stacks_in_886 p,#stacks_in_886 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_886 p a:hover, #stacks_in_886 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_893 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_887 h3,#stacks_in_887 h3 a,#stacks_in_887 p,#stacks_in_887 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_in_894 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_888 h4,#stacks_in_888 h4 a,#stacks_in_888 p,#stacks_in_888 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_888 p a:hover, #stacks_in_888 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_895 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_889 h2,#stacks_in_889 h2 a,#stacks_in_889 p,#stacks_in_889 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_889 p a:hover, #stacks_in_889 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_896 {
	text-transform: capitalize;
	font-weight: bold;
}

.element_stacks_in_952[data-deluxe-el] {
  
  background-color : rgba(255, 255, 255, 0.00);
  background-image : url();
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid rgba(204, 204, 204, 1.00);
  border-radius: 1px;
  margin: 2px 0px;
  padding: 16px 0px 0px 0px;min-height: 32px;
  
  align-items: center;
  display: inline-flex;
  width: 100%;
  
  color: rgba(251, 2, 7, 1.00);
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
  display: block; /* Breaks vertical alignment setting */
  width: 100%;
  max-width: 640px;
  
  margin-left: auto;
  margin-right: auto;
  
}
.element_stacks_in_952[data-deluxe-el] > div {
  
}

a.element_stacks_in_952[data-deluxe-el] * {
  color: rgba(251, 2, 7, 1.00);
  fill: rgba(251, 2, 7, 1.00);
  stroke: rgba(251, 2, 7, 1.00);
}

#shady_stack_stacks_in_881 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_881 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_881 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
#shady_stack_stacks_in_832 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_832 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_832 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_698{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */



#stacks_in_710 h1,#stacks_in_710 h1 a,#stacks_in_710 p,#stacks_in_710 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_710 p a:hover, #stacks_in_710 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_711 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_700 h2,#stacks_in_700 h2 a,#stacks_in_700 p,#stacks_in_700 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_700 p a:hover, #stacks_in_700 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_714 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_701 h3,#stacks_in_701 h3 a,#stacks_in_701 p,#stacks_in_701 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_in_715 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_702 h5,#stacks_in_702 h5 a,#stacks_in_702 p,#stacks_in_702 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_702 p a:hover, #stacks_in_702 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_702 {
	width: 84%;
	margin-left:0;
}

#stacks_in_716 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}

#stacks_out_703 {
	width: 33%;
}




#stacks_in_704 h5,#stacks_in_704 h5 a,#stacks_in_704 p,#stacks_in_704 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_704 p a:hover, #stacks_in_704 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_704 {
	width: 84%;
	margin-left:0;
}

#stacks_in_718 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_705 h5,#stacks_in_705 h5 a,#stacks_in_705 p,#stacks_in_705 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_705 p a:hover, #stacks_in_705 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_705 {
	width: 85%;
	margin-left:0;
}

#stacks_in_719 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}
#shady_stack_stacks_in_834 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_834 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_834 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_835{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */



#stacks_in_836 h3,#stacks_in_836 h3 a,#stacks_in_836 p,#stacks_in_836 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_in_837 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_842 h4,#stacks_in_842 h4 a,#stacks_in_842 p,#stacks_in_842 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_842 p a:hover, #stacks_in_842 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_843 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_844 h4,#stacks_in_844 h4 a,#stacks_in_844 p,#stacks_in_844 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_844 p a:hover, #stacks_in_844 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_845 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_846 h4,#stacks_in_846 h4 a,#stacks_in_846 p,#stacks_in_846 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_846 p a:hover, #stacks_in_846 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_847 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_848 h4,#stacks_in_848 h4 a,#stacks_in_848 p,#stacks_in_848 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_848 p a:hover, #stacks_in_848 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_849 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_850 h4,#stacks_in_850 h4 a,#stacks_in_850 p,#stacks_in_850 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_850 p a:hover, #stacks_in_850 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_851 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_852 h4,#stacks_in_852 h4 a,#stacks_in_852 p,#stacks_in_852 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_852 p a:hover, #stacks_in_852 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_853 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_854 h4,#stacks_in_854 h4 a,#stacks_in_854 p,#stacks_in_854 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_854 p a:hover, #stacks_in_854 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_855 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_856 h4,#stacks_in_856 h4 a,#stacks_in_856 p,#stacks_in_856 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_856 p a:hover, #stacks_in_856 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_857 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_858 h4,#stacks_in_858 h4 a,#stacks_in_858 p,#stacks_in_858 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_858 p a:hover, #stacks_in_858 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_859 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_860 h4,#stacks_in_860 h4 a,#stacks_in_860 p,#stacks_in_860 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_860 p a:hover, #stacks_in_860 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_861 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_862 h4,#stacks_in_862 h4 a,#stacks_in_862 p,#stacks_in_862 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_862 p a:hover, #stacks_in_862 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_863 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_864 h4,#stacks_in_864 h4 a,#stacks_in_864 p,#stacks_in_864 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_864 p a:hover, #stacks_in_864 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_865 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_866 h5,#stacks_in_866 h5 a,#stacks_in_866 p,#stacks_in_866 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_866 p a:hover, #stacks_in_866 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_867 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_868 h5,#stacks_in_868 h5 a,#stacks_in_868 p,#stacks_in_868 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_868 p a:hover, #stacks_in_868 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_869 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_707 h2,#stacks_in_707 h2 a,#stacks_in_707 p,#stacks_in_707 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_707 p a:hover, #stacks_in_707 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_707 {
	width: 85%;
	margin-left:0;
}

#stacks_in_721 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_708 h3,#stacks_in_708 h3 a,#stacks_in_708 p,#stacks_in_708 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_708 {
	width: 85%;
	margin-left:0;
}

#stacks_in_722 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}
#toTop{--elevator-image:url(../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
.lines.stacks_in_1032{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_1032.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_694 p{font-size:48px;color:#FFFF0A;text-align:center;margin:0;padding:0}@media screen and (max-width:500px){#stacks_in_694 p{font-size:10px}}




#stacks_in_912 h2,#stacks_in_912 h2 a,#stacks_in_912 p,#stacks_in_912 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_912 p a:hover, #stacks_in_912 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_913 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_929 h1,#stacks_in_929 h1 a,#stacks_in_929 p,#stacks_in_929 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_929 p a:hover, #stacks_in_929 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_930 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_943 h1,#stacks_in_943 h1 a,#stacks_in_943 p,#stacks_in_943 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_943 p a:hover, #stacks_in_943 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_944 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_916 h2,#stacks_in_916 h2 a,#stacks_in_916 p,#stacks_in_916 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_916 p a:hover, #stacks_in_916 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_916 {
	width: 85%;
	margin-left:0;
}

#stacks_in_918 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_917 h3,#stacks_in_917 h3 a,#stacks_in_917 p,#stacks_in_917 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-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_917 {
	margin-left:0;
}

#stacks_in_919 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_800{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */#shady_stack_stacks_in_907 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_907 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_907 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
/* @group Basics */

#videoPlayerContainerstacks_in_802 {
	position: relative;
	z-index: 1;
}

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

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

/* @end */

/* @group Big Play Button */

#bigPlayButtonstacks_in_802 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 3;
	font-size: 75px;
	border: none;
	background: none;
	outline: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#bigPlayButtonstacks_in_802 [class^="fa fa-"] {
	cursor: pointer;
	color: rgba(251, 2, 7, 1.00);
}

/*  */

/* @end */

/* @group Video Controls */

#videoPlayerControlsstacks_in_802 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	margin: 0px;
	border-radius: 0px;
}

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

/*  */

/*  */

/*  */

/*  */

/*  */
#videoPlayerControlsstacks_in_802 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	-ms-transition: all 1000ms;
	transition: all 1000ms;
	max-height: 0px;
	opacity: 0;
}

#videoPlayerContainerstacks_in_802:hover #videoPlayerControlsstacks_in_802 {
	max-height: 60px;
	opacity: 1.00;
}
/*  */

/*  */

/*  */

#videoPlayerControlsFillstacks_in_802 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1.00);
	opacity: 0.75;
	z-index: 1;
}

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

#videoPlayerContainerstacks_in_802:hover #videoPlayerControlsstacks_in_802 {
	opacity: 1.00;
}

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

button:hover {
	cursor: pointer;
}

#videoPlayerControlsstacks_in_802 #videoPlayerPlayPausestacks_in_802 {
	display: inline-block;
}

#videoPlayerControlsstacks_in_802 #videoPlayerFullScreenstacks_in_802 {
	display: inline-block;
}

/* @end */

/* @group Video Timing */

#videoPlayerVideoTimingstacks_in_802 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
	width: auto;
	padding: 0 15px;
	font-size: 12px;
}

#videoPlayerCurrentTimestacks_in_802 {
	display: inline-block;
}

#videoPlayerDurationstacks_in_802 {
	display: inline-block;
}

/*  */

/*  */

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_802 {
	flex: 1;
	padding-right: 10px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	display: inline-block;
}

#videoPlayerSeekBarstacks_in_802[type=range] {
	-webkit-appearance: none;
	background: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

#videoPlayerSeekBarstacks_in_802[type=range]:focus::-ms-fill-upper {
	background: #B3B3B3;
}
/* @end */

/* @group Volume */

#volumestacks_in_802 {
	display: inline-block;
	max-width: 60px;
	width: 60px;
	line-height: 60px;
	height: 60px;
	transition: all ease-in-out 300ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	vertical-align: middle;
}

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

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

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

#volumestacks_in_802:hover #volumeButtonstacks_in_802 {
	display: none;
}

#volumeMinstacks_in_802 {
	position: absolute;
	left: 10px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volumeMaxstacks_in_802 {
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_802[type=range],
#volumeMinstacks_in_802,
#volumeMaxstacks_in_802 {
	display: none;
}

#volumeMinstacks_in_802,
#volumeMaxstacks_in_802 {
	cursor: pointer;
}

#volumestacks_in_802:hover #volume-barstacks_in_802,
#volumestacks_in_802:hover #volumeMinstacks_in_802,
#volumestacks_in_802:hover #volumeMaxstacks_in_802 {
	display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#videoPlayerControlsstacks_in_802 #videoPlayerFullScreenstacks_in_802,
	#videoPlayerControlsstacks_in_802 #volumestacks_in_802 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */



#stacks_in_899 h2,#stacks_in_899 h2 a,#stacks_in_899 p,#stacks_in_899 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_899 p a:hover, #stacks_in_899 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_899 {
	width: 85%;
	margin-left:0;
}

#stacks_in_901 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}




#stacks_in_900 h3,#stacks_in_900 h3 a,#stacks_in_900 p,#stacks_in_900 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_out_900 {
	width: 85%;
	margin-left:0;
}

#stacks_in_902 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}
.lines.stacks_in_827{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:2px dashed rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_827.vertical{border-left:2px dashed rgba(255, 255, 255, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}




#stacks_in_730 h1,#stacks_in_730 h1 a,#stacks_in_730 p,#stacks_in_730 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:left;
	font-weight: bold ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_730 p a:hover, #stacks_in_730 h1 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_out_730 {
	width: 84%;
	margin-left:0;
}

#stacks_in_731 {
	word-spacing: 1px;
	text-transform: capitalize;
	font-size: 94%;
}
#shady_stack_stacks_in_682 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_682 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: solid 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_682 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
/* @group Basics */

#videoPlayerContainerstacks_in_681 {
	position: relative;
	z-index: 1;
}

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

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

/* @end */

/* @group Big Play Button */

#bigPlayButtonstacks_in_681 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 3;
	font-size: 75px;
	border: none;
	background: none;
	outline: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#bigPlayButtonstacks_in_681 [class^="fa fa-"] {
	cursor: pointer;
	color: rgba(251, 2, 7, 1.00);
}

/*  */

/* @end */

/* @group Video Controls */

#videoPlayerControlsstacks_in_681 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	margin: 0px;
	border-radius: 0px;
}

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

/*  */

/*  */
#videoPlayerControlsstacks_in_681 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	-ms-transition: all 1000ms;
	transition: all 1000ms;
	opacity: 0;
}

#videoPlayerContainerstacks_in_681:hover #videoPlayerControlsstacks_in_681 {
	opacity: 1.00;
}
/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

#videoPlayerControlsFillstacks_in_681 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1.00);
	opacity: 0.75;
	z-index: 1;
}

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

#videoPlayerContainerstacks_in_681:hover #videoPlayerControlsstacks_in_681 {
	opacity: 1.00;
}

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

button:hover {
	cursor: pointer;
}

#videoPlayerControlsstacks_in_681 #videoPlayerPlayPausestacks_in_681 {
	display: inline-block;
}

#videoPlayerControlsstacks_in_681 #videoPlayerFullScreenstacks_in_681 {
	display: inline-block;
}

/* @end */

/* @group Video Timing */

#videoPlayerVideoTimingstacks_in_681 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
	width: auto;
	padding: 0 15px;
	font-size: 12px;
}

#videoPlayerCurrentTimestacks_in_681 {
	display: inline-block;
}

#videoPlayerDurationstacks_in_681 {
	display: inline-block;
}

/*  */

/*  */

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_681 {
	flex: 1;
	padding-right: 10px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	display: inline-block;
}

#videoPlayerSeekBarstacks_in_681[type=range] {
	-webkit-appearance: none;
	background: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

#videoPlayerSeekBarstacks_in_681[type=range]:focus::-ms-fill-upper {
	background: #B3B3B3;
}
/* @end */

/* @group Volume */

#volumestacks_in_681 {
	display: none;
	max-width: 60px;
	width: 60px;
	line-height: 60px;
	height: 60px;
	transition: all ease-in-out 300ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	vertical-align: middle;
}

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

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

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

#volumestacks_in_681:hover #volumeButtonstacks_in_681 {
	display: none;
}

#volumeMinstacks_in_681 {
	position: absolute;
	left: 10px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volumeMaxstacks_in_681 {
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_681[type=range],
#volumeMinstacks_in_681,
#volumeMaxstacks_in_681 {
	display: none;
}

#volumeMinstacks_in_681,
#volumeMaxstacks_in_681 {
	cursor: pointer;
}

#volumestacks_in_681:hover #volume-barstacks_in_681,
#volumestacks_in_681:hover #volumeMinstacks_in_681,
#volumestacks_in_681:hover #volumeMaxstacks_in_681 {
	display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#videoPlayerControlsstacks_in_681 #videoPlayerFullScreenstacks_in_681,
	#videoPlayerControlsstacks_in_681 #volumestacks_in_681 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_out_681 {
	width: 58%;
}
.lines.stacks_in_697{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:2px dashed rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_697.vertical{border-left:2px dashed rgba(255, 255, 255, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_585{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */



#stacks_in_586 h4,#stacks_in_586 h4 a,#stacks_in_586 p,#stacks_in_586 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_586 p a:hover, #stacks_in_586 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_587 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_588 h4,#stacks_in_588 h4 a,#stacks_in_588 p,#stacks_in_588 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_588 p a:hover, #stacks_in_588 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_589 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_513 h2,#stacks_in_513 h2 a,#stacks_in_513 p,#stacks_in_513 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_513 p a:hover, #stacks_in_513 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_518 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_523 h3,#stacks_in_523 h3 a,#stacks_in_523 p,#stacks_in_523 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:'Copperplate Gothic Light', Copperplate, sans-serif;
	
	
	font-variant:small-caps;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(85, 85, 85, 1.00),
		0 1px 1px rgba(70, 70, 70, 1.00),
		0 2px 1px rgba(55, 55, 55, 1.00),
		0 3px 1px rgba(40, 40, 40, 1.00),
		0 4px 1px rgba(25, 25, 25, 1.00),
		0 5px 1px rgba(10, 10, 10, 1.00);
		padding:5px 0;
	

	

}

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












#stacks_in_516 h4,#stacks_in_516 h4 a,#stacks_in_516 p,#stacks_in_516 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_516 p a:hover, #stacks_in_516 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_521 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_517 h4,#stacks_in_517 h4 a,#stacks_in_517 p,#stacks_in_517 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_517 p a:hover, #stacks_in_517 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_522 {
	text-transform: capitalize;
	font-weight: bold;
}
#shady_stack_stacks_in_1114 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1114 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1114 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_out_526 {
	width: 62%;
}
.lines.stacks_in_531{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:2px dashed rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_531.vertical{border-left:2px dashed rgba(255, 255, 255, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}




#stacks_in_384 h4,#stacks_in_384 h4 a,#stacks_in_384 p,#stacks_in_384 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_384 p a:hover, #stacks_in_384 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_385 {
	text-transform: capitalize;
	font-weight: bold;
}





	
		#stacks_in_330 {
	

	transition:  color 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
	color:rgba(255, 255, 255, 1.00) ;
	font-style:italic ;
	text-decoration:none ;
	text-align:center ;
	font-weight: bold ;
	font-family:'Century Gothic', sans-serif ;
	
	
	font-variant:small-caps ;

	

	

	

	
		color:rgba(255, 255, 255, 1.00) ;
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}




@-moz-document url-prefix() {
	
		
			#stacks_in_330 {
		
	
		color:transparent ;
		text-shadow:0 0 10px rgba(255, 255, 255, 1.00) ;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
		
			#stacks_in_330 {
		
	
		color:transparent ;
		text-shadow:0 0 10px rgba(255, 255, 255, 1.00) ;
	}
}



/*-- End Letterpress --*/



	#stacks_in_331 h3,#stacks_in_331 h3 a,#stacks_in_331 p,#stacks_in_331 p a{
		font-size:24px;
		line-height:1.00em;
		margin:0;
	}
	
		@media screen and (max-width:770px){ /* iPad Portrait */
			#stacks_in_331 h3,#stacks_in_331 h3 a,#stacks_in_331 p,#stacks_in_331 p a{
				font-size:20px;
			}
		}
		@media screen and (max-width:500px){ /* iPhone Landscape */
			#stacks_in_331 h3,#stacks_in_331 h3 a,#stacks_in_331 p,#stacks_in_331 p a{
				font-size:18px;
			}
		}
	


#stacks_in_331 h3,#stacks_in_331 h3 a,#stacks_in_331 p,#stacks_in_331 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:'Copperplate Gothic Light', Copperplate, sans-serif;
	
	
	font-variant:small-caps;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(85, 85, 85, 1.00),
		0 1px 1px rgba(70, 70, 70, 1.00),
		0 2px 1px rgba(55, 55, 55, 1.00),
		0 3px 1px rgba(40, 40, 40, 1.00),
		0 4px 1px rgba(25, 25, 25, 1.00),
		0 5px 1px rgba(10, 10, 10, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0;
	

	

	

	

}

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








#shady_stack_stacks_in_1117 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1117 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1117 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}



	#stacks_in_356 h3,#stacks_in_356 h3 a,#stacks_in_356 p,#stacks_in_356 p a{
		font-size:24px;
		line-height:1.00em;
		margin:0;
	}
	
		@media screen and (max-width:770px){ /* iPad Portrait */
			#stacks_in_356 h3,#stacks_in_356 h3 a,#stacks_in_356 p,#stacks_in_356 p a{
				font-size:20px;
			}
		}
		@media screen and (max-width:500px){ /* iPhone Landscape */
			#stacks_in_356 h3,#stacks_in_356 h3 a,#stacks_in_356 p,#stacks_in_356 p a{
				font-size:18px;
			}
		}
	


#stacks_in_356 h3,#stacks_in_356 h3 a,#stacks_in_356 p,#stacks_in_356 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:'Copperplate Gothic Light', Copperplate, sans-serif;
	
	
	font-variant:small-caps;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(85, 85, 85, 1.00),
		0 1px 1px rgba(70, 70, 70, 1.00),
		0 2px 1px rgba(55, 55, 55, 1.00),
		0 3px 1px rgba(40, 40, 40, 1.00),
		0 4px 1px rgba(25, 25, 25, 1.00),
		0 5px 1px rgba(10, 10, 10, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0;
	

	

	

	

}

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








#shady_stack_stacks_in_1121 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1121 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1121 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_in_468 {
	font-size: 300%;
	font-weight: lighter;
}




#stacks_in_363 h3,#stacks_in_363 h3 a,#stacks_in_363 p,#stacks_in_363 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_in_365 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_364 h3,#stacks_in_364 h3 a,#stacks_in_364 p,#stacks_in_364 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_in_366 {
	text-transform: capitalize;
	font-weight: bold;
}
.lines.stacks_in_372{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:2px dashed rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_372.vertical{border-left:2px dashed rgba(255, 255, 255, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}




#stacks_in_277 h2,#stacks_in_277 h2 a,#stacks_in_277 p,#stacks_in_277 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_277 p a:hover, #stacks_in_277 h2 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_278 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_290 h4,#stacks_in_290 h4 a,#stacks_in_290 p,#stacks_in_290 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_290 p a:hover, #stacks_in_290 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_289 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_279 h3,#stacks_in_279 h3 a,#stacks_in_279 p,#stacks_in_279 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_in_280 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_282 h4,#stacks_in_282 h4 a,#stacks_in_282 p,#stacks_in_282 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_282 p a:hover, #stacks_in_282 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_281 {
	text-transform: capitalize;
	font-weight: bold;
}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_317{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */



#stacks_in_316 h4,#stacks_in_316 h4 a,#stacks_in_316 p,#stacks_in_316 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_316 p a:hover, #stacks_in_316 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_315 {
	text-transform: capitalize;
	font-weight: bold;
}
#shady_stack_stacks_in_1125 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1125 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1125 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}

#stacks_out_310 {
	width: 56%;
}




#stacks_in_313 h6,#stacks_in_313 h6 a,#stacks_in_313 p,#stacks_in_313 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:'Copperplate Gothic Light', Copperplate, sans-serif;
	
	
	font-variant:small-caps;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(85, 85, 85, 1.00),
		0 1px 1px rgba(70, 70, 70, 1.00),
		0 2px 1px rgba(55, 55, 55, 1.00),
		0 3px 1px rgba(40, 40, 40, 1.00),
		0 4px 1px rgba(25, 25, 25, 1.00),
		0 5px 1px rgba(10, 10, 10, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0;
	

	

	

	

}

#stacks_in_313 p a:hover, #stacks_in_313 h6 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_284 h4,#stacks_in_284 h4 a,#stacks_in_284 p,#stacks_in_284 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

#stacks_in_284 p a:hover, #stacks_in_284 h4 a:hover{
	color:rgba(204, 204, 204, 1.00);
}









#stacks_in_283 {
	text-transform: capitalize;
	font-weight: bold;
}





	
		#stacks_in_269 {
	

	transition:  color 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
	color:rgba(255, 255, 255, 1.00) ;
	font-style:italic ;
	text-decoration:none ;
	text-align:center ;
	font-weight: bold ;
	font-family:'Century Gothic', sans-serif ;
	
	
	font-variant:small-caps ;

	

	

	

	
		color:rgba(255, 255, 255, 1.00) ;
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}




@-moz-document url-prefix() {
	
		
			#stacks_in_269 {
		
	
		color:transparent ;
		text-shadow:0 0 10px rgba(255, 255, 255, 1.00) ;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	
		
			#stacks_in_269 {
		
	
		color:transparent ;
		text-shadow:0 0 10px rgba(255, 255, 255, 1.00) ;
	}
}



/*-- End Letterpress --*/



	#stacks_in_273 h5,#stacks_in_273 h5 a,#stacks_in_273 p,#stacks_in_273 p a{
		font-size:24px;
		line-height:1.00em;
		margin:0;
	}
	
		@media screen and (max-width:770px){ /* iPad Portrait */
			#stacks_in_273 h5,#stacks_in_273 h5 a,#stacks_in_273 p,#stacks_in_273 p a{
				font-size:20px;
			}
		}
		@media screen and (max-width:500px){ /* iPhone Landscape */
			#stacks_in_273 h5,#stacks_in_273 h5 a,#stacks_in_273 p,#stacks_in_273 p a{
				font-size:18px;
			}
		}
	


#stacks_in_273 h5,#stacks_in_273 h5 a,#stacks_in_273 p,#stacks_in_273 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:'Copperplate Gothic Light', Copperplate, sans-serif;
	
	
	font-variant:small-caps;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px rgba(85, 85, 85, 1.00),
		0 1px 1px rgba(70, 70, 70, 1.00),
		0 2px 1px rgba(55, 55, 55, 1.00),
		0 3px 1px rgba(40, 40, 40, 1.00),
		0 4px 1px rgba(25, 25, 25, 1.00),
		0 5px 1px rgba(10, 10, 10, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0;
	

	

	

	

}

#stacks_in_273 p a:hover, #stacks_in_273 h5 a:hover{
	color:rgba(204, 204, 204, 1.00);
}












#stacks_in_285 h3,#stacks_in_285 h3 a,#stacks_in_285 p,#stacks_in_285 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_in_286 {
	text-transform: capitalize;
	font-weight: bold;
}




#stacks_in_287 h3,#stacks_in_287 h3 a,#stacks_in_287 p,#stacks_in_287 p a{
	color:rgba(255, 255, 255, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: bolder ;
	
	
	
	font-variant:small-caps;

	

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

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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









#stacks_in_288 {
	text-transform: capitalize;
	font-weight: bold;
}
.lines.stacks_in_293{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:2px dashed rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_293.vertical{border-left:2px dashed rgba(255, 255, 255, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_70{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */#stacks_in_62{overflow:visible !important}#stacks_in_62 > .impact-animate{animation-duration:1800ms;animation-delay:100ms}





	
		#stacks_in_249 {
	

	transition:  color 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
	color:rgba(153, 153, 153, 1.00) ;
	font-style:italic ;
	text-decoration:none ;
	text-align:center ;
	font-weight: bold ;
	font-family:'Century Gothic', sans-serif ;
	
	
	font-variant:small-caps ;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px #999,
		0 1px 1px rgba(70, 70, 70, 1.00),
		0 2px 1px rgba(55, 55, 55, 1.00),
		0 3px 1px rgba(40, 40, 40, 1.00),
		0 4px 1px rgba(25, 25, 25, 1.00),
		0 5px 1px rgba(10, 10, 10, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0 ;
	

	

	

	

}






/*-- End Letterpress --*/
#shady_stack_stacks_in_1129 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1129 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1129 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}
/* @group Basics */

#videoPlayerContainerstacks_in_246 {
	position: relative;
	z-index: 1;
}

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

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

/* @end */

/* @group Big Play Button */

#bigPlayButtonstacks_in_246 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 3;
	font-size: 75px;
	border: none;
	background: none;
	outline: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#bigPlayButtonstacks_in_246 [class^="fa fa-"] {
	cursor: pointer;
	color: rgba(251, 2, 7, 1.00);
}

/*  */

/* @end */

/* @group Video Controls */

#videoPlayerControlsstacks_in_246 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	margin: 0px;
	border-radius: 0px;
}

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

/*  */

/*  */

/*  */

/*  */

/*  */
#videoPlayerControlsstacks_in_246 {
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	-ms-transition: all 1000ms;
	transition: all 1000ms;
	max-height: 0px;
	opacity: 0;
}

#videoPlayerContainerstacks_in_246:hover #videoPlayerControlsstacks_in_246 {
	max-height: 60px;
	opacity: 1.00;
}
/*  */

/*  */

/*  */

#videoPlayerControlsFillstacks_in_246 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.00);
	opacity: 0.75;
	z-index: 1;
}

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

#videoPlayerContainerstacks_in_246:hover #videoPlayerControlsstacks_in_246 {
	opacity: 1.00;
}

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

button:hover {
	cursor: pointer;
}

#videoPlayerControlsstacks_in_246 #videoPlayerPlayPausestacks_in_246 {
	display: inline-block;
}

#videoPlayerControlsstacks_in_246 #videoPlayerFullScreenstacks_in_246 {
	display: inline-block;
}

/* @end */

/* @group Video Timing */

#videoPlayerVideoTimingstacks_in_246 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
	width: auto;
	padding: 0 15px;
	font-size: 12px;
}

#videoPlayerCurrentTimestacks_in_246 {
	display: inline-block;
}

#videoPlayerDurationstacks_in_246 {
	display: inline-block;
}

/*  */

/*  */

/* @end */

/* @group Seek Bar */

#progressBarstacks_in_246 {
	flex: 1;
	padding-right: 10px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	display: inline-block;
}

#videoPlayerSeekBarstacks_in_246[type=range] {
	-webkit-appearance: none;
	background: none;
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

#videoPlayerSeekBarstacks_in_246[type=range]:focus::-ms-fill-upper {
	background: #B3B3B3;
}
/* @end */

/* @group Volume */

#volumestacks_in_246 {
	display: inline-block;
	max-width: 60px;
	width: 60px;
	line-height: 60px;
	height: 60px;
	transition: all ease-in-out 300ms;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	vertical-align: middle;
}

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

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

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

#volumestacks_in_246:hover #volumeButtonstacks_in_246 {
	display: none;
}

#volumeMinstacks_in_246 {
	position: absolute;
	left: 10px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volumeMaxstacks_in_246 {
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
	line-height: 60px;
	color: rgba(255, 255, 255, 1.00);
}

#volume-barstacks_in_246[type=range],
#volumeMinstacks_in_246,
#volumeMaxstacks_in_246 {
	display: none;
}

#volumeMinstacks_in_246,
#volumeMaxstacks_in_246 {
	cursor: pointer;
}

#volumestacks_in_246:hover #volume-barstacks_in_246,
#volumestacks_in_246:hover #volumeMinstacks_in_246,
#volumestacks_in_246:hover #volumeMaxstacks_in_246 {
	display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Responsive Behavior */

@media screen and (max-width: 569px) {
	#videoPlayerControlsstacks_in_246 #videoPlayerFullScreenstacks_in_246,
	#videoPlayerControlsstacks_in_246 #volumestacks_in_246 {
		display: none;
	}
}

/* @end */

/* @group Edit Mode Styling */

/*  */

/* @end */
#stacks_out_239 {
	width: 40%;
}
.lines.stacks_in_298{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:2px dashed rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_298.vertical{border-left:2px dashed rgba(255, 255, 255, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}
#shady_stack_stacks_in_1133 {
	max-width: none;
	
  margin: 0 auto;
  
}

#shady_stack_shadow_stacks_in_1133 {
	box-shadow:  0rem 0rem 0.8rem 0.4rem rgba(153, 153, 153, 1.00);
	border-radius: 0rem;
	overflow: hidden;
	padding: 1.0rem;
	margin: 1.0rem;
	border: none 0.10rem rgba(51, 51, 51, 1.00);
}

@media print {
	#shady_stack_shadow_stacks_in_1133 {
		margin: 0;
		padding: 0;
		box-shadow: none;
		border-radius: 0px;
	}
}





	
		#stacks_in_158 {
	

	transition:  color 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
	color:rgba(153, 153, 153, 1.00) ;
	font-style:normal ;
	text-decoration:none ;
	text-align:left ;
	font-weight: bold ;
	font-family:'Century Gothic', sans-serif ;
	
	
	font-variant:small-caps ;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px #999,
		0 1px 1px rgba(70, 70, 70, 1.00),
		0 2px 1px rgba(55, 55, 55, 1.00),
		0 3px 1px rgba(40, 40, 40, 1.00),
		0 4px 1px rgba(25, 25, 25, 1.00),
		0 5px 1px rgba(10, 10, 10, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0 ;
	

	

	

	

}






/*-- End Letterpress --*/

#stacks_out_220 {
	width: 60%;
}
.lines.stacks_in_299{width:90%;margin:calc(16rem/16) auto calc(16rem/16) auto;border-bottom:2px dashed rgba(255, 255, 255, 1.00);background:rgba(0, 0, 0, 0.00);transform:rotate(0deg)}.lines.stacks_in_299.vertical{border-left:2px dashed rgba(255, 255, 255, 1.00);border-bottom:none;width:0;height:90%;margin:0 auto;margin-top:calc((90% - 100%)/-2)}

#stacks_in_192 {
	margin:  14px;
	padding:  18px;
}





	
		#stacks_in_185 {
	

	transition:  color 0.2s ease-in-out;
	-webkit-font-smoothing: antialiased;
	color:rgba(153, 153, 153, 1.00) ;
	font-style:normal ;
	text-decoration:none ;
	text-align:left ;
	font-weight: bold ;
	font-family:'Century Gothic', sans-serif ;
	
	
	font-variant:small-caps ;

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	
		text-shadow: 0 0 1px #999,
		0 1px 1px rgba(70, 70, 70, 1.00),
		0 2px 1px rgba(55, 55, 55, 1.00),
		0 3px 1px rgba(40, 40, 40, 1.00),
		0 4px 1px rgba(25, 25, 25, 1.00),
		0 5px 1px rgba(10, 10, 10, 1.00),
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
		padding:20px 0 ;
	

	

	

	

}






/*-- End Letterpress --*/




#stacks_in_60 p,#stacks_in_60 p a,#stacks_in_60 p,#stacks_in_60 p a{
	color:rgba(255, 255, 10, 1.00);
	-webkit-font-smoothing: antialiased;
	transition:  color 0.2s ease-in-out;
	font-style:italic;
	text-decoration:none;
	text-align:center;
	font-weight: 700 ;
	font-family:'Century Gothic', sans-serif;
	
	
	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

	

}

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








