/*
 * animate
 */

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


.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}
.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}
/*!* froala_editor v2.9.6 (https://www.froala.com/wysiwyg-editor)* License https://froala.com/wysiwyg-editor/terms/* Copyright 2014-2019 Froala Labs*/.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-img-caption.fr-rounded img,img.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-img-caption.fr-bordered img,img.fr-bordered{border:solid 5px #ccc}img.fr-bordered{box-sizing:content-box}.fr-img-caption.fr-bordered img{box-sizing:border-box}.fr-img-caption.fr-shadow img,img.fr-shadow{box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:0;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#e6e6e6}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:400}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir=rtl] blockquote{border-left:0;border-right:solid 2px #5e35b1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:solid 2px #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{font-weight:400;font-family:"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#aaa!important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ff0}.fr-view .fr-class-code{border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New",Courier,monospace}.fr-view .fr-class-transparency{opacity:.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv embed,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv>iframe{position:absolute!important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{box-sizing:content-box;max-width:100%;border:0}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;display:inline-block;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:"alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}/*!* froala_editor v2.9.6 (https://www.froala.com/wysiwyg-editor)* License https://froala.com/wysiwyg-editor/terms/* Copyright 2014-2019 Froala Labs*/.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-element img{cursor:pointer}.fr-image-resizer{position:absolute;border:solid 1px #1e88e5;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;box-sizing:content-box}.fr-image-resizer.fr-active{display:block}.fr-image-resizer .fr-handler{display:block;position:absolute;background:#1e88e5;border:solid 1px #fff;z-index:4;box-sizing:border-box}.fr-image-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-image-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-image-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-image-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-image-resizer .fr-handler{width:12px;height:12px}.fr-image-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-image-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-image-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width:1200px){.fr-image-resizer .fr-handler{width:10px;height:10px}.fr-image-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-image-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-image-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-image-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}.fr-popup .fr-image-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-image-upload-layer:hover{background:#ebebeb}.fr-popup .fr-image-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.fr-popup .fr-image-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0!important;padding:0!important;width:100%!important}.fr-popup .fr-image-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-image-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:400}.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-image-progress-bar-layer>div.fr-loader{background:#bcdbf7;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-image-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0;background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30%!important;position:absolute;top:0;animation:loading 2s linear infinite}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-image-size-layer .fr-image-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-uploading{-webkit-opacity:.4;-moz-opacity:.4;opacity:.4;-ms-filter:"alpha(Opacity=0)"}@keyframes loading{from{left:-25%}to{left:100%}}/*!* froala_editor v2.9.6 (https://www.froala.com/wysiwyg-editor)* License https://froala.com/wysiwyg-editor/terms/* Copyright 2014-2019 Froala Labs*/.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell{border:1px double #1e88e5}.fr-element table tr{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element table td,.fr-element table th{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text}.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-table-resizer{cursor:col-resize;position:absolute;z-index:3;display:none}.fr-table-resizer.fr-moving{z-index:2}.fr-table-resizer div{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border-right:1px solid #1e88e5}.fr-no-selection{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-popup .fr-table-colors-hex-layer{width:100%;margin:0;padding:10px}.fr-popup .fr-table-colors-hex-layer .fr-input-line{float:left;width:calc(100% - 50px);padding:8px 0 0}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons{float:right;width:50px}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button{background-color:#1e88e5;color:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-size:13px;height:32px}.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover{background-color:#166dba;color:#fff}.fr-popup .fr-table-size .fr-table-size-info{text-align:center;font-size:14px;padding:8px}.fr-popup .fr-table-size .fr-select-table-size{line-height:0;padding:0 5px 5px;white-space:nowrap}.fr-popup .fr-table-size .fr-select-table-size>span{display:inline-block;padding:0 4px 4px 0;background:0 0}.fr-popup .fr-table-size .fr-select-table-size>span>span{display:inline-block;width:18px;height:18px;border:1px solid #ddd}.fr-popup .fr-table-size .fr-select-table-size>span.hover{background:0 0}.fr-popup .fr-table-size .fr-select-table-size>span.hover>span{background:rgba(30,136,229,.3);border:solid 1px #1e88e5}.fr-popup .fr-table-size .fr-select-table-size .new-line::after{clear:both;display:block;content:"";height:0}.fr-popup.fr-above .fr-table-size .fr-select-table-size>span{display:inline-block!important}.fr-popup .fr-table-colors-buttons{margin-bottom:5px}.fr-popup .fr-table-colors{line-height:0;display:block}.fr-popup .fr-table-colors>span{display:inline-block;width:32px;height:32px;position:relative;z-index:1}.fr-popup .fr-table-colors>span>i{text-align:center;line-height:32px;height:32px;width:32px;font-size:13px;position:absolute;bottom:0;cursor:default;left:0}.fr-popup .fr-table-colors>span:focus{outline:1px solid #222;z-index:2}.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span{width:12px;height:12px}.fr-insert-helper{position:absolute;z-index:9999;white-space:nowrap}/*!* froala_editor v2.9.6 (https://www.froala.com/wysiwyg-editor)* License https://froala.com/wysiwyg-editor/terms/* Copyright 2014-2019 Froala Labs*/.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-line-breaker{cursor:text;border-top:1px solid #1e88e5;position:fixed;z-index:2;display:none}.fr-line-breaker.fr-visible{display:block}.fr-line-breaker a.fr-floating-btn{position:absolute;left:calc(50% - (32px / 2));top:-16px}/*!* froala_editor v2.9.6 (https://www.froala.com/wysiwyg-editor)* License https://froala.com/wysiwyg-editor/terms/* Copyright 2014-2019 Froala Labs*/.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-element .fr-video{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element .fr-video::after{position:absolute;content:'';z-index:1;top:0;left:0;right:0;bottom:0;cursor:pointer;display:block;background:rgba(0,0,0,0)}.fr-element .fr-video.fr-active>*{z-index:2;position:relative}.fr-element .fr-video>*{box-sizing:content-box;max-width:100%;border:0}.fr-box .fr-video-resizer{position:absolute;border:solid 1px #1e88e5;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-video-resizer.fr-active{display:block}.fr-box .fr-video-resizer .fr-handler{display:block;position:absolute;background:#1e88e5;border:solid 1px #fff;z-index:4;box-sizing:border-box}.fr-box .fr-video-resizer .fr-handler.fr-hnw{cursor:nw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hne{cursor:ne-resize}.fr-box .fr-video-resizer .fr-handler.fr-hsw{cursor:sw-resize}.fr-box .fr-video-resizer .fr-handler.fr-hse{cursor:se-resize}.fr-box .fr-video-resizer .fr-handler{width:12px;height:12px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-6px;top:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-6px;bottom:-6px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-6px;bottom:-6px}@media (min-width:1200px){.fr-box .fr-video-resizer .fr-handler{width:10px;height:10px}.fr-box .fr-video-resizer .fr-handler.fr-hnw{left:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hne{right:-5px;top:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hsw{left:-5px;bottom:-5px}.fr-box .fr-video-resizer .fr-handler.fr-hse{right:-5px;bottom:-5px}}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line{width:calc(50% - 5px);display:inline-block}.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line{margin-left:10px}.fr-popup .fr-video-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;text-align:center}.fr-popup .fr-video-upload-layer:hover{background:#ebebeb}.fr-popup .fr-video-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.fr-popup .fr-video-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0!important;padding:0!important;width:100%!important}.fr-popup .fr-video-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-video-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:400}.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-video-progress-bar-layer>div.fr-loader{background:#bcdbf7;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-video-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0;background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30%!important;position:absolute;top:0;animation:loading 2s linear infinite}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}.fr-video-overlay{position:fixed;top:0;left:0;bottom:0;right:0;z-index:2147483640;display:none}/*!* froala_editor v2.9.6 (https://www.froala.com/wysiwyg-editor)* License https://froala.com/wysiwyg-editor/terms/* Copyright 2014-2019 Froala Labs*/.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-popup .fr-file-upload-layer{border:dashed 2px #bdbdbd;padding:25px 0;position:relative;font-size:14px;letter-spacing:1px;line-height:140%;box-sizing:border-box;text-align:center}.fr-popup .fr-file-upload-layer:hover{background:#ebebeb}.fr-popup .fr-file-upload-layer.fr-drop{background:#ebebeb;border-color:#1e88e5}.fr-popup .fr-file-upload-layer .fr-form{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2147483640;overflow:hidden;margin:0!important;padding:0!important;width:100%!important}.fr-popup .fr-file-upload-layer .fr-form input{cursor:pointer;position:absolute;right:0;top:0;bottom:0;width:500%;height:100%;margin:0;font-size:400px}.fr-popup .fr-file-progress-bar-layer{box-sizing:border-box}.fr-popup .fr-file-progress-bar-layer>h3{font-size:16px;margin:10px 0;font-weight:400}.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons{display:none}.fr-popup .fr-file-progress-bar-layer>div.fr-loader{background:#bcdbf7;height:10px;width:100%;margin-top:20px;overflow:hidden;position:relative}.fr-popup .fr-file-progress-bar-layer>div.fr-loader span{display:block;height:100%;width:0;background:#1e88e5;-webkit-transition:width .2s ease 0s;-moz-transition:width .2s ease 0s;-ms-transition:width .2s ease 0s;-o-transition:width .2s ease 0s}.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span{width:30%!important;position:absolute;top:0;animation:loading 2s linear infinite}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader{display:none}.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons{display:block}@keyframes loading{from{left:-25%}to{left:100%}}/*!* froala_editor v2.9.6 (https://www.froala.com/wysiwyg-editor)* License https://froala.com/wysiwyg-editor/terms/* Copyright 2014-2019 Froala Labs*/.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-element .fr-embedly{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;position:relative}.fr-element .fr-embedly::after{position:absolute;content:'';z-index:1;top:0;left:0;right:0;bottom:0;cursor:pointer;display:block;background:rgba(0,0,0,0)}.fr-element .fr-embedly>*{box-sizing:content-box;max-width:100%;border:0}.fr-box .fr-embedly-resizer{position:absolute;z-index:2;border:solid 1px #1e88e5;display:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-box .fr-embedly-resizer.fr-active{display:block}
.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}
.target-wrapper{position:relative}.target-show-on-hover{opacity:0;transition:opacity 750ms ease}.target-show-on-hover:hover{opacity:1}.target{position:absolute;width:100%;height:auto}.target.width-auto{width:auto}.target.height-fill,.target.height-fixed,.target.height-flexible{display:flex;align-items:center}.target.height-fill{height:100%}.target[class*="float-"],.target[class*="shift-"]{position:relative}.target[class*="pin-"],.target.relative-browser{position:fixed}.target.float-right{float:right}.target.float-left{float:left}.target.vcenter[class*="relative-"]{top:50%;transform:translateY(-50%)}.target.hcenter[class*="relative-"]{left:50%;transform:translateX(-50%)}.target.hcenter.vcenter[class*="relative-"]{transform:translateX(-50%) translateY(-50%)}.target.shift-up,.target.shift-down{margin-left:auto;margin-right:auto}.target.target-center{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.target.pin-top{top:0}.target.pin-bottom{bottom:0}.target.pin-left{left:0}.target.pin-right{right:0}.target.target-disable{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}@media only screen and (min-width:40em){.target.target-mobile-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:39.9375em){.target.target-disable-mobile{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:62.5em){.target.target-desktop-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, 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); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; }

@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 shake {
  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); } }

.shake {
  animation-name: shake; }

@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; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  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: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  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.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@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-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); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.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); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    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-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.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: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@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 flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) 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);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  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 {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  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 {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  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-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  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 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@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; } }

.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); } }

.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); } }

.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); } }

.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); } }

.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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@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);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@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);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@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);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@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; }

#noticeContainer_stacks_in_2175 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_2175 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_2175 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_2175 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 0px;
  max-height: 70%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto;
  visibility: hidden;
  /*  */
  z-index: 999999;
  /*  */
  /*  */
  max-width: 500px;
  /*  */
  /*  */
  /*  */
  top: 500px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  margin-left: auto;
  /*  */
  /*  */
  /*  */
  background: rgba(239, 132, 12, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Raleway";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0px 0px 0px 0px; }
  #notice_stacks_in_2175.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_2175.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_2175.cookie-hide {
    display: none; }

#notice_stacks_in_2175 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 500px;
  padding: 0px 0px 0px 0px; }

#notice_stacks_in_2175 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 500px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px 0px 0px 0px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  /*  */
  /*  */ }
  #notice_stacks_in_2175 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px; }
  #notice_stacks_in_2175 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_2175 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_2175 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_2175 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_2175 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_2175 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_2175 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_2175 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_2175 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_2175 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_2175 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_2175 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_2175 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_2175 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_2175 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_2175 .notice-action div {
      height: 50%;
      width: 100%; } }

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


#stacks_in_2178 {
	margin: 0px 0px 40px 0px;
}
#stacks_in_2182 div,#stacks_in_2182 .hTxt:not(.segment) div{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_2182 div,#stacks_in_2182 .hTxt:not(.segment) div{font-size:1.20rem}}#stacks_in_2182 div,#stacks_in_2182 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_2182 div a,#stacks_in_2182 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_2182 div a:hover,#stacks_in_2182 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_2182 small,#stacks_in_2182 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_2182 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_2184 {
	text-transform: uppercase;
}
#stacks_in_2187 p,#stacks_in_2187 div,#stacks_in_2187 ul,#stacks_in_2187 ol,#stacks_in_2187 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_2187 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_2187 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_2187,#stacks_in_2187 div,#stacks_in_2187 p,#stacks_in_2187 ol,#stacks_in_2187 ul li,#stacks_in_2187 ol li,#stacks_in_2187 ol,#stacks_in_2187 dl{font-size:1.20rem}@media all and (max-width:640px){#stacks_in_2187,#stacks_in_2187 div,#stacks_in_2187 p,#stacks_in_2187 ol,#stacks_in_2187 ul li,#stacks_in_2187 ol li,#stacks_in_2187 ol,#stacks_in_2187 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_2187,#stacks_in_2187 div,#stacks_in_2187 p,#stacks_in_2187 .fa:not(.no-indent),#stacks_in_2187 ol,#stacks_in_2187 ul li,#stacks_in_2187 ol li,#stacks_in_2187 ol,#stacks_in_2187 dl{line-height:1.35}}@media only screen and (min-width:0px){#stacks_in_2187{}}


