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

.depth_out h2,.depth_out p,.depth_out a{margin:0;padding:0;border: 0;line-height:1.4;}
.depth_out hr:before,.depth_out hr:after,.depth_out .content_in .stacksEmptyFiller{display: none}

.depth_in,
header .depth_theme_limit,
footer .depth_theme_limit{
  
  max-width: 1000px;
  
}
main .depth_theme_limit{
  max-width: 100%;
  padding: 0;
}
.depth_limit{
  margin: 0 auto;
}

figure.depth_theme{height: 0;display: none;}

.nfont{
	font-family: 'Open Sans', sans-serif !important;
}
h2.nfont,
.sub_heading.nfont{
	font-family: 'Montserrat', sans-serif !important;
}
header.depth_theme,
main.depth_theme h1,
main.depth_theme h2,
main.depth_theme h3,
main.depth_theme h4,
main.depth_theme h5,
main.depth_theme h6{
  font-family: 'Montserrat', sans-serif !important;
}
.depth_in a{text-decoration: none;}
.depth_in{
  font-size: 15px;
  line-height: 1.4;}

/* 2 Col Spacing */
.depth_section{
  margin-bottom: 0px;
}



.depth_out img{max-width: 100%}

.depth_out *, 
.depth_out *:before, 
.depth_out *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

.depth_out .cf:after {content:"";display:table;clear:both;}
.depth_out .exp{position:absolute;top:0;left:0;bottom:0;right:0;}

@media screen and (min-width: 770px){
  /* 2 Col Spacing */
  .depth_row .s3_column_left .depth_section{
    margin-right: 0.000000px;
  }
  .depth_row .s3_column_right .depth_section{
    margin-left: 0.000000px;
  }
  /* 3 Col Spacing */
  .depth_row.three_col .s3_column_left .depth_section{
    margin-right: 0.000000px;
  }
  .depth_row.three_col .s3_column_center .depth_section{
    margin-left: 0.000000px;
    margin-right: 0.000000px;
  }
  .depth_row.three_col .s3_column_right .depth_section{
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (1/4) */
  .depth_row .s3_column_4:first-child .depth_section{
    margin-right: 0.000000px;
    margin-left: 0;
  }
  /* 4 Col Spacing (2/4) */
  .depth_row .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 0.000000px;
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (3/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 0.000000px;
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (4/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-left: 0.000000px;
    margin-right: 0;
  }
  /* Flex Equal Height/Centering */
  
  .s3_row.depth_row,
  .depth_row .s3_column,
  .s3_row.depth_row .depth_out,
  .s3_row.depth_row .depth_out > div,
  .s3_row.depth_row .depth_wrapper,
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .depth_image *{
    flex: 1;
    display: flex !important;
  }
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .content_in{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .depth_ie .s3_row.depth_row,
  .depth_ie .depth_row .s3_column,
  .s3_row.depth_row .depth_ie .depth_out,
  .s3_row.depth_row .depth_ie .depth_out > div,
  .s3_row.depth_row .depth_ie .depth_wrapper,
  .s3_row.depth_row .depth_ie .content_out,
  .s3_row.depth_row .depth_ie .depth_image *{
    flex: auto !important;
    display: block !important;
  }
}


.content_flex {position: static;}

.s3_row.depth_row .content_flex {
  flex: 1;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

/* Edit Mode */


/* Animations */


.depth_fx .depth_image,
.depth_fx .depth_tint,
.depth_fx .depth_gradient,
.depth_fx .content_tint,
.depth_fx p.sub_heading,
.depth_fx .heading_out .stacks_out,
.depth_fx p.main_content,
.depth_fx .depth_aside,
.depth_fx .heading_out h2{ opacity: 0; }

.depth_fx.depth_ie .depth_image,
.depth_fx.depth_ie .depth_tint,
.depth_fx.depth_ie .depth_gradient,
.depth_fx.depth_ie .content_tint,
.depth_fx.depth_ie p.sub_heading,
.depth_fx.depth_ie .heading_out .stacks_out,
.depth_fx.depth_ie p.main_content,
.depth_fx.depth_ie .depth_aside,
.depth_fx.depth_ie .heading_out h2{ opacity: 1; }


.depth_inview.slow_fadeIn.depth_fx .depth_image,
.depth_inview.slow_fadeIn.depth_fx .depth_tint,
.depth_inview.slow_fadeIn.depth_fx .content_tint,
.depth_inview.slow_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .7s both; }
.depth_inview.slow_fadeIn.depth_fx .heading_out{ animation: heading_border_color 1s both; }
.depth_inview.slow_fadeIn.depth_fx p.super_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein 1s .25s both; }
.depth_inview.slow_fadeIn.depth_fx p.sub_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein 1s .5s both; }
.depth_inview.slow_fadeIn.depth_fx p.main_content,
.depth_inview.slow_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein 1s .75s both; }
.depth_inview.slow_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein 1s 1s backwards; }
.depth_inview.slow_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein 1s 1.25s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content 1s .5s backwards; }

.depth_inview.steady_fadeIn.depth_fx .depth_image,
.depth_inview.steady_fadeIn.depth_fx .depth_tint,
.depth_inview.steady_fadeIn.depth_fx .content_tint,
.depth_inview.steady_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .5s both; }
.depth_inview.steady_fadeIn.depth_fx .heading_out{ animation: heading_border_color .7s both; }
.depth_inview.steady_fadeIn.depth_fx p.super_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .7s .15s both; }
.depth_inview.steady_fadeIn.depth_fx p.sub_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .7s .35s both; }
.depth_inview.steady_fadeIn.depth_fx p.main_content,
.depth_inview.steady_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .7s .5s both; }
.depth_inview.steady_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .7s .65s backwards; }
.depth_inview.steady_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .7s .8s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .7s .25s backwards; }

.depth_inview.fast_fadeIn.depth_fx .depth_image,
.depth_inview.fast_fadeIn.depth_fx .depth_tint,
.depth_inview.fast_fadeIn.depth_fx .content_tint,
.depth_inview.fast_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .3s both; }
.depth_inview.fast_fadeIn.depth_fx .heading_out{ animation: heading_border_color .4s both; }
.depth_inview.fast_fadeIn.depth_fx p.super_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .4s .15s both; }
.depth_inview.fast_fadeIn.depth_fx p.sub_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .4s .35s both; }
.depth_inview.fast_fadeIn.depth_fx p.main_content,
.depth_inview.fast_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .4s .5s both; }
.depth_inview.fast_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .4s .65s backwards; }
.depth_inview.fast_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .4s .8s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .4s .25s backwards; }


@-webkit-keyframes heading_border_color {
  from {border-color: transparent;}
  to {border-color: ;}}
@keyframes nbanner_fadein {
  from {border-color: transparent;}
  to {border-color: ;}}

@-webkit-keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}
@keyframes nbanner_fadein {
  from {opacity: 0;}
  to {opacity: 1;}}

@-webkit-keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}
@keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}

@-webkit-keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}

