/*
 * com.bwd.lib.sectionspro
 */

.sections-stack.s-pro.eq-height,.sections-stack.s-pro.eq-height > .shear-wrapper{margin-top:0 !important}.sections-stack.s-pro.top-margin-none{margin-top:0}.sections-stack.s-pro.bot-margin-none{margin-bottom:0}.sections-stack.s-pro .inner-content{position:relative}.sections-stack.s-pro .content-wrapper.fill-content{height:100%}.sections-stack.s-pro .content-wrapper > .content{margin:0;padding:0}.sections-stack.s-pro .shear-inner::before,.sections-stack.s-pro .shear-inner::after{-webkit-box-sizing:border-box !important;box-sizing:border-box !important;pointer-events:none !important;position:absolute;top:0;height:100%;left:0;width:100%;content:""}.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.full-height,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner > .inner-content.v-center,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.fixed-height > .inner-content{overflow:visible !important}


/*
 * animate
 */

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


.com_joeworkman_stacks_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)}}
.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}
 .sections-box--stack .s-box>.s-box-content{position:relative}.sections-box--stack.box-3d{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.sections-box--stack.box-pos.sbox-h-center{margin-left:auto!important;margin-right:auto!important}.sections-box--stack.box-pos.sbox-h-right{margin-right:0!important;margin-left:auto!important}.sections-box--stack.box-pos>.s-box{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.sections-box--stack.box-pos>.s-box>.s-box-content{position:relative;width:100%}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-top{-ms-flex-item-align:start;align-self:flex-start}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-center{-ms-flex-item-align:center;align-self:center}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-bottom{-ms-flex-item-align:end;align-self:flex-end}.sections-box--stack.box-abs-inline{position:absolute!important;display:inline-block;width:auto!important}.sections-box--stack.box-abs{position:absolute!important;max-width:100%;max-height:100%}.sections-box--stack.box-abs.sbox-top{top:0}.sections-box--stack.box-abs.sbox-h-left{left:0;right:auto}.sections-box--stack.box-abs.sbox-h-right{right:0;left:auto}.sections-box--stack.box-abs.sbox-v-bottom{bottom:0;top:auto}.sections-box--stack.box-abs.sbox-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs.sbox-h-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sections-box--stack.box-abs.sbox-v-center.sbox-h-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sections-box--stack.box-abs.size-content{height:auto!important}.sections-box--stack.box-abs.size-content>.s-box{position:relative}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-bottom{position:absolute;bottom:0;left:0;width:100%}.sections-box--stack .box-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.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}
.target_stack.width-fill{width:100%}.target_stack.width-auto{width:auto}.target_stack.position-browser{position:fixed !important}.target_stack.position-absolute{position:absolute !important}.target_stack.position-body{position:absolute !important}.target_stack.position-right{float:right}.target_stack.position-left{float:left}.target_stack.vcenter{top:0;height:100%}.target_stack.vcenter > .com_joeworkman_stacks_target_stack{position:relative;top:50%;transform:translateY(-50%)}.target_stack.hcenter > .com_joeworkman_stacks_target_stack{position:relative;left:50%;transform:translateX(-50%)}.target_stack.hcenter.vcenter > .com_joeworkman_stacks_target_stack{transform:translateX(-50%) translateY(-50%)}@media only screen and (min-width:40em){.target_stack.target-small-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important}.target_stack.target-small-only > .com_joeworkman_stacks_target_stack{left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important}}@media only screen and (max-width:39.9375em){.target_stack.disable-small{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important}.target_stack.disable-small > .com_joeworkman_stacks_target_stack{left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important}}@media only screen and (max-width:62.5em){.target_stack.disable-medium{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important}.target_stack.disable-medium > .com_joeworkman_stacks_target_stack{left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important}}
.com_joeworkman_stacks_fontawesome_stack .jw-wrapper{margin:0;text-align:left}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-center{text-align:center}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-right{text-align:right}.com_joeworkman_stacks_fontawesome_stack i.fa,.com_joeworkman_stacks_fontawesome_stack .fa-stack{-webkit-transition:color 300ms ease 0s;transition:color 300ms ease 0s}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-spin,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-spin{padding:0.2em;-webkit-box-sizing:content-box;box-sizing:content-box}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-45,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-45{padding:0.2em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-135,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-135{padding:0.2em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-225,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-225{padding:0.2em;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-315,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-315{padding:0.2em;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-border{padding:0}.com_joeworkman_stacks_fontawesome_stack a{text-decoration:none}

.vegas-wrapper,.vegas-overlay,.vegas-timer,.vegas-slide,.vegas-slide-inner{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container > .vegas-timer,body.vegas-container > .vegas-overlay,body.vegas-container > .vegas-slide{position:fixed;z-index:-1}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}
.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.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}}
.blu-wrap.bwd{overflow:visible}.blu-wrap.bwd>.blueprint-col{padding-top:.1px;padding-bottom:.1px}.blu-wrap.bwd>.blueprint-col,.blu-wrap.bwd>.blueprint-col>.blucol-content{position:relative}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"].has-z{z-index:1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]::before{z-index:-1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]:not(.full-ovl)::after{z-index:-1}.blu-wrap.bwd>.blueprint-col .blu-cf::before,.blu-wrap.bwd>.blueprint-col .blu-cf::after{content:" ";display:table}.blu-wrap.bwd>.blueprint-col .blu-cf::after{clear:both}.blu-wrap.bwd>.blueprint-col>.blu-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.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}


 .font-vault-1 > a, .font-vault-1,.font-vault-1 > li, .fontpro-stacks_in_1257326_81{font-style:normal;font-weight:400;font-family:"Poppins",sans-serif }

 .font-vault-2 > a, .font-vault-2,.font-vault-2 > li, .fontpro-stacks_in_1257326_82{font-style:normal;font-weight:200;font-family:"Poppins",sans-serif }

 .font-vault-3 > a, .font-vault-3,.font-vault-3 > li, .fontpro-stacks_in_1257326_83{font-style:normal;font-weight:600;font-family:"Poppins",sans-serif }

 .font-vault-4 > a, .font-vault-4,.font-vault-4 > li, .fontpro-stacks_in_1257326_84{font-style:normal;font-weight:200;font-family:"Montserrat",sans-serif }

 .font-vault-5 > a, .font-vault-5,.font-vault-5 > li, .fontpro-stacks_in_1257326_85{font-style:normal;font-weight:400;font-family:"Montserrat Alternates",sans-serif }

 .font-vault-6 > a, .font-vault-6,.font-vault-6 > li, .fontpro-stacks_in_1257326_86{font-style:normal;font-weight:600;font-family:"Montserrat Alternates",sans-serif }

 .font-vault-7 > a, .font-vault-7,.font-vault-7 > li, .fontpro-stacks_in_1257326_87{font-style:normal;font-weight:400;font-family:"Bree Serif",sans-serif }

@font-face{font-family:Roboto Slab;font-style:normal;font-weight:normal;src:url("../resources/fonts/Roboto_Slab/RobotoSlab-Regular.ttf") format("woff")}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:bold;src:url("../resources/fonts/Roboto_Slab/RobotoSlab-Bold.ttf") format("woff")}
 .font-vault-8 > a, .font-vault-8,.font-vault-8 > li, .fontpro-stacks_in_1257326_88{font-family:"Roboto Slab",serif }


 .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_1257326_89{line-height:1.45 ;letter-spacing:0.02em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.80rem ; }
     .font-style-1>br,.font-style-1>br > li,.font-style-1 > *>br, .fontpro-stacks_in_1257326_89 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_1257326_89{font-size:0.90rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_1257326_89{font-size:1.00rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_1257326_89{font-size:1.20rem }} 

 .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_1257326_90{line-height:1.45 ;letter-spacing:0.02em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; }
     .font-style-2>br,.font-style-2>br > li,.font-style-2 > *>br, .fontpro-stacks_in_1257326_90 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:40.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_1257326_90{font-size:1.00rem }} 
  @media only screen and (min-width:49.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_1257326_90{font-size:1.10rem }} 
  @media only screen and (min-width:64.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_1257326_90{font-size:1.30rem }} 

 .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_1257326_91{line-height:1.40 ;letter-spacing:0.04em ;word-spacing:0.06em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.00rem ; }
     .font-style-3>br,.font-style-3>br > li,.font-style-3 > *>br, .fontpro-stacks_in_1257326_91 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:40.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_1257326_91{font-size:1.20rem }} 
  @media only screen and (min-width:49.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_1257326_91{font-size:1.30rem }} 
  @media only screen and (min-width:64.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_1257326_91{font-size:1.40rem }} 

 .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_1257326_92{line-height:1.10 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.40rem ; color:rgba(0, 64, 128, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
     .font-style-4>br,.font-style-4>br > li,.font-style-4 > *>br, .fontpro-stacks_in_1257326_92 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_1257326_92{font-size:1.50rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_1257326_92{font-size:1.60rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_1257326_92{font-size:1.70rem }} 

 .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_1257326_93{line-height:1.10 ;letter-spacing:0.03em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.20rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.09em 0.04em 0.13em rgba(0, 0, 0, 0.23),-1px -1px 0 rgba(28, 51, 66, 1.00),1px -1px 0 rgba(28, 51, 66, 1.00),-1px 1px 0 rgba(28, 51, 66, 1.00),1px 1px 0 rgba(28, 51, 66, 1.00) ;}
     .font-style-5>br,.font-style-5>br > li,.font-style-5 > *>br, .fontpro-stacks_in_1257326_93 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_1257326_93{font-size:1.20rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_1257326_93{font-size:1.30rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_1257326_93{font-size:1.80rem }} 

 .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_1257326_57{line-height:1.20 ;letter-spacing:0.04em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.50rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.09em 0.04em 0.13em rgba(0, 0, 0, 0.23),-1px -1px 0 rgba(51, 51, 51, 1.00),1px -1px 0 rgba(51, 51, 51, 1.00),-1px 1px 0 rgba(51, 51, 51, 1.00),1px 1px 0 rgba(51, 51, 51, 1.00) ;}
     .font-style-6>br,.font-style-6>br > li,.font-style-6 > *>br, .fontpro-stacks_in_1257326_57 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_1257326_57{font-size:2.30rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_1257326_57{font-size:2.80rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_1257326_57{font-size:3.20rem }} 

 .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_1257326_94{line-height:1.10 ;letter-spacing:0.03em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.13em 0.13em 0.42em rgba(0, 0, 0, 0.49) ;}
     .font-style-7>br,.font-style-7>br > li,.font-style-7 > *>br, .fontpro-stacks_in_1257326_94 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_1257326_94{font-size:0.90rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_1257326_94{font-size:0.90rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_1257326_94{font-size:1.10rem }} 

 .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_1257326_95{ font-size:1.00rem !important; color:rgba(255, 255, 255, 1.00) !important;text-decoration-color:rgba(0, 0, 0, 1.00) !important;text-shadow:0.00em 0.02em 0.03em rgba(0, 0, 0, 1.00) !important;}
  
  
  @media only screen and (min-width:25.875000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_1257326_95{font-size:2.00rem !important}} 
  @media only screen and (min-width:48.000000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_1257326_95{font-size:3.00rem !important}} 
  @media only screen and (min-width:62.500000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_1257326_95{font-size:4.00rem !important}} 
 .no-js #foundation-loader{display:none}#foundation-loader{display:block;background-color:rgba(153, 153, 153, 1.00)}#foundation-loader .loader-inner{margin-left:0px}#foundation-loader .loader-inner > div{background-color:rgba(255, 255, 255, 1.00)}#foundation-loader .ball-grid-pulse,#foundation-loader .ball-grid-beat,#foundation-loader .semi-circle-spin{margin:0 auto;-webkit-transform:translateY(40%);transform:translateY(40%)}#foundation-loader .loader-inner > div,#foundation-loader .ball-rotate > div:before,#foundation-loader .ball-rotate > div:after,#foundation-loader .ball-clip-rotate-pulse > div:first-child,#foundation-loader .pacman > div:nth-child(3),#foundation-loader .pacman > div:nth-child(4),#foundation-loader .pacman > div:nth-child(5),#foundation-loader .pacman > div:nth-child(6){background-color:rgba(255, 255, 255, 1.00)}#foundation-loader .square-spin > div,#foundation-loader .ball-clip-rotate > div{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(255, 255, 255, 1.00)}#foundation-loader .ball-clip-rotate > div{border-bottom-color:transparent}#foundation-loader .ball-clip-rotate-pulse > div:last-child,#foundation-loader .ball-clip-rotate-multiple > div:last-child{background-color:transparent;border-color:rgba(255, 255, 255, 1.00) transparent rgba(255, 255, 255, 1.00) transparent}#foundation-loader .ball-clip-rotate-multiple > div{background-color:transparent;border-color:transparent rgba(255, 255, 255, 1.00) transparent rgba(255, 255, 255, 1.00)}#foundation-loader .ball-scale-ripple > div,#foundation-loader .ball-scale-ripple-multiple > div,#foundation-loader .ball-triangle-path > div{background-color:transparent;border-color:rgba(255, 255, 255, 1.00)}#foundation-loader .triangle-skew-spin > div{background-color:transparent;border-left-color:transparent;border-right-color:transparent;border-bottom-color:rgba(255, 255, 255, 1.00)}#foundation-loader .pacman > div:first-of-type,#foundation-loader .pacman > div:nth-child(2){background-color:transparent;border-right-color:transparent;border-top-color:rgba(255, 255, 255, 1.00);border-left-color:rgba(255, 255, 255, 1.00);border-bottom-color:rgba(255, 255, 255, 1.00)}#foundation-loader .semi-circle-spin > div{width:35px;height:35px;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,transparent),color-stop(30%,rgba(255, 255, 255, 1.00)),to(rgba(255, 255, 255, 1.00)));background-image:linear-gradient(transparent 0%,transparent 70%,rgba(255, 255, 255, 1.00) 30%,rgba(255, 255, 255, 1.00) 100%)}.stacks_top{opacity:0} .theme-version{display:block}.theme-version.number-110,#stacks_in_1257327_1252144{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}body,.font-family-text{font-family:"Titillium Web",sans-serif;font-weight:400;}h1,.font-family-h1{font-family:"Jockey One",sans-serif;font-style:normal;font-weight:300;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:"Jockey One",sans-serif;font-style:normal;font-weight:600;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#E6E6E6;}.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.80rem;padding-right:0.80rem}.row .row{margin:0 -0.80rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.80rem;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:8px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:8px;border-top-left-radius:8px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1200px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#E6E6E6}img.radius{border-radius:8px}img.round{border-radius:1000px}.row{max-width:1200px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(76, 76, 76, 1.00)}a{color:rgba(255, 204, 102, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(255, 204, 102, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(153, 0, 0, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(192, 21, 22, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(0, 0, 0, 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(0, 0, 0, 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(98, 98, 98, 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.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.05rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.15rem}}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(255, 255, 255, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 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(34, 34, 34, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(34, 34, 34, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 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(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(98, 98, 98, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(91, 91, 91, 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:1200px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 140, 186, 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(0, 133, 176, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:8px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(0, 140, 186, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00);box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00);box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 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(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 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(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 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(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:8px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:8px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:8px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 140, 186, 1.00);color:rgba(0, 140, 186, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:8px;border-bottom-right-radius:8px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:8px;border-top-left-radius:8px}.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:8px;border-bottom-right-radius:8px}.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(0, 140, 186, 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(0, 133, 176, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(76, 76, 76, 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(0, 140, 186, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#E6E6E6}form label{color:rgba(91, 91, 91, 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:8px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:8px;border-top-left-radius:8px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:8px;border-bottom-right-radius:8px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:8px;border-top-left-radius:8px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:8px;border-bottom-right-radius:8px}.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(0, 140, 186, 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(0, 133, 176, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(0, 140, 186, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(231, 231, 231, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:8px}.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(0, 140, 186, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:8px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(219, 219, 219, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(219, 219, 219, 1.00)}.tabs li.tab-title > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 133, 176, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(219, 219, 219, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 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(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:8px;border-top-left-radius:8px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:8px;border-bottom-right-radius:8px}.th.radius{border-radius:8px}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00);box-shadow:0 0 6px 1px rgba(0, 70, 93, 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:8px}.tooltip{border-radius:8px;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:8px}.panel p{color:rgba(76, 76, 76, 1.00)}.panel p a{color:rgba(255, 204, 102, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(153, 0, 0, 1.00)}.panel p.alt a:hover{color:rgba(192, 21, 22, 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(0, 0, 0, 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(0, 0, 0, 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(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(76, 76, 76, 1.00)}.pricing-table.primary .description{color:rgba(76, 76, 76, 1.00)}.pricing-table.primary .bullet-item{color:rgba(76, 76, 76, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(76, 76, 76, 1.00)}.pricing-table.secondary .description{color:rgba(76, 76, 76, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(76, 76, 76, 1.00)}.pricing-table.radius{border-radius:8px}.pricing-table.radius .title{border-top-right-radius:8px;border-top-left-radius:8px}.pricing-table.radius .cta-button{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.side-nav li a:not(.button){color:rgba(255, 204, 102, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(255, 204, 102, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(255, 204, 102, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(216, 173, 86, 1.00)}.side-nav header{color:rgba(76, 76, 76, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(91, 91, 91, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(153, 0, 0, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(255, 255, 255, 1.00);color:rgba(192, 21, 22, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(153, 0, 0, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(130, 0, 0, 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(255, 255, 255, 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(0, 140, 186, 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(0, 133, 176, 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(0, 140, 186, 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(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:8px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(255, 204, 102, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(153, 0, 0, 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(76, 76, 76, 1.00);font-size:0.9rem}.copyright a{color:rgba(255, 204, 102, 1.00)}.copyright a:hover{color:rgba(255, 204, 102, 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(0, 0, 0, 1.00)}.fn-text-link a{color:rgba(255, 204, 102, 1.00)}.fn-text-link a:hover{color:rgba(255, 204, 102, 1.00)}.fn-text-text{color:rgba(76, 76, 76, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(76, 76, 76, 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(153, 0, 0, 1.00)}.fn-text-link-alt a:hover{color:rgba(192, 21, 22, 1.00)}.fn-text-accent-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-primary{color:rgba(0, 140, 186, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(231, 231, 231, 1.00)}.fn-text-secondary-text{color:rgba(51, 51, 51, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(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(153, 0, 0, 1.00)}.fn-text-text-alt a:hover{color:rgba(192, 21, 22, 1.00)}.fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 34, 34, 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(34, 34, 34, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 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(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 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(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 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(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 34, 34, 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(34, 34, 34, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 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(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 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(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 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(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-bg-header{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-text{background-color:rgba(76, 76, 76, 1.00)}.fn-bg-link{background-color:rgba(255, 204, 102, 1.00)}.fn-bg-link-hover{background-color:rgba(255, 204, 102, 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(153, 0, 0, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(192, 21, 22, 1.00)}.fn-bg-accent-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-primary{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(231, 231, 231, 1.00)}.fn-bg-secondary-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(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(34, 34, 34, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 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(248, 248, 248, 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(0, 140, 186, 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(0, 133, 176, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(219, 219, 219, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 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(34, 34, 34, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 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(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 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(34, 34, 34, 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(248, 248, 248, 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(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}
#stacks_in_1257577 .fg-content.fg-full-height{height:100%}#stacks_in_1257577 .slides-container{margin:0}#stacks_in_1257577 .slides-container > li{margin:0}#stacks_in_1257577 .slides-container > li::before,#stacks_in_1257577 .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_1257577 .slides-container.ovl-color li::before{background-color:rgba(0, 0, 0, 0.21)}#stacks_in_1257577 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1257577 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_1257577 .impact-wrapper{z-index:0}#stacks_in_1257577 .impact-wrapper.fill-container{min-width:100%}#stacks_in_1257577 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_1257577 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_1257577 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_1257577 .impact-wrapper.flexible-height{height:100vh;min-height:450px;width:100%;min-width:100%}#stacks_in_1257577 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_1257577 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_1257577 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_1257577 .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_1257577 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_1257577 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(0, 0, 128, 1.00)}#stacks_in_1257577 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_1257577 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_1257577 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_1257577 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_1257577 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_1257577 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_1257577 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_1257577 .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_1257577 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(0, 0, 0, 0.21)}#stacks_in_1257577 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_1257577 .impact-container{z-index:5}#stacks_in_1257577 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.60);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_1257577 .scrollDown{transform:scale(0.49)}}#stacks_in_1257577 .scrollDown.button-bottom{bottom:20px}#stacks_in_1257577 .scrollDown.button-top{top:20px}@media screen and (max-width:640px){#stacks_in_1257577 .scrollDown.hide-on-mob{display:none}}#stacks_in_1257577 .impact-arrow-wrap{background:rgba(255, 255, 255, 0.65);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.00);box-shadow:2px 2px 2px 5px rgba(51, 51, 51, 0.27);transition:all 90ms ease}#stacks_in_1257577 .impact-arrow-wrap:hover{background:rgba(255, 255, 255, 0.84);transition:all 90ms ease}#stacks_in_1257577 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_1257577 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_1257577 .impact-arrow{border-top-color:rgba(28, 51, 66, 0.80);border-right-color:rgba(28, 51, 66, 0.80);border-width:2px}#stacks_in_1257577 .impact-arrow:hover{border-top-color:rgba(28, 51, 66, 1.00);border-right-color:rgba(28, 51, 66, 1.00)}#stacks_in_1257577 .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_1257577 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_1257577 .slides-pagination > a.current{transition:all 6000ms ease}

    #stacks_in_1257579_328.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1257579_328.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1257579_328.blu-wrap>.blueprint-col{}#stacks_in_1257579_328.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1257579_328.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1257579_328.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1257579_328.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_1257579_328.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1257579_328.blu-wrap>.blueprint-col{ }#stacks_in_1257579_328.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1257579_328.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1257579_328.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1257579_328.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1257579_328.blu-wrap>.blueprint-col{ }
#stacks_in_1257579_328.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1257579_328.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1257579_328.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1257579_328.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1257579_328.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1257579_328.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1257579_328.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1257579_328.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1257579_328.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     @media screen and (min-width:1000px){#stacks_in_1257579_328.blu-wrap>.blueprint-col>.blucol-content{padding: 50.00px 0.00px 0.00px 0.00px }} 
#stacks_in_1257579_238 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257579_238 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1257579_238 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1257579_238 > .row.padding-detailed.padding-medium-up,#stacks_in_1257579_238 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257579_238 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1257579_238 > .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_1257579_238 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257579_238 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1257579_238 {
	background-color: rgba(206, 52, 86, 1.00);
}
#stacks_in_1257579_239 > .chroma-scroll > .slide-head{display:none}#stacks_in_1257579_239 > .chroma-scroll > .slide-head.is-active{display:block}#stacks_in_1257579_239 > .chroma-scroll > .slide-head .top-bar{z-index:6000}#stacks_in_1257579_239 > .chroma-scroll > .su-content .top-bar-wrapper,#stacks_in_1257579_239 > .chroma-scroll > .su-content .oc-toggle.facet-mb,#stacks_in_1257579_239 > .chroma-scroll > .su-content [data-magellan-expedition],#stacks_in_1257579_239 > .chroma-scroll > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_1257579_239 > .chroma-scroll > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_1257579_239 > .chroma-scroll.slide-fresh{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_1257579_239 > .chroma-scroll.slide-fresh > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_1257579_239 > .chroma-scroll.pre-load{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_1257579_239 > .chroma-scroll.pre-load > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_1257579_239 > .chroma-scroll.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:640px){#stacks_in_1257579_239 > .chroma-scroll > .slide-head.is-active.small-head-hide{display:none}#stacks_in_1257579_239 > .chroma-scroll > .slide-head.is-active.small-head-show{display:block}#stacks_in_1257579_239 > .chroma-scroll.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_1257579_239 > .chroma-scroll.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1257579_239.mob-static > .chroma-scroll.is-fixed{position:static}#stacks_in_1257579_239.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_1257579_239[style]{height:0px !important}}@media screen and (min-width:640px){#stacks_in_1257579_239.large-static > .chroma-scroll.is-fixed{position:static}#stacks_in_1257579_239.large-static > .su-pad[style]{height:0px !important}}#stacks_in_1257579_239{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_1257579_239{width:100%;min-width:100%}.su-pad.spacer-stacks_in_1257579_239.posFixed.allow-overlay,.su-pad.spacer-stacks_in_1257579_239.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:640px){.su-pad.spacer-stacks_in_1257579_239.hide-below-bp{display:none}}@media screen and (min-width:640px){.su-pad.spacer-stacks_in_1257579_239.hide-above-bp{display:none}}#stacks_in_1257579_239.width-contain{width:auto;display:inline-block}#stacks_in_1257579_239.width-contain > .chroma-scroll.is-fixed{border-radius:none}#stacks_in_1257579_239.width-contain > .chroma-scroll.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1257579_239.width-contain > .chroma-scroll.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1257579_239.width-contain > .chroma-scroll.is-fixed.su-right{right:0}#stacks_in_1257579_239.width-contain > .chroma-scroll.is-fixed.su-left{left:0}#stacks_in_1257579_239.width-contain > .chroma-scroll.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_1257579_239.width-contain > .chroma-scroll.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_1257579_239 > .chroma-scroll{-webkit-overflow-scrolling:touch}#stacks_in_1257579_239 > .chroma-scroll > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1257579_239 > .chroma-scroll.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_1257579_239 > .chroma-scroll.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_1257579_239 > .chroma-scroll.header-slide.is-static{position:relative;-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important}#stacks_in_1257579_239 > .chroma-scroll.header-slide.slide-fresh{-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important;-webkit-animation-duration:1ms !important;animation-duration:1ms !important;visibility:hidden;height:0 !important}#stacks_in_1257579_239.width-contain > .chroma-scroll.su-center{border-radius:none}#stacks_in_1257579_239.width-contain > .chroma-scroll.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1257579_239.width-contain > .chroma-scroll.su-center > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1257579_239 .style-defs{display:none}#stacks_in_1257579_239 > .chroma-scroll{-webkit-transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,-webkit-transform 300ms;-webkit-transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,transform 300ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms}#stacks_in_1257579_239 > .chroma-scroll > .su-content{-webkit-transition:padding 430ms ease-in-out;transition:padding 430ms ease-in-out}#stacks_in_1257579_239 > .chroma-scroll > .su-content::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";-webkit-transition:background 430ms linear,opacity 430ms linear;transition:background 430ms linear,opacity 430ms linear}#stacks_in_1257579_239 > .chroma-scroll > .su-content{padding-top:0px;padding-bottom:2px;padding-left:25px;padding-right:25px}#stacks_in_1257579_239 > .chroma-scroll > .su-content::after{background:rgba(46, 58, 68, 1.00)}@media screen and (max-width:640px){#stacks_in_1257579_239 > .chroma-scroll > .su-content{padding:0 !important}}.chroma-scroll-pro .top-bar .title-area .title-area li.name,.chroma-scroll-pro .toggle-contents .main-title,.chroma-scroll-pro .mag-title-area,.chroma-scroll-pro .navigation_branding,.chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 430ms !important;transition:opacity 430ms !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) .top-bar .title-area .title-area li.name,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) .toggle-contents .main-title,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) .mag-title-area,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) .navigation_branding,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) .branding_logo,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) .bb-site-title{opacity:0 !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content ul.dropdown{background:rgba(46, 58, 68, 0.90) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content ul.dropdown a:not(.custom){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content ul.dropdown a:not(.custom):hover{background:rgba(102, 102, 102, 1.00) !important;color:utbDT_TextHover !important}@media screen and (max-width:640px){#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .r-menu ul.dropdown{background:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .r-menu ul.dropdown a:not(.custom){color:rgba(255, 255, 255, 1.00) !important}}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar ul ul{background-color:rgba(46, 58, 68, 0.90) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar ul ul a.nav_item{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar ul ul a.nav_item:hover{background:rgba(102, 102, 102, 1.00) !important;color:utbDT_TextHover !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob{background:none !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar > .title-area{-webkit-transition:background 430ms ease;transition:background 430ms ease;background:rgba(46, 58, 68, 1.00)}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area){background:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu li a:not(.button),#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu li.has-dropdown a:not(.button),#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area) li a:not(.button),#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area) li.has-dropdown a:not(.button){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu li a:not(.button):hover,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu li.has-dropdown a:not(.button):hover,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area) li a:not(.button):hover,#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area) li.has-dropdown a:not(.button):hover{background:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .mg-menu.mag-toggle .magic-nav{background-color:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .mg-menu.mag-toggle .mag-item > .mag-link{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .mg-menu.mag-toggle .mag-item:hover > .mag-link{background-color:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}@media (max-width:33.9em){#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar > .navigation_container > ul{background-color:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar > .navigation_container > ul a.nav-item{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar > .navigation_container > ul a.nav-item:hover{background-color:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content::after{background:rgba(46, 58, 68, 1.00)}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled{-webkit-transition:visibility 0s linear,opacity 80ms linear;transition:visibility 0s linear,opacity 80ms linear;visibility:visible;opacity:1}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content ul.dropdown{background:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content ul.dropdown a:not(.custom){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content ul.dropdown a:not(.custom):hover{background:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}@media screen and (max-width:640px){#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content .r-menu ul.dropdown{background:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content .r-menu ul.dropdown a:not(.custom){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content .r-menu ul.dropdown a:not(.custom):hover{background:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content .mg-menu.mag-toggle .magic-nav{background-color:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content .mg-menu.mag-toggle .mag-item > .mag-link{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content .mg-menu.mag-toggle .mag-item:hover > .mag-link{background-color:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar ul ul{background-color:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar ul ul a.nav_item{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar ul ul a.nav_item:hover{background:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob{background:none !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar > .title-area{background:rgba(46, 58, 68, 1.00)}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu,#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area){background:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu li a:not(.button),#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu li.has-dropdown a:not(.button),#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area) li a:not(.button),#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area) li.has-dropdown a:not(.button){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu li a:not(.button):hover,#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu li.has-dropdown a:not(.button):hover,#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area) li a:not(.button):hover,#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area) li.has-dropdown a:not(.button):hover{background:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}@media (max-width:33.9em){#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar > .navigation_container > ul{background-color:rgba(46, 58, 68, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar > .navigation_container > ul a.nav-item{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar > .navigation_container > ul a.nav-item:hover{background-color:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}}#stacks_in_1257579_239 > .chroma-scroll.is-fixed{z-index:3020;}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.foc{z-index:3001}#stacks_in_1257579_239 > .chroma-scroll .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_1257579_239 > .chroma-scroll .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_1257579_239 > .chroma-scroll .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_1257579_239 > .chroma-scroll.is-static{position:relative;z-index:999}#stacks_in_1257579_239 > .chroma-scroll.is-fixed .oc-toggle{position:relative}#stacks_in_1257579_239 > .chroma-scroll.content-right{text-align:right}@media screen and (max-width:640px){#stacks_in_1257579_239 > .chroma-scroll.hide-below-bp{display:none}}@media screen and (min-width:640px){#stacks_in_1257579_239 > .chroma-scroll.hide-above-bp{display:none}}#stacks_in_1257579_239 > .chroma-scroll.is-fixed{position:fixed}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.fix-top,#stacks_in_1257579_239 > .chroma-scroll.is-fixed:not(.fix-bot){top: 0px }#stacks_in_1257579_239 > .chroma-scroll.is-fixed.fix-bot{bottom: 0px }#stacks_in_1257579_239 > .chroma-scroll.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:640px){#stacks_in_1257579_239 > .chroma-scroll.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:640px){#stacks_in_1257579_239 > .chroma-scroll.is-fixed.fix-top,#stacks_in_1257579_239 > .chroma-scroll.is-fixed:not(.fix-bot){top:0px}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.fix-bot{bottom:0px}}#stacks_in_1257579_239 > .chroma-scroll.is-fixed.animate{-webkit-animation-duration:600ms;animation-duration:600ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}#stacks_in_1257579_239 > .chroma-scroll.animate.ani-slide.slide-down{-webkit-animation-name:slideDown_stacks_in_1257579_239;animation-name:slideDown_stacks_in_1257579_239}#stacks_in_1257579_239 > .chroma-scroll.animate.ani-slide.slide-down.fix-bot{-webkit-animation-name:bot-slideDown_stacks_in_1257579_239;animation-name:bot-slideDown_stacks_in_1257579_239}#stacks_in_1257579_239 > .chroma-scroll.animate.ani-slide.slide-up{-webkit-animation-name:slideUp_stacks_in_1257579_239;animation-name:slideUp_stacks_in_1257579_239}#stacks_in_1257579_239 > .chroma-scroll.animate.ani-slide.slide-up.fix-bot{-webkit-animation-name:bot-slideUp_stacks_in_1257579_239;animation-name:bot-slideUp_stacks_in_1257579_239}@-webkit-keyframes slideDown_stacks_in_1257579_239{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0%)}}@keyframes slideDown_stacks_in_1257579_239{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0%);transform:translateY(0%)}}@-webkit-keyframes slideUp_stacks_in_1257579_239{0%{-webkit-transform:translateY(0%)}100%{-webkit-transform:translateY(-100%)}}@keyframes slideUp_stacks_in_1257579_239{0%{-webkit-transform:translateY(0%);transform:translateY(0%)}100%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes bot-slideDown_stacks_in_1257579_239{0%{-webkit-transform:translateY(100%)}100%{-webkit-transform:translateY(0%)}}@keyframes bot-slideDown_stacks_in_1257579_239{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0%);transform:translateY(0%)}}@-webkit-keyframes bot-slideUp_stacks_in_1257579_239{0%{-webkit-transform:translateY(0%)}100%{-webkit-transform:translateY(100%)}}@keyframes bot-slideUp_stacks_in_1257579_239{0%{-webkit-transform:translateY(0%);transform:translateY(0%)}100%{-webkit-transform:translateY(100%);transform:translateY(100%)}}
#stacks_in_1257579_239>.chroma-scroll.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}#stacks_in_1257579_239.width-contain>.chroma-scroll.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_1257579_241 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_1257579_241 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_1257579_241 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu li > a:hover,
#clean-menu_stacks_in_1257579_241 li > a:hover {
  text-decoration: none;
}

#stacks_in_1257579_241 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_1257579_241 {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_1257579_241 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_1257579_241 ul li > a:after,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_1257579_241.cm-full-menu,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul > div,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul > div a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul ul,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu.clean-menu-active {
  height: auto;
}


#clean-menu-full_stacks_in_1257579_241.cm-full-menu {
  -webkit-transform: translate(-100%, 50px);
  transform: translate(-100%, 50px);
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}


#clean-menu-full_stacks_in_1257579_241.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1257579_241 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_1257579_241.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}


#clean-menu_stacks_in_1257579_241 .cm-toggle span {
  width: 19px;
  border-radius: 4px;
}
#clean-menu_stacks_in_1257579_241 .cm-toggle span:nth-child(1),
#clean-menu_stacks_in_1257579_241 .cm-toggle span:nth-child(4) {
  display: none;
}
#clean-menu_stacks_in_1257579_241 .cm-toggle span:nth-child(2) {
  top: 10px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#clean-menu_stacks_in_1257579_241 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#clean-menu_stacks_in_1257579_241 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 10px;
}
#clean-menu_stacks_in_1257579_241 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 10px;
}


