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


.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%}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
.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)}}

  .theme-version{display:block}.theme-version.number-110,#stacks_in_637_1{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(194, 150, 75, 1.00);}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(194, 150, 75, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(194, 150, 75, 1.00);}body,.font-family-text{font-family:"Oswald",sans-serif;font-weight:400;}h1,.font-family-h1{font-family:"Oswald",sans-serif;font-style:normal;font-weight:400;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:"Pacifico",serif;font-style:normal;font-weight:300;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1200px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:1200px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(34, 34, 34, 1.00)}a{color:rgba(255, 255, 255, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(223, 193, 101, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(194, 150, 75, 1.00)}.alt a{color:rgba(194, 150, 75, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(51, 51, 51, 1.00)}.alt small{color:rgba(252, 195, 97, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(34, 34, 34, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(205, 155, 73, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(44, 44, 44, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 201, 94, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(44, 44, 44, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:1.79rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:3.25rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(51, 51, 51, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(51, 51, 51, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(194, 150, 75, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(194, 150, 75, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(231, 231, 231, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(194, 150, 75, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(255, 255, 255, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(51, 51, 51, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(223, 193, 101, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(44, 44, 44, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(40, 40, 40, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(252, 195, 97, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(232, 180, 90, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1200px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(184, 142, 71, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(194, 150, 75, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00);box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00);box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(194, 150, 75, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(194, 150, 75, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(255, 255, 255, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(51, 51, 51, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(223, 193, 101, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(223, 193, 101, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 172, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 172, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 172, 34, 1.00),0 7px 0 1px rgba(34, 172, 34, 1.00),0 14px 0 1px rgba(34, 172, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 172, 34, 1.00),0 7px 0 1px rgba(34, 172, 34, 1.00),0 14px 0 1px rgba(34, 172, 34, 1.00)}.alert-box{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(184, 142, 71, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(11, 27, 54, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(10, 25, 51, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(184, 142, 71, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(194, 150, 75, 1.00);color:rgba(194, 150, 75, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(184, 142, 71, 1.00);background-color:rgba(184, 142, 71, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar > .item:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(184, 142, 71, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(34, 34, 34, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(194, 150, 75, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(40, 40, 40, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(194, 150, 75, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(184, 142, 71, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(194, 150, 75, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(231, 231, 231, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(231, 231, 231, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(194, 150, 75, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(184, 142, 71, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(184, 142, 71, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(219, 219, 219, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(219, 219, 219, 1.00)}.tabs li.tab-title > a{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(184, 142, 71, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(184, 142, 71, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(219, 219, 219, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(194, 150, 75, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(184, 142, 71, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(184, 142, 71, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(255, 255, 255, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(242, 242, 242, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(242, 242, 242, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(51, 51, 51, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(48, 48, 48, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(48, 48, 48, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(223, 193, 101, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(211, 183, 95, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(211, 183, 95, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 172, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 172, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(97, 75, 37, 1.00);box-shadow:0 0 6px 1px rgba(97, 75, 37, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(34, 34, 34, 1.00)}.panel p a{color:rgba(255, 255, 255, 1.00)}.panel p.alt{color:rgba(194, 150, 75, 1.00)}.panel p.alt a{color:rgba(194, 150, 75, 1.00)}.panel p.alt a:hover{color:rgba(51, 51, 51, 1.00)}.panel p.alt small{color:rgba(252, 195, 97, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(34, 34, 34, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(205, 155, 73, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(44, 44, 44, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 201, 94, 1.00)}.pricing-table.primary .title{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(255, 255, 255, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(223, 193, 101, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(255, 255, 255, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(216, 216, 216, 1.00)}.side-nav header{color:rgba(34, 34, 34, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(40, 40, 40, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(194, 150, 75, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(56, 56, 56, 1.00);color:rgba(51, 51, 51, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(194, 150, 75, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(164, 127, 63, 1.00)}.side-nav.alt header{color:rgba(194, 150, 75, 1.00)}.side-nav.alt label{color:rgba(232, 180, 90, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(51, 51, 51, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(194, 150, 75, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(184, 142, 71, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(194, 150, 75, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(184, 142, 71, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(255, 255, 255, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(194, 150, 75, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(34, 34, 34, 1.00);font-size:0.9rem}.copyright a{color:rgba(255, 255, 255, 1.00)}.copyright a:hover{color:rgba(223, 193, 101, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block !important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none !important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none !important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none !important}}.fn-text-header{color:rgba(34, 34, 34, 1.00)}.fn-text-link a{color:rgba(255, 255, 255, 1.00)}.fn-text-link a:hover{color:rgba(223, 193, 101, 1.00)}.fn-text-text{color:rgba(34, 34, 34, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(34, 34, 34, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(51, 51, 51, 1.00)}.fn-text-header-alt{color:rgba(205, 155, 73, 1.00)}.fn-text-link-alt a{color:rgba(194, 150, 75, 1.00)}.fn-text-link-alt a:hover{color:rgba(51, 51, 51, 1.00)}.fn-text-accent-alt{color:rgba(51, 51, 51, 1.00)}.fn-text-primary{color:rgba(194, 150, 75, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(231, 231, 231, 1.00)}.fn-text-secondary-text{color:rgba(51, 51, 51, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(11, 27, 54, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(194, 150, 75, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(194, 150, 75, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(205, 155, 73, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(205, 155, 73, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 201, 94, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(205, 155, 73, 1.00)}.fn-text-text-alt a{color:rgba(194, 150, 75, 1.00)}.fn-text-text-alt a:hover{color:rgba(51, 51, 51, 1.00)}.fn-text-sw1c1{color:rgba(194, 150, 75, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(194, 150, 75, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(194, 150, 75, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(184, 142, 71, 1.00)}.fn-text-sw2c1{color:rgba(255, 255, 255, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(255, 255, 255, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(255, 255, 255, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(242, 242, 242, 1.00)}.fn-text-sw3c1{color:rgba(51, 51, 51, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(51, 51, 51, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(51, 51, 51, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(48, 48, 48, 1.00)}.fn-text-sw4c1{color:rgba(223, 193, 101, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(223, 193, 101, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(223, 193, 101, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(211, 183, 95, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 172, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 163, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 172, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 172, 34, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(194, 150, 75, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(194, 150, 75, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(194, 150, 75, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(184, 142, 71, 1.00)}.panel .fn-text-sw2c1{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(242, 242, 242, 1.00)}.panel .fn-text-sw3c1{color:rgba(51, 51, 51, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(51, 51, 51, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(51, 51, 51, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(48, 48, 48, 1.00)}.panel .fn-text-sw4c1{color:rgba(223, 193, 101, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(223, 193, 101, 1.00)}.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(223, 193, 101, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(211, 183, 95, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 172, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 163, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 172, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 172, 34, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-bg-header{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-text{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-link{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-hover{background-color:rgba(223, 193, 101, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(205, 155, 73, 1.00)}.fn-bg-text-alt{background-color:rgba(194, 150, 75, 1.00)}.fn-bg-link-alt{background-color:rgba(194, 150, 75, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-accent-alt{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-primary{background-color:rgba(194, 150, 75, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(231, 231, 231, 1.00)}.fn-bg-secondary-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(11, 27, 54, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(194, 150, 75, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(223, 193, 101, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 172, 34, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(194, 150, 75, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(184, 142, 71, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(219, 219, 219, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(194, 150, 75, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(194, 150, 75, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(184, 142, 71, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(194, 150, 75, 1.00);color:rgba(194, 150, 75, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(184, 142, 71, 1.00);background-color:rgba(184, 142, 71, 1.00)}.fn-scheme-swatch2{background-color:rgba(255, 255, 255, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(255, 255, 255, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(242, 242, 242, 1.00);background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-swatch3{background-color:rgba(51, 51, 51, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch input:checked + label{background-color:rgba(51, 51, 51, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(48, 48, 48, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(51, 51, 51, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(48, 48, 48, 1.00);background-color:rgba(48, 48, 48, 1.00)}.fn-scheme-swatch4{background-color:rgba(223, 193, 101, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(194, 150, 75, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(223, 193, 101, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(211, 183, 95, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(223, 193, 101, 1.00);color:rgba(223, 193, 101, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(211, 183, 95, 1.00);background-color:rgba(211, 183, 95, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 172, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 172, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 172, 34, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 172, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}