html.ncd-photo-lock{
	overflow: hidden;
}
a[data-photo-group]{
	cursor:pointer;
}
.ncd-photo *{
	padding: 0;
	margin: 0;
	list-style: none;
}
.ncd-photo *,
.ncd-photo *:before,
.ncd-photo *:after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ncd-photo .cf:after {
  content: "";
  display: table;
  clear: both;
}
.ncd-photo .ncd-photo{
	display: none;
}
.ncd-photo ul{
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.ncd-photo ul:after {
	content: "";
	display: table;
	clear: both;
}
.ncd-photo li{
	cursor: zoom-in;
	line-height: 0;
}
.ncd-photo li.hide{
	display: none !important;
}
.ncd-photo li div{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: -webkit-box-shadow 150ms ease-out;
	-moz-transition: -moz-box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.ncd-photo li img{
	position: relative;
	z-index: 10;
	-webkit-transform: -webkit-translateZ(0);
	-moz-transform: -moz-translateZ(0);
	transform: translateZ(0);
}
.ncd-photo ul p{
	display: inline-block;
	z-index: 30;
	font-variant: normal;
	position: absolute;
	line-height: 1.4;
	margin: 0 0 10px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: -webkit-translateZ(0);
	-moz-transform: -moz-translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout:none;}

.ncd-photo ul p b{
	font-weight: normal;
	font-style: normal;
	padding-right: 3px;
}
.ncd-photo ul p em{
	font-weight: normal;
	font-style: normal;
}
.ncd-photo ul p span{
	display: inline-block;
	padding: 6px 12px;
}
.ncd-photo ul p span.empty{
	visibility: hidden;
}

.ncd-photo[data-italic-title="True"] p b,
.ncd-photo[data-italic-caption="True"] p em{ font-style: italic; }

.ncd-photo[data-bold-title="True"] p b,
.ncd-photo[data-bold-caption="True"] p em{ font-weight: bold; }

.ncd-photo[data-hide-title="True"] p b,
.ncd-photo[data-hide-caption="True"] p em,
.ncd-photo[data-hide-title="True"][data-hide-caption="True"] p{ display: none; }

.ncd-photo[data-hide-caption="True"] ul p b{padding-right: 0;}

/* Caption Positions */

.ncd-photo ul.cap-hov li p{
	opacity: 0;
	-webkit-transition: -webkit-transform 300ms, opacity 300ms;
	-moz-transition: -moz-transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms;
	-webkit-transform: -webkit-translate3d(0,4px,0);
	-moz-transform: -moz-translate3d(0,4px,0);
	transform: translate3d(0,4px,0); 
}
.ncd-photo ul.cap-hov li:hover p{
	opacity: 1;
	-webkit-transform: -webkit-translate3d(0,0,0);
	-moz-transform: -moz-translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.ncd-photo ul.cap-hide li p{
	display: none !important;
}
.ncd-photo ul.cap-ibl p,
.ncd-photo ul.cap-ibc p{
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	text-align: left;
}
.ncd-photo ul.cap-ibl p span,
.ncd-photo ul.cap-ibc p span{
	display: block;
}
.ncd-photo ul.cap-imbl p,
.ncd-photo ul.cap-imbc p{
	left: 20px;
	bottom: 10px;
	right: 20px;
	text-align: left;
}
.ncd-photo ul.cap-ibc p,
.ncd-photo ul.cap-imbc p{
	text-align: center;
}
.ncd-photo ul.cap-imbl p span,
.ncd-photo ul.cap-imbc p span{
	border-radius: 3px;
}

/* FLOW Thumbnails */

.ncd-photo.photo-flow {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: .85em;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.ncd-photo.photo-flow li div{
	display: inline-block;
	width: 100%;
	background: none !important;
}
.ncd-photo.photo-flow li div:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	content: "";
	display: block;
	-webkit-transition: box-shadow 150ms ease-out;
	-moz-transition: box-shadow 150ms ease-out;
	transition: box-shadow 150ms ease-out;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	-moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.ncd-photo.photo-flow li img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.ncd-photo.photo-flow ul.cap-ibl li p,
.ncd-photo.photo-flow ul.cap-ibc li p{
	-webkit-transform: -webkit-translate3d(0,0,0);
	-moz-transform: -moz-translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Spacing Thumbnails */

.ncd-photo.space-0.photo-grid{margin: 0;}
.ncd-photo.space-0.photo-grid li div{margin: 0;}
.ncd-photo.space-0.photo-flow li div{margin: 0;}
.ncd-photo.space-0.photo-flow {
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}

.ncd-photo.space-1.photo-grid{margin: 0 -1px;}
.ncd-photo.space-1.photo-grid li div{margin: 1px;}
.ncd-photo.space-1.photo-flow li div{margin: 0 0 2px;}
.ncd-photo.space-1.photo-flow {
	-moz-column-gap: 2px;
	-webkit-column-gap: 2px;
	column-gap: 2px;
}
.ncd-photo.space-3.photo-grid{margin: 0 -3px;}
.ncd-photo.space-3.photo-grid li div{margin: 3px;}
.ncd-photo.space-3.photo-flow li div{margin: 0 0 6px;}
.ncd-photo.space-3.photo-flow {
	-moz-column-gap: 6px;
	-webkit-column-gap: 6px;
	column-gap: 6px;
}
.ncd-photo.space-5.photo-grid{margin: 0 -5px;}
.ncd-photo.space-5.photo-grid li div{margin: 5px;}
.ncd-photo.space-5.photo-flow li div{margin: 0 0 10px;}
.ncd-photo.space-5.photo-flow {
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}
.ncd-photo.space-7.photo-grid{margin: 0 -7px;}
.ncd-photo.space-7.photo-grid li div{margin: 7px;}
.ncd-photo.space-7.photo-flow li div{margin: 0 0 14px;}
.ncd-photo.space-7.photo-flow {
	-moz-column-gap: 14px;
	-webkit-column-gap: 14px;
	column-gap: 14px;
}
.ncd-photo.space-9.photo-grid{margin: 0 -9px;}
.ncd-photo.space-9.photo-grid li div{margin: 9px;}
.ncd-photo.space-9.photo-flow li div{margin: 0 0 18px;}
.ncd-photo.space-9.photo-flow {
	-moz-column-gap: 18px;
	-webkit-column-gap: 18px;
	column-gap: 18px;
}

.ncd-photo.space-11.photo-grid{margin: 0 -11px;}
.ncd-photo.space-11.photo-grid li div{margin: 11px;}
.ncd-photo.space-11.photo-flow li div{margin: 0 0 22px;}
.ncd-photo.space-11.photo-flow {
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
	column-gap: 22px;
}

.ncd-photo.space-13.photo-grid{margin: 0 -13px;}
.ncd-photo.space-13.photo-grid li div{margin: 13px;}
.ncd-photo.space-13.photo-flow li div{margin: 0 0 26px;}
.ncd-photo.space-13.photo-flow {
	-moz-column-gap: 26px;
	-webkit-column-gap: 26px;
	column-gap: 26px;
}

.ncd-photo.space-15.photo-grid{margin: 0 -15px;}
.ncd-photo.space-15.photo-grid li div{margin: 15px;}
.ncd-photo.space-15.photo-flow li div{margin: 0 0 30px;}
.ncd-photo.space-15.photo-flow {
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

/* GRID Thumbnails */

.ncd-photo.photo-grid li{
	line-height: 0;
	float: left;
	display: block;
	position: relative;
	height: auto;
}
.ncd-photo.photo-grid li div{
	overflow: hidden;
}
.ncd-photo.photo-grid img{
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.ncd-photo.photo-grid ul li div:after{
	padding-top: 100%;
	display: block;
	content: '';
}
.ncd-photo.photo-col-1.photo-grid li,
.ncd-photo.photo-col-2.photo-grid li,
.ncd-photo.photo-col-3.photo-grid li,
.ncd-photo.photo-col-4.photo-grid li,
.ncd-photo.photo-col-5.photo-grid li{width: 100%;}

/* Thumbnail Radius */

.ncd-photo.rad-0 li div,
.ncd-photo.rad-0.photo-flow li div:before,
.ncd-photo.rad-0.photo-flow li img,
.ncd-photo.rad-0.photo-flow li div{border-radius:  0;}
.ncd-photo.rad-0 ul.cap-ibl p span,
.ncd-photo.rad-0 ul.cap-ibc p span{border-radius: 0; }

.ncd-photo.rad-3 li div,
.ncd-photo.rad-3.photo-flow li div:before,
.ncd-photo.rad-3.photo-flow li img,
.ncd-photo.rad-3.photo-flow li div{border-radius:  3px;}
.ncd-photo.rad-3 ul.cap-ibl p span,
.ncd-photo.rad-3 ul.cap-ibc p span{border-radius: 0 0 3px 3px; }

.ncd-photo.rad-5 li div,
.ncd-photo.rad-5.photo-flow li div:before,
.ncd-photo.rad-5.photo-flow li img,
.ncd-photo.rad-5.photo-flow li div{border-radius:  5px;}
.ncd-photo.rad-5 ul.cap-ibl p span,
.ncd-photo.rad-5 ul.cap-ibc p span{border-radius: 0 0 5px 5px; }

.ncd-photo.rad-7 li div,
.ncd-photo.rad-7.photo-flow li div:before,
.ncd-photo.rad-7.photo-flow li img,
.ncd-photo.rad-7.photo-flow li div{border-radius:  7px;}
.ncd-photo.rad-7 ul.cap-ibl p span,
.ncd-photo.rad-7 ul.cap-ibc p span{border-radius: 0 0 7px 7px; }

/* Break Points for Columns */

@media only screen and (min-width: 400px) {

	.ncd-photo.photo-col-1.photo-grid li,
	.ncd-photo.photo-col-2.photo-grid li,
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 100%;}

	.ncd-photo.photo-col-1.photo-flow,
	.ncd-photo.photo-col-2.photo-flow,
	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

@media only screen and (min-width: 550px) {

	.ncd-photo.photo-col-2.photo-grid li,
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 50%;}

	.ncd-photo.photo-col-2.photo-flow,
	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media only screen and (min-width: 750px) {
	.ncd-photo.photo-col-3.photo-grid li,
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 33.3333%;}

	.ncd-photo.photo-col-3.photo-flow,
	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media only screen and (min-width: 950px) {
	.ncd-photo.photo-col-4.photo-grid li,
	.ncd-photo.photo-col-5.photo-grid li{width: 25%;}

	.ncd-photo.photo-col-4.photo-flow,
	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

@media only screen and (min-width: 1200px) {
	.ncd-photo.photo-col-5.photo-grid li{width: 20%;}

	.ncd-photo.photo-col-5.photo-flow{
		-moz-column-count: 5;
		-webkit-column-count: 5;
		column-count: 5;
	}
}

.batch-hide{
	position: absolute;
	opacity: 0;
	top:-9999px;
	left:-9999px;
}
@media only screen and (max-width: 400px) {
	.ncd-photo ul p{
		opacity: 0 !important;
	}
}

/* Captions Under Flow */

.ncd-photo.photo-flow.cap-under ul p,
.ncd-photo.photo-flow.cap-under ul p span{
position: static;
display: block;
margin-bottom: 0;
}

.ncd-photo.photo-flow.cap-under ul p span{
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
padding: 10px;
}

.ncd-photo.photo-flow.cap-under ul img{
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
	
.ncd-photo.photo-flow.cap-under li div{
-webkit-box-shadow: none;
box-shadow: none;
}

/* Lightbox */

#ncdPhotoLoader{
position: absolute;
color: #ff0000;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transition: opacity 350ms 150ms;
-moz-transition: opacity 350ms 150ms;
transition: opacity 350ms 150ms;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
#ncdPhotoLoader.processing{
	opacity: 1;
}
#ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	height: 44px;
	width: 44px;
	margin: 0 auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-radius: 100%;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

#ncdPhotoBase {
	position: fixed;
	top: -9999px;
	left: -9999px;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	-webkit-transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	-moz-transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	transition: opacity 300ms 0ms, top 0ms 300ms, left 0ms 300ms;
	user-select: none;}

#ncdPhotoBase *,
#ncdPhotoBase *:before,
#ncdPhotoBase *:after{
	box-sizing: border-box;
}

#ncdPhotoBase.on {
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 10000;
	-webkit-transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;
	-moz-transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;
	transition: 
		opacity 150ms ease-out,
		top 0ms ease-out,
		left 0ms ease-out;}
#ncdPhotoBase.out {
	z-index: 10000;
}
.ncdPhotoZoom,
.ncdPhotoClose,
.ncdPhotoNext,
.ncdPhotoPrev {
	z-index: 100;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	cursor: pointer;
	position: absolute;
	border: 2px solid transparent;
}

/* ZOOM & CLOSE */

.ncdPhotoZoom,
.ncdPhotoClose{
	margin-top: 4%;
	top: 0;
	-webkit-transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
	-moz-transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
	transition: border 0.3s ease-out, box-shadow 0.15s ease-out;
}

.ncdPhotoZoom:before,
.ncdPhotoZoom:after,
.ncdPhotoClose:before,
.ncdPhotoClose:after {
	top:50%;
	left:0;
	width:2px;
	height:18px;
	content:"";
	position:absolute;
	margin:-9px 22.5px 0;
	-webkit-transition: opacity 300ms, transform 300ms;
	-moz-transition: opacity 300ms, transform 300ms;
	transition: opacity 300ms, transform 300ms;}

/* ZOOM */

.ncdPhotoZoom{
	-webkit-transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	-moz-transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	transition: border 0.3s ease-out, box-shadow 0.15s ease-out, opacity 300ms ease-out, transform 300ms ease-out;
	left: 0;
	transform: rotate(90deg);
	opacity: 0;
	margin-left: 4%;}
.ncdPhotoZoom.enable{
	opacity:1;
	transform: rotate(0deg);	
}
.ncdPhotoZoom:after {
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);}

.ncdPhotoZoom.zoom:after {
	opacity: 0;
	-webkit-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);}
.ncdPhotoZoom:before {
	transform:rotate(0deg);}
.ncdPhotoZoom.zoom:before {
	transform:rotate(-90deg);}

/* CLOSE */

.ncdPhotoClose {
	right: 0;
	margin-right: 4%;}

.ncdPhotoClose:before,
.ncdPhotoClose:after {
	height:22px;
	margin:-11px 22.5px 0;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);}

.ncdPhotoClose:after {
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);}

/* PREV / NEXT */

.ncdPhotoNext,
.ncdPhotoPrev {
	top: 50%;
	margin-top: -25px;
	opacity: 0;
	transition: opacity 0.2s ease-out, transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
	-moz-transition: opacity 0.2s ease-out, -moz-transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
	-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;
}

.ncdPhotoNext:before,
.ncdPhotoNext:after,
.ncdPhotoPrev:before,
.ncdPhotoPrev:after {
	top:50%;
	left:0;
	width:2px;
	height:15px;
	content:'';
	position:absolute;
	margin:-13px 24px 0;}

.ncdPhotoNext:after,
.ncdPhotoPrev:after{
	margin-top: -3px;
}
.ncdPhotoPrev:after,.ncdPhotoPrev:before {left:-3px;}
.ncdPhotoNext:after{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);}
.ncdPhotoNext:before {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);}
.ncdPhotoPrev:after{
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transform:rotate(315deg);}
.ncdPhotoPrev:before {
	-webkit-transform:rotate(-315deg);
	-moz-transform:rotate(-315deg);
	-ms-transform:rotate(-315deg);
	-o-transform:rotate(-315deg);
	transform:rotate(-315deg);}

@media screen and (min-width: 800px) {
	#ncdPhotoControls #ncdPhotoCounter{
		display: none;
	}
}
@media screen and (max-width: 800px) {
#ncdPhotoControls{
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 53px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout:none;
	z-index: 100;}

	/* No Caption Mobile */
	#ncdPhotoBase.cap-hide #ncdPhotoControls{height: 70px;}
	#ncdPhotoBase.cap-hide .ncd-ui{bottom: 8px !important;}

	.ncdPhotoZoom.zoom{
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

/* Prev Button */

.ncdPhotoNext {
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	transform: translateX(-15px);
	right: 4%;}
.ncdPhotoPrev {
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	transform: translateX(15px);
	left: 4%;}


#ncdPhotoBase:hover .ncdPhotoNext,
#ncdPhotoBase:hover .ncdPhotoPrev {
	-webkit-transform: translateX(0) rotate(0deg);opacity: 1;
	-moz-transform: translateX(0) rotate(0deg);opacity: 1;
	transform: translateX(0) rotate(0deg);opacity: 1;
}


