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


*{min-height:0;min-width:0}.blu-sidebar,.blu-sidebar .flex-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blu-sidebar .flex-col>.stacks_out{width:100%}.blu-sidebar,.blu-sidebar>.blu-side,.blu-sidebar>.blu-side>.blu-side__wrap,.blu-sidebar>.blu-content,.blu-sidebar>.blu-gutter{position:relative}.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col>.blucol-content,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col>.blucol-content{position:static!important}.blu-sidebar>.blu-gutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.com_joeworkman_stacks_shareit_simple_stack a.shareit,.com_joeworkman_stacks_shareit_simple_stack i.fa{text-decoration:none;transition:color 300ms ease 0}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-facebook,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-facebook-square{color:#3B5998}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-facebook:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-facebook-square:hover{color:#3B5998}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-twitter,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-twitter-square{color:#09AEEC}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-twitter:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-twitter-square:hover{color:#09AEEC}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-google-plus,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-google-plus-square{color:#EE0000}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-google-plus:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-google-plus-square:hover{color:#EE0000}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-adn{color:#4A484C}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-adn:hover{color:#4A484C}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-pinterest,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-pinterest-square{color:#CB2027}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-pinterest:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-pinterest-square:hover{color:#CB2027}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-linkedin,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-linkedin-square{color:#257597}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-linkedin:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-linkedin-square:hover{color:#257597}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-envelope,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-envelope-o{color:#26A14B}.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-envelope:hover,.com_joeworkman_stacks_shareit_simple_stack a.default-colors i.fa-envelope-o:hover{color:#26A14B}
.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}
.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}}
.vimeo-wrapper{width:100%;padding-top:56.25%;position:relative}.vimeo-wrapper > .fluid-width-video-wrapper,.vimeo-wrapper > iframe{position:absolute;top:0;left:0;width:100%}.vimeo-wrapper > iframe{height:100%}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

  .theme-version{display:block}.theme-version.number-110,#stacks_in_7_2{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(115, 206, 204, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(115, 206, 204, 1.00);}body,.font-family-text{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-weight:500;}h1,.font-family-h1{font-family:'Arial Black', Gadget, sans-serif;font-style:normal;font-weight:600;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:'Arial Black', Gadget, 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:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.94rem;padding-right:0.94rem}.row .row{margin:0 -0.94rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.94rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:3px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:3px;border-top-left-radius:3px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1400px;left:50%;transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:3px}img.round{border-radius:1000px}.row{max-width:1400px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(0, 0, 0, 1.00)}a{color:rgba(54, 149, 128, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(255, 128, 0, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(40, 101, 167, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(255, 128, 0, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(115, 206, 204, 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(149, 255, 255, 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(0, 0, 0, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:1.25rem}h2{font-size:1.15rem}h3{font-size:1.05rem}h4{font-size:1.00rem}h5{font-size:0.75rem}h6{font-size:0.58rem}p,ul li,ol li{font-size:1.00rem}@media only screen and (min-width:40.063em){h1{font-size:1.25rem}h2{font-size:1.15rem}h3{font-size:1.05rem}h4{font-size:1.00rem}h5{font-size:0.75rem}h6{font-size:0.58rem}p,ul li,ol li{font-size:1.00rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(221, 221, 221, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(115, 206, 204, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(115, 206, 204, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(248, 248, 248, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(116, 206, 204, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(211, 237, 233, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(165, 216, 207, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(93, 182, 165, 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(0, 0, 0, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(0, 0, 0, 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:1400px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(115, 206, 204, 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(109, 195, 193, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(248, 248, 248, 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(235, 235, 235, 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(93, 182, 165, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(88, 172, 156, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(115, 206, 204, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(115, 206, 204, 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{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(248, 248, 248, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 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{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(116, 206, 204, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(116, 206, 204, 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{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(211, 237, 233, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(211, 237, 233, 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{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(165, 216, 207, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(165, 216, 207, 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{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(93, 182, 165, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(93, 182, 165, 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{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{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{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(115, 206, 204, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(109, 195, 193, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(248, 248, 248, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(235, 235, 235, 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(93, 182, 165, 1.00);border-color:rgba(88, 172, 156, 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:3px}.breadcrumbs{background-color:rgba(248, 248, 248, 1.00);border-color:rgba(235, 235, 235, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(115, 206, 204, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(109, 195, 193, 1.00)}.button.secondary{background-color:rgba(248, 248, 248, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(235, 235, 235, 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(93, 182, 165, 1.00)}.button.success:hover{background-color:rgba(88, 172, 156, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(115, 206, 204, 1.00);color:rgba(115, 206, 204, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(109, 195, 193, 1.00);background-color:rgba(109, 195, 193, 1.00)}.button.ghost.secondary{border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 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(93, 182, 165, 1.00);color:rgba(93, 182, 165, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(88, 172, 156, 1.00);background-color:rgba(88, 172, 156, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(115, 206, 204, 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(109, 195, 193, 1.00)}.icon-bar.secondary{background-color:rgba(248, 248, 248, 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(235, 235, 235, 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(0, 0, 0, 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(115, 206, 204, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(0, 0, 0, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(115, 206, 204, 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(109, 195, 193, 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(248, 248, 248, 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(235, 235, 235, 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(115, 206, 204, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(248, 248, 248, 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(93, 182, 165, 1.00)}.label{background-color:rgba(115, 206, 204, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(248, 248, 248, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(93, 182, 165, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(248, 248, 248, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(115, 206, 204, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(115, 206, 204, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(109, 195, 193, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:3px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(109, 195, 193, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(235, 235, 235, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(235, 235, 235, 1.00)}.tabs li.tab-title > a{background-color:rgba(115, 206, 204, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(109, 195, 193, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(109, 195, 193, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(116, 206, 204, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(110, 195, 193, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(110, 195, 193, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(211, 237, 233, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(200, 225, 221, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(200, 225, 221, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(165, 216, 207, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(156, 205, 196, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(156, 205, 196, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(93, 182, 165, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(88, 172, 156, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(88, 172, 156, 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:3px;border-top-left-radius:3px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:3px;border-bottom-right-radius:3px}.th.radius{border-radius:3px}.th:hover,.th:focus{box-shadow:0 0 6px 1px rgba(57, 103, 102, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(235, 235, 235, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(0, 0, 0, 1.00)}.panel p a{color:rgba(54, 149, 128, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(40, 101, 167, 1.00)}.panel p.alt a:hover{color:rgba(255, 128, 0, 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(115, 206, 204, 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(149, 255, 255, 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(115, 206, 204, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(0, 0, 0, 1.00)}.pricing-table.primary .description{color:rgba(0, 0, 0, 1.00)}.pricing-table.primary .bullet-item{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .title{background-color:rgba(248, 248, 248, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .description{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(0, 0, 0, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(54, 149, 128, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(255, 128, 0, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(54, 149, 128, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(45, 126, 108, 1.00)}.side-nav header{color:rgba(0, 0, 0, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(0, 0, 0, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(40, 101, 167, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(255, 128, 0, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(40, 101, 167, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(34, 85, 141, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(115, 206, 204, 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(109, 195, 193, 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(115, 206, 204, 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(109, 195, 193, 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(248, 248, 248, 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(235, 235, 235, 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(248, 248, 248, 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(235, 235, 235, 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(248, 248, 248, 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(235, 235, 235, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(54, 149, 128, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(40, 101, 167, 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(0, 0, 0, 1.00);font-size:0.9rem}.copyright a{color:rgba(54, 149, 128, 1.00)}.copyright a:hover{color:rgba(255, 128, 0, 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(115, 206, 204, 1.00)}.fn-text-link a{color:rgba(54, 149, 128, 1.00)}.fn-text-link a:hover{color:rgba(255, 128, 0, 1.00)}.fn-text-text{color:rgba(0, 0, 0, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(0, 0, 0, 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(40, 101, 167, 1.00)}.fn-text-link-alt a:hover{color:rgba(255, 128, 0, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(115, 206, 204, 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(248, 248, 248, 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(93, 182, 165, 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(40, 101, 167, 1.00)}.fn-text-text-alt a:hover{color:rgba(255, 128, 0, 1.00)}.fn-text-sw1c1{color:rgba(116, 206, 204, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(116, 206, 204, 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(116, 206, 204, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(110, 195, 193, 1.00)}.fn-text-sw2c1{color:rgba(211, 237, 233, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(211, 237, 233, 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(211, 237, 233, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(200, 225, 221, 1.00)}.fn-text-sw3c1{color:rgba(165, 216, 207, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(165, 216, 207, 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(165, 216, 207, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(156, 205, 196, 1.00)}.fn-text-sw4c1{color:rgba(93, 182, 165, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(93, 182, 165, 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(93, 182, 165, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(88, 172, 156, 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(116, 206, 204, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(116, 206, 204, 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(116, 206, 204, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(110, 195, 193, 1.00)}.panel .fn-text-sw2c1{color:rgba(211, 237, 233, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(211, 237, 233, 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(211, 237, 233, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(200, 225, 221, 1.00)}.panel .fn-text-sw3c1{color:rgba(165, 216, 207, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(165, 216, 207, 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(165, 216, 207, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(156, 205, 196, 1.00)}.panel .fn-text-sw4c1{color:rgba(93, 182, 165, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(93, 182, 165, 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(93, 182, 165, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(88, 172, 156, 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(115, 206, 204, 1.00)}.fn-bg-text{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-link{background-color:rgba(54, 149, 128, 1.00)}.fn-bg-link-hover{background-color:rgba(255, 128, 0, 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(40, 101, 167, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(255, 128, 0, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(115, 206, 204, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(248, 248, 248, 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(93, 182, 165, 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(116, 206, 204, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(211, 237, 233, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(165, 216, 207, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(93, 182, 165, 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(115, 206, 204, 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(109, 195, 193, 1.00)}.fn-scheme-secondary{background-color:rgba(248, 248, 248, 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(235, 235, 235, 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(116, 206, 204, 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(116, 206, 204, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(110, 195, 193, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(116, 206, 204, 1.00);color:rgba(116, 206, 204, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(110, 195, 193, 1.00);background-color:rgba(110, 195, 193, 1.00)}.fn-scheme-swatch2{background-color:rgba(211, 237, 233, 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(211, 237, 233, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(200, 225, 221, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(211, 237, 233, 1.00);color:rgba(211, 237, 233, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(200, 225, 221, 1.00);background-color:rgba(200, 225, 221, 1.00)}.fn-scheme-swatch3{background-color:rgba(165, 216, 207, 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(165, 216, 207, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(156, 205, 196, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(165, 216, 207, 1.00);color:rgba(165, 216, 207, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(156, 205, 196, 1.00);background-color:rgba(156, 205, 196, 1.00)}.fn-scheme-swatch4{background-color:rgba(93, 182, 165, 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(116, 206, 204, 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(93, 182, 165, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(88, 172, 156, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(93, 182, 165, 1.00);color:rgba(93, 182, 165, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(88, 172, 156, 1.00);background-color:rgba(88, 172, 156, 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)}