#stacks_in_2187 {
	margin: 0px 0px 30px 0px;
}
#stacks_in_2198{text-align:center}#stacks_in_2198 .button{background-color:rgba(0, 0, 0, 1.00);color:rgba(255, 255, 255, 1.00)}#stacks_in_2198 .button:hover{background-color:rgba(0, 0, 0, 0.50)}#stacks_in_2198 .button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 0, 0, 1.00);color:rgba(0, 0, 0, 1.00)}#stacks_in_2198 .button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 0, 0, 0.50);background-color:rgba(0, 0, 0, 0.50)}#stacks_in_2198 .button{margin-bottom:0}
  .theme-version{display:block}.theme-version.number-110,#stacks_in_276_1{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 151, 185, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 151, 185, 1.00);}body,.font-family-text{font-family:"Raleway",sans-serif;font-weight:400;}h1,.font-family-h1{font-family:"Raleway",sans-serif;font-style:normal;font-weight:200;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:"Raleway",sans-serif;font-style:normal;font-weight:300;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{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:1.50rem;padding-right:1.50rem}.row .row{margin:0 -1.50rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -1.50rem;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:2000px;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:2000px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(34, 34, 34, 1.00)}a{color:rgba(0, 151, 185, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(0, 151, 185, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(0, 151, 185, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(0, 151, 185, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(34, 34, 34, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(44, 44, 44, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(44, 44, 44, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:1.30rem}h2{font-size:1.00rem}h3{font-size:1.10rem}h4{font-size:1.12rem}h5{font-size:1.00rem}h6{font-size:1.10rem}p,ul li,ol li{font-size:0.90rem}@media only screen and (min-width:40.063em){h1{font-size:2.30rem}h2{font-size:2.00rem}h3{font-size:1.35rem}h4{font-size:7.00rem}h5{font-size:2.30rem}h6{font-size:1.15rem}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(0, 151, 185, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 151, 185, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(231, 231, 231, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(34, 34, 34, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(0, 0, 0, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(255, 255, 255, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(128, 128, 128, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(239, 132, 12, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(0, 151, 185, 1.00)}blockquote,blockquote p{color:rgba(44, 44, 44, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(40, 40, 40, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:2000px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 143, 175, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:3px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(0, 151, 185, 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(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{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(0, 0, 0, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(0, 0, 0, 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(255, 255, 255, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(255, 255, 255, 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(128, 128, 128, 1.00);color:rgba(128, 128, 128, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(128, 128, 128, 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(128, 128, 128, 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(128, 128, 128, 1.00),0 7px 0 1px rgba(128, 128, 128, 1.00),0 14px 0 1px rgba(128, 128, 128, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(239, 132, 12, 1.00);color:rgba(239, 132, 12, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(239, 132, 12, 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(239, 132, 12, 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(239, 132, 12, 1.00),0 7px 0 1px rgba(239, 132, 12, 1.00),0 14px 0 1px rgba(239, 132, 12, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(0, 151, 185, 1.00);color:rgba(0, 151, 185, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(0, 151, 185, 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(0, 151, 185, 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(0, 151, 185, 1.00),0 7px 0 1px rgba(0, 151, 185, 1.00),0 14px 0 1px rgba(0, 151, 185, 1.00)}.alert-box{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 143, 175, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:3px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:3px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 143, 175, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:3px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 151, 185, 1.00);color:rgba(0, 151, 185, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 143, 175, 1.00);background-color:rgba(0, 143, 175, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar > .item:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 143, 175, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(34, 34, 34, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(0, 151, 185, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(40, 40, 40, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:3px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:3px;border-bottom-right-radius:3px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:3px;border-top-left-radius:3px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:3px;border-bottom-right-radius:3px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(0, 151, 185, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(0, 143, 175, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(0, 151, 185, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(231, 231, 231, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:3px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(231, 231, 231, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(0, 151, 185, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(0, 143, 175, 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(0, 143, 175, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(219, 219, 219, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(219, 219, 219, 1.00)}.tabs li.tab-title > a{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 143, 175, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 143, 175, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(219, 219, 219, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(0, 0, 0, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(0, 0, 0, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(0, 0, 0, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(255, 255, 255, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(242, 242, 242, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(242, 242, 242, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(128, 128, 128, 1.00);color:rgba(128, 128, 128, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(121, 121, 121, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(128, 128, 128, 1.00);background-color:rgba(121, 121, 121, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(239, 132, 12, 1.00);color:rgba(239, 132, 12, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(227, 125, 11, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(239, 132, 12, 1.00);background-color:rgba(227, 125, 11, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(0, 151, 185, 1.00);color:rgba(0, 151, 185, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(0, 143, 175, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(0, 151, 185, 1.00);background-color:rgba(0, 143, 175, 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(0, 75, 92, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:3px}.tooltip{border-radius:3px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.radius{border-radius:3px}.panel p{color:rgba(34, 34, 34, 1.00)}.panel p a{color:rgba(0, 151, 185, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(0, 151, 185, 1.00)}.panel p.alt a:hover{color:rgba(0, 151, 185, 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(34, 34, 34, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(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(44, 44, 44, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.primary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .description{color:rgba(34, 34, 34, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(34, 34, 34, 1.00)}.pricing-table.radius{border-radius:3px}.pricing-table.radius .title{border-top-right-radius:3px;border-top-left-radius:3px}.pricing-table.radius .cta-button{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.side-nav li a:not(.button){color:rgba(0, 151, 185, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 151, 185, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(0, 151, 185, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 128, 157, 1.00)}.side-nav header{color:rgba(34, 34, 34, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(40, 40, 40, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(0, 151, 185, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 151, 185, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(0, 151, 185, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(0, 128, 157, 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(0, 151, 185, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(0, 143, 175, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 151, 185, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(0, 143, 175, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:3px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(0, 151, 185, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(0, 151, 185, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(34, 34, 34, 1.00);font-size:0.9rem}.copyright a{color:rgba(0, 151, 185, 1.00)}.copyright a:hover{color:rgba(0, 151, 185, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block !important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none !important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none !important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none !important}}.fn-text-header{color:rgba(34, 34, 34, 1.00)}.fn-text-link a{color:rgba(0, 151, 185, 1.00)}.fn-text-link a:hover{color:rgba(0, 151, 185, 1.00)}.fn-text-text{color:rgba(34, 34, 34, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(34, 34, 34, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(0, 151, 185, 1.00)}.fn-text-link-alt a:hover{color:rgba(0, 151, 185, 1.00)}.fn-text-accent-alt{color:rgba(221, 221, 221, 1.00)}.fn-text-primary{color:rgba(0, 151, 185, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(231, 231, 231, 1.00)}.fn-text-secondary-text{color:rgba(51, 51, 51, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(0, 151, 185, 1.00)}.fn-text-text-alt a:hover{color:rgba(0, 151, 185, 1.00)}.fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw2c1{color:rgba(0, 0, 0, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(0, 0, 0, 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(0, 0, 0, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(0, 0, 0, 1.00)}.fn-text-sw3c1{color:rgba(255, 255, 255, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(255, 255, 255, 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(255, 255, 255, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(242, 242, 242, 1.00)}.fn-text-sw4c1{color:rgba(128, 128, 128, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(128, 128, 128, 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(128, 128, 128, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(121, 121, 121, 1.00)}.fn-text-sw4c2{color:rgba(128, 128, 128, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(128, 128, 128, 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(128, 128, 128, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(121, 121, 121, 1.00)}.fn-text-sw5c1{color:rgba(239, 132, 12, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(239, 132, 12, 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(239, 132, 12, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(227, 125, 11, 1.00)}.fn-text-sw5c2{color:rgba(239, 132, 12, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(239, 132, 12, 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(239, 132, 12, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(227, 125, 11, 1.00)}.fn-text-sw6c1{color:rgba(0, 151, 185, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(0, 151, 185, 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(0, 151, 185, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(0, 143, 175, 1.00)}.fn-text-sw6c2{color:rgba(0, 151, 185, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(0, 151, 185, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(0, 151, 185, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(0, 143, 175, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw2c1{color:rgba(0, 0, 0, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(0, 0, 0, 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(0, 0, 0, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(0, 0, 0, 1.00)}.panel .fn-text-sw3c1{color:rgba(255, 255, 255, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(255, 255, 255, 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(255, 255, 255, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(242, 242, 242, 1.00)}.panel .fn-text-sw4c1{color:rgba(128, 128, 128, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(128, 128, 128, 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(128, 128, 128, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(121, 121, 121, 1.00)}.panel .fn-text-sw4c2{color:rgba(128, 128, 128, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(128, 128, 128, 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(128, 128, 128, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(121, 121, 121, 1.00)}.panel .fn-text-sw5c1{color:rgba(239, 132, 12, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(239, 132, 12, 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(239, 132, 12, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(227, 125, 11, 1.00)}.panel .fn-text-sw5c2{color:rgba(239, 132, 12, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(239, 132, 12, 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(239, 132, 12, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(227, 125, 11, 1.00)}.panel .fn-text-sw6c1{color:rgba(0, 151, 185, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(0, 151, 185, 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(0, 151, 185, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(0, 143, 175, 1.00)}.panel .fn-text-sw6c2{color:rgba(0, 151, 185, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(0, 151, 185, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(0, 151, 185, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(0, 143, 175, 1.00)}.fn-bg-header{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-text{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-link{background-color:rgba(0, 151, 185, 1.00)}.fn-bg-link-hover{background-color:rgba(0, 151, 185, 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(0, 151, 185, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(0, 151, 185, 1.00)}.fn-bg-accent-alt{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-primary{background-color:rgba(0, 151, 185, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(231, 231, 231, 1.00)}.fn-bg-secondary-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(128, 128, 128, 1.00)}.fn-bg-sw4c2{background-color:rgba(128, 128, 128, 1.00)}.fn-bg-sw5c1{background-color:rgba(239, 132, 12, 1.00)}.fn-bg-sw5c2{background-color:rgba(239, 132, 12, 1.00)}.fn-bg-sw6c1{background-color:rgba(0, 151, 185, 1.00)}.fn-bg-sw6c2{background-color:rgba(0, 151, 185, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(0, 151, 185, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(0, 143, 175, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(219, 219, 219, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2{background-color:rgba(0, 0, 0, 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(0, 0, 0, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(0, 0, 0, 1.00);color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(0, 0, 0, 1.00);background-color:rgba(0, 0, 0, 1.00)}.fn-scheme-swatch3{background-color:rgba(255, 255, 255, 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(255, 255, 255, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(255, 255, 255, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(242, 242, 242, 1.00);background-color:rgba(242, 242, 242, 1.00)}.fn-scheme-swatch4{background-color:rgba(128, 128, 128, 1.00);color:rgba(128, 128, 128, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(128, 128, 128, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(128, 128, 128, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(128, 128, 128, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(121, 121, 121, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(128, 128, 128, 1.00);color:rgba(128, 128, 128, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(128, 128, 128, 1.00);border-color:rgba(121, 121, 121, 1.00);background-color:rgba(121, 121, 121, 1.00)}.fn-scheme-swatch5{background-color:rgba(239, 132, 12, 1.00);color:rgba(239, 132, 12, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(239, 132, 12, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(227, 125, 11, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(239, 132, 12, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(239, 132, 12, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(239, 132, 12, 1.00);color:rgba(239, 132, 12, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(239, 132, 12, 1.00);border-color:rgba(227, 125, 11, 1.00);background-color:rgba(227, 125, 11, 1.00)}.fn-scheme-swatch6{background-color:rgba(0, 151, 185, 1.00);color:rgba(0, 151, 185, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(0, 151, 185, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(0, 151, 185, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(0, 151, 185, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(0, 143, 175, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(0, 151, 185, 1.00);color:rgba(0, 151, 185, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(0, 151, 185, 1.00);border-color:rgba(0, 143, 175, 1.00);background-color:rgba(0, 143, 175, 1.00)}
/* 1.0.6.5
- fonts can be inherited
- fixed a bug that caused non-navigating parents to close the menu
- made cssmenu id unique, to prevent errors when using multiple on a single page
- loading icon fonts locally
- use custom loaded fonts
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("side-menu-files/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("side-menu-files/MaterialIcons-Regular.woff2") format('woff2'),
    url("side-menu-files/MaterialIcons-Regular.woff") format('woff'),
    url("side-menu-files/MaterialIcons-Regular.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

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

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

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

body.sideMenuOpen {
  overflow: hidden !important; }
#sideMenuToggleContainer_stacks_in_277_1 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  /*  */
  /*  */
  text-align: left;
  /*  */ }

#sideMenuToggle_stacks_in_277_1 {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  z-index: 9999;
  box-sizing: border-box;
  pointer-events: all;
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  /*  */
  /*  */
  /*  */
  /*  */
  width: auto;
  /*  */
  /*  */
  background: rgba(0, 151, 185, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "raleway";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */ }
  #sideMenuToggle_stacks_in_277_1 span, #sideMenuToggle_stacks_in_277_1 i {
    vertical-align: middle; }
  #sideMenuToggle_stacks_in_277_1 span {
    font-size: 12px; }
  #sideMenuToggle_stacks_in_277_1 i {
    font-size: 30px; }
    #sideMenuToggle_stacks_in_277_1 * {
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
            }
#sideMenuContainer_stacks_in_277_1:before, #sideMenuContainer_stacks_in_277_1:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 1;
  display: block;
  position: absolute; }

#sideMenuContainer_stacks_in_277_1:before {
  /*  */
  background: #FFFFFF;
  /*  */
  /*  */
  /*  */ }

#sideMenuContainer_stacks_in_277_1:after {
  /*  */ }

#sideMenu_stacks_in_277_1 {
  opacity: 1;
  padding: 22px 15px 80px 15px;
  /*  */
  /*  */
  text-align: left;
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: inherit;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */ }

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

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

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 {
  width: 100%;
  font-family: inherit; }

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

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul li a small {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  /*  */
  color: rgba(0, 0, 0, 0.60);
  /*  */ }

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

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul li a i:first-of-type {
  color: inherit;
  vertical-align: top;
  font-size: 16px; }

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

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

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

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

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

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

/*  */
#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul > li.has-sub > a {
  /*  */
  padding: 8px 48px 8px 22px;
  /*  */
  /*  */
  /*  */ }

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

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul li a {
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  border-radius: 0px;
  margin-bottom: 10px;
  /*  */
  color: #0097B9;
  padding: 8px 22px 8px 22px;
  /*  */
  background: none;
  /*  */
  /*  */
  /*  */
  /*  */ }

/*  */
#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul li a {
  /*  */
  margin-left: 15px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul ul li a {
  /*  */
  margin-left: 30px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul ul ul li a {
  /*  */
  margin-left: 45px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul ul ul ul li a {
  /*  */
  margin-left: 60px;
  /*  */
  /*  */
  /*  */ }

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul ul ul ul li a {
  /*  */
  margin-left: 75px;
  /*  */
  /*  */
  /*  */ }

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

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

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

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

#sideMenuToggle_stacks_in_277_1:hover {
  cursor: pointer;
  color: #FFFFFF;
  /*  */
  background: #1F5C82;
  /*  */
  /*  */
  /*  */ }

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

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

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

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

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

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

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

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

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul {
  display: none; }

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 > ul > li.active > ul {
  display: block; }

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

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

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul > li a:hover small {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.50); }

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul li a:hover small {
  font-size: 14px;
  /*  */
  color: rgba(0, 0, 0, 0.50);
  /*  */ }

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 > ul > li > a:hover {
  color: #000000;
  /*  */
  /*  */
  background: rgba(0, 151, 185, 0.20);
  /*  */
  /*  */ }