#clean-menu_stacks_in_1257579_241 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_1257579_241 > div {
  align-self: center;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_1257579_241 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-logo {
  max-width: 250px;
  min-width: 250px;
  margin: 0;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-logo .cm-logo-wrap {
  max-width: 250px;
  min-width: 250px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_1257579_241.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_1257579_241 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_1257579_241.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_1257579_241 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_1257579_241.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
  font-size: 16px;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a {
  font-size: 16px;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu > ul > li > a {
  
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(0, 0, 0, 0.40);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  
  font-size: 16px;
  line-height: 16px;
  

}
#stacks_in_1257579_241 li > a svg,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 16px;
  height: 16px;
  
}

#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1257579_241 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_1257579_241 h1, #clean-menu_stacks_in_1257579_241 h2, #clean-menu_stacks_in_1257579_241 h3, #clean-menu_stacks_in_1257579_241 h4, #clean-menu_stacks_in_1257579_241 h5, #clean-menu_stacks_in_1257579_241 h6, #clean-menu_stacks_in_1257579_241 .layouts-text, #clean-menu_stacks_in_1257579_241 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu > ul > li,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}
.disable-parents #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_1257579_241.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}

#clean-menu_stacks_in_1257579_241 .clean-menu-logo {
  margin: 0;
  width: 250px;
  max-width: 250px;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  max-width: 250px;
  width: 100%;
  margin-right: 5px;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-full {
  width: 250px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_1257579_241.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_1257579_241 .clean-menu-full .cm-menu-toggle {
  display: inline-block;
  float: right;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_1257579_241.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}






#clean-menu_stacks_in_1257579_241 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}




#clean-menu-full_stacks_in_1257579_241.cm-full-menu > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1257579_241.cm-full-menu {

}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a:visited {
  color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a svg {
  fill: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a:hover {
  color: rgba(255,255,255,.9);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a:hover svg {
  fill: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li > a.cm-heading:hover {
  color: rgba(255,255,255,.6);
  cursor: default;
} */
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-current > a {
  color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-current > a svg {
  fill: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(255,255,255,.6);
} */
#clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1257579_241 .cm-toggle span {
  background: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1257579_241 h1, #clean-menu_stacks_in_1257579_241 h2, #clean-menu_stacks_in_1257579_241 h3, #clean-menu_stacks_in_1257579_241 h4, #clean-menu_stacks_in_1257579_241 h5, #clean-menu_stacks_in_1257579_241 h6, #clean-menu_stacks_in_1257579_241 .layouts-text, #clean-menu_stacks_in_1257579_241 p {
  color: rgba(255,255,255,1);
}
.disable-parents #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > a.parent:hover:after {
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.6);
}



@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1257579_241 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_1257579_241 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_1257579_241 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_1257579_241.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_1257579_241 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_1257579_241 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_1257579_241 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_1257579_241 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_1257579_241 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a {
    font-size: calc(16px + 2 );
    line-height: calc(16px + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_1257579_241 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_1257579_241 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_1257579_241 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_1257579_241 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_1257579_241 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_241.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_241.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_241.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}









#clean-menu_stacks_in_1257579_241 .clean-menu-top-level ul li.cm-current > a {
  
}

#stacks_in_1257579_241 {
	background-color: rgba(59, 75, 85, 1.00);
	padding: 0px 25px 0px 0px;
}
/* -- Start Svg Each css Template -- */


#stacks_in_1257579_242 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1257579_242svgwrapper{
	position: relative;
}



#stacks_in_1257579_242 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1257579_242 {
			text-align: left !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1257579_242 {
			text-align: left !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_in_1257579_242 {
	padding: 0px 2px 0px 10px;
}

#stacks_out_1257579_242 {
	width: 102px;
	margin-left:0;
}


.chroma-mark{position:relative}#stacks_in_1257579_251.chroma-marker{position:absolute;top:40.00px}
#stacks_in_1257579_253 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257579_253 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1257579_253 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1257579_253 > .row.padding-detailed.padding-medium-up,#stacks_in_1257579_253 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257579_253 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1257579_253 > .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_1257579_253 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257579_253 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1257579_253 {
	background-color: rgba(206, 52, 86, 1.00);
}
#stacks_in_1257579_254 > .chroma-scroll > .slide-head{display:none}#stacks_in_1257579_254 > .chroma-scroll > .slide-head.is-active{display:block}#stacks_in_1257579_254 > .chroma-scroll > .slide-head .top-bar{z-index:6000}#stacks_in_1257579_254 > .chroma-scroll > .su-content .top-bar-wrapper,#stacks_in_1257579_254 > .chroma-scroll > .su-content .oc-toggle.facet-mb,#stacks_in_1257579_254 > .chroma-scroll > .su-content [data-magellan-expedition],#stacks_in_1257579_254 > .chroma-scroll > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_1257579_254 > .chroma-scroll > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_1257579_254 > .chroma-scroll.slide-fresh{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_1257579_254 > .chroma-scroll.slide-fresh > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_1257579_254 > .chroma-scroll.pre-load{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_1257579_254 > .chroma-scroll.pre-load > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_1257579_254 > .chroma-scroll.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:641px){#stacks_in_1257579_254 > .chroma-scroll > .slide-head.is-active.small-head-hide{display:none}#stacks_in_1257579_254 > .chroma-scroll > .slide-head.is-active.small-head-show{display:block}#stacks_in_1257579_254 > .chroma-scroll.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_1257579_254 > .chroma-scroll.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1257579_254.mob-static > .chroma-scroll.is-fixed{position:static}#stacks_in_1257579_254.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_1257579_254[style]{height:0px !important}}@media screen and (min-width:641px){#stacks_in_1257579_254.large-static > .chroma-scroll.is-fixed{position:static}#stacks_in_1257579_254.large-static > .su-pad[style]{height:0px !important}}#stacks_in_1257579_254{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_1257579_254{width:100%;min-width:100%}.su-pad.spacer-stacks_in_1257579_254.posFixed.allow-overlay,.su-pad.spacer-stacks_in_1257579_254.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:641px){.su-pad.spacer-stacks_in_1257579_254.hide-below-bp{display:none}}@media screen and (min-width:641px){.su-pad.spacer-stacks_in_1257579_254.hide-above-bp{display:none}}#stacks_in_1257579_254.width-contain{width:auto;display:inline-block}#stacks_in_1257579_254.width-contain > .chroma-scroll.is-fixed{border-radius:none}#stacks_in_1257579_254.width-contain > .chroma-scroll.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1257579_254.width-contain > .chroma-scroll.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1257579_254.width-contain > .chroma-scroll.is-fixed.su-right{right:0}#stacks_in_1257579_254.width-contain > .chroma-scroll.is-fixed.su-left{left:0}#stacks_in_1257579_254.width-contain > .chroma-scroll.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_1257579_254.width-contain > .chroma-scroll.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_1257579_254 > .chroma-scroll{-webkit-overflow-scrolling:touch}#stacks_in_1257579_254 > .chroma-scroll > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1257579_254 > .chroma-scroll.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_1257579_254 > .chroma-scroll.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_1257579_254 > .chroma-scroll.header-slide.is-static{position:relative;-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important}#stacks_in_1257579_254 > .chroma-scroll.header-slide.slide-fresh{-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important;-webkit-animation-duration:1ms !important;animation-duration:1ms !important;visibility:hidden;height:0 !important}#stacks_in_1257579_254.width-contain > .chroma-scroll.su-center{border-radius:none}#stacks_in_1257579_254.width-contain > .chroma-scroll.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1257579_254.width-contain > .chroma-scroll.su-center > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_1257579_254 .style-defs{display:none}#stacks_in_1257579_254 > .chroma-scroll{-webkit-transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,-webkit-transform 300ms;-webkit-transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,transform 300ms;transition:padding 430ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 430ms ease,transform 300ms,-webkit-box-shadow 430ms ease,-webkit-transform 300ms}#stacks_in_1257579_254 > .chroma-scroll > .su-content{-webkit-transition:padding 430ms ease-in-out;transition:padding 430ms ease-in-out}#stacks_in_1257579_254 > .chroma-scroll > .su-content::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";-webkit-transition:background 430ms linear,opacity 430ms linear;transition:background 430ms linear,opacity 430ms linear}#stacks_in_1257579_254 > .chroma-scroll > .su-content{padding-top:2px;padding-bottom:2px;padding-left:10px;padding-right:10px}#stacks_in_1257579_254 > .chroma-scroll > .su-content::after{background:rgba(59, 75, 85, 0.40)}@media screen and (max-width:641px){#stacks_in_1257579_254 > .chroma-scroll > .su-content{padding:0 !important}}.chroma-scroll-pro .top-bar .title-area .title-area li.name,.chroma-scroll-pro .toggle-contents .main-title,.chroma-scroll-pro .mag-title-area,.chroma-scroll-pro .navigation_branding,.chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 430ms !important;transition:opacity 430ms !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) .top-bar .title-area .title-area li.name,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) .toggle-contents .main-title,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) .mag-title-area,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) .navigation_branding,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) .branding_logo,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) .bb-site-title{opacity:0 !important}#stacks_in_1257579_254 > .chroma-scroll .bb-site-title img{max-width:160px !important}#stacks_in_1257579_254 > .chroma-scroll .top-bar .title-area > li.name img,#stacks_in_1257579_254 > .chroma-scroll .mag-title-area img,#stacks_in_1257579_254 > .chroma-scroll .branding_logo img{max-height:160% !important}#stacks_in_1257579_254 > .chroma-scroll .mag-title-area img{max-height:160px !important}#stacks_in_1257579_254 > .chroma-scroll .bb-site-title img{-webkit-transition:max-width 430ms ease !important;transition:max-width 430ms ease !important}#stacks_in_1257579_254 > .chroma-scroll .top-bar .title-area > li.name img,#stacks_in_1257579_254 > .chroma-scroll .mag-title-area img,#stacks_in_1257579_254 > .chroma-scroll .branding_logo img{-webkit-transition:max-height 430ms ease !important;transition:max-height 430ms ease !important;vertical-align:middle}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content ul.dropdown{background:rgba(42, 59, 68, 0.90) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content ul.dropdown a:not(.custom){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content ul.dropdown a:not(.custom):hover{background:rgba(102, 102, 102, 1.00) !important;color:utbDT_TextHover !important}@media screen and (max-width:641px){#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .r-menu ul.dropdown{background:rgba(42, 59, 68, 0.98) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .r-menu ul.dropdown a:not(.custom){color:rgba(255, 255, 255, 1.00) !important}}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar ul ul{background-color:rgba(42, 59, 68, 0.90) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar ul ul a.nav_item{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar ul ul a.nav_item:hover{background:rgba(102, 102, 102, 1.00) !important;color:utbDT_TextHover !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob{background:none !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar > .title-area{-webkit-transition:background 430ms ease;transition:background 430ms ease;background:rgba(59, 75, 85, 0.40)}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area){background:rgba(42, 59, 68, 0.98) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu li a:not(.button),#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu li.has-dropdown a:not(.button),#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area) li a:not(.button),#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area) li.has-dropdown a:not(.button){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu li a:not(.button):hover,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob > .su-content .top-bar ul.menu li.has-dropdown a:not(.button):hover,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area) li a:not(.button):hover,#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled).tb-mob .top-bar ul:not(.title-area) li.has-dropdown a:not(.button):hover{background:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .mg-menu.mag-toggle .magic-nav{background-color:rgba(42, 59, 68, 0.98) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .mg-menu.mag-toggle .mag-item > .mag-link{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content .mg-menu.mag-toggle .mag-item:hover > .mag-link{background-color:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}@media (max-width:33.9em){#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar > .navigation_container > ul{background-color:rgba(42, 59, 68, 0.98) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar > .navigation_container > ul a.nav-item{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll:not(.is-fixed.is-scrolled) > .su-content nav.navigation_bar > .navigation_container > ul a.nav-item:hover{background-color:rgba(102, 102, 102, 1.00) !important;color:rgba(255, 204, 102, 1.00) !important}}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content::after{background:rgba(31, 43, 50, 0.92)}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled{-webkit-transition:visibility 0s linear,opacity 80ms linear;transition:visibility 0s linear,opacity 80ms linear;visibility:visible;opacity:1}#stacks_in_1257579_254 > .chroma-scroll .bb-site-title img{-webkit-transition:max-width 430ms ease !important;transition:max-width 430ms ease !important}#stacks_in_1257579_254 > .chroma-scroll .top-bar .title-area > li.name img,#stacks_in_1257579_254 > .chroma-scroll .mag-title-area img,#stacks_in_1257579_254 > .chroma-scroll .branding_logo img{-webkit-transition:max-height 430ms ease !important;transition:max-height 430ms ease !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled .bb-site-title img{max-width:80px !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled .top-bar .title-area > li.name img,#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled .branding_logo img{max-height:80% !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled .mag-title-area img{max-height:80px !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content ul.dropdown{background:rgba(31, 43, 50, 0.92) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content ul.dropdown a:not(.custom){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content ul.dropdown a:not(.custom):hover{background:rgba(255, 255, 255, 0.30) !important;color:rgba(255, 255, 255, 1.00) !important}@media screen and (max-width:641px){#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content .r-menu ul.dropdown{background:rgba(31, 43, 50, 0.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content .r-menu ul.dropdown a:not(.custom){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content .r-menu ul.dropdown a:not(.custom):hover{background:rgba(255, 255, 255, 0.30) !important;color:rgba(255, 255, 255, 1.00) !important}}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content .mg-menu.mag-toggle .magic-nav{background-color:rgba(31, 43, 50, 0.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content .mg-menu.mag-toggle .mag-item > .mag-link{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content .mg-menu.mag-toggle .mag-item:hover > .mag-link{background-color:rgba(255, 255, 255, 0.00) !important;color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar ul ul{background-color:rgba(31, 43, 50, 0.92) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar ul ul a.nav_item{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar ul ul a.nav_item:hover{background:rgba(255, 255, 255, 0.30) !important;color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob{background:none !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar > .title-area{background:rgba(31, 43, 50, 0.92)}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu,#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area){background:rgba(31, 43, 50, 0.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu li a:not(.button),#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu li.has-dropdown a:not(.button),#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area) li a:not(.button),#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area) li.has-dropdown a:not(.button){color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu li a:not(.button):hover,#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob > .su-content .top-bar ul.menu li.has-dropdown a:not(.button):hover,#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area) li a:not(.button):hover,#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled.tb-mob .top-bar ul:not(.title-area) li.has-dropdown a:not(.button):hover{background:rgba(255, 255, 255, 0.00) !important;color:rgba(255, 255, 255, 1.00) !important}@media (max-width:33.9em){#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar > .navigation_container > ul{background-color:rgba(31, 43, 50, 0.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar > .navigation_container > ul a.nav-item{color:rgba(255, 255, 255, 1.00) !important}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.is-scrolled > .su-content nav.navigation_bar > .navigation_container > ul a.nav-item:hover{background-color:rgba(255, 255, 255, 0.00) !important;color:rgba(255, 255, 255, 1.00) !important}}#stacks_in_1257579_254 > .chroma-scroll.is-fixed{z-index:1001;}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.foc{z-index:3001}#stacks_in_1257579_254 > .chroma-scroll .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_1257579_254 > .chroma-scroll .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_1257579_254 > .chroma-scroll .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_1257579_254 > .chroma-scroll.is-static{position:relative;z-index:999}#stacks_in_1257579_254 > .chroma-scroll.is-fixed .oc-toggle{position:relative}#stacks_in_1257579_254 > .chroma-scroll.content-right{text-align:right}@media screen and (max-width:641px){#stacks_in_1257579_254 > .chroma-scroll.hide-below-bp{display:none}}@media screen and (min-width:641px){#stacks_in_1257579_254 > .chroma-scroll.hide-above-bp{display:none}}#stacks_in_1257579_254 > .chroma-scroll.is-fixed{position:fixed}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.fix-top,#stacks_in_1257579_254 > .chroma-scroll.is-fixed:not(.fix-bot){top: 0px }#stacks_in_1257579_254 > .chroma-scroll.is-fixed.fix-bot{bottom: 0px }#stacks_in_1257579_254 > .chroma-scroll.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:641px){#stacks_in_1257579_254 > .chroma-scroll.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:641px){#stacks_in_1257579_254 > .chroma-scroll.is-fixed.fix-top,#stacks_in_1257579_254 > .chroma-scroll.is-fixed:not(.fix-bot){top:0px}#stacks_in_1257579_254 > .chroma-scroll.is-fixed.fix-bot{bottom:0px}}
#stacks_in_1257579_254>.chroma-scroll.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}#stacks_in_1257579_254.width-contain>.chroma-scroll.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12);box-shadow:0px  0px  6px 0px rgba(0, 0, 0, 0.12)}

#stacks_in_1257579_256 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257579_256 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257579_256 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
/* -- Start Svg Each css Template -- */


#stacks_in_1257579_257 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1257579_257svgwrapper{
	position: relative;
}