/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_1007_1 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 0 !important;
	overflow: ;

	position: static !important;
	bottom: 0px !important;
	left: 0px !important;

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_1007_1 .fixlayer1
{
	height: ;
}
#stacks_in_1007_1 .fixedit 
{

	width: 0px;
	height: 0px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_1007_1 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}#stacks_in_1007_3 .glider-wrapper,#stacks_in_1007_3 .glider-button{transition:all 400ms ease}#stacks_in_1007_3 .glider-wrapper.custom-style{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_3 .glider-wrapper.custom-style div,#stacks_in_1007_3 .glider-wrapper.custom-style p{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_3 .glider-wrapper.custom-style .glider-toggle{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_3 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_1007_3 .glider-wrapper .glider-content{padding:3.25rem 2.00rem}}#stacks_in_1007_3 .glider-button{margin:50px}#stacks_in_1007_3 .glider-button.custom-style{color:#FFFFFF}#stacks_in_1007_3 .glider-button.static-width{width:100px}#stacks_in_1007_3 .launcher-bar .glider-button{text-align:left}#stacks_in_1007_3 .location-left .glider-button,#stacks_in_1007_3 .location-right .glider-button{top:0px}#stacks_in_1007_3 .location-left .glider-button.flipPosition,#stacks_in_1007_3 .location-right .glider-button.flipPosition{top:auto;bottom:0px}#stacks_in_1007_3 .location-top .glider-button,#stacks_in_1007_3 .location-bottom .glider-button{left:0px}#stacks_in_1007_3 .location-top .glider-button.flipPosition,#stacks_in_1007_3 .location-bottom .glider-button.flipPosition{left:auto;right:0px}@media only screen and (min-width:40.063em){#stacks_in_1007_3 .location-left .glider-wrapper.opened,#stacks_in_1007_3 .location-right .glider-wrapper.opened{width:30%}#stacks_in_1007_3 .location-left.slideout .glider-wrapper,#stacks_in_1007_3 .location-right.slideout .glider-wrapper{width:30%}#stacks_in_1007_3 .location-left .glider-button.opened{left:30%}#stacks_in_1007_3 .location-left.slideout .glider-wrapper{margin-left:-30%}#stacks_in_1007_3 .location-right .glider-button.opened{right:30%}#stacks_in_1007_3 .location-right.slideout .glider-wrapper{margin-right:-30%}#stacks_in_1007_3 .location-top .glider-wrapper.opened,#stacks_in_1007_3 .location-bottom .glider-wrapper.opened{height:30%}#stacks_in_1007_3 .location-top .glider-button.opened{top:30%}#stacks_in_1007_3 .location-bottom .glider-button.opened{bottom:30%}}
#stacks_in_1007_5 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_5 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_5 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_5 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_5 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_5 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_5 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_5 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_5 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}




#stacks_in_1007_6 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_1007_8 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_8 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_8 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_8 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_8 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_8 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_8 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_8 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_8 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}











#stacks_in_1007_23{overflow:hidden}#stacks_in_1007_23 hr{opacity:1.00;border-top-style:dotted;border-top-width:1px;margin:2.25rem 0;}#stacks_in_1007_23 hr.custom{border-color:rgba(255, 255, 255, 1.00)}

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