@media screen and (max-width: 800px) {
	#ncdPhotoBase .ncdPhotoNext,
	#ncdPhotoBase .ncdPhotoPrev {
		-webkit-transform: translateX(0) rotate(0deg);
		-moz-transform: translateX(0) rotate(0deg);
		transform: translateX(0) rotate(0deg);
		margin-top: 4%;
		top: 0;
		opacity: 1;
	}
	#ncdPhotoBase .ncdPhotoNext{margin-right: 20%; }
	#ncdPhotoBase .ncdPhotoZoom{margin-left: -25px;left: 50%;}
	#ncdPhotoBase .ncdPhotoPrev{margin-left: 20%;}

	#ncdPhotoBase #ncdPhotoCounter,
	#ncdPhotoBase .ncdPhotoClose,
	#ncdPhotoBase .ncdPhotoNext,
	#ncdPhotoBase .ncdPhotoZoom,
	#ncdPhotoBase .ncdPhotoPrev{top: auto; bottom: 0;}
	#ncdPhotoOverlay div.slide p{
		position: absolute;
		bottom: 100%;
		left: 0;
	}

	#ncdPhotoCounter{
		position: absolute;
		left: 4%;
		margin-left: 10px;
		font-family: 'Helvetica Neue';
		font-weight: 300;
		letter-spacing: -1px;
		height: 27px;
		line-height: 0;
		font-size: 16px;
		z-index: 100;
	}
	#ncdPhotoCounter .lb-current{
		font-size: 28px;
		padding-right: 2px;
		letter-spacing: -2px;
	}

}
#ncdPhotoBase.out .ncdPhotoNext {
	-webkit-transform: translateX(30px) rotate(0deg);opacity: 0;
	-moz-transform: translateX(30px) rotate(0deg);opacity: 0;
	transform: translateX(30px) rotate(0deg);opacity: 0;
}
#ncdPhotoBase.out .ncdPhotoPrev {
	-webkit-transform: translateX(-30px) rotate(0deg);opacity: 0;
	-moz-transform: translateX(-30px) rotate(0deg);opacity: 0;
	transform: translateX(-30px) rotate(0deg);opacity: 0;
}
#ncdPhotoBase .ncdPhotoNext.hide,
#ncdPhotoBase .ncdPhotoPrev.hide {opacity: 0;}

#ncdPhotoBase.single-image .ncdPhotoNext,
#ncdPhotoBase.single-image .ncdPhotoPrev,
#ncdPhotoOverlay[data-hide-full-title="True"] span b,
#ncdPhotoOverlay[data-hide-full-caption="True"] span em{
	display: none;
}

/* Lightbox */

#ncdPhotoOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#ncdPhotoOverlay div.slide {
	display: block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
	position:absolute;
	top:-9999px;
	left:-9999px;
}
#ncdPhotoOverlay div.slide.ncd-show{
	position: relative;
	top: 50%;
	left: 0%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ncdPhotoOverlay div.slide.out{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: auto;
	-webkit-transform: translateY(-50%) translateX(-10px);
	-ms-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-next #ncdPhotoOverlay div.slide.out{
	-webkit-transform: translateY(-50%) translateX(-10px);
	-ms-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-prev #ncdPhotoOverlay div.slide.out{
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
	opacity: 0;
	transition: opacity 200ms ease-in, transform 200ms ease-in;
}
#ncdPhotoBase.go-next div.slide.out img,
#ncdPhotoBase.go-prev div.slide.out img,
#ncdPhotoBase.processing div.slide.ncd-show.out img{
	-webkit-animation: none !important;
	animation: none !important;
	opacity: 1 !important;
}

#ncdPhotoOverlay div.slide.out.ncd-show,
.go-next #ncdPhotoOverlay div.slide.out.ncd-show,
.go-prev #ncdPhotoOverlay div.slide.out.ncd-show{
	opacity: 0;
	transition: none;
}

#ncdPhotoOverlay div.slide > div {
	display: inline-block;
	position: relative;
	padding: 10%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#ncdPhotoOverlay div.slide.zoom.in > div {
	padding: 0;
}
#ncdPhotoOverlay div.slide.zoom.in,
#ncdPhotoOverlay div.slide.zoom.in > div {font-size: 0;}

#ncdPhotoOverlay div.slide.zoom {
	overflow: scroll; 
	cursor:move;
	-webkit-overflow-scrolling: touch;}
#ncdPhotoOverlay div.slide.zoom::-webkit-scrollbar {
	display: none;
}

#ncdPhotoOverlay div.slide.zoom.in br{display: none;}
#ncdPhotoOverlay div.slide.zoom.out br{display: block;}
#ncdPhotoOverlay div.slide.zoom.in.transition,
#ncdPhotoOverlay div.slide.zoom.out{overflow: hidden;}
#ncdPhotoOverlay div.slide.zoom.transition div{
	-webkit-animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-in 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.in div{
	line-height: normal;
	-webkit-animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-in-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.in.transition div{
	-webkit-animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-out 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.zoom.out div{
	-webkit-animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	-moz-animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
	animation: float-zoom-out-complete 250ms cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
#ncdPhotoOverlay div.slide.ncd-show > div{opacity: 1;}

@-webkit-keyframes float-zoom-in {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(1.03);opacity: 0}
}
@keyframes float-zoom-in {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(1.03);opacity: 0}
}
@-webkit-keyframes float-zoom-in-complete {
	from {-webkit-transform: scale(.98);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-zoom-in-complete {
	from {transform: scale(.98);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-zoom-out {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(.98);opacity: 0}
}
@keyframes float-zoom-out {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(.98);opacity: 0}
}
@-webkit-keyframes float-zoom-out-complete {
	from {-webkit-transform: scale(1.03);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-zoom-out-complete {
	from {transform: scale(1.03);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-in {
	from {-webkit-transform: scale(1.04);opacity: 0}
	to {-webkit-transform: scale(1);opacity: 1}
}
@keyframes float-in {
	from {transform: scale(1.02);opacity: 0}
	to {transform: scale(1);opacity: 1}
}
@-webkit-keyframes float-down {
	from {-webkit-transform: translateY(-10px);opacity: 0}
	to {-webkit-transform: translateY(0);opacity: 1}
}
@keyframes float-down {
	from {transform: translateY(-10px);opacity: 0}
	to {transform: translateY(0);opacity: 1}
}
@-webkit-keyframes float-out {
	from {-webkit-transform: scale(1);opacity: 1}
	to {-webkit-transform: scale(0.97);opacity: 0}
}
@keyframes float-out {
	from {transform: scale(1);opacity: 1}
	to {transform: scale(0.97);opacity: 0}
}
@-webkit-keyframes float-up {
	from {-webkit-transform: translateY(0px);opacity: 1}
	to {-webkit-transform: translateY(10px);opacity: 0}
}
@keyframes float-up {
	from {transform: translateY(0px);opacity: 1}
	to {transform: translateY(10px);opacity: 0}
}
@-webkit-keyframes float-next {
	from {-webkit-transform: translateX(5px);opacity: 0}
	to {-webkit-transform: translateX(0);opacity: 1}
}
@keyframes float-next {
	from {transform: translateX(5px);opacity: 0}
	to {transform: translateX(0);opacity: 1}
}
@-webkit-keyframes float-prev {
	from {-webkit-transform: translateX(-5px);opacity: 0}
	to {-webkit-transform: translateX(0);opacity: 1}
}
@keyframes float-prev {
	from {transform: translateX(-5px);opacity: 0}
	to {transform: translateX(0);opacity: 1}
}
@-webkit-keyframes text-swap {
	from {-webkit-opacity: 0}
	to {-webkit-opacity: 1}
}
@keyframes text-swap {
	from {opacity: 0}
	to {opacity: 1}
}

#ncdPhotoOverlay div.slide img {
	list-style: none;
	line-height: 0;
	max-width: 100% !important;
	max-height: 80vh !important;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout:none;
	border-radius: 5px;
}
#ncdPhotoOverlay div.slide.zoom.in > div{
	height: auto;
}
#ncdPhotoOverlay div.slide.zoom.in img{
	max-width: none !important;
	max-height: none !important;
	border-radius: 0;
}
#ncdPhotoBase.go-next div.slide img{
	-webkit-animation: float-next 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-next 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.go-prev div.slide img{
	-webkit-animation: float-prev 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-prev 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.processing div.slide.ncd-show img{
	-webkit-animation: none;
	animation: none;
	opacity: 0;
}

@media screen and (min-width: 800px) {
	/*
	#ncdPhotoOverlay div.slide > div{
		height: 60vh;
	}
	*/
}
@media screen and (max-width: 800px) {
	#ncdPhotoBase > .ncdPhotoZoom{display: none}

	#ncdPhotoBase.go-next #ncdPhotoCaption p,
	#ncdPhotoBase.go-prev #ncdPhotoCaption p {
		-webkit-animation: text-swap 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
		animation: text-swap 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
	}
}

/* COUNTER */

.ncdPhotoCounter{
	left: auto !important;
	right: 0;}
.ncdPhotoCounter[data-show-count="False"],
#ncdPhotoCounter[data-show-count="False"]{
	display: none !important;}

/* CAPTION - MOBILE */

#ncdPhotoCaption{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align:center;
	padding: 12px 4%;
	font-size: 15px;
	z-index: 100;
	line-height: 1.4;
}
#ncdPhotoCaption p{
	margin: 0;
}
#ncdPhotoCaption b{
	padding-right: 5px;
}

#ncdPhotoOverlay p b,
#ncdPhotoCaption p b{
	font-weight: normal;
	font-style: normal;
	padding-right: 5px;
}
#ncdPhotoOverlay p em,
#ncdPhotoCaption p em{
	font-weight: normal;
	font-style: normal;
}

@media screen and (min-width: 800px) {

	#ncdPhotoCaption{
		display: none;
	}
	.img-caption-in{
		display: block;
	}
	.img-caption-in:after {
		content: "";
		display: table;
		clear: both;
	}
}
#ncdPhotoOverlay p.ncdPhotoCounter,
#ncdPhotoOverlay p{
	display: inline-block;
	text-align: left;
	padding: 12px 0 18px;
	font-size: 14px;
	font-variant: normal;
	line-height: 20px;
	margin: 0;
	float: left;
}

#ncdPhotoOverlay p.ncdPhotoCounter{
	float: right;
}

/* CAPTION - DESK */

#ncdPhotoBase:hover .img-caption-in {opacity: 1}
#ncdPhotoBase.cap-hide .img-caption-in{ display: none; }
#ncdPhotoBase.cap-show .img-caption-in.invis{
	visibility: hidden;
	-webkit-animation:none;
	animation:none
}
#ncdPhotoBase .img-caption-in{
	opacity: 0 ;
	transition: opacity 200ms;
}
#ncdPhotoBase.cap-show .ncd-show .img-caption-in{
	opacity: 1;
	-webkit-animation: float-down 600ms 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: float-down 600ms 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#ncdPhotoBase.processing .img-caption-in{
	opacity: 0 ;
}
@media screen and (max-width: 800px) {
	.img-caption-in{display: none}
}

/* LB Font Styles */

#ncdPhotoBase [data-italic-title="True"] p b,
#ncdPhotoBase [data-italic-caption="True"] p em{ font-style: italic; }
#ncdPhotoBase [data-bold-title="True"] p b,
#ncdPhotoBase [data-bold-caption="True"] p em{ font-weight: bold; }
#ncdPhotoBase [data-hide-title="True"] p b,
#ncdPhotoBase [data-hide-caption="True"] p em{ display: none; }

/* LB Theme - Default Dark */

