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


@-webkit-keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@keyframes animatedJackBackgroundtoTop{from{background-position:0 0}to{background-position:0% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@keyframes animatedJackBackgroundtoBottom{from{background-position:0 0}to{background-position:0% 500%}}@-webkit-keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@keyframes animatedJackBackgroundtoRight{from{background-position:0 0}to{background-position:500% 0%}}@-webkit-keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@keyframes animatedJackBackgroundtoLeft{from{background-position:0 0}to{background-position:-500% 0%}}@-webkit-keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@keyframes animatedJackBackgroundtoBottomRight{from{background-position:0 0}to{background-position:500% 500%}}@-webkit-keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@keyframes animatedJackBackgroundtoTopRight{from{background-position:0 0}to{background-position:500% -500%}}@-webkit-keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@keyframes animatedJackBackgroundtoTopLeft{from{background-position:0 0}to{background-position:-500% -500%}}@-webkit-keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}@keyframes animatedJackBackgroundtoBottomLeft{from{background-position:0 0}to{background-position:-500% 500%}}.com_joeworkman_stacks_jack4_stack > .jack{margin:0;padding:0;border:0;background:none;background-color:transparent;position:relative;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.com_joeworkman_stacks_jack4_stack > .jack.align-center{margin-left:auto !important;margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-right{margin-left:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.align-left{margin-right:auto !important}.com_joeworkman_stacks_jack4_stack > .jack.touch-device{background-attachment:scroll !important}.com_joeworkman_stacks_jack4_stack > .jack.bg-image{background-size:auto}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass{z-index:1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.glass::after{background-size:auto;content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:-1}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-cover.glass::after{background-size:cover}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-contain.glass::after{background-size:contain}.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill,.com_joeworkman_stacks_jack4_stack > .jack.bg-image.bg-size-fill.glass::after{background-size:100% 100%}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.peek-shadow::after{z-index:-1;position:absolute;content:"";height:auto;background-color:transparent}.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::before,.com_joeworkman_stacks_jack4_stack > .jack.corner-shadow::after{width:50%;top:50%}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x{overflow-x:auto !important;white-space:nowrap;-webkit-overflow-scrolling:touch}.com_joeworkman_stacks_jack4_stack > .jack.scroll-x > .stacks_out{display:inline-block;white-space:nowrap}.com_joeworkman_stacks_jack4_stack > .jack.scroll-y{overflow-y:auto !important;-webkit-overflow-scrolling:touch}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
.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_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}
.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)}}
.target-wrapper{position:relative}.target-show-on-hover{opacity:0;transition:opacity 750ms ease}.target-show-on-hover:hover{opacity:1}.target{position:absolute;width:100%;height:auto}.target.width-auto{width:auto}.target.height-fill,.target.height-fixed,.target.height-flexible{display:flex;align-items:center}.target.height-fill{height:100%}.target[class*="float-"],.target[class*="shift-"]{position:relative}.target[class*="pin-"],.target.relative-browser{position:fixed}.target.float-right{float:right}.target.float-left{float:left}.target.vcenter[class*="relative-"]{top:50%;transform:translateY(-50%)}.target.hcenter[class*="relative-"]{left:50%;transform:translateX(-50%)}.target.hcenter.vcenter[class*="relative-"]{transform:translateX(-50%) translateY(-50%)}.target.shift-up,.target.shift-down{margin-left:auto;margin-right:auto}.target.target-center{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.target.pin-top{top:0}.target.pin-bottom{bottom:0}.target.pin-left{left:0}.target.pin-right{right:0}.target.target-disable{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}@media only screen and (min-width:40em){.target.target-mobile-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:39.9375em){.target.target-disable-mobile{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:62.5em){.target.target-desktop-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}
  .theme-version{display:block}.theme-version.number-110,#stacks_in_504_15{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(190, 0, 4, 1.00);}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(190, 0, 4, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(190, 0, 4, 1.00);}body,.font-family-text{font-family:"Barlow Condensed",sans-serif;font-weight:300;}h1,.font-family-h1{font-family:"Barlow Condensed",sans-serif;font-style:normal;font-weight:600;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:"Barlow Condensed",sans-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:1000px;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:1000px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(34, 34, 34, 1.00)}a{color:rgba(190, 0, 4, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(190, 0, 4, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(190, 0, 4, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(190, 0, 4, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(26, 40, 47, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(33, 52, 61, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 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:2.20rem}h2{font-size:1.70rem}h3{font-size:1.40rem}h4{font-size:1.20rem}h5{font-size:0.90rem}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.70rem}h2{font-size:2.50rem}h3{font-size:1.70rem}h4{font-size:1.50rem}h5{font-size:1.00rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.20rem}}code{color:rgba(204, 55, 30, 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(221, 221, 221, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(190, 0, 4, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(190, 0, 4, 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(190, 0, 4, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(26, 40, 47, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(248, 248, 248, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 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(0, 0, 0, 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(255, 255, 255, 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(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1000px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(190, 0, 4, 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(180, 0, 3, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(255, 255, 255, 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(190, 0, 4, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(190, 0, 4, 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(255, 255, 255, 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(255, 255, 255, 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(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-swatch1{background-color:rgba(190, 0, 4, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(190, 0, 4, 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(26, 40, 47, 1.00);color:rgba(190, 0, 4, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(26, 40, 47, 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(190, 0, 4, 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(190, 0, 4, 1.00),0 7px 0 1px rgba(190, 0, 4, 1.00),0 14px 0 1px rgba(190, 0, 4, 1.00);box-shadow:0 0 0 1px rgba(190, 0, 4, 1.00),0 7px 0 1px rgba(190, 0, 4, 1.00),0 14px 0 1px rgba(190, 0, 4, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 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(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 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(0, 0, 0, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(0, 0, 0, 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, 34, 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, 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)}.alert-box{background-color:rgba(190, 0, 4, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(180, 0, 3, 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(255, 255, 255, 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(160, 211, 232, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(152, 200, 220, 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(255, 255, 255, 1.00)}.breadcrumbs .current a{color:rgba(255, 255, 255, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(255, 255, 255, 1.00)}.breadcrumbs li:before{color:rgba(255, 255, 255, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(190, 0, 4, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(180, 0, 3, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(255, 255, 255, 1.00)}.button.secondary:hover{color:rgba(255, 255, 255, 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(190, 0, 4, 1.00);color:rgba(190, 0, 4, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(180, 0, 3, 1.00);background-color:rgba(180, 0, 3, 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(255, 255, 255, 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(255, 255, 255, 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(190, 0, 4, 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(180, 0, 3, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar.secondary > .item{color:rgba(255, 255, 255, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(255, 255, 255, 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(190, 0, 4, 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(190, 0, 4, 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(180, 0, 3, 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(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 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(225, 225, 225, 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(190, 0, 4, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(255, 255, 255, 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(190, 0, 4, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(255, 255, 255, 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(190, 0, 4, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(190, 0, 4, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(180, 0, 3, 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(180, 0, 3, 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(255, 255, 255, 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(190, 0, 4, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(180, 0, 3, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(180, 0, 3, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(255, 255, 255, 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(255, 255, 255, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(190, 0, 4, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(180, 0, 3, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(180, 0, 3, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(26, 40, 47, 1.00);color:rgba(190, 0, 4, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(24, 38, 44, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(190, 0, 4, 1.00);background-color:rgba(24, 38, 44, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 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(0, 0, 0, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(0, 0, 0, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(0, 0, 0, 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(95, 0, 2, 1.00);box-shadow:0 0 6px 1px rgba(95, 0, 2, 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(190, 0, 4, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(190, 0, 4, 1.00)}.panel p.alt a:hover{color:rgba(190, 0, 4, 1.00)}.panel p.alt small{color:rgba(255, 255, 255, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(26, 40, 47, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(33, 52, 61, 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, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(190, 0, 4, 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(255, 255, 255, 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(190, 0, 4, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(190, 0, 4, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(190, 0, 4, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(161, 0, 3, 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(190, 0, 4, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(190, 0, 4, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(190, 0, 4, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(161, 0, 3, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 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(190, 0, 4, 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(180, 0, 3, 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(190, 0, 4, 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(180, 0, 3, 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(255, 255, 255, 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(255, 255, 255, 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(190, 0, 4, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(190, 0, 4, 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(190, 0, 4, 1.00)}.copyright a:hover{color:rgba(190, 0, 4, 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(26, 40, 47, 1.00)}.fn-text-link a{color:rgba(190, 0, 4, 1.00)}.fn-text-link a:hover{color:rgba(190, 0, 4, 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(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(190, 0, 4, 1.00)}.fn-text-link-alt a:hover{color:rgba(190, 0, 4, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(190, 0, 4, 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(255, 255, 255, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(255, 255, 255, 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(160, 211, 232, 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(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 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, 255, 255, 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(255, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(190, 0, 4, 1.00)}.fn-text-text-alt a:hover{color:rgba(190, 0, 4, 1.00)}.fn-text-sw1c1{color:rgba(190, 0, 4, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(190, 0, 4, 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(190, 0, 4, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(180, 0, 3, 1.00)}.fn-text-sw2c1{color:rgba(26, 40, 47, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(26, 40, 47, 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(190, 0, 4, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(180, 0, 3, 1.00)}.fn-text-sw2c2{color:rgba(190, 0, 4, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(190, 0, 4, 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(26, 40, 47, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(24, 38, 44, 1.00)}.fn-text-sw3c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(248, 248, 248, 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(248, 248, 248, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(248, 248, 248, 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(248, 248, 248, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 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(0, 0, 0, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(0, 0, 0, 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, 34, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 34, 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(0, 0, 0, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(0, 0, 0, 1.00)}.panel .fn-text-sw1c1{color:rgba(190, 0, 4, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(190, 0, 4, 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(190, 0, 4, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(180, 0, 3, 1.00)}.panel .fn-text-sw2c1{color:rgba(26, 40, 47, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(26, 40, 47, 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(190, 0, 4, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(180, 0, 3, 1.00)}.panel .fn-text-sw2c2{color:rgba(190, 0, 4, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(190, 0, 4, 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(26, 40, 47, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(24, 38, 44, 1.00)}.panel .fn-text-sw3c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(248, 248, 248, 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(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(248, 248, 248, 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(248, 248, 248, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 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(0, 0, 0, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(0, 0, 0, 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, 34, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 34, 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(0, 0, 0, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(0, 0, 0, 1.00)}.fn-bg-header{background-color:rgba(26, 40, 47, 1.00)}.fn-bg-text{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-link{background-color:rgba(190, 0, 4, 1.00)}.fn-bg-link-hover{background-color:rgba(190, 0, 4, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(190, 0, 4, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(190, 0, 4, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(190, 0, 4, 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(255, 255, 255, 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(160, 211, 232, 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(190, 0, 4, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(26, 40, 47, 1.00)}.fn-bg-sw2c2{background-color:rgba(190, 0, 4, 1.00)}.fn-bg-sw3c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(248, 248, 248, 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(0, 0, 0, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 34, 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(190, 0, 4, 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(180, 0, 3, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(255, 255, 255, 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(190, 0, 4, 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(190, 0, 4, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(180, 0, 3, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(190, 0, 4, 1.00);color:rgba(190, 0, 4, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(180, 0, 3, 1.00);background-color:rgba(180, 0, 3, 1.00)}.fn-scheme-swatch2{background-color:rgba(26, 40, 47, 1.00);color:rgba(190, 0, 4, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(190, 0, 4, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(190, 0, 4, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(26, 40, 47, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(24, 38, 44, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(26, 40, 47, 1.00);color:rgba(26, 40, 47, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(190, 0, 4, 1.00);border-color:rgba(24, 38, 44, 1.00);background-color:rgba(24, 38, 44, 1.00)}.fn-scheme-swatch3{background-color:rgba(248, 248, 248, 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(248, 248, 248, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 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(190, 0, 4, 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(248, 248, 248, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.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-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(0, 0, 0, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(0, 0, 0, 1.00);color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 0, 0, 1.00)}
/* 2.0.2
- fixes overlay opacity bug
- fixes menu item alignment with footer
- adjustments to spacing and padding
- adjustments to spacing and padding for mobile too
- adding pointer events none to prevent closed menu from displaying overtop content
- fixes a bug that would not allow you to edit footer content
- added support for same page #hash navigation
- moved to overscroll behavoir none away from forcing body to be fixed position on open (though not supported in Safari yet)
*/
/*  */
@font-face{font-family:"Ionicons";src:url("ionicons/ionicons.eot?v=4.5.9-1");src:url("ionicons/ionicons.eot?v=4.5.9-1#iefix") format("embedded-opentype"),url("ionicons/ionicons.woff2?v=4.5.9-1") format("woff2"),url("ionicons/ionicons.woff?v=4.5.9-1") format("woff"),url("ionicons/ionicons.ttf?v=4.5.9-1") format("truetype"),url("ionicons/ionicons.svg?v=4.5.9-1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#overlayMenuToggleContainer_stacks_in_504_64 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  /*  */
  /*  */
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */

  /*  */
  padding: 30px 10px 20px 30px;
  /*  */
  position: fixed;
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  /*  */
  /*  */
  /*  */
}

#overlayMenuToggle_stacks_in_504_64 {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  color: #141F2A;
  padding: 15px 15px 15px 15px;
  border-radius: 30px;
  z-index: 9999;
  /*  */
  /*  */
  /*  */
  width: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenuContainer_stacks_in_504_64 .close-icon {
  box-sizing: border-box;
  /*  */
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  margin: 30px 10px 20px 30px;
  padding: 15px 15px 15px 15px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 254, 1.00);
  border-radius: 100px;
  font-size: 17px;
  line-height: 19px;
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */
  line-height: 19px;
  /*  */
  cursor: pointer;
  display: none;
  /*  */
  /*  */
}
#overlayMenuContainer_stacks_in_504_64.open .close-icon {
  display: inline-block;
}
#overlayMenu_stacks_in_504_64 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_504_64 .cssmenu ul>li a:hover small,
#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a:hover small,
#overlayMenuToggle_stacks_in_504_64 {
  transition: all 200ms ease;
}
#overlayMenuToggle_stacks_in_504_64:hover {
  /*  */
  /*  */
}
#overlayMenuToggle_stacks_in_504_64:hover {
  /*  */
  cursor: pointer;
  color: #141F2A;
  /*  */
}
#overlayMenuContainer_stacks_in_504_64 .close-icon:hover {
  /*  */
  background: rgba(255, 255, 255, 0.80);
  /*  */
  /*  */
}