form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}
#stacks_in_115 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_115 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_115 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_115 > .row.padding-detailed.padding-medium-up,#stacks_in_115 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_115 > .row.padding-detailed.padding-y-medium-up,#stacks_in_115 > .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_115 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_115 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

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

#stacks_in_14_2 a{display:block}#stacks_in_14_2 img{}

#stacks_in_14_2 {
	padding: 5px 0px 0px 0px;
}


/*This is because the show-for-small class is had coded in the Top Bar JS*/
#stacks_in_14_4 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:770px)/"!important;
  width:770px!important;
}
@media only screen and (min-width:770px) {


	

	.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_14_4 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: 60px;}
	  .top-bar-section li.active:not(.has-form) a:not(.button) {
	    padding: 0 15px;
	    line-height: 60px;
	    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: 45px;
	      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: 60px;
	    width: 0; }
	  .top-bar-section .has-form {
	    padding: 0 15px;
	    height: 60px; }
	  .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_14_4 .menu-align-centered ul.menu {
		display:block;
		text-align:center;
		position: absolute;
		top:0;
		left:0;
		width:100%;
	}
	#stacks_in_14_4 .menu-align-centered ul.menu >li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	#stacks_in_14_4 .menu-align-centered.full-width ul.menu >li {
		float:left;
	}
	#stacks_in_14_4 .top-bar .name .site-title small{
		display:inline!important;
	}

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

	#stacks_in_14_4 .top-bar-section li:not(.has-form) a:not(.button) {
	    padding: 0 25px;
	    line-height: 60px;
	}

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

}