.style-default #ncdPhotoOverlay p b,
.style-default #ncdPhotoCaption p b{color: #FFF} /* Caption Title */
.style-default #ncdPhotoOverlay p em,
.style-default #ncdPhotoCaption p em,
.style-default .ncdPhotoCounter,
.style-default #ncdPhotoCounter{color: #EEE} /* Caption Text */

.style-default img{box-shadow: 0 2px 16px rgba(0,0,0,0.6);} /* Img Shadow */
.style-default{background: rgba(0,0,0,0.85) !important} /* Overlay */

.style-default #ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	border-left: 3px solid rgba(200,200,200, .15);
	border-right: 3px solid rgba(200,200,200, .15);
	border-bottom: 3px solid rgba(200,200,200, .15);
	border-top: 3px solid rgba(200,200,200, .8);
}

@media screen and (max-width: 800px) {
	.style-default #ncdPhotoControls{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));}
}

.style-default .ncdPhotoZoom,
.style-default .ncdPhotoClose,
.style-default .ncdPhotoNext,
.style-default .ncdPhotoPrev {
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.1)));
	background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
	background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.00));
}

.style-default #ncdPhotoCaption{background: #000;}
.style-default .ncdPhotoNext:before,.ncdPhotoNext:after,
.style-default .ncdPhotoPrev:before,.ncdPhotoPrev:after,
.style-default .ncdPhotoZoom:before,.ncdPhotoZoom:after,
.style-default .ncdPhotoClose:before,.ncdPhotoClose:after,
.style-default .ncdPhotoNext:hover:before,.ncdPhotoNext:hover:after,
.style-default .ncdPhotoPrev:hover:before,.ncdPhotoPrev:hover:after,
.style-default .ncdPhotoClose:hover:before,.ncdPhotoClose:hover:after {background: #FFF}
.style-default #ncdPhotoCounter{color: #FFF}

.style-default .ncdPhotoZoom:active,
.style-default .ncdPhotoClose:active,
.style-default .ncdPhotoNext:active,
.style-default .ncdPhotoPrev:active{
	box-shadow: 0 0 0 5px rgba(255,255,255,0.6);
	border: 2px solid #FFF;}

.style-default .ncdPhotoZoom.zoom{border: 2px solid #FFF;}

@media screen and (min-width: 800px) {
	.style-default .ncdPhotoZoom:hover,
	.style-default .ncdPhotoClose:hover,
	.style-default .ncdPhotoNext:hover,
	.style-default .ncdPhotoPrev:hover{border: 2px solid #FFF;}
}

/* LB Theme - Contrast Light */

.style-contrast #ncdPhotoOverlay p b{color: #333}
.style-contrast #ncdPhotoCaption p b{color: #FFF}

.style-contrast #ncdPhotoOverlay p em,
.style-contrast .ncdPhotoCounter{color: #555}
.style-contrast #ncdPhotoCaption p em{color: #EEE}

.style-contrast img{box-shadow: 0 2px 10px rgba(0,0,0,0.15);}
.style-contrast{background: rgba(255,255,255,0.85) !important}

.style-contrast #ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{
	border-left: 3px solid rgba(100,100,100, .15);
	border-right: 3px solid rgba(100,100,100, .15);
	border-bottom: 3px solid rgba(100,100,100, .15);
	border-top: 3px solid rgba(100,100,100, .8);
}

.style-contrast #ncdPhotoCaption{background: #000}
.style-contrast #ncdPhotoCounter{color: #222}
.style-contrast .ncdPhotoNext:before,.style-contrast .ncdPhotoNext:after,
.style-contrast .ncdPhotoPrev:before,.style-contrast .ncdPhotoPrev:after,
.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,
.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after,
.style-contrast .ncdPhotoNext:hover:before,.style-contrast .ncdPhotoNext:hover:after,
.style-contrast .ncdPhotoPrev:hover:before,.style-contrast .ncdPhotoPrev:hover:after,
.style-contrast .ncdPhotoClose:hover:before,.style-contrast .ncdPhotoClose:hover:after {background: #222}

.style-contrast .ncdPhotoZoom.zoom,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose{
	background: rgba(0,0,0,0.3);
}

.style-contrast .ncdPhotoZoom,
.style-contrast .ncdPhotoClose,
.style-contrast .ncdPhotoZoom:before,
.style-contrast .ncdPhotoZoom:after,
.style-contrast .ncdPhotoClose:before,
.style-contrast .ncdPhotoClose:after{transition: transform 300ms, border 300ms, box-shadow 300ms, background 300ms;}

.style-contrast .ncdPhotoZoom.zoom:before,
.style-contrast .ncdPhotoZoom.zoom:after,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose:before,
.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose:after{background: #FFF;}

.style-contrast .ncdPhotoZoom:active,
.style-contrast .ncdPhotoClose:active,
.style-contrast .ncdPhotoNext:active,
.style-contrast .ncdPhotoPrev:active{
	box-shadow: 0 0 0 5px rgba(0,0,0,0.15);
	border: 2px solid #222;}

.ncdPhotoZoom.zoom{border: 2px solid rgba(0,0,0,0.6);}
 
 @media screen and (min-width: 800px) {
	.style-contrast .ncdPhotoZoom,
	.style-contrast .ncdPhotoClose,
	.style-contrast .ncdPhotoNext,
	.style-contrast .ncdPhotoPrev {
		background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(255,255,255, 0.00)), to(rgba(255,255,255, 0.4)));
		background-image: -webkit-radial-gradient(50% 50%, rgba(255,255,255, 0.4), rgba(255,255,255, 0.00));
		background-image: radial-gradient(50% 50%, rgba(255,255,255, 0.4), rgba(255,255,255, 0.00));
	}
	
	.style-contrast .ncdPhotoZoom:hover,
	.style-contrast .ncdPhotoClose:hover,
	.style-contrast .ncdPhotoNext:hover,
	.style-contrast .ncdPhotoPrev:hover{border: 2px solid #222;}
}

@media screen and (max-width: 800px) {

	.style-contrast #ncdPhotoCounter{color: #fff}
	.style-contrast .ncdPhotoNext:before,.style-contrast .ncdPhotoNext:after,
	.style-contrast .ncdPhotoPrev:before,.style-contrast .ncdPhotoPrev:after,
	.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,
	.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after,
	.style-contrast .ncdPhotoNext:hover:before,.style-contrast .ncdPhotoNext:hover:after,
	.style-contrast .ncdPhotoPrev:hover:before,.style-contrast .ncdPhotoPrev:hover:after,
	.style-contrast .ncdPhotoClose:hover:before,.style-contrast .ncdPhotoClose:hover:after {background: #fff}

	.style-contrast #ncdPhotoControls{
		background-color: rgba(0,0,0,0.3);
		background-image: none;}

	.style-contrast .ncdPhotoZoom.zoom,
	.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose{
		background: transparent;
	}

	.style-contrast .ncdPhotoZoom:active,
	.style-contrast .ncdPhotoZoom.zoom,
	.style-contrast .ncdPhotoClose:active,
	.style-contrast .ncdPhotoNext:active,
	.style-contrast .ncdPhotoPrev:active{
		box-shadow: 0 0 0 5px transparent;
		border: 2px solid transparent;}

	.style-contrast .ncdPhotoZoom.zoom{transform: translateY(0px);}

	#ncdPhotoBase.style-contrast .ncdPhotoNext.hide, 
	#ncdPhotoBase.style-contrast .ncdPhotoPrev.hide{opacity: 1;}
}

.processing img{
	box-shadow: none !important;
}



/* Edit Mode */

/* Depth Content */

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

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

.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_10 .depth_section_link:hover .depth_in,
#stacks_in_10 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_10.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_10.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_10 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_10 .depth_image{

	background-size: cover;
	

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

	

	
	

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


@media all and (-webkit-min-device-pixel-ratio : 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {
 
  #stacks_in_10 .depth_image{ background-image: url(../files/banner_bg_image_2x-10.jpg);}
}




#stacks_in_10 .depth_tint{ background: rgba(0, 0, 0, 0.25); }

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

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



/* Heading */

#stacks_in_10 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(23, 129, 251, 1.00);
	border-right: 10px solid rgba(23, 129, 251, 1.00);
	border-bottom: 0px solid rgba(23, 129, 251, 1.00);
	border-left: 0px solid rgba(23, 129, 251, 1.00);
	padding: 0px 16px 0px 0px;
	margin: 0px 0px 30px 0px;
	line-height: 0;}

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

#stacks_in_10 .heading_out h2{
	font-size: 60px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_10 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

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

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 30% 50px 6% 50px;
	margin: 0 3%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_10 .content_out{
		padding: 30% 30px 9% 30px;
		margin: 0 0%;}
	#stacks_in_10 .heading_out h2{
		font-size: 30px;
		line-height: 36px;
	}
}


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


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

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

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

#stacks_in_10 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 32px;
	padding: 8% 12.000000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_10 .content_in a.depth_button{
		padding: 8% 16%;
	}
}
#stacks_in_10 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_10 .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_10 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_10 .content_out .centered_image img{float: right;} 




#stacks_in_10 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_10 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

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

/* Layer Top */






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




/* Force Mobile Legibility */

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




/* Breaks */

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

#stacks_in_10 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_10 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_10 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 0px;}
#stacks_in_938 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_1869 .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_1869 .depth_section_link:hover .depth_in,
#stacks_in_1869 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1869.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_1869.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_1869 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	
}





#stacks_in_1869 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_1869 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_1869 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1869 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1869 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

	 text-align: left; 
	
	
	padding: 5% 40px 15% 40px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


#stacks_in_1869 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_1869 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1869 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_1869 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1869 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

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

	

	

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

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





#stacks_in_1869 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_1869 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1869 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_1869 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1869 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1869 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1869 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_21, #stacks_in_21 h1, #stacks_in_21 h2, #stacks_in_21 h3, #stacks_in_21 h4, #stacks_in_21 h5, #stacks_in_21 h6, #stacks_in_21 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_934 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_1891 .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_1891 .depth_section_link:hover .depth_in,
#stacks_in_1891 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1891.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_1891.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_1891 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	
}





#stacks_in_1891 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_1891 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_1891 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1891 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1891 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

	 text-align: left; 
	
	
	padding: 5% 40px 15% 40px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


#stacks_in_1891 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_1891 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1891 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_1891 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1891 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

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

	

	

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

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





#stacks_in_1891 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_1891 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1891 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_1891 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1891 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1891 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1891 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_932, #stacks_in_932 h1, #stacks_in_932 h2, #stacks_in_932 h3, #stacks_in_932 h4, #stacks_in_932 h5, #stacks_in_932 h6, #stacks_in_932 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_932 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_933 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_951, #stacks_in_951 h1, #stacks_in_951 h2, #stacks_in_951 h3, #stacks_in_951 h4, #stacks_in_951 h5, #stacks_in_951 h6, #stacks_in_951 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_951 {
	margin: 0px 0px 20px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_46, #stacks_in_46 h1, #stacks_in_46 h2, #stacks_in_46 h3, #stacks_in_46 h4, #stacks_in_46 h5, #stacks_in_46 h6, #stacks_in_46 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_2040 {
	margin: 30px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_78, #stacks_in_78 h1, #stacks_in_78 h2, #stacks_in_78 h3, #stacks_in_78 h4, #stacks_in_78 h5, #stacks_in_78 h6, #stacks_in_78 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_862 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

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

.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_1927_1 .depth_section_link:hover .depth_in,
#stacks_in_1927_1 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1927_1.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_1927_1.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_1927_1 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_1927_1 .depth_image{

	background-size: cover;
	

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

	

	
	

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


@media all and (-webkit-min-device-pixel-ratio : 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {
 
  #stacks_in_1927_1 .depth_image{ background-image: url(../files/banner_bg_image_2x-1-BED.jpg);}
}




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

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

#stacks_in_1927_1 .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-linear-gradient(right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1927_1 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(63, 169, 245, 1.00);
	border-right: 10px solid rgba(63, 169, 245, 1.00);
	border-bottom: 0px solid rgba(63, 169, 245, 1.00);
	border-left: 0px solid rgba(63, 169, 245, 1.00);
	padding: 0px 16px 0px 0px;
	margin: 0px 0px 30px 0px;
	line-height: 0;}

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

#stacks_in_1927_1 .heading_out h2{
	font-size: 34px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1927_1 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1927_1 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 1px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 30% 50px 6% 50px;
	margin: 0 3%;}