#overlayMenuToggle_stacks_in_504_64 svg path, #overlayMenuToggle_stacks_in_504_64 i {
  color: #141F2A;
  fill: #141F2A;
}
#overlayMenuToggle_stacks_in_504_64:hover svg path, #overlayMenuToggle_stacks_in_504_64:hover i {
  color: #141F2A;
  fill: #141F2A;
}
#overlayMenuContainer_stacks_in_504_64 .close-icon svg {
  display: inline-block;
  width: 25px;
    /*  */
}
#overlayMenuContainer_stacks_in_504_64 .close-icon svg {
  display: block;
}
#overlayMenuToggle_stacks_in_504_64 {
  line-height: 0;
}
#overlayMenuToggle_stacks_in_504_64 span {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;

  /*  */
  margin-left: 4px;
  /*  */
}
#overlayMenuToggle_stacks_in_504_64 .omToggleIconWrap,
#overlayMenuToggle_stacks_in_504_64 .omToggleIconWrap svg {
  display: inline-block;
}
#overlayMenuToggle_stacks_in_504_64 .omToggleIconWrap {
  max-width: 24px;
}
#overlayMenuToggle_stacks_in_504_64 .omToggleIconWrap svg {
  width: 20px;
}
#overlayMenuToggle_stacks_in_504_64 i {
  font-size: 20px;
  line-height: 20px;
}
/*  */

#overlayMenuContainer_stacks_in_504_64 {
  /*  */
  /*  */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.2s ease;
  /*  */
}
#overlayMenuContainer_stacks_in_504_64 * {
  z-index: 1;
}
#overlayMenuContainer_stacks_in_504_64::before, #overlayMenuContainer_stacks_in_504_64::after {
  content: '';
  /*  */
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: 0%;
  opacity: 0;
  z-index: -1;
  width: 80px;
  height: 80px;
  transform-origin: center;
  position: absolute;
  -webkit-animation: elegantClose 300ms;
  animation: elegantClose 300ms;
  /* transition: all 200ms ease-in; */
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  border-radius: 50%;
  /*  */
  /*  */
}
#overlayMenuContainer_stacks_in_504_64.open::before, #overlayMenuContainer_stacks_in_504_64.open::after {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  /* border-radius: 0px; */
  visibility: visible;
  -webkit-animation: elegantOpen 200ms;
  animation: elegantOpen 200ms;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
  opacity: 1.00;
}


#overlayMenuContainer_stacks_in_504_64::before {
  /*  */
  /*  */
  /*  */
  background: url(../files/overlay_bg_image_choice-64-482.jpg) no-repeat center center;
  background-size: cover;
  /*  */
  opacity: 1.00;
}

#overlayMenuContainer_stacks_in_504_64::after {
  /*  */
  background: rgba(147, 0, 25, 0.90);
  /*  */
}

#overlayMenu_stacks_in_504_64 {
  z-index: 99999999999999999;
  transition: all 0.2s ease-out;
  /*  */
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  position: fixed;
  visibility: hidden;
  padding-top: 100px;
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenuToggle_stacks_in_504_64  span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_504_64 li a span {
  /*  */
  font-family: inherit;
  /*  */
}
#overlayMenu_stacks_in_504_64 li a small {
  /*  */
  font-family: inherit;
  /*  */
}
/*  */
#overlayMenuContainer_stacks_in_504_64 {
  pointer-events: none;
}
/*  */

#overlayMenuContainer_stacks_in_504_64.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 {
  opacity: 1;
  overflow-y: auto;
  overscroll-behavior: none;
  visibility: visible;
  transition-delay: 0.1s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .close-icon {
  opacity: 1;
  transition-delay: 0.4s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu {
  opacity: 1;
  visibility: visible;
  transition-delay: 5s;
  transition: all 0.3s ease;
}

/* #overlayMenuContainer_stacks_in_504_64.open::before, #overlayMenuContainer_stacks_in_504_64.open::after {
  top: 50%;
  left: 50%;
  margin: 0;
  width: 102%;
  height: 102%;
  visibility: visible;
  -webkit-animation: elegantOpen 200ms;
  animation: elegantOpen 200ms;
  transition: opacity 200ms ease-out;
  -webkit-transform: translate(-51%, -51%);
  transform: translate(-51%, -51%);
} */

#overlayMenuContainer_stacks_in_504_64.open::after {
  opacity: 1;
}

#overlayMenu_stacks_in_504_64 .close-icon svg {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
/*  */
#overlayMenu_stacks_in_504_64 .close-icon:hover svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*  */
#overlayMenuFooter_stacks_in_504_64 {
  text-align: left;
  width: 100%;
  max-width: 798px;
  /*  */
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  color: rgba(255, 255, 254, 1.00);
  /*  */
}

#overlayMenu_stacks_in_504_64 .cssmenu, #overlayMenu_stacks_in_504_64 .cssmenu ul, #overlayMenu_stacks_in_504_64 .cssmenu ul li, #overlayMenu_stacks_in_504_64 .cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  line-height: 1;
  list-style: none;
  box-sizing: border-box;
}
/*  */
/*  */

#overlayMenu_stacks_in_504_64 .cssmenu {
  color: #ffffff;
  padding: 0 24px;
  overflow: visible;
  font-family: inherit;
  transition-delay: 0.5s;
  transition: display 0.3s ease;
  /*  */
  /*  */
  /*  */
  display: block;
  margin: 0 auto;
  /*  */
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  /*  */
  opacity: 0;
  visibility: hidden;
  /*  */
  width: 100%;
  max-width: 798px;
  /*  */
}
#overlayMenu_stacks_in_504_64 .om-text {
  displa
}

#overlayMenu_stacks_in_504_64 .cssmenu ul ul {
  /*  */
  display: none;
  /*  */
  /*  */
}

#overlayMenu_stacks_in_504_64 .cssmenu>ul>li.active>ul {
  display: block;
}