#sideMenu_stacks_in_277_1 #cssmenu_stacks_in_277_1 ul ul li a:hover {
  /*  */
  color: #1F5C82;
  /*  */
  /*  */
  background: rgba(0, 51, 51, 0.10);
  /*  */
  /*  */
  /*  */ }

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

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

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

/*  */
/*  */
#stacks_in_277_2 h1,#stacks_in_277_2 h2,#stacks_in_277_2 h3,#stacks_in_277_2 h4,#stacks_in_277_2 h5,#stacks_in_277_2 h6,#stacks_in_277_2 div{color:rgba(0, 151, 185, 1.00);font-size:1.25rem;font-weight:300;font-style:normal}#stacks_in_277_2 h1 a,#stacks_in_277_2 h2 a,#stacks_in_277_2 h3 a,#stacks_in_277_2 h4 a,#stacks_in_277_2 h5 a,#stacks_in_277_2 h6 a,#stacks_in_277_2 div a{color:rgba(0, 151, 185, 1.00);font-size:1.25rem}#stacks_in_277_2 h1 a:hover,#stacks_in_277_2 h2 a:hover,#stacks_in_277_2 h3 a:hover,#stacks_in_277_2 h4 a:hover,#stacks_in_277_2 h5 a:hover,#stacks_in_277_2 h6 a:hover,#stacks_in_277_2 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_277_2 h1 a,#stacks_in_277_2 h2 a,#stacks_in_277_2 h3 a,#stacks_in_277_2 h4 a,#stacks_in_277_2 h5 a,#stacks_in_277_2 h6 a,#stacks_in_277_2 div a{font-size:1.50rem}}@media only screen and (min-width:40.063em){#stacks_in_277_2 h1,#stacks_in_277_2 h2,#stacks_in_277_2 h3,#stacks_in_277_2 h4,#stacks_in_277_2 h5,#stacks_in_277_2 h6,#stacks_in_277_2 div{font-size:1.50rem}}#stacks_in_277_2 small,#stacks_in_277_2 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_277_2 {
	margin: 0px 0px 0px 20px;
}
#stacks_in_277_46 h1,#stacks_in_277_46 h2,#stacks_in_277_46 h3,#stacks_in_277_46 h4,#stacks_in_277_46 h5,#stacks_in_277_46 h6,#stacks_in_277_46 div{color:rgba(0, 151, 185, 1.00);font-size:1.25rem;font-weight:300;font-style:normal}#stacks_in_277_46 h1 a,#stacks_in_277_46 h2 a,#stacks_in_277_46 h3 a,#stacks_in_277_46 h4 a,#stacks_in_277_46 h5 a,#stacks_in_277_46 h6 a,#stacks_in_277_46 div a{color:rgba(0, 151, 185, 1.00);font-size:1.25rem}#stacks_in_277_46 h1 a:hover,#stacks_in_277_46 h2 a:hover,#stacks_in_277_46 h3 a:hover,#stacks_in_277_46 h4 a:hover,#stacks_in_277_46 h5 a:hover,#stacks_in_277_46 h6 a:hover,#stacks_in_277_46 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_277_46 h1 a,#stacks_in_277_46 h2 a,#stacks_in_277_46 h3 a,#stacks_in_277_46 h4 a,#stacks_in_277_46 h5 a,#stacks_in_277_46 h6 a,#stacks_in_277_46 div a{font-size:1.50rem}}@media only screen and (min-width:40.063em){#stacks_in_277_46 h1,#stacks_in_277_46 h2,#stacks_in_277_46 h3,#stacks_in_277_46 h4,#stacks_in_277_46 h5,#stacks_in_277_46 h6,#stacks_in_277_46 div{font-size:1.50rem}}#stacks_in_277_46 small,#stacks_in_277_46 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_277_46 {
	margin: 10px 0px 0px 20px;
}
#stacks_in_277_5 h1,#stacks_in_277_5 h2,#stacks_in_277_5 h3,#stacks_in_277_5 h4,#stacks_in_277_5 h5,#stacks_in_277_5 h6,#stacks_in_277_5 div{color:rgba(0, 151, 185, 1.00);font-size:1.25rem;font-weight:300;font-style:normal}#stacks_in_277_5 h1 a,#stacks_in_277_5 h2 a,#stacks_in_277_5 h3 a,#stacks_in_277_5 h4 a,#stacks_in_277_5 h5 a,#stacks_in_277_5 h6 a,#stacks_in_277_5 div a{color:rgba(0, 151, 185, 1.00);font-size:1.25rem}#stacks_in_277_5 h1 a:hover,#stacks_in_277_5 h2 a:hover,#stacks_in_277_5 h3 a:hover,#stacks_in_277_5 h4 a:hover,#stacks_in_277_5 h5 a:hover,#stacks_in_277_5 h6 a:hover,#stacks_in_277_5 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_277_5 h1 a,#stacks_in_277_5 h2 a,#stacks_in_277_5 h3 a,#stacks_in_277_5 h4 a,#stacks_in_277_5 h5 a,#stacks_in_277_5 h6 a,#stacks_in_277_5 div a{font-size:1.50rem}}@media only screen and (min-width:40.063em){#stacks_in_277_5 h1,#stacks_in_277_5 h2,#stacks_in_277_5 h3,#stacks_in_277_5 h4,#stacks_in_277_5 h5,#stacks_in_277_5 h6,#stacks_in_277_5 div{font-size:1.50rem}}#stacks_in_277_5 small,#stacks_in_277_5 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_277_5 {
	margin: 10px 0px 0px 20px;
}
#stacks_in_277_8 .pab-wrapper{box-shadow:0px 0px 0px rgba(0, 0, 0, 1.00) inset;padding:0px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer}#stacks_in_277_8{overflow:hidden;max-height:0px;transition:max-height 700ms ease 0ms}#stacks_in_277_8.open{max-height:500px}@media screen and (max-width:400px){#stacks_in_277_8.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_277_8.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_277_8.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_277_8.responsive.open{max-height:500px}}#stacks_in_277_8_container{height:500px}@media screen and (max-width:400px){#stacks_in_277_8_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_277_8_container.responsive{height:500px}}
#stacks_in_277_9 p,#stacks_in_277_9 div{margin-bottom:0}

#stacks_in_277_9 {
	margin: 10px 0px 20px 40px;
}
#stacks_in_277_12 h1,#stacks_in_277_12 h2,#stacks_in_277_12 h3,#stacks_in_277_12 h4,#stacks_in_277_12 h5,#stacks_in_277_12 h6,#stacks_in_277_12 div{color:rgba(0, 151, 185, 1.00);font-size:1.25rem;font-weight:300;font-style:normal}#stacks_in_277_12 h1 a,#stacks_in_277_12 h2 a,#stacks_in_277_12 h3 a,#stacks_in_277_12 h4 a,#stacks_in_277_12 h5 a,#stacks_in_277_12 h6 a,#stacks_in_277_12 div a{color:rgba(0, 151, 185, 1.00);font-size:1.25rem}#stacks_in_277_12 h1 a:hover,#stacks_in_277_12 h2 a:hover,#stacks_in_277_12 h3 a:hover,#stacks_in_277_12 h4 a:hover,#stacks_in_277_12 h5 a:hover,#stacks_in_277_12 h6 a:hover,#stacks_in_277_12 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_277_12 h1 a,#stacks_in_277_12 h2 a,#stacks_in_277_12 h3 a,#stacks_in_277_12 h4 a,#stacks_in_277_12 h5 a,#stacks_in_277_12 h6 a,#stacks_in_277_12 div a{font-size:1.50rem}}@media only screen and (min-width:40.063em){#stacks_in_277_12 h1,#stacks_in_277_12 h2,#stacks_in_277_12 h3,#stacks_in_277_12 h4,#stacks_in_277_12 h5,#stacks_in_277_12 h6,#stacks_in_277_12 div{font-size:1.50rem}}#stacks_in_277_12 small,#stacks_in_277_12 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}

#stacks_in_277_12 {
	margin: 0px 0px 0px 20px;
}
#stacks_in_277_14{overflow:hidden}#stacks_in_277_14 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:1.25rem 0;}#stacks_in_277_14 hr.custom{border-color:rgba(0, 151, 185, 1.00)}

#stacks_in_277_14 {
	margin: 0px 15px 0px 22px;
}
/*  */ }
  #sideMenuItem_stacks_in_277_24.sub_level_5::before {
    content: 'Sub Level 5';
    background: purple; }
#stacks_in_277_27{text-align:right}#stacks_in_277_27 img{max-width:600px;width:100%;height:auto}@media only screen and (min-width:641px){#stacks_in_277_27 img{max-width:400px}}@media only screen and (min-width:1024px){#stacks_in_277_27 img{max-width:600px}}

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


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

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

         #stacks_in_244_45>.button.b-p,#stacks_in_244_45>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_244_45>.button.b-p.expand-mob:not(.icon-only),#stacks_in_244_45>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_244_45 .button.b-p.expand-large:not(.icon-only),#stacks_in_244_45>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_244_45.bp-wrap{padding:5px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_244_45.bp-wrap{padding:30px 5px 0px 60px}}   @media screen and (max-width:641px){#stacks_in_244_45.bp-wrap{display:none!important}}       
  #stacks_in_244_45 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_244_45 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_244_45 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(31, 92, 130, 1.00)}#stacks_in_244_45 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_244_45 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(0, 151, 185, 1.00);}     

         #stacks_in_244_47>.button.b-p,#stacks_in_244_47>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_244_47>.button.b-p.expand-mob:not(.icon-only),#stacks_in_244_47>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_244_47 .button.b-p.expand-large:not(.icon-only),#stacks_in_244_47>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_244_47.bp-wrap{padding:5px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_244_47.bp-wrap{padding:30px 0px 0px 0px}}   @media screen and (max-width:641px){#stacks_in_244_47.bp-wrap{display:none!important}}       
  #stacks_in_244_47 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_244_47 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_244_47 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(31, 92, 130, 1.00)}#stacks_in_244_47 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_244_47 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(0, 151, 185, 1.00);}     
#stacks_in_244_17{text-align:right}#stacks_in_244_17 img{max-width:600px;width:100%;height:auto}@media only screen and (min-width:641px){#stacks_in_244_17 img{max-width:600px}}@media only screen and (min-width:1024px){#stacks_in_244_17 img{max-width:600px}}

#stacks_in_244_17 {
	margin: 35px 50px 5px 25px;
}
#stacks_in_4 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_4 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_4 > .row.padding-detailed{padding:20.00px 20.00px 0.00px 20.00px}@media only screen and (max-width:40em){#stacks_in_4 > .row.padding-detailed.padding-medium-up,#stacks_in_4 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_4 > .row.padding-detailed.padding-y-medium-up,#stacks_in_4 > .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_4 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_4 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_356{overflow:visible !important}#stacks_in_356 > .impact-animate{animation-duration:3000ms;animation-delay:0ms}
#stacks_in_357 .fg-content.fg-full-height{height:100%}#stacks_in_357 .slides-container{margin:0}#stacks_in_357 .slides-container > li{margin:0}#stacks_in_357 .slides-container > li::before,#stacks_in_357 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 80ms ease}#stacks_in_357 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_357 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_357 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_357 .impact-wrapper{z-index:0}#stacks_in_357 .impact-wrapper.fill-container{min-width:100%}#stacks_in_357 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_357 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_357 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_357 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_357 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_357 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_357 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_357 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_357 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_357 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_357 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_357 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_357 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_357 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_357 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_357 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_357 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_357 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_357 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_357 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_357 .impact-container{z-index:5}#stacks_in_357 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.30);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_357 .scrollDown{transform:scale(0.70)}}#stacks_in_357 .scrollDown.button-bottom{bottom:0px}#stacks_in_357 .scrollDown.button-top{top:0px}@media screen and (max-width:640px){#stacks_in_357 .scrollDown.hide-on-mob{display:none}}#stacks_in_357 .impact-arrow-wrap{background:rgba(96, 153, 154, 0.00);border-radius:0%;border:2px solid rgba(255, 255, 255, 0.96);box-shadow:0px 0px 0px 0px rgba(31, 92, 130, 0.71);transition:all 90ms ease}#stacks_in_357 .impact-arrow-wrap:hover{background:rgba(31, 92, 130, 0.70);transition:all 90ms ease}#stacks_in_357 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_357 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_357 .impact-arrow{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00);border-width:2px}#stacks_in_357 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_357 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_357 .slides-pagination > a{transition:all 3000ms ease}#stacks_in_357 .slides-pagination > a.current{transition:all 3000ms ease}

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

#visibleUnder_stacks_in_358 { 
	display: none; 
}
@media screen and (max-width:950px) { 
	#visibleUnder_stacks_in_358 { 
		display: block; 
	} 
}
#visibleBetween_stacks_in_358 { 
	display: none; 
}
 @media screen and (min-width:951px) and (max-width:1200px){ 
	#visibleBetween_stacks_in_358 { 
		display: block; 
	} 
}
#visibleOver_stacks_in_358 { 
	display: none; 
}
@media screen and (min-width:1201px) { 
	#visibleOver_stacks_in_358 { 
		display: block; 
	} 
}

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