#stacks_out_1007_23 {
	width: 250px;
}
#stacks_in_1007_27 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_27 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_27 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_27 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_27 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_27 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_27 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_27 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_27 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1007_137 p,#stacks_in_1007_137 div{margin-bottom:0}#stacks_in_1007_137 p,#stacks_in_1007_137 div,#stacks_in_1007_137 ul,#stacks_in_1007_137 ol,#stacks_in_1007_137 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_1007_137 a{color:rgba(223, 193, 101, 1.00)}#stacks_in_1007_137 a:hover{color:rgba(194, 150, 75, 1.00)}

#stacks_in_1007_137 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_1007_32 {
	margin: 40px 0px 0px 0px;
}
#stacks_in_1007_36 .glider-wrapper,#stacks_in_1007_36 .glider-button{transition:all 400ms ease}#stacks_in_1007_36 .glider-wrapper.custom-style{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_36 .glider-wrapper.custom-style div,#stacks_in_1007_36 .glider-wrapper.custom-style p{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_36 .glider-wrapper.custom-style .glider-toggle{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_36 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_1007_36 .glider-wrapper .glider-content{padding:3.25rem 2.00rem}}#stacks_in_1007_36 .glider-button{margin:50px}#stacks_in_1007_36 .glider-button.custom-style{color:#FFFFFF}#stacks_in_1007_36 .glider-button.static-width{width:100px}#stacks_in_1007_36 .launcher-bar .glider-button{text-align:left}#stacks_in_1007_36 .location-left .glider-button,#stacks_in_1007_36 .location-right .glider-button{top:0px}#stacks_in_1007_36 .location-left .glider-button.flipPosition,#stacks_in_1007_36 .location-right .glider-button.flipPosition{top:auto;bottom:0px}#stacks_in_1007_36 .location-top .glider-button,#stacks_in_1007_36 .location-bottom .glider-button{left:0px}#stacks_in_1007_36 .location-top .glider-button.flipPosition,#stacks_in_1007_36 .location-bottom .glider-button.flipPosition{left:auto;right:0px}@media only screen and (min-width:40.063em){#stacks_in_1007_36 .location-left .glider-wrapper.opened,#stacks_in_1007_36 .location-right .glider-wrapper.opened{width:50%}#stacks_in_1007_36 .location-left.slideout .glider-wrapper,#stacks_in_1007_36 .location-right.slideout .glider-wrapper{width:50%}#stacks_in_1007_36 .location-left .glider-button.opened{left:50%}#stacks_in_1007_36 .location-left.slideout .glider-wrapper{margin-left:-50%}#stacks_in_1007_36 .location-right .glider-button.opened{right:50%}#stacks_in_1007_36 .location-right.slideout .glider-wrapper{margin-right:-50%}#stacks_in_1007_36 .location-top .glider-wrapper.opened,#stacks_in_1007_36 .location-bottom .glider-wrapper.opened{height:50%}#stacks_in_1007_36 .location-top .glider-button.opened{top:50%}#stacks_in_1007_36 .location-bottom .glider-button.opened{bottom:50%}}
#stacks_in_1007_38 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_38 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_38 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_38 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_38 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_38 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_38 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_38 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_38 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}




#stacks_in_1007_39 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_1007_41 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_41 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_41 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_41 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_41 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_41 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_41 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_41 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_41 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}











#stacks_in_1007_56{overflow:hidden}#stacks_in_1007_56 hr{opacity:1.00;border-top-style:dotted;border-top-width:1px;margin:2.25rem 0;}#stacks_in_1007_56 hr.custom{border-color:rgba(255, 255, 255, 1.00)}

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

#stacks_out_1007_56 {
	width: 250px;
}
#stacks_in_1007_60 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_60 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_60 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_60 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_60 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_60 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_60 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_60 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_60 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1007_139 p,#stacks_in_1007_139 div{margin-bottom:0}#stacks_in_1007_139 p,#stacks_in_1007_139 div,#stacks_in_1007_139 ul,#stacks_in_1007_139 ol,#stacks_in_1007_139 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_1007_139 a{color:rgba(223, 193, 101, 1.00)}#stacks_in_1007_139 a:hover{color:rgba(194, 150, 75, 1.00)}

#stacks_in_1007_139 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_1007_65 {
	margin: 40px 0px 0px 0px;
}
#stacks_in_1007_69 .glider-wrapper,#stacks_in_1007_69 .glider-button{transition:all 400ms ease}#stacks_in_1007_69 .glider-wrapper.custom-style{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_69 .glider-wrapper.custom-style div,#stacks_in_1007_69 .glider-wrapper.custom-style p{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_69 .glider-wrapper.custom-style .glider-toggle{color:rgba(255, 255, 255, 1.00)}#stacks_in_1007_69 .glider-wrapper .glider-content{padding:3.25rem 1rem}@media only screen and (min-width:40.063em){#stacks_in_1007_69 .glider-wrapper .glider-content{padding:3.25rem 2.00rem}}#stacks_in_1007_69 .glider-button{margin:0px}#stacks_in_1007_69 .glider-button.custom-style{color:#FFFFFF}#stacks_in_1007_69 .glider-button.static-width{width:100px}#stacks_in_1007_69 .launcher-bar .glider-button{text-align:left}#stacks_in_1007_69 .location-left .glider-button,#stacks_in_1007_69 .location-right .glider-button{top:0px}#stacks_in_1007_69 .location-left .glider-button.flipPosition,#stacks_in_1007_69 .location-right .glider-button.flipPosition{top:auto;bottom:0px}#stacks_in_1007_69 .location-top .glider-button,#stacks_in_1007_69 .location-bottom .glider-button{left:0px}#stacks_in_1007_69 .location-top .glider-button.flipPosition,#stacks_in_1007_69 .location-bottom .glider-button.flipPosition{left:auto;right:0px}@media only screen and (min-width:40.063em){#stacks_in_1007_69 .location-left .glider-wrapper.opened,#stacks_in_1007_69 .location-right .glider-wrapper.opened{width:30%}#stacks_in_1007_69 .location-left.slideout .glider-wrapper,#stacks_in_1007_69 .location-right.slideout .glider-wrapper{width:30%}#stacks_in_1007_69 .location-left .glider-button.opened{left:30%}#stacks_in_1007_69 .location-left.slideout .glider-wrapper{margin-left:-30%}#stacks_in_1007_69 .location-right .glider-button.opened{right:30%}#stacks_in_1007_69 .location-right.slideout .glider-wrapper{margin-right:-30%}#stacks_in_1007_69 .location-top .glider-wrapper.opened,#stacks_in_1007_69 .location-bottom .glider-wrapper.opened{height:30%}#stacks_in_1007_69 .location-top .glider-button.opened{top:30%}#stacks_in_1007_69 .location-bottom .glider-button.opened{bottom:30%}}
#stacks_in_1007_71 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_71 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_71 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_71 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_71 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_71 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_71 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_71 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_71 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}