#overlayMenu_stacks_in_504_64 .cssmenu>ul>li {
  transition: all 0.3s ease;
  /*  */
  opacity: 0;
  margin-left: -10%;
  /*  */
  /*  */
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li {
  opacity: 1;
  margin-left: 0%;
  transition: all 0.3s ease;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(1) {
  transition-delay: 0.2s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(2) {
  transition-delay: 0.3s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(3) {
  transition-delay: 0.4s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(4) {
  transition-delay: 0.5s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(5) {
  transition-delay: 0.6s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(6) {
  transition-delay: 0.7s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(7) {
  transition-delay: 0.8s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(8) {
  transition-delay: 0.9s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(9) {
  transition-delay: 1s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(10) {
  transition-delay: 1.1s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(11) {
  transition-delay: 1.2s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(12) {
  transition-delay: 1.3s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(13) {
  transition-delay: 1.4s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(14) {
  transition-delay: 1.5s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(15) {
  transition-delay: 1.6s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(16) {
  transition-delay: 1.7s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(17) {
  transition-delay: 1.8s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(18) {
  transition-delay: 1.9s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(19) {
  transition-delay: 2s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(20) {
  transition-delay: 2.1s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(21) {
  transition-delay: 2.2s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(22) {
  transition-delay: 2.3s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(23) {
  transition-delay: 2.4s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(24) {
  transition-delay: 2.5s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(25) {
  transition-delay: 2.6s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(26) {
  transition-delay: 2.7s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(27) {
  transition-delay: 2.8s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(28) {
  transition-delay: 2.9s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(29) {
  transition-delay: 3s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(30) {
  transition-delay: 3.1s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(31) {
  transition-delay: 3.2s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(32) {
  transition-delay: 3.3s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(33) {
  transition-delay: 3.4s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(34) {
  transition-delay: 3.5s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(35) {
  transition-delay: 3.6s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(36) {
  transition-delay: 3.7s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(37) {
  transition-delay: 3.8s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(38) {
  transition-delay: 3.9s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(39) {
  transition-delay: 4s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(40) {
  transition-delay: 4.1s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(41) {
  transition-delay: 4.2s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(42) {
  transition-delay: 4.3s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(43) {
  transition-delay: 4.4s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(44) {
  transition-delay: 4.5s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(45) {
  transition-delay: 4.6s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(46) {
  transition-delay: 4.7s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(47) {
  transition-delay: 4.8s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(48) {
  transition-delay: 4.9s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(49) {
  transition-delay: 5s;
}

#overlayMenuContainer_stacks_in_504_64.open #overlayMenu_stacks_in_504_64 .cssmenu>ul>li:nth-child(50) {
  transition-delay: 5.1s;
}

#overlayMenu_stacks_in_504_64 .cssmenu ul li {
  margin-bottom: 3px;
}

#overlayMenu_stacks_in_504_64 .cssmenu ul li:last-child {
  margin-bottom: 0;
}

#overlayMenu_stacks_in_504_64 .cssmenu ul li a {
  z-index: 2;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  color: rgba(255, 255, 254, 1.00);
  background: transparent;
  /*  */
  padding: 0px 20px;
  /*  */
  border-radius: 100px;
  font-size: 17px;
  line-height: 19px;
  /*  */
  cursor: pointer;
  /*  */
  /*  */
  background: rgba(255, 255, 255, 0.00);
  /*  */
  /*  */
}
#overlayMenu_stacks_in_504_64 .cssmenu ul li a > .om-item-title-wrap {
  /*  */
  padding: 14px 0px;
  /*  */
}

#overlayMenu_stacks_in_504_64 .cssmenu>ul>li>a:hover,
#overlayMenu_stacks_in_504_64 .cssmenu > ul > li > a[class*="current"],
#overlayMenu_stacks_in_504_64 .cssmenu > ul > li > a[id*="current"],
#overlayMenu_stacks_in_504_64 .cssmenu > ul > li > a[class*="active"],
#overlayMenu_stacks_in_504_64 .cssmenu > ul > li > a[id*="active"],
#overlayMenu_stacks_in_504_64 .cssmenu > ul > li[class*="current"] > a,
#overlayMenu_stacks_in_504_64 .cssmenu > ul > li[id*="current"] > a,
#overlayMenu_stacks_in_504_64 .cssmenu > ul > li[class*="active"] > a,
#overlayMenu_stacks_in_504_64 .cssmenu > ul > li[id*="active"] > a {
  /*  */
  color: rgba(34, 34, 34, 1.00);
  /*  */
  background: transparent;
  /*  */
  background: rgba(255, 255, 255, 0.80);
  /*  */
  /*  */
}

#overlayMenu_stacks_in_504_64 .cssmenu ul ul li {
  margin-top: 3px;
}

#overlayMenu_stacks_in_504_64 .cssmenu ul ul li:last-child {
  margin-bottom: 0;
}

#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a,
#stacks_in_504_64 .custom_list_type_container .sub_level > a {
  z-index: 2;
  position: relative;
  text-decoration: none;
  line-height: 14.161000px;
  font-size: 14.161000px;
  border-radius: 100px;
  cursor: pointer;
  /*  */

  /*  */
  padding: 0px 20px;
  /*  */
  color: rgba(255, 255, 254, 1.00);
  font-size: 17px;
  /*  */
  /*  */
  background: rgba(153, 153, 153, 0.14);
  background: linear-gradient(to right, rgba(153, 153, 153, 0.14), rgba(218, 81, 32, 0.00));
  /*  */

  /*  */
}
#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a > .om-item-title-wrap {
  /*  */

  /*  */
  padding: 14px 0px;
  /*  */

  /*  */
}

#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li > a:hover,
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li > a[class*="current"],
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li > a[id*="current"],
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li > a[class*="active"],
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li > a[id*="active"],
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li[class*="current"] > a,
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li[id*="current"] > a,
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li[class*="active"] > a,
#overlayMenu_stacks_in_504_64 .cssmenu > ul ul > li[id*="active"] > a {
  /*  */
  color: rgba(34, 34, 34, 1.00);
  /*  */
  /*  */
  background: rgba(218, 81, 32, 0.00);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.79), rgba(229, 229, 229, 0.14));
  /*  */
  /*  */
}

#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul ul ul li a {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul ul ul ul li a {
   margin-left: 45px;
  margin-right: 45px;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul ul ul ul ul li a {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul ul ul ul ul ul li a {
   margin-left: 75px;
  margin-right: 75px;
}
#overlayMenu_stacks_in_504_64 .cssmenu .custom_list_type_container .sub_level_1 {
  margin-left: 15px;
  margin-right: 15px;
}
#overlayMenu_stacks_in_504_64 .cssmenu .custom_list_type_container .sub_level_2 {
  margin-left: 30px;
  margin-right: 30px;
}
#overlayMenu_stacks_in_504_64 .cssmenu .custom_list_type_container .sub_level_3 {
  margin-left: 45px;
 margin-right: 45px;
}
#overlayMenu_stacks_in_504_64 .cssmenu .custom_list_type_container .sub_level_4 {
  margin-left: 60px;
  margin-right: 60px;
}
#overlayMenu_stacks_in_504_64 .cssmenu .custom_list_type_container .sub_level_5 {
  margin-left: 75px;
  margin-right: 75px;
}
/*  */
#overlayMenu_stacks_in_504_64 .cssmenu .custom_list_type_container .sub_level,
#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a {
  margin-right: 0px !important;
}
/*  */
/*  */
/*  */
#overlayMenu_stacks_in_504_64 .cssmenu ul li a small ,
#stacks_in_504_64 .custom_list_type_container .sub_level small {
  display: block;
  margin-top: 3px;
  line-height: 11.339000px;
  font-size: 11.339000px;
  color: rgba(34, 34, 34, 1.00);
}

/*  */

#overlayMenu_stacks_in_504_64 .cssmenu ul>li a:hover small {
  color: rgba(190, 0, 31, 1.00);
}

/*  */
#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a small,
#stacks_in_504_64 .custom_list_type_container .sub_level small {
  display: block;
  margin-top: 2px;
  /*  */
  line-height: 11.339000px;
  font-size: 11.339000px;
  color: rgba(190, 0, 31, 1.00);
  /*  */
}

#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a:hover small {
  /*  */
  color: rgba(190, 0, 31, 1.00);
  /*  */
}
#overlayMenu_stacks_in_504_64 .cssmenu ul>li a svg:first-of-type,
#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a svg:first-of-type {
  color: inherit;
  vertical-align: text-top;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul>li a svg:first-of-type {
  width: 17px;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a svg:first-of-type {
  /*  */
  width: 17px;
  /*  */
}
#overlayMenuContainer_stacks_in_504_64 .close-icon svg path,
#overlayMenuContainer_stacks_in_504_64 .close-icon i {
  fill: rgba(255, 255, 254, 1.00);
}
#overlayMenuContainer_stacks_in_504_64 .close-icon:hover svg path,
#overlayMenuContainer_stacks_in_504_64 .close-icon:hover i {
  fill: rgba(34, 34, 34, 1.00);
}
#overlayMenu_stacks_in_504_64 .cssmenu ul li a svg path,
#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a svg path {
  fill: rgba(255, 255, 254, 1.00);
  vertical-align: text-top;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul>li.has-sub>a {
  display: flex;
  /*  */
  justify-content: space-between;
  /*  */
  /*  */
  /*  */
  align-items: center;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul>li.has-sub>a:after,
#overlayMenu_stacks_in_504_64 .cssmenu ul>li.has-sub>a:before {
  display: none;
}
#overlayMenu_stacks_in_504_64 .cssmenu ul li.has-sub a svg.dropdown-open-icon, #overlayMenu_stacks_in_504_64 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  display: block;
  /*  */
  /*  */
  /*  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 17px;
  margin-top: %( 17 - 17) )%px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: visibility 0s, -webkit-transform 0.3s ease;
  transition: visibility 0s, transform 0.3s ease;
  transition: visibility 0s, transform 0.3s ease, -webkit-transform 0.3s ease;
}


#overlayMenu_stacks_in_504_64 .cssmenu ul li.has-sub a svg.dropdown-close-icon {
  /*  */
  display: none;
  /*  */
  /*  */
}
#overlayMenu_stacks_in_504_64 .cssmenu ul li.has-sub.open a svg.dropdown-close-icon {
  /*  */
  display: block;
  /*  */
  /*  */
  /*  */
}
#overlayMenu_stacks_in_504_64 .cssmenu ul li.has-sub.open a svg.dropdown-open-icon {
  display: none;
}
/*  */
#overlayMenuContainer_stacks_in_504_64 .cssmenu ul li.has-sub.open > a > svg.dropdown-open-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#overlayMenu_stacks_in_504_64 .cssmenu ul li.has-sub.open a svg.dropdown-open-icon {
  /*  */
  display: block;
  /*  */
  /*  */
  /*  */
}
#overlayMenu_stacks_in_504_64 .cssmenu ul li.has-sub.open a svg.dropdown-close-icon {
  display: none;
}
/*  */
/*  */


/*  */
/*  */
@media only screen and (max-width: 600px) {
  #overlayMenu_stacks_in_504_64 .cssmenu {
    /* max-width: 100%; */
    /*  */
  }
}
@media only screen and (max-width: 440px) {
  #overlayMenuContainer_stacks_in_504_64.hide-m, #overlayMenuToggleContainer_stacks_in_504_64.hide-m {
    display: none;
  }
}

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #overlayMenuContainer_stacks_in_504_64.hide-t, #overlayMenuToggleContainer_stacks_in_504_64.hide-t {
    display: none;
  }
}

@media only screen and (min-width: 771px) {
  #overlayMenuContainer_stacks_in_504_64.hide-d, #overlayMenuToggleContainer_stacks_in_504_64.hide-d {
    display: none;
  }
}

/*  */
@-webkit-keyframes elegantOpen {
  0% {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.300000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 1.00;
  }
}

@keyframes elegantOpen {
  0% {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.300000;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 1.00;
  }
}

@-webkit-keyframes elegantClose {
  0% {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1.00;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.700000;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0;
  }
}

@keyframes elegantClose {
  0% {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1.00;
  }
  30% {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.700000;
  }
  100% {
    width: 80px;
    height: 80px;
    border-radius: 50%;
      opacity: 0;
  }
}

/*  */



#overlayMenu_stacks_in_504_64 .cssmenu>ul>li>a.hover {
  color: rgba(34, 34, 34, 1.00);
}

#overlayMenu_stacks_in_504_64 .cssmenu>ul>li>a.hover small {
  color: rgba(34, 34, 34, 1.00);
}

#overlayMenu_stacks_in_504_64 .cssmenu>ul>li>a.hover small:hover {
  color: rgba(190, 0, 31, 1.00);
}

#overlayMenu_stacks_in_504_64 .cssmenu ul ul li a.hover {
  /*  */
  color: rgba(34, 34, 34, 1.00);
  /*  */
}

/* %[endif]% */
.target.stacks_in_504_17{    margin:0px 0px 0px 0px;}.target.stacks_in_504_17{z-index:2000;}.target.stacks_in_504_17.width-fill{width:calc(100% - 0px)}.target.stacks_in_504_17.width-flexible{width:100%}.target.stacks_in_504_17.width-fixed{width:250px}.target.stacks_in_504_17.height-fill{height:calc(100% - 0px)}.target.stacks_in_504_17.height-flexible{height:100%}.target.stacks_in_504_17.height-fixed{height:250px}.target.stacks_in_504_17[class*="relative-"].top-pt{top:0%}.target.stacks_in_504_17[class*="relative-"].top-px{top:0px}.target.stacks_in_504_17[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_504_17[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_504_17[class*="relative-"].right-pt{right:0%}.target.stacks_in_504_17[class*="relative-"].right-px{right:0px}.target.stacks_in_504_17[class*="relative-"].left-pt{left:0%}.target.stacks_in_504_17[class*="relative-"].left-px{left:0px}.target.stacks_in_504_17.shift-up{margin-top:-0px}.target.stacks_in_504_17.shift-down{margin-bottom:-0px}.target.stacks_in_504_17.shift-left{right:0px}.target.stacks_in_504_17.shift-right{left:0px}.target.stacks_in_504_17.pin-top,.target.stacks_in_504_17.pin-bottom{left:0px}.target.stacks_in_504_17.pin-left,.target.stacks_in_504_17.pin-right{top:0px}
#stacks_in_504_19 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_504_19 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_504_19 > .row.padding-detailed{padding:20.00px 0.00px 0.00px 20.00px}@media only screen and (max-width:40em){#stacks_in_504_19 > .row.padding-detailed.padding-medium-up,#stacks_in_504_19 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_504_19 > .row.padding-detailed.padding-y-medium-up,#stacks_in_504_19 > .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_504_19 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_504_19 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_504_19 {
	margin: 25px 0px 0px 20px;
}
:root {
  --multi_columns_stacks_in_504_21:minmax(65px,min-content) 1fr;
}
#multi_columns_stacks_in_504_21 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_504_21);
  grid-gap: 0px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_504_21 > div {
  min-width: 0;
}
#multi_columns_stacks_in_504_21 + .deluxe-columns {
  margin-top: 0px;
}
#multi_columns_stacks_in_504_21 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_504_21 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}


/* 1.5.0 */
#stacks_in_504_33.motion-looper-perspective {
  display: block;
  position: relative;
  z-index: 99;
}
#stacks_in_504_33 .motion-looper {
  display: block;
  opacity: 1;
}
/*  */
/**/
#stacks_in_504_33.motion-looper-perspective .motion-position {
  -webkit-perspective: 100px;
  perspective: 100px;
  position: relative;
  transform: translate(0px, 0px);
}
/* */
#stacks_in_504_33 .motion-looper.motion-on,
/*  */

#stacks_in_504_33 .motion-example {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-animation-name: motion_looper_stacks_in_504_33;
  animation-name: motion_looper_stacks_in_504_33;
  /**/
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-duration: 0.750000s;
  /**/
  /**/
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /**/
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  /**/
  /**/
  /**/
  /**/
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  /**/
  /**/
  /**/
  /**/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; /* forwards, backwards, both, none */
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  opacity: 1.000000;
  filter: blur(0px);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.000000,1.000000) skew(0deg,0deg);
}

#stacks_in_504_33 .motion-looper.motion-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#stacks_in_504_33 .motion-looper.motion-stopping {
  animation-name: motion_looper_stop_stacks_in_504_33;
  animation-duration: 300ms;
  animation-iteration-count: 1;
}
/*  */
/**/
@keyframes motion_looper_stop_stacks_in_504_33 {
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.000000,1.000000) skew(0deg,0deg);
  }
}
/**/
/**/
@keyframes motion_looper_stacks_in_504_33 {
  from {
    opacity: 1.000000;filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.000000,1.000000) skew(0deg,0deg);
  }
  0.000000% {
    opacity: 1.000000;filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.000000,1.000000) skew(0deg,0deg);
  }
  to {
    opacity: 1.000000;filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.000000,1.000000) skew(0deg ,0deg);
  }
}

/*  */
/* */
/* */
/* */
/* */
/* */
/* BigLink v1.0.3 *//* @group general */#stacks_in_504_18, #stacks_in_504_18 * {	box-sizing: border-box;}#stacks_in_504_18_wrapper:hover {	cursor: pointer !important;}#stacks_in_504_18_wrapper:active a {	top: 0 !important;}#stacks_in_504_18_wrapper a {	display: block; /* for Firefox */}#stacks_in_504_18_wrapper * {	text-decoration: none !important;}/* @end *//* @group transition *//* @end *//* @group background */#stacks_in_504_18_wrapper a #stacks_in_504_18_inner {}#stacks_in_504_18_wrapper a:visited #stacks_in_504_18_inner {}#stacks_in_504_18_wrapper a:hover #stacks_in_504_18_inner,#stacks_in_504_18_wrapper a:focus #stacks_in_504_18_inner {}#stacks_in_504_18_wrapper a:active #stacks_in_504_18_inner {}/* @end *//* @group border */#stacks_in_504_18_wrapper a #stacks_in_504_18_inner { 	border-radius: 0px; 	border-width: 0px;	border-style: solid;	border-color: rgba(255, 128, 0, 1.00);}#stacks_in_504_18_wrapper a:visited #stacks_in_504_18_inner {	border-color: rgba(128, 0, 255, 1.00);}#stacks_in_504_18_wrapper a:hover #stacks_in_504_18_inner,#stacks_in_504_18_wrapper a:focus #stacks_in_504_18_inner {	border-color: rgba(255, 0, 0, 1.00);}#stacks_in_504_18_wrapper a:active #stacks_in_504_18_inner {	border-color: rgba(0, 0, 255, 1.00);}/* @end *//* @group text *//* @end *//* @group image effects *//* @group effect static */#stacks_in_504_18_wrapper a #stacks_in_504_18_inner img {	-webkit-transition: all 300ms linear;	   -moz-transition: all 300ms linear;	     -o-transition: all 300ms linear;	        transition: all 300ms linear;}/* @end *//* @group effect visited *//* opacity and filters of the static declaration are used:   "CSS properties that can be used to style visited links are limited to color, background-color,    border-*-color, and outline-color and the color parts of the fill and stroke properties"   https://hacks.mozilla.org/2010/03/privacy-related-changes-coming-to-css-vistited/*//* @end *//* @group effect hover */#stacks_in_504_18_wrapper a:hover #stacks_in_504_18_inner img,#stacks_in_504_18_wrapper a:focus #stacks_in_504_18_inner img {	opacity: 1;	-webkit-filter: blur(0) grayscale(0) sepia(0); 	        filter: blur(0) grayscale(0) sepia(0);}/* @end *//* @group effect active */#stacks_in_504_18_wrapper a:active #stacks_in_504_18_inner img {	opacity: 1;	-webkit-filter: blur(0) grayscale(0) sepia(0); 	        filter: blur(0) grayscale(0) sepia(0);}/* @end *//* @end *//* End of BigLink */
#stacks_out_504_18 {
	margin-left:0;
}
#stacks_in_504_35 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_504_35 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_504_35 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_504_35 > .row.padding-detailed.padding-medium-up,#stacks_in_504_35 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_504_35 > .row.padding-detailed.padding-y-medium-up,#stacks_in_504_35 > .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_504_35 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_504_35 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_504_35 {
	background-color: rgba(190, 0, 4, 1.00);
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
	padding: 25px 12px 25px 12px;
}
#stacks_in_504_37{overflow:hidden}#stacks_in_504_37 hr{opacity:1.00;border-top-style:solid;border-top-width:2px;margin:0.10rem 0;}#stacks_in_504_37 hr.custom{border-color:rgba(255, 255, 254, 1.00)}

#stacks_out_504_37 {
	width: 30px;
}
/* 1.5.0 */
#stacks_in_504_39.motion-looper-perspective {
  display: block;
  position: relative;
  z-index: 99;
}
#stacks_in_504_39 .motion-looper {
  display: block;
  opacity: 1;
}
/*  */
/**/
#stacks_in_504_39.motion-looper-perspective .motion-position {
  -webkit-perspective: 100px;
  perspective: 100px;
  position: relative;
  transform: translate(0px, 0px);
}
/* */
#stacks_in_504_39 .motion-looper.motion-on,
/*  */

#stacks_in_504_39 .motion-example {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-animation-name: motion_looper_stacks_in_504_39;
  animation-name: motion_looper_stacks_in_504_39;
  /**/
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-duration: 0.750000s;
  /**/
  /**/
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  /**/
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  /**/
  /**/
  /**/
  /**/
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  /**/
  /**/
  /**/
  /**/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; /* forwards, backwards, both, none */
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  opacity: 1.000000;
  filter: blur(0px);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.630000,1.000000) skew(0deg,0deg);
}