#stacks_in_359 {
	margin: 75px 0px 0px 50px;
}
#stacks_in_360 h1,#stacks_in_360 h2,#stacks_in_360 h3,#stacks_in_360 h4,#stacks_in_360 h5,#stacks_in_360 h6,#stacks_in_360 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_360 h1 a,#stacks_in_360 h2 a,#stacks_in_360 h3 a,#stacks_in_360 h4 a,#stacks_in_360 h5 a,#stacks_in_360 h6 a,#stacks_in_360 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_360 h1 a:hover,#stacks_in_360 h2 a:hover,#stacks_in_360 h3 a:hover,#stacks_in_360 h4 a:hover,#stacks_in_360 h5 a:hover,#stacks_in_360 h6 a:hover,#stacks_in_360 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_360 h1 a,#stacks_in_360 h2 a,#stacks_in_360 h3 a,#stacks_in_360 h4 a,#stacks_in_360 h5 a,#stacks_in_360 h6 a,#stacks_in_360 div a{font-size:4.00rem}}@media only screen and (min-width:40.063em){#stacks_in_360 h1,#stacks_in_360 h2,#stacks_in_360 h3,#stacks_in_360 h4,#stacks_in_360 h5,#stacks_in_360 h6,#stacks_in_360 div{font-size:4.00rem}}#stacks_in_360 small,#stacks_in_360 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_413 h1,#stacks_in_413 h2,#stacks_in_413 h3,#stacks_in_413 h4,#stacks_in_413 h5,#stacks_in_413 h6,#stacks_in_413 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_413 h1 a,#stacks_in_413 h2 a,#stacks_in_413 h3 a,#stacks_in_413 h4 a,#stacks_in_413 h5 a,#stacks_in_413 h6 a,#stacks_in_413 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_413 h1 a:hover,#stacks_in_413 h2 a:hover,#stacks_in_413 h3 a:hover,#stacks_in_413 h4 a:hover,#stacks_in_413 h5 a:hover,#stacks_in_413 h6 a:hover,#stacks_in_413 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_413 h1 a,#stacks_in_413 h2 a,#stacks_in_413 h3 a,#stacks_in_413 h4 a,#stacks_in_413 h5 a,#stacks_in_413 h6 a,#stacks_in_413 div a{font-size:4.00rem}}@media only screen and (min-width:40.063em){#stacks_in_413 h1,#stacks_in_413 h2,#stacks_in_413 h3,#stacks_in_413 h4,#stacks_in_413 h5,#stacks_in_413 h6,#stacks_in_413 div{font-size:4.00rem}}#stacks_in_413 small,#stacks_in_413 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_421 h1,#stacks_in_421 h2,#stacks_in_421 h3,#stacks_in_421 h4,#stacks_in_421 h5,#stacks_in_421 h6,#stacks_in_421 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_421 h1 a,#stacks_in_421 h2 a,#stacks_in_421 h3 a,#stacks_in_421 h4 a,#stacks_in_421 h5 a,#stacks_in_421 h6 a,#stacks_in_421 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_421 h1 a:hover,#stacks_in_421 h2 a:hover,#stacks_in_421 h3 a:hover,#stacks_in_421 h4 a:hover,#stacks_in_421 h5 a:hover,#stacks_in_421 h6 a:hover,#stacks_in_421 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_421 h1 a,#stacks_in_421 h2 a,#stacks_in_421 h3 a,#stacks_in_421 h4 a,#stacks_in_421 h5 a,#stacks_in_421 h6 a,#stacks_in_421 div a{font-size:4.00rem}}@media only screen and (min-width:40.063em){#stacks_in_421 h1,#stacks_in_421 h2,#stacks_in_421 h3,#stacks_in_421 h4,#stacks_in_421 h5,#stacks_in_421 h6,#stacks_in_421 div{font-size:4.00rem}}#stacks_in_421 small,#stacks_in_421 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_439 h1,#stacks_in_439 h2,#stacks_in_439 h3,#stacks_in_439 h4,#stacks_in_439 h5,#stacks_in_439 h6,#stacks_in_439 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_439 h1 a,#stacks_in_439 h2 a,#stacks_in_439 h3 a,#stacks_in_439 h4 a,#stacks_in_439 h5 a,#stacks_in_439 h6 a,#stacks_in_439 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_439 h1 a:hover,#stacks_in_439 h2 a:hover,#stacks_in_439 h3 a:hover,#stacks_in_439 h4 a:hover,#stacks_in_439 h5 a:hover,#stacks_in_439 h6 a:hover,#stacks_in_439 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_439 h1 a,#stacks_in_439 h2 a,#stacks_in_439 h3 a,#stacks_in_439 h4 a,#stacks_in_439 h5 a,#stacks_in_439 h6 a,#stacks_in_439 div a{font-size:4.00rem}}@media only screen and (min-width:40.063em){#stacks_in_439 h1,#stacks_in_439 h2,#stacks_in_439 h3,#stacks_in_439 h4,#stacks_in_439 h5,#stacks_in_439 h6,#stacks_in_439 div{font-size:4.00rem}}#stacks_in_439 small,#stacks_in_439 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_425 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_425 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_425 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_425 > .row.padding-detailed.padding-medium-up,#stacks_in_425 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_425 > .row.padding-detailed.padding-y-medium-up,#stacks_in_425 > .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_425 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_425 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_425 {
	margin: 75px 0px 0px 50px;
}
#stacks_in_426 h1,#stacks_in_426 h2,#stacks_in_426 h3,#stacks_in_426 h4,#stacks_in_426 h5,#stacks_in_426 h6,#stacks_in_426 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_426 h1 a,#stacks_in_426 h2 a,#stacks_in_426 h3 a,#stacks_in_426 h4 a,#stacks_in_426 h5 a,#stacks_in_426 h6 a,#stacks_in_426 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_426 h1 a:hover,#stacks_in_426 h2 a:hover,#stacks_in_426 h3 a:hover,#stacks_in_426 h4 a:hover,#stacks_in_426 h5 a:hover,#stacks_in_426 h6 a:hover,#stacks_in_426 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_426 h1 a,#stacks_in_426 h2 a,#stacks_in_426 h3 a,#stacks_in_426 h4 a,#stacks_in_426 h5 a,#stacks_in_426 h6 a,#stacks_in_426 div a{font-size:4.00rem}}@media only screen and (min-width:40.063em){#stacks_in_426 h1,#stacks_in_426 h2,#stacks_in_426 h3,#stacks_in_426 h4,#stacks_in_426 h5,#stacks_in_426 h6,#stacks_in_426 div{font-size:4.00rem}}#stacks_in_426 small,#stacks_in_426 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_428 h1,#stacks_in_428 h2,#stacks_in_428 h3,#stacks_in_428 h4,#stacks_in_428 h5,#stacks_in_428 h6,#stacks_in_428 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_428 h1 a,#stacks_in_428 h2 a,#stacks_in_428 h3 a,#stacks_in_428 h4 a,#stacks_in_428 h5 a,#stacks_in_428 h6 a,#stacks_in_428 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_428 h1 a:hover,#stacks_in_428 h2 a:hover,#stacks_in_428 h3 a:hover,#stacks_in_428 h4 a:hover,#stacks_in_428 h5 a:hover,#stacks_in_428 h6 a:hover,#stacks_in_428 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_428 h1 a,#stacks_in_428 h2 a,#stacks_in_428 h3 a,#stacks_in_428 h4 a,#stacks_in_428 h5 a,#stacks_in_428 h6 a,#stacks_in_428 div a{font-size:4.00rem}}@media only screen and (min-width:40.063em){#stacks_in_428 h1,#stacks_in_428 h2,#stacks_in_428 h3,#stacks_in_428 h4,#stacks_in_428 h5,#stacks_in_428 h6,#stacks_in_428 div{font-size:4.00rem}}#stacks_in_428 small,#stacks_in_428 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_430 h1,#stacks_in_430 h2,#stacks_in_430 h3,#stacks_in_430 h4,#stacks_in_430 h5,#stacks_in_430 h6,#stacks_in_430 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_430 h1 a,#stacks_in_430 h2 a,#stacks_in_430 h3 a,#stacks_in_430 h4 a,#stacks_in_430 h5 a,#stacks_in_430 h6 a,#stacks_in_430 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_430 h1 a:hover,#stacks_in_430 h2 a:hover,#stacks_in_430 h3 a:hover,#stacks_in_430 h4 a:hover,#stacks_in_430 h5 a:hover,#stacks_in_430 h6 a:hover,#stacks_in_430 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_430 h1 a,#stacks_in_430 h2 a,#stacks_in_430 h3 a,#stacks_in_430 h4 a,#stacks_in_430 h5 a,#stacks_in_430 h6 a,#stacks_in_430 div a{font-size:4.00rem}}@media only screen and (min-width:40.063em){#stacks_in_430 h1,#stacks_in_430 h2,#stacks_in_430 h3,#stacks_in_430 h4,#stacks_in_430 h5,#stacks_in_430 h6,#stacks_in_430 div{font-size:4.00rem}}#stacks_in_430 small,#stacks_in_430 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_441 h1,#stacks_in_441 h2,#stacks_in_441 h3,#stacks_in_441 h4,#stacks_in_441 h5,#stacks_in_441 h6,#stacks_in_441 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_441 h1 a,#stacks_in_441 h2 a,#stacks_in_441 h3 a,#stacks_in_441 h4 a,#stacks_in_441 h5 a,#stacks_in_441 h6 a,#stacks_in_441 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_441 h1 a:hover,#stacks_in_441 h2 a:hover,#stacks_in_441 h3 a:hover,#stacks_in_441 h4 a:hover,#stacks_in_441 h5 a:hover,#stacks_in_441 h6 a:hover,#stacks_in_441 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_441 h1 a,#stacks_in_441 h2 a,#stacks_in_441 h3 a,#stacks_in_441 h4 a,#stacks_in_441 h5 a,#stacks_in_441 h6 a,#stacks_in_441 div a{font-size:4.00rem}}@media only screen and (min-width:40.063em){#stacks_in_441 h1,#stacks_in_441 h2,#stacks_in_441 h3,#stacks_in_441 h4,#stacks_in_441 h5,#stacks_in_441 h6,#stacks_in_441 div{font-size:4.00rem}}#stacks_in_441 small,#stacks_in_441 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_369 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_369 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_369 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_369 > .row.padding-detailed.padding-medium-up,#stacks_in_369 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_369 > .row.padding-detailed.padding-y-medium-up,#stacks_in_369 > .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_369 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_369 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_369 {
	margin: 50px 0px 0px 20px;
}
#stacks_in_370 h1,#stacks_in_370 h2,#stacks_in_370 h3,#stacks_in_370 h4,#stacks_in_370 h5,#stacks_in_370 h6,#stacks_in_370 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_370 h1 a,#stacks_in_370 h2 a,#stacks_in_370 h3 a,#stacks_in_370 h4 a,#stacks_in_370 h5 a,#stacks_in_370 h6 a,#stacks_in_370 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_370 h1 a:hover,#stacks_in_370 h2 a:hover,#stacks_in_370 h3 a:hover,#stacks_in_370 h4 a:hover,#stacks_in_370 h5 a:hover,#stacks_in_370 h6 a:hover,#stacks_in_370 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_370 h1 a,#stacks_in_370 h2 a,#stacks_in_370 h3 a,#stacks_in_370 h4 a,#stacks_in_370 h5 a,#stacks_in_370 h6 a,#stacks_in_370 div a{font-size:3.00rem}}@media only screen and (min-width:40.063em){#stacks_in_370 h1,#stacks_in_370 h2,#stacks_in_370 h3,#stacks_in_370 h4,#stacks_in_370 h5,#stacks_in_370 h6,#stacks_in_370 div{font-size:3.00rem}}#stacks_in_370 small,#stacks_in_370 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_446 h1,#stacks_in_446 h2,#stacks_in_446 h3,#stacks_in_446 h4,#stacks_in_446 h5,#stacks_in_446 h6,#stacks_in_446 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_446 h1 a,#stacks_in_446 h2 a,#stacks_in_446 h3 a,#stacks_in_446 h4 a,#stacks_in_446 h5 a,#stacks_in_446 h6 a,#stacks_in_446 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_446 h1 a:hover,#stacks_in_446 h2 a:hover,#stacks_in_446 h3 a:hover,#stacks_in_446 h4 a:hover,#stacks_in_446 h5 a:hover,#stacks_in_446 h6 a:hover,#stacks_in_446 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_446 h1 a,#stacks_in_446 h2 a,#stacks_in_446 h3 a,#stacks_in_446 h4 a,#stacks_in_446 h5 a,#stacks_in_446 h6 a,#stacks_in_446 div a{font-size:3.00rem}}@media only screen and (min-width:40.063em){#stacks_in_446 h1,#stacks_in_446 h2,#stacks_in_446 h3,#stacks_in_446 h4,#stacks_in_446 h5,#stacks_in_446 h6,#stacks_in_446 div{font-size:3.00rem}}#stacks_in_446 small,#stacks_in_446 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_448 h1,#stacks_in_448 h2,#stacks_in_448 h3,#stacks_in_448 h4,#stacks_in_448 h5,#stacks_in_448 h6,#stacks_in_448 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_448 h1 a,#stacks_in_448 h2 a,#stacks_in_448 h3 a,#stacks_in_448 h4 a,#stacks_in_448 h5 a,#stacks_in_448 h6 a,#stacks_in_448 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_448 h1 a:hover,#stacks_in_448 h2 a:hover,#stacks_in_448 h3 a:hover,#stacks_in_448 h4 a:hover,#stacks_in_448 h5 a:hover,#stacks_in_448 h6 a:hover,#stacks_in_448 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_448 h1 a,#stacks_in_448 h2 a,#stacks_in_448 h3 a,#stacks_in_448 h4 a,#stacks_in_448 h5 a,#stacks_in_448 h6 a,#stacks_in_448 div a{font-size:3.00rem}}@media only screen and (min-width:40.063em){#stacks_in_448 h1,#stacks_in_448 h2,#stacks_in_448 h3,#stacks_in_448 h4,#stacks_in_448 h5,#stacks_in_448 h6,#stacks_in_448 div{font-size:3.00rem}}#stacks_in_448 small,#stacks_in_448 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_451 h1,#stacks_in_451 h2,#stacks_in_451 h3,#stacks_in_451 h4,#stacks_in_451 h5,#stacks_in_451 h6,#stacks_in_451 div{color:rgba(0, 151, 185, 1.00);font-size:1.69rem;font-weight:100;font-style:normal}#stacks_in_451 h1 a,#stacks_in_451 h2 a,#stacks_in_451 h3 a,#stacks_in_451 h4 a,#stacks_in_451 h5 a,#stacks_in_451 h6 a,#stacks_in_451 div a{color:rgba(0, 151, 185, 1.00);font-size:1.69rem}#stacks_in_451 h1 a:hover,#stacks_in_451 h2 a:hover,#stacks_in_451 h3 a:hover,#stacks_in_451 h4 a:hover,#stacks_in_451 h5 a:hover,#stacks_in_451 h6 a:hover,#stacks_in_451 div a:hover{color:rgba(0, 113, 138, 1.00)}@media only screen and (min-width:40.063em){#stacks_in_451 h1 a,#stacks_in_451 h2 a,#stacks_in_451 h3 a,#stacks_in_451 h4 a,#stacks_in_451 h5 a,#stacks_in_451 h6 a,#stacks_in_451 div a{font-size:3.00rem}}@media only screen and (min-width:40.063em){#stacks_in_451 h1,#stacks_in_451 h2,#stacks_in_451 h3,#stacks_in_451 h4,#stacks_in_451 h5,#stacks_in_451 h6,#stacks_in_451 div{font-size:3.00rem}}#stacks_in_451 small,#stacks_in_451 small div{font-size:60%;color:rgba(111, 111, 111, 1.00)}
#stacks_in_375 .impact-slide{background-image:url("../files/slideshowImage-375.jpg")}.slide-stacks_in_375 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_375 .impact-container.h-right{right:0px}.slide-stacks_in_375 .impact-container.h-left{left:0px}.slide-stacks_in_375 .impact-container.v-top{top:0px}.slide-stacks_in_375.kb-zoom-in-stacks_in_375.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_375 5000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_375.kb-zoom-out-stacks_in_375.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_375 5000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_375{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_375{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_411 .impact-slide{background-image:url("../files/slideshowImage-411.jpg")}.slide-stacks_in_411 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_411 .impact-container.h-right{right:0px}.slide-stacks_in_411 .impact-container.h-left{left:0px}.slide-stacks_in_411 .impact-container.v-top{top:0px}.slide-stacks_in_411.kb-zoom-in-stacks_in_411.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_411 5000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_411.kb-zoom-out-stacks_in_411.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_411 5000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_411{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_411{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_457 .impact-slide{background-image:url("../files/slideshowImage-457.jpg")}.slide-stacks_in_457 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_457 .impact-container.h-right{right:0px}.slide-stacks_in_457 .impact-container.h-left{left:0px}.slide-stacks_in_457 .impact-container.v-top{top:0px}.slide-stacks_in_457.kb-zoom-in-stacks_in_457.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_457 5000ms ease 1 forwards;transform-origin:50% 50%}.slide-stacks_in_457.kb-zoom-out-stacks_in_457.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_457 5000ms ease 1 forwards;transform-origin:50% 50%}@keyframes kb-zoom-in-stacks_in_457{0%{transform:scale(1)}100%{transform:scale(1.20)}}@keyframes kb-zoom-out-stacks_in_457{0%{transform:scale(1.20)}100%{transform:scale(1)}}
#stacks_in_296 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_296 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_296 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_296 > .row.padding-detailed.padding-medium-up,#stacks_in_296 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_296 > .row.padding-detailed.padding-y-medium-up,#stacks_in_296 > .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_296 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_296 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