#stacks_in_1257579_257 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1257579_257 {
			text-align: left !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1257579_257 {
			text-align: left !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_in_1257579_257 {
	padding: 0px 3px 3px 3px;
}

#stacks_out_1257579_257 {
	width: 130px;
	margin-left:0;
}


/*This is because the show-for-small class is had coded in the Top Bar JS*/
#stacks_in_1257579_258 ul.dropdown .parent-link.show-for-small {
	display:block!important;
}

ul.zone {
	float:left;
}


meta.foundation-mq-topbar {
  font-family:"/only screen and (min-width:1000px)/"!important;
  width:1000px!important;
}
@media only screen and (min-width:1000px) {


	

	.contain-to-grid.matchPadding .top-bar {
		padding-left:0.9375rem;
		padding-right:0.9375rem;
	}

	.menu-align-right.zone-align-left ul.menu,
	.menu-align-left.zone-align-right ul.zone,
	.menu-align-centered.zone-align-right ul.zone,
	.menu-align-right.zone-align-right .top-bar-section {
		float:right;
	}

	.menu-align-centered.full-width .zone,
	.menu-align-centered.full-width .title-area .name {
		display:none!important;
	}
	.top-bar .title-area {
		margin-right:1.1rem;
	}
	.top-bar .title-area.title-area-hide {
		margin-right:0;
	}

	#stacks_in_1257579_258 ul.dropdown .parent-link.show-for-small {
		display:none!important;
	}

	.top-bar {overflow: visible; }
	  .top-bar:before, .top-bar:after {
	    content: " ";
	    display: table; }
	  .top-bar:after {
	    clear: both; }
	  .top-bar .toggle-topbar {
	    display: none; }
	  .top-bar .title-area {
	    float: left; }
	  .top-bar .name .site-title a {
	    width: auto; }
	  .top-bar input, .top-bar .button, .top-bar button {
	    font-size: 0.875rem;
	    position: relative;
	    top: 7px; }
	.top-bar-section {
	  transition: none 0 0;
	  left: 0 !important; }
