/*
 * 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}


.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}




.agent-hide{display:none !important}






.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}


.hamburger{cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform 400ms;-webkit-user-select:none;user-select:none;max-width:100px}.hamburger.reverse{transform:rotate(180deg)}.hamburger.burger-left{display:block;margin-right:auto}.hamburger.burger-right{display:block;margin-left:auto}.hamburger.burger-center{display:block;margin-right:auto;margin-left:auto}.burger-line{fill:none;transition:stroke-dasharray 400ms,stroke-dashoffset 400ms;stroke:currentColor;stroke-width:5;stroke-linecap:round}.burger1 .burger-top{stroke-dasharray:40 139}.burger1 .burger-bottom{stroke-dasharray:40 180}.burger1.is-active{transform:rotate(45deg)}.burger1.is-active.reverse{transform:rotate(225deg)}.burger1.is-active .burger-top{stroke-dashoffset:-98px}.burger1.is-active .burger-bottom{stroke-dashoffset:-138px}.burger2 .burger-top{stroke-dasharray:40 121}.burger2 .burger-bottom{stroke-dasharray:40 121}.burger2.is-active .burger-top{stroke-dashoffset:-102px}.burger2.is-active .burger-bottom{stroke-dashoffset:-102px}.burger3 .burger-top{stroke-dasharray:40 130}.burger3 .burger-middle{stroke-dasharray:40 140}.burger3 .burger-bottom{stroke-dasharray:40 205}.burger3.is-active .burger-top{stroke-dasharray:75 130;stroke-dashoffset:-63px}.burger3.is-active .burger-middle{stroke-dashoffset:-102px}.burger3.is-active .burger-bottom{stroke-dasharray:110 205;stroke-dashoffset:-86px}.burger4 .burger-top{stroke-dasharray:40 121}.burger4 .burger-bottom{stroke-dasharray:40 121}.burger4.is-active{transform:rotate(45deg)}.burger4.is-active.reverse{transform:rotate(225deg)}.burger4.is-active .burger-top{stroke-dashoffset:-68px}.burger4.is-active .burger-bottom{stroke-dashoffset:-68px}.burger5 .burger-top{stroke-dasharray:40 82}.burger5 .burger-bottom{stroke-dasharray:40 82}.burger5.is-active{transform:rotate(180deg)}.burger5.is-active.reverse{transform:rotate(360deg)}.burger5.is-active .burger-top{stroke-dasharray:14 82;stroke-dashoffset:-69px}.burger5.is-active .burger-bottom{stroke-dasharray:14 82;stroke-dashoffset:-69px}.burger6 .burger-top{stroke-dasharray:40 172}.burger6 .burger-middle{stroke-dasharray:40 111}.burger6 .burger-bottom{stroke-dasharray:40 172}.burger6.is-active .burger-top{stroke-dashoffset:-132px}.burger6.is-active .burger-middle{stroke-dashoffset:-71px}.burger6.is-active .burger-bottom{stroke-dashoffset:-132px}.burger7 .burger-top{stroke-dasharray:40 82}.burger7 .burger-middle{stroke-dasharray:40 111}.burger7 .burger-bottom{stroke-dasharray:40 161}.burger7.is-active{transform:rotate(45deg)}.burger7.is-active.reverse{transform:rotate(225deg)}.burger7.is-active .burger-top{stroke-dasharray:17 82;stroke-dashoffset:-62px}.burger7.is-active .burger-middle{stroke-dashoffset:23px}.burger7.is-active .burger-bottom{stroke-dashoffset:-83px}.burger8 .burger-top{stroke-dasharray:40 160}.burger8 .burger-middle{stroke-dasharray:40 142;transform-origin:50%;transition:transform 400ms}.burger8 .burger-bottom{stroke-dasharray:40 85;transform-origin:50%;transition:transform 400ms,stroke-dashoffset 400ms}.burger8.is-active{transform:rotate(45deg)}.burger8.is-active.reverse{transform:rotate(225deg)}.burger8.is-active .burger-top{stroke-dashoffset:-64px}.burger8.is-active .burger-middle{transform:rotate(90deg)}.burger8.is-active .burger-middle.reverse{transform:rotate(270deg)}.burger8.is-active .burger-bottom{stroke-dashoffset:-64px}



.com_joeworkman_stacks_glider_stack .glider-wrapper,.com_joeworkman_stacks_glider_stack .glider-button{position:fixed;z-index:99999;border:none}.com_joeworkman_stacks_glider_stack .glider-toggle{padding:1rem;cursor:pointer;font-size:1rem;outline:none;height:auto}.com_joeworkman_stacks_glider_stack .glider-toggle.opened{z-index:999999}.com_joeworkman_stacks_glider_stack .glider-toggle i.fa{display:none;line-height:1.28571429em}.com_joeworkman_stacks_glider_stack .glider-toggle.round.custom-style{border-radius:1000px}.com_joeworkman_stacks_glider_stack .glider-toggle.radius.custom-style{border-radius:3px}.com_joeworkman_stacks_glider_stack .glider-toggle.opened i.fa.close-icon{display:inline-block}.com_joeworkman_stacks_glider_stack .glider-toggle:not(.opened) i.fa.open{display:inline-block}.com_joeworkman_stacks_glider_stack .glider-wrapper{width:0;overflow:auto;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_glider_stack .glider-wrapper.opened{width:100%;z-index:199999}.com_joeworkman_stacks_glider_stack .glider-wrapper .glider-content.centerContent{position:relative;top:50%;transform:translateY(-50%);}.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle{position:absolute;top:0;right:0;background:transparent;margin:0;z-index:999999;display:block}@media only screen and (min-width:40.063em){.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle{display:none}}.com_joeworkman_stacks_glider_stack .glider-wrapper > .glider-toggle i.fa{display:block}.com_joeworkman_stacks_glider_stack .glider-wrapper.size-100 > .glider-toggle{display:block !important}.com_joeworkman_stacks_glider_stack .headless .glider-button{display:none}.com_joeworkman_stacks_glider_stack .headless .glider-wrapper .glider-toggle{display:block}.com_joeworkman_stacks_glider_stack .launcher-bar .glider-button{width:100%}.com_joeworkman_stacks_glider_stack .location-left .glider-wrapper{height:100%;top:0;left:0}.com_joeworkman_stacks_glider_stack .location-left .glider-wrapper.opened.accent{box-shadow:inset -1px 0 15px rgba(255,255,255,0.2),1px 0 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-left .glider-button{left:0}.com_joeworkman_stacks_glider_stack .location-left .glider-button.flush.radius{border-top-left-radius:0;border-bottom-left-radius:0}.com_joeworkman_stacks_glider_stack .location-left .glider-button.opened{left:100%}.com_joeworkman_stacks_glider_stack .location-left.slideout .glider-wrapper{width:100%;margin-left:-100%}.com_joeworkman_stacks_glider_stack .location-left.slideout .glider-wrapper.opened{margin-left:0 !important}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper{height:100%;top:0;right:0}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper.opened.accent{box-shadow:inset 1px 0 15px rgba(255,255,255,0.2),-1px 0 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-right .glider-wrapper .glider-toggle{right:auto;left:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button{right:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button.flush.radius{border-top-right-radius:0;border-bottom-right-radius:0}.com_joeworkman_stacks_glider_stack .location-right .glider-button.opened{right:100%}.com_joeworkman_stacks_glider_stack .location-right.slideout .glider-wrapper{width:100%;margin-right:-100%}.com_joeworkman_stacks_glider_stack .location-right.slideout .glider-wrapper.opened{margin-right:0 !important}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper{top:0;left:0;width:100%;height:0}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper.opened{height:100%}.com_joeworkman_stacks_glider_stack .location-top .glider-wrapper.opened.accent{box-shadow:inset 0 -1px 15px rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-top .glider-button{top:0}.com_joeworkman_stacks_glider_stack .location-top .glider-button.flush.radius{border-top-right-radius:0;border-top-left-radius:0}.com_joeworkman_stacks_glider_stack .location-top .glider-button.opened{top:100%}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper{bottom:0;left:0;width:100%;height:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper.opened{height:100%}.com_joeworkman_stacks_glider_stack .location-bottom .glider-wrapper.opened.accent{box-shadow:inset 0 1px 15px rgba(255,255,255,0.2),0 -1px 2px rgba(0,0,0,0.3)}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button{bottom:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button.flush.radius{border-bottom-right-radius:0;border-bottom-left-radius:0}.com_joeworkman_stacks_glider_stack .location-bottom .glider-button.opened{bottom:100%}

form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}
@charset "UTF-8";
@charset "UTF-8";
:root{--light-gray:rgba(244, 244, 244, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(35, 44, 109, 1.00);--secondary:rgba(220, 213, 179, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(251, 240, 77, 1.00);--alert:rgba(185, 15, 39, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(5, 14, 79, 1.00);--secondary-dark:rgba(190, 183, 149, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(221, 210, 47, 1.00);--alert-dark:rgba(155, 0, 9, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(27, 114, 191, 1.00);--link-color-hover:rgba(191, 0, 9, 1.00);--selection-background:var(--secondary);--selection-text:var(--secondary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(26rem/16)}h2,.h2{font-size:calc(25rem/16)}h3,.h3{font-size:calc(22rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:50%}.button{font-size:calc(20rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(17rem/16)}h1,.h1{font-size:calc(45rem/16)}h2,.h2{font-size:calc(37rem/16)}h3,.h3{font-size:calc(28rem/16)}h4,.h4{font-size:calc(23rem/16)}h5,.h5{font-size:calc(18rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}}@media only screen and (min-width:64em){body{font-size:calc(17rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}}a{color:var(--link-color);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{}
/*!* Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com* License - https://fontawesome.com/license (Commercial License)*/@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:400;font-display:block;src:url("../../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot");src:url("../../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff2") format("woff2"),url("../../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.woff") format("woff"),url("../../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.ttf") format("truetype"),url("../../../rw_common/plugins/stacks/fa5-fonts/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:'Font Awesome 5 Pro';font-weight:400}@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url("../../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot");src:url("../../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("../../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff2") format("woff2"),url("../../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.woff") format("woff"),url("../../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.ttf") format("truetype"),url("../../../rw_common/plugins/stacks/fa5-fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Pro';font-weight:900}  
h2{color:rgba(35, 44, 109, 1.00) ;}
h3{color:rgba(48, 81, 107, 1.00) ;}
.titles{color:rgba(61, 21, 112, 1.00) ;}
small{color:rgba(49, 49, 49, 1.00) !important;}
.tvcclightblue{color:rgba(29, 135, 203, 1.00) ;}
.westernlightpurple{color:rgba(123, 56, 216, 1.00) ;}
h4{margin-top:1.5rem ;}  
h3{margin-top:0.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important;}@media only screen and (min-width:40em){h3{margin-top:32.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important}}@media only screen and (min-width:64em){h3{margin-top:32.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important}}
h5{margin-top:0.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important;}@media only screen and (min-width:40em){h5{margin-top:12.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important}}@media only screen and (min-width:64em){h5{margin-top:12.00px !important;margin-right:0.00px !important;margin-bottom:0.00px !important;margin-left:0.00px !important}}
.notopmargin{margin-top:0 !important;}  
.westlghtblue{background-color:rgba(110, 230, 250, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.westlghtblue{background-attachment:scroll!important}}


.blink{background-color:rgba(27, 114, 191, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.blink{background-attachment:scroll!important}}
.blink{border-color:rgba(27, 114, 191, 1.00) ;border-width:3px ;border-style:solid ;}
.blink:hover{background-color:rgba(255, 255, 255, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.blink{background-attachment:scroll!important}}
.blink:focus{background-color:rgba(255, 255, 255, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.blink{background-attachment:scroll!important}}
.blink:hover{border-width:3px !important;}
.blink:hover{color:rgba(27, 114, 191, 1.00) !important;}
.blink:focus{color:rgba(27, 114, 191, 1.00) !important;}
.blink{min-width:12rem ;max-width:none ;}
.blink{border-radius:5px ;}

.bact:hover{background-color:rgba(255, 255, 255, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bact{background-attachment:scroll!important}}
.bact:focus{background-color:rgba(255, 255, 255, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bact{background-attachment:scroll!important}}
.bact{background-color:rgba(22, 167, 117, 1.00) !important;background-position:center center !important;background-origin:padding-box !important;background-blend-mode:normal !important;background-attachment:scroll   !important;-webkit-background-clip:border-box !important;background-clip:border-box !important;}@media (hover:none) and (pointer:coarse){.bact{background-attachment:scroll!important}}
.bact{color:rgba(255, 255, 255, 1.00) !important;}
.bact:hover{color:rgba(22, 167, 117, 1.00) !important;}
.bact:focus{color:rgba(22, 167, 117, 1.00) !important;}
.bact{min-width:12rem ;max-width:none ;}
.bact{border-color:rgba(22, 167, 117, 1.00) !important;border-width:3px !important;}
.bact{border-radius:5px ;}
.button{transition:all 250ms ease 0ms }
.button{padding:0.5rem ;}  
input{height:1rem ;}  
input{width:1rem ;}  
label{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:8.00px ;padding-left:0.00px ;}@media only screen and (min-width:40em){label{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:9.00px ;padding-left:0.00px }}@media only screen and (min-width:64em){label{padding-top:0.00px ;padding-right:0.00px ;padding-bottom:0.00px ;padding-left:0.00px }}
::placeholder{color:rgba(166, 166, 166, 1.00) ;}
            label{line-height:1.50 ;}
.fsnb{border-width:0px !important;}
.fsnb{margin-top:2rem ;}  
.main-menu{background-color:rgba(255, 255, 255, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.main-menu{background-attachment:scroll!important}}
 .topmenu>.menu a, .menu.topmenu a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(191, 0, 9, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .topmenu>.menu .menu-text, .menu.topmenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topmenu>.menu>li>a, .menu.topmenu>li>a{padding-top:1rem;padding-bottom:1rem} .topmenu>.menu .submenu>li>a, .menu.topmenu .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .topmenu>.menu li.active>a, .topmenu>.menu li.is-active>a, .topmenu>.menu a.is-active, .menu.topmenu li.active>a, .menu.topmenu li.is-active>a, .menu.topmenu a.is-active{--menu-bg-color:rgba(255, 255, 255, 1.00);--menu-link-color:rgba(123, 56, 216, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(123, 56, 216, 1.00)} .topmenu>.menu .submenu li.active>a, .topmenu>.menu .submenu li.is-active>a, .topmenu>.menu .submenu a.is-active, .menu.topmenu .submenu li.active>a, .menu.topmenu .submenu li.is-active>a, .menu.topmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .topmenu>.menu .submenu a, .menu.topmenu .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .topmenu>.menu .submenu, .menu.topmenu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .topmenu>.menu .submenu a, .menu.topmenu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .topmenu>.menu .submenu .menu-text, .menu.topmenu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topmenu>.menu .submenu li.active>a, .topmenu>.menu .submenu li.is-active>a, .topmenu>.menu .submenu a.is-active, .menu.topmenu .submenu li.active>a, .menu.topmenu .submenu li.is-active>a, .menu.topmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
 .bottommenu>.menu a, .menu.bottommenu a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(191, 0, 9, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .bottommenu>.menu .menu-text, .menu.bottommenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .bottommenu>.menu>li>a, .menu.bottommenu>li>a{padding-top:1rem;padding-bottom:1rem} .bottommenu>.menu .submenu>li>a, .menu.bottommenu .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .bottommenu>.menu li.active>a, .bottommenu>.menu li.is-active>a, .bottommenu>.menu a.is-active, .menu.bottommenu li.active>a, .menu.bottommenu li.is-active>a, .menu.bottommenu a.is-active{--menu-bg-color:rgba(230, 230, 230, 0.00);--menu-link-color:rgba(123, 56, 216, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(123, 56, 216, 1.00)} .bottommenu>.menu .submenu li.active>a, .bottommenu>.menu .submenu li.is-active>a, .bottommenu>.menu .submenu a.is-active, .menu.bottommenu .submenu li.active>a, .menu.bottommenu .submenu li.is-active>a, .menu.bottommenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .bottommenu>.menu .submenu a, .menu.bottommenu .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .bottommenu>.menu .submenu, .menu.bottommenu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .bottommenu>.menu .submenu a, .menu.bottommenu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .bottommenu>.menu .submenu .menu-text, .menu.bottommenu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .bottommenu>.menu .submenu li.active>a, .bottommenu>.menu .submenu li.is-active>a, .bottommenu>.menu .submenu a.is-active, .menu.bottommenu .submenu li.active>a, .menu.bottommenu .submenu li.is-active>a, .menu.bottommenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}
@media screen and (min-width:0px) and (max-width:540px){.fullm{display:none !important}}
@media screen and (min-width:0px) and (max-width:540px){.hamb{display:block !important}}
.chsmenu{background-color:rgba(29, 135, 203, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.chsmenu{background-attachment:scroll!important}}
.chrdmenu{background-color:rgba(253, 165, 9, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.chrdmenu{background-attachment:scroll!important}}
.jpsmenu{background-color:rgba(123, 56, 216, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.jpsmenu{background-attachment:scroll!important}}
.formsmenu{background-color:rgba(110, 230, 250, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.formsmenu{background-attachment:scroll!important}}
.sitemenu{background-color:rgba(173, 251, 99, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.sitemenu{background-attachment:scroll!important}}
.aboutmenu{background-color:rgba(155, 168, 6, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.aboutmenu{background-attachment:scroll!important}}
.menuitem p:hover{color:rgba(205, 0, 5, 1.00) ;}
.dropdown-pane{z-index:110 !important}
.upupup{z-index:120 !important}
.tooltip, .tooltip:before{--tooltip-background:rgba(251, 240, 77, 1.00) !important;}
.tooltip, .tooltip:before{--tooltip-color:rgba(0, 0, 0, 1.00) !important;}
.dtbxshad{transition:all 500ms ease-in-out 25ms }
.dtbxshad:hover{box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.60);}
.datebox{color:rgba(24, 15, 41, 1.00) !important;}
.dateend{color:rgba(205, 0, 5, 1.00) ;}
.vignette{filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.80));}
.detail:hover{background-color:rgba(173, 251, 99, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.detail{background-attachment:scroll!important}}
.detail{transition:all 500ms ease-in-out 0ms }
.header{color:rgba(255, 255, 255, 1.00) ;}
.header{--fittext-min:1.500000rem;--fittext-max:4.500000rem;--fittext-slope:0.052174;--fittext-max-target:5.217400vw;--fittext-y-intercept:7.304321;--fittext-min-target:0.456520rem;font-size:clamp(var(--fittext-min),calc(var(--fittext-min-target) + var(--fittext-max-target)),var(--fittext-max)) ;line-height:1}
.subhead{--fittext-min:1.250000rem;--fittext-max:2.500000rem;--fittext-slope:0.021739;--fittext-max-target:2.173900vw;--fittext-y-intercept:13.043520;--fittext-min-target:0.815220rem;font-size:clamp(var(--fittext-min),calc(var(--fittext-min-target) + var(--fittext-max-target)),var(--fittext-max)) ;line-height:1}

.LHSCOrange{background-color:rgba(255, 179, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.LHSCOrange{background-attachment:scroll!important}}
.LHSCGreen{background-color:rgba(171, 180, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.LHSCGreen{background-attachment:scroll!important}}
.WestLgtGreen{background-color:rgba(185, 248, 118, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.WestLgtGreen{background-attachment:scroll!important}}
.WestLgtBlue{background-color:rgba(125, 234, 251, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.WestLgtBlue{background-attachment:scroll!important}}

.westlghtblue{background-color:rgba(110, 230, 250, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.westlghtblue{background-attachment:scroll!important}}
.westlghtgreen{background-color:rgba(185, 248, 118, 0.50) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.westlghtgreen{background-attachment:scroll!important}}

@media screen and (prefers-color-scheme: dark){:root{--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(217, 217, 217, 1.00);--link-color:rgba(252, 240, 94, 1.00);--link-color-hover:rgba(214, 199, 70, 1.00);--link-decoration:none;--link-decoration-hover:none}}
@media screen and (prefers-color-scheme: dark){:root{--light-gray:rgba(77, 77, 77, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(230, 230, 230, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(46, 62, 128, 1.00);--secondary:rgba(211, 205, 163, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(255, 255, 255, 1.00);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 246, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(16, 32, 98, 1.00);--secondary-dark:rgba(181, 175, 133, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--overlay-color:rgba(0, 0, 0, 0.50)}}
@media screen and (prefers-color-scheme: dark){.dateend{color:rgba(253, 169, 61, 1.00) ;}}
@media screen and (prefers-color-scheme: dark){body{background-color:rgba(66, 66, 66, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}}@media (hover:none) and (pointer:coarse){body{background-attachment:scroll!important}}
@media screen and (prefers-color-scheme: dark){.main-menu{background-color:rgba(66, 66, 66, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}}@media (hover:none) and (pointer:coarse){.main-menu{background-attachment:scroll!important}}
@media screen and (prefers-color-scheme: dark){h2{color:rgba(236, 246, 255, 1.00) ;}}
@media screen and (prefers-color-scheme: dark){h3{color:rgba(211, 227, 241, 1.00) ;}}
@media screen and (prefers-color-scheme: dark){h4, h5, h6{color:rgba(254, 254, 254, 1.00) ;}}
@media screen and (prefers-color-scheme: dark){.westlghtblue{background-color:rgba(92, 198, 214, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}}@media (hover:none) and (pointer:coarse){.westlghtblue{background-attachment:scroll!important}}
@media screen and (prefers-color-scheme: dark){.dropdown-pane{background-color:rgba(84, 84, 84, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}}@media (hover:none) and (pointer:coarse){.dropdown-pane{background-attachment:scroll!important}}
@media screen and (prefers-color-scheme: dark){ .topmenu>.menu a, .menu.topmenu a{--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(251, 240, 77, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .topmenu>.menu .menu-text, .menu.topmenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topmenu>.menu>li>a, .menu.topmenu>li>a{padding-top:1rem;padding-bottom:1rem} .topmenu>.menu .submenu>li>a, .menu.topmenu .submenu>li>a{padding-top:0.75rem;padding-bottom:0.75rem} .topmenu>.menu li.active>a, .topmenu>.menu li.is-active>a, .topmenu>.menu a.is-active, .menu.topmenu li.active>a, .menu.topmenu li.is-active>a, .menu.topmenu a.is-active{--menu-bg-color:rgba(255, 255, 255, 1.00);--menu-link-color:rgba(123, 56, 216, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(123, 56, 216, 1.00)} .topmenu>.menu .submenu li.active>a, .topmenu>.menu .submenu li.is-active>a, .topmenu>.menu .submenu a.is-active, .menu.topmenu .submenu li.active>a, .menu.topmenu .submenu li.is-active>a, .menu.topmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .topmenu>.menu .submenu a, .menu.topmenu .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .topmenu>.menu .submenu, .menu.topmenu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .topmenu>.menu .submenu a, .menu.topmenu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .topmenu>.menu .submenu .menu-text, .menu.topmenu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .topmenu>.menu .submenu li.active>a, .topmenu>.menu .submenu li.is-active>a, .topmenu>.menu .submenu a.is-active, .menu.topmenu .submenu li.active>a, .menu.topmenu .submenu li.is-active>a, .menu.topmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)}}
@media screen and (prefers-color-scheme: dark){.lhscyellow{color:rgba(253, 165, 9, 1.00) !important;}}

@media screen and (prefers-color-scheme: dark){.menuitem p:hover{color:rgba(252, 240, 94, 1.00) ;}}
@charset "UTF-8";
























@charset "UTF-8";
#stacks_in_9 .fg-content.fg-full-height{height:100%}#stacks_in_9 .slides-container{margin:0}#stacks_in_9 .slides-container > li{margin:0}#stacks_in_9 .slides-container > li::before,#stacks_in_9 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 80ms ease}#stacks_in_9 .slides-container.ovl-color li::before{background-color:rgba(0, 0, 0, 0.15)}#stacks_in_9 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_9 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_9 .impact-wrapper{z-index:0}#stacks_in_9 .impact-wrapper.fill-container{min-width:100%}#stacks_in_9 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_9 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_9 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_9 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_9 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_9 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_9 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_9 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_9 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_9 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_9 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_9 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_9 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_9 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_9 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_9 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_9 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_9 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_9 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(0, 0, 0, 0.15)}#stacks_in_9 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_9 .impact-container{z-index:5}#stacks_in_9 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.70);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_9 .scrollDown{transform:scale(0.70)}}#stacks_in_9 .scrollDown.button-bottom{bottom:30px}#stacks_in_9 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_9 .scrollDown.hide-on-mob{display:none}}#stacks_in_9 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.00);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.96);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);transition:all 90ms ease}#stacks_in_9 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_9 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_9 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_9 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:2px}#stacks_in_9 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_9 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_9 .slides-pagination > a{transition:all 4500ms ease}#stacks_in_9 .slides-pagination > a.current{transition:all 4500ms ease}
.slide-stacks_in_10 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_10 .impact-container.h-right{right:0px}.slide-stacks_in_10 .impact-container.h-left{left:0px}.slide-stacks_in_10 .impact-container.v-top{top:0px}.slide-stacks_in_10.kb-zoom-in-stacks_in_10.kb-anim.animated img{animation:kb-zoom-in-stacks_in_10 9000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_10.kb-zoom-out-stacks_in_10.kb-anim.animated img{animation:kb-zoom-out-stacks_in_10 9000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_10{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_10{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_867{overflow:visible !important}#stacks_in_867 > .impact-animate{animation-duration:800ms;animation-delay:1000ms}
.stacks_in_745_10 img{width:100%;max-width:75px}

#stacks_in_745_14 {
	word-spacing: -3px;
	font-size: 135%;
	font-weight: bold;
}



.hamburger.stacks_in_745_712{width:50px}.hamburger.stacks_in_745_712:hover{opacity:0.90}.hamburger.stacks_in_745_712 .burger-line{stroke:#000000;stroke-width:3.50}.hamburger.stacks_in_745_712.is-active .burger-line{stroke:#000000}
.hamburger.stacks_in_745_715{width:50px}.hamburger.stacks_in_745_715:hover{opacity:0.90}.hamburger.stacks_in_745_715 .burger-line{stroke:#D9D9D9;stroke-width:3.50}.hamburger.stacks_in_745_715.is-active .burger-line{stroke:#D9D9D9}



@charset "UTF-8";
@charset "UTF-8";
.dash{background-color:rgba(254, 254, 254, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.dash{background-attachment:scroll!important}}
.dash{border-radius:10px ;}
.dash{transition:all 500ms ease 0ms }






.dash:hover

{
    transform-origin: 50% 50% ;
    transform-style: flat ;
    transform :
        
        
        translateZ(0)
        
        
        scale3d(1.03, 1.03, 1.00)
        
        
        
        ;
}


#stacks_in_1151_31 {
	font-weight: bolder;
}

#stacks_in_1151_36 {
	font-weight: bolder;
}

#stacks_in_1151_46 {
	font-weight: bolder;
}

#stacks_in_1151_55 {
	font-weight: bolder;
}

#stacks_in_1151_60 {
	font-weight: bolder;
}

#stacks_in_1151_70 {
	font-weight: bolder;
}
#stacks_in_1151_71 .glider-wrapper,#stacks_in_1151_71 .glider-button{transition:all 400ms ease}#stacks_in_1151_71 .glider-wrapper.custom-style{color:rgba(49, 49, 49, 1.00)}#stacks_in_1151_71 .glider-wrapper.custom-style div,#stacks_in_1151_71 .glider-wrapper.custom-style p{color:rgba(49, 49, 49, 1.00)}#stacks_in_1151_71 .glider-wrapper.custom-style .glider-toggle{color:rgba(49, 49, 49, 1.00)}#stacks_in_1151_71 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_1151_71 .glider-wrapper .glider-content{padding:3.25rem 2.00rem}}#stacks_in_1151_71 .glider-button{margin:0px}#stacks_in_1151_71 .glider-button.custom-style{color:#FFFFFF}#stacks_in_1151_71 .glider-button.static-width{width:100px}#stacks_in_1151_71 .launcher-bar .glider-button{text-align:left}#stacks_in_1151_71 .location-left .glider-button,#stacks_in_1151_71 .location-right .glider-button{top:10%}#stacks_in_1151_71 .location-left .glider-button.flipPosition,#stacks_in_1151_71 .location-right .glider-button.flipPosition{top:auto;bottom:10%}#stacks_in_1151_71 .location-top .glider-button,#stacks_in_1151_71 .location-bottom .glider-button{left:10%}#stacks_in_1151_71 .location-top .glider-button.flipPosition,#stacks_in_1151_71 .location-bottom .glider-button.flipPosition{left:auto;right:10%}@media only screen and (min-width:40.063em){#stacks_in_1151_71 .location-left .glider-wrapper.opened,#stacks_in_1151_71 .location-right .glider-wrapper.opened{width:80%}#stacks_in_1151_71 .location-left.slideout .glider-wrapper,#stacks_in_1151_71 .location-right.slideout .glider-wrapper{width:80%}#stacks_in_1151_71 .location-left .glider-button.opened{left:80%}#stacks_in_1151_71 .location-left.slideout .glider-wrapper{margin-left:-80%}#stacks_in_1151_71 .location-right .glider-button.opened{right:80%}#stacks_in_1151_71 .location-right.slideout .glider-wrapper{margin-right:-80%}#stacks_in_1151_71 .location-top .glider-wrapper.opened,#stacks_in_1151_71 .location-bottom .glider-wrapper.opened{height:80%}#stacks_in_1151_71 .location-top .glider-button.opened{top:80%}#stacks_in_1151_71 .location-bottom .glider-button.opened{bottom:80%}}
#stacks_in_1151_206 .glider-wrapper,#stacks_in_1151_206 .glider-button{transition:all 400ms ease}#stacks_in_1151_206 .glider-wrapper.custom-style{color:rgba(49, 49, 49, 1.00)}#stacks_in_1151_206 .glider-wrapper.custom-style div,#stacks_in_1151_206 .glider-wrapper.custom-style p{color:rgba(49, 49, 49, 1.00)}#stacks_in_1151_206 .glider-wrapper.custom-style .glider-toggle{color:rgba(49, 49, 49, 1.00)}#stacks_in_1151_206 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_1151_206 .glider-wrapper .glider-content{padding:3.25rem 2.00rem}}#stacks_in_1151_206 .glider-button{margin:0px}#stacks_in_1151_206 .glider-button.custom-style{color:#FFFFFF}#stacks_in_1151_206 .glider-button.static-width{width:100px}#stacks_in_1151_206 .launcher-bar .glider-button{text-align:left}#stacks_in_1151_206 .location-left .glider-button,#stacks_in_1151_206 .location-right .glider-button{top:10%}#stacks_in_1151_206 .location-left .glider-button.flipPosition,#stacks_in_1151_206 .location-right .glider-button.flipPosition{top:auto;bottom:10%}#stacks_in_1151_206 .location-top .glider-button,#stacks_in_1151_206 .location-bottom .glider-button{left:10%}#stacks_in_1151_206 .location-top .glider-button.flipPosition,#stacks_in_1151_206 .location-bottom .glider-button.flipPosition{left:auto;right:10%}@media only screen and (min-width:40.063em){#stacks_in_1151_206 .location-left .glider-wrapper.opened,#stacks_in_1151_206 .location-right .glider-wrapper.opened{width:80%}#stacks_in_1151_206 .location-left.slideout .glider-wrapper,#stacks_in_1151_206 .location-right.slideout .glider-wrapper{width:80%}#stacks_in_1151_206 .location-left .glider-button.opened{left:80%}#stacks_in_1151_206 .location-left.slideout .glider-wrapper{margin-left:-80%}#stacks_in_1151_206 .location-right .glider-button.opened{right:80%}#stacks_in_1151_206 .location-right.slideout .glider-wrapper{margin-right:-80%}#stacks_in_1151_206 .location-top .glider-wrapper.opened,#stacks_in_1151_206 .location-bottom .glider-wrapper.opened{height:80%}#stacks_in_1151_206 .location-top .glider-button.opened{top:80%}#stacks_in_1151_206 .location-bottom .glider-button.opened{bottom:80%}}
@charset "UTF-8";
@charset "UTF-8";
/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_784 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_784 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_784 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_784 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_784 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_784 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_784 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_784:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_784 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_784 {
	background: transparent;
}

.static-bg1stacks_in_784 {
	background: #333333;
}

.static-bg2stacks_in_784 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_784 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_784 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_784 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_784 {
	background: transparent;
}

.content-bg1stacks_in_784 {
	background: #333333;
}

.content-bg2stacks_in_784 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_784 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_784 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_784 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_76 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_76 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_76 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_76 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_76 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_76 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_76 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_76:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_76 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_76 {
	background: transparent;
}

.static-bg1stacks_in_76 {
	background: #333333;
}

.static-bg2stacks_in_76 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_76 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_76 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_76 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_76 {
	background: transparent;
}

.content-bg1stacks_in_76 {
	background: #333333;
}

.content-bg2stacks_in_76 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_76 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_76 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_76 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_88 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_88 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_88 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_88 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_88 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_88 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_88 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_88:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_88 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_88 {
	background: transparent;
}

.static-bg1stacks_in_88 {
	background: #333333;
}

.static-bg2stacks_in_88 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_88 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_88 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_88 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_88 {
	background: transparent;
}

.content-bg1stacks_in_88 {
	background: #333333;
}

.content-bg2stacks_in_88 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_88 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_88 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_88 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_108 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_108 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_108 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_108 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_108 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_108 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_108 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_108:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_108 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_108 {
	background: transparent;
}

.static-bg1stacks_in_108 {
	background: #333333;
}

.static-bg2stacks_in_108 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_108 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_108 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_108 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_108 {
	background: transparent;
}

.content-bg1stacks_in_108 {
	background: #333333;
}

.content-bg2stacks_in_108 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_108 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_108 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_108 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_115 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_115 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_115 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_115 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_115 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_115 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_115 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_115:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_115 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_115 {
	background: transparent;
}

.static-bg1stacks_in_115 {
	background: #333333;
}

.static-bg2stacks_in_115 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_115 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_115 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_115 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_115 {
	background: transparent;
}

.content-bg1stacks_in_115 {
	background: #333333;
}

.content-bg2stacks_in_115 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_115 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_115 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_115 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_1225 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_1225 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_1225 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_1225 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_1225 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_1225 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_1225 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_1225:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_1225 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_1225 {
	background: transparent;
}

.static-bg1stacks_in_1225 {
	background: #333333;
}

.static-bg2stacks_in_1225 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_1225 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_1225 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_1225 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_1225 {
	background: transparent;
}

.content-bg1stacks_in_1225 {
	background: #333333;
}

.content-bg2stacks_in_1225 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_1225 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_1225 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_1225 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_172 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_172 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_172 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_172 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_172 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_172 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_172 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_172:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_172 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_172 {
	background: transparent;
}

.static-bg1stacks_in_172 {
	background: #333333;
}

.static-bg2stacks_in_172 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_172 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_172 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_172 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_172 {
	background: transparent;
}

.content-bg1stacks_in_172 {
	background: #333333;
}

.content-bg2stacks_in_172 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_172 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_172 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_172 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_178 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_178 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_178 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_178 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_178 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_178 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_178 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_178:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_178 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_178 {
	background: transparent;
}

.static-bg1stacks_in_178 {
	background: #333333;
}

.static-bg2stacks_in_178 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_178 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_178 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_178 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_178 {
	background: transparent;
}

.content-bg1stacks_in_178 {
	background: #333333;
}

.content-bg2stacks_in_178 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_178 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_178 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_178 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_235 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_235 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_235 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_235 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_235 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_235 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_235 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_235:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_235 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_235 {
	background: transparent;
}

.static-bg1stacks_in_235 {
	background: #333333;
}

.static-bg2stacks_in_235 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_235 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_235 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_235 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_235 {
	background: transparent;
}

.content-bg1stacks_in_235 {
	background: #333333;
}

.content-bg2stacks_in_235 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_235 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_235 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_235 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_1241 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_1241 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_1241 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_1241 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_1241 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_1241 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_1241 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_1241:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_1241 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_1241 {
	background: transparent;
}

.static-bg1stacks_in_1241 {
	background: #333333;
}

.static-bg2stacks_in_1241 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_1241 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_1241 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_1241 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_1241 {
	background: transparent;
}

.content-bg1stacks_in_1241 {
	background: #333333;
}

.content-bg2stacks_in_1241 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_1241 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_1241 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_1241 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_82 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_82 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_82 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_82 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_82 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_82 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_82 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_82:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_82 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_82 {
	background: transparent;
}

.static-bg1stacks_in_82 {
	background: #333333;
}

.static-bg2stacks_in_82 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_82 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_82 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_82 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_82 {
	background: transparent;
}

.content-bg1stacks_in_82 {
	background: #333333;
}

.content-bg2stacks_in_82 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_82 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_82 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_82 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_362 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_362 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_362 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_362 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_362 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_362 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_362 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_362:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_362 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_362 {
	background: transparent;
}

.static-bg1stacks_in_362 {
	background: #333333;
}

.static-bg2stacks_in_362 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_362 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_362 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_362 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_362 {
	background: transparent;
}

.content-bg1stacks_in_362 {
	background: #333333;
}

.content-bg2stacks_in_362 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_362 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_362 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_362 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


/* TimelineThing Stack by RapidWeaver Central */

#timelinethingstacks_in_380 {
	border-left: 11px solid #FDA509;
	margin-left: 80px;
	padding-left: 1em;
	position: relative;
	padding-top: 5px;
	z-index: 0;
}

#timelinethingstacks_in_380 .timelinething {
	padding: 0em 1em 4em 1em;
	position: relative;
	display: block;
}

#timelinethingstacks_in_380 .datelabelThing {
	position: absolute;
	top: 4px;
	left: -80px !important;
	font-size: 18px;
	color: ;
	text-decoration: none;
	vertical-align: middle;
	line-height: 36px;
	-webkit-transition: all .2s ease;
}

#timelinethingstacks_in_380 .nub {
	content: "";
  	display: block;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	background: #FFFFFF;
	border: 5px solid #FDA509;
	position: absolute;
	border-radius: 100%;
	left: -18px;
	top: 5px;
 	line-height: 24px;
 	margin-top: 5px;
	z-index: 1;
}

#timelinethingstacks_in_380 .nub:hover {
 	pointer-events: auto;	
	background: #FFFFFF;
}

#slidethingWrapper_stacks_in_380 {
	position: relative;
	display: block;
	margin-left: 20px;
	padding-bottom: 40px;
}

#slidethingTrigger_stacks_in_380 {
	margin: 0;
	font-weight: normal;
	display: block;
	position: relative;
	color: ;
	border-bottom: 0px solid #3BAFDA;
	text-decoration: none;
	background: ;	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	
#slidethingTrigger_stacks_in_380:hover { 
	color: ;
	cursor: pointer; 
}

#slidethingContainer_stacks_in_380 {
	display: block;
	margin-top: px;
	padding: px;
	overflow: hidden;
	color: ;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: px;
}

.static-bg0stacks_in_380 {
	background: transparent;
}

.static-bg1stacks_in_380 {
	background: #333333;
}

.static-bg2stacks_in_380 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.static-bg3stacks_in_380 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.static-bg4stacks_in_380 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.static-bg5stacks_in_380 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

.content-bg0stacks_in_380 {
	background: transparent;
}

.content-bg1stacks_in_380 {
	background: #333333;
}

.content-bg2stacks_in_380 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(left, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}

.content-bg3stacks_in_380 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}

.content-bg4stacks_in_380 {
	background: url();
	background-position: center center;
	background-repeat: repeat;
}

.content-bg5stacks_in_380 {
	background: url();
	background-position: Center Center;
	background-repeat: Center Center;
}

/* @end */


@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