*[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_14_4{overflow:visible}#stacks_in_14_4 [data-magellan-expedition],#stacks_in_14_4 [data-magellan-expedition-clone]{background:none;padding:0 !important}#stacks_in_14_4 .contain-to-grid .top-bar{margin:0 auto}#stacks_in_14_4 .top-bar-wrapper{z-index:1999}#stacks_in_14_4 .top-bar-wrapper .top-bar-section .dropdown{z-index:1999}#stacks_in_14_4 .top-bar .site-title small{font-size:60%;display:inline}#stacks_in_14_4 .top-bar .top-bar-section ul li{background:none !important}#stacks_in_14_4 .top-bar .top-bar-section ul li > a.button{padding-top:0.35rem;position:relative}#stacks_in_14_4 a:not(.button){text-decoration:none}#stacks_in_14_4 .top-bar-section .has-form{background:inherit}#stacks_in_14_4 .top-bar .fa{vertical-align:middle}#stacks_in_14_4 .top-bar ul.title-area,#stacks_in_14_4 .top-bar ul.zone{z-index:2000}#stacks_in_14_4 .top-bar ul.zone{position:relative}#stacks_in_14_4 .top-bar .name{display:block;position:relative;padding:0 0.9375rem}#stacks_in_14_4 .top-bar .name.collapse{padding:0}#stacks_in_14_4 .top-bar .name a{height:45px;display:inline-block}#stacks_in_14_4 .top-bar .name span{height:100%}#stacks_in_14_4 .top-bar .name img{display:inline-block;vertical-align:top;height:100%;width:auto}#stacks_in_14_4 .top-bar .name .site-title{display:inline-block;color:rgba(115, 206, 204, 1.00);height:45px;padding:0;margin:0;line-height:45px;font-size:1.0625rem}#stacks_in_14_4 .top-bar .name .site-title small{color:rgba(103, 185, 183, 1.00)}#stacks_in_14_4 .top-bar,#stacks_in_14_4 .title-area,#stacks_in_14_4 a:not(.button){background:transparent}#stacks_in_14_4 ul:not(.title-area) .dropdown label{color:rgba(255, 255, 255, 0.10)}#stacks_in_14_4 ul:not(.title-area) li:hover > a:not(.button),#stacks_in_14_4 ul:not(.title-area) li.has-dropdown > a.hovered:not(.button){background-color:rgba(255, 255, 255, 0.15);color:rgba(51, 51, 102, 1.00)}#stacks_in_14_4 .top-bar-section .divider,#stacks_in_14_4 .top-bar-section [role="separator"]{border-color:rgba(255, 255, 255, 0.10)}#stacks_in_14_4 .top-bar-section .has-dropdown > a:after{border-color:rgba(255, 255, 255, 0.10) transparent transparent transparent}#stacks_in_14_4 .top-bar.expanded .toggle-topbar a span{box-shadow:none}#stacks_in_14_4 .top-bar-wrapper:not(.swatch) .site-title{color:rgba(115, 206, 204, 1.00)}#stacks_in_14_4 .top-bar-wrapper:not(.swatch) .site-title small{color:rgba(103, 185, 183, 1.00)}#stacks_in_14_4 .top-bar-wrapper:not(.swatch) .back > h5,#stacks_in_14_4 .top-bar-wrapper:not(.swatch) .back > h5 > a,#stacks_in_14_4 .top-bar-wrapper:not(.swatch) a:not(.button){color:rgba(115, 206, 204, 1.00)}#stacks_in_14_4 .top-bar-wrapper:not(.swatch) .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(115, 206, 204, 1.00),0 7px 0 1px rgba(115, 206, 204, 1.00),0 14px 0 1px rgba(115, 206, 204, 1.00);height:1px;background-color:rgba(115, 206, 204, 1.00)}#stacks_in_14_4 .top-bar-wrapper:not(.swatch) ul:not(.title-area) ul.dropdown{background:rgba(255, 255, 255, 1.00)}#stacks_in_14_4 .top-bar-wrapper.fixed{top:0px}#stacks_in_14_4 .top-bar-wrapper.fixed.fixedShadow{box-shadow:rgba(0,0,0,0.40) 0 1px 5px}#stacks_in_14_4 .top-bar-wrapper.solid{background:rgba(255, 255, 255, 1.00)}#stacks_in_14_4 .top-bar-wrapper.twotone{background-color:rgba(255, 255, 255, 1.00);background-image:linear-gradient(to bottom,rgba(255, 255, 255, 1.00) 0%,rgba(255, 255, 255, 1.00) 45%,rgba(255, 255, 255, 1.00) 50%,rgba(255, 255, 255, 1.00) 50%,rgba(245, 245, 245, 1.00) 100%)}#stacks_in_14_4 .top-bar-wrapper.onecolor{background-color:rgba(255, 255, 255, 1.00);background-image:linear-gradient(to bottom,rgba(255, 255, 255, 1.00),rgba(255, 255, 255, 1.00) 85%)}#stacks_in_14_4 .top-bar-wrapper.twocolor{background-color:rgba(255, 255, 255, 1.00);background-image:linear-gradient(to bottom,rgba(255, 255, 255, 1.00),rgba(255, 255, 255, 1.00) 85%)}#stacks_in_14_4 .top-bar-wrapper.styleActive li.active > a{background:rgba(255, 255, 255, 0.15);color:rgba(255, 255, 255, 1.00)}#stacks_in_14_4 .top-bar-wrapper.stickyLogo.sticky .top-bar .title-area li.name{visibility:hidden;opacity:0;transition:visibility 0s linear 0.5s,opacity 0.5s linear}#stacks_in_14_4 .top-bar-wrapper.stickyLogo.fixed .top-bar .title-area li.name{opacity:1;visibility:visible;transition-delay:0s}#stacks_in_14_4 .top-bar-wrapper.sticky.sticky-hide{opacity:0;transition:opacity 0.1s ease}#stacks_in_14_4 .top-bar-wrapper.sticky.sticky-hide.fixed{opacity:1;height:60px;transition:opacity 0.5s ease}#stacks_in_14_4 .top-bar-wrapper.sticky.sticky-hide.expanded{height:auto}#stacks_in_14_4 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a{padding-right:15px !important}#stacks_in_14_4 .top-bar-wrapper:not(.submenuIndicator) .top-bar-section .has-dropdown > a::after{display:none}.f-topbar-fixed{padding-top:60px !important}#stacks_in_14_4 .expanded:not(.top-bar) .top-bar-section{margin-top:60px}#stacks_in_14_4 .top-bar{height:60px;line-height:60px}#stacks_in_14_4 .top-bar.expanded{height:auto;line-height:inherit}#stacks_in_14_4 .top-bar .name{height:60px;padding:0 25px}#stacks_in_14_4 .top-bar .name .site-title,#stacks_in_14_4 .top-bar .name a,#stacks_in_14_4 .top-bar .name span{height:60px;line-height:60px;font-size:2.00rem}#stacks_in_14_4 .toggle-topbar a{font-size:1.50rem}#stacks_in_14_4 .toggle-topbar.menu-icon{right:25px}#stacks_in_14_4 .top-bar-section ul li > a{padding-left:25px;font-size:1.50rem}#stacks_in_14_4 .top-bar-section ul li > a.button{font-size:1.50rem;padding-right:25px;padding-left:25px}#stacks_in_14_4 .top-bar-section .has-form{padding:0 15px}#stacks_in_14_4 .top-bar-section .dropdown li{font-size:1.50rem}#stacks_in_14_4 .top-bar-section .dropdown li a{padding:8px 25px}#stacks_in_14_4 .top-bar-section .dropdown li.has-form{padding:8px 25px}#stacks_in_14_4 .top-bar-section .dropdown label{padding:8px 25px 2px;font-size:80%}
#stacks_in_227 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_227 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_227 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_227 > .row.padding-detailed.padding-medium-up,#stacks_in_227 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_227 > .row.padding-detailed.padding-y-medium-up,#stacks_in_227 > .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_227 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_227 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

 @media(hover:hover){#stacks_in_149.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_149.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_149.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_149.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_149.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_149.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_149.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:769px){#stacks_in_149.blu-sidebar.full-height{height:100vh}#stacks_in_149.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_149.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_149.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_149.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_149.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_149.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_149.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_149.blu-sidebar>.blu-gutter{border-left:0px solid rgba(215, 0, 49, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_149.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}#stacks_in_149.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start}@media screen and (max-height:0px){#stacks_in_149.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_149.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:769px){#stacks_in_149.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_149.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_149.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_149.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_149.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_149.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:769px){#stacks_in_149.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_149.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_149.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_149.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:769px){#stacks_in_149.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_149.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_149.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_149.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(25% - 0px);flex-basis:calc(25% - 0px);max-width:9999px;min-width:100px}
#stacks_in_149.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_149.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_149.blu-sidebar>.blu-content::before,#stacks_in_149.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_149.blu-sidebar>.blu-side{padding: 20px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_149.blu-sidebar>.blu-side::before,#stacks_in_149.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
#stacks_in_387_8 > .row{padding-top:3.00rem;padding-bottom:0.00rem}#stacks_in_387_8 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_387_8 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_387_8 > .row.padding-detailed.padding-medium-up,#stacks_in_387_8 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_387_8 > .row.padding-detailed.padding-y-medium-up,#stacks_in_387_8 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_387_8 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_387_8 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}



#stacks_in_387_63{overflow:hidden}#stacks_in_387_63 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_387_63 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_387_68 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_387_68 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_387_68 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_387_16{text-align:center}#stacks_in_387_16 a.shareit{text-align:center;font-size:18px;color:rgba(255, 255, 255, 1.00)}#stacks_in_387_16 a.shareit:hover{color:rgba(215, 0, 49, 1.00)}#stacks_in_387_16 a.shareit i.fa{font-size:24px}#stacks_in_387_16 a.shareit:not(.default-colors) i.fa{color:rgba(255, 255, 255, 1.00)}#stacks_in_387_16 a.shareit:not(.default-colors):hover i.fa{color:rgba(215, 0, 49, 1.00)}
#stacks_in_387_72{text-align:center}#stacks_in_387_72 a.shareit{text-align:center;font-size:18px;color:rgba(255, 255, 255, 1.00)}#stacks_in_387_72 a.shareit:hover{color:rgba(215, 0, 49, 1.00)}#stacks_in_387_72 a.shareit i.fa{font-size:24px}#stacks_in_387_72 a.shareit:not(.default-colors) i.fa{color:rgba(255, 255, 255, 1.00)}#stacks_in_387_72 a.shareit:not(.default-colors):hover i.fa{color:rgba(215, 0, 49, 1.00)}

#stacks_in_387_13 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_387_13 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_387_13 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_387_14{text-align:center}#stacks_in_387_14 a.shareit{text-align:center;font-size:18px;color:rgba(255, 255, 255, 1.00)}#stacks_in_387_14 a.shareit:hover{color:rgba(215, 0, 49, 1.00)}#stacks_in_387_14 a.shareit i.fa{font-size:24px}#stacks_in_387_14 a.shareit:not(.default-colors) i.fa{color:rgba(255, 255, 255, 1.00)}#stacks_in_387_14 a.shareit:not(.default-colors):hover i.fa{color:rgba(215, 0, 49, 1.00)}
#stacks_in_387_71{text-align:center}#stacks_in_387_71 a.shareit{text-align:center;font-size:18px;color:rgba(255, 255, 255, 1.00)}#stacks_in_387_71 a.shareit:hover{color:rgba(215, 0, 49, 1.00)}#stacks_in_387_71 a.shareit i.fa{font-size:24px}#stacks_in_387_71 a.shareit:not(.default-colors) i.fa{color:rgba(255, 255, 255, 1.00)}#stacks_in_387_71 a.shareit:not(.default-colors):hover i.fa{color:rgba(215, 0, 49, 1.00)}
#stacks_in_387_18{text-align:center}#stacks_in_387_18 a.shareit{text-align:center;font-size:18px;color:rgba(255, 255, 255, 1.00)}#stacks_in_387_18 a.shareit:hover{color:rgba(215, 0, 49, 1.00)}#stacks_in_387_18 a.shareit i.fa{font-size:24px}#stacks_in_387_18 a.shareit:not(.default-colors) i.fa{color:rgba(255, 255, 255, 1.00)}#stacks_in_387_18 a.shareit:not(.default-colors):hover i.fa{color:rgba(215, 0, 49, 1.00)}
#stacks_in_387_20{text-align:center}#stacks_in_387_20 a.shareit{text-align:center;font-size:18px;color:rgba(255, 255, 255, 1.00)}#stacks_in_387_20 a.shareit:hover{color:rgba(215, 0, 49, 1.00)}#stacks_in_387_20 a.shareit i.fa{font-size:24px}#stacks_in_387_20 a.shareit:not(.default-colors) i.fa{color:rgba(255, 255, 255, 1.00)}#stacks_in_387_20 a.shareit:not(.default-colors):hover i.fa{color:rgba(215, 0, 49, 1.00)}
#stacks_in_387_64{overflow:hidden}#stacks_in_387_64 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_387_64 hr.custom{border-color:rgba(221, 221, 221, 1.00)}


#stacks_in_387_55{overflow:visible !important}#stacks_in_387_55 > .impact-animate{animation-duration:2800ms;animation-delay:2000ms}
#stacks_in_387_56 a{display:block}#stacks_in_387_56 img{}#stacks_in_387_56 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_387_56 img{max-width:150px}}@media only screen and (min-width:1024px){#stacks_in_387_56 img{max-width:200px}}
#stacks_in_387_26 p,#stacks_in_387_26 div,#stacks_in_387_26 ul,#stacks_in_387_26 ol,#stacks_in_387_26 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_387_26 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_387_26 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_387_26{}}


#stacks_in_387_26 {
	padding: 10px 0px 0px 10px;
}
#stacks_in_387_65{overflow:hidden}#stacks_in_387_65 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_387_65 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
@media only screen and (min-width:0px){#stacks_in_387_59{}}


#stacks_in_387_59 {
	padding: 0px 0px 0px 10px;
}
#stacks_in_387_66{overflow:hidden}#stacks_in_387_66 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_387_66 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

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

#stacks_in_387_94 {
	font-size: 120%;
}
#filter_stacks_in_387_90 ul{list-style:none;overflow:auto;width:100%}#filter_stacks_in_387_90 ul.float-left li{float:left}#filter_stacks_in_387_90 ul.float-right li{float:right}#filter_stacks_in_387_90 ul.inline li{display:inline-block;vertical-align:top}#filter_stacks_in_387_90 ul.inline li:after{content:"•";margin:0 0.50rem}#filter_stacks_in_387_90 ul.inline li:last-child:after{display:none}#filter_stacks_in_387_90 > ul{margin-left:0}