#stacks_in_1007_72 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_1007_74 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_74 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_74 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_74 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_74 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_74 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_74 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_74 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_74 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}












#stacks_in_1007_89{overflow:hidden}#stacks_in_1007_89 hr{opacity:1.00;border-top-style:dotted;border-top-width:1px;margin:1.00rem 0;}#stacks_in_1007_89 hr.custom{border-color:rgba(255, 255, 255, 1.00)}

#stacks_out_1007_89 {
	width: 250px;
}
#stacks_in_1007_93 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1007_93 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1007_93 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1007_93 > .row.padding-detailed.padding-medium-up,#stacks_in_1007_93 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_93 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1007_93 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1007_93 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1007_93 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1007_141 p,#stacks_in_1007_141 div{margin-bottom:0}#stacks_in_1007_141 p,#stacks_in_1007_141 div,#stacks_in_1007_141 ul,#stacks_in_1007_141 ol,#stacks_in_1007_141 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_1007_141 a{color:rgba(223, 193, 101, 1.00)}#stacks_in_1007_141 a:hover{color:rgba(194, 150, 75, 1.00)}

#stacks_in_1007_141 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_1007_98 {
	margin: 40px 0px 0px 0px;
}
#stacks_in_1008_1 .fg-content.fg-full-height{height:100%}#stacks_in_1008_1 .slides-container{margin:0}#stacks_in_1008_1 .slides-container > li{margin:0}#stacks_in_1008_1 .slides-container > li::before,#stacks_in_1008_1 .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_1008_1 .slides-container.ovl-color li::before{background-color:rgba(134, 107, 48, 0.25)}#stacks_in_1008_1 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1008_1 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1008_1 .impact-wrapper{z-index:0}#stacks_in_1008_1 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1008_1 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1008_1 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1008_1 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_1008_1 .impact-wrapper.flexible-height{height:100vh;min-height:400px;width:100%;min-width:100%}#stacks_in_1008_1 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1008_1 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1008_1 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1008_1 .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_1008_1 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1008_1 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1008_1 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1008_1 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1008_1 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1008_1 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1008_1 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1008_1 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1008_1 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1008_1 .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_1008_1 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(134, 107, 48, 0.25)}#stacks_in_1008_1 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1008_1 .impact-container{z-index:5}#stacks_in_1008_1 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.50);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_1008_1 .scrollDown{transform:scale(0.40)}}#stacks_in_1008_1 .scrollDown.button-bottom{bottom:30px}#stacks_in_1008_1 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1008_1 .scrollDown.hide-on-mob{display:none}}#stacks_in_1008_1 .impact-arrow-wrap{background:rgba(194, 150, 75, 0.90);border-radius:0%;border:2px solid rgba(255, 255, 255, 1.00);box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.50);transition:all 90ms ease}#stacks_in_1008_1 .impact-arrow-wrap:hover{background:rgba(194, 150, 75, 0.90);transition:all 90ms ease}#stacks_in_1008_1 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1008_1 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1008_1 .impact-arrow{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00);border-width:3px}#stacks_in_1008_1 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1008_1 .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_1008_1 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_1008_1 .slides-pagination > a.current{transition:all 6000ms ease}

#stacks_in_1008_2 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_1008_4 {
	margin: 65px 0px 0px 0px;
}

#stacks_out_1008_4 {
	width: 300px;
}
#stacks_in_1008_7 .impact-slide{background-image:url("../files/slideshowImage-7-BB7.jpg")}.slide-stacks_in_1008_7 .impact-container.v-bottom{bottom:15%}.slide-stacks_in_1008_7 .impact-container.h-right{right:0px}.slide-stacks_in_1008_7 .impact-container.h-left{left:0px}.slide-stacks_in_1008_7 .impact-container.v-top{top:15%}.slide-stacks_in_1008_7.kb-zoom-in-stacks_in_1008_7.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1008_7 9000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1008_7.kb-zoom-out-stacks_in_1008_7.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1008_7 9000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1008_7{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1008_7{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_1171_1 .fg-content.fg-full-height{height:100%}#stacks_in_1171_1 .slides-container{margin:0}#stacks_in_1171_1 .slides-container > li{margin:0}#stacks_in_1171_1 .slides-container > li::before,#stacks_in_1171_1 .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_1171_1 .slides-container.ovl-color li::before{background-color:rgba(134, 107, 48, 0.25)}#stacks_in_1171_1 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1171_1 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1171_1 .impact-wrapper{z-index:0}#stacks_in_1171_1 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1171_1 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1171_1 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1171_1 .impact-wrapper.fixed-height{height:600px;width:100%;min-width:100%}#stacks_in_1171_1 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_1171_1 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1171_1 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1171_1 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1171_1 .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_1171_1 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1171_1 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1171_1 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1171_1 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1171_1 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1171_1 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1171_1 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1171_1 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1171_1 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1171_1 .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_1171_1 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(134, 107, 48, 0.25)}#stacks_in_1171_1 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1171_1 .impact-container{z-index:5}#stacks_in_1171_1 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.50);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_1171_1 .scrollDown{transform:scale(0.40)}}#stacks_in_1171_1 .scrollDown.button-bottom{bottom:30px}#stacks_in_1171_1 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1171_1 .scrollDown.hide-on-mob{display:none}}#stacks_in_1171_1 .impact-arrow-wrap{background:rgba(194, 150, 75, 0.90);border-radius:0%;border:2px solid rgba(255, 255, 255, 1.00);box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.50);transition:all 90ms ease}#stacks_in_1171_1 .impact-arrow-wrap:hover{background:rgba(194, 150, 75, 0.90);transition:all 90ms ease}#stacks_in_1171_1 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1171_1 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1171_1 .impact-arrow{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00);border-width:3px}#stacks_in_1171_1 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1171_1 .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_1171_1 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_1171_1 .slides-pagination > a.current{transition:all 6000ms ease}