/*
.top-bar-section.align-right {
	  position: absolute;
	  left:auto!important;
	  right:0 !important; }
*/
	.top-bar-section ul {
	    width: auto;
	    height: auto !important;
	    display: inline; }
	    .top-bar-section ul li {
	      float: left; }

	    *[dir="rtl"] .top-bar-section ul li {float:right}

	      .top-bar-section ul li .js-generated {
	        display: none; }
	  .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 90px;}
	  .top-bar-section li.active:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 90px;
	    color: white;}
	  .top-bar-section .has-dropdown > a {
	    padding-right: 35px !important; }
	  *[dir="rtl"] .top-bar-section .has-dropdown > a {
	    padding-right: 15px !important;
	    padding-left: 35px !important; }
	    .top-bar-section .has-dropdown > a:after {
	      content: "";
	      display: block;
	      width: 0;
	      height: 0;
	      border: solid 5px;
	      margin-top: -2.5px;
	      top: 22.5px; }
	  .top-bar-section .has-dropdown.moved {
	    position: relative; }
	    .top-bar-section .has-dropdown.moved > .dropdown {
	      display: block;
	      position: absolute !important;
	      height: 1px;
	      width: 1px;
	      overflow: hidden;
	      clip: rect(1px, 1px, 1px, 1px); }
	  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
	    display: block;
	    position: static !important;
	    height: auto;
	    width: auto;
	    overflow: visible;
	    clip: auto;
	    position: absolute !important; }
	  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
	    border: none;
	    content: "\00bb";
	    top: 1rem;
	    margin-top: -1px;
	    right: 5px;
	    line-height: 1.2; }
	  .top-bar-section .dropdown {
	    left: 0;
	    top: auto;
	    background: transparent;
	    min-width: 100%; }
	   *[dir="rtl"] .top-bar-section .dropdown {
	      left: auto;
	      right:0; }
	    .top-bar-section .dropdown li a {
	      color: white;
	      line-height: 40px;
	      white-space: nowrap;
	      padding: 12px 15px;}
	    .top-bar-section .dropdown li label {
	      white-space: nowrap;}
	    .top-bar-section .dropdown li .dropdown {
	      left: 100%;
	      top: 0; }
	   /* Updated below selector to support Magellan div */
	  .top-bar-section > div > ul > .divider, .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	    border-bottom: none;
	    border-top: none;
	    border-right: solid 1px #4e4e4e;
	    clear: none;
	    height: 90px;
	    width: 0; }
	  .top-bar-section .has-form {
	    padding: 0 15px;
	    height: 90px; }
	  .top-bar-section .right li .dropdown {
	    left: auto;
	    right: 0; }
	    .top-bar-section .right li .dropdown li .dropdown {
	      right: 100%; }
	  .top-bar-section .left li .dropdown {
	    right: auto;
	    left: 0; }
	    .top-bar-section .left li .dropdown li .dropdown {
	      left: 100%; }
	.no-js .top-bar-section .has-dropdown:hover > .dropdown {
	  display: block;
	  position: static !important;
	  height: auto;
	  width: auto;
	  overflow: visible;
	  clip: auto;
	  position: absolute !important; }

	#stacks_in_1257579_258 .menu-align-centered ul.menu {
		display:block;
		text-align:center;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	#stacks_in_1257579_258 .menu-align-centered ul.menu >li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#stacks_in_1257579_258 .menu-align-centered.full-width ul.menu >li {
		float:left;
	}
	#stacks_in_1257579_258 .top-bar .name .site-title small{
		display:inline!important;
	}

 
	#stacks_in_1257579_258 .top-bar-section > ul > .divider,
	#stacks_in_1257579_258 .top-bar-section > ul > [role="separator"] {
		height: 90px;
	}

	#stacks_in_1257579_258 .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 90px;
	}

	#stacks_in_1257579_258 .top-bar-section .has-dropdown > a{
		padding-right: 35px !important;
	}
	#stacks_in_1257579_258 .top-bar-section .has-dropdown > a:after {
		top:50%;
	}
	#stacks_in_1257579_258 .top-bar-section .has-dropdown .dropdown li a{
    	line-height:40px !important;
		padding:0 15px !important;
	}
	#stacks_in_1257579_258 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{
		top: 1rem;
	}
	#stacks_in_1257579_258 .top-bar-section .has-dropdown .dropdown label {
		padding: 8px 15px 2px;
	}
	#stacks_in_1257579_258 .top-bar-section .has-form {
		padding: 0 15px;
		height: 90px;
	}

}

*[dir="rtl"] .top-bar .toggle-topbar.menu-icon a{padding:0 .9375rem 0 2.5rem;text-indent:0}*[dir="rtl"] .top-bar-section ul li > a{padding:12px 0.9375rem}#stacks_in_1257579_258{overflow:visible}#stacks_in_1257579_258 [data-magellan-expedition],#stacks_in_1257579_258 [data-magellan-expedition-clone]{background:none;padding:0 !important}#stacks_in_1257579_258 .contain-to-grid .top-bar{margin:0 auto}#stacks_in_1257579_258 .top-bar-wrapper{z-index:1999}#stacks_in_1257579_258 .top-bar-wrapper .top-bar-section .dropdown{z-index:1999}#stacks_in_1257579_258 .top-bar .site-title small{font-size:60%;display:inline}#stacks_in_1257579_258 .top-bar .top-bar-section ul li{background:none !important}#stacks_in_1257579_258 .top-bar .top-bar-section ul li > a.button{padding-top:0.35rem;position:relative}#stacks_in_1257579_258 a:not(.button){text-decoration:none}#stacks_in_1257579_258 .top-bar-section .has-form{background:inherit}#stacks_in_1257579_258 .top-bar .fa{vertical-align:middle}#stacks_in_1257579_258 .top-bar ul.title-area,#stacks_in_1257579_258 .top-bar ul.zone{z-index:2000}#stacks_in_1257579_258 .top-bar ul.zone{position:relative}#stacks_in_1257579_258 .top-bar .name{display:block;position:relative;padding:0 0.9375rem}#stacks_in_1257579_258 .top-bar .name.collapse{padding:0}#stacks_in_1257579_258 .top-bar .name a{height:45px;display:inline-block}#stacks_in_1257579_258 .top-bar .name span{height:100%}#stacks_in_1257579_258 .top-bar .name img{display:inline-block;vertical-align:top;height:100%;width:auto}#stacks_in_1257579_258 .top-bar .name .site-title{display:inline-block;color:rgba(255, 255, 255, 1.00);height:45px;padding:0;margin:0;line-height:45px;font-size:1.0625rem}#stacks_in_1257579_258 .top-bar .name .site-title small{color:rgba(229, 229, 229, 1.00)}#stacks_in_1257579_258 .top-bar,#stacks_in_1257579_258 .title-area,#stacks_in_1257579_258 a:not(.button){background:transparent}#stacks_in_1257579_258 ul:not(.title-area) .dropdown label{color:rgba(230, 230, 230, 1.00)}#stacks_in_1257579_258 ul:not(.title-area) li:hover > a:not(.button),#stacks_in_1257579_258 ul:not(.title-area) li.has-dropdown > a.hovered:not(.button){background-color:rgba(0, 0, 0, 0.75);color:rgba(255, 204, 102, 1.00)}#stacks_in_1257579_258 .top-bar-section .divider,#stacks_in_1257579_258 .top-bar-section [role="separator"]{border-color:rgba(230, 230, 230, 1.00)}#stacks_in_1257579_258 .top-bar-section .has-dropdown > a:after{border-color:rgba(230, 230, 230, 1.00) transparent transparent transparent}#stacks_in_1257579_258 .top-bar.expanded .toggle-topbar a span{-webkit-box-shadow:none;box-shadow:none}#stacks_in_1257579_258 .top-bar-wrapper:not(.swatch) .site-title{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257579_258 .top-bar-wrapper:not(.swatch) .site-title small{color:rgba(229, 229, 229, 1.00)}#stacks_in_1257579_258 .top-bar-wrapper:not(.swatch) .back > h5,#stacks_in_1257579_258 .top-bar-wrapper:not(.swatch) .back > h5 > a,#stacks_in_1257579_258 .top-bar-wrapper:not(.swatch) a:not(.button){color:rgba(255, 255, 255, 1.00)}#stacks_in_1257579_258 .top-bar-wrapper:not(.swatch) .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);height:1px;background-color:rgba(255, 255, 255, 1.00)}#stacks_in_1257579_258 .top-bar-wrapper:not(.swatch) ul:not(.title-area) ul.dropdown{background:rgba(44, 56, 64, 0.96)}#stacks_in_1257579_258 .top-bar-wrapper.fixed{top:0px}#stacks_in_1257579_258 .top-bar-wrapper.fixed.fixedShadow{-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}#stacks_in_1257579_258 .top-bar-wrapper.solid{background:rgba(44, 56, 64, 0.96)}#stacks_in_1257579_258 .top-bar-wrapper.twotone{background-color:rgba(135, 135, 135, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(+,%id=baseColor[1]),color-stop(+,%id=baseColor[1]),color-stop(+,%id=baseColor[1]),color-stop(50%,rgba(44, 56, 64, 0.96)),color-stop(-,%id=baseColor[0]));background-image:linear-gradient(to bottom,rgba(135, 135, 135, 1.00) 0%,rgba(125, 125, 125, 1.00) 45%,rgba(120, 120, 120, 1.00) 50%,rgba(44, 56, 64, 0.96) 50%,rgba(34, 46, 54, 0.96) 100%)}#stacks_in_1257579_258 .top-bar-wrapper.onecolor{background-color:rgba(84, 96, 104, 0.96);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(+,%id=baseColor[0]),color-stop(85%,rgba(44, 56, 64, 0.96)));background-image:linear-gradient(to bottom,rgba(84, 96, 104, 0.96),rgba(44, 56, 64, 0.96) 85%)}#stacks_in_1257579_258 .top-bar-wrapper.twocolor{background-color:rgba(115, 115, 115, 1.00);background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(115, 115, 115, 1.00)),color-stop(85%,rgba(44, 56, 64, 0.96)));background-image:linear-gradient(to bottom,rgba(115, 115, 115, 1.00),rgba(44, 56, 64, 0.96) 85%)}#stacks_in_1257579_258 .top-bar-wrapper.styleActive li.active > a{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 1.00)}#stacks_in_1257579_258 .top-bar-wrapper.stickyLogo.sticky .top-bar .title-area li.name{visibility:hidden;opacity:0;-webkit-transition:visibility 0s linear 0.5s,opacity 0.5s linear;transition:visibility 0s linear 0.5s,opacity 0.5s linear}#stacks_in_1257579_258 .top-bar-wrapper.stickyLogo.fixed .top-bar .title-area li.name{opacity:1;visibility:visible;-webkit-transition-delay:0s;transition-delay:0s}#stacks_in_1257579_258 .top-bar-wrapper.sticky.sticky-hide{opacity:0;-webkit-transition:opacity 0.1s ease;transition:opacity 0.1s ease}#stacks_in_1257579_258 .top-bar-wrapper.sticky.sticky-hide.fixed{opacity:1;height:90px;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease}#stacks_in_1257579_258 .top-bar-wrapper.sticky.sticky-hide.expanded{height:auto}#stacks_in_1257579_258 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a{padding-right:15px !important}#stacks_in_1257579_258 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a::after{display:none}.f-topbar-fixed{padding-top:90px !important}#stacks_in_1257579_258 .expanded:not(.top-bar) .top-bar-section{margin-top:90px}#stacks_in_1257579_258 .top-bar{height:90px;line-height:90px}#stacks_in_1257579_258 .top-bar.expanded{height:auto;line-height:inherit}#stacks_in_1257579_258 .top-bar .name{height:90px;padding:0 15px}#stacks_in_1257579_258 .top-bar .name .site-title,#stacks_in_1257579_258 .top-bar .name a,#stacks_in_1257579_258 .top-bar .name span{height:90px;line-height:90px;font-size:1.30rem}#stacks_in_1257579_258 .toggle-topbar a{font-size:1.15rem}#stacks_in_1257579_258 .toggle-topbar.menu-icon{right:15px}#stacks_in_1257579_258 .top-bar-section ul li > a{padding-left:15px;font-size:1.15rem}#stacks_in_1257579_258 .top-bar-section ul li > a.button{font-size:1.15rem;padding-right:15px;padding-left:15px}#stacks_in_1257579_258 .top-bar-section .has-form{padding:0 15px}#stacks_in_1257579_258 .top-bar-section .dropdown li{font-size:1.15rem}#stacks_in_1257579_258 .top-bar-section .dropdown li a{padding:8px 15px}#stacks_in_1257579_258 .top-bar-section .dropdown li.has-form{padding:8px 15px}#stacks_in_1257579_258 .top-bar-section .dropdown label{padding:8px 15px 2px;font-size:80%}
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_1257579_260 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_1257579_260 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_1257579_260 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu li > a:hover,
#clean-menu_stacks_in_1257579_260 li > a:hover {
  text-decoration: none;
}