#stacks_in_387_92 {
	font-size: 120%;
}
#filter_stacks_in_387_58 ul{list-style:none;overflow:auto;width:100%}#filter_stacks_in_387_58 ul.float-left li{float:left}#filter_stacks_in_387_58 ul.float-right li{float:right}#filter_stacks_in_387_58 ul.inline li{display:inline-block;vertical-align:top}#filter_stacks_in_387_58 ul.inline li:after{content:"•";margin:0 0.50rem}#filter_stacks_in_387_58 ul.inline li:last-child:after{display:none}#filter_stacks_in_387_58 > ul{margin-left:0}
#stacks_in_387_73{overflow:hidden}#stacks_in_387_73 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_387_73 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_387_67{overflow:hidden}#stacks_in_387_67 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_387_67 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_387_76 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_387_76 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_387_76 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_387_76 > .row.padding-detailed.padding-medium-up,#stacks_in_387_76 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_387_76 > .row.padding-detailed.padding-y-medium-up,#stacks_in_387_76 > .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_387_76 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_387_76 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_387_77{overflow:hidden}#stacks_in_387_77 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_387_77 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
@media only screen and (min-width:0px){#stacks_in_387_87{}}


#stacks_in_387_87 {
	padding: 0px 0px 0px 10px;
}
#stacks_in_387_108 a{display:block}#stacks_in_387_108 img{}#stacks_in_387_108 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_387_108 img{max-width:150px}}@media only screen and (min-width:1024px){#stacks_in_387_108 img{max-width:200px}}