/* Content (Separate Mobile Layout) */



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


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

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

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

#stacks_in_1927_1 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 32px;
	padding: 8% 12.000000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1927_1 .content_in a.depth_button{
		padding: 8% 16%;
	}
}
#stacks_in_1927_1 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1927_1 .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_1927_1 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_1927_1 .content_out .centered_image img{float: right;} 




#stacks_in_1927_1 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1927_1 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

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

/* Layer Top */






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




/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1927_1 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_1927_1 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_1927_1 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 0px;}/* Depth Content */

@media (min-width: 600px){
	#stacks_in_1928_1 .content_flex{
		min-height: 400px;
	}
}

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

.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_1928_1 .depth_section_link:hover .depth_in,
#stacks_in_1928_1 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1928_1.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_1928_1.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_1928_1 .depth_in{
	position: relative;
	margin: 0 auto;
	
	
	text-align: right;
}

#stacks_in_1928_1 .depth_image{

	
	background-size: contain;

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

	

	
	

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


@media all and (-webkit-min-device-pixel-ratio : 1.5),
 all and (-o-min-device-pixel-ratio: 3/2),
 all and (min--moz-device-pixel-ratio: 1.5),
 all and (min-device-pixel-ratio: 1.5) {
 
  #stacks_in_1928_1 .depth_image{ background-image: url(../files/banner_bg_image_2x-1-4BF.jpg);}
}




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

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

#stacks_in_1928_1 .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-linear-gradient(right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	}



/* Heading */

#stacks_in_1928_1 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(63, 169, 245, 1.00);
	border-right: 10px solid rgba(63, 169, 245, 1.00);
	border-bottom: 0px solid rgba(63, 169, 245, 1.00);
	border-left: 0px solid rgba(63, 169, 245, 1.00);
	padding: 0px 16px 0px 0px;
	margin: 0px 0px 30px 0px;
	line-height: 0;}

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

#stacks_in_1928_1 .heading_out h2{
	font-size: 34px;
	line-height: 38px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	
	
	 text-align: right !important; 
	
	letter-spacing: -1px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1928_1 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1928_1 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 15px;
	letter-spacing: 1px;
	margin: 10px 0 0px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	 
	max-width: 400px; 
	

	
	
	 text-align: right; 
	padding: 30% 50px 6% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */



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


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

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

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

#stacks_in_1928_1 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 32px;
	padding: 8% 12.000000%;
	border-radius: 2px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1928_1 .content_in a.depth_button{
		padding: 8% 16%;
	}
}
#stacks_in_1928_1 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1928_1 .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_1928_1 .depth_aside{
	position: static;
	width: 100%;
	
	float: left;

	 
	margin-right: -400px; 
	

	

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


 #stacks_in_1928_1 .content_out .centered_image img{float: right;} 




#stacks_in_1928_1 .depth_aside_padding > div{max-width:300px;}

@media screen and (max-width: 770px){
	#stacks_in_1928_1 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

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

/* Layer Top */






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




/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1928_1 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_1928_1 hr.hr_bottom_header{
	height: 0px;
	width: 0%;
	background: rgba(255, 255, 255, 0.50);
	display: inline-block;}

#stacks_in_1928_1 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 12%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 0px;}/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_1900 .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_1900 .depth_section_link:hover .depth_in,
#stacks_in_1900 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1900.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_1900.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_1900 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	
}





#stacks_in_1900 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_1900 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_1900 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1900 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1900 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

	 text-align: left; 
	
	
	padding: 5% 40px 15% 40px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


#stacks_in_1900 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_1900 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1900 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_1900 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1900 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

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

	

	

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

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





#stacks_in_1900 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_1900 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1900 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_1900 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1900 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1900 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1900 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_926 {
	margin: 0px 0px 90px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_927, #stacks_in_927 h1, #stacks_in_927 h2, #stacks_in_927 h3, #stacks_in_927 h4, #stacks_in_927 h5, #stacks_in_927 h6, #stacks_in_927 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_927 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_928 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1624, #stacks_in_1624 h1, #stacks_in_1624 h2, #stacks_in_1624 h3, #stacks_in_1624 h4, #stacks_in_1624 h5, #stacks_in_1624 h6, #stacks_in_1624 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_1595 .ls-wrapper{margin:0 auto;clear:both;overflow:auto;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:none !important}#stacks_in_1595 .ls-wrapper .ls-preloader{background:url(../../rw_common/plugins/stacks/tabulous-images/loading.gif) #FFFFFF no-repeat center 75px;opacity:0.9;width:100%;height:200%;position:absolute;top:0;left:0}#stacks_in_1595 .ls-wrapper .liquid-slider{width:100%;margin:0;float:left;overflow:hidden;position:relative;-webkit-backface-visibility:hidden;border-radius:0px;}#stacks_in_1595 .ls-wrapper .panel-container{position:relative}#stacks_in_1595 .ls-wrapper .panel-container .fadeClass{position:absolute;top:0;left:0;display:none}#stacks_in_1595 .ls-wrapper .panel-container .panel{width:1030px;display:block;float:left;border:none;margin-bottom:0;padding:0;background:transparent;-webkit-backface-visibility:hidden}#stacks_in_1595 .ls-wrapper .panel-container .panel.fade{position:absolute;top:0;opacity:0}#stacks_in_1595 .ls-wrapper .panel-container .panel .panel-wrapper{padding:20px 20px 0px 20px;position:relative}#stacks_in_1595 .ls-wrapper .panel-container .panel .panel-wrapper .tab-title{display:none;}#stacks_in_1595 .ls-wrapper .ls-nav{overflow:hidden;clear:both}@media screen and (max-width:600px){#stacks_in_1595 .ls-wrapper .ls-nav{margin-bottom:0;margin-top:0;padding:0}}#stacks_in_1595 .ls-wrapper .ls-nav ul{padding:0;clear:both;display:block;margin:auto;overflow:auto;-webkit-box-sizing:content-box;box-sizing:content-box;margin-bottom:5px;}#stacks_in_1595 .ls-wrapper .ls-nav ul li{display:inline;margin:0;-webkit-box-sizing:content-box;box-sizing:content-box}#stacks_in_1595 .ls-wrapper .ls-nav ul li a{display:block;float:left;text-decoration:none;margin-right:1px;color:#FFFFFF;font-size:12px;height:auto !important;-webkit-transition-property:background,color;transition-property:background,color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;text-align:center;background:#000000;padding:12px 15px 12px 15px;width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;}#stacks_in_1595 .ls-wrapper .ls-nav ul li a:hover{background:#1781FB;color:#FFFFFF}#stacks_in_1595 .ls-wrapper .ls-nav ul li a.current{background:#1781FB;color:#FFFFFF}#stacks_in_1595 .ls-wrapper .ls-nav ul li a.current h1,#stacks_in_1595 .ls-wrapper .ls-nav ul li a.current h2,#stacks_in_1595 .ls-wrapper .ls-nav ul li a.current h3,#stacks_in_1595 .ls-wrapper .ls-nav ul li a.current h4,#stacks_in_1595 .ls-wrapper .ls-nav ul li a.current h5,#stacks_in_1595 .ls-wrapper .ls-nav ul li a.current h6,#stacks_in_1595 .ls-wrapper .ls-nav ul li a.current span{color:#FFFFFF}#stacks_in_1595 .ls-wrapper .ls-nav ul li a h1,#stacks_in_1595 .ls-wrapper .ls-nav ul li a h2,#stacks_in_1595 .ls-wrapper .ls-nav ul li a h3,#stacks_in_1595 .ls-wrapper .ls-nav ul li a h4,#stacks_in_1595 .ls-wrapper .ls-nav ul li a h5,#stacks_in_1595 .ls-wrapper .ls-nav ul li a h6,#stacks_in_1595 .ls-wrapper .ls-nav ul li a span{display:inline;font-size:12px;color:#FFFFFF;margin:0}#stacks_in_1595 .ls-wrapper .ls-nav ul li:first-child a{border-top-left-radius:5px;border-bottom-left-radius:5px;}#stacks_in_1595 .ls-wrapper .ls-nav ul li:last-child a{margin-right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;}#stacks_in_1595 .ls-wrapper .ls-select-box{width:100%;height:35px;overflow:hidden;color:#FFFFFF;background:url(../files/menuImage-1595.png) no-repeat 98% 50% #1781FB;border-top-left-radius:5px;border-top-right-radius:5px;}#stacks_in_1595 .ls-wrapper .ls-select-box select{width:110%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;padding:5px 10px;font-size:110%;border:1px solid #036DE7;height:35px;cursor:pointer;color:#FFFFFF;border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;}#stacks_in_1595 .ls-wrapper .ls-select-box select option{font-weight:normal;color:#000000}#stacks_in_1595 .ls-wrapper .ls-nav-left,#stacks_in_1595 .ls-wrapper .ls-nav-right,#stacks_in_1595 .ls-wrapper .ls-nav-left-arrow,#stacks_in_1595 .ls-wrapper .ls-nav-right-arrow{cursor:pointer;position:absolute;top:50px;z-index:100;opacity:0.3 !important;filter:alpha(opacity=30) !important;-webkit-transition:opacity 250ms ease-in-out 0;transition:opacity 250ms ease-in-out 0;background-repeat:no-repeat;background-size:100%}#stacks_in_1595 .ls-wrapper .ls-nav-left a,#stacks_in_1595 .ls-wrapper .ls-nav-right a,#stacks_in_1595 .ls-wrapper .ls-nav-left-arrow a,#stacks_in_1595 .ls-wrapper .ls-nav-right-arrow a{display:block;font-size:25px;color:#000000;text-decoration:none}#stacks_in_1595 .ls-wrapper .ls-nav-left:hover,#stacks_in_1595 .ls-wrapper .ls-nav-right:hover,#stacks_in_1595 .ls-wrapper .ls-nav-left-arrow:hover,#stacks_in_1595 .ls-wrapper .ls-nav-right-arrow:hover{opacity:1.0 !important;filter:alpha(opacity=100) !important}#stacks_in_1595 .ls-wrapper .ls-nav-right,#stacks_in_1595 .ls-wrapper .ls-nav-right-arrow{right:5px}#stacks_in_1595 .ls-wrapper .ls-nav-left,#stacks_in_1595 .ls-wrapper .ls-nav-left-arrow{left:5px}#stacks_in_1595 .ls-wrapper .ls-nav-left-arrow,#stacks_in_1595 .ls-wrapper .ls-nav-right-arrow{width:25px;height:25px}#stacks_in_1595 .ls-wrapper .ls-nav-right-arrow{background-image:url(../files/tabulous-images/arrow-right.png);background-position:top right}#stacks_in_1595 .ls-wrapper .ls-nav-left-arrow{background-image:url(../files/tabulous-images/arrow-left.png);background-position:top left}@media screen and (max-width:600px){#stacks_in_1595 .liquid-slider{border-top-left-radius:0!important;border-top-right-radius:0!important}}
#stacks_in_1626>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1626>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1626>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1626>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1626>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1626>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






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