#stacks_in_504_39 .motion-looper.motion-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#stacks_in_504_39 .motion-looper.motion-stopping {
  animation-name: motion_looper_stop_stacks_in_504_39;
  animation-duration: 300ms;
  animation-iteration-count: 1;
}
/*  */
/**/
@keyframes motion_looper_stop_stacks_in_504_39 {
  to {
    opacity: 1;
    filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.630000,1.000000) skew(0deg,0deg);
  }
}
/**/
/**/
@keyframes motion_looper_stacks_in_504_39 {
  from {
    opacity: 1.000000;filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.630000,1.000000) skew(0deg,0deg);
  }
  0.000000% {
    opacity: 1.000000;filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.630000,1.000000) skew(0deg,0deg);
  }
  to {
    opacity: 1.000000;filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.000000,1.000000) skew(0deg ,0deg);
  }
}

/*  */
/* */
/* */
/* */
/* */
/* */
#stacks_in_504_40{overflow:hidden}#stacks_in_504_40 hr{opacity:1.00;border-top-style:solid;border-top-width:2px;margin:0.10rem 0;}#stacks_in_504_40 hr.custom{border-color:rgba(255, 255, 254, 1.00)}

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

#stacks_out_504_40 {
	width: 34px;
}
#stacks_in_504_42{overflow:hidden}#stacks_in_504_42 hr{opacity:1.00;border-top-style:solid;border-top-width:2px;margin:0.10rem 0;}#stacks_in_504_42 hr.custom{border-color:rgba(255, 255, 254, 1.00)}

#stacks_out_504_42 {
	width: 30px;
}
.target.stacks_in_504_2{    margin:0px;}.target.stacks_in_504_2{z-index:1000;}.target.stacks_in_504_2.width-fill{width:calc(100% - 0px)}.target.stacks_in_504_2.width-flexible{width:100%}.target.stacks_in_504_2.width-fixed{width:250px}.target.stacks_in_504_2.height-fill{height:calc(100% - 0px)}.target.stacks_in_504_2.height-flexible{height:100%}.target.stacks_in_504_2.height-fixed{height:250px}.target.stacks_in_504_2[class*="relative-"].top-pt{top:0%}.target.stacks_in_504_2[class*="relative-"].top-px{top:0px}.target.stacks_in_504_2[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_504_2[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_504_2[class*="relative-"].right-pt{right:0%}.target.stacks_in_504_2[class*="relative-"].right-px{right:0px}.target.stacks_in_504_2[class*="relative-"].left-pt{left:0%}.target.stacks_in_504_2[class*="relative-"].left-px{left:0px}.target.stacks_in_504_2.shift-up{margin-top:-0px}.target.stacks_in_504_2.shift-down{margin-bottom:-0px}.target.stacks_in_504_2.shift-left{right:0px}.target.stacks_in_504_2.shift-right{left:0px}.target.stacks_in_504_2.pin-top,.target.stacks_in_504_2.pin-bottom{left:0px}.target.stacks_in_504_2.pin-left,.target.stacks_in_504_2.pin-right{top:0px}

#stacks_in_504_6 .assemble-wrap .assemble-panel.assembled {
  -webkit-transition: transform 2500ms ease, opacity 2500ms ease;
  transition: transform 2500ms ease, opacity 2500ms ease;
}
.assemble-wrap.assemble-bounce .assemble-panel.assembled {
  animation: assemble-bounce 2500ms linear;
}
#stacks_in_504_8 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_504_8 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_504_8 > .row.padding-detailed{padding:0.00rem 40.00px 0.00rem 0.00px}@media only screen and (max-width:40em){#stacks_in_504_8 > .row.padding-detailed.padding-medium-up,#stacks_in_504_8 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_504_8 > .row.padding-detailed.padding-y-medium-up,#stacks_in_504_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_504_8 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_504_8 > .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: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_504_72headerSpacer {
	display: block;
	width:  1px;
	height: 50px;
	background: transparent;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_504_73headerSpacer {
	display: block;
	width:  1px;
	height: 30px;
	background: transparent;
}#stacks_in_504_13{text-align:right}#stacks_in_504_13 img{max-width:140px;width:100%;height:auto}@media only screen and (min-width:641px){#stacks_in_504_13 img{max-width:140px}}@media only screen and (min-width:1024px){#stacks_in_504_13 img{max-width:190px}}

#stacks_in_504_13 {
	padding: 0px 30px 30px 50px;
}
#stacks_in_1893{padding-left:0px;padding-right:0px;}#stacks_in_1893 > .jack{margin:0px;padding:0px;border-color:#000000;border-width:0px;border-style:solid;border-radius:0px;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important}#stacks_in_1893 > .jack.proportional{aspect-ratio:16 / 9;}#stacks_in_1893 > .jack.width-minmax{min-width:100px;max-width:800px}#stacks_in_1893 > .jack.width-static{width:500px}#stacks_in_1893 > .jack.width-flexible{width:100%}#stacks_in_1893 > .jack.margin-detailed{margin:0.00px 0.00px 0.00px 0.00px}#stacks_in_1893 > .jack.padding-detailed{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_1893 > .jack.rotate{-webkit-transform:rotate(5deg);transform:rotate(5deg)}#stacks_in_1893 > .jack.border-detailed-width{border-width:0.00px 0.00px 0.00px 0.00px}#stacks_in_1893 > .jack.border-detailed-style{border-style:solid solid solid solid}#stacks_in_1893 > .jack.border-image{-o-border-image:url() 70 repeat;border-image:url() 70 repeat;border-style:solid}#stacks_in_1893 > .jack::after{border-radius:0px}#stacks_in_1893 > .jack.border-detailed-radius,#stacks_in_1893 > .jack.border-detailed-radius::after{border-radius:0.00px 0.00px 0.00px 0.00px}#stacks_in_1893 > .jack.bg-animate{-webkit-animation:animatedJackBackgroundtoRight 200s linear infinite;animation:animatedJackBackgroundtoRight 200s linear infinite}#stacks_in_1893 > .jack.bg-color{background-color:#89C5FF}#stacks_in_1893 > .jack.bg-gradient{background-color:#89C5FF}#stacks_in_1893 > .jack.bg-image:not(.glass){background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_1893 > .jack.bg-image:not(.glass).bg-size-static{background-size:300px}#stacks_in_1893 > .jack.bg-image:not(.glass).bg-size-fluid{background-size:100%}#stacks_in_1893 > .jack.bg-image:not(.glass).bg-warehouse{background-image:url()}#stacks_in_1893 > .jack.bg-image:not(.glass).bg-fallback{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_1893 > .jack.bg-image:not(.glass){}#stacks_in_1893 > .jack.bg-image:not(.glass).bg-warehouse{}}#stacks_in_1893 > .jack.bg-image.glass.after,#stacks_in_1893 > .glass.jack.bg-image::after{opacity:0.100;background-attachment:scroll;background-clip:padding-box !important;background-origin:padding-box !important;padding:0px;background-image:url();background-repeat:repeat;background-position:left top;}#stacks_in_1893 > .jack.bg-image.glass.after.padding-detailed,#stacks_in_1893 > .glass.padding-detailed.jack.bg-image::after{padding:0.00px 0.00px 0.00px 0.00px}#stacks_in_1893 > .jack.bg-image.glass.after.bg-size-static,#stacks_in_1893 > .glass.bg-size-static.jack.bg-image::after{background-size:300px}#stacks_in_1893 > .jack.bg-image.glass.after.bg-size-fluid,#stacks_in_1893 > .glass.bg-size-fluid.jack.bg-image::after{background-size:100%}#stacks_in_1893 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_1893 > .glass.bg-warehouse.jack.bg-image::after{background-image:url()}#stacks_in_1893 > .jack.bg-image.glass.after.bg-fallback,#stacks_in_1893 > .glass.bg-fallback.jack.bg-image::after{background-color:#CCCCCC}@media only screen and (min-width:40.063em){#stacks_in_1893 > .jack.bg-image.glass.after,#stacks_in_1893 > .glass.jack.bg-image::after{}#stacks_in_1893 > .jack.bg-image.glass.after.bg-warehouse,#stacks_in_1893 > .glass.bg-warehouse.jack.bg-image::after{}}#stacks_in_1893 > .jack.drop-shadow{-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,0.20);box-shadow:0px 10px 30px 0px rgba(0,0,0,0.20)}#stacks_in_1893 > .jack.inset-shadow{-webkit-box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_1893 > .jack.drop-shadow.inset-shadow{-webkit-box-shadow:0px 10px 30px 0px rgba(0,0,0,0.20),inset 0px 0px 6px 2px rgba(0,0,0,0.50);box-shadow:0px 10px 30px 0px rgba(0,0,0,0.20),inset 0px 0px 6px 2px rgba(0,0,0,0.50)}#stacks_in_1893 > .jack.corner-shadow.corner-shadow-left::before{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);left:10px;-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}#stacks_in_1893 > .jack.corner-shadow.corner-shadow-right::after{max-width:300px;bottom:15px;-webkit-box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);box-shadow:0px 15px 10px 0px rgba(119,119,119,0.99);right:10px;left:auto;-webkit-transform:rotate(3deg);transform:rotate(3deg)}#stacks_in_1893 > .jack.peek-shadow::before,#stacks_in_1893 > .jack.peek-shadow::after{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);box-shadow:0px 0px 20px 0px rgba(0,0,0,0.80);top:0%;bottom:0%;left:5px;right:5px;border-radius:100px / 10px}#stacks_in_1893 > .jack.peek-shadow::after{right:5px;left:auto;-webkit-transform:skew(8deg) rotate(3deg);transform:skew(8deg) rotate(3deg)}#stacks_in_1893 > .jack{overflow:visible;}#stacks_in_1893 > .jack.height-static{height:100px}#stacks_in_1893 > .jack.height-minmax{min-height:100px;max-height:800px}
#stacks_in_1896{overflow:visible !important}#stacks_in_1896 > .impact-animate{animation-duration:2000ms;animation-delay:0ms}
#stacks_in_1898 .fg-content.fg-full-height{height:100%}#stacks_in_1898 .slides-container{margin:0}#stacks_in_1898 .slides-container > li{margin:0}#stacks_in_1898 .slides-container > li::before,#stacks_in_1898 .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_1898 .slides-container.ovl-color li::before{background-color:rgba(34, 34, 34, 0.15)}#stacks_in_1898 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1898 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1898 .impact-wrapper{z-index:0}#stacks_in_1898 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1898 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1898 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1898 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_1898 .impact-wrapper.flexible-height{height:60vh;min-height:600px;width:100%;min-width:100%}#stacks_in_1898 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1898 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1898 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1898 .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_1898 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1898 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_1898 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1898 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1898 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1898 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1898 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1898 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1898 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1898 .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_1898 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(34, 34, 34, 0.15)}#stacks_in_1898 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1898 .impact-container{z-index:5}#stacks_in_1898 .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_1898 .scrollDown{transform:scale(0.70)}}#stacks_in_1898 .scrollDown.button-bottom{bottom:30px}#stacks_in_1898 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_1898 .scrollDown.hide-on-mob{display:none}}#stacks_in_1898 .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_1898 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_1898 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1898 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1898 .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_1898 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_1898 .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_1898 .slides-pagination > a{transition:all 3000ms ease}#stacks_in_1898 .slides-pagination > a.current{transition:all 3000ms ease}
#stacks_in_1900 .impact-slide{background-image:url("../files/slideshowImage-1900.jpg")}.slide-stacks_in_1900 .impact-container.v-bottom{bottom:15%}.slide-stacks_in_1900 .impact-container.h-right{right:0px}.slide-stacks_in_1900 .impact-container.h-left{left:0px}.slide-stacks_in_1900 .impact-container.v-top{top:15%}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1902headerSpacer {
	display: block;
	width:  1px;
	height: 140px;
	background: transparent;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1903headerSpacer {
	display: block;
	width:  1px;
	height: 180px;
	background: transparent;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1904headerSpacer {
	display: block;
	width:  1px;
	height: 250px;
	background: transparent;
}#stacks_in_1905 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1905 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1905 > .row.padding-detailed{padding:0.00rem 10.00% 0.00rem 13.00%}@media only screen and (max-width:40em){#stacks_in_1905 > .row.padding-detailed.padding-medium-up,#stacks_in_1905 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1905 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1905 > .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_1905 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1905 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1894 h1,#stacks_in_1894 .hTxt:not(.segment) div{font-size:3.70rem}@media all and (max-width:640px){#stacks_in_1894 h1,#stacks_in_1894 .hTxt:not(.segment) div{font-size:1.70rem}}@media only screen and (min-width:0px){#stacks_in_1894 h1,#stacks_in_1894 div{line-height:1.30}}

#stacks_in_1895 div,#stacks_in_1895 .hTxt:not(.segment) div{font-size:3.70rem}@media all and (max-width:640px){#stacks_in_1895 div,#stacks_in_1895 .hTxt:not(.segment) div{font-size:1.70rem}}@media only screen and (min-width:0px){#stacks_in_1895 div,#stacks_in_1895 div{line-height:1.30}}


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

#stacks_in_2120 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_2123 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2123 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2123 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2123 > .row.padding-detailed.padding-medium-up,#stacks_in_2123 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2123 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2123 > .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_2123 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2123 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

         #stacks_in_2125>.button.b-p,#stacks_in_2125>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2125>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2125>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2125 .button.b-p.expand-large:not(.icon-only),#stacks_in_2125>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            #stacks_in_2125 .button.b-p{font-size:1.20rem}#stacks_in_2125 .button.b-p.icon-only{width:calc(1.20rem + 0.50rem);height:calc(1.20rem + 0.50rem)}#stacks_in_2125 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.20rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_2125 .button.b-p{font-size:1.00rem}#stacks_in_2125 .button.b-p.icon-only{width:calc(1.00rem + 0.50rem);height:calc(1.00rem + 0.50rem)}#stacks_in_2125 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.00rem + 0.50rem)}} 
  #stacks_in_2125 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2125 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2125 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(190, 0, 31, 1.00)}#stacks_in_2125 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2125 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(34, 34, 34, 1.00);}     
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1918_2headerSpacer {
	display: block;
	width:  1px;
	height: 50px;
	background: transparent;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1918_3headerSpacer {
	display: block;
	width:  1px;
	height: 100px;
	background: transparent;
}#stacks_in_1919 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1919 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1919 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1919 > .row.padding-detailed.padding-medium-up,#stacks_in_1919 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1919 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1919 > .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_1919 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1919 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1921 h2,#stacks_in_1921 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_1921 h2,#stacks_in_1921 .hTxt:not(.segment) div{font-size:1.70rem}}@media only screen and (min-width:0px){#stacks_in_1921 h2,#stacks_in_1921 div{line-height:1.30}}


#stacks_in_1921 {
	margin: 0px 0px 20px 0px;
}
@media only screen and (min-width:0px){#stacks_in_2050{}}


#stacks_in_2050 {
	margin: 0px 0px 40px 0px;
}
/*
1.3.0.2
- add ability to use manually imported icon font (item stack)
- updated woff2 file, old file was causing odd display bugs
*/
@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(listify-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(listify-files/MaterialIcons-2021.woff2) format('woff2'),
    url(listify-files/MaterialIcons-Regular.woff) format('woff'),
    url(listify-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("listify-files/ionicons.eot?v=2.0.1");src:url("listify-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("listify-files/ionicons.ttf?v=2.0.1") format("truetype"),url("listify-files/ionicons.woff?v=2.0.1") format("woff"),url("listify-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}

#listify_stacks_in_1957 {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. */
  /**
 * Remove default margin. */
  /* HTML5 display definitions
 * ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11. */
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
  /* Links
 * ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10. */
  /**
 * Improve readability of focused elements when they are also in an
 * active/hover state. */
  /* Text-level semantics
 * ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in Safari and Chrome. */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome. */
  /**
 * Address styling not present in IE 8/9. */
  /**
 * Address inconsistent and variable font size in all browsers. */
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  /* Embedded content
 * ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10. */
  /**
 * Correct overflow not hidden in IE 9/10/11. */
  /* Grouping content
 * ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari. */
  /**
 * Address differences between Firefox and other browsers. */
  /**
 * Contain overflow in all browsers. */
  /**
 * Address odd `em`-unit font size rendering in all browsers. */
  /* Forms
 * ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11. */
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector */
  /**
 * Re-set default cursor for disabled elements. */
  /**
 * Remove inner padding and border in Firefox 4+. */
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
  /**
 * Define consistent border, margin, and padding. */
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11. */
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
  /* Tables
 * ========================================================================== */
  /**
 * Remove most spacing between table cells. */
  /**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`. */
  /**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox. */
  /**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll. */
  /* .w-lightbox-content */
  /*
 * 1. Remove default margin set by user-agent on the <figure> element. */
  /**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling. */
  /**
 * 1. Reset if style is set by user on "All Images" */
  /*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) */
  /**
 * 1. All IE versions add extra space at the bottom without this. */
  /*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior. */
  /*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track. */
  /*
 * Utility classes */ }
  #listify_stacks_in_1957 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  #listify_stacks_in_1957 body {
    margin: 0; }
  #listify_stacks_in_1957 article, #listify_stacks_in_1957 aside, #listify_stacks_in_1957 details, #listify_stacks_in_1957 figcaption, #listify_stacks_in_1957 figure, #listify_stacks_in_1957 footer, #listify_stacks_in_1957 header, #listify_stacks_in_1957 hgroup, #listify_stacks_in_1957 main, #listify_stacks_in_1957 menu, #listify_stacks_in_1957 nav, #listify_stacks_in_1957 section, #listify_stacks_in_1957 summary {
    display: block; }
  #listify_stacks_in_1957 audio, #listify_stacks_in_1957 canvas, #listify_stacks_in_1957 progress, #listify_stacks_in_1957 video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  #listify_stacks_in_1957 audio:not([controls]) {
    display: none;
    height: 0; }
  #listify_stacks_in_1957 [hidden], #listify_stacks_in_1957 template {
    display: none; }
  #listify_stacks_in_1957 a {
    background-color: transparent; }
    #listify_stacks_in_1957 a:active, #listify_stacks_in_1957 a:hover {
      outline: 0; }
  #listify_stacks_in_1957 abbr[title] {
    border-bottom: 1px dotted; }
  #listify_stacks_in_1957 b, #listify_stacks_in_1957 strong {
    font-weight: bold; }
  #listify_stacks_in_1957 dfn {
    font-style: italic; }
  #listify_stacks_in_1957 h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #listify_stacks_in_1957 mark {
    background: #ff0;
    color: #000; }
  #listify_stacks_in_1957 small {
    font-size: 80%; }
  #listify_stacks_in_1957 sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #listify_stacks_in_1957 sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  #listify_stacks_in_1957 sub {
    bottom: -0.25em; }
  #listify_stacks_in_1957 img {
    border: 0; }
  #listify_stacks_in_1957 svg:not(:root) {
    overflow: hidden; }
  #listify_stacks_in_1957 figure {
    margin: 1em 40px; }
  #listify_stacks_in_1957 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #listify_stacks_in_1957 pre {
    overflow: auto; }
  #listify_stacks_in_1957 code, #listify_stacks_in_1957 kbd, #listify_stacks_in_1957 pre, #listify_stacks_in_1957 samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  #listify_stacks_in_1957 button, #listify_stacks_in_1957 input, #listify_stacks_in_1957 optgroup, #listify_stacks_in_1957 select, #listify_stacks_in_1957 textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }
  #listify_stacks_in_1957 button {
    overflow: visible;
    text-transform: none; }
  #listify_stacks_in_1957 select {
    text-transform: none; }
  #listify_stacks_in_1957 button, #listify_stacks_in_1957 html input[type="button"], #listify_stacks_in_1957 input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }
  #listify_stacks_in_1957 button[disabled], #listify_stacks_in_1957 html input[disabled] {
    cursor: default; }
  #listify_stacks_in_1957 button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #listify_stacks_in_1957 input {
    line-height: normal; }
    #listify_stacks_in_1957 input::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #listify_stacks_in_1957 input[type="checkbox"], #listify_stacks_in_1957 input[type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
      /* 2 */ }
    #listify_stacks_in_1957 input[type="number"]::-webkit-inner-spin-button, #listify_stacks_in_1957 input[type="number"]::-webkit-outer-spin-button {
      height: auto; }
    #listify_stacks_in_1957 input[type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 2 */ }
      #listify_stacks_in_1957 input[type="search"]::-webkit-search-cancel-button, #listify_stacks_in_1957 input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none; }
  #listify_stacks_in_1957 fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #listify_stacks_in_1957 legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }
  #listify_stacks_in_1957 textarea {
    overflow: auto; }
  #listify_stacks_in_1957 optgroup {
    font-weight: bold; }
  #listify_stacks_in_1957 table {
    border-collapse: collapse;
    border-spacing: 0; }
  #listify_stacks_in_1957 td, #listify_stacks_in_1957 th {
    padding: 0; }