/* Depth Content */

@media (min-width: 300px){
	#stacks_in_80 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_80 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_80 .depth_section_link:hover .depth_in,
#stacks_in_80 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_80.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_80.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_80 .depth_in{
	position: relative;
	margin: 0 auto;
	text-align: left;
	
	
}

#stacks_in_80 .depth_image{

	background-size: cover;
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image-80.jpg);
	
	
	
}





#stacks_in_80 .depth_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_80 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_80 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	   
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 85%);
	background: radial-gradient(rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 85%);
	}



/* Heading */

#stacks_in_80 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(51, 153, 204, 1.00);
	border-right: 0px solid rgba(51, 153, 204, 1.00);
	border-bottom: 0px solid rgba(51, 153, 204, 1.00);
	border-left: 0px solid rgba(51, 153, 204, 1.00);
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_80 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_80 .heading_out h2{
	font-size: 65px;
	line-height: 70px;
	color: rgba(51, 51, 51, 1.00);
	font-weight: 500;
	
	
	
	 text-align: left !important; 
	
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_80 p.super_heading{
	color: rgba(51, 51, 51, 1.00);
	font-size: 16px;
	letter-spacing: 0px;
	margin: 0px 0 15px;
	
	
	
	
	float: none;}

#stacks_in_80 p.sub_heading{
	color: rgba(51, 51, 51, 1.00);
	font-size: 20px;
	letter-spacing: 1px;
	margin: 10px 0 10px;
	
	
	
	
	float: none;}

/* Content */

#stacks_in_80 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 600px; 
	

	 text-align: left; 
	
	
	padding: 20% 20px 10% 20px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_80 .content_out{
		padding: 30% 100px 5% 100px;
		margin: 0 0%;}
	#stacks_in_80 .heading_out h2{
		font-size: 24px;
		line-height: 28px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_80 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_80 .depth_tint,
	#stacks_in_80 .content_tint{ background: none !important; }
	#stacks_in_80 .heading_out h2,
	#stacks_in_80 .content_out{
		 text-align: left !important; 
		
		
	}
	
}


#stacks_in_80 .content_flex{
	 align-items: flex-start; 
	
	
}

#stacks_in_80 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(255, 255, 255, 0.50);
	border: 0px solid rgba(255, 255, 255, 0.60);
	padding: 30px 40px 0px 40px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_80 .content_in p.main_content{
	display: block;
	color: rgba(51, 51, 51, 1.00);
	font-size: 1.00em;
	line-height: 1.50;
	margin-top: 0%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10%;
	
	
	}

#stacks_in_80 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 14px;
	padding: 3% 4.500000%;
	border-radius: 0px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 10%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(244, 150, 9, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_80 .content_in a.depth_button{
		padding: 3% 6%;
	}
}
#stacks_in_80 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(51, 153, 204, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_80 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_80 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	 
	margin-right: -600px; 
	

	

	display: none;
}
@media screen and (max-width: 700px){
	#stacks_in_80 .depth_aside{
		margin-right:0;
		
	}
}
#stacks_in_80 .depth_aside_wrapper{
	
	
	 
	padding-right: 600px; 
	
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	
	width: 100%;
}
#stacks_in_80 .depth_aside_wrapper,
#stacks_in_80 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_80 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

 #stacks_in_80 .content_out .centered_image img{float: left;} 





#stacks_in_80 .depth_aside_padding > div{max-width:150px;}

@media screen and (max-width: 700px){
	#stacks_in_80 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	#stacks_in_80 .depth_aside_padding > div{margin-left: auto;margin-right: 0;}
}

#stacks_in_80 .depth_aside_padding{
	padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 700px){
	#stacks_in_80 .depth_aside_padding{
		padding: 0px 20px 0px 20px;
	}
}

/* Layer Top */


#stacks_in_80 .depth_in{z-index: 4;}
#stacks_in_80 .depth_tint{z-index: 3;}
#stacks_in_80 .depth_gradient{z-index: 2;}
#stacks_in_80 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_80 .depth_wrapper.content_tint,
	#stacks_in_80 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_80 hr{border: 0;margin: 0;}

#stacks_in_80 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(51, 153, 204, 1.00);
	display: inline-block;}

#stacks_in_80 hr.hr_bottom_header{
	height: 10px;
	width: 20%;
	background: rgba(51, 153, 204, 1.00);
	display: inline-block;}

#stacks_in_80 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 11%;
	background: rgba(230, 73, 30, 1.00);
	margin-top: 20px;}#stacks_in_81 p,#stacks_in_81 div{margin-bottom:0}#stacks_in_81 p,#stacks_in_81 div,#stacks_in_81 ul,#stacks_in_81 ol,#stacks_in_81 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_81 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_81 a:hover{color:rgba(0, 102, 136, 1.00)}

#stacks_in_81 {
	padding: 0px 0px 30px 0px;
}
#stacks_in_308 a{display:block}#stacks_in_308 img{width:100%;}
/* -- Start Skyward Each css Template -- */

.stacks_in_309skyward, .stacks_in_309skywardInner, .stacks_in_309wrapper {
	position: relative;
	z-index: 1;
	overflow: visible;
}


.stacks_in_309skywardInner {
	top: -100px;
	margin-bottom: -100px;
}
	
		@media (max-width: 61.9em) {
			.stacks_in_309skywardInner {
				top: -100px;
				margin-bottom: -100px;
			}
		}
		
		@media (max-width: 47.9em) {
			.stacks_in_309skywardInner {
				top: -42px;
				margin-bottom: -42px;
			}
		}
	





.skywardClearing:after{
	content: "";
    display: table;
    clear: both;
}


/* -- End Skyward Each css Template -- */

#stacks_in_310 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 70px;
	padding: 10px 10px 0px 10px;
}
#stacks_in_704 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_704 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_704 > .row.padding-detailed{padding:10.00px 20.00px 0.00px 20.00px}@media only screen and (max-width:40em){#stacks_in_704 > .row.padding-detailed.padding-medium-up,#stacks_in_704 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_704 > .row.padding-detailed.padding-y-medium-up,#stacks_in_704 > .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_704 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_704 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

         #stacks_in_682>.button.b-p,#stacks_in_682>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_682>.button.b-p.expand-mob:not(.icon-only),#stacks_in_682>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_682 .button.b-p.expand-large:not(.icon-only),#stacks_in_682>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_682.bp-wrap{padding:5px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_682.bp-wrap{padding:0px 5px 0px 0px}}         
  #stacks_in_682 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_682 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_682 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 151, 185, 1.00)}#stacks_in_682 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_682 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(0, 151, 185, 0.80);}     

         #stacks_in_1473>.button.b-p,#stacks_in_1473>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1473>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1473>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1473 .button.b-p.expand-large:not(.icon-only),#stacks_in_1473>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1473.bp-wrap{padding:5px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_1473.bp-wrap{padding:0px 0px 0px 0px}}         
  #stacks_in_1473 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1473 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1473 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 151, 185, 1.00)}#stacks_in_1473 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1473 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(0, 151, 185, 0.80);}     

         #stacks_in_1461>.button.b-p,#stacks_in_1461>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1461>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1461>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1461 .button.b-p.expand-large:not(.icon-only),#stacks_in_1461>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1461.bp-wrap{padding:5px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_1461.bp-wrap{padding:0px 0px 0px 5px}}         
  #stacks_in_1461 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1461 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1461 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(31, 92, 130, 1.00)}#stacks_in_1461 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1461 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 1.00)!important; background-color:rgba(31, 92, 130, 0.80);}     

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

         #stacks_in_732>.button.b-p,#stacks_in_732>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_732>.button.b-p.expand-mob:not(.icon-only),#stacks_in_732>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_732 .button.b-p.expand-large:not(.icon-only),#stacks_in_732>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_732.bp-wrap{padding:5px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_732.bp-wrap{padding:5px 5px 5px 0px}}         
  #stacks_in_732 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_732 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_732 .button.b-p{color:rgba(0, 0, 0, 1.00);background-color:rgba(18, 123, 148, 0.50)}#stacks_in_732 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_732 .button.b-p:not(.bp-hover):hover{color:rgba(0, 0, 0, 1.00)!important; background-color:rgba(18, 123, 148, 0.80);}     

         #stacks_in_1427>.button.b-p,#stacks_in_1427>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1427>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1427>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1427 .button.b-p.expand-large:not(.icon-only),#stacks_in_1427>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1427.bp-wrap{padding:5px 0px 0px 0px}}  @media screen and (min-width:641px){#stacks_in_1427.bp-wrap{padding:5px 5px 5px 0px}}   @media screen and (max-width:641px){#stacks_in_1427.bp-wrap{display:none!important}}       
  #stacks_in_1427 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1427 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1427 .button.b-p{color:rgba(0, 0, 0, 1.00);background-color:rgba(18, 123, 148, 0.50)}#stacks_in_1427 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1427 .button.b-p:not(.bp-hover):hover{color:rgba(0, 0, 0, 1.00)!important; background-color:rgba(18, 123, 148, 0.80);}     

         #stacks_in_1406>.button.b-p,#stacks_in_1406>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1406>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1406>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important}}@media screen and (min-width:641px){#stacks_in_1406 .button.b-p.expand-large:not(.icon-only),#stacks_in_1406>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1406.bp-wrap{padding:5px 0px 10px 0px}}  @media screen and (min-width:641px){#stacks_in_1406.bp-wrap{padding:5px 0px 5px 0px}}   @media screen and (max-width:641px){#stacks_in_1406.bp-wrap{display:none!important}}       
  #stacks_in_1406 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1406 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1406 .button.b-p{color:rgba(0, 0, 0, 1.00);background-color:rgba(18, 123, 148, 0.50)}#stacks_in_1406 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1406 .button.b-p:not(.bp-hover):hover{color:rgba(0, 0, 0, 1.00)!important; background-color:rgba(18, 123, 148, 0.80);}     
#stacks_in_316 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_316 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_316 > .row.padding-detailed{padding:0.00px 20.00px 0.00px 20.00px}@media only screen and (max-width:40em){#stacks_in_316 > .row.padding-detailed.padding-medium-up,#stacks_in_316 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_316 > .row.padding-detailed.padding-y-medium-up,#stacks_in_316 > .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_316 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_316 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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


#stacks_in_317 {
	background-color: rgba(0, 151, 185, 1.00);
}
#stacks_in_318 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_318 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_318 > .row.padding-detailed{padding:0.00rem 20.00px 0.00rem 40.00px}@media only screen and (max-width:40em){#stacks_in_318 > .row.padding-detailed.padding-medium-up,#stacks_in_318 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_318 > .row.padding-detailed.padding-y-medium-up,#stacks_in_318 > .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_318 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_318 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

#stacks_in_463 p,#stacks_in_463 ul,#stacks_in_463 ol{color:rgba(255, 255, 255, 1.00)}#stacks_in_463 h1,#stacks_in_463 h2,#stacks_in_463 h3,#stacks_in_463 h4,#stacks_in_463 h5,#stacks_in_463 h6{color:rgba(255, 255, 255, 1.00)}#stacks_in_463 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_463 a:hover{color:rgba(216, 216, 216, 1.00)}

#stacks_in_463 {
	margin: 0px 0px 35px 0px;
}
#stacks_in_2058 div,#stacks_in_2058 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_2058 div,#stacks_in_2058 .hTxt:not(.segment) div{font-size:1.20rem}}#stacks_in_2058 div,#stacks_in_2058 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2058 div a,#stacks_in_2058 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2058 div a:hover,#stacks_in_2058 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2058 small,#stacks_in_2058 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_2058 {
	margin: 0px 0px 20px 0px;
}
#stacks_in_2065 p,#stacks_in_2065 div,#stacks_in_2065 ul,#stacks_in_2065 ol,#stacks_in_2065 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_2065 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_2065 a:hover{color:rgba(0, 102, 153, 1.00)}#stacks_in_2065,#stacks_in_2065 div,#stacks_in_2065 p,#stacks_in_2065 ol,#stacks_in_2065 ul li,#stacks_in_2065 ol li,#stacks_in_2065 ol,#stacks_in_2065 dl{font-size:1.50rem}@media all and (max-width:640px){#stacks_in_2065,#stacks_in_2065 div,#stacks_in_2065 p,#stacks_in_2065 ol,#stacks_in_2065 ul li,#stacks_in_2065 ol li,#stacks_in_2065 ol,#stacks_in_2065 dl{font-size:1.00rem}}@media only screen and (min-width:0px){#stacks_in_2065,#stacks_in_2065 div,#stacks_in_2065 p,#stacks_in_2065 .fa:not(.no-indent),#stacks_in_2065 ol,#stacks_in_2065 ul li,#stacks_in_2065 ol li,#stacks_in_2065 ol,#stacks_in_2065 dl{line-height:1.35}}@media only screen and (min-width:0px){#stacks_in_2065{}}

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

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



#visibleUnder_stacks_in_324_10 { 
	display: none; 
}
@media screen and (max-width:1100px) { 
	#visibleUnder_stacks_in_324_10 { 
		display: block; 
	} 
}

#visibleOver_stacks_in_324_10 { 
	display: none; 
}
@media screen and (min-width:1101px) { 
	#visibleOver_stacks_in_324_10 { 
		display: block; 
	} 
}

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

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

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