#stacks_in_1171_2 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_1171_4 {
	margin: 65px 0px 0px 0px;
}

#stacks_out_1171_4 {
	width: 300px;
}
#stacks_in_1171_7 .impact-slide{background-image:url("../files/slideshowImage-7-4CC.jpg")}.slide-stacks_in_1171_7 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1171_7 .impact-container.h-right{right:0px}.slide-stacks_in_1171_7 .impact-container.h-left{left:0px}.slide-stacks_in_1171_7 .impact-container.v-top{top:0px}.slide-stacks_in_1171_7.kb-zoom-in-stacks_in_1171_7.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1171_7 9000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1171_7.kb-zoom-out-stacks_in_1171_7.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1171_7 9000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1171_7{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1171_7{0%{transform:scale(1.20)}100%{transform:scale(1)}}

#stacks_in_1351 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1351 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1351 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1354 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1354 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1354 > .row.padding-detailed{padding:7.00% 3.00% 7.00% 3.00%}@media only screen and (max-width:40em){#stacks_in_1354 > .row.padding-detailed.padding-medium-up,#stacks_in_1354 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1354 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1354 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1354 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1354 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1412_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}

#stacks_out_1335 {
	width: 250px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1413_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_1337 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 0 !important;
	overflow: ;

	position: static !important;
	bottom: 0px !important;
	left: 0px !important;

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_1337 .fixlayer1
{
	height: ;
}
#stacks_in_1337 .fixedit 
{

	width: 0px;
	height: 0px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_1337 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

#stacks_in_1341 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_1370 a{display:block}#stacks_in_1370 img{width:100%;}

#stacks_in_1376 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1376 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1376 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1378 a{display:block}#stacks_in_1378 img{width:100%;}
#stacks_in_1380 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1380 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1380 > .row.padding-detailed{padding:7.00% 3.00% 7.00% 3.00%}@media only screen and (max-width:40em){#stacks_in_1380 > .row.padding-detailed.padding-medium-up,#stacks_in_1380 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1380 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1380 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1380 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1380 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1410_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}

#stacks_out_1397 {
	width: 250px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1411_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_1398 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 0 !important;
	overflow: ;

	position: static !important;
	bottom: 0px !important;
	left: 0px !important;

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_1398 .fixlayer1
{
	height: ;
}
#stacks_in_1398 .fixedit 
{

	width: 0px;
	height: 0px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_1398 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

#stacks_in_1408 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_1638 a{display:block}#stacks_in_1638 img{width:100%;}

#stacks_in_818 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_818 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_818 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1606 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1606 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1606 > .row.padding-detailed{padding:7.00% 3.00% 7.00% 3.00%}@media only screen and (max-width:40em){#stacks_in_1606 > .row.padding-detailed.padding-medium-up,#stacks_in_1606 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1606 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1606 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1606 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1606 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1613_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}

#stacks_out_1629 {
	width: 250px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1616_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_1631 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 0 !important;
	overflow: ;

	position: static !important;
	bottom: 0px !important;
	left: 0px !important;

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_1631 .fixlayer1
{
	height: ;
}
#stacks_in_1631 .fixedit 
{

	width: 0px;
	height: 0px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_1631 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

#stacks_in_1636 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_824{overflow:visible !important}#stacks_in_824 > .impact-animate{animation-duration:800ms;animation-delay:0ms}
#stacks_in_825 .fg-content.fg-full-height{height:100%}#stacks_in_825 .slides-container{margin:0}#stacks_in_825 .slides-container > li{margin:0}#stacks_in_825 .slides-container > li::before,#stacks_in_825 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 200ms ease}#stacks_in_825 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_825 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_825 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_825 .impact-wrapper{z-index:2}#stacks_in_825 .impact-wrapper.fill-container{min-width:100%}#stacks_in_825 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_825 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_825 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_825 .impact-wrapper.flexible-height{height:80vh;min-height:400px;width:100%;min-width:100%}#stacks_in_825 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_825 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_825 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_825 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 200ms ease,visibility 0 0.2s}#stacks_in_825 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_825 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_825 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_825 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_825 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_825 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_825 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_825 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_825 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_825 .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_825 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_825 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_825 .impact-container{z-index:5}#stacks_in_825 .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_825 .scrollDown{transform:scale(0.70)}}#stacks_in_825 .scrollDown.button-bottom{bottom:30px}#stacks_in_825 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_825 .scrollDown.hide-on-mob{display:none}}#stacks_in_825 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.85);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_825 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_825 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_825 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_825 .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_825 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_825 .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_825 .slides-pagination > a{transition:all 4000ms ease}#stacks_in_825 .slides-pagination > a.current{transition:all 4000ms ease}
#stacks_in_826 .impact-slide{background-image:url("../files/slideshowImage-826.jpg")}.slide-stacks_in_826 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_826 .impact-container.h-right{right:0px}.slide-stacks_in_826 .impact-container.h-left{left:0px}.slide-stacks_in_826 .impact-container.v-top{top:0px}
#stacks_in_830 .impact-slide{background-image:url("../files/slideshowImage-830.jpg")}.slide-stacks_in_830 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_830 .impact-container.h-right{right:0px}.slide-stacks_in_830 .impact-container.h-left{left:0px}.slide-stacks_in_830 .impact-container.v-top{top:0px}
#stacks_in_1274 .impact-slide{background-image:url("../files/slideshowImage-1274.jpg")}.slide-stacks_in_1274 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1274 .impact-container.h-right{right:0px}.slide-stacks_in_1274 .impact-container.h-left{left:0px}.slide-stacks_in_1274 .impact-container.v-top{top:0px}
#stacks_in_828 .impact-slide{background-image:url("../files/slideshowImage-828.jpg")}.slide-stacks_in_828 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_828 .impact-container.h-right{right:0px}.slide-stacks_in_828 .impact-container.h-left{left:0px}.slide-stacks_in_828 .impact-container.v-top{top:0px}
#stacks_in_1275 .impact-slide{background-image:url("../files/slideshowImage-1275.jpg")}.slide-stacks_in_1275 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1275 .impact-container.h-right{right:0px}.slide-stacks_in_1275 .impact-container.h-left{left:0px}.slide-stacks_in_1275 .impact-container.v-top{top:0px}
#stacks_in_829 .impact-slide{background-image:url("../files/slideshowImage-829.jpg")}.slide-stacks_in_829 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_829 .impact-container.h-right{right:0px}.slide-stacks_in_829 .impact-container.h-left{left:0px}.slide-stacks_in_829 .impact-container.v-top{top:0px}
#stacks_in_827 .impact-slide{background-image:url("../files/slideshowImage-827.jpg")}.slide-stacks_in_827 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_827 .impact-container.h-right{right:0px}.slide-stacks_in_827 .impact-container.h-left{left:0px}.slide-stacks_in_827 .impact-container.v-top{top:0px}
#stacks_in_831 .impact-slide{background-image:url("../files/slideshowImage-831.jpg")}.slide-stacks_in_831 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_831 .impact-container.h-right{right:0px}.slide-stacks_in_831 .impact-container.h-left{left:0px}.slide-stacks_in_831 .impact-container.v-top{top:0px}
#stacks_in_1277 .impact-slide{background-image:url("../files/slideshowImage-1277.jpg")}.slide-stacks_in_1277 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1277 .impact-container.h-right{right:0px}.slide-stacks_in_1277 .impact-container.h-left{left:0px}.slide-stacks_in_1277 .impact-container.v-top{top:0px}
#stacks_in_1278 .impact-slide{background-image:url("../files/slideshowImage-1278.jpg")}.slide-stacks_in_1278 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1278 .impact-container.h-right{right:0px}.slide-stacks_in_1278 .impact-container.h-left{left:0px}.slide-stacks_in_1278 .impact-container.v-top{top:0px}
#stacks_in_1279 .impact-slide{background-image:url("../files/slideshowImage-1279.jpg")}.slide-stacks_in_1279 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1279 .impact-container.h-right{right:0px}.slide-stacks_in_1279 .impact-container.h-left{left:0px}.slide-stacks_in_1279 .impact-container.v-top{top:0px}
#stacks_in_1280 .impact-slide{background-image:url("../files/slideshowImage-1280.jpg")}.slide-stacks_in_1280 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1280 .impact-container.h-right{right:0px}.slide-stacks_in_1280 .impact-container.h-left{left:0px}.slide-stacks_in_1280 .impact-container.v-top{top:0px}
#stacks_in_825 .slides-navigation{top:46%}#stacks_in_825 .slides-navigation a.prev{left:8.00px}#stacks_in_825 .slides-navigation a.next{right:8.00px}#stacks_in_825 .slides-navigation a.prev:before,#stacks_in_825 .slides-navigation a.next:before{font-size:0.80rem;color:rgba(255, 255, 255, 0.95)}#stacks_in_825 .slides-navigation a.prev:before{content:"\f0d9";}#stacks_in_825 .slides-navigation a.next:before{content:"\f0da";}@media screen and (min-width:478px){#stacks_in_825 .slides-navigation a.prev:before,#stacks_in_825 .slides-navigation a.next:before{font-size:2.50rem}}#stacks_in_825 .slides-pagination{z-index:100;text-align:center;width:100%;bottom:10px;}#stacks_in_825 .slides-pagination a{border:2px solid rgba(255, 255, 255, 0.00);background:rgba(255, 255, 255, 1.00);border-radius:50%;box-sizing:content-box;width:9px;height:9px;font-size:9px !important;line-height:9px;color:rgba(255, 255, 255, 0.00);display:-moz-inline-stack;display:inline-block;vertical-align:middle;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");margin:3px;overflow:hidden;text-decoration:none}#stacks_in_825 .slides-pagination a:hover{text-decoration:none;border:2px solid rgba(255, 255, 255, 0.00);background:rgba(194, 150, 75, 1.00)}#stacks_in_825 .slides-pagination a.current{color:rgba(0, 0, 0, 0.00);border:2px solid rgba(255, 255, 255, 0.00);background:rgba(194, 150, 75, 1.00)}#stacks_in_825 .slides-pagination a.current:hover{border:2px solid rgba(255, 255, 255, 0.00);background:rgba(194, 150, 75, 1.00)}#stacks_in_825 .slides-pagination{position:absolute}

#stacks_in_1424 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1424 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1424 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1445 a{display:block}#stacks_in_1445 img{width:100%;}
#stacks_in_1426 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1426 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1426 > .row.padding-detailed{padding:7.00% 3.00% 7.00% 3.00%}@media only screen and (max-width:40em){#stacks_in_1426 > .row.padding-detailed.padding-medium-up,#stacks_in_1426 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1426 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1426 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1426 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1426 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1433_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}

#stacks_out_1451 {
	width: 250px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1436_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_1453 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 0 !important;
	overflow: ;

	position: static !important;
	bottom: 0px !important;
	left: 0px !important;

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_1453 .fixlayer1
{
	height: ;
}
#stacks_in_1453 .fixedit 
{

	width: 0px;
	height: 0px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_1453 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

#stacks_in_1458 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_1639 a{display:block}#stacks_in_1639 img{width:100%;}

#stacks_in_1547 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1547 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1547 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1551 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1551 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1551 > .row.padding-detailed{padding:7.00% 3.00% 7.00% 3.00%}@media only screen and (max-width:40em){#stacks_in_1551 > .row.padding-detailed.padding-medium-up,#stacks_in_1551 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1551 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1551 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1551 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1551 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1558_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}

#stacks_out_1574 {
	width: 250px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1561_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_1576 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 0 !important;
	overflow: ;

	position: static !important;
	bottom: 0px !important;
	left: 0px !important;

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_1576 .fixlayer1
{
	height: ;
}
#stacks_in_1576 .fixedit 
{

	width: 0px;
	height: 0px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_1576 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

#stacks_in_1581 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_1549 a{display:block}#stacks_in_1549 img{width:100%;}

#stacks_in_1466 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1466 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1466 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1487 a{display:block}#stacks_in_1487 img{width:100%;}
#stacks_in_1468 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1468 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1468 > .row.padding-detailed{padding:7.00% 3.00% 7.00% 3.00%}@media only screen and (max-width:40em){#stacks_in_1468 > .row.padding-detailed.padding-medium-up,#stacks_in_1468 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1468 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1468 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1468 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1468 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1475_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}

#stacks_out_1488 {
	width: 250px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1478_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_1495 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 0 !important;
	overflow: ;

	position: static !important;
	bottom: 0px !important;
	left: 0px !important;

 

	border-style: solid;
	border-color: #333333;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_1495 .fixlayer1
{
	height: ;
}
#stacks_in_1495 .fixedit 
{

	width: 0px;
	height: 0px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_1495 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

#stacks_in_1500 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_1640 a{display:block}#stacks_in_1640 img{width:100%;}

#stacks_in_1504 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1504 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1504 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1508 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1508 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1508 > .row.padding-detailed{padding:7.00% 3.00% 7.00% 3.00%}@media only screen and (max-width:40em){#stacks_in_1508 > .row.padding-detailed.padding-medium-up,#stacks_in_1508 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1508 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1508 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1508 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1508 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1515_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}

#stacks_in_1532 {
	margin: 0px 20px 0px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1518_headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}
/*
-------------------------------------------
FixMeStack
-------------------------------------------
*/

#stacks_in_1534 .fixwrapmefixme_a
{	
	display: block;

 
 
 


	

		
			background-position:  left top;
	



cursor:pointer;

	-moz-box-shadow:  0px 0px 0px #333333;
	-webkit-box-shadow:  0px 0px 0px #333333;
	box-shadow:  0px 0px 0px #333333;

 


 
	height: auto;
	overflow: visible;
 



	z-index: 0 !important;
	overflow: ;

	position: static !important;
	bottom: 0px !important;
	left: 0px !important;

 

	border-style: solid;
	border-color: #BA7B41;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	/*Custom CSS;*/

}
#stacks_in_1534 .fixlayer1
{
	height: ;
}
#stacks_in_1534 .fixedit 
{

	width: 0px;
	height: 0px;

}

@media screen and (max-width: 780px)  
{
	 
	 #stacks_in_1534 .fixwrapmefixme_a { position: static !important; display: block; 
	 padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; float:; margin-left:auto;margin-right:auto; /*Custom CSS;*/;
	 }
 
}

#stacks_in_1539 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_1603 a{display:block}#stacks_in_1603 img{width:100%;}
#stacks_in_930_1 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_930_1 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_930_1 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_930_1 > .row.padding-detailed.padding-medium-up,#stacks_in_930_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_930_1 > .row.padding-detailed.padding-y-medium-up,#stacks_in_930_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_930_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_930_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_930_1 > .row.max-custom{margin:0 auto;max-width:1200px !important}#stacks_in_930_1 > .row.max-custom.max-left{margin-left:0}#stacks_in_930_1 > .row.max-custom.max-right{margin-right:0}

#stacks_in_930_1 {
	background-color: rgba(51, 51, 51, 1.00);
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_930_2_headerSpacer {
	display: block;
	width:  1px;
	height: 80px;
	background: transparent;
}
#stacks_in_930_3 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_930_3 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_930_3 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_930_3 > .row.padding-detailed.padding-medium-up,#stacks_in_930_3 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_930_3 > .row.padding-detailed.padding-y-medium-up,#stacks_in_930_3 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_930_3 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_930_3 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_930_6 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_930_6 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_930_6 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_930_6 {
	margin: 50px 0px 0px 0px;
}




#stacks_in_930_19{overflow:hidden}#stacks_in_930_19 hr{opacity:1.00;border-top-style:dotted;border-top-width:1px;margin:2.25rem 0;}#stacks_in_930_19 hr.custom{border-color:rgba(255, 255, 255, 1.00)}

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

#stacks_out_930_19 {
	width: 250px;
}

#stacks_in_930_40 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_930_40 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_930_40 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_930_63 p,#stacks_in_930_63 div{margin-bottom:0}#stacks_in_930_63 p,#stacks_in_930_63 div,#stacks_in_930_63 ul,#stacks_in_930_63 ol,#stacks_in_930_63 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_930_63 a{color:rgba(194, 150, 75, 1.00)}#stacks_in_930_63 a:hover{color:rgba(160, 133, 72, 1.00)}
#stacks_in_930_61 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: center;
}


#stacks_in_930_61 a,
#stacks_in_930_61 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 4px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(204, 0, 0, 1.00);

  

}