#stacks_out_387_82 {
	margin-right:0;
}

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

#stacks_out_387_79 {
	margin-right:0;
}
#stacks_in_387_85{overflow:hidden}#stacks_in_387_85 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_387_85 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
@media only screen and (min-width:0px){#stacks_in_387_98{}}


#stacks_in_387_98 {
	padding: 0px 0px 0px 10px;
}
#stacks_in_387_124{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_387_124 .cycler_reel{position:relative;width:100%;overflow:hidden}#stacks_in_387_124{visibility:hidden}#stacks_in_387_124 .cycler_reel > div.stacks_out{width:100% !important}#stacks_in_387_124 .cycler_reel > div.stacks_out:first{visibility:visible}
#stacks_in_387_103 a{display:block}#stacks_in_387_103 img{}#stacks_in_387_103 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_387_103 img{max-width:150px}}@media only screen and (min-width:1024px){#stacks_in_387_103 img{max-width:200px}}
#stacks_in_387_122 a{display:block}#stacks_in_387_122 img{}#stacks_in_387_122 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_387_122 img{max-width:150px}}@media only screen and (min-width:1024px){#stacks_in_387_122 img{max-width:150px}}
#stacks_in_387_123 a{display:block}#stacks_in_387_123 img{}#stacks_in_387_123 img{max-width:50px}@media only screen and (min-width:641px){#stacks_in_387_123 img{max-width:150px}}@media only screen and (min-width:1024px){#stacks_in_387_123 img{max-width:150px}}
#stacks_in_387_101{overflow:hidden}#stacks_in_387_101 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_387_101 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_387_105 a{display:block}#stacks_in_387_105 img{}
#stacks_in_1294 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1294 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1294 > .row.padding-detailed{padding:2.00rem 1.00rem 0.00rem 1.00rem}@media only screen and (max-width:40em){#stacks_in_1294 > .row.padding-detailed.padding-medium-up,#stacks_in_1294 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1294 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1294 > .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_1294 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1294 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1295 {
	padding: 30px 0px 0px 0px;
}