@font-face {
  #listify_stacks_in_1957 {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
    font-weight: normal;
    font-style: normal; } }
  #listify_stacks_in_1957 [class^="w-icon-"], #listify_stacks_in_1957 [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #listify_stacks_in_1957 .w-icon-slider-right:before {
    content: "\e600"; }
  #listify_stacks_in_1957 .w-icon-slider-left:before {
    content: "\e601"; }
  #listify_stacks_in_1957 .w-icon-nav-menu:before {
    content: "\e602"; }
  #listify_stacks_in_1957 .w-icon-arrow-down:before, #listify_stacks_in_1957 .w-icon-dropdown-toggle:before {
    content: "\e603"; }
  #listify_stacks_in_1957 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #listify_stacks_in_1957 html {
    height: 100%; }
  #listify_stacks_in_1957 body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }
  #listify_stacks_in_1957 img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block; }
  #listify_stacks_in_1957 html.w-mod-touch * {
    background-attachment: scroll !important; }
  #listify_stacks_in_1957 .w-block {
    display: block; }
  #listify_stacks_in_1957 .w-inline-block {
    max-width: 100%;
    display: inline-block; }
  #listify_stacks_in_1957 .w-clearfix:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1957 .w-clearfix:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1957 .w-preserve-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #listify_stacks_in_1957 .w-hidden {
    display: none; }
  #listify_stacks_in_1957 .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0; }
  #listify_stacks_in_1957 input.w-button {
    -webkit-appearance: button; }
  #listify_stacks_in_1957 html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important; }
  #listify_stacks_in_1957 .w-webflow-badge {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: none;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1.0;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
    color: #AAADB0 !important;
    background-color: #fff !important;
    border-radius: 3px !important;
    padding: 6px 8px 6px 6px !important;
    font-size: 12px !important;
    opacity: 1.0 !important;
    line-height: 14px !important;
    text-decoration: none !important;
    transform: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); }
    #listify_stacks_in_1957 .w-webflow-badge * {
      position: static;
      left: auto;
      top: auto;
      right: auto;
      bottom: auto;
      z-index: auto;
      display: block;
      visibility: visible;
      overflow: visible;
      overflow-x: visible;
      overflow-y: visible;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: auto;
      height: auto;
      max-height: none;
      max-width: none;
      min-height: 0;
      min-width: 0;
      margin: 0;
      padding: 0;
      float: none;
      clear: none;
      border: 0 none transparent;
      border-radius: 0;
      background: none;
      background-image: none;
      background-position: 0% 0%;
      background-size: auto auto;
      background-repeat: repeat;
      background-origin: padding-box;
      background-clip: border-box;
      background-attachment: scroll;
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      opacity: 1.0;
      -webkit-transform: none;
              transform: none;
      -webkit-transition: none;
      transition: none;
      direction: ltr;
      font-family: inherit;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-style: inherit;
      font-variant: inherit;
      text-align: inherit;
      letter-spacing: inherit;
      text-decoration: inherit;
      text-indent: 0;
      text-transform: inherit;
      list-style-type: disc;
      text-shadow: none;
      font-smoothing: auto;
      vertical-align: baseline;
      cursor: inherit;
      white-space: inherit;
      word-break: normal;
      word-spacing: normal;
      word-wrap: normal; }
    #listify_stacks_in_1957 .w-webflow-badge > img {
      display: inline-block !important;
      visibility: visible !important;
      opacity: 1 !important;
      vertical-align: middle !important; }
  #listify_stacks_in_1957 h1, #listify_stacks_in_1957 h2, #listify_stacks_in_1957 h3, #listify_stacks_in_1957 h4, #listify_stacks_in_1957 h5, #listify_stacks_in_1957 h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  #listify_stacks_in_1957 h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px; }
  #listify_stacks_in_1957 h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px; }
  #listify_stacks_in_1957 h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px; }
  #listify_stacks_in_1957 h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  #listify_stacks_in_1957 h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
  #listify_stacks_in_1957 h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px; }
  #listify_stacks_in_1957 p {
    margin-top: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1957 a:focus {
    outline: 0; }
  #listify_stacks_in_1957 blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px; }
  #listify_stacks_in_1957 figure {
    margin: 0;
    margin-bottom: 10px; }
  #listify_stacks_in_1957 figcaption {
    margin-top: 5px;
    text-align: center; }
  #listify_stacks_in_1957 ul, #listify_stacks_in_1957 ol {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px; }
  #listify_stacks_in_1957 .w-list-unstyled {
    padding-left: 0;
    list-style: none; }
  #listify_stacks_in_1957 .w-embed:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1957 .w-embed:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1957 .w-video {
    width: 100%;
    position: relative;
    padding: 0; }
    #listify_stacks_in_1957 .w-video iframe, #listify_stacks_in_1957 .w-video object, #listify_stacks_in_1957 .w-video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #listify_stacks_in_1957 fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #listify_stacks_in_1957 button, #listify_stacks_in_1957 html input[type="button"], #listify_stacks_in_1957 input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button; }
  #listify_stacks_in_1957 .w-form {
    margin: 0 0 15px; }
  #listify_stacks_in_1957 .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd; }
  #listify_stacks_in_1957 .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede; }
  #listify_stacks_in_1957 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  #listify_stacks_in_1957 .w-input, #listify_stacks_in_1957 .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc; }
  #listify_stacks_in_1957 .w-input:-moz-placeholder, #listify_stacks_in_1957 .w-select:-moz-placeholder {
    color: #999; }
  #listify_stacks_in_1957 .w-input::-moz-placeholder, #listify_stacks_in_1957 .w-select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  #listify_stacks_in_1957 .w-input:-ms-input-placeholder, #listify_stacks_in_1957 .w-select:-ms-input-placeholder, #listify_stacks_in_1957 .w-input::-webkit-input-placeholder, #listify_stacks_in_1957 .w-select::-webkit-input-placeholder {
    color: #999; }
  #listify_stacks_in_1957 .w-input:focus, #listify_stacks_in_1957 .w-select:focus {
    border-color: #3898EC;
    outline: 0; }
  #listify_stacks_in_1957 .w-input[disabled], #listify_stacks_in_1957 .w-select[disabled], #listify_stacks_in_1957 .w-input[readonly], #listify_stacks_in_1957 .w-select[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1957 fieldset[disabled] .w-input, #listify_stacks_in_1957 fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #listify_stacks_in_1957 textarea.w-input, #listify_stacks_in_1957 textarea.w-select {
    height: auto; }
  #listify_stacks_in_1957 .w-select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f3f3f3));
    background-image: linear-gradient(white 0%, #f3f3f3 100%); }
    #listify_stacks_in_1957 .w-select[multiple] {
      height: auto; }
  #listify_stacks_in_1957 .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0px; }
  #listify_stacks_in_1957 .w-checkbox, #listify_stacks_in_1957 .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px; }
  #listify_stacks_in_1957 .w-checkbox:before, #listify_stacks_in_1957 .w-radio:before, #listify_stacks_in_1957 .w-checkbox:after, #listify_stacks_in_1957 .w-radio:after {
    content: " ";
    display: table; }
  #listify_stacks_in_1957 .w-checkbox:after, #listify_stacks_in_1957 .w-radio:after {
    clear: both; }
  #listify_stacks_in_1957 .w-checkbox-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px; }
  #listify_stacks_in_1957 .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #listify_stacks_in_1957 .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px; }
    #listify_stacks_in_1957 .w-container:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1957 .w-container:after {
      content: " ";
      display: table;
      clear: both; }
    #listify_stacks_in_1957 .w-container .w-row {
      margin-left: -10px;
      margin-right: -10px; }
  #listify_stacks_in_1957 .w-row:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1957 .w-row:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1957 .w-row .w-row {
    margin-left: 0;
    margin-right: 0; }
  #listify_stacks_in_1957 .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    #listify_stacks_in_1957 .w-col .w-col {
      padding-left: 0;
      padding-right: 0; }
  #listify_stacks_in_1957 .w-col-1 {
    width: 8.33333333%; }
  #listify_stacks_in_1957 .w-col-2 {
    width: 16.66666667%; }
  #listify_stacks_in_1957 .w-col-3 {
    width: 25%; }
  #listify_stacks_in_1957 .w-col-4 {
    width: 33.33333333%; }
  #listify_stacks_in_1957 .w-col-5 {
    width: 41.66666667%; }
  #listify_stacks_in_1957 .w-col-6 {
    width: 50%; }
  #listify_stacks_in_1957 .w-col-7 {
    width: 58.33333333%; }
  #listify_stacks_in_1957 .w-col-8 {
    width: 66.66666667%; }
  #listify_stacks_in_1957 .w-col-9 {
    width: 75%; }
  #listify_stacks_in_1957 .w-col-10 {
    width: 83.33333333%; }
  #listify_stacks_in_1957 .w-col-11 {
    width: 91.66666667%; }
  #listify_stacks_in_1957 .w-col-12 {
    width: 100%; }
  #listify_stacks_in_1957 .w-hidden-main {
    display: none !important; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1957 .w-container {
      max-width: 728px; }
    #listify_stacks_in_1957 .w-hidden-main {
      display: inherit !important; }
    #listify_stacks_in_1957 .w-hidden-medium {
      display: none !important; }
    #listify_stacks_in_1957 .w-col-medium-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1957 .w-col-medium-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1957 .w-col-medium-3 {
      width: 25%; }
    #listify_stacks_in_1957 .w-col-medium-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1957 .w-col-medium-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1957 .w-col-medium-6 {
      width: 50%; }
    #listify_stacks_in_1957 .w-col-medium-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1957 .w-col-medium-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1957 .w-col-medium-9 {
      width: 75%; }
    #listify_stacks_in_1957 .w-col-medium-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1957 .w-col-medium-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1957 .w-col-medium-12 {
      width: 100%; }
    #listify_stacks_in_1957 .w-col-stack {
      width: 100%;
      left: auto;
      right: auto; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1957 .w-hidden-main, #listify_stacks_in_1957 .w-hidden-medium {
      display: inherit !important; }
    #listify_stacks_in_1957 .w-hidden-small {
      display: none !important; }
    #listify_stacks_in_1957 .w-row, #listify_stacks_in_1957 .w-container .w-row {
      margin-left: 0;
      margin-right: 0; }
    #listify_stacks_in_1957 .w-col {
      width: 100%;
      left: auto;
      right: auto; }
    #listify_stacks_in_1957 .w-col-small-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1957 .w-col-small-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1957 .w-col-small-3 {
      width: 25%; }
    #listify_stacks_in_1957 .w-col-small-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1957 .w-col-small-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1957 .w-col-small-6 {
      width: 50%; }
    #listify_stacks_in_1957 .w-col-small-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1957 .w-col-small-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1957 .w-col-small-9 {
      width: 75%; }
    #listify_stacks_in_1957 .w-col-small-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1957 .w-col-small-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1957 .w-col-small-12 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1957 .w-container {
      max-width: none; }
    #listify_stacks_in_1957 .w-hidden-main, #listify_stacks_in_1957 .w-hidden-medium, #listify_stacks_in_1957 .w-hidden-small {
      display: inherit !important; }
    #listify_stacks_in_1957 .w-hidden-tiny {
      display: none !important; }
    #listify_stacks_in_1957 .w-col {
      width: 100%; }
    #listify_stacks_in_1957 .w-col-tiny-1 {
      width: 8.33333333%; }
    #listify_stacks_in_1957 .w-col-tiny-2 {
      width: 16.66666667%; }
    #listify_stacks_in_1957 .w-col-tiny-3 {
      width: 25%; }
    #listify_stacks_in_1957 .w-col-tiny-4 {
      width: 33.33333333%; }
    #listify_stacks_in_1957 .w-col-tiny-5 {
      width: 41.66666667%; }
    #listify_stacks_in_1957 .w-col-tiny-6 {
      width: 50%; }
    #listify_stacks_in_1957 .w-col-tiny-7 {
      width: 58.33333333%; }
    #listify_stacks_in_1957 .w-col-tiny-8 {
      width: 66.66666667%; }
    #listify_stacks_in_1957 .w-col-tiny-9 {
      width: 75%; }
    #listify_stacks_in_1957 .w-col-tiny-10 {
      width: 83.33333333%; }
    #listify_stacks_in_1957 .w-col-tiny-11 {
      width: 91.66666667%; }
    #listify_stacks_in_1957 .w-col-tiny-12 {
      width: 100%; } }
  #listify_stacks_in_1957 .w-widget {
    position: relative; }
  #listify_stacks_in_1957 .w-widget-map {
    width: 100%;
    height: 400px; }
    #listify_stacks_in_1957 .w-widget-map label {
      width: auto;
      display: inline; }
    #listify_stacks_in_1957 .w-widget-map img {
      max-width: inherit; }
    #listify_stacks_in_1957 .w-widget-map .gm-style-iw {
      width: 90% !important;
      height: auto !important;
      top: 7px !important;
      left: 6% !important;
      display: inline;
      text-align: center;
      overflow: hidden; }
      #listify_stacks_in_1957 .w-widget-map .gm-style-iw + div {
        display: none; }
  #listify_stacks_in_1957 .w-widget-twitter {
    overflow: hidden; }
  #listify_stacks_in_1957 .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px; }
    #listify_stacks_in_1957 .w-widget-twitter-count-shim * {
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    #listify_stacks_in_1957 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
      position: relative;
      font-size: 15px;
      line-height: 12px;
      text-align: center;
      color: #999;
      font-family: serif; }
    #listify_stacks_in_1957 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
      position: relative;
      display: block; }
    #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--large {
      width: 36px;
      height: 28px;
      margin-left: 7px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px; }
    #listify_stacks_in_1957 .w-widget-twitter-count-shim:not(.w--vertical) {
      margin-left: 5px;
      margin-right: 8px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim:not(.w--vertical):before, #listify_stacks_in_1957 .w-widget-twitter-count-shim:not(.w--vertical):after {
        top: 50%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-color: rgba(117, 134, 150, 0);
        border-right-color: #5d6c7b;
        border-width: 4px;
        margin-left: -9px;
        margin-top: -4px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-left: -10px;
        margin-top: -5px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: white;
        border-width: 4px;
        margin-left: -8px;
        margin-top: -4px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-left: -9px;
        margin-top: -5px; }
    #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--vertical {
      width: 61px;
      height: 33px;
      margin-bottom: 8px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--vertical:before, #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--vertical:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--vertical:before {
        border-color: rgba(117, 134, 150, 0);
        border-top-color: #5d6c7b;
        border-width: 5px;
        margin-left: -5px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--vertical:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: white;
        border-width: 4px;
        margin-left: -4px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px; }
      #listify_stacks_in_1957 .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px; }
  #listify_stacks_in_1957 .w-widget-gplus {
    overflow: hidden; }
  #listify_stacks_in_1957 .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white; }
    #listify_stacks_in_1957 .w-background-video > video {
      background-size: cover;
      background-position: 50% 50%;
      position: absolute;
      right: -100%;
      bottom: -100%;
      top: -100%;
      left: -100%;
      margin: auto;
      min-width: 100%;
      min-height: 100%;
      z-index: -100; }
  #listify_stacks_in_1957 .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  #listify_stacks_in_1957 .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap; }
  #listify_stacks_in_1957 .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left; }
  #listify_stacks_in_1957 .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    #listify_stacks_in_1957 .w-slider-nav.w-round > div {
      border-radius: 100%; }
    #listify_stacks_in_1957 .w-slider-nav.w-num > div {
      width: auto;
      height: auto;
      padding: 0.2em 0.5em;
      font-size: inherit;
      line-height: inherit; }
    #listify_stacks_in_1957 .w-slider-nav.w-shadow > div {
      -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
      box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
  #listify_stacks_in_1957 .w-slider-nav-invert {
    color: #fff; }
    #listify_stacks_in_1957 .w-slider-nav-invert > div {
      background-color: rgba(34, 34, 34, 0.4); }
      #listify_stacks_in_1957 .w-slider-nav-invert > div.w-active {
        background-color: #222; }
  #listify_stacks_in_1957 .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin: 0 3px 0.5em;
    -webkit-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms; }
    #listify_stacks_in_1957 .w-slider-dot.w-active {
      background-color: #fff; }
  #listify_stacks_in_1957 .w-slider-arrow-left, #listify_stacks_in_1957 .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #listify_stacks_in_1957 .w-slider-arrow-left [class^="w-icon-"], #listify_stacks_in_1957 .w-slider-arrow-right [class^="w-icon-"], #listify_stacks_in_1957 .w-slider-arrow-left [class*=" w-icon-"], #listify_stacks_in_1957 .w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute; }
  #listify_stacks_in_1957 .w-slider-arrow-left {
    z-index: 3;
    right: auto; }
  #listify_stacks_in_1957 .w-slider-arrow-right {
    z-index: 4;
    left: auto; }
  #listify_stacks_in_1957 .w-icon-slider-left, #listify_stacks_in_1957 .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1957 .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900; }
  #listify_stacks_in_1957 .w-dropdown-btn, #listify_stacks_in_1957 .w-dropdown-toggle, #listify_stacks_in_1957 .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap; }
  #listify_stacks_in_1957 .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px; }
    #listify_stacks_in_1957 .w-dropdown-toggle:focus {
      outline: 0; }
  #listify_stacks_in_1957 .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em; }
  #listify_stacks_in_1957 .w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%; }
    #listify_stacks_in_1957 .w-dropdown-list.w--open {
      display: block; }
  #listify_stacks_in_1957 .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222; }
    #listify_stacks_in_1957 .w-dropdown-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1957 .w-nav[data-collapse="all"] .w-dropdown, #listify_stacks_in_1957 .w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block; }
  #listify_stacks_in_1957 .w-nav[data-collapse="all"] .w-dropdown-list {
    position: static; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1957 .w-nav[data-collapse="medium"] .w-dropdown, #listify_stacks_in_1957 .w-nav[data-collapse="medium"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1957 .w-nav[data-collapse="medium"] .w-dropdown-list {
      position: static; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1957 .w-nav[data-collapse="small"] .w-dropdown, #listify_stacks_in_1957 .w-nav[data-collapse="small"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1957 .w-nav[data-collapse="small"] .w-dropdown-list {
      position: static; }
    #listify_stacks_in_1957 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1957 .w-nav[data-collapse="tiny"] .w-dropdown, #listify_stacks_in_1957 .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
      display: block; }
    #listify_stacks_in_1957 .w-nav[data-collapse="tiny"] .w-dropdown-list {
      position: static; } }
  #listify_stacks_in_1957 .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    outline: 0;
    /* 1 */
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    /* 2 */
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1957 .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #listify_stacks_in_1957 .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden; }
  #listify_stacks_in_1957 .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0; }
    #listify_stacks_in_1957 .w-lightbox-view:before {
      content: "";
      height: 100vh; }
  #listify_stacks_in_1957 .w-lightbox-group {
    height: 86vh; }
    #listify_stacks_in_1957 .w-lightbox-group .w-lightbox-view {
      height: 86vh; }
      #listify_stacks_in_1957 .w-lightbox-group .w-lightbox-view:before {
        height: 86vh; }
  #listify_stacks_in_1957 .w-lightbox-frame, #listify_stacks_in_1957 .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle; }
  #listify_stacks_in_1957 .w-lightbox-figure {
    position: relative;
    margin: 0;
    /* 1 */ }
  #listify_stacks_in_1957 .w-lightbox-group .w-lightbox-figure {
    cursor: pointer; }
  #listify_stacks_in_1957 .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none; }
  #listify_stacks_in_1957 .w-lightbox-image {
    display: block;
    float: none;
    /* 1 */
    max-width: 100vw;
    max-height: 100vh; }
  #listify_stacks_in_1957 .w-lightbox-group .w-lightbox-image {
    max-height: 86vh; }
  #listify_stacks_in_1957 .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #listify_stacks_in_1957 .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #listify_stacks_in_1957 .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s; }
  #listify_stacks_in_1957 .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  #listify_stacks_in_1957 .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
  #listify_stacks_in_1957 .w-lightbox-close {
    right: 0;
    height: 2.6em;
    /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px; }
  #listify_stacks_in_1957 .w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    /* 1 */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
  #listify_stacks_in_1957 .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    /* 2 */ }
  #listify_stacks_in_1957 .w-lightbox-active {
    opacity: .3; }
  #listify_stacks_in_1957 .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden; }
  #listify_stacks_in_1957 .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0; }
  #listify_stacks_in_1957 .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  #listify_stacks_in_1957 .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  #listify_stacks_in_1957 .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear; }
    #listify_stacks_in_1957 .w-lightbox-spinner:after {
      content: "";
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      border: 3px solid transparent;
      border-bottom-color: #fff;
      border-radius: 50%; }
  #listify_stacks_in_1957 .w-lightbox-hide {
    display: none; }
  #listify_stacks_in_1957 .w-lightbox-noscroll {
    overflow: hidden; }
  @media (min-width: 768px) {
    #listify_stacks_in_1957 {
      /* .w-lightbox-content */ }
      #listify_stacks_in_1957 .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh; }
      #listify_stacks_in_1957 .w-lightbox-view {
        height: 96vh; }
        #listify_stacks_in_1957 .w-lightbox-view:before {
          height: 96vh; }
      #listify_stacks_in_1957 .w-lightbox-group {
        height: 84vh; }
        #listify_stacks_in_1957 .w-lightbox-group .w-lightbox-view {
          height: 84vh; }
          #listify_stacks_in_1957 .w-lightbox-group .w-lightbox-view:before {
            height: 84vh; }
      #listify_stacks_in_1957 .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh; }
      #listify_stacks_in_1957 .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh; }
      #listify_stacks_in_1957 .w-lightbox-left, #listify_stacks_in_1957 .w-lightbox-right {
        display: block;
        opacity: .5; }
      #listify_stacks_in_1957 .w-lightbox-close {
        opacity: .8; }
      #listify_stacks_in_1957 .w-lightbox-control:hover {
        opacity: 1; } }
  #listify_stacks_in_1957 .w-lightbox-inactive {
    opacity: 0; }
    #listify_stacks_in_1957 .w-lightbox-inactive:hover {
      opacity: 0; }
  #listify_stacks_in_1957 .w-richtext:before {
    content: " ";
    display: table; }
  #listify_stacks_in_1957 .w-richtext:after {
    content: " ";
    display: table;
    clear: both; }
  #listify_stacks_in_1957 .w-richtext ol, #listify_stacks_in_1957 .w-richtext ul {
    overflow: hidden; }
  #listify_stacks_in_1957 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before, #listify_stacks_in_1957 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before, #listify_stacks_in_1957 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, #listify_stacks_in_1957 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7; }
  #listify_stacks_in_1957 .w-richtext figure {
    position: relative;
    max-width: 60%; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-figure-type-video > div:before, #listify_stacks_in_1957 .w-richtext figure[data-rt-type="video"] > div:before {
      content: '';
      position: absolute;
      display: none;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    #listify_stacks_in_1957 .w-richtext figure > div:before {
      cursor: default !important; }
    #listify_stacks_in_1957 .w-richtext figure img {
      cursor: default !important;
      width: 100%; }
    #listify_stacks_in_1957 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
      opacity: 0.6; }
    #listify_stacks_in_1957 .w-richtext figure div {
      /* fix incorrectly sized selection border in the data manager */
      font-size: 0px;
      color: transparent; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-figure-type-image, #listify_stacks_in_1957 .w-richtext figure[data-rt-type="image"] {
      display: table; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-figure-type-image > div, #listify_stacks_in_1957 .w-richtext figure[data-rt-type="image"] > div {
      display: inline-block; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-figure-type-image > figcaption, #listify_stacks_in_1957 .w-richtext figure[data-rt-type="image"] > figcaption {
      display: table-caption;
      caption-side: bottom; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-figure-type-video, #listify_stacks_in_1957 .w-richtext figure[data-rt-type="video"] {
      width: 60%;
      height: 0; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-figure-type-video iframe, #listify_stacks_in_1957 .w-richtext figure[data-rt-type="video"] iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-figure-type-video > div, #listify_stacks_in_1957 .w-richtext figure[data-rt-type="video"] > div {
      width: 100%; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-center {
      margin-right: auto;
      margin-left: auto;
      clear: both; }
      #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
        max-width: 100%; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-normal {
      clear: both; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-fullwidth {
      width: 100%;
      max-width: 100%;
      text-align: center;
      clear: both;
      display: block;
      margin-right: auto;
      margin-left: auto; }
      #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-fullwidth > div {
        display: inline-block;
        /* padding-bottom is used for aspect ratios in video figures
           *  we want the div to inherit that so hover/selection borders in the designer-canvas
           *  fit right */
        padding-bottom: inherit; }
      #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
        display: block; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-floatleft {
      float: left;
      margin-right: 15px;
      clear: none; }
    #listify_stacks_in_1957 .w-richtext figure.w-richtext-align-floatright {
      float: right;
      margin-left: 15px;
      clear: none; }
  #listify_stacks_in_1957 .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000; }
    #listify_stacks_in_1957 .w-nav:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1957 .w-nav:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1957 .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333; }
  #listify_stacks_in_1957 .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    #listify_stacks_in_1957 .w-nav-link.w--current {
      color: #0082f3; }
  #listify_stacks_in_1957 .w-nav-menu {
    position: relative;
    float: right; }
  #listify_stacks_in_1957 .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px; }
  #listify_stacks_in_1957 .w--nav-link-open {
    display: block;
    position: relative; }
  #listify_stacks_in_1957 .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%; }
    #listify_stacks_in_1957 .w-nav-overlay .w--nav-menu-open {
      top: 0; }
  #listify_stacks_in_1957 .w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1957 .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1957 .w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1957 .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0; }
  #listify_stacks_in_1957 .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #listify_stacks_in_1957 .w-nav-button.w--open {
      background-color: #C8C8C8;
      color: white; }
  #listify_stacks_in_1957 .w-nav[data-collapse="all"] .w-nav-menu {
    display: none; }
  #listify_stacks_in_1957 .w-nav[data-collapse="all"] .w-nav-button {
    display: block; }
  @media screen and (max-width: 991px) {
    #listify_stacks_in_1957 .w-nav[data-collapse="medium"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1957 .w-nav[data-collapse="medium"] .w-nav-button {
      display: block; } }
  @media screen and (max-width: 767px) {
    #listify_stacks_in_1957 .w-nav[data-collapse="small"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1957 .w-nav[data-collapse="small"] .w-nav-button {
      display: block; }
    #listify_stacks_in_1957 .w-nav-brand {
      padding-left: 10px; } }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1957 .w-nav[data-collapse="tiny"] .w-nav-menu {
      display: none; }
    #listify_stacks_in_1957 .w-nav[data-collapse="tiny"] .w-nav-button {
      display: block; } }
  #listify_stacks_in_1957 .w-tabs {
    position: relative; }
    #listify_stacks_in_1957 .w-tabs:before {
      content: " ";
      display: table; }
    #listify_stacks_in_1957 .w-tabs:after {
      content: " ";
      display: table;
      clear: both; }
  #listify_stacks_in_1957 .w-tab-menu {
    position: relative; }
  #listify_stacks_in_1957 .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd; }
    #listify_stacks_in_1957 .w-tab-link.w--current {
      background-color: #C8C8C8; }
  #listify_stacks_in_1957 .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden; }
  #listify_stacks_in_1957 .w-tab-pane {
    position: relative;
    display: none; }
  #listify_stacks_in_1957 .w--tab-active {
    display: block; }
  @media screen and (max-width: 479px) {
    #listify_stacks_in_1957 .w-tab-link {
      display: block; } }
  #listify_stacks_in_1957 .w-ix-emptyfix:after {
    content: ""; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #listify_stacks_in_1957 .w-dyn-empty {
    padding: 10px;
    background-color: #dddddd; }
  #listify_stacks_in_1957 .w-dyn-bind-empty, #listify_stacks_in_1957 .w-condition-invisible {
    display: none !important; }