#stacks_in_2180 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_953, #stacks_in_953 h1, #stacks_in_953 h2, #stacks_in_953 h3, #stacks_in_953 h4, #stacks_in_953 h5, #stacks_in_953 h6, #stacks_in_953 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_954 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2164, #stacks_in_2164 h1, #stacks_in_2164 h2, #stacks_in_2164 h3, #stacks_in_2164 h4, #stacks_in_2164 h5, #stacks_in_2164 h6, #stacks_in_2164 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_929, #stacks_in_929 h1, #stacks_in_929 h2, #stacks_in_929 h3, #stacks_in_929 h4, #stacks_in_929 h5, #stacks_in_929 h6, #stacks_in_929 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1629 {
	margin: 35px 0px 0px 0px;
}
#stacks_in_1662>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1662>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1662>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1662>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1662>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1662>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






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

#stacks_in_2178 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1663, #stacks_in_1663 h1, #stacks_in_1663 h2, #stacks_in_1663 h3, #stacks_in_1663 h4, #stacks_in_1663 h5, #stacks_in_1663 h6, #stacks_in_1663 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1664 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2166, #stacks_in_2166 h1, #stacks_in_2166 h2, #stacks_in_2166 h3, #stacks_in_2166 h4, #stacks_in_2166 h5, #stacks_in_2166 h6, #stacks_in_2166 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1665, #stacks_in_1665 h1, #stacks_in_1665 h2, #stacks_in_1665 h3, #stacks_in_1665 h4, #stacks_in_1665 h5, #stacks_in_1665 h6, #stacks_in_1665 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1668 {
	margin: 35px 0px 0px 0px;
}
#stacks_in_1674>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1674>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1674>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1674>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1674>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1674>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






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

#stacks_in_2170 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1675, #stacks_in_1675 h1, #stacks_in_1675 h2, #stacks_in_1675 h3, #stacks_in_1675 h4, #stacks_in_1675 h5, #stacks_in_1675 h6, #stacks_in_1675 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1676 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2168, #stacks_in_2168 h1, #stacks_in_2168 h2, #stacks_in_2168 h3, #stacks_in_2168 h4, #stacks_in_2168 h5, #stacks_in_2168 h6, #stacks_in_2168 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1677, #stacks_in_1677 h1, #stacks_in_1677 h2, #stacks_in_1677 h3, #stacks_in_1677 h4, #stacks_in_1677 h5, #stacks_in_1677 h6, #stacks_in_1677 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1680 {
	margin: 35px 0px 0px 0px;
}
#stacks_in_1929 .ls-wrapper{margin:0 auto;clear:both;overflow:auto;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:none !important}#stacks_in_1929 .ls-wrapper .ls-preloader{background:url(../../rw_common/plugins/stacks/tabulous-images/loading.gif) #FFFFFF no-repeat center 75px;opacity:0.9;width:100%;height:200%;position:absolute;top:0;left:0}#stacks_in_1929 .ls-wrapper .liquid-slider{width:100%;margin:0;float:left;overflow:hidden;position:relative;-webkit-backface-visibility:hidden;border-radius:0px;}#stacks_in_1929 .ls-wrapper .panel-container{position:relative}#stacks_in_1929 .ls-wrapper .panel-container .fadeClass{position:absolute;top:0;left:0;display:none}#stacks_in_1929 .ls-wrapper .panel-container .panel{width:1030px;display:block;float:left;border:none;margin-bottom:0;padding:0;background:transparent;-webkit-backface-visibility:hidden}#stacks_in_1929 .ls-wrapper .panel-container .panel.fade{position:absolute;top:0;opacity:0}#stacks_in_1929 .ls-wrapper .panel-container .panel .panel-wrapper{padding:20px 0px 0px 0px;position:relative}#stacks_in_1929 .ls-wrapper .panel-container .panel .panel-wrapper .tab-title{display:none;}#stacks_in_1929 .ls-wrapper .ls-nav{overflow:hidden;clear:both}@media screen and (max-width:600px){#stacks_in_1929 .ls-wrapper .ls-nav{margin-bottom:0;margin-top:0;padding:0}}#stacks_in_1929 .ls-wrapper .ls-nav ul{padding:0;clear:both;display:block;margin:auto;overflow:auto;-webkit-box-sizing:content-box;box-sizing:content-box;margin-bottom:5px;}#stacks_in_1929 .ls-wrapper .ls-nav ul li{display:inline;margin:0;-webkit-box-sizing:content-box;box-sizing:content-box}#stacks_in_1929 .ls-wrapper .ls-nav ul li a{display:block;float:left;text-decoration:none;margin-right:1px;color:#FFFFFF;font-size:12px;height:auto !important;-webkit-transition-property:background,color;transition-property:background,color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;text-align:center;background:#000000;padding:12px 15px 12px 15px;width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;}#stacks_in_1929 .ls-wrapper .ls-nav ul li a:hover{background:#1781FB;color:#FFFFFF}#stacks_in_1929 .ls-wrapper .ls-nav ul li a.current{background:#1781FB;color:#FFFFFF}#stacks_in_1929 .ls-wrapper .ls-nav ul li a.current h1,#stacks_in_1929 .ls-wrapper .ls-nav ul li a.current h2,#stacks_in_1929 .ls-wrapper .ls-nav ul li a.current h3,#stacks_in_1929 .ls-wrapper .ls-nav ul li a.current h4,#stacks_in_1929 .ls-wrapper .ls-nav ul li a.current h5,#stacks_in_1929 .ls-wrapper .ls-nav ul li a.current h6,#stacks_in_1929 .ls-wrapper .ls-nav ul li a.current span{color:#FFFFFF}#stacks_in_1929 .ls-wrapper .ls-nav ul li a h1,#stacks_in_1929 .ls-wrapper .ls-nav ul li a h2,#stacks_in_1929 .ls-wrapper .ls-nav ul li a h3,#stacks_in_1929 .ls-wrapper .ls-nav ul li a h4,#stacks_in_1929 .ls-wrapper .ls-nav ul li a h5,#stacks_in_1929 .ls-wrapper .ls-nav ul li a h6,#stacks_in_1929 .ls-wrapper .ls-nav ul li a span{display:inline;font-size:12px;color:#FFFFFF;margin:0}#stacks_in_1929 .ls-wrapper .ls-nav ul li:first-child a{border-top-left-radius:0px;border-bottom-left-radius:0px;}#stacks_in_1929 .ls-wrapper .ls-nav ul li:last-child a{margin-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;}#stacks_in_1929 .ls-wrapper .ls-select-box{width:100%;height:35px;overflow:hidden;color:#FFFFFF;background:url(../files/menuImage-1929.png) no-repeat 98% 50% #1781FB;border-top-left-radius:0px;border-top-right-radius:0px;}#stacks_in_1929 .ls-wrapper .ls-select-box select{width:110%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;padding:5px 10px;font-size:110%;border:1px solid #036DE7;height:35px;cursor:pointer;color:#FFFFFF;border-radius:0;border-top-left-radius:0px;border-top-right-radius:0px;}#stacks_in_1929 .ls-wrapper .ls-select-box select option{font-weight:normal;color:#000000}#stacks_in_1929 .ls-wrapper .ls-nav-left,#stacks_in_1929 .ls-wrapper .ls-nav-right,#stacks_in_1929 .ls-wrapper .ls-nav-left-arrow,#stacks_in_1929 .ls-wrapper .ls-nav-right-arrow{cursor:pointer;position:absolute;top:50px;z-index:100;opacity:0.3 !important;filter:alpha(opacity=30) !important;-webkit-transition:opacity 250ms ease-in-out 0;transition:opacity 250ms ease-in-out 0;background-repeat:no-repeat;background-size:100%}#stacks_in_1929 .ls-wrapper .ls-nav-left a,#stacks_in_1929 .ls-wrapper .ls-nav-right a,#stacks_in_1929 .ls-wrapper .ls-nav-left-arrow a,#stacks_in_1929 .ls-wrapper .ls-nav-right-arrow a{display:block;font-size:25px;color:#000000;text-decoration:none}#stacks_in_1929 .ls-wrapper .ls-nav-left:hover,#stacks_in_1929 .ls-wrapper .ls-nav-right:hover,#stacks_in_1929 .ls-wrapper .ls-nav-left-arrow:hover,#stacks_in_1929 .ls-wrapper .ls-nav-right-arrow:hover{opacity:1.0 !important;filter:alpha(opacity=100) !important}#stacks_in_1929 .ls-wrapper .ls-nav-right,#stacks_in_1929 .ls-wrapper .ls-nav-right-arrow{right:5px}#stacks_in_1929 .ls-wrapper .ls-nav-left,#stacks_in_1929 .ls-wrapper .ls-nav-left-arrow{left:5px}#stacks_in_1929 .ls-wrapper .ls-nav-left-arrow,#stacks_in_1929 .ls-wrapper .ls-nav-right-arrow{width:25px;height:25px}#stacks_in_1929 .ls-wrapper .ls-nav-right-arrow{background-image:url(../files/tabulous-images/arrow-right.png);background-position:top right}#stacks_in_1929 .ls-wrapper .ls-nav-left-arrow{background-image:url(../files/tabulous-images/arrow-left.png);background-position:top left}@media screen and (max-width:600px){#stacks_in_1929 .liquid-slider{border-top-left-radius:0!important;border-top-right-radius:0!important}}

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

#stacks_in_1938 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2173, #stacks_in_2173 h1, #stacks_in_2173 h2, #stacks_in_2173 h3, #stacks_in_2173 h4, #stacks_in_2173 h5, #stacks_in_2173 h6, #stacks_in_2173 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_2173 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_2174 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2175, #stacks_in_2175 h1, #stacks_in_2175 h2, #stacks_in_2175 h3, #stacks_in_2175 h4, #stacks_in_2175 h5, #stacks_in_2175 h6, #stacks_in_2175 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_2175 {
	padding: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1935, #stacks_in_1935 h1, #stacks_in_1935 h2, #stacks_in_1935 h3, #stacks_in_1935 h4, #stacks_in_1935 h5, #stacks_in_1935 h6, #stacks_in_1935 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1950 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1945, #stacks_in_1945 h1, #stacks_in_1945 h2, #stacks_in_1945 h3, #stacks_in_1945 h4, #stacks_in_1945 h5, #stacks_in_1945 h6, #stacks_in_1945 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1945 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_1946 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2232, #stacks_in_2232 h1, #stacks_in_2232 h2, #stacks_in_2232 h3, #stacks_in_2232 h4, #stacks_in_2232 h5, #stacks_in_2232 h6, #stacks_in_2232 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_2232 {
	padding: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1947, #stacks_in_1947 h1, #stacks_in_1947 h2, #stacks_in_1947 h3, #stacks_in_1947 h4, #stacks_in_1947 h5, #stacks_in_1947 h6, #stacks_in_1947 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1964 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1959, #stacks_in_1959 h1, #stacks_in_1959 h2, #stacks_in_1959 h3, #stacks_in_1959 h4, #stacks_in_1959 h5, #stacks_in_1959 h6, #stacks_in_1959 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1959 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_1960 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2234, #stacks_in_2234 h1, #stacks_in_2234 h2, #stacks_in_2234 h3, #stacks_in_2234 h4, #stacks_in_2234 h5, #stacks_in_2234 h6, #stacks_in_2234 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_2234 {
	padding: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1961, #stacks_in_1961 h1, #stacks_in_1961 h2, #stacks_in_1961 h3, #stacks_in_1961 h4, #stacks_in_1961 h5, #stacks_in_1961 h6, #stacks_in_1961 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1776 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_1903 .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_1903 .depth_section_link:hover .depth_in,
#stacks_in_1903 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1903.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_1903.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_1903 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	
}





#stacks_in_1903 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_1903 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_1903 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1903 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1903 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

	 text-align: left; 
	
	
	padding: 5% 40px 15% 40px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