#stacks_in_324_9headerSpacer {
	display: block;
	width:  1px;
	height: 35px;
	background: transparent;
}
#stacks_in_1821 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1821 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1821 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
.target.stacks_in_1874{    margin:0px;}.target.stacks_in_1874{}.target.stacks_in_1874.width-fill{width:calc(100% - 0px)}.target.stacks_in_1874.width-flexible{width:100%}.target.stacks_in_1874.width-fixed{width:250px}.target.stacks_in_1874.height-fill{height:calc(100% - 0px)}.target.stacks_in_1874.height-flexible{height:100%}.target.stacks_in_1874.height-fixed{height:250px}.target.stacks_in_1874[class*="relative-"].top-pt{top:0%}.target.stacks_in_1874[class*="relative-"].top-px{top:0px}.target.stacks_in_1874[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_1874[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_1874[class*="relative-"].right-pt{right:0%}.target.stacks_in_1874[class*="relative-"].right-px{right:0px}.target.stacks_in_1874[class*="relative-"].left-pt{left:0%}.target.stacks_in_1874[class*="relative-"].left-px{left:0px}.target.stacks_in_1874.shift-up{margin-top:-0px}.target.stacks_in_1874.shift-down{margin-bottom:-0px}.target.stacks_in_1874.shift-left{right:0px}.target.stacks_in_1874.shift-right{left:0px}.target.stacks_in_1874.pin-top,.target.stacks_in_1874.pin-bottom{left:0px}.target.stacks_in_1874.pin-left,.target.stacks_in_1874.pin-right{top:0px}
#stacks_in_1893 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1893 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1893 > .row.padding-detailed{padding:0.00rem 0.00px 0.00rem 0.00px}@media only screen and (max-width:40em){#stacks_in_1893 > .row.padding-detailed.padding-medium-up,#stacks_in_1893 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1893 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1893 > .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_1893 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1893 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1895 a{display:block}#stacks_in_1895 img{width:100%;}
#stacks_in_1878 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1878 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1878 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1878 > .row.padding-detailed.padding-medium-up,#stacks_in_1878 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1878 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1878 > .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_1878 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1878 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1878 {
	background-color: rgba(255, 255, 255, 0.80);
	padding:  10px;
}
#stacks_in_1880 div,#stacks_in_1880 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_1880 div,#stacks_in_1880 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1880 div,#stacks_in_1880 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1880 div a,#stacks_in_1880 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1880 div a:hover,#stacks_in_1880 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1880 small,#stacks_in_1880 small div{color:rgba(111, 111, 111, 1.00)}

#stacks_in_2005 p,#stacks_in_2005 div{margin-bottom:0}

         #stacks_in_1891>.button.b-p,#stacks_in_1891>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1891>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1891>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1891.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1891 .button.b-p.expand-large:not(.icon-only),#stacks_in_1891>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1891.bp-wrap{padding:10px 0px 5px 0px}}  @media screen and (min-width:641px){#stacks_in_1891.bp-wrap{padding:15px 0px 5px 0px}}         
  #stacks_in_1891 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1891 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1891 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(239, 132, 12, 1.00)}#stacks_in_1891 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1891 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(239, 132, 12, 0.80);}     
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_2199headerSpacer {
	display: block;
	width:  1px;
	height: 18px;
	background: transparent;
}.target.stacks_in_1849{    margin:0px;}.target.stacks_in_1849{}.target.stacks_in_1849.width-fill{width:calc(100% - 0px)}.target.stacks_in_1849.width-flexible{width:100%}.target.stacks_in_1849.width-fixed{width:250px}.target.stacks_in_1849.height-fill{height:calc(100% - 0px)}.target.stacks_in_1849.height-flexible{height:100%}.target.stacks_in_1849.height-fixed{height:250px}.target.stacks_in_1849[class*="relative-"].top-pt{top:0%}.target.stacks_in_1849[class*="relative-"].top-px{top:0px}.target.stacks_in_1849[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_1849[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_1849[class*="relative-"].right-pt{right:0%}.target.stacks_in_1849[class*="relative-"].right-px{right:0px}.target.stacks_in_1849[class*="relative-"].left-pt{left:0%}.target.stacks_in_1849[class*="relative-"].left-px{left:0px}.target.stacks_in_1849.shift-up{margin-top:-0px}.target.stacks_in_1849.shift-down{margin-bottom:-0px}.target.stacks_in_1849.shift-left{right:0px}.target.stacks_in_1849.shift-right{left:0px}.target.stacks_in_1849.pin-top,.target.stacks_in_1849.pin-bottom{left:0px}.target.stacks_in_1849.pin-left,.target.stacks_in_1849.pin-right{top:0px}
#stacks_in_1868 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1868 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1868 > .row.padding-detailed{padding:0.00rem 0.00px 0.00rem 0.00px}@media only screen and (max-width:40em){#stacks_in_1868 > .row.padding-detailed.padding-medium-up,#stacks_in_1868 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1868 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1868 > .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_1868 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1868 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1870 a{display:block}#stacks_in_1870 img{width:100%;}
#stacks_in_1853 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1853 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1853 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1853 > .row.padding-detailed.padding-medium-up,#stacks_in_1853 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1853 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1853 > .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_1853 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1853 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1853 {
	background-color: rgba(255, 255, 255, 0.50);
	padding:  10px;
}
#stacks_in_1855 div,#stacks_in_1855 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_1855 div,#stacks_in_1855 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1855 div,#stacks_in_1855 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1855 div a,#stacks_in_1855 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1855 div a:hover,#stacks_in_1855 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1855 small,#stacks_in_1855 small div{color:rgba(111, 111, 111, 1.00)}

#stacks_in_2007 p,#stacks_in_2007 div{margin-bottom:0}

         #stacks_in_1866>.button.b-p,#stacks_in_1866>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1866>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1866>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1866.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1866 .button.b-p.expand-large:not(.icon-only),#stacks_in_1866>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1866.bp-wrap{padding:10px 0px 5px 0px}}  @media screen and (min-width:641px){#stacks_in_1866.bp-wrap{padding:15px 0px 5px 0px}}         
  #stacks_in_1866 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1866 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1866 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(239, 132, 12, 1.00)}#stacks_in_1866 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1866 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(239, 132, 12, 0.80);}     
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_2200headerSpacer {
	display: block;
	width:  1px;
	height: 18px;
	background: transparent;
}.target.stacks_in_1824{    margin:0px;}.target.stacks_in_1824{}.target.stacks_in_1824.width-fill{width:calc(100% - 0px)}.target.stacks_in_1824.width-flexible{width:100%}.target.stacks_in_1824.width-fixed{width:250px}.target.stacks_in_1824.height-fill{height:calc(100% - 0px)}.target.stacks_in_1824.height-flexible{height:100%}.target.stacks_in_1824.height-fixed{height:250px}.target.stacks_in_1824[class*="relative-"].top-pt{top:0%}.target.stacks_in_1824[class*="relative-"].top-px{top:0px}.target.stacks_in_1824[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_1824[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_1824[class*="relative-"].right-pt{right:0%}.target.stacks_in_1824[class*="relative-"].right-px{right:0px}.target.stacks_in_1824[class*="relative-"].left-pt{left:0%}.target.stacks_in_1824[class*="relative-"].left-px{left:0px}.target.stacks_in_1824.shift-up{margin-top:-0px}.target.stacks_in_1824.shift-down{margin-bottom:-0px}.target.stacks_in_1824.shift-left{right:0px}.target.stacks_in_1824.shift-right{left:0px}.target.stacks_in_1824.pin-top,.target.stacks_in_1824.pin-bottom{left:0px}.target.stacks_in_1824.pin-left,.target.stacks_in_1824.pin-right{top:0px}
#stacks_in_1843 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1843 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1843 > .row.padding-detailed{padding:0.00rem 0.00px 0.00rem 0.00px}@media only screen and (max-width:40em){#stacks_in_1843 > .row.padding-detailed.padding-medium-up,#stacks_in_1843 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1843 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1843 > .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_1843 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1843 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1845 a{display:block}#stacks_in_1845 img{width:100%;}
#stacks_in_1828 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1828 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1828 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1828 > .row.padding-detailed.padding-medium-up,#stacks_in_1828 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1828 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1828 > .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_1828 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1828 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1828 {
	background-color: rgba(255, 255, 255, 0.80);
	padding:  10px;
}
#stacks_in_1830 div,#stacks_in_1830 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_1830 div,#stacks_in_1830 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1830 div,#stacks_in_1830 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1830 div a,#stacks_in_1830 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1830 div a:hover,#stacks_in_1830 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1830 small,#stacks_in_1830 small div{color:rgba(111, 111, 111, 1.00)}

#stacks_in_2009 p,#stacks_in_2009 div{margin-bottom:0}

         #stacks_in_1841>.button.b-p,#stacks_in_1841>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1841>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1841>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1841.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1841 .button.b-p.expand-large:not(.icon-only),#stacks_in_1841>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1841.bp-wrap{padding:10px 0px 5px 0px}}  @media screen and (min-width:641px){#stacks_in_1841.bp-wrap{padding:15px 0px 5px 0px}}         
  #stacks_in_1841 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1841 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1841 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(239, 132, 12, 1.00)}#stacks_in_1841 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1841 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(239, 132, 12, 0.80);}     
#stacks_in_1897 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1897 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1897 > .row.padding-detailed{padding:20.00px 20.00px 0.00px 0.00px}@media only screen and (max-width:40em){#stacks_in_1897 > .row.padding-detailed.padding-medium-up,#stacks_in_1897 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1897 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1897 > .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_1897 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1897 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1897 {
	background-color: rgba(221, 232, 242, 1.00);
	margin: 18px 0px 0px 0px;
}
#stacks_in_1898 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1898 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1898 > .row.padding-detailed{padding:0.00rem 20.00px 0.00rem 40.00px}@media only screen and (max-width:40em){#stacks_in_1898 > .row.padding-detailed.padding-medium-up,#stacks_in_1898 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1898 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1898 > .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_1898 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1898 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


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

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



#visibleUnder_stacks_in_1932_10 { 
	display: none; 
}
@media screen and (max-width:1100px) { 
	#visibleUnder_stacks_in_1932_10 { 
		display: block; 
	} 
}

#visibleOver_stacks_in_1932_10 { 
	display: none; 
}
@media screen and (min-width:1101px) { 
	#visibleOver_stacks_in_1932_10 { 
		display: block; 
	} 
}

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

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

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

#stacks_in_1932_9headerSpacer {
	display: block;
	width:  1px;
	height: 35px;
	background: transparent;
}
#stacks_in_2159 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2159 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_2159 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_2124 div,#stacks_in_2124 .hTxt:not(.segment) div{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_2124 div,#stacks_in_2124 .hTxt:not(.segment) div{font-size:1.20rem}}#stacks_in_2124 div,#stacks_in_2124 div{color:rgba(0, 151, 185, 1.00)}#stacks_in_2124 div a,#stacks_in_2124 div a{color:rgba(0, 151, 185, 1.00)}#stacks_in_2124 div a:hover,#stacks_in_2124 div a:hover{color:rgba(0, 113, 138, 1.00)}#stacks_in_2124 small,#stacks_in_2124 small div{color:rgba(111, 111, 111, 1.00)}


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

#stacks_in_2003 p,#stacks_in_2003 div{margin-bottom:0}
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_2164headerSpacer {
	display: block;
	width:  1px;
	height: 25px;
	background: transparent;
}#stacks_in_2151 a{display:block}#stacks_in_2151 img{}#stacks_in_2151 img{max-width:175px}@media only screen and (min-width:641px){#stacks_in_2151 img{max-width:175px}}@media only screen and (min-width:1024px){#stacks_in_2151 img{max-width:200px}}

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


#stacks_in_2068 {
	background-color: rgba(215, 217, 218, 0.50);
	margin: 18px 0px 0px 0px;
}
#stacks_in_2069 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2069 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2069 > .row.padding-detailed{padding:0.00rem 20.00px 0.00rem 40.00px}@media only screen and (max-width:40em){#stacks_in_2069 > .row.padding-detailed.padding-medium-up,#stacks_in_2069 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2069 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2069 > .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_2069 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2069 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_2069 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_2096 p,#stacks_in_2096 div{margin-bottom:0}#stacks_in_2096 p,#stacks_in_2096 div,#stacks_in_2096 ul,#stacks_in_2096 ol,#stacks_in_2096 dl{line-height:1.60;font-size:1.50rem}

#stacks_in_2096 {
	margin: 45px 0px 30px 0px;
}
#stacks_in_2131 p,#stacks_in_2131 div{margin-bottom:0}#stacks_in_2131 p,#stacks_in_2131 div,#stacks_in_2131 ul,#stacks_in_2131 ol,#stacks_in_2131 dl{line-height:1.60;font-size:1.20rem}

#stacks_in_2131 {
	margin: 25px 0px 15px 0px;
}
/*  */
.unslider {
  position: relative;
  box-sizing: border-box; }

#testimonials-stacks_in_2098 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #testimonials-stacks_in_2098 * {
    box-sizing: border-box; }
  #testimonials-stacks_in_2098 .testimonials-arrows {
    max-width: 1500px;
    padding: 0 0px 0 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098 {
      width: 0px;
      height: 0px;
      color: rgba(255, 255, 255, 0.00);
      background: rgba(34, 34, 34, 0.00);
      font-size: 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098:hover {
        color: rgba(255, 255, 255, 0.00);
        background: rgba(51, 51, 51, 0.00); }
      #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098:first-child {
        border-radius: 0px 0 0 0px; }
      #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098:last-child {
        border-radius: 0 0px 0px 0; }
  #testimonials-stacks_in_2098 .testimonials {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    #testimonials-stacks_in_2098 .testimonials ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box; }
      #testimonials-stacks_in_2098 .testimonials ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        box-sizing: border-box; }
        #testimonials-stacks_in_2098 .testimonials ul li.testimonials-stacks_in_2098-active .testimonials-outer {
          opacity: 1;
          transition: all 0.1s; }
        #testimonials-stacks_in_2098 .testimonials ul li .testimonials-outer {
          padding: 0px 0px 0px 0px;
          /*  */
          height: 100%;
          /*  */
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          transition: all 0.3s;
          box-sizing: border-box; }
        #testimonials-stacks_in_2098 .testimonials ul li .testimonials-inner {
          /*  */
          background: none;
          /*  */
          /*  */
          /*  */
          /*  */
          /*  */
          padding: 0px 0px;
          border-radius: 0px;
          min-height: 250px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          transition: all 0.3s;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          box-sizing: border-box; }
  #testimonials-stacks_in_2098 .testimonials-image-outer {
    /*  */
    background: none;
    /*  */
    /*  */
    /*  */
    /*  */
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    position: relative; }
    #testimonials-stacks_in_2098 .testimonials-image-outer i {
      top: 50%;
      left: 50%;
      position: absolute;
      color: rgba(85, 85, 85, 0.00);
      font-size: 60px;
      opacity: 1;
      transition: opacity 0.3s ease;
      transition-delay: 1s;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #testimonials-stacks_in_2098 .testimonials-content-outer {
    /*  */
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /*  */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    #testimonials-stacks_in_2098 .testimonials-content-outer .content-quotations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /*  */
      font-weight: bold;
      /*  */ }
      #testimonials-stacks_in_2098 .testimonials-content-outer .content-quotations span {
        /*  */
        font-family: "Raleway";
        /*  */
        display: none;
        line-height: 1;
        color: rgba(0, 151, 185, 0.30);
        height: 75.000000px;
        font-size: 150px; }
      #testimonials-stacks_in_2098 .testimonials-content-outer .content-quotations i {
        font-size: 150px;
        color: rgba(0, 151, 185, 0.30); }
      #testimonials-stacks_in_2098 .testimonials-content-outer .content-quotations.first {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #testimonials-stacks_in_2098 .testimonials-content-outer .content-quotations.first i {
          -webkit-transform: scale(-1, 1);
                  transform: scale(-1, 1); }
      #testimonials-stacks_in_2098 .testimonials-content-outer .content-quotations.last {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
    #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding: 0px; }
      #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-text {
        /*  */
        font-family: "Raleway";
        /*  */
        color: rgba(0, 0, 0, 1.00);
        font-size: 20px;
        text-align: center;
        line-height: 28.000000px; }
      #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-name {
        /*  */
        font-family: "Raleway";
        /*  */
        color: rgba(255, 255, 255, 1.00);
        margin-top: 20px;
        font-size: 14px;
        text-align: center; }
      #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-rating {
        margin-top: 10px;
        text-align: center; }
        #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-rating i {
          color: rgba(245, 161, 59, 1.00);
          font-size: 20px; }