.list-container {
  margin-top: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.section {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
  position: absolute;
  padding-bottom: 0px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
  .section.main {
    display: none; }

.container {
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center; }

#listify_stacks_in_1957 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  */
  width: 100%;
  /*  */
  /*  */ }
  #listify_stacks_in_1957 .list {
    overflow: hidden;
    margin: 15px 20px 15px 20px;
    padding: 10px 0px 10px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1957 .list-item {
    list-style-type: none;
    margin-bottom: 5px; }
    #listify_stacks_in_1957 .list-item ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
      /*  */
      padding-left: 15px;
      padding-right: 0;
      /*  */
      /*  */ }
    #listify_stacks_in_1957 .list-item a {
      cursor: pointer;
      text-decoration: none; }
  #listify_stacks_in_1957 .list-item-inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0px auto 0px auto;
    padding: 8px 0px 8px 0px;
    border-radius: 5px;
    /*  */
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    /*  */
    /*  */
    /*  */
    /*  */ }
  #listify_stacks_in_1957 .list-item-icon {
    flex: 0 auto;
    -ms-flex: 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    vertical-align: middle;
    padding: 6px;
    line-height: 1;
    border-radius: 50px;
    /*  */
    margin-right: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /*  */
    /*  */
    align-self: flex-start;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    background: rgba(190, 0, 4, 1.00);
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1957 .list-item-icon.hide-icon {
      display: none; }
  #listify_stacks_in_1957 .list-item-icon i {
    color: rgba(255, 255, 254, 1.00);
    font-size: 22px;
    vertical-align: middle;
    /*  */ }
  #listify_stacks_in_1957 .list-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-row-align: center;
        align-self: center;
    word-wrap: break-word;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    color: rgba(0, 0, 0, 1.00);
    font-size: 18px;
    line-height: 24px;
    font-family: inherit;
    /*  */
    font-family: "Barlow Condensed";
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */ }
    #listify_stacks_in_1957 .list-item-text.hide-text {
      display: none; }