#stacks_in_930_61 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
  display: none;
  
}


#stacks_in_930_61 a i,
#stacks_in_930_61 a:visited i {
  font-size: 30px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
    float: none;
  
}







  /* Flat Color Mode */
  #stacks_in_930_61 a,
  #stacks_in_930_61 a:visited {
    background-color: rgba(221, 221, 221, 0.50);
    color: rgba(76, 76, 76, 1.00) !important;
  }

  #stacks_in_930_61 a:hover,
  #stacks_in_930_61 a:active {
    background-color: rgba(221, 221, 221, 0.50);
    color: rgba(76, 76, 76, 1.00) !important;
  }

  #stacks_in_930_61 a i,
  #stacks_in_930_61 a:visited i {
    background-color: rgba(194, 150, 75, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_930_61 a:hover i,
  #stacks_in_930_61 a:active i {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(194, 150, 75, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_930_61 a,
    #stacks_in_930_61 a:visited {
      width: 100%;
    }
  }

  
  @media (max-width: 47.9em) {
    #stacks_in_930_61 a i,
    #stacks_in_930_61 a:visited i {
      width: 100%;
    }
  }
  





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

#stacks_out_930_61 {
	width: 40px;
}

#stacks_in_930_46 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_930_46 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_930_46 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_930_46 {
	margin: 30px 0px 0px 0px;
}
#stacks_in_930_34 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_930_34 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_930_34 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_930_34 > .row.padding-detailed.padding-medium-up,#stacks_in_930_34 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_930_34 > .row.padding-detailed.padding-y-medium-up,#stacks_in_930_34 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_930_34 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_930_34 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_930_35_headerSpacer {
	display: block;
	width:  1px;
	height: 50px;
	background: transparent;
}
#stacks_in_1215_1 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1215_1 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1215_1 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1215_1 > .row.padding-detailed.padding-medium-up,#stacks_in_1215_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1215_1 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1215_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1215_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1215_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_1215_1 > .row.max-custom{margin:0 auto;max-width:1200px !important}#stacks_in_1215_1 > .row.max-custom.max-left{margin-left:0}#stacks_in_1215_1 > .row.max-custom.max-right{margin-right:0}