#stacks_in_1257579_260 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_1257579_260 {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_1257579_260 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_1257579_260 ul li > a:after,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_1257579_260.cm-full-menu,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul > div,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul > div a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul ul,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu.clean-menu-active {
  height: auto;
}



#clean-menu-full_stacks_in_1257579_260.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_1257579_260 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_1257579_260.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}


#clean-menu_stacks_in_1257579_260 .cm-toggle span {
  width: 19px;
  border-radius: 4px;
}
#clean-menu_stacks_in_1257579_260 .cm-toggle span:nth-child(1),
#clean-menu_stacks_in_1257579_260 .cm-toggle span:nth-child(4) {
  display: none;
}
#clean-menu_stacks_in_1257579_260 .cm-toggle span:nth-child(2) {
  top: 10px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#clean-menu_stacks_in_1257579_260 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#clean-menu_stacks_in_1257579_260 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 10px;
}
#clean-menu_stacks_in_1257579_260 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 10px;
}


#clean-menu_stacks_in_1257579_260 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_1257579_260 > div {
  align-self: center;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_1257579_260 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-logo {
  max-width: 150px;
  min-width: 150px;
  margin: 0;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-logo .cm-logo-wrap {
  max-width: 150px;
  min-width: 150px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_1257579_260.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_1257579_260 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  display: none;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_1257579_260.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_1257579_260 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  display: none;
  
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_1257579_260.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.40);
  font-size: inherit;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a {
  font-size: inherit;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu > ul > li > a {
  
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(0, 0, 0, 0.40);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  

}
#stacks_in_1257579_260 li > a svg,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 25px;
  height: 25px;
  
}

#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a:hover svg {
  fill: rgba(0, 0, 0, 0.20);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1257579_260 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_1257579_260 h1, #clean-menu_stacks_in_1257579_260 h2, #clean-menu_stacks_in_1257579_260 h3, #clean-menu_stacks_in_1257579_260 h4, #clean-menu_stacks_in_1257579_260 h5, #clean-menu_stacks_in_1257579_260 h6, #clean-menu_stacks_in_1257579_260 .layouts-text, #clean-menu_stacks_in_1257579_260 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu > ul > li,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}
.disable-parents #clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_1257579_260.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}



#clean-menu_stacks_in_1257579_260 .clean-menu-logo {
  margin: 0;
  width: auto;
  max-width: 150px;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  max-width: 150px;
  width: 100%;
  float: right;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-full {
  width: 150px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_1257579_260.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_1257579_260 .clean-menu-full .cm-menu-toggle {
  display: block;
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_1257579_260.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}





#clean-menu_stacks_in_1257579_260 .clean-menu-logo,
#clean-menu_stacks_in_1257579_260 .clean-menu-full {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}



#clean-menu-full_stacks_in_1257579_260.cm-full-menu > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_1257579_260.cm-full-menu {

}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a:visited {
  color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a svg {
  fill: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a:hover {
  color: rgba(255,255,255,.9);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a:hover svg {
  fill: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li > a.cm-heading:hover {
  color: rgba(255,255,255,.6);
  cursor: default;
} */
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-current > a {
  color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-current > a svg {
  fill: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(255,255,255,.6);
}
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(255,255,255,.9);
}
/* #clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(255,255,255,.6);
} */
#clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1257579_260 .cm-toggle span {
  background: rgba(255,255,255,1);
}
#clean-menu_stacks_in_1257579_260 h1, #clean-menu_stacks_in_1257579_260 h2, #clean-menu_stacks_in_1257579_260 h3, #clean-menu_stacks_in_1257579_260 h4, #clean-menu_stacks_in_1257579_260 h5, #clean-menu_stacks_in_1257579_260 h6, #clean-menu_stacks_in_1257579_260 .layouts-text, #clean-menu_stacks_in_1257579_260 p {
  color: rgba(255,255,255,1);
}
.disable-parents #clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > a.parent:hover:after {
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.6);
}



@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1257579_260 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_1257579_260 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_1257579_260 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_1257579_260.clean-menu {
    flex-wrap: wrap-reverse;
  }
  #clean-menu_stacks_in_1257579_260 > div  {
    
    
  }
  
  #clean-menu_stacks_in_1257579_260.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_1257579_260 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_1257579_260 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_1257579_260 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_1257579_260 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_1257579_260 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a {
    font-size: calc(inherit + 2 );
    line-height: calc(inherit + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_1257579_260 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_1257579_260 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_1257579_260 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_1257579_260 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_1257579_260 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_260.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_260.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_1257579_260.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}


.cm-mobile-example #clean-menu_stacks_in_1257579_260 .clean-menu-logo {

}








#clean-menu_stacks_in_1257579_260 .clean-menu-top-level ul li.cm-current > a {
  
}

#stacks_in_1257579_260 {
	padding: 24px 0px 0px 0px;
}

#stacks_in_1257579_264 > .row.max-custom{margin:0 auto;max-width:350px !important}#stacks_in_1257579_264 > .row.max-custom.max-left{margin-left:0}#stacks_in_1257579_264 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1257579_264 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257579_264 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257579_264 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

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

     #stacks_in_1257579_265 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257579_265 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1257579_265 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1257579_265.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:5.00px}#stacks_in_1257579_265.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:5.00px}         @media screen and (max-width:641px){#stacks_in_1257579_265>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1257579_265>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1257579_265 .button.b-p.expand-large:not(.icon-only),#stacks_in_1257579_265>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}  #stacks_in_1257579_265.bp-wrap{font-family:'Raleway',sans-serif;font-weight:400;font-style:normal}  
   @media screen and (max-width:641px){#stacks_in_1257579_265.bp-wrap{padding:24px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_1257579_265.bp-wrap{padding:10px 0px 0px 0px}}         
  #stacks_in_1257579_265 .button.b-p.custom{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;-webkit-box-shadow:inset 0 0 0 2px rgba(243, 243, 243, 1.00);box-shadow:inset 0 0 0 2px rgba(243, 243, 243, 1.00)}#stacks_in_1257579_265 .button.b-p.custom:hover{-webkit-box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 1.00);box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 1.00)} #stacks_in_1257579_265 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.50)}#stacks_in_1257579_265 .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_1257579_265 .button.b-p:not(.bp-hover):hover{color:rgba(255, 204, 102, 1.00)!important; background-color:rgba(0, 0, 0, 0.65);}     
#stacks_in_1257579_313 .f-dropdown{background-color:rgba(25, 25, 25, 1.00);border-color:rgba(20, 20, 20, 1.00);color:rgba(230, 230, 230, 1.00)}#stacks_in_1257579_313 .f-dropdown p,#stacks_in_1257579_313 .f-dropdown h1,#stacks_in_1257579_313 .f-dropdown h2,#stacks_in_1257579_313 .f-dropdown h3,#stacks_in_1257579_313 .f-dropdown h4,#stacks_in_1257579_313 .f-dropdown h5,#stacks_in_1257579_313 .f-dropdown h6,#stacks_in_1257579_313 .f-dropdown div{color:rgba(230, 230, 230, 1.00)}#stacks_in_1257579_313 .f-dropdown:before{border-color:transparent transparent rgba(25, 25, 25, 1.00) transparent}#stacks_in_1257579_313 .f-dropdown:after{border-color:transparent transparent rgba(20, 20, 20, 1.00) transparent}#stacks_in_1257579_313 .f-dropdown li a{color:rgba(230, 230, 230, 1.00)}
#stacks_in_1257579_322 p,#stacks_in_1257579_322 div{margin-bottom:0}#stacks_in_1257579_322 p,#stacks_in_1257579_322 div,#stacks_in_1257579_322 ul,#stacks_in_1257579_322 ol,#stacks_in_1257579_322 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257579_322 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257579_322 a:hover{color:rgba(255, 204, 102, 1.00)}#stacks_in_1257579_322,#stacks_in_1257579_322 div,#stacks_in_1257579_322 p,#stacks_in_1257579_322 ol,#stacks_in_1257579_322 ul li,#stacks_in_1257579_322 ol li,#stacks_in_1257579_322 ol,#stacks_in_1257579_322 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257579_322,#stacks_in_1257579_322 div,#stacks_in_1257579_322 p,#stacks_in_1257579_322 ol,#stacks_in_1257579_322 ul li,#stacks_in_1257579_322 ol li,#stacks_in_1257579_322 ol,#stacks_in_1257579_322 dl{font-size:0.95rem}}@media only screen and (min-width:0px){#stacks_in_1257579_322{}}


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


     #stacks_in_1257579_268 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257579_268 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1257579_268 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1257579_268.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:5.00px}#stacks_in_1257579_268.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:5.00px}         @media screen and (max-width:641px){#stacks_in_1257579_268>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1257579_268>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1257579_268 .button.b-p.expand-large:not(.icon-only),#stacks_in_1257579_268>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}  #stacks_in_1257579_268.bp-wrap{font-family:'Raleway',sans-serif;font-weight:400;font-style:normal}  
   @media screen and (max-width:641px){#stacks_in_1257579_268.bp-wrap{padding:24px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_1257579_268.bp-wrap{padding:10px 0px 0px 0px}}         
  #stacks_in_1257579_268 .button.b-p.custom{-webkit-box-sizing:border-box!important;box-sizing:border-box!important;-webkit-box-shadow:inset 0 0 0 2px rgba(243, 243, 243, 1.00);box-shadow:inset 0 0 0 2px rgba(243, 243, 243, 1.00)}#stacks_in_1257579_268 .button.b-p.custom:hover{-webkit-box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 1.00);box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 1.00)} #stacks_in_1257579_268 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.50)}#stacks_in_1257579_268 .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_1257579_268 .button.b-p:not(.bp-hover):hover{color:rgba(255, 204, 102, 1.00)!important; background-color:rgba(0, 0, 0, 0.65);}     
.chroma-mark{position:relative}#stacks_in_1257579_273.chroma-marker{position:absolute;top:40.00px}
#stacks_in_1257583 .impact-slide{background-image:url("../thanks2_files/slideshowImage-1257583.jpg")}.slide-stacks_in_1257583 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1257583 .impact-container.h-right{right:0px}.slide-stacks_in_1257583 .impact-container.h-left{left:0px}.slide-stacks_in_1257583 .impact-container.v-top{top:0px}.slide-stacks_in_1257583.kb-zoom-in-stacks_in_1257583.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1257583 3000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1257583.kb-zoom-out-stacks_in_1257583.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1257583 3000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1257583{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1257583{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_1257605{overflow:visible !important}#stacks_in_1257605 > .impact-animate{animation-duration:2000ms;animation-delay:1000ms}
#stacks_in_1257607 p,#stacks_in_1257607 div,#stacks_in_1257607 ul,#stacks_in_1257607 ol,#stacks_in_1257607 dl{line-height:0.10;font-size:1.50rem}

#stacks_in_1257608 {
	font-size: 125%;
}
#stacks_in_1257582 .impact-slide{background-image:url("../thanks2_files/slideshowImage-1257582.jpg")}.slide-stacks_in_1257582 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_1257582 .impact-container.h-right{right:0px}.slide-stacks_in_1257582 .impact-container.h-left{left:0px}.slide-stacks_in_1257582 .impact-container.v-top{top:0px}.slide-stacks_in_1257582.kb-zoom-in-stacks_in_1257582.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_1257582 3000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_1257582.kb-zoom-out-stacks_in_1257582.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_1257582 3000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_1257582{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_1257582{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_1257610{overflow:visible !important}#stacks_in_1257610 > .impact-animate{animation-duration:2000ms;animation-delay:1000ms}
#stacks_in_1257612 p,#stacks_in_1257612 div,#stacks_in_1257612 ul,#stacks_in_1257612 ol,#stacks_in_1257612 dl{line-height:0.10;font-size:1.50rem}

#stacks_in_1257613 {
	font-size: 125%;
}

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

@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
body.sideMenuOpen {
  overflow: hidden !important; }
#sideMenuToggleContainer_stacks_in_1257433_84 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  text-align: center;
  /*  */
  /*  */ }

#sideMenuToggle_stacks_in_1257433_84 {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  z-index: 9999;
  box-sizing: border-box;
  pointer-events: all;
  color: #FFFFFF;
  padding: 7px 10px 7px 10px;
  border-radius: 0px;
  /*  */
  width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Lato";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */ }
  #sideMenuToggle_stacks_in_1257433_84 span, #sideMenuToggle_stacks_in_1257433_84 i {
    vertical-align: middle; }
  #sideMenuToggle_stacks_in_1257433_84 span {
    font-size: 24px; }
  #sideMenuToggle_stacks_in_1257433_84 i {
    font-size: 30px; }
    #sideMenuToggle_stacks_in_1257433_84 * {
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
            }
#sideMenuContainer_stacks_in_1257433_84:before, #sideMenuContainer_stacks_in_1257433_84:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 1;
  display: block;
  position: absolute; }

#sideMenuContainer_stacks_in_1257433_84:before {
  /*  */
  background: #333333;
  /*  */
  /*  */
  /*  */ }

#sideMenuContainer_stacks_in_1257433_84:after {
  /*  */ }

#sideMenu_stacks_in_1257433_84 {
  opacity: 1;
  padding: 10px 15px 10px 15px;
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Open Sans";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1257433_84 .close-icon {
  opacity: 0;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-bottom: 2px;
  box-sizing: border-box;
  z-index: 9999;
  /*  */
  text-align: right;
  /*  */ }
  #sideMenu_stacks_in_1257433_84 .close-icon i {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    box-sizing: content-box;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    /*  */
    width: 35px;
    height: 35px;
    padding: 10px;
    margin: 5px 0;
    font-size: 35px;
    line-height: 35px;
    color: #CCCCCC;
    /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu,
#sideMenu_stacks_in_1257433_84 #cssmenu ul,
#sideMenu_stacks_in_1257433_84 #cssmenu ul li,
#sideMenu_stacks_in_1257433_84 #cssmenu ul li a {
  margin: 0;
  bottom: 0;
  padding: 0;
  display: block;
  line-height: 1;
  list-style: none;
  position: relative;
  box-sizing: border-box; }

#sideMenu_stacks_in_1257433_84 #cssmenu {
  width: 100%;
  font-family: inherit; }

#sideMenu_stacks_in_1257433_84 #cssmenu ul > li a small {
  display: block;
  margin-top: 7px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.60); }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul li a small {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  /*  */
  color: rgba(255, 255, 255, 0.60);
  /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu ul > li a i:first-of-type {
  color: inherit;
  vertical-align: top;
  font-size: 22px; }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul li a i:first-of-type {
  color: inherit;
  vertical-align: top;
  font-size: 18px; }

#sideMenuContainer_stacks_in_1257433_84 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons {
  top: 0;
  z-index: 5;
  height: 100%;
  display: block;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  /*  */
  right: 0;
  width: 46px;
  /*  */ }
  #sideMenuContainer_stacks_in_1257433_84 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-open-icon, #sideMenuContainer_stacks_in_1257433_84 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-close-icon {
    top: 50%;
    left: 50%;
    display: block;
    color: inherit;
    position: absolute;
    font-size: 24px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  #sideMenuContainer_stacks_in_1257433_84 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-open-icon {
    opacity: 1;
    visibility: visible; }
  #sideMenuContainer_stacks_in_1257433_84 #cssmenu ul > li.has-sub > a span.sideMenu_dropdown_icons i.dropdown-close-icon {
    opacity: 0;
    visibility: hidden; }

#sideMenuContainer_stacks_in_1257433_84.open #cssmenu ul > li.has-sub.open > a i.dropdown-open-icon, #sideMenuContainer_stacks_in_1257433_84.open #cssmenu ul > li.has-sub.open > a i.dropdown-close-icon {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /*  */
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  /*  */ }

#sideMenuContainer_stacks_in_1257433_84.open #cssmenu ul > li.has-sub.open > a i.dropdown-open-icon {
  opacity: 0;
  visibility: hidden; }

#sideMenuContainer_stacks_in_1257433_84.open #cssmenu ul > li.has-sub.open > a i.dropdown-close-icon {
  opacity: 1;
  visibility: visible; }

#sideMenuContainer_stacks_in_1257433_84.open #cssmenu ul > li.has-sub > a i.dropdown-open-icon {
  opacity: 1;
  visibility: visible; }