#stacks_in_1903 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_1903 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1903 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_1903 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1903 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

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

	

	

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

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





#stacks_in_1903 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_1903 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1903 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_1903 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1903 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1903 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1903 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_in_1780 {
	margin: 0px 0px 60px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_1781, #stacks_in_1781 h1, #stacks_in_1781 h2, #stacks_in_1781 h3, #stacks_in_1781 h4, #stacks_in_1781 h5, #stacks_in_1781 h6, #stacks_in_1781 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_1781 {
	margin: 0px 0px 5px 0px;
}

#stacks_in_1782 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1783, #stacks_in_1783 h1, #stacks_in_1783 h2, #stacks_in_1783 h3, #stacks_in_1783 h4, #stacks_in_1783 h5, #stacks_in_1783 h6, #stacks_in_1783 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_1830>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1830>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1830>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1830>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1830>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1830>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_1830 {
	margin: 0px 0px 90px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1833, #stacks_in_1833 h1, #stacks_in_1833 h2, #stacks_in_1833 h3, #stacks_in_1833 h4, #stacks_in_1833 h5, #stacks_in_1833 h6, #stacks_in_1833 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1833 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_1834 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1847, #stacks_in_1847 h1, #stacks_in_1847 h2, #stacks_in_1847 h3, #stacks_in_1847 h4, #stacks_in_1847 h5, #stacks_in_1847 h6, #stacks_in_1847 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_out_2026 {
	width: 80%;
}

#stacks_in_2042 {
	margin: 0px 0px 90px 0px;
}

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

#stacks_out_2052 {
	width: 80%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2054, #stacks_in_2054 h1, #stacks_in_2054 h2, #stacks_in_2054 h3, #stacks_in_2054 h4, #stacks_in_2054 h5, #stacks_in_2054 h6, #stacks_in_2054 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_2054 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_2055 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_2056, #stacks_in_2056 h1, #stacks_in_2056 h2, #stacks_in_2056 h3, #stacks_in_2056 h4, #stacks_in_2056 h5, #stacks_in_2056 h6, #stacks_in_2056 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_1835>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1835>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1835>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1835>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1835>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1835>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_1835 {
	margin: 0px 0px 90px 0px;
}

#stacks_out_2020 {
	width: 60%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1836, #stacks_in_1836 h1, #stacks_in_1836 h2, #stacks_in_1836 h3, #stacks_in_1836 h4, #stacks_in_1836 h5, #stacks_in_1836 h6, #stacks_in_1836 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1836 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_1837 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1849, #stacks_in_1849 h1, #stacks_in_1849 h2, #stacks_in_1849 h3, #stacks_in_1849 h4, #stacks_in_1849 h5, #stacks_in_1849 h6, #stacks_in_1849 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_2058 {
	margin: 0px 0px 90px 0px;
}

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

#stacks_out_2066 {
	width: 60%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2068, #stacks_in_2068 h1, #stacks_in_2068 h2, #stacks_in_2068 h3, #stacks_in_2068 h4, #stacks_in_2068 h5, #stacks_in_2068 h6, #stacks_in_2068 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_2068 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_2069 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_2070, #stacks_in_2070 h1, #stacks_in_2070 h2, #stacks_in_2070 h3, #stacks_in_2070 h4, #stacks_in_2070 h5, #stacks_in_2070 h6, #stacks_in_2070 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_1842>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1842>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1842>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1842>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1842>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1842>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_1842 {
	margin: 0px 0px 90px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1843, #stacks_in_1843 h1, #stacks_in_1843 h2, #stacks_in_1843 h3, #stacks_in_1843 h4, #stacks_in_1843 h5, #stacks_in_1843 h6, #stacks_in_1843 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1843 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_1844 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1851, #stacks_in_1851 h1, #stacks_in_1851 h2, #stacks_in_1851 h3, #stacks_in_1851 h4, #stacks_in_1851 h5, #stacks_in_1851 h6, #stacks_in_1851 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_out_2024 {
	width: 60%;
}

#stacks_in_2072 {
	margin: 0px 0px 90px 0px;
}

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

#stacks_out_2080 {
	width: 60%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2082, #stacks_in_2082 h1, #stacks_in_2082 h2, #stacks_in_2082 h3, #stacks_in_2082 h4, #stacks_in_2082 h5, #stacks_in_2082 h6, #stacks_in_2082 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_2082 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_2083 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_2084, #stacks_in_2084 h1, #stacks_in_2084 h2, #stacks_in_2084 h3, #stacks_in_2084 h4, #stacks_in_2084 h5, #stacks_in_2084 h6, #stacks_in_2084 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1686 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_1906 .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_1906 .depth_section_link:hover .depth_in,
#stacks_in_1906 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_1906.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_1906.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_1906 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	
}





#stacks_in_1906 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_1906 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_1906 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_1906 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_1906 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

	 text-align: left; 
	
	
	padding: 5% 40px 15% 40px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


#stacks_in_1906 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_1906 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_1906 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_1906 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_1906 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

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

	

	

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

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





#stacks_in_1906 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_1906 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_1906 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_1906 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_1906 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1906 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_1906 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_1688, #stacks_in_1688 h1, #stacks_in_1688 h2, #stacks_in_1688 h3, #stacks_in_1688 h4, #stacks_in_1688 h5, #stacks_in_1688 h6, #stacks_in_1688 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_1688 {
	margin: 0px 0px 10px 0px;
}

#stacks_in_1689 {
	font-size: 230%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1690, #stacks_in_1690 h1, #stacks_in_1690 h2, #stacks_in_1690 h3, #stacks_in_1690 h4, #stacks_in_1690 h5, #stacks_in_1690 h6, #stacks_in_1690 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1690 {
	margin: 0px 0px 60px 0px;
}
#stacks_in_1711>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1711>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1711>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1711>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1711>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1711>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_1711 {
	margin: 0px 0px 90px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1721, #stacks_in_1721 h1, #stacks_in_1721 h2, #stacks_in_1721 h3, #stacks_in_1721 h4, #stacks_in_1721 h5, #stacks_in_1721 h6, #stacks_in_1721 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1722 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1736, #stacks_in_1736 h1, #stacks_in_1736 h2, #stacks_in_1736 h3, #stacks_in_1736 h4, #stacks_in_1736 h5, #stacks_in_1736 h6, #stacks_in_1736 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1736 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1719, #stacks_in_1719 h1, #stacks_in_1719 h2, #stacks_in_1719 h3, #stacks_in_1719 h4, #stacks_in_1719 h5, #stacks_in_1719 h6, #stacks_in_1719 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1986 {
	margin: 0px 0px 90px 0px;
}

#stacks_in_2030 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1975, #stacks_in_1975 h1, #stacks_in_1975 h2, #stacks_in_1975 h3, #stacks_in_1975 h4, #stacks_in_1975 h5, #stacks_in_1975 h6, #stacks_in_1975 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1976 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1977, #stacks_in_1977 h1, #stacks_in_1977 h2, #stacks_in_1977 h3, #stacks_in_1977 h4, #stacks_in_1977 h5, #stacks_in_1977 h6, #stacks_in_1977 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1977 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1979, #stacks_in_1979 h1, #stacks_in_1979 h2, #stacks_in_1979 h3, #stacks_in_1979 h4, #stacks_in_1979 h5, #stacks_in_1979 h6, #stacks_in_1979 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_1750>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1750>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1750>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1750>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1750>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1750>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_1750 {
	margin: 0px 0px 90px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1751, #stacks_in_1751 h1, #stacks_in_1751 h2, #stacks_in_1751 h3, #stacks_in_1751 h4, #stacks_in_1751 h5, #stacks_in_1751 h6, #stacks_in_1751 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1752 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1753, #stacks_in_1753 h1, #stacks_in_1753 h2, #stacks_in_1753 h3, #stacks_in_1753 h4, #stacks_in_1753 h5, #stacks_in_1753 h6, #stacks_in_1753 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1753 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1755, #stacks_in_1755 h1, #stacks_in_1755 h2, #stacks_in_1755 h3, #stacks_in_1755 h4, #stacks_in_1755 h5, #stacks_in_1755 h6, #stacks_in_1755 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1988 {
	margin: 0px 0px 90px 0px;
}

#stacks_in_2032 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1992, #stacks_in_1992 h1, #stacks_in_1992 h2, #stacks_in_1992 h3, #stacks_in_1992 h4, #stacks_in_1992 h5, #stacks_in_1992 h6, #stacks_in_1992 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1993 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1994, #stacks_in_1994 h1, #stacks_in_1994 h2, #stacks_in_1994 h3, #stacks_in_1994 h4, #stacks_in_1994 h5, #stacks_in_1994 h6, #stacks_in_1994 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1994 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1996, #stacks_in_1996 h1, #stacks_in_1996 h2, #stacks_in_1996 h3, #stacks_in_1996 h4, #stacks_in_1996 h5, #stacks_in_1996 h6, #stacks_in_1996 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_1762>.s3_row {
	margin: 0 -10px;
}

#stacks_in_1762>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_1762>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_1762>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_1762>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_1762>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}






#stacks_in_1762 {
	margin: 0px 0px 90px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_1763, #stacks_in_1763 h1, #stacks_in_1763 h2, #stacks_in_1763 h3, #stacks_in_1763 h4, #stacks_in_1763 h5, #stacks_in_1763 h6, #stacks_in_1763 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_1764 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1765, #stacks_in_1765 h1, #stacks_in_1765 h2, #stacks_in_1765 h3, #stacks_in_1765 h4, #stacks_in_1765 h5, #stacks_in_1765 h6, #stacks_in_1765 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1765 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_1767, #stacks_in_1767 h1, #stacks_in_1767 h2, #stacks_in_1767 h3, #stacks_in_1767 h4, #stacks_in_1767 h5, #stacks_in_1767 h6, #stacks_in_1767 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_1999 {
	margin: 0px 0px 90px 0px;
}

#stacks_in_2038 {
	margin: 0px 0px 30px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 700;
    font-style: normal;
}

#stacks_in_2003, #stacks_in_2003 h1, #stacks_in_2003 h2, #stacks_in_2003 h3, #stacks_in_2003 h4, #stacks_in_2003 h5, #stacks_in_2003 h6, #stacks_in_2003 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_2004 {
	font-size: 130%;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_2005, #stacks_in_2005 h1, #stacks_in_2005 h2, #stacks_in_2005 h3, #stacks_in_2005 h4, #stacks_in_2005 h5, #stacks_in_2005 h6, #stacks_in_2005 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_2005 {
	margin: 0px 0px 10px 0px;
}
/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 300;
    font-style: normal;
}

#stacks_in_2007, #stacks_in_2007 h1, #stacks_in_2007 h2, #stacks_in_2007 h3, #stacks_in_2007 h4, #stacks_in_2007 h5, #stacks_in_2007 h6, #stacks_in_2007 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_2237 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_2238 .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_2238 .depth_section_link:hover .depth_in,
#stacks_in_2238 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_2238.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_2238.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_2238 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	
}





#stacks_in_2238 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_2238 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_2238 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_2238 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_2238 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

	 text-align: left; 
	
	
	padding: 5% 40px 5% 40px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


#stacks_in_2238 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_2238 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2238 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_2238 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_2238 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

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

	

	

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

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





#stacks_in_2238 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_2238 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_2238 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_2238 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_2238 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2238 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2238 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}#stacks_in_2239>.s3_row {
	margin: 0 -3px;
}

#stacks_in_2239>.s3_row>.s3_column_left {
	width: 70.00%;
}

#stacks_in_2239>.s3_row>.s3_column_right {
	width: 30.000000%;
}