#testimonials-stacks_in_2098.arrows-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#testimonials-stacks_in_2098.arrows-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

#testimonials-stacks_in_2098.arrows-left .testimonials-arrows {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#testimonials-stacks_in_2098.arrows-center .testimonials-arrows {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#testimonials-stacks_in_2098.arrows-right .testimonials-arrows {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#testimonials-stacks_in_2098.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_2098 {
  border-radius: 0px; }
  #testimonials-stacks_in_2098.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_2098.prev {
    margin-right: 0px; }

#testimonials-stacks_in_2098.images-hide ul li .testimonials-outer .testimonials-inner .testimonials-image-outer {
  display: none; }

#testimonials-stacks_in_2098.images-left ul li .testimonials-outer .testimonials-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

#testimonials-stacks_in_2098.images-center ul li .testimonials-outer .testimonials-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#testimonials-stacks_in_2098.images-right ul li .testimonials-outer .testimonials-inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#testimonials-stacks_in_2098.images-top ul li .testimonials-outer .testimonials-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #testimonials-stacks_in_2098.images-top ul li .testimonials-outer .testimonials-inner .testimonials-image-outer {
    margin-top: -30px;
    margin-bottom: 10px; }

#testimonials-stacks_in_2098.images-bottom ul li .testimonials-outer .testimonials-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  #testimonials-stacks_in_2098.images-bottom ul li .testimonials-outer .testimonials-inner .testimonials-image-outer {
    margin-bottom: -30px;
    margin-top: 10px; }

#testimonials-stacks_in_2098.quotations-vert .testimonials-content-outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#testimonials-stacks_in_2098.quotations-vert.quotations-normal .testimonials-content-outer .content-quotations.first {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#testimonials-stacks_in_2098.quotations-vert.quotations-normal .testimonials-content-outer .content-quotations.last {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#testimonials-stacks_in_2098.quotations-vert.quotations-center .testimonials-content-outer .content-quotations {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#testimonials-stacks_in_2098.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.first {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #testimonials-stacks_in_2098.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.first i, #testimonials-stacks_in_2098.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.first span {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

#testimonials-stacks_in_2098.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.last {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  #testimonials-stacks_in_2098.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.last i, #testimonials-stacks_in_2098.quotations-vert.quotations-swapped .testimonials-content-outer .content-quotations.last span {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

#testimonials-stacks_in_2098.quotations-horiz .testimonials-content-outer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  #testimonials-stacks_in_2098.quotations-horiz .testimonials-content-outer .content-inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }

#testimonials-stacks_in_2098.quotations-horiz.quotations-normal .testimonials-content-outer .content-quotations.first {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

#testimonials-stacks_in_2098.quotations-horiz.quotations-normal .testimonials-content-outer .content-quotations.last {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#testimonials-stacks_in_2098.quotations-horiz.quotations-center .testimonials-content-outer .content-quotations {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#testimonials-stacks_in_2098.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.first {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  #testimonials-stacks_in_2098.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.first i, #testimonials-stacks_in_2098.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.first span {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1); }

#testimonials-stacks_in_2098.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.last {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  #testimonials-stacks_in_2098.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.last i, #testimonials-stacks_in_2098.quotations-horiz.quotations-swapped .testimonials-content-outer .content-quotations.last span {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1); }

#testimonials-stacks_in_2098.hide-quotations-first .testimonials-content-outer .content-quotations.first {
  display: none; }

#testimonials-stacks_in_2098.hide-quotations-last .testimonials-content-outer .content-quotations.last {
  display: none; }

#testimonials-stacks_in_2098.font-quotations .testimonials-content-outer .content-quotations span {
  display: block; }

#testimonials-stacks_in_2098.font-quotations .testimonials-content-outer .content-quotations i {
  display: none; }

#testimonials-stacks_in_2098.name-hide .content-inner-name {
  display: none; }

#testimonials-stacks_in_2098.rating-hide .content-inner-rating {
  display: none; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-one i.rating:nth-child(1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-one i.rating:nth-child(n+2)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-one-half i.rating:nth-child(1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-one-half i.rating:nth-child(2)::before {
  content: "\f3ad"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-one-half i.rating:nth-child(n+3)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-two i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-two i.rating:nth-child(n+3)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-two-half i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-two-half i.rating:nth-child(3)::before {
  content: "\f3ad"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-two-half i.rating:nth-child(n+4)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-three i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-three i.rating:nth-child(n+4)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-three-half i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-three-half i.rating:nth-child(4)::before {
  content: "\f3ad"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-three-half i.rating:nth-child(n+5)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-four i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-four i.rating:nth-child(n+5)::before {
  content: "\f3ae"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-four-half i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-four-half i.rating:nth-child(5)::before {
  content: "\f3ad"; }

#testimonials-stacks_in_2098.rating-stars .content-inner-rating.rating-five i.rating:nth-child(n+1)::before {
  content: "\f2fc"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-one i.rating:nth-child(1)::before {
  content: "\f388"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-one i.rating:nth-child(n+2)::before {
  content: "\f387"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-two i.rating:nth-child(n+1)::before {
  content: "\f388"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-two i.rating:nth-child(n+3)::before {
  content: "\f387"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-three i.rating:nth-child(n+1)::before {
  content: "\f388"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-three i.rating:nth-child(n+4)::before {
  content: "\f387"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-four i.rating:nth-child(n+1)::before {
  content: "\f388"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-four i.rating:nth-child(n+5)::before {
  content: "\f387"; }

#testimonials-stacks_in_2098.rating-hearts .content-inner-rating.rating-five i.rating:nth-child(n+1)::before {
  content: "\f388"; }

@media (max-width: 400px) {
  /*  */
  #testimonials-stacks_in_2098.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_2098 {
    border-radius: 0px; }
    #testimonials-stacks_in_2098.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_2098:first-child {
      border-radius: 0px; }
    #testimonials-stacks_in_2098.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_2098:last-child {
      border-radius: 0px; }
  #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098 {
    width: 0px;
    height: 0px;
    font-size: 0px; }
    #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098:first-child {
      border-radius: 0px 0 0 0px; }
    #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098:last-child {
      border-radius: 0 0px 0px 0; }
  #testimonials-stacks_in_2098 .testimonials ul li .testimonials-inner {
    min-height: 250px; }
  #testimonials-stacks_in_2098 .testimonials-content-outer .content-quotations span {
    height: 45.000000px;
    font-size: 90px; }
  #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-text {
    font-size: 16px;
    line-height: 22.400000px; }
  #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-name {
    font-size: 13px; }
  #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-rating i {
    font-size: 16px; }
  #testimonials-stacks_in_2098 .testimonials-image-outer {
    width: 40px;
    height: 40px;
    border-radius: 40px; }
    #testimonials-stacks_in_2098 .testimonials-image-outer i {
      font-size: 40px; }
  /*  */ }

@media (min-width: 400px) and (max-width: 780px) {
  /*  */
  #testimonials-stacks_in_2098.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_2098 {
    border-radius: 0px; }
    #testimonials-stacks_in_2098.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_2098:first-child {
      border-radius: 0px; }
    #testimonials-stacks_in_2098.arrows-spaced .testimonials-arrows .testimonials-arrow-stacks_in_2098:last-child {
      border-radius: 0px; }
  #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098 {
    width: 0px;
    height: 0px;
    font-size: 0px; }
    #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098:first-child {
      border-radius: 0px 0 0 0px; }
    #testimonials-stacks_in_2098 .testimonials-arrows .testimonials-arrow-stacks_in_2098:last-child {
      border-radius: 0 0px 0px 0; }
  #testimonials-stacks_in_2098 .testimonials ul li .testimonials-inner {
    min-height: 250px; }
  #testimonials-stacks_in_2098 .testimonials-content-outer .content-quotations span {
    height: 40.000000px;
    font-size: 80px; }
  #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-text {
    font-size: 18px;
    line-height: 25.199999px; }
  #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-name {
    font-size: 14px; }
  #testimonials-stacks_in_2098 .testimonials-content-outer .content-inner-rating i {
    font-size: 18px; }
  #testimonials-stacks_in_2098 .testimonials-image-outer {
    width: 50px;
    height: 50px;
    border-radius: 50px; }
    #testimonials-stacks_in_2098 .testimonials-image-outer i {
      font-size: 50px; }
  /*  */ }
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

  #stacks_in_2118{text-align:center}        #stacks_in_2118>.button.b-p,#stacks_in_2118>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2118>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2118>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_2118.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_2118 .button.b-p.expand-large:not(.icon-only),#stacks_in_2118>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_2118.bp-wrap{padding:15px 0px 5px 0px}}  @media screen and (min-width:641px){#stacks_in_2118.bp-wrap{padding:15px 0px 5px 0px}}         
  #stacks_in_2118 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_2118 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_2118 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 151, 185, 1.00)}#stacks_in_2118 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_2118 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(0, 151, 185, 0.80);}     