#stacks_in_1297 {
	border: solid rgba(116, 206, 204, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding: 8px 0px 0px 5px;
}
#stacks_in_1299{overflow:hidden}#stacks_in_1299 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1299 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

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

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

#stacks_in_1304 .reveal-launcher{cursor:pointer}
.vimeo-wrapper.stacks_in_1308{padding-top:calc((720/1280)*100%)}

#stacks_in_1308 {
	border: solid rgba(40, 101, 167, 1.00);
	border-width:  1px;
}
#stacks_in_1312 a{display:block}#stacks_in_1312 img{}
#stacks_in_1315{overflow:hidden}#stacks_in_1315 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1315 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_1318 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1318 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1318 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_1326{overflow:hidden}#stacks_in_1326 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1326 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

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

#stacks_in_1327 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding: 30px 0px 0px 0px;
}

#stacks_in_1328 {
	padding: 8px 0px 0px 5px;
}
#stacks_in_1564 a{display:block}#stacks_in_1564 img{}
#stacks_in_1563 a{display:block}#stacks_in_1563 img{}
#stacks_in_1333{overflow:hidden}#stacks_in_1333 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1333 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

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

#stacks_in_1334 {
	padding: 20px 0px 0px 0px;
}
#reveal_stacks_in_1338,#myReveal{color:rgba(51, 51, 51, 1.00);background:rgba(255, 255, 255, 1.00)}#reveal_stacks_in_1338 p,#reveal_stacks_in_1338 h1,#reveal_stacks_in_1338 h2,#reveal_stacks_in_1338 h3,#reveal_stacks_in_1338 h4,#reveal_stacks_in_1338 h5,#reveal_stacks_in_1338 h6,#reveal_stacks_in_1338 div,#myReveal p,#myReveal h1,#myReveal h2,#myReveal h3,#myReveal h4,#myReveal h5,#myReveal h6,#myReveal div{color:rgba(51, 51, 51, 1.00)}#reveal_stacks_in_1338 a.close-reveal-modal,#myReveal a.close-reveal-modal{color:rgba(170, 170, 170, 1.00)}.reveal-modal-bg{background:rgba(0, 0, 0, 0.45) !important}#stacks_in_1338 .reveal-launcher{cursor:pointer}
#stacks_in_1339 a{display:block}#stacks_in_1339 img{}
.vimeo-wrapper.stacks_in_1341{padding-top:calc((720/1280)*100%)}