/*  */
/*  */
#listify_stacks_in_1957 .list-item-inner {
  margin: 15px 20px 15px 20px; }

@media only screen and (max-width: 440px) {
  #listify_stacks_in_1957.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listify_stacks_in_1957.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listify_stacks_in_1957.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1958.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1958.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1958.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1958.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1960.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1960.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1960.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1960.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1964.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1964.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1964.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1964.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1966.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1966.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1966.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1966.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1968.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1968.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1968.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1968.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1970.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1970.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1970.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1970.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_2030.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_2030.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_2030.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_2030.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1976.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1976.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1976.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1976.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1978.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1978.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1978.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1978.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1980.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1980.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1980.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1980.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_2128.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_2128.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_2128.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_2128.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1995.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1995.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1995.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1995.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_1999.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_1999.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_1999.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_1999.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_2032.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_2032.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_2032.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_2032.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_2036.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_2036.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_2036.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_2036.hide-d {
    display: none; } }

/*  */
#listifyItem_stacks_in_2040.list-item a.no-link {
  /*  */
  pointer-events: none !important;
  cursor: default;
  /*  */ }

/*  */
/*  */
/*  */
@media only screen and (max-width: 440px) {
  #listifyItem_stacks_in_2040.hide-m {
    display: none; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #listifyItem_stacks_in_2040.hide-t {
    display: none; } }

@media only screen and (min-width: 771px) {
  #listifyItem_stacks_in_2040.hide-d {
    display: none; } }

/*  */
#stacks_in_2057 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2057 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2057 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2057 > .row.padding-detailed.padding-medium-up,#stacks_in_2057 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2057 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2057 > .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_2057 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2057 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_2057 {
	background-color: rgba(190, 0, 4, 1.00);
	padding: 50px 0px 0px 0px;
}
#stacks_in_2056 h2,#stacks_in_2056 .hTxt:not(.segment) div{font-size:2.50rem}@media all and (max-width:640px){#stacks_in_2056 h2,#stacks_in_2056 .hTxt:not(.segment) div{font-size:1.70rem}}@media only screen and (min-width:0px){#stacks_in_2056 h2,#stacks_in_2056 div{line-height:1.30}}