/*
-------------------------------------------
File: 'Blueball FreeStacks' fsspacer.css Style Sheet
Created: 21, November, 2010
Last Modified: 21, November, 2010
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

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



#visibleUnder_stacks_in_2121_10 { 
	display: none; 
}
@media screen and (max-width:1100px) { 
	#visibleUnder_stacks_in_2121_10 { 
		display: block; 
	} 
}

#visibleOver_stacks_in_2121_10 { 
	display: none; 
}
@media screen and (min-width:1101px) { 
	#visibleOver_stacks_in_2121_10 { 
		display: block; 
	} 
}

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

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

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

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


#stacks_in_1632 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1632 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_1632 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
.target.stacks_in_1686{    margin:0px;}.target.stacks_in_1686{}.target.stacks_in_1686.width-fill{width:calc(100% - 0px)}.target.stacks_in_1686.width-flexible{width:100%}.target.stacks_in_1686.width-fixed{width:250px}.target.stacks_in_1686.height-fill{height:calc(100% - 0px)}.target.stacks_in_1686.height-flexible{height:100%}.target.stacks_in_1686.height-fixed{height:250px}.target.stacks_in_1686[class*="relative-"].top-pt{top:0%}.target.stacks_in_1686[class*="relative-"].top-px{top:0px}.target.stacks_in_1686[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_1686[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_1686[class*="relative-"].right-pt{right:0%}.target.stacks_in_1686[class*="relative-"].right-px{right:0px}.target.stacks_in_1686[class*="relative-"].left-pt{left:0%}.target.stacks_in_1686[class*="relative-"].left-px{left:0px}.target.stacks_in_1686.shift-up{margin-top:-0px}.target.stacks_in_1686.shift-down{margin-bottom:-0px}.target.stacks_in_1686.shift-left{right:0px}.target.stacks_in_1686.shift-right{left:0px}.target.stacks_in_1686.pin-top,.target.stacks_in_1686.pin-bottom{left:0px}.target.stacks_in_1686.pin-left,.target.stacks_in_1686.pin-right{top:0px}
#stacks_in_1705 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1705 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1705 > .row.padding-detailed{padding:0.00rem 0.00px 0.00rem 0.00px}@media only screen and (max-width:40em){#stacks_in_1705 > .row.padding-detailed.padding-medium-up,#stacks_in_1705 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1705 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1705 > .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_1705 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1705 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1707 a{display:block}#stacks_in_1707 img{width:100%;}
#stacks_in_1690 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1690 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1690 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1690 > .row.padding-detailed.padding-medium-up,#stacks_in_1690 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1690 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1690 > .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_1690 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1690 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1690 {
	background-color: rgba(255, 255, 255, 0.80);
	padding:  10px;
}
#stacks_in_1692 div,#stacks_in_1692 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_1692 div,#stacks_in_1692 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1692 div,#stacks_in_1692 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1692 div a,#stacks_in_1692 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1692 div a:hover,#stacks_in_1692 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1692 small,#stacks_in_1692 small div{color:rgba(111, 111, 111, 1.00)}

#stacks_in_1698 div,#stacks_in_1698 .hTxt:not(.segment) div{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1698 div,#stacks_in_1698 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1698 div,#stacks_in_1698 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1698 div a,#stacks_in_1698 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1698 div a:hover,#stacks_in_1698 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1698 small,#stacks_in_1698 small div{color:rgba(111, 111, 111, 1.00)}


         #stacks_in_1709>.button.b-p,#stacks_in_1709>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1709>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1709>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1709.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1709 .button.b-p.expand-large:not(.icon-only),#stacks_in_1709>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1709.bp-wrap{padding:10px 0px 5px 0px}}  @media screen and (min-width:641px){#stacks_in_1709.bp-wrap{padding:15px 0px 5px 0px}}         
  #stacks_in_1709 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1709 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1709 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(239, 132, 12, 1.00)}#stacks_in_1709 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1709 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(239, 132, 12, 0.80);}     
.target.stacks_in_1661{    margin:0px;}.target.stacks_in_1661{}.target.stacks_in_1661.width-fill{width:calc(100% - 0px)}.target.stacks_in_1661.width-flexible{width:100%}.target.stacks_in_1661.width-fixed{width:250px}.target.stacks_in_1661.height-fill{height:calc(100% - 0px)}.target.stacks_in_1661.height-flexible{height:100%}.target.stacks_in_1661.height-fixed{height:250px}.target.stacks_in_1661[class*="relative-"].top-pt{top:0%}.target.stacks_in_1661[class*="relative-"].top-px{top:0px}.target.stacks_in_1661[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_1661[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_1661[class*="relative-"].right-pt{right:0%}.target.stacks_in_1661[class*="relative-"].right-px{right:0px}.target.stacks_in_1661[class*="relative-"].left-pt{left:0%}.target.stacks_in_1661[class*="relative-"].left-px{left:0px}.target.stacks_in_1661.shift-up{margin-top:-0px}.target.stacks_in_1661.shift-down{margin-bottom:-0px}.target.stacks_in_1661.shift-left{right:0px}.target.stacks_in_1661.shift-right{left:0px}.target.stacks_in_1661.pin-top,.target.stacks_in_1661.pin-bottom{left:0px}.target.stacks_in_1661.pin-left,.target.stacks_in_1661.pin-right{top:0px}
#stacks_in_1680 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1680 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1680 > .row.padding-detailed{padding:0.00rem 0.00px 0.00rem 0.00px}@media only screen and (max-width:40em){#stacks_in_1680 > .row.padding-detailed.padding-medium-up,#stacks_in_1680 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1680 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1680 > .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_1680 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1680 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1682 a{display:block}#stacks_in_1682 img{width:100%;}
#stacks_in_1665 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1665 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1665 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1665 > .row.padding-detailed.padding-medium-up,#stacks_in_1665 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1665 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1665 > .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_1665 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1665 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1665 {
	background-color: rgba(255, 255, 255, 0.70);
	padding:  10px;
}
#stacks_in_1667 div,#stacks_in_1667 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_1667 div,#stacks_in_1667 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1667 div,#stacks_in_1667 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1667 div a,#stacks_in_1667 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1667 div a:hover,#stacks_in_1667 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1667 small,#stacks_in_1667 small div{color:rgba(111, 111, 111, 1.00)}

#stacks_in_1673 div,#stacks_in_1673 .hTxt:not(.segment) div{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1673 div,#stacks_in_1673 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1673 div,#stacks_in_1673 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1673 div a,#stacks_in_1673 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1673 div a:hover,#stacks_in_1673 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1673 small,#stacks_in_1673 small div{color:rgba(111, 111, 111, 1.00)}


         #stacks_in_1711>.button.b-p,#stacks_in_1711>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1711>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1711>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1711.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1711 .button.b-p.expand-large:not(.icon-only),#stacks_in_1711>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1711.bp-wrap{padding:10px 0px 5px 0px}}  @media screen and (min-width:641px){#stacks_in_1711.bp-wrap{padding:15px 0px 5px 0px}}         
  #stacks_in_1711 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1711 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1711 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(239, 132, 12, 1.00)}#stacks_in_1711 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1711 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(239, 132, 12, 0.80);}     
.target.stacks_in_1636{    margin:0px;}.target.stacks_in_1636{}.target.stacks_in_1636.width-fill{width:calc(100% - 0px)}.target.stacks_in_1636.width-flexible{width:100%}.target.stacks_in_1636.width-fixed{width:250px}.target.stacks_in_1636.height-fill{height:calc(100% - 0px)}.target.stacks_in_1636.height-flexible{height:100%}.target.stacks_in_1636.height-fixed{height:250px}.target.stacks_in_1636[class*="relative-"].top-pt{top:0%}.target.stacks_in_1636[class*="relative-"].top-px{top:0px}.target.stacks_in_1636[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_1636[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_1636[class*="relative-"].right-pt{right:0%}.target.stacks_in_1636[class*="relative-"].right-px{right:0px}.target.stacks_in_1636[class*="relative-"].left-pt{left:0%}.target.stacks_in_1636[class*="relative-"].left-px{left:0px}.target.stacks_in_1636.shift-up{margin-top:-0px}.target.stacks_in_1636.shift-down{margin-bottom:-0px}.target.stacks_in_1636.shift-left{right:0px}.target.stacks_in_1636.shift-right{left:0px}.target.stacks_in_1636.pin-top,.target.stacks_in_1636.pin-bottom{left:0px}.target.stacks_in_1636.pin-left,.target.stacks_in_1636.pin-right{top:0px}
#stacks_in_1655 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1655 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1655 > .row.padding-detailed{padding:0.00rem 0.00px 0.00rem 0.00px}@media only screen and (max-width:40em){#stacks_in_1655 > .row.padding-detailed.padding-medium-up,#stacks_in_1655 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1655 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1655 > .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_1655 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1655 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_1657 a{display:block}#stacks_in_1657 img{width:100%;}
#stacks_in_1640 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_1640 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_1640 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_1640 > .row.padding-detailed.padding-medium-up,#stacks_in_1640 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1640 > .row.padding-detailed.padding-y-medium-up,#stacks_in_1640 > .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_1640 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_1640 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_1640 {
	background-color: rgba(255, 255, 255, 0.80);
	padding:  10px;
}
#stacks_in_1642 div,#stacks_in_1642 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_1642 div,#stacks_in_1642 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1642 div,#stacks_in_1642 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1642 div a,#stacks_in_1642 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1642 div a:hover,#stacks_in_1642 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1642 small,#stacks_in_1642 small div{color:rgba(111, 111, 111, 1.00)}

#stacks_in_1648 div,#stacks_in_1648 .hTxt:not(.segment) div{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_1648 div,#stacks_in_1648 .hTxt:not(.segment) div{font-size:1.00rem}}#stacks_in_1648 div,#stacks_in_1648 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_1648 div a,#stacks_in_1648 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_1648 div a:hover,#stacks_in_1648 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_1648 small,#stacks_in_1648 small div{color:rgba(111, 111, 111, 1.00)}


         #stacks_in_1653>.button.b-p,#stacks_in_1653>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_1653>.button.b-p.expand-mob:not(.icon-only),#stacks_in_1653>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_1653.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_1653 .button.b-p.expand-large:not(.icon-only),#stacks_in_1653>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
   @media screen and (max-width:641px){#stacks_in_1653.bp-wrap{padding:10px 0px 5px 0px}}  @media screen and (min-width:641px){#stacks_in_1653.bp-wrap{padding:15px 0px 5px 0px}}         
  #stacks_in_1653 .button.b-p.custom{border:0px solid rgba(179, 179, 177, 1.00)}#stacks_in_1653 .button.b-p.custom:hover{border:0px solid rgba(179, 179, 177, 1.00)} #stacks_in_1653 .button.b-p{color:rgba(255, 255, 255, 1.00);background-color:rgba(239, 132, 12, 1.00)}#stacks_in_1653 .button.b-p:not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease}  #stacks_in_1653 .button.b-p:not(.bp-hover):hover{color:rgba(255, 255, 255, 0.90)!important; background-color:rgba(239, 132, 12, 0.80);}     
#toTop{--elevator-image:url(../files/image-20-CAA.png);--elevator-size:51px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}

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


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


#stacks_in_2201_123 {
	background-color: rgba(0, 151, 185, 0.15);
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
}
#stacks_in_2201_169 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2201_169 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2201_169 > .row.padding-detailed{padding:20.00px 0.00% 0.00px 0.00%}@media only screen and (max-width:40em){#stacks_in_2201_169 > .row.padding-detailed.padding-medium-up,#stacks_in_2201_169 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2201_169 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2201_169 > .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_2201_169 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2201_169 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_2201_261 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2201_261 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_2201_261 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_2201_273 p,#stacks_in_2201_273 div{margin-bottom:0}#stacks_in_2201_273 p,#stacks_in_2201_273 div,#stacks_in_2201_273 ul,#stacks_in_2201_273 ol,#stacks_in_2201_273 dl{color:rgba(0, 151, 185, 1.00)}#stacks_in_2201_273 a{color:rgba(0, 151, 185, 1.00)}#stacks_in_2201_273 a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_273 p,#stacks_in_2201_273 div,#stacks_in_2201_273 ul,#stacks_in_2201_273 ol,#stacks_in_2201_273 dl{line-height:1.60;font-size:0.75rem}

#stacks_in_2201_273 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_2201_276 p,#stacks_in_2201_276 div{margin-bottom:0}#stacks_in_2201_276 p,#stacks_in_2201_276 div,#stacks_in_2201_276 ul,#stacks_in_2201_276 ol,#stacks_in_2201_276 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_276 a{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_276 a:hover{color:rgba(42, 135, 192, 1.00)}#stacks_in_2201_276 p,#stacks_in_2201_276 div,#stacks_in_2201_276 ul,#stacks_in_2201_276 ol,#stacks_in_2201_276 dl{line-height:1.60;font-size:0.75rem}
#stacks_in_2201_268 p,#stacks_in_2201_268 div{margin-bottom:0}#stacks_in_2201_268 p,#stacks_in_2201_268 div,#stacks_in_2201_268 ul,#stacks_in_2201_268 ol,#stacks_in_2201_268 dl{color:rgba(0, 151, 185, 1.00)}#stacks_in_2201_268 a{color:rgba(0, 151, 185, 1.00)}#stacks_in_2201_268 a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_268 p,#stacks_in_2201_268 div,#stacks_in_2201_268 ul,#stacks_in_2201_268 ol,#stacks_in_2201_268 dl{line-height:1.60;font-size:0.75rem}

#stacks_in_2201_268 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_2201_271 p,#stacks_in_2201_271 div{margin-bottom:0}#stacks_in_2201_271 p,#stacks_in_2201_271 div,#stacks_in_2201_271 ul,#stacks_in_2201_271 ol,#stacks_in_2201_271 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_271 a{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_271 a:hover{color:rgba(42, 135, 192, 1.00)}#stacks_in_2201_271 p,#stacks_in_2201_271 div,#stacks_in_2201_271 ul,#stacks_in_2201_271 ol,#stacks_in_2201_271 dl{line-height:1.60;font-size:0.75rem}
#stacks_in_2201_263 p,#stacks_in_2201_263 div{margin-bottom:0}#stacks_in_2201_263 p,#stacks_in_2201_263 div,#stacks_in_2201_263 ul,#stacks_in_2201_263 ol,#stacks_in_2201_263 dl{color:rgba(0, 151, 185, 1.00)}#stacks_in_2201_263 a{color:rgba(0, 151, 185, 1.00)}#stacks_in_2201_263 a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_263 p,#stacks_in_2201_263 div,#stacks_in_2201_263 ul,#stacks_in_2201_263 ol,#stacks_in_2201_263 dl{line-height:1.60;font-size:0.75rem}

#stacks_in_2201_263 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_2201_266 p,#stacks_in_2201_266 div{margin-bottom:0}#stacks_in_2201_266 p,#stacks_in_2201_266 div,#stacks_in_2201_266 ul,#stacks_in_2201_266 ol,#stacks_in_2201_266 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_266 a{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_266 a:hover{color:rgba(42, 135, 192, 1.00)}#stacks_in_2201_266 p,#stacks_in_2201_266 div,#stacks_in_2201_266 ul,#stacks_in_2201_266 ol,#stacks_in_2201_266 dl{line-height:1.60;font-size:0.75rem}
#stacks_in_2201_120{overflow:hidden}#stacks_in_2201_120 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:0.00rem 0;}#stacks_in_2201_120 hr.custom{border-color:rgba(47, 135, 190, 1.00)}

#stacks_in_2201_120 {
	margin: 20px 0px 20px 0px;
}

#stacks_in_2201_131 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2201_131 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_2201_131 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_2201_121 p,#stacks_in_2201_121 div{margin-bottom:0}#stacks_in_2201_121 p,#stacks_in_2201_121 div,#stacks_in_2201_121 ul,#stacks_in_2201_121 ol,#stacks_in_2201_121 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_2201_121 a{color:rgba(0, 151, 185, 1.00)}#stacks_in_2201_121 a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_121 p,#stacks_in_2201_121 div,#stacks_in_2201_121 ul,#stacks_in_2201_121 ol,#stacks_in_2201_121 dl{line-height:1.60;font-size:0.75rem}

#stacks_in_2201_121 {
	margin: 20px 0px 0px 2px;
}

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

#stacks_in_2201_134 {
	margin: 10px 10px 0px 0px;
}
#stacks_in_2201_147 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: right;
}


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

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

  

}


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


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

  
    float: left;
    
  

  

  
    float: none;
  
}







  /* Flat Color Mode */
  #stacks_in_2201_147 a,
  #stacks_in_2201_147 a:visited {
    background-color: rgba(0, 151, 185, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_2201_147 a:hover,
  #stacks_in_2201_147 a:active {
    background-color: rgba(8, 79, 96, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_2201_147 a i,
  #stacks_in_2201_147 a:visited i {
    background-color: rgba(0, 151, 185, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_2201_147 a:hover i,
  #stacks_in_2201_147 a:active i {
    background-color: rgba(8, 79, 96, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

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




#stacks_in_2201_146 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: right;
}


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

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

  

}


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


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

  
    float: left;
    
  

  

  
    float: none;
  
}







  /* Flat Color Mode */
  #stacks_in_2201_146 a,
  #stacks_in_2201_146 a:visited {
    background-color: rgba(0, 151, 185, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_2201_146 a:hover,
  #stacks_in_2201_146 a:active {
    background-color: rgba(8, 79, 96, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_2201_146 a i,
  #stacks_in_2201_146 a:visited i {
    background-color: rgba(0, 151, 185, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_2201_146 a:hover i,
  #stacks_in_2201_146 a:active i {
    background-color: rgba(8, 79, 96, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

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




#stacks_in_2201_257{overflow:hidden}#stacks_in_2201_257 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:0.00rem 0;}#stacks_in_2201_257 hr.custom{border-color:rgba(47, 135, 190, 1.00)}
#stacks_in_2201_258 p,#stacks_in_2201_258 div{margin-bottom:0}#stacks_in_2201_258 p,#stacks_in_2201_258 div,#stacks_in_2201_258 ul,#stacks_in_2201_258 ol,#stacks_in_2201_258 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_2201_258 a{color:rgba(0, 151, 185, 1.00)}#stacks_in_2201_258 a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_2201_258 p,#stacks_in_2201_258 div,#stacks_in_2201_258 ul,#stacks_in_2201_258 ol,#stacks_in_2201_258 dl{line-height:1.60;font-size:0.75rem}

#stacks_in_2201_258 {
	margin: 20px 0px 0px 2px;
}
#stacks_in_2201_242{overflow:hidden}#stacks_in_2201_242 hr{opacity:1.00;border-top-style:solid;border-top-width:1px;margin:0.00rem 0;}#stacks_in_2201_242 hr.custom{border-color:rgba(42, 135, 192, 1.00)}

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

/* START ICONZ CSS */

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








/* if no text */
#stacks_in_2201_243 {
	text-align: center;
}

#stacks_in_2201_243 a{
	text-decoration: none;
}


	
		#stacks_in_2201_243 a i:hover{
			color: #C74C51 !important;
		}
		
		
	




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

/* END ICONS CSS */      
 
#stacks_in_2201_243 {
	margin: 0px 0px 25px 0px;
}