#stacks_in_1341 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  1px;
}
#stacks_in_1346{overflow:hidden}#stacks_in_1346 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1346 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1347 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1347 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1347 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1347 > .row.padding-detailed.padding-medium-up,#stacks_in_1347 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1347 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1347 > .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_1347 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1347 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1348 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1351{overflow:hidden}#stacks_in_1351 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1351 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1352 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1352 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1352 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1352 > .row.padding-detailed.padding-medium-up,#stacks_in_1352 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1352 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1352 > .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_1352 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1352 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1352 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1358{overflow:hidden}#stacks_in_1358 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1358 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1359 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1359 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1359 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1359 > .row.padding-detailed.padding-medium-up,#stacks_in_1359 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1359 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1359 > .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_1359 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1359 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1360 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1363{overflow:hidden}#stacks_in_1363 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1363 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1601{overflow:hidden}#stacks_in_1601 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1601 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1580 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1580 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1580 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1580 > .row.padding-detailed.padding-medium-up,#stacks_in_1580 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1580 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1580 > .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_1580 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1580 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1580 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1604 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1609 a{display:block}#stacks_in_1609 img{}
#stacks_in_1607 a{display:block}#stacks_in_1607 img{}
#stacks_in_1578{overflow:hidden}#stacks_in_1578 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1578 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

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

#stacks_in_1584 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1589 a{display:block}#stacks_in_1589 img{}
#stacks_in_1587 a{display:block}#stacks_in_1587 img{}
#stacks_in_1585 a{display:block}#stacks_in_1585 img{}
#stacks_in_1591{overflow:hidden}#stacks_in_1591 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1591 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

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

#stacks_in_1594 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1599 a{display:block}#stacks_in_1599 img{}
#stacks_in_1597 a{display:block}#stacks_in_1597 img{}
#stacks_in_1595 a{display:block}#stacks_in_1595 img{}
#stacks_in_1364{overflow:hidden}#stacks_in_1364 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1364 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1365 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1365 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1365 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1365 > .row.padding-detailed.padding-medium-up,#stacks_in_1365 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1365 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1365 > .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_1365 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1365 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1365 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1368 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1369 a{display:block}#stacks_in_1369 img{}
#stacks_in_1371 a{display:block}#stacks_in_1371 img{}
#stacks_in_1373 a{display:block}#stacks_in_1373 img{}
#stacks_in_1566{overflow:hidden}#stacks_in_1566 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1566 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

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

#stacks_in_1569 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1574 a{display:block}#stacks_in_1574 img{}
#stacks_in_1572 a{display:block}#stacks_in_1572 img{}
#stacks_in_1570 a{display:block}#stacks_in_1570 img{}
#stacks_in_1376{overflow:hidden}#stacks_in_1376 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1376 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1377 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1377 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1377 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1377 > .row.padding-detailed.padding-medium-up,#stacks_in_1377 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1377 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1377 > .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_1377 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1377 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1377 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1380 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1381 a{display:block}#stacks_in_1381 img{}
#stacks_in_1383 a{display:block}#stacks_in_1383 img{}
#stacks_in_1385 a{display:block}#stacks_in_1385 img{}
#stacks_in_1388{overflow:hidden}#stacks_in_1388 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1388 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1389 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1389 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1389 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1389 > .row.padding-detailed.padding-medium-up,#stacks_in_1389 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1389 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1389 > .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_1389 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1389 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1389 {
	padding: 30px 0px 0px 0px;
}

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

#stacks_in_1392 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1393 a{display:block}#stacks_in_1393 img{}
#stacks_in_1395 a{display:block}#stacks_in_1395 img{}
#stacks_in_1397 a{display:block}#stacks_in_1397 img{}
#stacks_in_1400{overflow:hidden}#stacks_in_1400 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1400 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1401 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1401 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1401 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1401 > .row.padding-detailed.padding-medium-up,#stacks_in_1401 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1401 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1401 > .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_1401 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1401 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1401 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1404 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1405 a{display:block}#stacks_in_1405 img{}
#stacks_in_1407 a{display:block}#stacks_in_1407 img{}
#stacks_in_1409 a{display:block}#stacks_in_1409 img{}

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

#stacks_in_1411 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1412 a{display:block}#stacks_in_1412 img{}
#stacks_in_1414 a{display:block}#stacks_in_1414 img{}
#stacks_in_1416 a{display:block}#stacks_in_1416 img{}
#stacks_in_1419{overflow:hidden}#stacks_in_1419 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1419 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1420 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1420 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1420 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1420 > .row.padding-detailed.padding-medium-up,#stacks_in_1420 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1420 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1420 > .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_1420 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1420 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1420 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1423 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1434{overflow:hidden}#stacks_in_1434 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1434 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1435 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1435 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1435 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1435 > .row.padding-detailed.padding-medium-up,#stacks_in_1435 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1435 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1435 > .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_1435 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1435 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1435 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1438 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1454 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1455 a{display:block}#stacks_in_1455 img{}
#stacks_in_1459 a{display:block}#stacks_in_1459 img{}
#stacks_in_1463 a{display:block}#stacks_in_1463 img{}

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