#stacks_in_1215_1 {
	background-color: rgba(51, 51, 51, 1.00);
	padding: 0px 0px 100px 0px;
}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 23, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1215_2_headerSpacer {
	display: block;
	width:  1px;
	height: 40px;
	background: transparent;
}
#stacks_in_1215_3 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1215_3 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1215_3 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1215_3 > .row.padding-detailed.padding-medium-up,#stacks_in_1215_3 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1215_3 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1215_3 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_1215_3 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1215_3 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1215_6{overflow:hidden}#stacks_in_1215_6 hr{opacity:1.00;border-top-style:dotted;border-top-width:1px;margin:2.25rem 0;}#stacks_in_1215_6 hr.custom{border-color:rgba(255, 255, 255, 1.00)}

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

#stacks_out_1215_6 {
	width: 250px;
}

#stacks_in_1215_7 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_1215_26 p,#stacks_in_1215_26 div{margin-bottom:0}#stacks_in_1215_26 p,#stacks_in_1215_26 div,#stacks_in_1215_26 ul,#stacks_in_1215_26 ol,#stacks_in_1215_26 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_1215_26 a{color:rgba(194, 150, 75, 1.00)}#stacks_in_1215_26 a:hover{color:rgba(160, 133, 72, 1.00)}

#stacks_in_1215_26 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_1215_11 {
	margin: 40px 0px 0px 0px;
}