#sideMenuContainer_stacks_in_1257433_84.open #cssmenu ul > li.has-sub > a i.dropdown-close-icon {
  opacity: 0;
  visibility: hidden; }

/*  */
#sideMenu_stacks_in_1257433_84 #cssmenu ul > li.has-sub > a {
  /*  */
  padding: 16px 48px 16px 22px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu > ul > li > a {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  color: #CCCCCC;
  padding: 16px 22px 16px 22px;
  font-size: 22px;
  border-radius: 3px;
  margin-bottom: 10px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */ }
  #sideMenu_stacks_in_1257433_84 #cssmenu > ul > li > a:first-child {
    margin-top: 0; }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul li a {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  border-radius: 3px;
  margin-bottom: 10px;
  /*  */
  color: #CCCCCC;
  padding: 16px 22px 16px 22px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }

/*  */
#sideMenu_stacks_in_1257433_84 #cssmenu ul ul li a {
  /*  */
  margin-left: 15px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul ul li a {
  /*  */
  margin-left: 30px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul ul ul li a {
  /*  */
  margin-left: 45px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul ul ul ul li a {
  /*  */
  margin-left: 60px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul ul ul ul li a {
  /*  */
  margin-left: 75px;
  /*  */
  /*  */
  /*  */ }

/*  */
@-webkit-keyframes elegantOpen {
  0% {
    margin-left: -500px; }
  100% {
    margin-left: 0px; } }
@keyframes elegantOpen {
  0% {
    margin-left: -500px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes elegantClose {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -500px; } }

@keyframes elegantClose {
  0% {
    margin-left: 0px; }
  100% {
    margin-left: -500px; } }

/*  */
#sideMenuToggleContainer_stacks_in_1257433_84 {
  /*  */
  width: auto;
  position: static;
  /*  */
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  top: 0;
  /*  */
  padding: 0px 0px 0px 0px; }

#sideMenuToggle_stacks_in_1257433_84:hover {
  cursor: pointer;
  color: #E6E6E6;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_1257433_84 .close-icon i:hover {
  /*  */
  /*  */
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /*  */
  /*  */ }

#sideMenuContainer_stacks_in_1257433_84 {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  position: fixed;
  visibility: hidden;
  z-index: 10000;
  left: -100%;
  transition: all 0.2s ease-in; }

/*  */
@media only screen and (max-width: 440px) {
  #sideMenuContainer_stacks_in_1257433_84 {
    max-width: 250px; } }

@media only screen and (max-width: 770px) and (min-width: 441px) {
  #sideMenuContainer_stacks_in_1257433_84 {
    max-width: 300px; } }

@media only screen and (min-width: 771px) {
  #sideMenuContainer_stacks_in_1257433_84 {
    max-width: 400px; } }

/*  */
/*  */
#sideMenuContainer_stacks_in_1257433_84:before, #sideMenuContainer_stacks_in_1257433_84:after {
  content: '';
  z-index: -1;
  width: 100%;
  height: 120%;
  transition: opacity 0.1s ease-in; }

#sideMenuContainer_stacks_in_1257433_84.open {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-out; }
  #sideMenuContainer_stacks_in_1257433_84.open:before {
    visibility: visible;
    opacity: 0.90;
    transition: opacity 0.1s ease; }
  #sideMenuContainer_stacks_in_1257433_84.open .close-icon {
    opacity: 1;
    transition-delay: 0.4s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.4s;
    transition: all 0.3s ease; }

#sideMenu_stacks_in_1257433_84 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  visibility: visible;
  box-sizing: border-box; }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul {
  display: none; }

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

#sideMenuContainer_stacks_in_1257433_84 #cssmenu > ul > li {
  left: -100%;
  opacity: 0;
  transition: left 0.3s ease; }

#sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li {
  left: 0%;
  opacity: 1;
  transition: all 0.3s ease; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(1) {
    transition-delay: 0.2s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(2) {
    transition-delay: 0.3s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(3) {
    transition-delay: 0.4s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(4) {
    transition-delay: 0.5s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(5) {
    transition-delay: 0.6s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(6) {
    transition-delay: 0.7s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(7) {
    transition-delay: 0.8s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(8) {
    transition-delay: 0.9s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(9) {
    transition-delay: 1s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(10) {
    transition-delay: 1.1s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(11) {
    transition-delay: 1.2s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(12) {
    transition-delay: 1.3s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(13) {
    transition-delay: 1.4s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(14) {
    transition-delay: 1.5s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(15) {
    transition-delay: 1.6s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(16) {
    transition-delay: 1.7s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(17) {
    transition-delay: 1.8s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(18) {
    transition-delay: 1.9s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(19) {
    transition-delay: 2s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(20) {
    transition-delay: 2.1s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(21) {
    transition-delay: 2.2s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(22) {
    transition-delay: 2.3s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(23) {
    transition-delay: 2.4s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(24) {
    transition-delay: 2.5s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(25) {
    transition-delay: 2.6s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(26) {
    transition-delay: 2.7s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(27) {
    transition-delay: 2.8s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(28) {
    transition-delay: 2.9s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(29) {
    transition-delay: 3s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(30) {
    transition-delay: 3.1s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(31) {
    transition-delay: 3.2s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(32) {
    transition-delay: 3.3s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(33) {
    transition-delay: 3.4s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(34) {
    transition-delay: 3.5s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(35) {
    transition-delay: 3.6s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(36) {
    transition-delay: 3.7s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(37) {
    transition-delay: 3.8s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(38) {
    transition-delay: 3.9s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(39) {
    transition-delay: 4s; }
  #sideMenuContainer_stacks_in_1257433_84.open #cssmenu > ul > li:nth-child(40) {
    transition-delay: 4.1s; }

#sideMenu_stacks_in_1257433_84 #cssmenu ul > li a:hover small {
  font-size: 20px;
  color: rgba(255, 255, 255, 1.00); }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul li a:hover small {
  font-size: 16px;
  /*  */
  color: rgba(255, 255, 255, 1.00);
  /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu > ul > li > a:hover {
  color: #FFFFFF;
  /*  */
  /*  */
  background: rgba(0, 0, 0, 1.00);
  /*  */
  /*  */ }

#sideMenu_stacks_in_1257433_84 #cssmenu ul ul li a:hover {
  /*  */
  color: #FFFFFF;
  /*  */
  /*  */
  background: rgba(0, 0, 0, 1.00);
  /*  */
  /*  */
  /*  */ }

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

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

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

/*  */
/*  */
/*  */ }
  #sideMenuItem_stacks_in_1257433_91.sub_level_5::before {
    content: 'Sub Level 5';
    background: purple; }

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

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

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

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



#stacks_in_1257013 {
	margin:  10px;
	padding:  10px;
}
#stacks_in_1257015 p,#stacks_in_1257015 div{margin-bottom:0}#stacks_in_1257015 p,#stacks_in_1257015 div,#stacks_in_1257015 ul,#stacks_in_1257015 ol,#stacks_in_1257015 dl{line-height:1.40;font-size:1.05rem}

#stacks_in_1257015 {
	margin:  10px;
	padding:  10px;
}
#parallax_stacks_in_1257528{position:relative;overflow:visible}#parallax_stacks_in_1257528 .parallax-overlay{position:absolute;top:-0px;height:calc(100% + 0px);width:100%;opacity:0.50}#parallax_stacks_in_1257528 .parallax-overlay.overlay-hide{display:none}#parallax_stacks_in_1257528 .parallax-overlay.overlay-color{background-color:rgba(0, 0, 0, 1.00)}#parallax_stacks_in_1257528 .parallax-overlay.overlay-tile{background-image:url();background-repeat:repeat}@media only screen and (max-width:40em){#parallax_stacks_in_1257528 .parallax-overlay{height:100%;top:0}}#parallax_stacks_in_1257528{background:transparent}#parallax_stacks_in_1257528.type-cover{position:absolute}#parallax_stacks_in_1257528.type-image{min-height:600px}#parallax_stacks_in_1257528.touch-device{background-image:none !important;position:relative}#parallax_stacks_in_1257528.touch-device:after{position:absolute;content:"";top:0;left:0;bottom:0;right:0;height:100%;width:100%;background-size:cover;background-position:center center;overflow:hidden;opacity:1.00;z-index:-1}#parallax_stacks_in_1257528 > *{z-index:10}@media only screen and (max-width:40em){.parallax-mirror{display:none}#parallax_stacks_in_1257528{background-image:none !important;position:relative}#parallax_stacks_in_1257528:after{position:absolute;content:"";top:0;left:0;bottom:0;right:0;height:100%;width:100%;background-size:cover;background-position:center center;overflow:hidden;opacity:1.00;z-index:-1}}
#stacks_in_1257529 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257529 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1257529 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1257529 > .row.padding-detailed.padding-medium-up,#stacks_in_1257529 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257529 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1257529 > .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_1257529 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257529 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

 #stacks_in_1257530{ height:auto;overflow:hidden;min-height:600px;max-height:600px; } 
.target_stacks_in_1257531{}.target_stacks_in_1257531.rotate{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.target_stacks_in_1257531.width-flexible{width:100%}.target_stacks_in_1257531.width-fixed{width:250px}.target_stacks_in_1257531.height-flexible{height:100%}.target_stacks_in_1257531.height-fixed{height:250px}.target_stacks_in_1257531.top_pt{top:0%}.target_stacks_in_1257531.top_px{top:0px}.target_stacks_in_1257531.bottom_pt{bottom:0%}.target_stacks_in_1257531.bottom_px{bottom:0px}.target_stacks_in_1257531.right_pt{right:0%}.target_stacks_in_1257531.right_px{right:0px}.target_stacks_in_1257531.left_pt{left:0%}.target_stacks_in_1257531.left_px{left:0px}
#stacks_in_1257532 > .row{padding-top:3.00rem;padding-bottom:3.00rem}#stacks_in_1257532 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1257532 > .row.padding-detailed{padding:5.00% 0.00rem 5.00% 0.00rem}@media only screen and (max-width:40em){#stacks_in_1257532 > .row.padding-detailed.padding-medium-up,#stacks_in_1257532 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257532 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1257532 > .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_1257532 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257532 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1257533 p,#stacks_in_1257533 div{margin-bottom:0}#stacks_in_1257533 p,#stacks_in_1257533 div,#stacks_in_1257533 ul,#stacks_in_1257533 ol,#stacks_in_1257533 dl{line-height:1.40;font-size:1.75rem}

#stacks_in_1257534 {
	font-size: 125%;
}
@font-face {
	font-family: 'icomoon';
  src:  url('../thanks2_files/scrollpage_icons/icomoon.eot?8zq521');
  src:  url('../thanks2_files/scrollpage_icons/icomoon.eot?8zq521#iefix') format('embedded-opentype'),
    url('../thanks2_files/scrollpage_icons/icomoon.woff2?8zq521') format('woff2'),
    url('../thanks2_files/scrollpage_icons/icomoon.ttf?8zq521') format('truetype'),
    url('../thanks2_files/scrollpage_icons/icomoon.woff?8zq521') format('woff'),
    url('../thanks2_files/scrollpage_icons/icomoon.svg?8zq521#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="sp-icon-"], [class*=" sp-icon-"] {
	color: #FFFFFF;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

.sp-icon-chevron-rounded:before{content: "\e600"; }
.sp-icon-chevron-rounded-thick:before{content: "\e601"; }
.sp-icon-chevron-thin:before{content: "\e602"; }
.sp-icon-chevron-thick:before{content: "\e603"; }
.sp-icon-arrow:before{content: "\e604"; }
.sp-icon-arrow-thin:before{content: "\e605"; }
.sp-icon-arrow-thick:before{content: "\e606"; }
.sp-icon-round-1:before{content: "\e607"; }
.sp-icon-round-2:before{content: "\e608"; }
.sp-icon-round-3:before{content: "\e609"; }
.sp-icon-round-4:before{content: "\e60a"; }

#ncd-sp-arrow {
	display: inline-block;
	line-height: 0;
	z-index: 1000000;
	padding: 5px;
	background: #96001F;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	
	
	opacity: 0;
	border-color: #09215E;
}
#ncd-sp-arrow i {font-size: 44px;}
#ncd-sp-arrow.show i {cursor: pointer;}


#ncd-sp-arrow {
	position: fixed;
	opacity: 0;
	margin: 30px;
	-webkit-transition: opacity 150ms, -webkit-transform 150ms;
	transition: opacity 150ms, transform 150ms;
	
	-webkit-transform: rotateY(-55deg);
			-ms-transform: rotateY(-55deg);
					transform: rotateY(-55deg);}

#ncd-sp-arrow.show.down-amount, 
#ncd-sp-arrow.show.down-container{
-webkit-transition: opacity 750ms 0, -webkit-transform 750ms 0;
	transition: opacity 750ms 0, transform 750ms 0;
	
}

#ncd-sp-arrow .rotateThis{
	-webkit-transition: -webkit-transform 700ms;
					transition: transform 700ms;
}

#ncd-sp-arrow.show.down-amount .rotateThis, 
#ncd-sp-arrow.show.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(-180deg);
					transform: rotate(-180deg);}
#ncd-sp-arrow.down-amount .rotateThis, 
#ncd-sp-arrow.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(0);
					transform: rotate(0);
}

#ncd-sp-arrow.show {
	opacity: 1; 
	-webkit-transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);
					transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);}

#ncd-sp-arrow.tl{top: 0;left: 0; }
#ncd-sp-arrow.tc{top: 0;left: 50%; }
#ncd-sp-arrow.tr{top: 0;right: 0; }
#ncd-sp-arrow.bl{bottom: 0;left: 0; }
#ncd-sp-arrow.bc{bottom: 0;left: 50%; }
#ncd-sp-arrow.br{bottom: 0;right: 0; }

@media screen and (max-width: 400px) {
	#ncd-sp-arrow{
		display: none;
	}
}


#stacks_in_1257574_1255356 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_1257574_1255356 > .s-pro > .sections-layer{display:none}#stacks_in_1257574_1255356 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_1257574_1255356 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_1257574_1255356 > .s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00% !important}@media screen and (min-width:640px){#stacks_in_1257574_1255356 > .s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00% !important}}#stacks_in_1257574_1255356 > .s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00% !important}@media screen and (min-width:640px){#stacks_in_1257574_1255356 > .s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00% !important}}
    #stacks_in_1257574_1255360.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1257574_1255360.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:1000px;}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 0.00% 4.00% 0.00% }#stacks_in_1257574_1255360.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1257574_1255360.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:1000px;}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1257574_1255360.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:1000px;}
#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1257574_1255360.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1257574_1255360.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_1257574_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1257574_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}  @media screen and (min-width:640px){#stacks_in_1257574_1255360.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 4.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1257574_1255360.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 4.00% 0.00% }}  #stacks_in_1257574_1255360.blu-wrap>.blueprint-col>.blucol-content.bdr-stack{border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-style:solid;border-radius:15px}
    #stacks_in_1257574_1255365.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1257574_1255365.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col{}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col>.blucol-content{margin:17.00% 0.00% 17.00% 0.00% ;padding: 0px }#stacks_in_1257574_1255365.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1257574_1255365.blu-wrap>.blueprint-col{ }#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1257574_1255365.blu-wrap>.blueprint-col{ }
#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1257574_1255365.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1257574_1255365.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_1257574_1255365.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 7.00% 0.00% }}    
    #stacks_in_1257574_1255385.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1257574_1255385.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 0.00% 0.00% ;padding: 0px }#stacks_in_1257574_1255385.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1257574_1255385.blu-wrap>.blueprint-col{ }#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1257574_1255385.blu-wrap>.blueprint-col{ }
#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1257574_1255385.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1257574_1255385.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_1257574_1255387{overflow:visible !important}#stacks_in_1257574_1255387 > .impact-animate{animation-duration:800ms;animation-delay:1200ms}
#stacks_in_1257574_1255389 p,#stacks_in_1257574_1255389 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_1257574_1255389{}}#stacks_in_1257574_1255389,#stacks_in_1257574_1255389 div,#stacks_in_1257574_1255389 p,#stacks_in_1257574_1255389 ul,#stacks_in_1257574_1255389 ul li,#stacks_in_1257574_1255389 ol li,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 dl,#stacks_in_1257574_1255389 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Voltaire",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_1257574_1255389,#stacks_in_1257574_1255389 div,#stacks_in_1257574_1255389 p,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 ul li,#stacks_in_1257574_1255389 ol li,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 dl{font-size:1.50rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1257574_1255389,#stacks_in_1257574_1255389 div,#stacks_in_1257574_1255389 p,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 ul li,#stacks_in_1257574_1255389 ol li,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 dl{font-size:1.80rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1257574_1255389,#stacks_in_1257574_1255389 div,#stacks_in_1257574_1255389 p,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 ul li,#stacks_in_1257574_1255389 ol li,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 dl{font-size:2.60rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1257574_1255389,#stacks_in_1257574_1255389 div,#stacks_in_1257574_1255389 p,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 ul li,#stacks_in_1257574_1255389 ol li,#stacks_in_1257574_1255389 ol,#stacks_in_1257574_1255389 dl{font-size:3.00rem!important}}
/* Start Responsive Shim stack CSS code */.stacks_in_1257574_1255393shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_1257574_1255394{overflow:visible !important}#stacks_in_1257574_1255394 > .impact-animate{animation-duration:800ms;animation-delay:2500ms}
@media only screen and (min-width:0px){#stacks_in_1257574_1255395{}}#stacks_in_1257574_1255395,#stacks_in_1257574_1255395 div,#stacks_in_1257574_1255395 p,#stacks_in_1257574_1255395 ul,#stacks_in_1257574_1255395 ul li,#stacks_in_1257574_1255395 ol li,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 dl,#stacks_in_1257574_1255395 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Voltaire",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_1257574_1255395,#stacks_in_1257574_1255395 div,#stacks_in_1257574_1255395 p,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 ul li,#stacks_in_1257574_1255395 ol li,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_1257574_1255395,#stacks_in_1257574_1255395 div,#stacks_in_1257574_1255395 p,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 ul li,#stacks_in_1257574_1255395 ol li,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 dl{font-size:1.70rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_1257574_1255395,#stacks_in_1257574_1255395 div,#stacks_in_1257574_1255395 p,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 ul li,#stacks_in_1257574_1255395 ol li,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 dl{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_1257574_1255395,#stacks_in_1257574_1255395 div,#stacks_in_1257574_1255395 p,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 ul li,#stacks_in_1257574_1255395 ol li,#stacks_in_1257574_1255395 ol,#stacks_in_1257574_1255395 dl{font-size:2.40rem!important}}
/* Start Responsive Shim stack CSS code */.stacks_in_1257574_1255399shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_1257574_1255459 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255459 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1257574_1255459 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1257574_1255459 > .row.padding-detailed.padding-medium-up,#stacks_in_1257574_1255459 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257574_1255459 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1257574_1255459 > .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_1257574_1255459 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257574_1255459 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_1257574_1255459 > .row.max-custom{margin:0 auto;max-width:325px !important}#stacks_in_1257574_1255459 > .row.max-custom.max-left{margin-left:0}#stacks_in_1257574_1255459 > .row.max-custom.max-right{margin-right:0}
/* Start Responsive Shim stack CSS code */.stacks_in_1257574_1255461_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_1257574_1255463_7{text-align:center}    #stacks_in_1257574_1255463_7 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255463_7 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1257574_1255463_7 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1257574_1255463_7.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_1257574_1255463_7.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_1257574_1255463_7>.button.b-p,#stacks_in_1257574_1255463_7>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1257574_1255463_7>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1257574_1255463_7>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1257574_1255463_7.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1257574_1255463_7 .button.b-p.expand-large:not(.icon-only),#stacks_in_1257574_1255463_7>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1257574_1255463_7.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1257574_1255463_7 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1257574_1255463_7 .button.b-p:not(.icon-only){width:280.00px}}   
  
/* Start Responsive Shim stack CSS code */.stacks_in_1257574_1255464_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_1257574_1255465_6{text-align:center}    #stacks_in_1257574_1255465_6 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255465_6 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1257574_1255465_6 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1257574_1255465_6.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1257574_1255465_6.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_1257574_1255465_6>.button.b-p,#stacks_in_1257574_1255465_6>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1257574_1255465_6>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1257574_1255465_6>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1257574_1255465_6.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1257574_1255465_6 .button.b-p.expand-large:not(.icon-only),#stacks_in_1257574_1255465_6>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1257574_1255465_6.bp-wrap{padding:0px 0px 0px 0px}}    @media screen and (min-width:641px) and (max-width:1000px){#stacks_in_1257574_1255465_6.bp-wrap{display:none!important}}  @media screen and (min-width:1000px){#stacks_in_1257574_1255465_6.bp-wrap{display:none!important}}   #stacks_in_1257574_1255465_6 .button.b-p:not(.icon-only){width:250.00px}@media screen and (min-width:641px){#stacks_in_1257574_1255465_6 .button.b-p:not(.icon-only){width:280.00px}}   
  
/* Start Responsive Shim stack CSS code */.stacks_in_1257574_1255466_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_1257574_1255467_2{text-align:center}    #stacks_in_1257574_1255467_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255467_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1257574_1255467_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1257574_1255467_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1257574_1255467_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_1257574_1255467_2>.button.b-p,#stacks_in_1257574_1255467_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1257574_1255467_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1257574_1255467_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1257574_1255467_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1257574_1255467_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_1257574_1255467_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1257574_1255467_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1257574_1255467_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1257574_1255467_2 .button.b-p:not(.icon-only){width:280.00px}}   
  
#stacks_in_1257574_1255468 > .row.max-custom{margin:0 auto;max-width:600px !important}#stacks_in_1257574_1255468 > .row.max-custom.max-left{margin-left:0}#stacks_in_1257574_1255468 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1257574_1255468 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255468 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257574_1255468 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

  #stacks_in_1257574_1255471_7{text-align:center}    #stacks_in_1257574_1255471_7 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255471_7 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1257574_1255471_7 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1257574_1255471_7.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_1257574_1255471_7.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_1257574_1255471_7>.button.b-p,#stacks_in_1257574_1255471_7>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1257574_1255471_7>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1257574_1255471_7>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1257574_1255471_7.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1257574_1255471_7 .button.b-p.expand-large:not(.icon-only),#stacks_in_1257574_1255471_7>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1257574_1255471_7.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1257574_1255471_7 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1257574_1255471_7 .button.b-p:not(.icon-only){width:280.00px}}   
  

  #stacks_in_1257574_1255469_2{text-align:center}    #stacks_in_1257574_1255469_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255469_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_1257574_1255469_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_1257574_1255469_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_1257574_1255469_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_1257574_1255469_2>.button.b-p,#stacks_in_1257574_1255469_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1257574_1255469_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1257574_1255469_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1257574_1255469_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1257574_1255469_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_1257574_1255469_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_1257574_1255469_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_1257574_1255469_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_1257574_1255469_2 .button.b-p:not(.icon-only){width:280.00px}}   
  
.style-pro-stacks_in_1257574_1255360::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1257574_1255360:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(134, 159, 194, 1.00);-webkit-box-shadow: -1px 15px 30px 3px rgba(12, 21, 38, 0.32)  ;box-shadow: -1px 15px 30px 3px rgba(12, 21, 38, 0.32)  }.style-pro-stacks_in_1257574_1255360:not(.bdr-vault)::before,.style-pro-stacks_in_1257574_1255360:not(.bdr-vault)::after{border-radius: 10px }.style-pro-stacks_in_1257574_1255360:not(.bdr-vault) > .sections-layer{border-radius: 10px }@media screen and (max-width:640px){.style-pro-stacks_in_1257574_1255360:not(.bdr-vault):before,.style-pro-stacks_in_1257574_1255360:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_1257574_1255360:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_1257574_1255360:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}
.ovl-style-pro-stacks_in_1257574_1255360::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.ovl-style-pro-stacks_in_1257574_1255360:not(.o-bg-vault)::after{background-color:rgba(255, 255, 255, 0.24)}

#stacks_in_1257574_1255356 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_1257574_1255356 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_1257574_1255356 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_1257574_1255356 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_1257574_1255356 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_1257574_1255357{opacity:0 !important}#stacks_in_1257574_1255356 > .s-pro > .sections-layer > #vid-stacks_in_1257574_1255357.not-started.hide-when-played{display:none !important}#stacks_in_1257574_1255356 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_1257574_1255357.hide-when-played{display:none !important}#vid-stacks_in_1257574_1255357{opacity:1.0}#vid-stacks_in_1257574_1255357.pre-load{opacity:0}#play-stacks_in_1257574_1255357{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_1257574_1255357.pl-rect{height:80px}#play-stacks_in_1257574_1255357.pl-square,#play-stacks_in_1257574_1255357.pl-circ{height:100px}#play-stacks_in_1257574_1255357.pl-circ{border-radius:50%}#play-stacks_in_1257574_1255357::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_1257574_1255357::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_1257574_1255357:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_1257574_1255357:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_1257574_1255357.not-started{display:block}#play-stacks_in_1257574_1255357.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-none{background:transparent}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-color{background-color:rgba(0, 3, 1, 1.00)}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image.bg-fixed{background-attachment:fixed;width:100%}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image:not(.bg-warehouse){background-image:url(../thanks2_files/bgImage-1255357-899.jpg)}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image.bg-warehouse{background-image:url()}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image.bg-col-mob{background-color:transparent}@media only screen and (max-width:40.063em){#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image.bg-col-mob{background-color:rgba(0, 3, 1, 1.00);background-image:none}}@media only screen and (max-device-width:1024px){#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image.bg-fixed{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image:not(.bg-warehouse){background-image:url(../thanks2_files/bgImageLarge-1255357-899.jpg);opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-col-mob{background-color:transparent}#stacks_in_1257574_1255356 .vb-stacks_in_1257574_1255357.bg-image.bg-warehouse{}}
#stacks_in_1257574_1255160 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255160 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1257574_1255160 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1257574_1255160 > .row.padding-detailed.padding-medium-up,#stacks_in_1257574_1255160 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257574_1255160 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1257574_1255160 > .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_1257574_1255160 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257574_1255160 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1257574_1255160 {
	background-color: rgba(169, 15, 41, 1.00);
}
#stacks_in_1257574_1255424 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255424 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1257574_1255424 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1257574_1255424 > .row.padding-detailed.padding-medium-up,#stacks_in_1257574_1255424 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257574_1255424 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1257574_1255424 > .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_1257574_1255424 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257574_1255424 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1257574_1255414 > .row.max-custom{margin:0 auto;max-width:800px !important}#stacks_in_1257574_1255414 > .row.max-custom.max-left{margin-left:0}#stacks_in_1257574_1255414 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1257574_1255414 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255414 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257574_1255414 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
@media only screen and (max-width:414px){#stacks_in_1257574_1255179 p,#stacks_in_1257574_1255179 div{text-align:center !important}}#stacks_in_1257574_1255179 p,#stacks_in_1257574_1255179 div{margin-bottom:0}#stacks_in_1257574_1255179 p,#stacks_in_1257574_1255179 div,#stacks_in_1257574_1255179 ul,#stacks_in_1257574_1255179 ol,#stacks_in_1257574_1255179 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255179 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255179 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255179,#stacks_in_1257574_1255179 div,#stacks_in_1257574_1255179 p,#stacks_in_1257574_1255179 ol,#stacks_in_1257574_1255179 ul li,#stacks_in_1257574_1255179 ol li,#stacks_in_1257574_1255179 ol,#stacks_in_1257574_1255179 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255179,#stacks_in_1257574_1255179 div,#stacks_in_1257574_1255179 p,#stacks_in_1257574_1255179 ol,#stacks_in_1257574_1255179 ul li,#stacks_in_1257574_1255179 ol li,#stacks_in_1257574_1255179 ol,#stacks_in_1257574_1255179 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255179,#stacks_in_1257574_1255179 div,#stacks_in_1257574_1255179 p,#stacks_in_1257574_1255179 .fa:not(.no-indent),#stacks_in_1257574_1255179 ol,#stacks_in_1257574_1255179 ul li,#stacks_in_1257574_1255179 ol li,#stacks_in_1257574_1255179 ol,#stacks_in_1257574_1255179 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255179{}}

@media only screen and (max-width:414px){#stacks_in_1257574_1255175 p,#stacks_in_1257574_1255175 div{text-align:center !important}}#stacks_in_1257574_1255175 p,#stacks_in_1257574_1255175 div{margin-bottom:0}#stacks_in_1257574_1255175 p,#stacks_in_1257574_1255175 div,#stacks_in_1257574_1255175 ul,#stacks_in_1257574_1255175 ol,#stacks_in_1257574_1255175 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255175 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255175 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255175,#stacks_in_1257574_1255175 div,#stacks_in_1257574_1255175 p,#stacks_in_1257574_1255175 ol,#stacks_in_1257574_1255175 ul li,#stacks_in_1257574_1255175 ol li,#stacks_in_1257574_1255175 ol,#stacks_in_1257574_1255175 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255175,#stacks_in_1257574_1255175 div,#stacks_in_1257574_1255175 p,#stacks_in_1257574_1255175 ol,#stacks_in_1257574_1255175 ul li,#stacks_in_1257574_1255175 ol li,#stacks_in_1257574_1255175 ol,#stacks_in_1257574_1255175 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255175,#stacks_in_1257574_1255175 div,#stacks_in_1257574_1255175 p,#stacks_in_1257574_1255175 .fa:not(.no-indent),#stacks_in_1257574_1255175 ol,#stacks_in_1257574_1255175 ul li,#stacks_in_1257574_1255175 ol li,#stacks_in_1257574_1255175 ol,#stacks_in_1257574_1255175 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255175{}}

@media only screen and (max-width:414px){#stacks_in_1257574_1255405 p,#stacks_in_1257574_1255405 div{text-align:center !important}}#stacks_in_1257574_1255405 p,#stacks_in_1257574_1255405 div{margin-bottom:0}#stacks_in_1257574_1255405 p,#stacks_in_1257574_1255405 div,#stacks_in_1257574_1255405 ul,#stacks_in_1257574_1255405 ol,#stacks_in_1257574_1255405 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255405 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255405 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255405,#stacks_in_1257574_1255405 div,#stacks_in_1257574_1255405 p,#stacks_in_1257574_1255405 ol,#stacks_in_1257574_1255405 ul li,#stacks_in_1257574_1255405 ol li,#stacks_in_1257574_1255405 ol,#stacks_in_1257574_1255405 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255405,#stacks_in_1257574_1255405 div,#stacks_in_1257574_1255405 p,#stacks_in_1257574_1255405 ol,#stacks_in_1257574_1255405 ul li,#stacks_in_1257574_1255405 ol li,#stacks_in_1257574_1255405 ol,#stacks_in_1257574_1255405 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255405,#stacks_in_1257574_1255405 div,#stacks_in_1257574_1255405 p,#stacks_in_1257574_1255405 .fa:not(.no-indent),#stacks_in_1257574_1255405 ol,#stacks_in_1257574_1255405 ul li,#stacks_in_1257574_1255405 ol li,#stacks_in_1257574_1255405 ol,#stacks_in_1257574_1255405 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255405{}}

@media only screen and (max-width:414px){#stacks_in_1257574_1255439 p,#stacks_in_1257574_1255439 div{text-align:center !important}}#stacks_in_1257574_1255439 p,#stacks_in_1257574_1255439 div{margin-bottom:0}#stacks_in_1257574_1255439 p,#stacks_in_1257574_1255439 div,#stacks_in_1257574_1255439 ul,#stacks_in_1257574_1255439 ol,#stacks_in_1257574_1255439 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255439 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255439 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255439,#stacks_in_1257574_1255439 div,#stacks_in_1257574_1255439 p,#stacks_in_1257574_1255439 ol,#stacks_in_1257574_1255439 ul li,#stacks_in_1257574_1255439 ol li,#stacks_in_1257574_1255439 ol,#stacks_in_1257574_1255439 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255439,#stacks_in_1257574_1255439 div,#stacks_in_1257574_1255439 p,#stacks_in_1257574_1255439 ol,#stacks_in_1257574_1255439 ul li,#stacks_in_1257574_1255439 ol li,#stacks_in_1257574_1255439 ol,#stacks_in_1257574_1255439 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255439,#stacks_in_1257574_1255439 div,#stacks_in_1257574_1255439 p,#stacks_in_1257574_1255439 .fa:not(.no-indent),#stacks_in_1257574_1255439 ol,#stacks_in_1257574_1255439 ul li,#stacks_in_1257574_1255439 ol li,#stacks_in_1257574_1255439 ol,#stacks_in_1257574_1255439 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255439{}}

#stacks_in_1257574_1255443 > .row.max-custom{margin:0 auto;max-width:600px !important}#stacks_in_1257574_1255443 > .row.max-custom.max-left{margin-left:0}#stacks_in_1257574_1255443 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1257574_1255443 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255443 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257574_1255443 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_1257574_1255443 {
	padding: 20px 0px 20px 0px;
}
@media only screen and (max-width:414px){#stacks_in_1257574_1255171 p,#stacks_in_1257574_1255171 div{text-align:center !important}}#stacks_in_1257574_1255171 p,#stacks_in_1257574_1255171 div{margin-bottom:0}#stacks_in_1257574_1255171 p,#stacks_in_1257574_1255171 div,#stacks_in_1257574_1255171 ul,#stacks_in_1257574_1255171 ol,#stacks_in_1257574_1255171 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255171 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255171 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255171,#stacks_in_1257574_1255171 div,#stacks_in_1257574_1255171 p,#stacks_in_1257574_1255171 ol,#stacks_in_1257574_1255171 ul li,#stacks_in_1257574_1255171 ol li,#stacks_in_1257574_1255171 ol,#stacks_in_1257574_1255171 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255171,#stacks_in_1257574_1255171 div,#stacks_in_1257574_1255171 p,#stacks_in_1257574_1255171 ol,#stacks_in_1257574_1255171 ul li,#stacks_in_1257574_1255171 ol li,#stacks_in_1257574_1255171 ol,#stacks_in_1257574_1255171 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255171,#stacks_in_1257574_1255171 div,#stacks_in_1257574_1255171 p,#stacks_in_1257574_1255171 .fa:not(.no-indent),#stacks_in_1257574_1255171 ol,#stacks_in_1257574_1255171 ul li,#stacks_in_1257574_1255171 ol li,#stacks_in_1257574_1255171 ol,#stacks_in_1257574_1255171 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255171{}}

@media only screen and (max-width:414px){#stacks_in_1257574_1255431 p,#stacks_in_1257574_1255431 div{text-align:center !important}}#stacks_in_1257574_1255431 p,#stacks_in_1257574_1255431 div{margin-bottom:0}#stacks_in_1257574_1255431 p,#stacks_in_1257574_1255431 div,#stacks_in_1257574_1255431 ul,#stacks_in_1257574_1255431 ol,#stacks_in_1257574_1255431 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255431 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255431 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255431,#stacks_in_1257574_1255431 div,#stacks_in_1257574_1255431 p,#stacks_in_1257574_1255431 ol,#stacks_in_1257574_1255431 ul li,#stacks_in_1257574_1255431 ol li,#stacks_in_1257574_1255431 ol,#stacks_in_1257574_1255431 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255431,#stacks_in_1257574_1255431 div,#stacks_in_1257574_1255431 p,#stacks_in_1257574_1255431 ol,#stacks_in_1257574_1255431 ul li,#stacks_in_1257574_1255431 ol li,#stacks_in_1257574_1255431 ol,#stacks_in_1257574_1255431 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255431,#stacks_in_1257574_1255431 div,#stacks_in_1257574_1255431 p,#stacks_in_1257574_1255431 .fa:not(.no-indent),#stacks_in_1257574_1255431 ol,#stacks_in_1257574_1255431 ul li,#stacks_in_1257574_1255431 ol li,#stacks_in_1257574_1255431 ol,#stacks_in_1257574_1255431 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255431{}}

@media only screen and (max-width:414px){#stacks_in_1257574_1255427 p,#stacks_in_1257574_1255427 div{text-align:center !important}}#stacks_in_1257574_1255427 p,#stacks_in_1257574_1255427 div{margin-bottom:0}#stacks_in_1257574_1255427 p,#stacks_in_1257574_1255427 div,#stacks_in_1257574_1255427 ul,#stacks_in_1257574_1255427 ol,#stacks_in_1257574_1255427 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255427 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255427 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255427,#stacks_in_1257574_1255427 div,#stacks_in_1257574_1255427 p,#stacks_in_1257574_1255427 ol,#stacks_in_1257574_1255427 ul li,#stacks_in_1257574_1255427 ol li,#stacks_in_1257574_1255427 ol,#stacks_in_1257574_1255427 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255427,#stacks_in_1257574_1255427 div,#stacks_in_1257574_1255427 p,#stacks_in_1257574_1255427 ol,#stacks_in_1257574_1255427 ul li,#stacks_in_1257574_1255427 ol li,#stacks_in_1257574_1255427 ol,#stacks_in_1257574_1255427 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255427,#stacks_in_1257574_1255427 div,#stacks_in_1257574_1255427 p,#stacks_in_1257574_1255427 .fa:not(.no-indent),#stacks_in_1257574_1255427 ol,#stacks_in_1257574_1255427 ul li,#stacks_in_1257574_1255427 ol li,#stacks_in_1257574_1255427 ol,#stacks_in_1257574_1255427 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255427{}}

#stacks_in_1257574_1255447 > .row.max-custom{margin:0 auto;max-width:400px !important}#stacks_in_1257574_1255447 > .row.max-custom.max-left{margin-left:0}#stacks_in_1257574_1255447 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1257574_1255447 > .row{padding-top:0.00rem;padding-bottom:1.50rem}#stacks_in_1257574_1255447 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257574_1255447 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
@media only screen and (max-width:414px){#stacks_in_1257574_1255167 p,#stacks_in_1257574_1255167 div{text-align:center !important}}#stacks_in_1257574_1255167 p,#stacks_in_1257574_1255167 div{margin-bottom:0}#stacks_in_1257574_1255167 p,#stacks_in_1257574_1255167 div,#stacks_in_1257574_1255167 ul,#stacks_in_1257574_1255167 ol,#stacks_in_1257574_1255167 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255167 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255167 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255167,#stacks_in_1257574_1255167 div,#stacks_in_1257574_1255167 p,#stacks_in_1257574_1255167 ol,#stacks_in_1257574_1255167 ul li,#stacks_in_1257574_1255167 ol li,#stacks_in_1257574_1255167 ol,#stacks_in_1257574_1255167 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255167,#stacks_in_1257574_1255167 div,#stacks_in_1257574_1255167 p,#stacks_in_1257574_1255167 ol,#stacks_in_1257574_1255167 ul li,#stacks_in_1257574_1255167 ol li,#stacks_in_1257574_1255167 ol,#stacks_in_1257574_1255167 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255167,#stacks_in_1257574_1255167 div,#stacks_in_1257574_1255167 p,#stacks_in_1257574_1255167 .fa:not(.no-indent),#stacks_in_1257574_1255167 ol,#stacks_in_1257574_1255167 ul li,#stacks_in_1257574_1255167 ol li,#stacks_in_1257574_1255167 ol,#stacks_in_1257574_1255167 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255167{}}

@media only screen and (max-width:414px){#stacks_in_1257574_1255411 p,#stacks_in_1257574_1255411 div{text-align:center !important}}#stacks_in_1257574_1255411 p,#stacks_in_1257574_1255411 div{margin-bottom:0}#stacks_in_1257574_1255411 p,#stacks_in_1257574_1255411 div,#stacks_in_1257574_1255411 ul,#stacks_in_1257574_1255411 ol,#stacks_in_1257574_1255411 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255411 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1255411 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_1257574_1255411,#stacks_in_1257574_1255411 div,#stacks_in_1257574_1255411 p,#stacks_in_1257574_1255411 ol,#stacks_in_1257574_1255411 ul li,#stacks_in_1257574_1255411 ol li,#stacks_in_1257574_1255411 ol,#stacks_in_1257574_1255411 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255411,#stacks_in_1257574_1255411 div,#stacks_in_1257574_1255411 p,#stacks_in_1257574_1255411 ol,#stacks_in_1257574_1255411 ul li,#stacks_in_1257574_1255411 ol li,#stacks_in_1257574_1255411 ol,#stacks_in_1257574_1255411 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255411,#stacks_in_1257574_1255411 div,#stacks_in_1257574_1255411 p,#stacks_in_1257574_1255411 .fa:not(.no-indent),#stacks_in_1257574_1255411 ol,#stacks_in_1257574_1255411 ul li,#stacks_in_1257574_1255411 ol li,#stacks_in_1257574_1255411 ol,#stacks_in_1257574_1255411 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_1257574_1255411{}}

#stacks_in_1257574_1255183 > .row.max-custom{margin:0 auto;max-width:400px !important}#stacks_in_1257574_1255183 > .row.max-custom.max-left{margin-left:0}#stacks_in_1257574_1255183 > .row.max-custom.max-right{margin-right:0}
#stacks_in_1257574_1255183 > .row{padding-top:1.00rem;padding-bottom:2.00rem}#stacks_in_1257574_1255183 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257574_1255183 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1257574_1254937 .background{}#stacks_in_1257574_1254937 .fa-stack,#stacks_in_1257574_1254937 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_1257574_1254937 .fa-stack.custom,#stacks_in_1257574_1254937 i.fa.custom{font-size:24px}#stacks_in_1257574_1254937 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_1257574_1254937 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_1257574_1254937 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_1257574_1254937 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_1257574_1254937 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_1257574_1254937 a:hover .fa-border{}#stacks_in_1257574_1254937 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1257574_1254937 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1257574_1254937 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1254937 .jw-wrapper{}#stacks_in_1257574_1254937 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1257574_1254937 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1257574_1254937 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1254937 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1254937 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1254937 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_1257574_1254937 .jw-wrapper.hover i.fa:hover,#stacks_in_1257574_1254937 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

#stacks_in_1257574_1254937 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_1257574_1254943 .background{}#stacks_in_1257574_1254943 .fa-stack,#stacks_in_1257574_1254943 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_1257574_1254943 .fa-stack.custom,#stacks_in_1257574_1254943 i.fa.custom{font-size:24px}#stacks_in_1257574_1254943 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_1257574_1254943 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_1257574_1254943 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_1257574_1254943 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_1257574_1254943 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_1257574_1254943 a:hover .fa-border{}#stacks_in_1257574_1254943 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1257574_1254943 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1257574_1254943 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1254943 .jw-wrapper{}#stacks_in_1257574_1254943 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1257574_1254943 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1257574_1254943 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1254943 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1254943 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1254943 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_1257574_1254943 .jw-wrapper.hover i.fa:hover,#stacks_in_1257574_1254943 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

#stacks_in_1257574_1254943 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_1257574_1254946 .background{}#stacks_in_1257574_1254946 .fa-stack,#stacks_in_1257574_1254946 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_1257574_1254946 .fa-stack.custom,#stacks_in_1257574_1254946 i.fa.custom{font-size:24px}#stacks_in_1257574_1254946 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_1257574_1254946 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_1257574_1254946 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_1257574_1254946 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_1257574_1254946 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_1257574_1254946 a:hover .fa-border{}#stacks_in_1257574_1254946 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1257574_1254946 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1257574_1254946 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1254946 .jw-wrapper{}#stacks_in_1257574_1254946 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_1257574_1254946 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_1257574_1254946 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_1257574_1254946 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1254946 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1254946 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_1257574_1254946 .jw-wrapper.hover i.fa:hover,#stacks_in_1257574_1254946 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

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


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

#stacks_in_1257574_1255046 {
	background-color: rgba(216, 224, 235, 1.00);
}

#stacks_in_1257574_1255063 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255063 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257574_1255063 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1257574_1255074,#stacks_in_1257574_1255074 div,#stacks_in_1257574_1255074 p,#stacks_in_1257574_1255074 ol,#stacks_in_1257574_1255074 ul li,#stacks_in_1257574_1255074 ol li,#stacks_in_1257574_1255074 ol,#stacks_in_1257574_1255074 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255074,#stacks_in_1257574_1255074 div,#stacks_in_1257574_1255074 p,#stacks_in_1257574_1255074 ol,#stacks_in_1257574_1255074 ul li,#stacks_in_1257574_1255074 ol li,#stacks_in_1257574_1255074 ol,#stacks_in_1257574_1255074 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255074{}}

@media only screen and (max-width:640px){#stacks_in_1257574_1255065 h6,#stacks_in_1257574_1255065 div{text-align:center !important}#stacks_out_1257574_1255065{display:block !important}}

#stacks_in_1257574_1255071 p,#stacks_in_1257574_1255071 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_1257574_1255071{}}

/* Start Responsive Shim stack CSS code */.stacks_in_1257574_1255078shim{	padding-top: 20px;}@media all and (max-width: 768px) {.stacks_in_1257574_1255078shim{	padding-top: 40px;}}@media all and (max-width: 480px) {.stacks_in_1257574_1255078shim{	padding-top: 30px;}}/* End Responsive Shim stack CSS code */
#stacks_in_1257574_1255048 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255048 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257574_1255048 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1257574_1255059,#stacks_in_1257574_1255059 div,#stacks_in_1257574_1255059 p,#stacks_in_1257574_1255059 ol,#stacks_in_1257574_1255059 ul li,#stacks_in_1257574_1255059 ol li,#stacks_in_1257574_1255059 ol,#stacks_in_1257574_1255059 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_1257574_1255059,#stacks_in_1257574_1255059 div,#stacks_in_1257574_1255059 p,#stacks_in_1257574_1255059 ol,#stacks_in_1257574_1255059 ul li,#stacks_in_1257574_1255059 ol li,#stacks_in_1257574_1255059 ol,#stacks_in_1257574_1255059 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_1257574_1255059{}}

@media only screen and (max-width:640px){#stacks_in_1257574_1255050 h6,#stacks_in_1257574_1255050 div{text-align:center !important}#stacks_out_1257574_1255050{display:block !important}}

#stacks_in_1257574_1255056 p,#stacks_in_1257574_1255056 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_1257574_1255056{}}

 #stacks_in_1257574_1255204.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_1257574_1255204.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_1257574_1255204.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_1257574_1255204{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_1257574_1255204.box-pos>.s-box{overflow:hidden} #stacks_in_1257574_1255204>.s-box{margin: 0px }#stacks_in_1257574_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_1257574_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }}@media screen and (min-width:1000.00px){#stacks_in_1257574_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }}   #stacks_in_1257574_1255204{max-width:100.00%}@media all and (min-width:640px){#stacks_in_1257574_1255204{max-width:100.00%}}#stacks_in_1257574_1255204.auto-width{width:auto!important}#stacks_in_1257574_1255204.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_1257574_1255204>.s-box{position:relative}      
#stacks_in_1257574_1255208 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_1257574_1255208 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1257574_1255208 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1257574_1255208 > .row.padding-detailed.padding-medium-up,#stacks_in_1257574_1255208 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257574_1255208 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1257574_1255208 > .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_1257574_1255208 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1257574_1255208 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_1257574_1255208 > .row.max-custom{margin:0 auto;max-width:300px !important}#stacks_in_1257574_1255208 > .row.max-custom.max-left{margin-left:0}#stacks_in_1257574_1255208 > .row.max-custom.max-right{margin-right:0}
/* Start Responsive Shim stack CSS code */.stacks_in_1257574_1255220shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_1257574_1255248 > .row{padding-top:1.00rem;padding-bottom:2.00rem}#stacks_in_1257574_1255248 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1257574_1255248 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1257574_1255193 p,#stacks_in_1257574_1255193 div{margin-bottom:0}#stacks_in_1257574_1255193 p,#stacks_in_1257574_1255193 div,#stacks_in_1257574_1255193 ul,#stacks_in_1257574_1255193 ol,#stacks_in_1257574_1255193 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255193 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255193 a:hover{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1255193 p,#stacks_in_1257574_1255193 div,#stacks_in_1257574_1255193 ul,#stacks_in_1257574_1255193 ol,#stacks_in_1257574_1255193 dl{line-height:2.00;font-size:0.80rem}

#stacks_in_1257574_1255193 {
	padding: 10px 0px 10px 0px;
}
/* -- Start Svg Each css Template -- */


#stacks_in_1257574_1255191 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_1257574_1255191svgwrapper{
	position: relative;
}


		#stacks_in_1257574_1255191 img  {
			max-width: 150px;
		}
	
		@media (max-width: 61.9em) {
			#stacks_in_1257574_1255191 img {
				max-width: 150px;
			}
		}
		
		@media (max-width: 47.9em) {
			#stacks_in_1257574_1255191 img {
				max-width: 120px;
			}
		}
	


#stacks_in_1257574_1255191 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_1257574_1255191 {
			text-align: left !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_1257574_1255191 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */#stacks_in_1257574_1254949 p,#stacks_in_1257574_1254949 div{margin-bottom:0}#stacks_in_1257574_1254949 p,#stacks_in_1257574_1254949 div,#stacks_in_1257574_1254949 ul,#stacks_in_1257574_1254949 ol,#stacks_in_1257574_1254949 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_1257574_1254949 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1254949 a:hover{color:rgba(255, 255, 255, 1.00)}#stacks_in_1257574_1254949 p,#stacks_in_1257574_1254949 div,#stacks_in_1257574_1254949 ul,#stacks_in_1257574_1254949 ol,#stacks_in_1257574_1254949 dl{line-height:2.00;font-size:0.80rem}

#stacks_in_1257574_1254949 {
	padding: 20px 0px 0px 0px;
}
.style-pro-stacks_in_1257574_1255204::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_1257574_1255204:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(0deg,rgba(255, 255, 255, 1.00) 0%,rgba(102, 102, 102, 1.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 1.00)',endColorStr='rgba(102, 102, 102, 1.00)',GradientType=0)";}