#stacks_in_1467 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1468 a{display:block}#stacks_in_1468 img{}
#stacks_in_1472 a{display:block}#stacks_in_1472 img{}

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

#stacks_in_1477 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1478 a{display:block}#stacks_in_1478 img{}
#stacks_in_1482 a{display:block}#stacks_in_1482 img{}
#stacks_in_1486 a{display:block}#stacks_in_1486 img{}
#stacks_in_1491{overflow:hidden}#stacks_in_1491 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1491 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1492 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1492 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1492 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1492 > .row.padding-detailed.padding-medium-up,#stacks_in_1492 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1492 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1492 > .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_1492 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1492 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1492 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1495 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1496 a{display:block}#stacks_in_1496 img{}
#stacks_in_1500 a{display:block}#stacks_in_1500 img{}

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

#stacks_in_1507 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1508 a{display:block}#stacks_in_1508 img{}
#stacks_in_1512 a{display:block}#stacks_in_1512 img{}

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

#stacks_in_1519 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1520 a{display:block}#stacks_in_1520 img{}
#stacks_in_1524 a{display:block}#stacks_in_1524 img{}
#stacks_in_1530{overflow:hidden}#stacks_in_1530 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1530 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1531 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1531 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1531 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1531 > .row.padding-detailed.padding-medium-up,#stacks_in_1531 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1531 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1531 > .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_1531 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1531 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1531 {
	padding: 20px 0px 0px 0px;
}

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

#stacks_in_1534 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1535 a{display:block}#stacks_in_1535 img{}
#stacks_in_1543{overflow:hidden}#stacks_in_1543 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_1543 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1544 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1544 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1544 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1544 > .row.padding-detailed.padding-medium-up,#stacks_in_1544 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1544 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1544 > .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_1544 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1544 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

#stacks_in_1557 {
	border: solid rgba(116, 206, 204, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding: 30px 0px 0px 0px;
}

#stacks_in_1558 {
	padding: 8px 0px 0px 5px;
}
#stacks_in_1561 a{display:block}#stacks_in_1561 img{}
#stacks_in_1552 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1552 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1552 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1552 > .row.padding-detailed.padding-medium-up,#stacks_in_1552 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1552 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1552 > .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_1552 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1552 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1552 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_1553{overflow:hidden}#stacks_in_1553 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_1553 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_1577 a{display:block}#stacks_in_1577 img{}
#stacks_in_383{overflow:hidden}#stacks_in_383 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_383 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
.ovl-style-pro-stacks_in_149::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.ovl-style-pro-stacks_in_149:not(.o-bg-vault)::after{background-color:rgba(115, 206, 204, 1.00)}

.style-pro-stacks_in_149::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_149:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(115, 206, 204, 0.10)}


#stacks_in_108_2 .panel{padding:1.25rem}#stacks_in_108_2 .panel{border-width:0}#stacks_in_108_2 .panel{background-color:rgba(115, 206, 204, 1.00);border-color:rgba(103, 185, 183, 1.00)}#stacks_in_108_2 .panel{margin-bottom:0}
#stacks_in_108_3 p,#stacks_in_108_3 div{margin-bottom:0}

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

#stacks_in_108_9 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_108_9 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_108_9 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_108_10{overflow:hidden}#stacks_in_108_10 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_10 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_108_13{overflow:hidden}#stacks_in_108_13 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_108_13 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_16{overflow:hidden}#stacks_in_108_16 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_16 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_19{overflow:hidden}#stacks_in_108_19 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_19 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_22{overflow:hidden}#stacks_in_108_22 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_22 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_26{overflow:hidden}#stacks_in_108_26 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_26 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_108_29{overflow:hidden}#stacks_in_108_29 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_108_29 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_32{overflow:hidden}#stacks_in_108_32 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_32 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_35{overflow:hidden}#stacks_in_108_35 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_35 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_38{overflow:hidden}#stacks_in_108_38 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_38 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_41{overflow:hidden}#stacks_in_108_41 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_41 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_44{overflow:hidden}#stacks_in_108_44 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_44 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_47{overflow:hidden}#stacks_in_108_47 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_47 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_51{overflow:hidden}#stacks_in_108_51 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_51 hr.custom{border-color:rgba(221, 221, 221, 1.00)}

#stacks_in_108_54{overflow:hidden}#stacks_in_108_54 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_108_54 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_57{overflow:hidden}#stacks_in_108_57 hr{opacity:0.00;border-top-style:solid;border-top-width:1px;margin:0 0 1.25rem;}#stacks_in_108_57 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_61 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_108_61 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_108_61 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_108_61 > .row.padding-detailed.padding-medium-up,#stacks_in_108_61 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_108_61 > .row.padding-detailed.padding-y-medium-up,#stacks_in_108_61 > .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_108_61 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_108_61 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_108_61 {
	padding: 20px 0px 0px 0px;
}
#stacks_in_108_62{overflow:hidden}#stacks_in_108_62 hr{opacity:1.00;border-top-style:solid;border-top-width:3px;margin:1.25rem 0;}#stacks_in_108_62 hr.custom{border-color:rgba(221, 221, 221, 1.00)}
#stacks_in_108_65 .copyright{color:rgba(255, 255, 255, 1.00);font-size:0.70rem}#stacks_in_108_65 .copyright a{color:rgba(255, 255, 255, 1.00)}#stacks_in_108_65 .copyright a:hover{color:rgba(0, 122, 255, 1.00)}#stacks_in_108_65 .copyright{margin-bottom:0}

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