#stacks_in_2056 {
	margin: 0px 0px 20px 0px;
}
@media only screen and (min-width:0px){#stacks_in_2063{}}


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

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

         #stacks_in_2067>.button.b-p,#stacks_in_2067>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2067>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2067>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2067 .button.b-p.expand-large:not(.icon-only),#stacks_in_2067>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            #stacks_in_2067 .button.b-p{font-size:1.20rem}#stacks_in_2067 .button.b-p.icon-only{width:calc(1.20rem + 0.50rem);height:calc(1.20rem + 0.50rem)}#stacks_in_2067 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.20rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_2067 .button.b-p{font-size:1.00rem}#stacks_in_2067 .button.b-p.icon-only{width:calc(1.00rem + 0.50rem);height:calc(1.00rem + 0.50rem)}#stacks_in_2067 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.00rem + 0.50rem)}} 
  #stacks_in_2067 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2067 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2067 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(34, 34, 34, 1.00)}#stacks_in_2067 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2067 .button.b-p:not(.bp-hover):hover{color:rgba(34, 34, 34, 1.00)!important; background-color:rgba(255, 255, 255, 1.00);}     
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_2076headerSpacer {
	display: block;
	width:  1px;
	height: 25px;
	background: transparent;
}
         #stacks_in_2070>.button.b-p,#stacks_in_2070>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2070>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2070>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_2070 .button.b-p.expand-large:not(.icon-only),#stacks_in_2070>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
            #stacks_in_2070 .button.b-p{font-size:1.20rem}#stacks_in_2070 .button.b-p.icon-only{width:calc(1.20rem + 0.50rem);height:calc(1.20rem + 0.50rem)}#stacks_in_2070 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.20rem + 0.50rem)}@media all and (max-width:640px){#stacks_in_2070 .button.b-p{font-size:1.00rem}#stacks_in_2070 .button.b-p.icon-only{width:calc(1.00rem + 0.50rem);height:calc(1.00rem + 0.50rem)}#stacks_in_2070 .button.b-p.icon-only .bp-glyph:before{line-height:calc(1.00rem + 0.50rem)}} 
  #stacks_in_2070 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2070 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2070 .button.b-p{color:rgba(34, 34, 34, 1.00);background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2070 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2070 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(34, 34, 34, 1.00);}     
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_2073_2headerSpacer {
	display: block;
	width:  1px;
	height: 50px;
	background: transparent;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_2073_3headerSpacer {
	display: block;
	width:  1px;
	height: 100px;
	background: transparent;
}#stacks_in_1880_3 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1880_3 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1880_3 > .row.padding-detailed{padding:0.00px 0.00rem 20.00px 0.00rem}@media only screen and (max-width:40em){#stacks_in_1880_3 > .row.padding-detailed.padding-medium-up,#stacks_in_1880_3 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1880_3 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1880_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_1880_3 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1880_3 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1880_3 {
	background-color: rgba(26, 40, 47, 1.00);
}

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

#stacks_in_1880_166 {
	margin: 60px 0px 20px 0px;
}
@media only screen and (min-width:0px){#stacks_in_1880_34 div,#stacks_in_1880_34 div{line-height:1.10}}#stacks_in_1880_34 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:500.00px){#stacks_in_1880_34 div{font-size:1.00rem!important}}@media only screen and (min-width:500.00px) and (max-width:1000.00px){#stacks_in_1880_34 div{font-size:1.00rem!important}}@media only screen and (min-width:1000.00px) and (max-width:2000.00px){#stacks_in_1880_34 div{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1880_34 div{font-size:1.50rem!important}}
#stacks_in_1880_40 p,#stacks_in_1880_40 div{margin-bottom:0}#stacks_in_1880_40 p,#stacks_in_1880_40 div,#stacks_in_1880_40 ul,#stacks_in_1880_40 ol,#stacks_in_1880_40 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_40 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_40 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_40,#stacks_in_1880_40 div,#stacks_in_1880_40 p,#stacks_in_1880_40 ol,#stacks_in_1880_40 ul li,#stacks_in_1880_40 ol li,#stacks_in_1880_40 ol,#stacks_in_1880_40 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_40,#stacks_in_1880_40 div,#stacks_in_1880_40 p,#stacks_in_1880_40 ol,#stacks_in_1880_40 ul li,#stacks_in_1880_40 ol li,#stacks_in_1880_40 ol,#stacks_in_1880_40 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_40{}}


#stacks_in_1880_40 {
	margin: 20px 0px 35px 0px;
}
@media only screen and (min-width:0px){#stacks_in_1880_147 div,#stacks_in_1880_147 div{line-height:1.10}}#stacks_in_1880_147 div,#stacks_in_1880_147 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_147 div a,#stacks_in_1880_147 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_147 div a:hover,#stacks_in_1880_147 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_1880_147 small,#stacks_in_1880_147 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_1880_147 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:500.00px){#stacks_in_1880_147 div{font-size:1.00rem!important}}@media only screen and (min-width:500.00px) and (max-width:1000.00px){#stacks_in_1880_147 div{font-size:1.00rem!important}}@media only screen and (min-width:1000.00px) and (max-width:2000.00px){#stacks_in_1880_147 div{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1880_147 div{font-size:1.50rem!important}}
#stacks_in_1880_170 p,#stacks_in_1880_170 div{margin-bottom:0}#stacks_in_1880_170 p,#stacks_in_1880_170 div,#stacks_in_1880_170 ul,#stacks_in_1880_170 ol,#stacks_in_1880_170 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_170 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_170 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_170,#stacks_in_1880_170 div,#stacks_in_1880_170 p,#stacks_in_1880_170 ol,#stacks_in_1880_170 ul li,#stacks_in_1880_170 ol li,#stacks_in_1880_170 ol,#stacks_in_1880_170 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_170,#stacks_in_1880_170 div,#stacks_in_1880_170 p,#stacks_in_1880_170 ol,#stacks_in_1880_170 ul li,#stacks_in_1880_170 ol li,#stacks_in_1880_170 ol,#stacks_in_1880_170 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_170{}}


#stacks_in_1880_170 {
	margin: 20px 0px 35px 0px;
}
@media only screen and (min-width:0px){#stacks_in_1880_16 div,#stacks_in_1880_16 div{line-height:1.10}}#stacks_in_1880_16 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:500.00px){#stacks_in_1880_16 div{font-size:1.00rem!important}}@media only screen and (min-width:500.00px) and (max-width:1000.00px){#stacks_in_1880_16 div{font-size:1.00rem!important}}@media only screen and (min-width:1000.00px) and (max-width:2000.00px){#stacks_in_1880_16 div{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1880_16 div{font-size:1.50rem!important}}
#stacks_in_1880_22 p,#stacks_in_1880_22 div{margin-bottom:0}#stacks_in_1880_22 p,#stacks_in_1880_22 div,#stacks_in_1880_22 ul,#stacks_in_1880_22 ol,#stacks_in_1880_22 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_22 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_22 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_22,#stacks_in_1880_22 div,#stacks_in_1880_22 p,#stacks_in_1880_22 ol,#stacks_in_1880_22 ul li,#stacks_in_1880_22 ol li,#stacks_in_1880_22 ol,#stacks_in_1880_22 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_22,#stacks_in_1880_22 div,#stacks_in_1880_22 p,#stacks_in_1880_22 ol,#stacks_in_1880_22 ul li,#stacks_in_1880_22 ol li,#stacks_in_1880_22 ol,#stacks_in_1880_22 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_22{}}


#stacks_in_1880_22 {
	margin: 20px 0px 35px 0px;
}
@media only screen and (min-width:0px){#stacks_in_1880_131_2 div,#stacks_in_1880_131_2 div{line-height:1.10}}#stacks_in_1880_131_2 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:500.00px){#stacks_in_1880_131_2 div{font-size:1.00rem!important}}@media only screen and (min-width:500.00px) and (max-width:1000.00px){#stacks_in_1880_131_2 div{font-size:1.00rem!important}}@media only screen and (min-width:1000.00px) and (max-width:2000.00px){#stacks_in_1880_131_2 div{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1880_131_2 div{font-size:1.50rem!important}}
#stacks_in_1880_131_7 p,#stacks_in_1880_131_7 div{margin-bottom:0}#stacks_in_1880_131_7 p,#stacks_in_1880_131_7 div,#stacks_in_1880_131_7 ul,#stacks_in_1880_131_7 ol,#stacks_in_1880_131_7 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_131_7 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_131_7 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_131_7,#stacks_in_1880_131_7 div,#stacks_in_1880_131_7 p,#stacks_in_1880_131_7 ol,#stacks_in_1880_131_7 ul li,#stacks_in_1880_131_7 ol li,#stacks_in_1880_131_7 ol,#stacks_in_1880_131_7 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_131_7,#stacks_in_1880_131_7 div,#stacks_in_1880_131_7 p,#stacks_in_1880_131_7 ol,#stacks_in_1880_131_7 ul li,#stacks_in_1880_131_7 ol li,#stacks_in_1880_131_7 ol,#stacks_in_1880_131_7 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_131_7{}}


#stacks_in_1880_131_7 {
	margin: 20px 0px 35px 0px;
}
@media only screen and (min-width:0px){#stacks_in_1880_25 div,#stacks_in_1880_25 div{line-height:1.10}}#stacks_in_1880_25 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:500.00px){#stacks_in_1880_25 div{font-size:1.00rem!important}}@media only screen and (min-width:500.00px) and (max-width:1000.00px){#stacks_in_1880_25 div{font-size:1.00rem!important}}@media only screen and (min-width:1000.00px) and (max-width:2000.00px){#stacks_in_1880_25 div{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1880_25 div{font-size:1.50rem!important}}
#stacks_in_1880_31 p,#stacks_in_1880_31 div{margin-bottom:0}#stacks_in_1880_31 p,#stacks_in_1880_31 div,#stacks_in_1880_31 ul,#stacks_in_1880_31 ol,#stacks_in_1880_31 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_31 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_31 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_31,#stacks_in_1880_31 div,#stacks_in_1880_31 p,#stacks_in_1880_31 ol,#stacks_in_1880_31 ul li,#stacks_in_1880_31 ol li,#stacks_in_1880_31 ol,#stacks_in_1880_31 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_31,#stacks_in_1880_31 div,#stacks_in_1880_31 p,#stacks_in_1880_31 ol,#stacks_in_1880_31 ul li,#stacks_in_1880_31 ol li,#stacks_in_1880_31 ol,#stacks_in_1880_31 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_31{}}


#stacks_in_1880_31 {
	margin: 20px 0px 35px 0px;
}
@media only screen and (min-width:0px){#stacks_in_1880_132_2 div,#stacks_in_1880_132_2 div{line-height:1.10}}#stacks_in_1880_132_2 div.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}
@media only screen and (max-width:500.00px){#stacks_in_1880_132_2 div{font-size:1.00rem!important}}@media only screen and (min-width:500.00px) and (max-width:1000.00px){#stacks_in_1880_132_2 div{font-size:1.00rem!important}}@media only screen and (min-width:1000.00px) and (max-width:2000.00px){#stacks_in_1880_132_2 div{font-size:1.20rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1880_132_2 div{font-size:1.50rem!important}}
#stacks_in_1880_132_7 p,#stacks_in_1880_132_7 div{margin-bottom:0}#stacks_in_1880_132_7 p,#stacks_in_1880_132_7 div,#stacks_in_1880_132_7 ul,#stacks_in_1880_132_7 ol,#stacks_in_1880_132_7 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_132_7 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_132_7 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_132_7,#stacks_in_1880_132_7 div,#stacks_in_1880_132_7 p,#stacks_in_1880_132_7 ol,#stacks_in_1880_132_7 ul li,#stacks_in_1880_132_7 ol li,#stacks_in_1880_132_7 ol,#stacks_in_1880_132_7 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_132_7,#stacks_in_1880_132_7 div,#stacks_in_1880_132_7 p,#stacks_in_1880_132_7 ol,#stacks_in_1880_132_7 ul li,#stacks_in_1880_132_7 ol li,#stacks_in_1880_132_7 ol,#stacks_in_1880_132_7 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_132_7{}}


#stacks_in_1880_132_7 {
	margin: 20px 0px 35px 0px;
}
#stacks_in_1880_139_2 p,#stacks_in_1880_139_2 div,#stacks_in_1880_139_2 ul,#stacks_in_1880_139_2 ol,#stacks_in_1880_139_2 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_139_2 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_139_2 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_139_2,#stacks_in_1880_139_2 div,#stacks_in_1880_139_2 p,#stacks_in_1880_139_2 ol,#stacks_in_1880_139_2 ul li,#stacks_in_1880_139_2 ol li,#stacks_in_1880_139_2 ol,#stacks_in_1880_139_2 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_139_2,#stacks_in_1880_139_2 div,#stacks_in_1880_139_2 p,#stacks_in_1880_139_2 ol,#stacks_in_1880_139_2 ul li,#stacks_in_1880_139_2 ol li,#stacks_in_1880_139_2 ol,#stacks_in_1880_139_2 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_139_2{}}

#stacks_in_1880_129_2 p,#stacks_in_1880_129_2 div{margin-bottom:0}#stacks_in_1880_129_2 p,#stacks_in_1880_129_2 div,#stacks_in_1880_129_2 ul,#stacks_in_1880_129_2 ol,#stacks_in_1880_129_2 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_129_2 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_129_2 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_129_2,#stacks_in_1880_129_2 div,#stacks_in_1880_129_2 p,#stacks_in_1880_129_2 ol,#stacks_in_1880_129_2 ul li,#stacks_in_1880_129_2 ol li,#stacks_in_1880_129_2 ol,#stacks_in_1880_129_2 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_129_2,#stacks_in_1880_129_2 div,#stacks_in_1880_129_2 p,#stacks_in_1880_129_2 ol,#stacks_in_1880_129_2 ul li,#stacks_in_1880_129_2 ol li,#stacks_in_1880_129_2 ol,#stacks_in_1880_129_2 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_129_2{}}


#stacks_in_1880_129_2 {
	margin: 0px 0px 35px 0px;
}
#stacks_in_1880_138_2 p,#stacks_in_1880_138_2 div,#stacks_in_1880_138_2 ul,#stacks_in_1880_138_2 ol,#stacks_in_1880_138_2 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_138_2 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1880_138_2 a:hover{color:rgba(255, 255, 255, 0.50)}#stacks_in_1880_138_2,#stacks_in_1880_138_2 div,#stacks_in_1880_138_2 p,#stacks_in_1880_138_2 ol,#stacks_in_1880_138_2 ul li,#stacks_in_1880_138_2 ol li,#stacks_in_1880_138_2 ol,#stacks_in_1880_138_2 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1880_138_2,#stacks_in_1880_138_2 div,#stacks_in_1880_138_2 p,#stacks_in_1880_138_2 ol,#stacks_in_1880_138_2 ul li,#stacks_in_1880_138_2 ol li,#stacks_in_1880_138_2 ol,#stacks_in_1880_138_2 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1880_138_2{}}


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

#stacks_in_1880_173 {
	padding: 0px 20px 40px 20px;
}
#stacks_in_1880_115 a{display:block}#stacks_in_1880_115 img{}#stacks_in_1880_115 img{max-width:100px}@media only screen and (min-width:641px){#stacks_in_1880_115 img{max-width:150px}}@media only screen and (min-width:1024px){#stacks_in_1880_115 img{max-width:180px}}
#stacks_in_1880_177 a{display:block}#stacks_in_1880_177 img{}#stacks_in_1880_177 img{max-width:100px}@media only screen and (min-width:641px){#stacks_in_1880_177 img{max-width:150px}}@media only screen and (min-width:1024px){#stacks_in_1880_177 img{max-width:180px}}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_1880_178headerSpacer {
	display: block;
	width:  1px;
	height: 20px;
	background: transparent;
}#stacks_in_1880_145 a{display:block}#stacks_in_1880_145 img{}#stacks_in_1880_145 img{max-width:35px}@media only screen and (min-width:641px){#stacks_in_1880_145 img{max-width:35px}}@media only screen and (min-width:1024px){#stacks_in_1880_145 img{max-width:35px}}

/* START ICONZ CSS */

#stacks_in_1880_144 i {
	font-size: 1em;
	line-height: normal !important;
	
	color: #666666 !important;
	
	text-align:center;
}






#stacks_in_1880_144 {
	text-align: center;
}

#stacks_in_1880_144 a{
	text-decoration: none;
}


	
		#stacks_in_1880_144 a i:hover{
			color: #757575 !important;
		}
		
		
	




#stacks_in_1880_144 .stacks_in_1880_144quicklook{
	display: none;
	text-align: left;
	background: #F1F9F7;
	padding: 10px;
	border: 1px solid #D8E2E0;
	margin-top: 10px;
	color: #1D9D74 !important;
}
#stacks_in_1880_144 .stacks_in_1880_144quicklook i{
	font-size: 1em !important;
	line-height: normal !important;
	color: #1D9D74 !important;
	background: none !important;
}
#stacks_in_1880_144 .stacks_in_1880_144quicklook i:before{
	background: none !important;
}

/* END ICONS CSS */      
 
#stacks_in_1880_144 {
	margin: 0px 0px 0px 15px;
}