#stacks_in_2239>.s3_row>.s3_column {
	padding: 0 3px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_2239>.s3_row  {
		margin: -3px 0;
	}
	#stacks_in_2239>.s3_row>.s3_column {
		padding: 3px 0;
		width:100%;
	}


}





/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_2240, #stacks_in_2240 h1, #stacks_in_2240 h2, #stacks_in_2240 h3, #stacks_in_2240 h4, #stacks_in_2240 h5, #stacks_in_2240 h6, #stacks_in_2240 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_2240 {
	margin: 0px 0px 5px 0px;
}

#stacks_out_2240 {
	width: 80%;
	margin-left:0;
}
/* CustomFont 3.0.6 */

#stacks_in_2242, #stacks_in_2242 h1, #stacks_in_2242 h2, #stacks_in_2242 h3, #stacks_in_2242 h4, #stacks_in_2242 h5, #stacks_in_2242 h6, #stacks_in_2242 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: normal !important;
    font-style: normal !important;
}
#stacks_out_2242 {
	width: 80%;
	margin-left:0;
}

#stacks_in_2243 {
	font-size: 85%;
	font-weight: lighter;
}

#stacks_out_2245 {
	width: 70%;
	margin-right:0;
}

#stacks_in_2251 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_2252 .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_2252 .depth_section_link:hover .depth_in,
#stacks_in_2252 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_2252.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_2252.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

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

#stacks_in_2252 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	
}





#stacks_in_2252 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_2252 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_2252 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_2252 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_2252 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


#stacks_in_2252 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_2252 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2252 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_2252 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_2252 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

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

	

	

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

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





#stacks_in_2252 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_2252 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_2252 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_2252 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_2252 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2252 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2252 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}/* CustomFont 3.0.6 */

@font-face {
    font-family: 'Open Sans';
     /* IE9 Compat Modes */
    src: local('Open Sans')
        
        
        
           , url('../../resources/fonts/Open Sans.ttf') format('truetype') /* Safari, Android, iOS */
        
        
        ;
    font-stretch: normal;
    font-weight: 600;
    font-style: normal;
}

#stacks_in_2254, #stacks_in_2254 h1, #stacks_in_2254 h2, #stacks_in_2254 h3, #stacks_in_2254 h4, #stacks_in_2254 h5, #stacks_in_2254 h6, #stacks_in_2254 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_2254 {
	margin: 0px 0px 5px 0px;
}

#stacks_out_2254 {
	margin-left:0;
}
/* CustomFont 3.0.6 */

#stacks_in_2256, #stacks_in_2256 h1, #stacks_in_2256 h2, #stacks_in_2256 h3, #stacks_in_2256 h4, #stacks_in_2256 h5, #stacks_in_2256 h6, #stacks_in_2256 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: normal !important;
    font-style: normal !important;
}
#stacks_out_2256 {
	margin-left:0;
}

#stacks_in_2257 {
	font-size: 85%;
	font-weight: lighter;
}

#stacks_in_2183 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 0px 10px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_2184 .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_2184 .depth_section_link:hover .depth_in,
#stacks_in_2184 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_2184.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_2184.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

#stacks_in_2184 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_2184 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
	background-image: none;
	background-color: rgba(255, 255, 255, 1.00);
	background-size: cover;
	
}





#stacks_in_2184 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_2184 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_2184 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_2184 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_2184 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

	 text-align: left; 
	
	
	padding: 0% 40px 0% 40px;
	margin: 0 5%;}

/* Content (Separate Mobile Layout) */



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


#stacks_in_2184 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_2184 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2184 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_2184 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_2184 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

#stacks_in_2184 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_2184 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_2184 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_2184 .depth_aside_wrapper,
#stacks_in_2184 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_2184 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

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





#stacks_in_2184 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_2184 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_2184 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_2184 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_2184 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2184 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2184 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}#stacks_in_2185{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
}



.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_2185 .c+.c .count{margin-left: 16px;}
#stacks_in_2185.s3 .c.s2_3 .count,#stacks_in_2185.s4 .c.s2_4 .count,#stacks_in_2185.s4 .c.s3_4 .count{ margin-left: 8px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_2185.s2 .c.s1_2 .c-pad,#stacks_in_2185.s3 .c.s1_3 .c-pad,#stacks_in_2185.s4 .c.s1_4 .c-pad{padding: 0 16px 0 0;}
#stacks_in_2185.s3 .c.s2_3 .c-pad,#stacks_in_2185.s4 .c.s2_4 .c-pad,#stacks_in_2185.s4 .c.s3_4 .c-pad{ padding: 0 8px;}
#stacks_in_2185.s2 .c.s2_2 .c-pad,#stacks_in_2185.s3 .c.s3_3 .c-pad,#stacks_in_2185.s4 .c.s4_4 .c-pad{ padding: 0 0 0 16px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

@media only screen and (max-width: 320px) {

	#stacks_in_2185 .c+.c .count,
	#stacks_in_2185.s3 .c.s2_3 .count,
	#stacks_in_2185.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_2185 .c{margin: 1% 0;padding: 0 0;width: 100%;}
	#stacks_in_2185 .c:first-child,#stacks_in_2185.s4 .c.s1_4,#stacks_in_2185.s4 .c.s2_4{ padding: 0 0 0;}
	#stacks_in_2185 .c:last-child,#stacks_in_2185.s4 .c.s3_4,#stacks_in_2185.s4 .c.s4_4{ padding: 0 0 0;}

	#stacks_in_2185.s2 .c-pad,#stacks_in_2185.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_2185.s4 .c.s2_4 .count,
	#stacks_in_2185.s4 .c.s4_4 .count{ margin-left: 16px;}
	#stacks_in_2185.s4 .c {width: 49.2%;}
	#stacks_in_2185.s4 .c.s1_4 .c-pad,#stacks_in_2185.s4 .c.s3_4 .c-pad{ padding: 0 16px 0 0;}
	#stacks_in_2185.s4 .c.s2_4 .c-pad,#stacks_in_2185.s4 .c.s4_4 .c-pad{ padding: 0 0 0 16px;}
}

@media only screen and (max-width: 160px) {
	#stacks_in_2185 .count{ margin-left: 0 !important;}
	#stacks_in_2185 .c .c-pad{padding: 0 !important;}
	#stacks_in_2185.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_2185 {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_2194 .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_2194 .depth_section_link:hover .depth_in,
#stacks_in_2194 .depth_section_link:hover .depth_image{
	transform: scale(1.07);
}





#stacks_in_2194.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_2194.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

#stacks_in_2194 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_2194 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
}





#stacks_in_2194 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_2194 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_2194 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_2194 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_2194 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


#stacks_in_2194 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_2194 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2194 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_2194 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_2194 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

#stacks_in_2194 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_2194 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_2194 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_2194 .depth_aside_wrapper,
#stacks_in_2194 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_2194 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

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





#stacks_in_2194 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_2194 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_2194 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_2194 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_2194 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2194 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2194 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_out_2195 {
	width: 20%;
}
/* CustomFont 3.0.6 */

#stacks_in_2197, #stacks_in_2197 h1, #stacks_in_2197 h2, #stacks_in_2197 h3, #stacks_in_2197 h4, #stacks_in_2197 h5, #stacks_in_2197 h6, #stacks_in_2197 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_2197 {
	padding: 10px 0px 0px 0px;
}
/* Depth Content */

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

@media (min-width: 900px){
	#stacks_in_2186 .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_2186 .depth_section_link:hover .depth_in,
#stacks_in_2186 .depth_section_link:hover .depth_image{
	transform: scale(1.07);
}





#stacks_in_2186.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_2186.depth_out a{
	color: rgba(23, 129, 251, 1.00);}

#stacks_in_2186 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_2186 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 0 0;

	
	background-size: 0 0%;
	background-position: 0 0;
	

	
	
		/* Default Background*/
		background-image: url(../../rw_common/plugins/stacks/mount.jpg);
	

	
	
	
	
	
}





#stacks_in_2186 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

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



/* Heading */

#stacks_in_2186 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

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

#stacks_in_2186 .heading_out h2{
	font-size: 31px;
	line-height: 38px;
	color: rgba(0, 0, 0, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	 display: none; 
	 text-align: left !important; 
	
	
	
	letter-spacing: -2px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_2186 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0 7px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_2186 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0 8px;
	
	
	 display: none; 
	
	float: none;}

/* Content */

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

	

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

/* Content (Separate Mobile Layout) */



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


#stacks_in_2186 .content_flex{
	
	 align-items: center; 
	
}

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

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

#stacks_in_2186 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 15px;
	padding: 4% 6.000000%;
	border-radius: 3px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(255, 255, 255, 0.17);
	
	
	}

@media screen and (max-width: 770px){
	#stacks_in_2186 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_2186 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_2186 .content_in p.sub_content{
	font-weight: normal;
	
	
	
	font-size: 13px;
	color: rgba(0, 0, 0, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 5px solid rgba(255, 102, 0, 1.00);
	border-right: 0px solid rgba(255, 102, 0, 1.00);
	padding-left: 10px;
	padding-right: 10px;}

/* Aside */

#stacks_in_2186 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_2186 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_2186 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_2186 .depth_aside_wrapper,
#stacks_in_2186 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_2186 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}

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





#stacks_in_2186 .depth_aside_padding > div{max-width:250px;}

@media screen and (max-width: 770px){
	#stacks_in_2186 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_2186 .depth_aside_padding{
	padding: 0px 50px 0px 125px;
}
@media screen and (max-width: 770px){
	#stacks_in_2186 .depth_aside_padding{
		padding: 10px 40px 50px 40px;
	}
}

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

#stacks_in_2186 hr.hr_top_header{
	height: 0px;
	width: 0%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2186 hr.hr_bottom_header{
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	display: inline-block;}

#stacks_in_2186 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 0px;}
#stacks_out_2187 {
	width: 20%;
}
/* CustomFont 3.0.6 */

#stacks_in_2189, #stacks_in_2189 h1, #stacks_in_2189 h2, #stacks_in_2189 h3, #stacks_in_2189 h4, #stacks_in_2189 h5, #stacks_in_2189 h6, #stacks_in_2189 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_2189 {
	padding: 10px 0px 0px 0px;
}
#stacks_in_2205>.s3_row {
	margin: 0 -31px;
}

#stacks_in_2205>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_2205>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_2205>.s3_row>.s3_column {
	padding: 0 31px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {



}






#stacks_in_2205 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 40px 45px 40px 45px;
}

#stacks_out_2230 {
	width: 50%;
}
/* CustomFont 3.0.6 */

#stacks_in_2213, #stacks_in_2213 h1, #stacks_in_2213 h2, #stacks_in_2213 h3, #stacks_in_2213 h4, #stacks_in_2213 h5, #stacks_in_2213 h6, #stacks_in_2213 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_2213 {
	padding: 5px 0px 0px 0px;
}

#stacks_out_2206 {
	width: 50%;
}
/* CustomFont 3.0.6 */

#stacks_in_2208, #stacks_in_2208 h1, #stacks_in_2208 h2, #stacks_in_2208 h3, #stacks_in_2208 h4, #stacks_in_2208 h5, #stacks_in_2208 h6, #stacks_in_2208 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_2208 {
	padding: 5px 0px 0px 0px;
}
@font-face {
	font-family: 'icomoon';
  src:  url('../files/scrollpage_icons/icomoon.eot?8zq521');
  src:  url('../files/scrollpage_icons/icomoon.eot?8zq521#iefix') format('embedded-opentype'),
    url('../files/scrollpage_icons/icomoon.woff2?8zq521') format('woff2'),
    url('../files/scrollpage_icons/icomoon.ttf?8zq521') format('truetype'),
    url('../files/scrollpage_icons/icomoon.woff?8zq521') format('woff'),
    url('../files/scrollpage_icons/icomoon.svg?8zq521#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

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

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


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

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

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

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

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

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

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