#stacks_in_1215_22 {
	margin: 30px 0px 0px 0px;
}
#stacks_in_1215_24 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: center;
}


#stacks_in_1215_24 a,
#stacks_in_1215_24 a:visited {
  /* Button text alignment fix v2.0.1 */
  text-align: center;

  display: inline-block;
  
  border-radius: 4px;
  
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
    
    border-width: 0px;
    
  border-style: solid;
  border-color: rgba(204, 0, 0, 1.00);

  

}


#stacks_in_1215_24 a .flat_button_2_text {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center !important;
  
  display: none;
  
}


#stacks_in_1215_24 a i,
#stacks_in_1215_24 a:visited i {
  font-size: 30px;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;

  
    float: left;
    
  

  

  
    float: none;
  
}







  /* Flat Color Mode */
  #stacks_in_1215_24 a,
  #stacks_in_1215_24 a:visited {
    background-color: rgba(221, 221, 221, 0.50);
    color: rgba(76, 76, 76, 1.00) !important;
  }

  #stacks_in_1215_24 a:hover,
  #stacks_in_1215_24 a:active {
    background-color: rgba(221, 221, 221, 0.50);
    color: rgba(76, 76, 76, 1.00) !important;
  }

  #stacks_in_1215_24 a i,
  #stacks_in_1215_24 a:visited i {
    background-color: rgba(194, 150, 75, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_1215_24 a:hover i,
  #stacks_in_1215_24 a:active i {
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(194, 150, 75, 1.00);
  }












  /* Responsive Width Mode */
  @media (max-width: 47.9em) {
    #stacks_in_1215_24 a,
    #stacks_in_1215_24 a:visited {
      width: 100%;
    }
  }

  
  @media (max-width: 47.9em) {
    #stacks_in_1215_24 a i,
    #stacks_in_1215_24 a:visited i {
      width: 100%;
    }
  }
  





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

#stacks_out_1215_24 {
	width: 40px;
}
#stacks_in_1215_21{overflow:hidden}#stacks_in_1215_21 hr{opacity:1.00;border-top-style:dotted;border-top-width:1px;margin:2.25rem 0;}#stacks_in_1215_21 hr.custom{border-color:rgba(255, 255, 255, 1.00)}

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

#stacks_out_1215_21 {
	width: 250px;
}

