: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{
  
}
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: 1px;
}



.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: 300px){
  /* 2 Col Spacing */
  .depth_row .s3_column_left .depth_section{
    margin-right: 0.500000px;
  }
  .depth_row .s3_column_right .depth_section{
    margin-left: 0.500000px;
  }
  /* 3 Col Spacing */
  .depth_row.three_col .s3_column_left .depth_section{
    margin-right: 0.666000px;
  }
  .depth_row.three_col .s3_column_center .depth_section{
    margin-left: 0.333000px;
    margin-right: 0.333000px;
  }
  .depth_row.three_col .s3_column_right .depth_section{
    margin-left: 0.666000px;
  }
  /* 4 Col Spacing (1/4) */
  .depth_row .s3_column_4:first-child .depth_section{
    margin-right: 0.750000px;
    margin-left: 0;
  }
  /* 4 Col Spacing (2/4) */
  .depth_row .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 0.500000px;
    margin-left: 0.250000px;
  }
  /* 4 Col Spacing (3/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 0.250000px;
    margin-left: 0.500000px;
  }
  /* 4 Col Spacing (4/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-left: 0.750000px;
    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: %;}}#stacks_in_111{
	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_111 .c+.c .count{margin-left: 0px;}
#stacks_in_111.s3 .c.s2_3 .count,#stacks_in_111.s4 .c.s2_4 .count,#stacks_in_111.s4 .c.s3_4 .count{ margin-left: 0px;}
.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_111.s2 .c.s1_2 .c-pad,#stacks_in_111.s3 .c.s1_3 .c-pad,#stacks_in_111.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_111.s3 .c.s2_3 .c-pad,#stacks_in_111.s4 .c.s2_4 .c-pad,#stacks_in_111.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_111.s2 .c.s2_2 .c-pad,#stacks_in_111.s3 .c.s3_3 .c-pad,#stacks_in_111.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.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: 800px) {

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

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

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

@media only screen and (max-width: 400px) {
	#stacks_in_111 .count{ margin-left: 0 !important;}
	#stacks_in_111 .c .c-pad{padding: 0 !important;}
	#stacks_in_111.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_111 {
	border: solid rgba(226, 215, 213, 0.00);
	border-width:  1px;
	padding: 25px 0px 0px 0px;
}
/* Depth Content */

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

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





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

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

#stacks_in_3643 .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_3643 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

#stacks_in_3643 .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_3643 .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_3643 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_3643 .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_3643 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_3643 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_3643 .content_out{
	display: inline-block;
	position: relative;

	

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

/* Content (Separate Mobile Layout) */



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


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

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

#stacks_in_3643 .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_3643 .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_3643 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_3643 .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_3643 .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_3643 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

#stacks_in_9200>.s3_row>.s3_column_left {
	width: 74.00%;
}

#stacks_in_9200>.s3_row>.s3_column_right {
	width: 26.000000%;
}




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










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



}



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



}






#stacks_in_9200 {
	background-color: rgba(13, 13, 13, 1.00);
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 35px 10px 40px 20px;
}
#stacks_in_4769{
	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_4769 .c+.c .count{margin-left: 0px;}
#stacks_in_4769.s3 .c.s2_3 .count,#stacks_in_4769.s4 .c.s2_4 .count,#stacks_in_4769.s4 .c.s3_4 .count{ margin-left: 0px;}
.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_4769.s2 .c.s1_2 .c-pad,#stacks_in_4769.s3 .c.s1_3 .c-pad,#stacks_in_4769.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_4769.s3 .c.s2_3 .c-pad,#stacks_in_4769.s4 .c.s2_4 .c-pad,#stacks_in_4769.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_4769.s2 .c.s2_2 .c-pad,#stacks_in_4769.s3 .c.s3_3 .c-pad,#stacks_in_4769.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.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: 480px) {

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

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

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

@media only screen and (max-width: 240px) {
	#stacks_in_4769 .count{ margin-left: 0 !important;}
	#stacks_in_4769 .c .c-pad{padding: 0 !important;}
	#stacks_in_4769.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_4769 {
	padding: 0px 0px 0px 20px;
}

#stacks_out_4769 {
	margin-right:0;
}
/* CustomFont 3.0.6 */

#stacks_in_4770, #stacks_in_4770 h1, #stacks_in_4770 h2, #stacks_in_4770 h3, #stacks_in_4770 h4, #stacks_in_4770 h5, #stacks_in_4770 h6, #stacks_in_4770 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 100 !important;
    font-style: normal !important;
}
#stacks_in_4771 {
	font-size: 250%;
}
/* CustomFont 3.0.6 */

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

#stacks_in_4774, #stacks_in_4774 h1, #stacks_in_4774 h2, #stacks_in_4774 h3, #stacks_in_4774 h4, #stacks_in_4774 h5, #stacks_in_4774 h6, #stacks_in_4774 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}#stacks_in_115 .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_115 .ls-wrapper .ls-preloader{background:url(../../rw_common/plugins/stacks/tabulous-images/loading.gif) #4D238B no-repeat center 75px;opacity:0.9;width:100%;height:200%;position:absolute;top:0;left:0}#stacks_in_115 .ls-wrapper .liquid-slider{width:100%;margin:0;float:left;overflow:hidden;position:relative;-webkit-backface-visibility:hidden;border-radius:0px;}#stacks_in_115 .ls-wrapper .panel-container{position:relative}#stacks_in_115 .ls-wrapper .panel-container .fadeClass{position:absolute;top:0;left:0;display:none}#stacks_in_115 .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_115 .ls-wrapper .panel-container .panel.fade{position:absolute;top:0;opacity:0}#stacks_in_115 .ls-wrapper .panel-container .panel .panel-wrapper{padding:30px 0px 0px 0px;position:relative}#stacks_in_115 .ls-wrapper .panel-container .panel .panel-wrapper .tab-title{display:none;}#stacks_in_115 .ls-wrapper .ls-nav{overflow:hidden;clear:both}@media screen and (max-width:600px){#stacks_in_115 .ls-wrapper .ls-nav{margin-bottom:0;margin-top:0;padding:0}}#stacks_in_115 .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:0px;}#stacks_in_115 .ls-wrapper .ls-nav ul li{display:inline;margin:0;-webkit-box-sizing:content-box;box-sizing:content-box}#stacks_in_115 .ls-wrapper .ls-nav ul li a{display:block;float:left;text-decoration:none;margin-right:0px;color:#FAFAFA;font-size:14px;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:#0D0D0D;padding:9px;width:120px;-webkit-box-sizing:border-box;box-sizing:border-box;}#stacks_in_115 .ls-wrapper .ls-nav ul li a:hover{background:#1781FB;color:#FFFFFF}#stacks_in_115 .ls-wrapper .ls-nav ul li a.current{background:#1781FB;color:#FFFFFF}#stacks_in_115 .ls-wrapper .ls-nav ul li a.current h1,#stacks_in_115 .ls-wrapper .ls-nav ul li a.current h2,#stacks_in_115 .ls-wrapper .ls-nav ul li a.current h3,#stacks_in_115 .ls-wrapper .ls-nav ul li a.current h4,#stacks_in_115 .ls-wrapper .ls-nav ul li a.current h5,#stacks_in_115 .ls-wrapper .ls-nav ul li a.current h6,#stacks_in_115 .ls-wrapper .ls-nav ul li a.current span{color:#FFFFFF}#stacks_in_115 .ls-wrapper .ls-nav ul li a h1,#stacks_in_115 .ls-wrapper .ls-nav ul li a h2,#stacks_in_115 .ls-wrapper .ls-nav ul li a h3,#stacks_in_115 .ls-wrapper .ls-nav ul li a h4,#stacks_in_115 .ls-wrapper .ls-nav ul li a h5,#stacks_in_115 .ls-wrapper .ls-nav ul li a h6,#stacks_in_115 .ls-wrapper .ls-nav ul li a span{display:inline;font-size:14px;color:#FAFAFA;margin:0}#stacks_in_115 .ls-wrapper .ls-nav ul li:first-child a{border-bottom-left-radius:5px;border-top-left-radius:0px;}#stacks_in_115 .ls-wrapper .ls-nav ul li:last-child a{margin-right:0;border-bottom-right-radius:5px;border-top-right-radius:0px;}#stacks_in_115 .ls-wrapper .ls-select-box{width:100%;height:35px;overflow:hidden;color:#FFFFFF;background:url(../files/tabulous-images/menu-gray.png) no-repeat 98% 50% #1781FB;border-top-left-radius:0px;border-top-right-radius:0px;}#stacks_in_115 .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_115 .ls-wrapper .ls-select-box select option{font-weight:normal;color:#000000}#stacks_in_115 .ls-wrapper .ls-nav-left,#stacks_in_115 .ls-wrapper .ls-nav-right,#stacks_in_115 .ls-wrapper .ls-nav-left-arrow,#stacks_in_115 .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_115 .ls-wrapper .ls-nav-left a,#stacks_in_115 .ls-wrapper .ls-nav-right a,#stacks_in_115 .ls-wrapper .ls-nav-left-arrow a,#stacks_in_115 .ls-wrapper .ls-nav-right-arrow a{display:block;font-size:25px;color:#000000;text-decoration:none}#stacks_in_115 .ls-wrapper .ls-nav-left:hover,#stacks_in_115 .ls-wrapper .ls-nav-right:hover,#stacks_in_115 .ls-wrapper .ls-nav-left-arrow:hover,#stacks_in_115 .ls-wrapper .ls-nav-right-arrow:hover{opacity:1.0 !important;filter:alpha(opacity=100) !important}#stacks_in_115 .ls-wrapper .ls-nav-right,#stacks_in_115 .ls-wrapper .ls-nav-right-arrow{right:5px}#stacks_in_115 .ls-wrapper .ls-nav-left,#stacks_in_115 .ls-wrapper .ls-nav-left-arrow{left:5px}#stacks_in_115 .ls-wrapper .ls-nav-left-arrow,#stacks_in_115 .ls-wrapper .ls-nav-right-arrow{width:25px;height:25px}#stacks_in_115 .ls-wrapper .ls-nav-right-arrow{background-image:url(../files/tabulous-images/arrow-right.png);background-position:top right}#stacks_in_115 .ls-wrapper .ls-nav-left-arrow{background-image:url(../files/tabulous-images/arrow-left.png);background-position:top left}@media screen and (max-width:100px){}

#stacks_in_115 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_118{
	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_118 .c+.c .count{margin-left: 4px;}
#stacks_in_118.s3 .c.s2_3 .count,#stacks_in_118.s4 .c.s2_4 .count,#stacks_in_118.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_118.s2 .c.s1_2 .c-pad,#stacks_in_118.s3 .c.s1_3 .c-pad,#stacks_in_118.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_118.s3 .c.s2_3 .c-pad,#stacks_in_118.s4 .c.s2_4 .c-pad,#stacks_in_118.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_118.s2 .c.s2_2 .c-pad,#stacks_in_118.s3 .c.s3_3 .c-pad,#stacks_in_118.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 1000px) {

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

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

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

@media only screen and (max-width: 500px) {
	#stacks_in_118 .count{ margin-left: 0 !important;}
	#stacks_in_118 .c .c-pad{padding: 0 !important;}
	#stacks_in_118.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_118 {
	margin: 0px 30px 0px 30px;
}

#stacks_in_119 {
	margin: 0px 0px 45px 0px;
	padding:  2px;
}
/* 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_6044, #stacks_in_6044 h1, #stacks_in_6044 h2, #stacks_in_6044 h3, #stacks_in_6044 h4, #stacks_in_6044 h5, #stacks_in_6044 h6, #stacks_in_6044 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6044 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6045 {
	font-size: 150%;
}

#stacks_in_124 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_124 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_124 {
	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_2536, #stacks_in_2536 h1, #stacks_in_2536 h2, #stacks_in_2536 h3, #stacks_in_2536 h4, #stacks_in_2536 h5, #stacks_in_2536 h6, #stacks_in_2536 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_5920, #stacks_in_5920 h1, #stacks_in_5920 h2, #stacks_in_5920 h3, #stacks_in_5920 h4, #stacks_in_5920 h5, #stacks_in_5920 h6, #stacks_in_5920 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_131 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_131 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_131 {
	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_5960, #stacks_in_5960 h1, #stacks_in_5960 h2, #stacks_in_5960 h3, #stacks_in_5960 h4, #stacks_in_5960 h5, #stacks_in_5960 h6, #stacks_in_5960 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_5916, #stacks_in_5916 h1, #stacks_in_5916 h2, #stacks_in_5916 h3, #stacks_in_5916 h4, #stacks_in_5916 h5, #stacks_in_5916 h6, #stacks_in_5916 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_138 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_138 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_138 {
	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_5962, #stacks_in_5962 h1, #stacks_in_5962 h2, #stacks_in_5962 h3, #stacks_in_5962 h4, #stacks_in_5962 h5, #stacks_in_5962 h6, #stacks_in_5962 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_5912, #stacks_in_5912 h1, #stacks_in_5912 h2, #stacks_in_5912 h3, #stacks_in_5912 h4, #stacks_in_5912 h5, #stacks_in_5912 h6, #stacks_in_5912 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8865 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8865 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_8865 {
	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_8866, #stacks_in_8866 h1, #stacks_in_8866 h2, #stacks_in_8866 h3, #stacks_in_8866 h4, #stacks_in_8866 h5, #stacks_in_8866 h6, #stacks_in_8866 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_8869, #stacks_in_8869 h1, #stacks_in_8869 h2, #stacks_in_8869 h3, #stacks_in_8869 h4, #stacks_in_8869 h5, #stacks_in_8869 h6, #stacks_in_8869 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_174 {
	margin: 0px 0px 45px 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_6046, #stacks_in_6046 h1, #stacks_in_6046 h2, #stacks_in_6046 h3, #stacks_in_6046 h4, #stacks_in_6046 h5, #stacks_in_6046 h6, #stacks_in_6046 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6046 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6047 {
	font-size: 150%;
}

#stacks_in_179 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_179 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_179 {
	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_5972, #stacks_in_5972 h1, #stacks_in_5972 h2, #stacks_in_5972 h3, #stacks_in_5972 h4, #stacks_in_5972 h5, #stacks_in_5972 h6, #stacks_in_5972 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_5904, #stacks_in_5904 h1, #stacks_in_5904 h2, #stacks_in_5904 h3, #stacks_in_5904 h4, #stacks_in_5904 h5, #stacks_in_5904 h6, #stacks_in_5904 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_186 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_186 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_186 {
	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_5974, #stacks_in_5974 h1, #stacks_in_5974 h2, #stacks_in_5974 h3, #stacks_in_5974 h4, #stacks_in_5974 h5, #stacks_in_5974 h6, #stacks_in_5974 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_5902, #stacks_in_5902 h1, #stacks_in_5902 h2, #stacks_in_5902 h3, #stacks_in_5902 h4, #stacks_in_5902 h5, #stacks_in_5902 h6, #stacks_in_5902 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_193 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_193 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_193 {
	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_5976, #stacks_in_5976 h1, #stacks_in_5976 h2, #stacks_in_5976 h3, #stacks_in_5976 h4, #stacks_in_5976 h5, #stacks_in_5976 h6, #stacks_in_5976 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_5900, #stacks_in_5900 h1, #stacks_in_5900 h2, #stacks_in_5900 h3, #stacks_in_5900 h4, #stacks_in_5900 h5, #stacks_in_5900 h6, #stacks_in_5900 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8840 {
	margin: 0px 0px 45px 0px;
	padding:  2px;
}
/* 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_8841, #stacks_in_8841 h1, #stacks_in_8841 h2, #stacks_in_8841 h3, #stacks_in_8841 h4, #stacks_in_8841 h5, #stacks_in_8841 h6, #stacks_in_8841 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8841 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_8843 {
	font-size: 150%;
}

#stacks_in_8844 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8844 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_8844 {
	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_8845, #stacks_in_8845 h1, #stacks_in_8845 h2, #stacks_in_8845 h3, #stacks_in_8845 h4, #stacks_in_8845 h5, #stacks_in_8845 h6, #stacks_in_8845 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_8848, #stacks_in_8848 h1, #stacks_in_8848 h2, #stacks_in_8848 h3, #stacks_in_8848 h4, #stacks_in_8848 h5, #stacks_in_8848 h6, #stacks_in_8848 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8851 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8851 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_8851 {
	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_8852, #stacks_in_8852 h1, #stacks_in_8852 h2, #stacks_in_8852 h3, #stacks_in_8852 h4, #stacks_in_8852 h5, #stacks_in_8852 h6, #stacks_in_8852 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_8855, #stacks_in_8855 h1, #stacks_in_8855 h2, #stacks_in_8855 h3, #stacks_in_8855 h4, #stacks_in_8855 h5, #stacks_in_8855 h6, #stacks_in_8855 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8858 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8858 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_8858 {
	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_8859, #stacks_in_8859 h1, #stacks_in_8859 h2, #stacks_in_8859 h3, #stacks_in_8859 h4, #stacks_in_8859 h5, #stacks_in_8859 h6, #stacks_in_8859 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_8862, #stacks_in_8862 h1, #stacks_in_8862 h2, #stacks_in_8862 h3, #stacks_in_8862 h4, #stacks_in_8862 h5, #stacks_in_8862 h6, #stacks_in_8862 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8872 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8872 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_8872 {
	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_8873, #stacks_in_8873 h1, #stacks_in_8873 h2, #stacks_in_8873 h3, #stacks_in_8873 h4, #stacks_in_8873 h5, #stacks_in_8873 h6, #stacks_in_8873 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_8876, #stacks_in_8876 h1, #stacks_in_8876 h2, #stacks_in_8876 h3, #stacks_in_8876 h4, #stacks_in_8876 h5, #stacks_in_8876 h6, #stacks_in_8876 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_201 {
	margin: 0px 0px 45px 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_6048, #stacks_in_6048 h1, #stacks_in_6048 h2, #stacks_in_6048 h3, #stacks_in_6048 h4, #stacks_in_6048 h5, #stacks_in_6048 h6, #stacks_in_6048 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6048 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6049 {
	font-size: 150%;
}

#stacks_in_206 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_206 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_206 {
	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_5978, #stacks_in_5978 h1, #stacks_in_5978 h2, #stacks_in_5978 h3, #stacks_in_5978 h4, #stacks_in_5978 h5, #stacks_in_5978 h6, #stacks_in_5978 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_5906, #stacks_in_5906 h1, #stacks_in_5906 h2, #stacks_in_5906 h3, #stacks_in_5906 h4, #stacks_in_5906 h5, #stacks_in_5906 h6, #stacks_in_5906 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_213 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_213 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_213 {
	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_5980, #stacks_in_5980 h1, #stacks_in_5980 h2, #stacks_in_5980 h3, #stacks_in_5980 h4, #stacks_in_5980 h5, #stacks_in_5980 h6, #stacks_in_5980 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_5908, #stacks_in_5908 h1, #stacks_in_5908 h2, #stacks_in_5908 h3, #stacks_in_5908 h4, #stacks_in_5908 h5, #stacks_in_5908 h6, #stacks_in_5908 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_440{
	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_440 .c+.c .count{margin-left: 4px;}
#stacks_in_440.s3 .c.s2_3 .count,#stacks_in_440.s4 .c.s2_4 .count,#stacks_in_440.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_440.s2 .c.s1_2 .c-pad,#stacks_in_440.s3 .c.s1_3 .c-pad,#stacks_in_440.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_440.s3 .c.s2_3 .c-pad,#stacks_in_440.s4 .c.s2_4 .c-pad,#stacks_in_440.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_440.s2 .c.s2_2 .c-pad,#stacks_in_440.s3 .c.s3_3 .c-pad,#stacks_in_440.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 600px) {

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

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

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

@media only screen and (max-width: 300px) {
	#stacks_in_440 .count{ margin-left: 0 !important;}
	#stacks_in_440 .c .c-pad{padding: 0 !important;}
	#stacks_in_440.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_440 {
	margin: 0px 30px 0px 30px;
}

#stacks_in_441 {
	margin: 0px 0px 90px 0px;
}
#stacks_in_5694>.s3_row {
	margin: 0 -1px;
}

#stacks_in_5694>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_5694>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_5694>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_9562 {
    background-image: url("FB630FFC-1A9B-4E87-B356-CE466214940E.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	padding: 2px 0px 0px 0px;
}

#stacks_out_9562 {
	width: 80%;
	margin-left:0;
}
/* 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_6030, #stacks_in_6030 h1, #stacks_in_6030 h2, #stacks_in_6030 h3, #stacks_in_6030 h4, #stacks_in_6030 h5, #stacks_in_6030 h6, #stacks_in_6030 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6030 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 5px 5px 5px;
}

#stacks_in_6031 {
	font-size: 150%;
}

#stacks_in_5700 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_5700 .stacks_right {
	float:right;
	width:69%;
}/* CustomFont 3.0.6 */

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

#stacks_in_6159, #stacks_in_6159 h1, #stacks_in_6159 h2, #stacks_in_6159 h3, #stacks_in_6159 h4, #stacks_in_6159 h5, #stacks_in_6159 h6, #stacks_in_6159 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6159 {
	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_5924, #stacks_in_5924 h1, #stacks_in_5924 h2, #stacks_in_5924 h3, #stacks_in_5924 h4, #stacks_in_5924 h5, #stacks_in_5924 h6, #stacks_in_5924 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_5924 {
	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: 300;
    font-style: normal;
}

#stacks_in_6292, #stacks_in_6292 h1, #stacks_in_6292 h2, #stacks_in_6292 h3, #stacks_in_6292 h4, #stacks_in_6292 h5, #stacks_in_6292 h6, #stacks_in_6292 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6298, #stacks_in_6298 h1, #stacks_in_6298 h2, #stacks_in_6298 h3, #stacks_in_6298 h4, #stacks_in_6298 h5, #stacks_in_6298 h6, #stacks_in_6298 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6294, #stacks_in_6294 h1, #stacks_in_6294 h2, #stacks_in_6294 h3, #stacks_in_6294 h4, #stacks_in_6294 h5, #stacks_in_6294 h6, #stacks_in_6294 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9391, #stacks_in_9391 h1, #stacks_in_9391 h2, #stacks_in_9391 h3, #stacks_in_9391 h4, #stacks_in_9391 h5, #stacks_in_9391 h6, #stacks_in_9391 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9393, #stacks_in_9393 h1, #stacks_in_9393 h2, #stacks_in_9393 h3, #stacks_in_9393 h4, #stacks_in_9393 h5, #stacks_in_9393 h6, #stacks_in_9393 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6174 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_9527>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9527>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9527>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_9532 {
    background-image: url("A39CBF66-DBA6-4020-BB7E-182D990A700F.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	padding: 2px 0px 0px 0px;
}

#stacks_out_9532 {
	width: 350px;
	float: left;
	margin-left:0;
}
/* 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_9529, #stacks_in_9529 h1, #stacks_in_9529 h2, #stacks_in_9529 h3, #stacks_in_9529 h4, #stacks_in_9529 h5, #stacks_in_9529 h6, #stacks_in_9529 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_9529 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 5px 5px 5px;
}

#stacks_in_9531 {
	font-size: 150%;
}

#stacks_in_9535 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_9535 .stacks_right {
	float:right;
	width:69%;
}/* CustomFont 3.0.6 */

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

#stacks_in_9539, #stacks_in_9539 h1, #stacks_in_9539 h2, #stacks_in_9539 h3, #stacks_in_9539 h4, #stacks_in_9539 h5, #stacks_in_9539 h6, #stacks_in_9539 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9539 {
	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_9541, #stacks_in_9541 h1, #stacks_in_9541 h2, #stacks_in_9541 h3, #stacks_in_9541 h4, #stacks_in_9541 h5, #stacks_in_9541 h6, #stacks_in_9541 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9541 {
	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: 300;
    font-style: normal;
}

#stacks_in_9545, #stacks_in_9545 h1, #stacks_in_9545 h2, #stacks_in_9545 h3, #stacks_in_9545 h4, #stacks_in_9545 h5, #stacks_in_9545 h6, #stacks_in_9545 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9548, #stacks_in_9548 h1, #stacks_in_9548 h2, #stacks_in_9548 h3, #stacks_in_9548 h4, #stacks_in_9548 h5, #stacks_in_9548 h6, #stacks_in_9548 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9550, #stacks_in_9550 h1, #stacks_in_9550 h2, #stacks_in_9550 h3, #stacks_in_9550 h4, #stacks_in_9550 h5, #stacks_in_9550 h6, #stacks_in_9550 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9552, #stacks_in_9552 h1, #stacks_in_9552 h2, #stacks_in_9552 h3, #stacks_in_9552 h4, #stacks_in_9552 h5, #stacks_in_9552 h6, #stacks_in_9552 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9554, #stacks_in_9554 h1, #stacks_in_9554 h2, #stacks_in_9554 h3, #stacks_in_9554 h4, #stacks_in_9554 h5, #stacks_in_9554 h6, #stacks_in_9554 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9556 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_8967>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8967>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8967>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_8972 {
    background-image: url("A39CBF66-DBA6-4020-BB7E-182D990A700F.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	padding: 2px 0px 0px 0px;
}

#stacks_out_8972 {
	width: 350px;
	float: left;
	margin-left:0;
}
/* 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_8969, #stacks_in_8969 h1, #stacks_in_8969 h2, #stacks_in_8969 h3, #stacks_in_8969 h4, #stacks_in_8969 h5, #stacks_in_8969 h6, #stacks_in_8969 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8969 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 5px 5px 5px;
}

#stacks_in_8971 {
	font-size: 150%;
}

#stacks_in_8975 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8975 .stacks_right {
	float:right;
	width:69%;
}/* CustomFont 3.0.6 */

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

#stacks_in_8979, #stacks_in_8979 h1, #stacks_in_8979 h2, #stacks_in_8979 h3, #stacks_in_8979 h4, #stacks_in_8979 h5, #stacks_in_8979 h6, #stacks_in_8979 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8979 {
	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_8981, #stacks_in_8981 h1, #stacks_in_8981 h2, #stacks_in_8981 h3, #stacks_in_8981 h4, #stacks_in_8981 h5, #stacks_in_8981 h6, #stacks_in_8981 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8981 {
	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: 300;
    font-style: normal;
}

#stacks_in_8988, #stacks_in_8988 h1, #stacks_in_8988 h2, #stacks_in_8988 h3, #stacks_in_8988 h4, #stacks_in_8988 h5, #stacks_in_8988 h6, #stacks_in_8988 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8990, #stacks_in_8990 h1, #stacks_in_8990 h2, #stacks_in_8990 h3, #stacks_in_8990 h4, #stacks_in_8990 h5, #stacks_in_8990 h6, #stacks_in_8990 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8992, #stacks_in_8992 h1, #stacks_in_8992 h2, #stacks_in_8992 h3, #stacks_in_8992 h4, #stacks_in_8992 h5, #stacks_in_8992 h6, #stacks_in_8992 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9395, #stacks_in_9395 h1, #stacks_in_9395 h2, #stacks_in_9395 h3, #stacks_in_9395 h4, #stacks_in_9395 h5, #stacks_in_9395 h6, #stacks_in_9395 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9004 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_8921>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8921>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8921>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_9421 {
    background-image: url("A39CBF66-DBA6-4020-BB7E-182D990A700F.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	padding: 2px 0px 0px 0px;
}

#stacks_out_9421 {
	width: 350px;
	float: left;
	margin-left:0;
}
/* 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_8923, #stacks_in_8923 h1, #stacks_in_8923 h2, #stacks_in_8923 h3, #stacks_in_8923 h4, #stacks_in_8923 h5, #stacks_in_8923 h6, #stacks_in_8923 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8923 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 5px 5px 5px;
}

#stacks_in_8925 {
	font-size: 150%;
}

#stacks_in_8929 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8929 .stacks_right {
	float:right;
	width:69%;
}/* CustomFont 3.0.6 */

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

#stacks_in_8933, #stacks_in_8933 h1, #stacks_in_8933 h2, #stacks_in_8933 h3, #stacks_in_8933 h4, #stacks_in_8933 h5, #stacks_in_8933 h6, #stacks_in_8933 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8933 {
	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_8935, #stacks_in_8935 h1, #stacks_in_8935 h2, #stacks_in_8935 h3, #stacks_in_8935 h4, #stacks_in_8935 h5, #stacks_in_8935 h6, #stacks_in_8935 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8935 {
	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: 300;
    font-style: normal;
}

#stacks_in_8942, #stacks_in_8942 h1, #stacks_in_8942 h2, #stacks_in_8942 h3, #stacks_in_8942 h4, #stacks_in_8942 h5, #stacks_in_8942 h6, #stacks_in_8942 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8944, #stacks_in_8944 h1, #stacks_in_8944 h2, #stacks_in_8944 h3, #stacks_in_8944 h4, #stacks_in_8944 h5, #stacks_in_8944 h6, #stacks_in_8944 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8946, #stacks_in_8946 h1, #stacks_in_8946 h2, #stacks_in_8946 h3, #stacks_in_8946 h4, #stacks_in_8946 h5, #stacks_in_8946 h6, #stacks_in_8946 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9397, #stacks_in_9397 h1, #stacks_in_9397 h2, #stacks_in_9397 h3, #stacks_in_9397 h4, #stacks_in_9397 h5, #stacks_in_9397 h6, #stacks_in_9397 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9399, #stacks_in_9399 h1, #stacks_in_9399 h2, #stacks_in_9399 h3, #stacks_in_9399 h4, #stacks_in_9399 h5, #stacks_in_9399 h6, #stacks_in_9399 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9401, #stacks_in_9401 h1, #stacks_in_9401 h2, #stacks_in_9401 h3, #stacks_in_9401 h4, #stacks_in_9401 h5, #stacks_in_9401 h6, #stacks_in_9401 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8958 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_8524>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8524>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8524>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_9423 {
    background-image: url("A39CBF66-DBA6-4020-BB7E-182D990A700F.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	padding: 2px 0px 0px 0px;
}

#stacks_out_9423 {
	width: 350px;
	float: left;
	margin-left:0;
}
/* 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_8528, #stacks_in_8528 h1, #stacks_in_8528 h2, #stacks_in_8528 h3, #stacks_in_8528 h4, #stacks_in_8528 h5, #stacks_in_8528 h6, #stacks_in_8528 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8528 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 5px 5px 5px;
}

#stacks_in_8529 {
	font-size: 150%;
}

#stacks_in_8482 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8482 .stacks_right {
	float:right;
	width:69%;
}/* 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_8483, #stacks_in_8483 h1, #stacks_in_8483 h2, #stacks_in_8483 h3, #stacks_in_8483 h4, #stacks_in_8483 h5, #stacks_in_8483 h6, #stacks_in_8483 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_8483 {
	margin: 0px 0px 5px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_8485, #stacks_in_8485 h1, #stacks_in_8485 h2, #stacks_in_8485 h3, #stacks_in_8485 h4, #stacks_in_8485 h5, #stacks_in_8485 h6, #stacks_in_8485 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8485 {
	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_8488, #stacks_in_8488 h1, #stacks_in_8488 h2, #stacks_in_8488 h3, #stacks_in_8488 h4, #stacks_in_8488 h5, #stacks_in_8488 h6, #stacks_in_8488 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8488 {
	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: 300;
    font-style: normal;
}

#stacks_in_8493, #stacks_in_8493 h1, #stacks_in_8493 h2, #stacks_in_8493 h3, #stacks_in_8493 h4, #stacks_in_8493 h5, #stacks_in_8493 h6, #stacks_in_8493 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8497, #stacks_in_8497 h1, #stacks_in_8497 h2, #stacks_in_8497 h3, #stacks_in_8497 h4, #stacks_in_8497 h5, #stacks_in_8497 h6, #stacks_in_8497 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8499, #stacks_in_8499 h1, #stacks_in_8499 h2, #stacks_in_8499 h3, #stacks_in_8499 h4, #stacks_in_8499 h5, #stacks_in_8499 h6, #stacks_in_8499 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8505, #stacks_in_8505 h1, #stacks_in_8505 h2, #stacks_in_8505 h3, #stacks_in_8505 h4, #stacks_in_8505 h5, #stacks_in_8505 h6, #stacks_in_8505 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8512 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_8193>.s3_row>.s3_column_left {
	width: 31.00%;
}

#stacks_in_8193>.s3_row>.s3_column_right {
	width: 69.000000%;
}




#stacks_in_8193>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_8194 {
    background-image: url("17ECD3B6-DBCD-4890-9CBB-59F2091334F8.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin: 30px 0px 0px 0px;
}

#stacks_out_8194 {
	width: 150px;
	float: left;
	margin-left:0;
}
/* 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_8197, #stacks_in_8197 h1, #stacks_in_8197 h2, #stacks_in_8197 h3, #stacks_in_8197 h4, #stacks_in_8197 h5, #stacks_in_8197 h6, #stacks_in_8197 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8197 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 5px 5px 5px 5px;
}

#stacks_in_8198 {
	font-size: 150%;
}

#stacks_in_8200 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_8200 .stacks_right {
	float:right;
	width:69%;
}/* 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_8201, #stacks_in_8201 h1, #stacks_in_8201 h2, #stacks_in_8201 h3, #stacks_in_8201 h4, #stacks_in_8201 h5, #stacks_in_8201 h6, #stacks_in_8201 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_8201 {
	margin: 0px 0px 5px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_8203, #stacks_in_8203 h1, #stacks_in_8203 h2, #stacks_in_8203 h3, #stacks_in_8203 h4, #stacks_in_8203 h5, #stacks_in_8203 h6, #stacks_in_8203 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8203 {
	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_8206, #stacks_in_8206 h1, #stacks_in_8206 h2, #stacks_in_8206 h3, #stacks_in_8206 h4, #stacks_in_8206 h5, #stacks_in_8206 h6, #stacks_in_8206 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8206 {
	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: 300;
    font-style: normal;
}

#stacks_in_8211, #stacks_in_8211 h1, #stacks_in_8211 h2, #stacks_in_8211 h3, #stacks_in_8211 h4, #stacks_in_8211 h5, #stacks_in_8211 h6, #stacks_in_8211 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8213, #stacks_in_8213 h1, #stacks_in_8213 h2, #stacks_in_8213 h3, #stacks_in_8213 h4, #stacks_in_8213 h5, #stacks_in_8213 h6, #stacks_in_8213 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8215, #stacks_in_8215 h1, #stacks_in_8215 h2, #stacks_in_8215 h3, #stacks_in_8215 h4, #stacks_in_8215 h5, #stacks_in_8215 h6, #stacks_in_8215 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8217, #stacks_in_8217 h1, #stacks_in_8217 h2, #stacks_in_8217 h3, #stacks_in_8217 h4, #stacks_in_8217 h5, #stacks_in_8217 h6, #stacks_in_8217 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8219, #stacks_in_8219 h1, #stacks_in_8219 h2, #stacks_in_8219 h3, #stacks_in_8219 h4, #stacks_in_8219 h5, #stacks_in_8219 h6, #stacks_in_8219 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8221, #stacks_in_8221 h1, #stacks_in_8221 h2, #stacks_in_8221 h3, #stacks_in_8221 h4, #stacks_in_8221 h5, #stacks_in_8221 h6, #stacks_in_8221 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8227, #stacks_in_8227 h1, #stacks_in_8227 h2, #stacks_in_8227 h3, #stacks_in_8227 h4, #stacks_in_8227 h5, #stacks_in_8227 h6, #stacks_in_8227 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8229, #stacks_in_8229 h1, #stacks_in_8229 h2, #stacks_in_8229 h3, #stacks_in_8229 h4, #stacks_in_8229 h5, #stacks_in_8229 h6, #stacks_in_8229 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8231, #stacks_in_8231 h1, #stacks_in_8231 h2, #stacks_in_8231 h3, #stacks_in_8231 h4, #stacks_in_8231 h5, #stacks_in_8231 h6, #stacks_in_8231 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8233, #stacks_in_8233 h1, #stacks_in_8233 h2, #stacks_in_8233 h3, #stacks_in_8233 h4, #stacks_in_8233 h5, #stacks_in_8233 h6, #stacks_in_8233 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8235, #stacks_in_8235 h1, #stacks_in_8235 h2, #stacks_in_8235 h3, #stacks_in_8235 h4, #stacks_in_8235 h5, #stacks_in_8235 h6, #stacks_in_8235 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8238 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_5763>.s3_row>.s3_column_left {
	width: 31.00%;
}

#stacks_in_5763>.s3_row>.s3_column_right {
	width: 69.000000%;
}




#stacks_in_5763>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_9429 {
    background-image: url("17ECD3B6-DBCD-4890-9CBB-59F2091334F8.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin: 30px 0px 0px 0px;
}

#stacks_out_9429 {
	width: 150px;
	float: left;
	margin-left:0;
}
/* 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_6022, #stacks_in_6022 h1, #stacks_in_6022 h2, #stacks_in_6022 h3, #stacks_in_6022 h4, #stacks_in_6022 h5, #stacks_in_6022 h6, #stacks_in_6022 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6022 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6023 {
	font-size: 150%;
}

#stacks_in_6180 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_6180 .stacks_right {
	float:right;
	width:69%;
}/* 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_6181, #stacks_in_6181 h1, #stacks_in_6181 h2, #stacks_in_6181 h3, #stacks_in_6181 h4, #stacks_in_6181 h5, #stacks_in_6181 h6, #stacks_in_6181 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_6181 {
	margin: 0px 0px 5px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_5557, #stacks_in_5557 h1, #stacks_in_5557 h2, #stacks_in_5557 h3, #stacks_in_5557 h4, #stacks_in_5557 h5, #stacks_in_5557 h6, #stacks_in_5557 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6186, #stacks_in_6186 h1, #stacks_in_6186 h2, #stacks_in_6186 h3, #stacks_in_6186 h4, #stacks_in_6186 h5, #stacks_in_6186 h6, #stacks_in_6186 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6186 {
	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: 300;
    font-style: normal;
}

#stacks_in_6795, #stacks_in_6795 h1, #stacks_in_6795 h2, #stacks_in_6795 h3, #stacks_in_6795 h4, #stacks_in_6795 h5, #stacks_in_6795 h6, #stacks_in_6795 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6793, #stacks_in_6793 h1, #stacks_in_6793 h2, #stacks_in_6793 h3, #stacks_in_6793 h4, #stacks_in_6793 h5, #stacks_in_6793 h6, #stacks_in_6793 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6791, #stacks_in_6791 h1, #stacks_in_6791 h2, #stacks_in_6791 h3, #stacks_in_6791 h4, #stacks_in_6791 h5, #stacks_in_6791 h6, #stacks_in_6791 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6797, #stacks_in_6797 h1, #stacks_in_6797 h2, #stacks_in_6797 h3, #stacks_in_6797 h4, #stacks_in_6797 h5, #stacks_in_6797 h6, #stacks_in_6797 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6799, #stacks_in_6799 h1, #stacks_in_6799 h2, #stacks_in_6799 h3, #stacks_in_6799 h4, #stacks_in_6799 h5, #stacks_in_6799 h6, #stacks_in_6799 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6801, #stacks_in_6801 h1, #stacks_in_6801 h2, #stacks_in_6801 h3, #stacks_in_6801 h4, #stacks_in_6801 h5, #stacks_in_6801 h6, #stacks_in_6801 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6803, #stacks_in_6803 h1, #stacks_in_6803 h2, #stacks_in_6803 h3, #stacks_in_6803 h4, #stacks_in_6803 h5, #stacks_in_6803 h6, #stacks_in_6803 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6200 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_5770>.s3_row>.s3_column_left {
	width: 31.00%;
}

#stacks_in_5770>.s3_row>.s3_column_right {
	width: 69.000000%;
}




#stacks_in_5770>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_9432 {
    background-image: url("17ECD3B6-DBCD-4890-9CBB-59F2091334F8.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin: 30px 0px 0px 0px;
}

#stacks_out_9432 {
	width: 150px;
	float: left;
	margin-left:0;
}
/* 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_6058, #stacks_in_6058 h1, #stacks_in_6058 h2, #stacks_in_6058 h3, #stacks_in_6058 h4, #stacks_in_6058 h5, #stacks_in_6058 h6, #stacks_in_6058 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6058 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6059 {
	font-size: 150%;
}

#stacks_in_6207 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_6207 .stacks_right {
	float:right;
	width:69%;
}/* 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_6208, #stacks_in_6208 h1, #stacks_in_6208 h2, #stacks_in_6208 h3, #stacks_in_6208 h4, #stacks_in_6208 h5, #stacks_in_6208 h6, #stacks_in_6208 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_6208 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_5559, #stacks_in_5559 h1, #stacks_in_5559 h2, #stacks_in_5559 h3, #stacks_in_5559 h4, #stacks_in_5559 h5, #stacks_in_5559 h6, #stacks_in_5559 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6213, #stacks_in_6213 h1, #stacks_in_6213 h2, #stacks_in_6213 h3, #stacks_in_6213 h4, #stacks_in_6213 h5, #stacks_in_6213 h6, #stacks_in_6213 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6213 {
	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: 300;
    font-style: normal;
}

#stacks_in_6805, #stacks_in_6805 h1, #stacks_in_6805 h2, #stacks_in_6805 h3, #stacks_in_6805 h4, #stacks_in_6805 h5, #stacks_in_6805 h6, #stacks_in_6805 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6807, #stacks_in_6807 h1, #stacks_in_6807 h2, #stacks_in_6807 h3, #stacks_in_6807 h4, #stacks_in_6807 h5, #stacks_in_6807 h6, #stacks_in_6807 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6809, #stacks_in_6809 h1, #stacks_in_6809 h2, #stacks_in_6809 h3, #stacks_in_6809 h4, #stacks_in_6809 h5, #stacks_in_6809 h6, #stacks_in_6809 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6811, #stacks_in_6811 h1, #stacks_in_6811 h2, #stacks_in_6811 h3, #stacks_in_6811 h4, #stacks_in_6811 h5, #stacks_in_6811 h6, #stacks_in_6811 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6813, #stacks_in_6813 h1, #stacks_in_6813 h2, #stacks_in_6813 h3, #stacks_in_6813 h4, #stacks_in_6813 h5, #stacks_in_6813 h6, #stacks_in_6813 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6815, #stacks_in_6815 h1, #stacks_in_6815 h2, #stacks_in_6815 h3, #stacks_in_6815 h4, #stacks_in_6815 h5, #stacks_in_6815 h6, #stacks_in_6815 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6817, #stacks_in_6817 h1, #stacks_in_6817 h2, #stacks_in_6817 h3, #stacks_in_6817 h4, #stacks_in_6817 h5, #stacks_in_6817 h6, #stacks_in_6817 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6227 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_5756>.s3_row>.s3_column_left {
	width: 31.00%;
}

#stacks_in_5756>.s3_row>.s3_column_right {
	width: 69.000000%;
}




#stacks_in_5756>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_5757 {
    background-image: url("A2ECA53C-5622-4D33-9E15-3795C883E999.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}

#stacks_out_5757 {
	width: 60%;
	margin-left:0;
}
/* 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_6062, #stacks_in_6062 h1, #stacks_in_6062 h2, #stacks_in_6062 h3, #stacks_in_6062 h4, #stacks_in_6062 h5, #stacks_in_6062 h6, #stacks_in_6062 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6062 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6063 {
	font-size: 150%;
}

#stacks_in_6261 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_6261 .stacks_right {
	float:right;
	width:69%;
}/* 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_6056, #stacks_in_6056 h1, #stacks_in_6056 h2, #stacks_in_6056 h3, #stacks_in_6056 h4, #stacks_in_6056 h5, #stacks_in_6056 h6, #stacks_in_6056 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_6056 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_5639, #stacks_in_5639 h1, #stacks_in_5639 h2, #stacks_in_5639 h3, #stacks_in_5639 h4, #stacks_in_5639 h5, #stacks_in_5639 h6, #stacks_in_5639 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6267, #stacks_in_6267 h1, #stacks_in_6267 h2, #stacks_in_6267 h3, #stacks_in_6267 h4, #stacks_in_6267 h5, #stacks_in_6267 h6, #stacks_in_6267 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6267 {
	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: 300;
    font-style: normal;
}

#stacks_in_6839, #stacks_in_6839 h1, #stacks_in_6839 h2, #stacks_in_6839 h3, #stacks_in_6839 h4, #stacks_in_6839 h5, #stacks_in_6839 h6, #stacks_in_6839 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6841, #stacks_in_6841 h1, #stacks_in_6841 h2, #stacks_in_6841 h3, #stacks_in_6841 h4, #stacks_in_6841 h5, #stacks_in_6841 h6, #stacks_in_6841 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6288, #stacks_in_6288 h1, #stacks_in_6288 h2, #stacks_in_6288 h3, #stacks_in_6288 h4, #stacks_in_6288 h5, #stacks_in_6288 h6, #stacks_in_6288 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6835, #stacks_in_6835 h1, #stacks_in_6835 h2, #stacks_in_6835 h3, #stacks_in_6835 h4, #stacks_in_6835 h5, #stacks_in_6835 h6, #stacks_in_6835 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6837, #stacks_in_6837 h1, #stacks_in_6837 h2, #stacks_in_6837 h3, #stacks_in_6837 h4, #stacks_in_6837 h5, #stacks_in_6837 h6, #stacks_in_6837 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6843, #stacks_in_6843 h1, #stacks_in_6843 h2, #stacks_in_6843 h3, #stacks_in_6843 h4, #stacks_in_6843 h5, #stacks_in_6843 h6, #stacks_in_6843 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6845, #stacks_in_6845 h1, #stacks_in_6845 h2, #stacks_in_6845 h3, #stacks_in_6845 h4, #stacks_in_6845 h5, #stacks_in_6845 h6, #stacks_in_6845 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6847, #stacks_in_6847 h1, #stacks_in_6847 h2, #stacks_in_6847 h3, #stacks_in_6847 h4, #stacks_in_6847 h5, #stacks_in_6847 h6, #stacks_in_6847 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6849, #stacks_in_6849 h1, #stacks_in_6849 h2, #stacks_in_6849 h3, #stacks_in_6849 h4, #stacks_in_6849 h5, #stacks_in_6849 h6, #stacks_in_6849 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6281 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

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

#stacks_in_5777>.s3_row>.s3_column_left {
	width: 31.00%;
}

#stacks_in_5777>.s3_row>.s3_column_right {
	width: 69.000000%;
}




#stacks_in_5777>.s3_row>.s3_column {
	padding: 0 1px;
}










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



}



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


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


}






#stacks_in_9433 {
    background-image: url("17ECD3B6-DBCD-4890-9CBB-59F2091334F8.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin: 30px 0px 0px 0px;
}

#stacks_out_9433 {
	width: 150px;
	float: left;
	margin-left:0;
}
/* 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_6060, #stacks_in_6060 h1, #stacks_in_6060 h2, #stacks_in_6060 h3, #stacks_in_6060 h4, #stacks_in_6060 h5, #stacks_in_6060 h6, #stacks_in_6060 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6060 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6061 {
	font-size: 150%;
}

#stacks_in_6234 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_6234 .stacks_right {
	float:right;
	width:69%;
}/* 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_6235, #stacks_in_6235 h1, #stacks_in_6235 h2, #stacks_in_6235 h3, #stacks_in_6235 h4, #stacks_in_6235 h5, #stacks_in_6235 h6, #stacks_in_6235 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_6235 {
	margin: 0px 0px 5px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_5598, #stacks_in_5598 h1, #stacks_in_5598 h2, #stacks_in_5598 h3, #stacks_in_5598 h4, #stacks_in_5598 h5, #stacks_in_5598 h6, #stacks_in_5598 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6240, #stacks_in_6240 h1, #stacks_in_6240 h2, #stacks_in_6240 h3, #stacks_in_6240 h4, #stacks_in_6240 h5, #stacks_in_6240 h6, #stacks_in_6240 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6240 {
	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: 300;
    font-style: normal;
}

#stacks_in_6823, #stacks_in_6823 h1, #stacks_in_6823 h2, #stacks_in_6823 h3, #stacks_in_6823 h4, #stacks_in_6823 h5, #stacks_in_6823 h6, #stacks_in_6823 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6825, #stacks_in_6825 h1, #stacks_in_6825 h2, #stacks_in_6825 h3, #stacks_in_6825 h4, #stacks_in_6825 h5, #stacks_in_6825 h6, #stacks_in_6825 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6827, #stacks_in_6827 h1, #stacks_in_6827 h2, #stacks_in_6827 h3, #stacks_in_6827 h4, #stacks_in_6827 h5, #stacks_in_6827 h6, #stacks_in_6827 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6829, #stacks_in_6829 h1, #stacks_in_6829 h2, #stacks_in_6829 h3, #stacks_in_6829 h4, #stacks_in_6829 h5, #stacks_in_6829 h6, #stacks_in_6829 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6831, #stacks_in_6831 h1, #stacks_in_6831 h2, #stacks_in_6831 h3, #stacks_in_6831 h4, #stacks_in_6831 h5, #stacks_in_6831 h6, #stacks_in_6831 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6833, #stacks_in_6833 h1, #stacks_in_6833 h2, #stacks_in_6833 h3, #stacks_in_6833 h4, #stacks_in_6833 h5, #stacks_in_6833 h6, #stacks_in_6833 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6254 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_6257, #stacks_in_6257 h1, #stacks_in_6257 h2, #stacks_in_6257 h3, #stacks_in_6257 h4, #stacks_in_6257 h5, #stacks_in_6257 h6, #stacks_in_6257 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_334{
	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_334 .c+.c .count{margin-left: 4px;}
#stacks_in_334.s3 .c.s2_3 .count,#stacks_in_334.s4 .c.s2_4 .count,#stacks_in_334.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_334.s2 .c.s1_2 .c-pad,#stacks_in_334.s3 .c.s1_3 .c-pad,#stacks_in_334.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_334.s3 .c.s2_3 .c-pad,#stacks_in_334.s4 .c.s2_4 .c-pad,#stacks_in_334.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_334.s2 .c.s2_2 .c-pad,#stacks_in_334.s3 .c.s3_3 .c-pad,#stacks_in_334.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 600px) {

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

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

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

@media only screen and (max-width: 300px) {
	#stacks_in_334 .count{ margin-left: 0 !important;}
	#stacks_in_334 .c .c-pad{padding: 0 !important;}
	#stacks_in_334.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_334 {
	margin: 0px 30px 0px 30px;
}
/* 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_6064, #stacks_in_6064 h1, #stacks_in_6064 h2, #stacks_in_6064 h3, #stacks_in_6064 h4, #stacks_in_6064 h5, #stacks_in_6064 h6, #stacks_in_6064 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6064 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6065 {
	font-size: 150%;
}

#stacks_in_340 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_340 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_340 {
	margin: 0px 0px 45px 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_5992, #stacks_in_5992 h1, #stacks_in_5992 h2, #stacks_in_5992 h3, #stacks_in_5992 h4, #stacks_in_5992 h5, #stacks_in_5992 h6, #stacks_in_5992 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_9183, #stacks_in_9183 h1, #stacks_in_9183 h2, #stacks_in_9183 h3, #stacks_in_9183 h4, #stacks_in_9183 h5, #stacks_in_9183 h6, #stacks_in_9183 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9183 {
	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: 600;
    font-style: normal;
}

#stacks_in_9186, #stacks_in_9186 h1, #stacks_in_9186 h2, #stacks_in_9186 h3, #stacks_in_9186 h4, #stacks_in_9186 h5, #stacks_in_9186 h6, #stacks_in_9186 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_9186 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_9188 {
	font-size: 150%;
}

#stacks_in_9189 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_9189 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_9189 {
	margin: 0px 0px 45px 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_9190, #stacks_in_9190 h1, #stacks_in_9190 h2, #stacks_in_9190 h3, #stacks_in_9190 h4, #stacks_in_9190 h5, #stacks_in_9190 h6, #stacks_in_9190 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_9195, #stacks_in_9195 h1, #stacks_in_9195 h2, #stacks_in_9195 h3, #stacks_in_9195 h4, #stacks_in_9195 h5, #stacks_in_9195 h6, #stacks_in_9195 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9195 {
	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: 600;
    font-style: normal;
}

#stacks_in_9101, #stacks_in_9101 h1, #stacks_in_9101 h2, #stacks_in_9101 h3, #stacks_in_9101 h4, #stacks_in_9101 h5, #stacks_in_9101 h6, #stacks_in_9101 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_9101 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_9103 {
	font-size: 150%;
}

#stacks_in_9104 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_9104 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_9104 {
	margin: 0px 0px 45px 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_9105, #stacks_in_9105 h1, #stacks_in_9105 h2, #stacks_in_9105 h3, #stacks_in_9105 h4, #stacks_in_9105 h5, #stacks_in_9105 h6, #stacks_in_9105 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}#stacks_in_9108>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9115, #stacks_in_9115 h1, #stacks_in_9115 h2, #stacks_in_9115 h3, #stacks_in_9115 h4, #stacks_in_9115 h5, #stacks_in_9115 h6, #stacks_in_9115 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9115 {
	margin: 0px 0px 5px 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_9118, #stacks_in_9118 h1, #stacks_in_9118 h2, #stacks_in_9118 h3, #stacks_in_9118 h4, #stacks_in_9118 h5, #stacks_in_9118 h6, #stacks_in_9118 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9118 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_9120, #stacks_in_9120 h1, #stacks_in_9120 h2, #stacks_in_9120 h3, #stacks_in_9120 h4, #stacks_in_9120 h5, #stacks_in_9120 h6, #stacks_in_9120 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9120 {
	margin: 0px 0px 5px 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_9122, #stacks_in_9122 h1, #stacks_in_9122 h2, #stacks_in_9122 h3, #stacks_in_9122 h4, #stacks_in_9122 h5, #stacks_in_9122 h6, #stacks_in_9122 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9122 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_9110, #stacks_in_9110 h1, #stacks_in_9110 h2, #stacks_in_9110 h3, #stacks_in_9110 h4, #stacks_in_9110 h5, #stacks_in_9110 h6, #stacks_in_9110 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9110 {
	margin: 0px 0px 5px 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_9113, #stacks_in_9113 h1, #stacks_in_9113 h2, #stacks_in_9113 h3, #stacks_in_9113 h4, #stacks_in_9113 h5, #stacks_in_9113 h6, #stacks_in_9113 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9113 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_9124 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_9124 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_9124 {
	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: 700;
    font-style: normal;
}

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

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

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




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










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9135, #stacks_in_9135 h1, #stacks_in_9135 h2, #stacks_in_9135 h3, #stacks_in_9135 h4, #stacks_in_9135 h5, #stacks_in_9135 h6, #stacks_in_9135 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9135 {
	margin: 0px 0px 5px 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_9138, #stacks_in_9138 h1, #stacks_in_9138 h2, #stacks_in_9138 h3, #stacks_in_9138 h4, #stacks_in_9138 h5, #stacks_in_9138 h6, #stacks_in_9138 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9138 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_9130, #stacks_in_9130 h1, #stacks_in_9130 h2, #stacks_in_9130 h3, #stacks_in_9130 h4, #stacks_in_9130 h5, #stacks_in_9130 h6, #stacks_in_9130 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9130 {
	margin: 0px 0px 5px 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_9133, #stacks_in_9133 h1, #stacks_in_9133 h2, #stacks_in_9133 h3, #stacks_in_9133 h4, #stacks_in_9133 h5, #stacks_in_9133 h6, #stacks_in_9133 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9133 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_9140 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_9140 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_9140 {
	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: 700;
    font-style: normal;
}

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

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

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




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










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9151, #stacks_in_9151 h1, #stacks_in_9151 h2, #stacks_in_9151 h3, #stacks_in_9151 h4, #stacks_in_9151 h5, #stacks_in_9151 h6, #stacks_in_9151 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9151 {
	margin: 0px 0px 5px 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_9154, #stacks_in_9154 h1, #stacks_in_9154 h2, #stacks_in_9154 h3, #stacks_in_9154 h4, #stacks_in_9154 h5, #stacks_in_9154 h6, #stacks_in_9154 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9154 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_9146, #stacks_in_9146 h1, #stacks_in_9146 h2, #stacks_in_9146 h3, #stacks_in_9146 h4, #stacks_in_9146 h5, #stacks_in_9146 h6, #stacks_in_9146 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9146 {
	margin: 0px 0px 5px 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_9149, #stacks_in_9149 h1, #stacks_in_9149 h2, #stacks_in_9149 h3, #stacks_in_9149 h4, #stacks_in_9149 h5, #stacks_in_9149 h6, #stacks_in_9149 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9149 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_9156 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_9156 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_9156 {
	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: 700;
    font-style: normal;
}

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

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

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




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










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9167, #stacks_in_9167 h1, #stacks_in_9167 h2, #stacks_in_9167 h3, #stacks_in_9167 h4, #stacks_in_9167 h5, #stacks_in_9167 h6, #stacks_in_9167 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9167 {
	margin: 0px 0px 5px 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_9170, #stacks_in_9170 h1, #stacks_in_9170 h2, #stacks_in_9170 h3, #stacks_in_9170 h4, #stacks_in_9170 h5, #stacks_in_9170 h6, #stacks_in_9170 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9170 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_9162, #stacks_in_9162 h1, #stacks_in_9162 h2, #stacks_in_9162 h3, #stacks_in_9162 h4, #stacks_in_9162 h5, #stacks_in_9162 h6, #stacks_in_9162 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9162 {
	margin: 0px 0px 5px 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_9165, #stacks_in_9165 h1, #stacks_in_9165 h2, #stacks_in_9165 h3, #stacks_in_9165 h4, #stacks_in_9165 h5, #stacks_in_9165 h6, #stacks_in_9165 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9165 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_9172 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_9172 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_9172 {
	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: 700;
    font-style: normal;
}

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

#stacks_in_9176, #stacks_in_9176 h1, #stacks_in_9176 h2, #stacks_in_9176 h3, #stacks_in_9176 h4, #stacks_in_9176 h5, #stacks_in_9176 h6, #stacks_in_9176 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9176 {
	margin: 0px 0px 5px 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_9179, #stacks_in_9179 h1, #stacks_in_9179 h2, #stacks_in_9179 h3, #stacks_in_9179 h4, #stacks_in_9179 h5, #stacks_in_9179 h6, #stacks_in_9179 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9179 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_5611{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
}



.ncp img{max-width:100%;height:auto; width: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_5611 .c+.c .count{margin-left: 4px;}
#stacks_in_5611.s3 .c.s2_3 .count,#stacks_in_5611.s4 .c.s2_4 .count,#stacks_in_5611.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_5611.s2 .c.s1_2 .c-pad,#stacks_in_5611.s3 .c.s1_3 .c-pad,#stacks_in_5611.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_5611.s3 .c.s2_3 .c-pad,#stacks_in_5611.s4 .c.s2_4 .c-pad,#stacks_in_5611.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_5611.s2 .c.s2_2 .c-pad,#stacks_in_5611.s3 .c.s3_3 .c-pad,#stacks_in_5611.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 600px) {

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

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

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

@media only screen and (max-width: 300px) {
	#stacks_in_5611 .count{ margin-left: 0 !important;}
	#stacks_in_5611 .c .c-pad{padding: 0 !important;}
	#stacks_in_5611.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_6869{
	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_6869 .c+.c .count{margin-left: 4px;}
#stacks_in_6869.s3 .c.s2_3 .count,#stacks_in_6869.s4 .c.s2_4 .count,#stacks_in_6869.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_6869.s2 .c.s1_2 .c-pad,#stacks_in_6869.s3 .c.s1_3 .c-pad,#stacks_in_6869.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_6869.s3 .c.s2_3 .c-pad,#stacks_in_6869.s4 .c.s2_4 .c-pad,#stacks_in_6869.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_6869.s2 .c.s2_2 .c-pad,#stacks_in_6869.s3 .c.s3_3 .c-pad,#stacks_in_6869.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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_6869 .c+.c .count,
	#stacks_in_6869.s3 .c.s2_3 .count,
	#stacks_in_6869.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6869 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6869 .c:first-child,#stacks_in_6869.s4 .c.s1_4,#stacks_in_6869.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6869 .c:last-child,#stacks_in_6869.s4 .c.s3_4,#stacks_in_6869.s4 .c.s4_4{ padding: 4px 0 0;}

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

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

@media only screen and (max-width: 160px) {
	#stacks_in_6869 .count{ margin-left: 0 !important;}
	#stacks_in_6869 .c .c-pad{padding: 0 !important;}
	#stacks_in_6869.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_6869 {
	margin: 0px 30px 30px 30px;
}
/* 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_6066, #stacks_in_6066 h1, #stacks_in_6066 h2, #stacks_in_6066 h3, #stacks_in_6066 h4, #stacks_in_6066 h5, #stacks_in_6066 h6, #stacks_in_6066 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6066 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6067 {
	font-size: 150%;
}
#stacks_in_8531_float {
	float:left;
	width:33%;
}
#stacks_in_8532 {
	font-weight: lighter;
}

#stacks_in_8534 {
    background-image: url("7D447EBF-16BF-4E9E-B736-25162A7FB1EA.jpeg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin: 0px 30px 120px 0px;
}
#stacks_in_658{
	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_658 .c+.c .count{margin-left: 8px;}
#stacks_in_658.s3 .c.s2_3 .count,#stacks_in_658.s4 .c.s2_4 .count,#stacks_in_658.s4 .c.s3_4 .count{ margin-left: 4px;}
.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_658.s2 .c.s1_2 .c-pad,#stacks_in_658.s3 .c.s1_3 .c-pad,#stacks_in_658.s4 .c.s1_4 .c-pad{padding: 0 8px 0 0;}
#stacks_in_658.s3 .c.s2_3 .c-pad,#stacks_in_658.s4 .c.s2_4 .c-pad,#stacks_in_658.s4 .c.s3_4 .c-pad{ padding: 0 4px;}
#stacks_in_658.s2 .c.s2_2 .c-pad,#stacks_in_658.s3 .c.s3_3 .c-pad,#stacks_in_658.s4 .c.s4_4 .c-pad{ padding: 0 0 0 8px;}
.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: 1000px) {

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

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

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

@media only screen and (max-width: 500px) {
	#stacks_in_658 .count{ margin-left: 0 !important;}
	#stacks_in_658 .c .c-pad{padding: 0 !important;}
	#stacks_in_658.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_658 {
	margin: 0px 30px 0px 30px;
}

#stacks_in_708 {
	margin: 0px 0px 45px 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_6068, #stacks_in_6068 h1, #stacks_in_6068 h2, #stacks_in_6068 h3, #stacks_in_6068 h4, #stacks_in_6068 h5, #stacks_in_6068 h6, #stacks_in_6068 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6068 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6069 {
	font-size: 150%;
}

#stacks_in_734 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_734 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_734 {
	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_6000, #stacks_in_6000 h1, #stacks_in_6000 h2, #stacks_in_6000 h3, #stacks_in_6000 h4, #stacks_in_6000 h5, #stacks_in_6000 h6, #stacks_in_6000 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_5944, #stacks_in_5944 h1, #stacks_in_5944 h2, #stacks_in_5944 h3, #stacks_in_5944 h4, #stacks_in_5944 h5, #stacks_in_5944 h6, #stacks_in_5944 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_713 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_713 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_713 {
	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_6002, #stacks_in_6002 h1, #stacks_in_6002 h2, #stacks_in_6002 h3, #stacks_in_6002 h4, #stacks_in_6002 h5, #stacks_in_6002 h6, #stacks_in_6002 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_5946, #stacks_in_5946 h1, #stacks_in_5946 h2, #stacks_in_5946 h3, #stacks_in_5946 h4, #stacks_in_5946 h5, #stacks_in_5946 h6, #stacks_in_5946 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_727 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_727 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_727 {
	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_6004, #stacks_in_6004 h1, #stacks_in_6004 h2, #stacks_in_6004 h3, #stacks_in_6004 h4, #stacks_in_6004 h5, #stacks_in_6004 h6, #stacks_in_6004 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_5948, #stacks_in_5948 h1, #stacks_in_5948 h2, #stacks_in_5948 h3, #stacks_in_5948 h4, #stacks_in_5948 h5, #stacks_in_5948 h6, #stacks_in_5948 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_720 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_720 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_720 {
	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_6012, #stacks_in_6012 h1, #stacks_in_6012 h2, #stacks_in_6012 h3, #stacks_in_6012 h4, #stacks_in_6012 h5, #stacks_in_6012 h6, #stacks_in_6012 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_5950, #stacks_in_5950 h1, #stacks_in_5950 h2, #stacks_in_5950 h3, #stacks_in_5950 h4, #stacks_in_5950 h5, #stacks_in_5950 h6, #stacks_in_5950 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_659 {
	margin: 0px 0px 45px 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_6070, #stacks_in_6070 h1, #stacks_in_6070 h2, #stacks_in_6070 h3, #stacks_in_6070 h4, #stacks_in_6070 h5, #stacks_in_6070 h6, #stacks_in_6070 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6070 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6071 {
	font-size: 150%;
}

#stacks_in_685 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_685 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_685 {
	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_6006, #stacks_in_6006 h1, #stacks_in_6006 h2, #stacks_in_6006 h3, #stacks_in_6006 h4, #stacks_in_6006 h5, #stacks_in_6006 h6, #stacks_in_6006 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_5952, #stacks_in_5952 h1, #stacks_in_5952 h2, #stacks_in_5952 h3, #stacks_in_5952 h4, #stacks_in_5952 h5, #stacks_in_5952 h6, #stacks_in_5952 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_678 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_678 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_678 {
	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_6008, #stacks_in_6008 h1, #stacks_in_6008 h2, #stacks_in_6008 h3, #stacks_in_6008 h4, #stacks_in_6008 h5, #stacks_in_6008 h6, #stacks_in_6008 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_5954, #stacks_in_5954 h1, #stacks_in_5954 h2, #stacks_in_5954 h3, #stacks_in_5954 h4, #stacks_in_5954 h5, #stacks_in_5954 h6, #stacks_in_5954 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_671 .stacks_left {
	float:left;
	width:29%;
}

#stacks_in_671 .stacks_right {
	float:right;
	width:69%;
}
#stacks_in_671 {
	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_6010, #stacks_in_6010 h1, #stacks_in_6010 h2, #stacks_in_6010 h3, #stacks_in_6010 h4, #stacks_in_6010 h5, #stacks_in_6010 h6, #stacks_in_6010 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_5956, #stacks_in_5956 h1, #stacks_in_5956 h2, #stacks_in_5956 h3, #stacks_in_5956 h4, #stacks_in_5956 h5, #stacks_in_5956 h6, #stacks_in_5956 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_9482{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width: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_9482 .c+.c .count{margin-left: 0px;}
#stacks_in_9482.s3 .c.s2_3 .count,#stacks_in_9482.s4 .c.s2_4 .count,#stacks_in_9482.s4 .c.s3_4 .count{ margin-left: 0px;}
.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_9482.s2 .c.s1_2 .c-pad,#stacks_in_9482.s3 .c.s1_3 .c-pad,#stacks_in_9482.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_9482.s3 .c.s2_3 .c-pad,#stacks_in_9482.s4 .c.s2_4 .c-pad,#stacks_in_9482.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_9482.s2 .c.s2_2 .c-pad,#stacks_in_9482.s3 .c.s3_3 .c-pad,#stacks_in_9482.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.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_9482 .c+.c .count,
	#stacks_in_9482.s3 .c.s2_3 .count,
	#stacks_in_9482.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_9482 .c{margin: 1% 0;padding: 0 0;width: 100%;}
	#stacks_in_9482 .c:first-child,#stacks_in_9482.s4 .c.s1_4,#stacks_in_9482.s4 .c.s2_4{ padding: 0 0 0;}
	#stacks_in_9482 .c:last-child,#stacks_in_9482.s4 .c.s3_4,#stacks_in_9482.s4 .c.s4_4{ padding: 0 0 0;}

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

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

@media only screen and (max-width: 160px) {
	#stacks_in_9482 .count{ margin-left: 0 !important;}
	#stacks_in_9482 .c .c-pad{padding: 0 !important;}
	#stacks_in_9482.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_9482 {
	background-color: rgba(13, 13, 13, 1.00);
	-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_8176 .content_flex{
		min-height: 0px;
	}
}

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





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

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

#stacks_in_8176 .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_8176 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

#stacks_in_8176 .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_8176 .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_8176 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_8176 .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_8176 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_8176 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_8176 .content_out{
	display: inline-block;
	position: relative;

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_8176 .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_8176 .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_8176 .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_8176 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_8176 .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_8176 .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_8176 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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

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





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

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

#stacks_in_8168 .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_8168 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

#stacks_in_8168 .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_8168 .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_8168 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_8168 .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_8168 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_8168 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_8168 .content_out{
	display: inline-block;
	position: relative;

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_8168 .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_8168 .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_8168 .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_8168 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_8168 .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_8168 .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_8168 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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

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





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

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

#stacks_in_9491 .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_9491 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

#stacks_in_9491 .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_9491 .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_9491 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_9491 .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_9491 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_9491 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_9491 .content_out{
	display: inline-block;
	position: relative;

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_9491 .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_9491 .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_9491 .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_9491 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_9491 .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_9491 .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_9491 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

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

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

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





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

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

#stacks_in_9499 .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_9499 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

#stacks_in_9499 .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_9499 .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_9499 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_9499 .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_9499 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_9499 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_9499 .content_out{
	display: inline-block;
	position: relative;

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_9499 .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_9499 .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_9499 .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_9499 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_9499 .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_9499 .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_9499 .depth_aside{
	position: static;
	width: 100%;
	
	

	

	margin-right:0;

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

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

#stacks_in_9503, #stacks_in_9503 h1, #stacks_in_9503 h2, #stacks_in_9503 h3, #stacks_in_9503 h4, #stacks_in_9503 h5, #stacks_in_9503 h6, #stacks_in_9503 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}#stacks_in_9508>.s3_row {
	margin: 0 -31px;
}

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

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




#stacks_in_9508>.s3_row>.s3_column {
	padding: 0 31px;
}










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



}



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



}






#stacks_in_9508 {
	background-color: rgba(13, 13, 13, 1.00);
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding: 40px 45px 40px 45px;
}

#stacks_in_9514 {
    background-image: url("F109C773-8F5F-465B-80CF-FE1BE31B2F16.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#stacks_out_9514 {
	width: 50%;
}
/* CustomFont 3.0.6 */

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

#stacks_in_9509 {
    background-image: url("0E91B7D8-2B0C-40F3-8ED4-8E38394CA9BC.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#stacks_out_9509 {
	width: 50%;
}
/* CustomFont 3.0.6 */

#stacks_in_9512, #stacks_in_9512 h1, #stacks_in_9512 h2, #stacks_in_9512 h3, #stacks_in_9512 h4, #stacks_in_9512 h5, #stacks_in_9512 h6, #stacks_in_9512 p {
    font-family: 'Open Sans', sans-serif !important;
    font-stretch: extra-expanded !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#stacks_in_9512 {
	padding: 5px 0px 0px 0px;
}
#stacks_in_944{
	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_944 .c+.c .count{margin-left: 0px;}
#stacks_in_944.s3 .c.s2_3 .count,#stacks_in_944.s4 .c.s2_4 .count,#stacks_in_944.s4 .c.s3_4 .count{ margin-left: 0px;}
.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_944.s2 .c.s1_2 .c-pad,#stacks_in_944.s3 .c.s1_3 .c-pad,#stacks_in_944.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_944.s3 .c.s2_3 .c-pad,#stacks_in_944.s4 .c.s2_4 .c-pad,#stacks_in_944.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_944.s2 .c.s2_2 .c-pad,#stacks_in_944.s3 .c.s3_3 .c-pad,#stacks_in_944.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.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: 800px) {

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

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

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

@media only screen and (max-width: 400px) {
	#stacks_in_944 .count{ margin-left: 0 !important;}
	#stacks_in_944 .c .c-pad{padding: 0 !important;}
	#stacks_in_944.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_944 {
	-moz-border-radius: 0px 0px 0px 3px;
	-webkit-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;
	margin: 1px 0px 5px 0px;
	padding: 25px 0px 0px 0px;
}
/* Depth Content */

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

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





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

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

#stacks_in_4261 .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_4261 .depth_tint{ background: rgba(255, 255, 255, 0.00); }

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

#stacks_in_4261 .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_4261 .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_4261 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_4261 .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_4261 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_4261 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_4261 .content_out{
	display: inline-block;
	position: relative;

	

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

/* Content (Separate Mobile Layout) */



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


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

#stacks_in_4261 .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_4261 .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_4261 .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_4261 .content_in a.depth_button{
		padding: 4% 8%;
	}
}
#stacks_in_4261 .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_4261 .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_4261 .depth_aside{
	position: static;
	width: 100%;
	float: right;
	

	

	

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

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





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

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

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

/* Layer Top */


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








/* Force Mobile Legibility */




/* Breaks */

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

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

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

#stacks_in_4261 hr.hr_bottom_content{
	display: inline-block;
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.10);
	margin-top: 40px;}
#stacks_in_5708 {
	background-color: rgba(13, 13, 13, 1.00);
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#stacks_in_5663{
	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_5663 .c+.c .count{margin-left: 0px;}
#stacks_in_5663.s3 .c.s2_3 .count,#stacks_in_5663.s4 .c.s2_4 .count,#stacks_in_5663.s4 .c.s3_4 .count{ margin-left: 0px;}
.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_5663.s2 .c.s1_2 .c-pad,#stacks_in_5663.s3 .c.s1_3 .c-pad,#stacks_in_5663.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_5663.s3 .c.s2_3 .c-pad,#stacks_in_5663.s4 .c.s2_4 .c-pad,#stacks_in_5663.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_5663.s2 .c.s2_2 .c-pad,#stacks_in_5663.s3 .c.s3_3 .c-pad,#stacks_in_5663.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.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: 480px) {

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

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

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

@media only screen and (max-width: 240px) {
	#stacks_in_5663 .count{ margin-left: 0 !important;}
	#stacks_in_5663 .c .c-pad{padding: 0 !important;}
	#stacks_in_5663.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_5663 {
	margin:  10px;
	padding: 5px 0px 7px 5px;
}

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

#stacks_in_5664, #stacks_in_5664 h1, #stacks_in_5664 h2, #stacks_in_5664 h3, #stacks_in_5664 h4, #stacks_in_5664 h5, #stacks_in_5664 h6, #stacks_in_5664 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 100 !important;
    font-style: normal !important;
}
#stacks_in_5665 {
	font-size: 175%;
}
/* CustomFont 3.0.6 */

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

#stacks_in_8107, #stacks_in_8107 h1, #stacks_in_8107 h2, #stacks_in_8107 h3, #stacks_in_8107 h4, #stacks_in_8107 h5, #stacks_in_8107 h6, #stacks_in_8107 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 200 !important;
    font-style: normal !important;
}#stacks_in_4275 .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_4275 .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_4275 .ls-wrapper .liquid-slider{width:100%;margin:0;float:left;overflow:hidden;position:relative;-webkit-backface-visibility:hidden;border-radius:0px;}#stacks_in_4275 .ls-wrapper .panel-container{position:relative}#stacks_in_4275 .ls-wrapper .panel-container .fadeClass{position:absolute;top:0;left:0;display:none}#stacks_in_4275 .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_4275 .ls-wrapper .panel-container .panel.fade{position:absolute;top:0;opacity:0}#stacks_in_4275 .ls-wrapper .panel-container .panel .panel-wrapper{padding:30px 0px 0px 0px;position:relative}#stacks_in_4275 .ls-wrapper .panel-container .panel .panel-wrapper .tab-title{display:none;}#stacks_in_4275 .ls-wrapper .ls-nav{overflow:hidden;clear:both}@media screen and (max-width:600px){#stacks_in_4275 .ls-wrapper .ls-nav{margin-bottom:0;margin-top:0;padding:0}}#stacks_in_4275 .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:0px;}#stacks_in_4275 .ls-wrapper .ls-nav ul li{display:inline;margin:0;-webkit-box-sizing:content-box;box-sizing:content-box}#stacks_in_4275 .ls-wrapper .ls-nav ul li a{display:block;float:left;text-decoration:none;margin-right:1px;color:#FAFAFA;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;-webkit-box-shadow:-1px 0 0 0 #1781FB inset;box-shadow:-1px 0 0 0 #1781FB inset;text-align:center;background:#0D0D0D;padding:6px;width:120px;-webkit-box-sizing:border-box;box-sizing:border-box;}#stacks_in_4275 .ls-wrapper .ls-nav ul li a:hover{background:#1781FB;color:#FFFFFF}#stacks_in_4275 .ls-wrapper .ls-nav ul li a.current{background:#1781FB;color:#FFFFFF}#stacks_in_4275 .ls-wrapper .ls-nav ul li a.current h1,#stacks_in_4275 .ls-wrapper .ls-nav ul li a.current h2,#stacks_in_4275 .ls-wrapper .ls-nav ul li a.current h3,#stacks_in_4275 .ls-wrapper .ls-nav ul li a.current h4,#stacks_in_4275 .ls-wrapper .ls-nav ul li a.current h5,#stacks_in_4275 .ls-wrapper .ls-nav ul li a.current h6,#stacks_in_4275 .ls-wrapper .ls-nav ul li a.current span{color:#FFFFFF}#stacks_in_4275 .ls-wrapper .ls-nav ul li a h1,#stacks_in_4275 .ls-wrapper .ls-nav ul li a h2,#stacks_in_4275 .ls-wrapper .ls-nav ul li a h3,#stacks_in_4275 .ls-wrapper .ls-nav ul li a h4,#stacks_in_4275 .ls-wrapper .ls-nav ul li a h5,#stacks_in_4275 .ls-wrapper .ls-nav ul li a h6,#stacks_in_4275 .ls-wrapper .ls-nav ul li a span{display:inline;font-size:12px;color:#FAFAFA;margin:0}#stacks_in_4275 .ls-wrapper .ls-nav ul li:first-child a{border-top-left-radius:0px;border-bottom-left-radius:0px;}#stacks_in_4275 .ls-wrapper .ls-nav ul li:last-child a{margin-right:0;border-top-right-radius:0px;border-bottom-right-radius:0px;-webkit-box-shadow:none;box-shadow:none;}#stacks_in_4275 .ls-wrapper .ls-select-box{width:100%;height:35px;overflow:hidden;color:#FFFFFF;background:url(../files/menuImage-4275.png) no-repeat 98% 50% #1781FB;border-top-left-radius:0px;border-top-right-radius:0px;}#stacks_in_4275 .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_4275 .ls-wrapper .ls-select-box select option{font-weight:normal;color:#000000}#stacks_in_4275 .ls-wrapper .ls-nav-left,#stacks_in_4275 .ls-wrapper .ls-nav-right,#stacks_in_4275 .ls-wrapper .ls-nav-left-arrow,#stacks_in_4275 .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_4275 .ls-wrapper .ls-nav-left a,#stacks_in_4275 .ls-wrapper .ls-nav-right a,#stacks_in_4275 .ls-wrapper .ls-nav-left-arrow a,#stacks_in_4275 .ls-wrapper .ls-nav-right-arrow a{display:block;font-size:50px;color:#000000;text-decoration:none}#stacks_in_4275 .ls-wrapper .ls-nav-left:hover,#stacks_in_4275 .ls-wrapper .ls-nav-right:hover,#stacks_in_4275 .ls-wrapper .ls-nav-left-arrow:hover,#stacks_in_4275 .ls-wrapper .ls-nav-right-arrow:hover{opacity:1.0 !important;filter:alpha(opacity=100) !important}#stacks_in_4275 .ls-wrapper .ls-nav-right,#stacks_in_4275 .ls-wrapper .ls-nav-right-arrow{right:5px}#stacks_in_4275 .ls-wrapper .ls-nav-left,#stacks_in_4275 .ls-wrapper .ls-nav-left-arrow{left:5px}#stacks_in_4275 .ls-wrapper .ls-nav-left-arrow,#stacks_in_4275 .ls-wrapper .ls-nav-right-arrow{width:50px;height:50px}#stacks_in_4275 .ls-wrapper .ls-nav-right-arrow{background-image:url(../files/tabulous-images/arrow-right.png);background-position:top right}#stacks_in_4275 .ls-wrapper .ls-nav-left-arrow{background-image:url(../files/tabulous-images/arrow-left.png);background-position:top left}@media screen and (max-width:100px){#stacks_in_4275 .liquid-slider{border-top-left-radius:0!important;border-top-right-radius:0!important}}

#stacks_in_4275 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_4278{
	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_4278 .c+.c .count{margin-left: 4px;}
#stacks_in_4278.s3 .c.s2_3 .count,#stacks_in_4278.s4 .c.s2_4 .count,#stacks_in_4278.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_4278.s2 .c.s1_2 .c-pad,#stacks_in_4278.s3 .c.s1_3 .c-pad,#stacks_in_4278.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_4278.s3 .c.s2_3 .c-pad,#stacks_in_4278.s4 .c.s2_4 .c-pad,#stacks_in_4278.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_4278.s2 .c.s2_2 .c-pad,#stacks_in_4278.s3 .c.s3_3 .c-pad,#stacks_in_4278.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 1000px) {

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

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

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

@media only screen and (max-width: 500px) {
	#stacks_in_4278 .count{ margin-left: 0 !important;}
	#stacks_in_4278 .c .c-pad{padding: 0 !important;}
	#stacks_in_4278.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_4278 {
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 15px 0px;
}

#stacks_in_4279 {
	padding: 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_6415, #stacks_in_6415 h1, #stacks_in_6415 h2, #stacks_in_6415 h3, #stacks_in_6415 h4, #stacks_in_6415 h5, #stacks_in_6415 h6, #stacks_in_6415 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6415 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6416 {
	font-size: 150%;
}
#stacks_in_4284>.s3_row {
	margin: 0 -2px;
}

#stacks_in_4284>.s3_row>.s3_column_left {
	width: 35.00%;
}

#stacks_in_4284>.s3_row>.s3_column_right {
	width: 65.000000%;
}




#stacks_in_4284>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_4284 {
	padding: 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_6317, #stacks_in_6317 h1, #stacks_in_6317 h2, #stacks_in_6317 h3, #stacks_in_6317 h4, #stacks_in_6317 h5, #stacks_in_6317 h6, #stacks_in_6317 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_6320, #stacks_in_6320 h1, #stacks_in_6320 h2, #stacks_in_6320 h3, #stacks_in_6320 h4, #stacks_in_6320 h5, #stacks_in_6320 h6, #stacks_in_6320 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_4291>.s3_row {
	margin: 0 -2px;
}

#stacks_in_4291>.s3_row>.s3_column_left {
	width: 35.00%;
}

#stacks_in_4291>.s3_row>.s3_column_right {
	width: 65.000000%;
}




#stacks_in_4291>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_4291 {
	padding: 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_6324, #stacks_in_6324 h1, #stacks_in_6324 h2, #stacks_in_6324 h3, #stacks_in_6324 h4, #stacks_in_6324 h5, #stacks_in_6324 h6, #stacks_in_6324 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_6327, #stacks_in_6327 h1, #stacks_in_6327 h2, #stacks_in_6327 h3, #stacks_in_6327 h4, #stacks_in_6327 h5, #stacks_in_6327 h6, #stacks_in_6327 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_4298>.s3_row {
	margin: 0 -2px;
}

#stacks_in_4298>.s3_row>.s3_column_left {
	width: 35.00%;
}

#stacks_in_4298>.s3_row>.s3_column_right {
	width: 65.000000%;
}




#stacks_in_4298>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_4298 {
	padding: 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_6331, #stacks_in_6331 h1, #stacks_in_6331 h2, #stacks_in_6331 h3, #stacks_in_6331 h4, #stacks_in_6331 h5, #stacks_in_6331 h6, #stacks_in_6331 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_6334, #stacks_in_6334 h1, #stacks_in_6334 h2, #stacks_in_6334 h3, #stacks_in_6334 h4, #stacks_in_6334 h5, #stacks_in_6334 h6, #stacks_in_6334 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8904>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8904>.s3_row>.s3_column_left {
	width: 35.00%;
}

#stacks_in_8904>.s3_row>.s3_column_right {
	width: 65.000000%;
}




#stacks_in_8904>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


	#stacks_in_8904>.s3_row  {
		margin: -2px 0;
	}
	#stacks_in_8904>.s3_row>.s3_column {
		padding: 2px 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: 700;
    font-style: normal;
}

#stacks_in_8908, #stacks_in_8908 h1, #stacks_in_8908 h2, #stacks_in_8908 h3, #stacks_in_8908 h4, #stacks_in_8908 h5, #stacks_in_8908 h6, #stacks_in_8908 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_8905, #stacks_in_8905 h1, #stacks_in_8905 h2, #stacks_in_8905 h3, #stacks_in_8905 h4, #stacks_in_8905 h5, #stacks_in_8905 h6, #stacks_in_8905 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_4341 {
	padding: 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_6339, #stacks_in_6339 h1, #stacks_in_6339 h2, #stacks_in_6339 h3, #stacks_in_6339 h4, #stacks_in_6339 h5, #stacks_in_6339 h6, #stacks_in_6339 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6339 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6340 {
	font-size: 150%;
}
#stacks_in_4346>.s3_row {
	margin: 0 -2px;
}

#stacks_in_4346>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_4346>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_4346>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_4346 {
	padding: 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_6342, #stacks_in_6342 h1, #stacks_in_6342 h2, #stacks_in_6342 h3, #stacks_in_6342 h4, #stacks_in_6342 h5, #stacks_in_6342 h6, #stacks_in_6342 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_6345, #stacks_in_6345 h1, #stacks_in_6345 h2, #stacks_in_6345 h3, #stacks_in_6345 h4, #stacks_in_6345 h5, #stacks_in_6345 h6, #stacks_in_6345 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_4353>.s3_row {
	margin: 0 -2px;
}

#stacks_in_4353>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_4353>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_4353>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_4353 {
	padding: 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_6349, #stacks_in_6349 h1, #stacks_in_6349 h2, #stacks_in_6349 h3, #stacks_in_6349 h4, #stacks_in_6349 h5, #stacks_in_6349 h6, #stacks_in_6349 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_6352, #stacks_in_6352 h1, #stacks_in_6352 h2, #stacks_in_6352 h3, #stacks_in_6352 h4, #stacks_in_6352 h5, #stacks_in_6352 h6, #stacks_in_6352 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_4360>.s3_row {
	margin: 0 -2px;
}

#stacks_in_4360>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_4360>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_4360>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


	#stacks_in_4360>.s3_row  {
		margin: -2px 0;
	}
	#stacks_in_4360>.s3_row>.s3_column {
		padding: 2px 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: 700;
    font-style: normal;
}

#stacks_in_6356, #stacks_in_6356 h1, #stacks_in_6356 h2, #stacks_in_6356 h3, #stacks_in_6356 h4, #stacks_in_6356 h5, #stacks_in_6356 h6, #stacks_in_6356 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_6359, #stacks_in_6359 h1, #stacks_in_6359 h2, #stacks_in_6359 h3, #stacks_in_6359 h4, #stacks_in_6359 h5, #stacks_in_6359 h6, #stacks_in_6359 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8879 {
	padding: 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_8880, #stacks_in_8880 h1, #stacks_in_8880 h2, #stacks_in_8880 h3, #stacks_in_8880 h4, #stacks_in_8880 h5, #stacks_in_8880 h6, #stacks_in_8880 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8880 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_8882 {
	font-size: 150%;
}
#stacks_in_8883>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8883>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_8883>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_8883>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8883 {
	padding: 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_8887, #stacks_in_8887 h1, #stacks_in_8887 h2, #stacks_in_8887 h3, #stacks_in_8887 h4, #stacks_in_8887 h5, #stacks_in_8887 h6, #stacks_in_8887 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_8884, #stacks_in_8884 h1, #stacks_in_8884 h2, #stacks_in_8884 h3, #stacks_in_8884 h4, #stacks_in_8884 h5, #stacks_in_8884 h6, #stacks_in_8884 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8890>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8890>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_8890>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_8890>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8890 {
	padding: 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_8894, #stacks_in_8894 h1, #stacks_in_8894 h2, #stacks_in_8894 h3, #stacks_in_8894 h4, #stacks_in_8894 h5, #stacks_in_8894 h6, #stacks_in_8894 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_8891, #stacks_in_8891 h1, #stacks_in_8891 h2, #stacks_in_8891 h3, #stacks_in_8891 h4, #stacks_in_8891 h5, #stacks_in_8891 h6, #stacks_in_8891 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8897>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8897>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_8897>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_8897>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8897 {
	padding: 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_8901, #stacks_in_8901 h1, #stacks_in_8901 h2, #stacks_in_8901 h3, #stacks_in_8901 h4, #stacks_in_8901 h5, #stacks_in_8901 h6, #stacks_in_8901 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_8898, #stacks_in_8898 h1, #stacks_in_8898 h2, #stacks_in_8898 h3, #stacks_in_8898 h4, #stacks_in_8898 h5, #stacks_in_8898 h6, #stacks_in_8898 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8911>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8911>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_8911>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_8911>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


	#stacks_in_8911>.s3_row  {
		margin: -2px 0;
	}
	#stacks_in_8911>.s3_row>.s3_column {
		padding: 2px 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: 700;
    font-style: normal;
}

#stacks_in_8915, #stacks_in_8915 h1, #stacks_in_8915 h2, #stacks_in_8915 h3, #stacks_in_8915 h4, #stacks_in_8915 h5, #stacks_in_8915 h6, #stacks_in_8915 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_8912, #stacks_in_8912 h1, #stacks_in_8912 h2, #stacks_in_8912 h3, #stacks_in_8912 h4, #stacks_in_8912 h5, #stacks_in_8912 h6, #stacks_in_8912 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_4368 {
	padding: 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_6397, #stacks_in_6397 h1, #stacks_in_6397 h2, #stacks_in_6397 h3, #stacks_in_6397 h4, #stacks_in_6397 h5, #stacks_in_6397 h6, #stacks_in_6397 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6397 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6398 {
	font-size: 150%;
}
#stacks_in_4373>.s3_row {
	margin: 0 -2px;
}

#stacks_in_4373>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_4373>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_4373>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_4373 {
	padding: 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_6400, #stacks_in_6400 h1, #stacks_in_6400 h2, #stacks_in_6400 h3, #stacks_in_6400 h4, #stacks_in_6400 h5, #stacks_in_6400 h6, #stacks_in_6400 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_6403, #stacks_in_6403 h1, #stacks_in_6403 h2, #stacks_in_6403 h3, #stacks_in_6403 h4, #stacks_in_6403 h5, #stacks_in_6403 h6, #stacks_in_6403 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_4380>.s3_row {
	margin: 0 -2px;
}

#stacks_in_4380>.s3_row>.s3_column_left {
	width: 32.00%;
}

#stacks_in_4380>.s3_row>.s3_column_right {
	width: 68.000000%;
}




#stacks_in_4380>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


	#stacks_in_4380>.s3_row  {
		margin: -2px 0;
	}
	#stacks_in_4380>.s3_row>.s3_column {
		padding: 2px 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: 700;
    font-style: normal;
}

#stacks_in_6407, #stacks_in_6407 h1, #stacks_in_6407 h2, #stacks_in_6407 h3, #stacks_in_6407 h4, #stacks_in_6407 h5, #stacks_in_6407 h6, #stacks_in_6407 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_6410, #stacks_in_6410 h1, #stacks_in_6410 h2, #stacks_in_6410 h3, #stacks_in_6410 h4, #stacks_in_6410 h5, #stacks_in_6410 h6, #stacks_in_6410 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_4390{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
}



.ncp img{max-width:100%;height:auto; width: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_4390 .c+.c .count{margin-left: 4px;}
#stacks_in_4390.s3 .c.s2_3 .count,#stacks_in_4390.s4 .c.s2_4 .count,#stacks_in_4390.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_4390.s2 .c.s1_2 .c-pad,#stacks_in_4390.s3 .c.s1_3 .c-pad,#stacks_in_4390.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_4390.s3 .c.s2_3 .c-pad,#stacks_in_4390.s4 .c.s2_4 .c-pad,#stacks_in_4390.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_4390.s2 .c.s2_2 .c-pad,#stacks_in_4390.s3 .c.s3_3 .c-pad,#stacks_in_4390.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 600px) {

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

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

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

@media only screen and (max-width: 300px) {
	#stacks_in_4390 .count{ margin-left: 0 !important;}
	#stacks_in_4390 .c .c-pad{padding: 0 !important;}
	#stacks_in_4390.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_4390 {
	margin: 0px 15px 0px 15px;
}

#stacks_in_8350 {
	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_8352, #stacks_in_8352 h1, #stacks_in_8352 h2, #stacks_in_8352 h3, #stacks_in_8352 h4, #stacks_in_8352 h5, #stacks_in_8352 h6, #stacks_in_8352 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8352 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_8353 {
	font-size: 150%;
}

#stacks_in_8355 .stacks_left {
	float:left;
	width:39%;
}

#stacks_in_8355 .stacks_right {
	float:right;
	width:59%;
}/* 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_8356, #stacks_in_8356 h1, #stacks_in_8356 h2, #stacks_in_8356 h3, #stacks_in_8356 h4, #stacks_in_8356 h5, #stacks_in_8356 h6, #stacks_in_8356 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_8356 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_8359, #stacks_in_8359 h1, #stacks_in_8359 h2, #stacks_in_8359 h3, #stacks_in_8359 h4, #stacks_in_8359 h5, #stacks_in_8359 h6, #stacks_in_8359 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8359 {
	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_8363, #stacks_in_8363 h1, #stacks_in_8363 h2, #stacks_in_8363 h3, #stacks_in_8363 h4, #stacks_in_8363 h5, #stacks_in_8363 h6, #stacks_in_8363 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8363 {
	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: 300;
    font-style: normal;
}

#stacks_in_8585, #stacks_in_8585 h1, #stacks_in_8585 h2, #stacks_in_8585 h3, #stacks_in_8585 h4, #stacks_in_8585 h5, #stacks_in_8585 h6, #stacks_in_8585 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8587, #stacks_in_8587 h1, #stacks_in_8587 h2, #stacks_in_8587 h3, #stacks_in_8587 h4, #stacks_in_8587 h5, #stacks_in_8587 h6, #stacks_in_8587 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8589, #stacks_in_8589 h1, #stacks_in_8589 h2, #stacks_in_8589 h3, #stacks_in_8589 h4, #stacks_in_8589 h5, #stacks_in_8589 h6, #stacks_in_8589 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9403, #stacks_in_9403 h1, #stacks_in_9403 h2, #stacks_in_9403 h3, #stacks_in_9403 h4, #stacks_in_9403 h5, #stacks_in_9403 h6, #stacks_in_9403 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9405, #stacks_in_9405 h1, #stacks_in_9405 h2, #stacks_in_9405 h3, #stacks_in_9405 h4, #stacks_in_9405 h5, #stacks_in_9405 h6, #stacks_in_9405 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8427 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_8427 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_8427 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_8424, #stacks_in_8424 h1, #stacks_in_8424 h2, #stacks_in_8424 h3, #stacks_in_8424 h4, #stacks_in_8424 h5, #stacks_in_8424 h6, #stacks_in_8424 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9564 {
	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_9567, #stacks_in_9567 h1, #stacks_in_9567 h2, #stacks_in_9567 h3, #stacks_in_9567 h4, #stacks_in_9567 h5, #stacks_in_9567 h6, #stacks_in_9567 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_9567 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_9569 {
	font-size: 150%;
}

#stacks_in_9570 .stacks_left {
	float:left;
	width:35%;
}

#stacks_in_9570 .stacks_right {
	float:right;
	width:63%;
}/* 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_9571, #stacks_in_9571 h1, #stacks_in_9571 h2, #stacks_in_9571 h3, #stacks_in_9571 h4, #stacks_in_9571 h5, #stacks_in_9571 h6, #stacks_in_9571 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9571 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_9574, #stacks_in_9574 h1, #stacks_in_9574 h2, #stacks_in_9574 h3, #stacks_in_9574 h4, #stacks_in_9574 h5, #stacks_in_9574 h6, #stacks_in_9574 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9574 {
	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_9578, #stacks_in_9578 h1, #stacks_in_9578 h2, #stacks_in_9578 h3, #stacks_in_9578 h4, #stacks_in_9578 h5, #stacks_in_9578 h6, #stacks_in_9578 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9578 {
	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: 300;
    font-style: normal;
}

#stacks_in_9582, #stacks_in_9582 h1, #stacks_in_9582 h2, #stacks_in_9582 h3, #stacks_in_9582 h4, #stacks_in_9582 h5, #stacks_in_9582 h6, #stacks_in_9582 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9585, #stacks_in_9585 h1, #stacks_in_9585 h2, #stacks_in_9585 h3, #stacks_in_9585 h4, #stacks_in_9585 h5, #stacks_in_9585 h6, #stacks_in_9585 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9587, #stacks_in_9587 h1, #stacks_in_9587 h2, #stacks_in_9587 h3, #stacks_in_9587 h4, #stacks_in_9587 h5, #stacks_in_9587 h6, #stacks_in_9587 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9589, #stacks_in_9589 h1, #stacks_in_9589 h2, #stacks_in_9589 h3, #stacks_in_9589 h4, #stacks_in_9589 h5, #stacks_in_9589 h6, #stacks_in_9589 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9591, #stacks_in_9591 h1, #stacks_in_9591 h2, #stacks_in_9591 h3, #stacks_in_9591 h4, #stacks_in_9591 h5, #stacks_in_9591 h6, #stacks_in_9591 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9593 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_9593 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_9593 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_9597, #stacks_in_9597 h1, #stacks_in_9597 h2, #stacks_in_9597 h3, #stacks_in_9597 h4, #stacks_in_9597 h5, #stacks_in_9597 h6, #stacks_in_9597 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9056 {
	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_9059, #stacks_in_9059 h1, #stacks_in_9059 h2, #stacks_in_9059 h3, #stacks_in_9059 h4, #stacks_in_9059 h5, #stacks_in_9059 h6, #stacks_in_9059 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_9059 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_9061 {
	font-size: 150%;
}

#stacks_in_9062 .stacks_left {
	float:left;
	width:35%;
}

#stacks_in_9062 .stacks_right {
	float:right;
	width:63%;
}/* 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_9063, #stacks_in_9063 h1, #stacks_in_9063 h2, #stacks_in_9063 h3, #stacks_in_9063 h4, #stacks_in_9063 h5, #stacks_in_9063 h6, #stacks_in_9063 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9063 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_9066, #stacks_in_9066 h1, #stacks_in_9066 h2, #stacks_in_9066 h3, #stacks_in_9066 h4, #stacks_in_9066 h5, #stacks_in_9066 h6, #stacks_in_9066 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9066 {
	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_9070, #stacks_in_9070 h1, #stacks_in_9070 h2, #stacks_in_9070 h3, #stacks_in_9070 h4, #stacks_in_9070 h5, #stacks_in_9070 h6, #stacks_in_9070 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9070 {
	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: 300;
    font-style: normal;
}

#stacks_in_9077, #stacks_in_9077 h1, #stacks_in_9077 h2, #stacks_in_9077 h3, #stacks_in_9077 h4, #stacks_in_9077 h5, #stacks_in_9077 h6, #stacks_in_9077 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9079, #stacks_in_9079 h1, #stacks_in_9079 h2, #stacks_in_9079 h3, #stacks_in_9079 h4, #stacks_in_9079 h5, #stacks_in_9079 h6, #stacks_in_9079 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9081, #stacks_in_9081 h1, #stacks_in_9081 h2, #stacks_in_9081 h3, #stacks_in_9081 h4, #stacks_in_9081 h5, #stacks_in_9081 h6, #stacks_in_9081 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9087, #stacks_in_9087 h1, #stacks_in_9087 h2, #stacks_in_9087 h3, #stacks_in_9087 h4, #stacks_in_9087 h5, #stacks_in_9087 h6, #stacks_in_9087 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9093 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_9093 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_9093 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_9407, #stacks_in_9407 h1, #stacks_in_9407 h2, #stacks_in_9407 h3, #stacks_in_9407 h4, #stacks_in_9407 h5, #stacks_in_9407 h6, #stacks_in_9407 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9012 {
	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_9015, #stacks_in_9015 h1, #stacks_in_9015 h2, #stacks_in_9015 h3, #stacks_in_9015 h4, #stacks_in_9015 h5, #stacks_in_9015 h6, #stacks_in_9015 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_9015 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_9017 {
	font-size: 150%;
}

#stacks_in_9018 .stacks_left {
	float:left;
	width:35%;
}

#stacks_in_9018 .stacks_right {
	float:right;
	width:63%;
}/* 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_9019, #stacks_in_9019 h1, #stacks_in_9019 h2, #stacks_in_9019 h3, #stacks_in_9019 h4, #stacks_in_9019 h5, #stacks_in_9019 h6, #stacks_in_9019 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9019 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_9022, #stacks_in_9022 h1, #stacks_in_9022 h2, #stacks_in_9022 h3, #stacks_in_9022 h4, #stacks_in_9022 h5, #stacks_in_9022 h6, #stacks_in_9022 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9022 {
	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_9026, #stacks_in_9026 h1, #stacks_in_9026 h2, #stacks_in_9026 h3, #stacks_in_9026 h4, #stacks_in_9026 h5, #stacks_in_9026 h6, #stacks_in_9026 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9026 {
	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: 300;
    font-style: normal;
}

#stacks_in_9033, #stacks_in_9033 h1, #stacks_in_9033 h2, #stacks_in_9033 h3, #stacks_in_9033 h4, #stacks_in_9033 h5, #stacks_in_9033 h6, #stacks_in_9033 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9035, #stacks_in_9035 h1, #stacks_in_9035 h2, #stacks_in_9035 h3, #stacks_in_9035 h4, #stacks_in_9035 h5, #stacks_in_9035 h6, #stacks_in_9035 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9037, #stacks_in_9037 h1, #stacks_in_9037 h2, #stacks_in_9037 h3, #stacks_in_9037 h4, #stacks_in_9037 h5, #stacks_in_9037 h6, #stacks_in_9037 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9043, #stacks_in_9043 h1, #stacks_in_9043 h2, #stacks_in_9043 h3, #stacks_in_9043 h4, #stacks_in_9043 h5, #stacks_in_9043 h6, #stacks_in_9043 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9045, #stacks_in_9045 h1, #stacks_in_9045 h2, #stacks_in_9045 h3, #stacks_in_9045 h4, #stacks_in_9045 h5, #stacks_in_9045 h6, #stacks_in_9045 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_9047, #stacks_in_9047 h1, #stacks_in_9047 h2, #stacks_in_9047 h3, #stacks_in_9047 h4, #stacks_in_9047 h5, #stacks_in_9047 h6, #stacks_in_9047 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9049 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_9049 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_9049 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_9053, #stacks_in_9053 h1, #stacks_in_9053 h2, #stacks_in_9053 h3, #stacks_in_9053 h4, #stacks_in_9053 h5, #stacks_in_9053 h6, #stacks_in_9053 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8536 {
	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_8538, #stacks_in_8538 h1, #stacks_in_8538 h2, #stacks_in_8538 h3, #stacks_in_8538 h4, #stacks_in_8538 h5, #stacks_in_8538 h6, #stacks_in_8538 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8538 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_8539 {
	font-size: 150%;
}

#stacks_in_8541 .stacks_left {
	float:left;
	width:35%;
}

#stacks_in_8541 .stacks_right {
	float:right;
	width:63%;
}/* 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_8542, #stacks_in_8542 h1, #stacks_in_8542 h2, #stacks_in_8542 h3, #stacks_in_8542 h4, #stacks_in_8542 h5, #stacks_in_8542 h6, #stacks_in_8542 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_8542 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_8545, #stacks_in_8545 h1, #stacks_in_8545 h2, #stacks_in_8545 h3, #stacks_in_8545 h4, #stacks_in_8545 h5, #stacks_in_8545 h6, #stacks_in_8545 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8545 {
	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_8549, #stacks_in_8549 h1, #stacks_in_8549 h2, #stacks_in_8549 h3, #stacks_in_8549 h4, #stacks_in_8549 h5, #stacks_in_8549 h6, #stacks_in_8549 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8549 {
	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: 300;
    font-style: normal;
}

#stacks_in_8554, #stacks_in_8554 h1, #stacks_in_8554 h2, #stacks_in_8554 h3, #stacks_in_8554 h4, #stacks_in_8554 h5, #stacks_in_8554 h6, #stacks_in_8554 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8558, #stacks_in_8558 h1, #stacks_in_8558 h2, #stacks_in_8558 h3, #stacks_in_8558 h4, #stacks_in_8558 h5, #stacks_in_8558 h6, #stacks_in_8558 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8560, #stacks_in_8560 h1, #stacks_in_8560 h2, #stacks_in_8560 h3, #stacks_in_8560 h4, #stacks_in_8560 h5, #stacks_in_8560 h6, #stacks_in_8560 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_8566, #stacks_in_8566 h1, #stacks_in_8566 h2, #stacks_in_8566 h3, #stacks_in_8566 h4, #stacks_in_8566 h5, #stacks_in_8566 h6, #stacks_in_8566 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8574 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_8574 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_8574 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_8578, #stacks_in_8578 h1, #stacks_in_8578 h2, #stacks_in_8578 h3, #stacks_in_8578 h4, #stacks_in_8578 h5, #stacks_in_8578 h6, #stacks_in_8578 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6417 {
	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_6423, #stacks_in_6423 h1, #stacks_in_6423 h2, #stacks_in_6423 h3, #stacks_in_6423 h4, #stacks_in_6423 h5, #stacks_in_6423 h6, #stacks_in_6423 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6423 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6424 {
	font-size: 150%;
}

#stacks_in_6427 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_6427 .stacks_right {
	float:right;
	width:49%;
}/* 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_6428, #stacks_in_6428 h1, #stacks_in_6428 h2, #stacks_in_6428 h3, #stacks_in_6428 h4, #stacks_in_6428 h5, #stacks_in_6428 h6, #stacks_in_6428 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_6428 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_6430, #stacks_in_6430 h1, #stacks_in_6430 h2, #stacks_in_6430 h3, #stacks_in_6430 h4, #stacks_in_6430 h5, #stacks_in_6430 h6, #stacks_in_6430 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6430 {
	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_6433, #stacks_in_6433 h1, #stacks_in_6433 h2, #stacks_in_6433 h3, #stacks_in_6433 h4, #stacks_in_6433 h5, #stacks_in_6433 h6, #stacks_in_6433 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6433 {
	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: 300;
    font-style: normal;
}

#stacks_in_6438, #stacks_in_6438 h1, #stacks_in_6438 h2, #stacks_in_6438 h3, #stacks_in_6438 h4, #stacks_in_6438 h5, #stacks_in_6438 h6, #stacks_in_6438 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6440, #stacks_in_6440 h1, #stacks_in_6440 h2, #stacks_in_6440 h3, #stacks_in_6440 h4, #stacks_in_6440 h5, #stacks_in_6440 h6, #stacks_in_6440 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6442, #stacks_in_6442 h1, #stacks_in_6442 h2, #stacks_in_6442 h3, #stacks_in_6442 h4, #stacks_in_6442 h5, #stacks_in_6442 h6, #stacks_in_6442 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6444, #stacks_in_6444 h1, #stacks_in_6444 h2, #stacks_in_6444 h3, #stacks_in_6444 h4, #stacks_in_6444 h5, #stacks_in_6444 h6, #stacks_in_6444 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6446, #stacks_in_6446 h1, #stacks_in_6446 h2, #stacks_in_6446 h3, #stacks_in_6446 h4, #stacks_in_6446 h5, #stacks_in_6446 h6, #stacks_in_6446 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6452, #stacks_in_6452 h1, #stacks_in_6452 h2, #stacks_in_6452 h3, #stacks_in_6452 h4, #stacks_in_6452 h5, #stacks_in_6452 h6, #stacks_in_6452 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6454, #stacks_in_6454 h1, #stacks_in_6454 h2, #stacks_in_6454 h3, #stacks_in_6454 h4, #stacks_in_6454 h5, #stacks_in_6454 h6, #stacks_in_6454 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6456, #stacks_in_6456 h1, #stacks_in_6456 h2, #stacks_in_6456 h3, #stacks_in_6456 h4, #stacks_in_6456 h5, #stacks_in_6456 h6, #stacks_in_6456 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_6458, #stacks_in_6458 h1, #stacks_in_6458 h2, #stacks_in_6458 h3, #stacks_in_6458 h4, #stacks_in_6458 h5, #stacks_in_6458 h6, #stacks_in_6458 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8434 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_8434 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_8434 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_6464, #stacks_in_6464 h1, #stacks_in_6464 h2, #stacks_in_6464 h3, #stacks_in_6464 h4, #stacks_in_6464 h5, #stacks_in_6464 h6, #stacks_in_6464 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7477 {
	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_7479, #stacks_in_7479 h1, #stacks_in_7479 h2, #stacks_in_7479 h3, #stacks_in_7479 h4, #stacks_in_7479 h5, #stacks_in_7479 h6, #stacks_in_7479 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_7479 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_7480 {
	font-size: 150%;
}

#stacks_in_7482 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_7482 .stacks_right {
	float:right;
	width:49%;
}/* 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_7483, #stacks_in_7483 h1, #stacks_in_7483 h2, #stacks_in_7483 h3, #stacks_in_7483 h4, #stacks_in_7483 h5, #stacks_in_7483 h6, #stacks_in_7483 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_7483 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_7486, #stacks_in_7486 h1, #stacks_in_7486 h2, #stacks_in_7486 h3, #stacks_in_7486 h4, #stacks_in_7486 h5, #stacks_in_7486 h6, #stacks_in_7486 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7486 {
	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_7490, #stacks_in_7490 h1, #stacks_in_7490 h2, #stacks_in_7490 h3, #stacks_in_7490 h4, #stacks_in_7490 h5, #stacks_in_7490 h6, #stacks_in_7490 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7490 {
	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: 300;
    font-style: normal;
}

#stacks_in_7495, #stacks_in_7495 h1, #stacks_in_7495 h2, #stacks_in_7495 h3, #stacks_in_7495 h4, #stacks_in_7495 h5, #stacks_in_7495 h6, #stacks_in_7495 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7568, #stacks_in_7568 h1, #stacks_in_7568 h2, #stacks_in_7568 h3, #stacks_in_7568 h4, #stacks_in_7568 h5, #stacks_in_7568 h6, #stacks_in_7568 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7570, #stacks_in_7570 h1, #stacks_in_7570 h2, #stacks_in_7570 h3, #stacks_in_7570 h4, #stacks_in_7570 h5, #stacks_in_7570 h6, #stacks_in_7570 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7578, #stacks_in_7578 h1, #stacks_in_7578 h2, #stacks_in_7578 h3, #stacks_in_7578 h4, #stacks_in_7578 h5, #stacks_in_7578 h6, #stacks_in_7578 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7580, #stacks_in_7580 h1, #stacks_in_7580 h2, #stacks_in_7580 h3, #stacks_in_7580 h4, #stacks_in_7580 h5, #stacks_in_7580 h6, #stacks_in_7580 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7582, #stacks_in_7582 h1, #stacks_in_7582 h2, #stacks_in_7582 h3, #stacks_in_7582 h4, #stacks_in_7582 h5, #stacks_in_7582 h6, #stacks_in_7582 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7584, #stacks_in_7584 h1, #stacks_in_7584 h2, #stacks_in_7584 h3, #stacks_in_7584 h4, #stacks_in_7584 h5, #stacks_in_7584 h6, #stacks_in_7584 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8441 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_8441 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_8441 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_7522, #stacks_in_7522 h1, #stacks_in_7522 h2, #stacks_in_7522 h3, #stacks_in_7522 h4, #stacks_in_7522 h5, #stacks_in_7522 h6, #stacks_in_7522 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7587 {
	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_7589, #stacks_in_7589 h1, #stacks_in_7589 h2, #stacks_in_7589 h3, #stacks_in_7589 h4, #stacks_in_7589 h5, #stacks_in_7589 h6, #stacks_in_7589 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_7589 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_7590 {
	font-size: 150%;
}

#stacks_in_7592 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_7592 .stacks_right {
	float:right;
	width:49%;
}/* 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_7593, #stacks_in_7593 h1, #stacks_in_7593 h2, #stacks_in_7593 h3, #stacks_in_7593 h4, #stacks_in_7593 h5, #stacks_in_7593 h6, #stacks_in_7593 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_7593 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_7596, #stacks_in_7596 h1, #stacks_in_7596 h2, #stacks_in_7596 h3, #stacks_in_7596 h4, #stacks_in_7596 h5, #stacks_in_7596 h6, #stacks_in_7596 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_7596 {
	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_7600, #stacks_in_7600 h1, #stacks_in_7600 h2, #stacks_in_7600 h3, #stacks_in_7600 h4, #stacks_in_7600 h5, #stacks_in_7600 h6, #stacks_in_7600 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7600 {
	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: 300;
    font-style: normal;
}

#stacks_in_7672, #stacks_in_7672 h1, #stacks_in_7672 h2, #stacks_in_7672 h3, #stacks_in_7672 h4, #stacks_in_7672 h5, #stacks_in_7672 h6, #stacks_in_7672 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7674, #stacks_in_7674 h1, #stacks_in_7674 h2, #stacks_in_7674 h3, #stacks_in_7674 h4, #stacks_in_7674 h5, #stacks_in_7674 h6, #stacks_in_7674 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7676, #stacks_in_7676 h1, #stacks_in_7676 h2, #stacks_in_7676 h3, #stacks_in_7676 h4, #stacks_in_7676 h5, #stacks_in_7676 h6, #stacks_in_7676 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7678, #stacks_in_7678 h1, #stacks_in_7678 h2, #stacks_in_7678 h3, #stacks_in_7678 h4, #stacks_in_7678 h5, #stacks_in_7678 h6, #stacks_in_7678 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7684, #stacks_in_7684 h1, #stacks_in_7684 h2, #stacks_in_7684 h3, #stacks_in_7684 h4, #stacks_in_7684 h5, #stacks_in_7684 h6, #stacks_in_7684 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7686, #stacks_in_7686 h1, #stacks_in_7686 h2, #stacks_in_7686 h3, #stacks_in_7686 h4, #stacks_in_7686 h5, #stacks_in_7686 h6, #stacks_in_7686 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7688, #stacks_in_7688 h1, #stacks_in_7688 h2, #stacks_in_7688 h3, #stacks_in_7688 h4, #stacks_in_7688 h5, #stacks_in_7688 h6, #stacks_in_7688 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8448 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_8448 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_8448 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_7628, #stacks_in_7628 h1, #stacks_in_7628 h2, #stacks_in_7628 h3, #stacks_in_7628 h4, #stacks_in_7628 h5, #stacks_in_7628 h6, #stacks_in_7628 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7771 {
	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_7773, #stacks_in_7773 h1, #stacks_in_7773 h2, #stacks_in_7773 h3, #stacks_in_7773 h4, #stacks_in_7773 h5, #stacks_in_7773 h6, #stacks_in_7773 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_7773 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_7774 {
	font-size: 150%;
}

#stacks_in_7776 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_7776 .stacks_right {
	float:right;
	width:49%;
}/* 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_7777, #stacks_in_7777 h1, #stacks_in_7777 h2, #stacks_in_7777 h3, #stacks_in_7777 h4, #stacks_in_7777 h5, #stacks_in_7777 h6, #stacks_in_7777 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_7777 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_7780, #stacks_in_7780 h1, #stacks_in_7780 h2, #stacks_in_7780 h3, #stacks_in_7780 h4, #stacks_in_7780 h5, #stacks_in_7780 h6, #stacks_in_7780 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_7780 {
	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_7784, #stacks_in_7784 h1, #stacks_in_7784 h2, #stacks_in_7784 h3, #stacks_in_7784 h4, #stacks_in_7784 h5, #stacks_in_7784 h6, #stacks_in_7784 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7784 {
	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: 300;
    font-style: normal;
}

#stacks_in_7869, #stacks_in_7869 h1, #stacks_in_7869 h2, #stacks_in_7869 h3, #stacks_in_7869 h4, #stacks_in_7869 h5, #stacks_in_7869 h6, #stacks_in_7869 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7871, #stacks_in_7871 h1, #stacks_in_7871 h2, #stacks_in_7871 h3, #stacks_in_7871 h4, #stacks_in_7871 h5, #stacks_in_7871 h6, #stacks_in_7871 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7873, #stacks_in_7873 h1, #stacks_in_7873 h2, #stacks_in_7873 h3, #stacks_in_7873 h4, #stacks_in_7873 h5, #stacks_in_7873 h6, #stacks_in_7873 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7875, #stacks_in_7875 h1, #stacks_in_7875 h2, #stacks_in_7875 h3, #stacks_in_7875 h4, #stacks_in_7875 h5, #stacks_in_7875 h6, #stacks_in_7875 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7877, #stacks_in_7877 h1, #stacks_in_7877 h2, #stacks_in_7877 h3, #stacks_in_7877 h4, #stacks_in_7877 h5, #stacks_in_7877 h6, #stacks_in_7877 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7883, #stacks_in_7883 h1, #stacks_in_7883 h2, #stacks_in_7883 h3, #stacks_in_7883 h4, #stacks_in_7883 h5, #stacks_in_7883 h6, #stacks_in_7883 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7885, #stacks_in_7885 h1, #stacks_in_7885 h2, #stacks_in_7885 h3, #stacks_in_7885 h4, #stacks_in_7885 h5, #stacks_in_7885 h6, #stacks_in_7885 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7887, #stacks_in_7887 h1, #stacks_in_7887 h2, #stacks_in_7887 h3, #stacks_in_7887 h4, #stacks_in_7887 h5, #stacks_in_7887 h6, #stacks_in_7887 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7889, #stacks_in_7889 h1, #stacks_in_7889 h2, #stacks_in_7889 h3, #stacks_in_7889 h4, #stacks_in_7889 h5, #stacks_in_7889 h6, #stacks_in_7889 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7891, #stacks_in_7891 h1, #stacks_in_7891 h2, #stacks_in_7891 h3, #stacks_in_7891 h4, #stacks_in_7891 h5, #stacks_in_7891 h6, #stacks_in_7891 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8455 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_8455 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_8455 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_7810, #stacks_in_7810 h1, #stacks_in_7810 h2, #stacks_in_7810 h3, #stacks_in_7810 h4, #stacks_in_7810 h5, #stacks_in_7810 h6, #stacks_in_7810 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7691 {
	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_7693, #stacks_in_7693 h1, #stacks_in_7693 h2, #stacks_in_7693 h3, #stacks_in_7693 h4, #stacks_in_7693 h5, #stacks_in_7693 h6, #stacks_in_7693 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_7693 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_7694 {
	font-size: 150%;
}

#stacks_in_7696 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_7696 .stacks_right {
	float:right;
	width:49%;
}/* 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_7697, #stacks_in_7697 h1, #stacks_in_7697 h2, #stacks_in_7697 h3, #stacks_in_7697 h4, #stacks_in_7697 h5, #stacks_in_7697 h6, #stacks_in_7697 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_7697 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

#stacks_in_7700, #stacks_in_7700 h1, #stacks_in_7700 h2, #stacks_in_7700 h3, #stacks_in_7700 h4, #stacks_in_7700 h5, #stacks_in_7700 h6, #stacks_in_7700 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7700 {
	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_7704, #stacks_in_7704 h1, #stacks_in_7704 h2, #stacks_in_7704 h3, #stacks_in_7704 h4, #stacks_in_7704 h5, #stacks_in_7704 h6, #stacks_in_7704 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7704 {
	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: 300;
    font-style: normal;
}

#stacks_in_7747, #stacks_in_7747 h1, #stacks_in_7747 h2, #stacks_in_7747 h3, #stacks_in_7747 h4, #stacks_in_7747 h5, #stacks_in_7747 h6, #stacks_in_7747 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7749, #stacks_in_7749 h1, #stacks_in_7749 h2, #stacks_in_7749 h3, #stacks_in_7749 h4, #stacks_in_7749 h5, #stacks_in_7749 h6, #stacks_in_7749 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7751, #stacks_in_7751 h1, #stacks_in_7751 h2, #stacks_in_7751 h3, #stacks_in_7751 h4, #stacks_in_7751 h5, #stacks_in_7751 h6, #stacks_in_7751 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7757, #stacks_in_7757 h1, #stacks_in_7757 h2, #stacks_in_7757 h3, #stacks_in_7757 h4, #stacks_in_7757 h5, #stacks_in_7757 h6, #stacks_in_7757 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7759, #stacks_in_7759 h1, #stacks_in_7759 h2, #stacks_in_7759 h3, #stacks_in_7759 h4, #stacks_in_7759 h5, #stacks_in_7759 h6, #stacks_in_7759 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !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_7761, #stacks_in_7761 h1, #stacks_in_7761 h2, #stacks_in_7761 h3, #stacks_in_7761 h4, #stacks_in_7761 h5, #stacks_in_7761 h6, #stacks_in_7761 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8462 .stacks_left {
	float:left;
	width:22%;
}

#stacks_in_8462 .stacks_right {
	float:right;
	width:72%;
}
#stacks_in_8462 {
	margin: 0px 0px 15px 0px;
}
/* CustomFont 3.0.6 */

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

#stacks_in_7732, #stacks_in_7732 h1, #stacks_in_7732 h2, #stacks_in_7732 h3, #stacks_in_7732 h4, #stacks_in_7732 h5, #stacks_in_7732 h6, #stacks_in_7732 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_6655{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width: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_6655 .c+.c .count{margin-left: 4px;}
#stacks_in_6655.s3 .c.s2_3 .count,#stacks_in_6655.s4 .c.s2_4 .count,#stacks_in_6655.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_6655.s2 .c.s1_2 .c-pad,#stacks_in_6655.s3 .c.s1_3 .c-pad,#stacks_in_6655.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_6655.s3 .c.s2_3 .c-pad,#stacks_in_6655.s4 .c.s2_4 .c-pad,#stacks_in_6655.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_6655.s2 .c.s2_2 .c-pad,#stacks_in_6655.s3 .c.s3_3 .c-pad,#stacks_in_6655.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 600px) {

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

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

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

@media only screen and (max-width: 300px) {
	#stacks_in_6655 .count{ margin-left: 0 !important;}
	#stacks_in_6655 .c .c-pad{padding: 0 !important;}
	#stacks_in_6655.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_6655 {
	margin: 0px 15px 0px 15px;
}
/* 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_6472, #stacks_in_6472 h1, #stacks_in_6472 h2, #stacks_in_6472 h3, #stacks_in_6472 h4, #stacks_in_6472 h5, #stacks_in_6472 h6, #stacks_in_6472 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_6472 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_6473 {
	font-size: 150%;
}
#stacks_in_6739{
	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_6739 .c+.c .count{margin-left: 4px;}
#stacks_in_6739.s3 .c.s2_3 .count,#stacks_in_6739.s4 .c.s2_4 .count,#stacks_in_6739.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_6739.s2 .c.s1_2 .c-pad,#stacks_in_6739.s3 .c.s1_3 .c-pad,#stacks_in_6739.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_6739.s3 .c.s2_3 .c-pad,#stacks_in_6739.s4 .c.s2_4 .c-pad,#stacks_in_6739.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_6739.s2 .c.s2_2 .c-pad,#stacks_in_6739.s3 .c.s3_3 .c-pad,#stacks_in_6739.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 1000px) {

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

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

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

@media only screen and (max-width: 500px) {
	#stacks_in_6739 .count{ margin-left: 0 !important;}
	#stacks_in_6739 .c .c-pad{padding: 0 !important;}
	#stacks_in_6739.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_6739 {
	margin: 0px 15px 15px 15px;
}
/* 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_6741, #stacks_in_6741 h1, #stacks_in_6741 h2, #stacks_in_6741 h3, #stacks_in_6741 h4, #stacks_in_6741 h5, #stacks_in_6741 h6, #stacks_in_6741 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_6741 {
	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: 300;
    font-style: normal;
}

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

#stacks_in_6759 {
	padding: 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_6760, #stacks_in_6760 h1, #stacks_in_6760 h2, #stacks_in_6760 h3, #stacks_in_6760 h4, #stacks_in_6760 h5, #stacks_in_6760 h6, #stacks_in_6760 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_6760 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_6762>.s3_row {
	margin: 0 -2px;
}

#stacks_in_6762>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_6762>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_6762>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_6763, #stacks_in_6763 h1, #stacks_in_6763 h2, #stacks_in_6763 h3, #stacks_in_6763 h4, #stacks_in_6763 h5, #stacks_in_6763 h6, #stacks_in_6763 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_6763 {
	margin: 0px 0px 5px 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_6766, #stacks_in_6766 h1, #stacks_in_6766 h2, #stacks_in_6766 h3, #stacks_in_6766 h4, #stacks_in_6766 h5, #stacks_in_6766 h6, #stacks_in_6766 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6766 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_6769>.s3_row {
	margin: 0 -2px;
}

#stacks_in_6769>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_6769>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_6769>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_6770, #stacks_in_6770 h1, #stacks_in_6770 h2, #stacks_in_6770 h3, #stacks_in_6770 h4, #stacks_in_6770 h5, #stacks_in_6770 h6, #stacks_in_6770 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_6770 {
	margin: 0px 0px 5px 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_6773, #stacks_in_6773 h1, #stacks_in_6773 h2, #stacks_in_6773 h3, #stacks_in_6773 h4, #stacks_in_6773 h5, #stacks_in_6773 h6, #stacks_in_6773 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_6773 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9321{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width: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_9321 .c+.c .count{margin-left: 4px;}
#stacks_in_9321.s3 .c.s2_3 .count,#stacks_in_9321.s4 .c.s2_4 .count,#stacks_in_9321.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_9321.s2 .c.s1_2 .c-pad,#stacks_in_9321.s3 .c.s1_3 .c-pad,#stacks_in_9321.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_9321.s3 .c.s2_3 .c-pad,#stacks_in_9321.s4 .c.s2_4 .c-pad,#stacks_in_9321.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_9321.s2 .c.s2_2 .c-pad,#stacks_in_9321.s3 .c.s3_3 .c-pad,#stacks_in_9321.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 600px) {

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

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

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

@media only screen and (max-width: 300px) {
	#stacks_in_9321 .count{ margin-left: 0 !important;}
	#stacks_in_9321 .c .c-pad{padding: 0 !important;}
	#stacks_in_9321.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_9321 {
	margin: 0px 15px 0px 15px;
}
/* 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_9322, #stacks_in_9322 h1, #stacks_in_9322 h2, #stacks_in_9322 h3, #stacks_in_9322 h4, #stacks_in_9322 h5, #stacks_in_9322 h6, #stacks_in_9322 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_9322 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_9324 {
	font-size: 150%;
}
#stacks_in_9325{
	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_9325 .c+.c .count{margin-left: 4px;}
#stacks_in_9325.s3 .c.s2_3 .count,#stacks_in_9325.s4 .c.s2_4 .count,#stacks_in_9325.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_9325.s2 .c.s1_2 .c-pad,#stacks_in_9325.s3 .c.s1_3 .c-pad,#stacks_in_9325.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_9325.s3 .c.s2_3 .c-pad,#stacks_in_9325.s4 .c.s2_4 .c-pad,#stacks_in_9325.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_9325.s2 .c.s2_2 .c-pad,#stacks_in_9325.s3 .c.s3_3 .c-pad,#stacks_in_9325.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 1000px) {

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

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

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

@media only screen and (max-width: 500px) {
	#stacks_in_9325 .count{ margin-left: 0 !important;}
	#stacks_in_9325 .c .c-pad{padding: 0 !important;}
	#stacks_in_9325.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_9325 {
	margin: 0px 15px 15px 15px;
}
/* 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_9328, #stacks_in_9328 h1, #stacks_in_9328 h2, #stacks_in_9328 h3, #stacks_in_9328 h4, #stacks_in_9328 h5, #stacks_in_9328 h6, #stacks_in_9328 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9328 {
	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: 300;
    font-style: normal;
}

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

#stacks_in_9334 {
	padding: 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_9335, #stacks_in_9335 h1, #stacks_in_9335 h2, #stacks_in_9335 h3, #stacks_in_9335 h4, #stacks_in_9335 h5, #stacks_in_9335 h6, #stacks_in_9335 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9335 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9337>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9337>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9337>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9337>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9338, #stacks_in_9338 h1, #stacks_in_9338 h2, #stacks_in_9338 h3, #stacks_in_9338 h4, #stacks_in_9338 h5, #stacks_in_9338 h6, #stacks_in_9338 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9338 {
	margin: 0px 0px 5px 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_9340, #stacks_in_9340 h1, #stacks_in_9340 h2, #stacks_in_9340 h3, #stacks_in_9340 h4, #stacks_in_9340 h5, #stacks_in_9340 h6, #stacks_in_9340 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9340 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9342>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9342>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9342>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9342>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9343, #stacks_in_9343 h1, #stacks_in_9343 h2, #stacks_in_9343 h3, #stacks_in_9343 h4, #stacks_in_9343 h5, #stacks_in_9343 h6, #stacks_in_9343 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9343 {
	margin: 0px 0px 5px 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_9345, #stacks_in_9345 h1, #stacks_in_9345 h2, #stacks_in_9345 h3, #stacks_in_9345 h4, #stacks_in_9345 h5, #stacks_in_9345 h6, #stacks_in_9345 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9345 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9204{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width: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_9204 .c+.c .count{margin-left: 4px;}
#stacks_in_9204.s3 .c.s2_3 .count,#stacks_in_9204.s4 .c.s2_4 .count,#stacks_in_9204.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_9204.s2 .c.s1_2 .c-pad,#stacks_in_9204.s3 .c.s1_3 .c-pad,#stacks_in_9204.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_9204.s3 .c.s2_3 .c-pad,#stacks_in_9204.s4 .c.s2_4 .c-pad,#stacks_in_9204.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_9204.s2 .c.s2_2 .c-pad,#stacks_in_9204.s3 .c.s3_3 .c-pad,#stacks_in_9204.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 600px) {

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

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

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

@media only screen and (max-width: 300px) {
	#stacks_in_9204 .count{ margin-left: 0 !important;}
	#stacks_in_9204 .c .c-pad{padding: 0 !important;}
	#stacks_in_9204.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_9204 {
	margin: 0px 15px 0px 15px;
}
/* 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_9205, #stacks_in_9205 h1, #stacks_in_9205 h2, #stacks_in_9205 h3, #stacks_in_9205 h4, #stacks_in_9205 h5, #stacks_in_9205 h6, #stacks_in_9205 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_9205 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_9207 {
	font-size: 150%;
}
#stacks_in_9208{
	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_9208 .c+.c .count{margin-left: 4px;}
#stacks_in_9208.s3 .c.s2_3 .count,#stacks_in_9208.s4 .c.s2_4 .count,#stacks_in_9208.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_9208.s2 .c.s1_2 .c-pad,#stacks_in_9208.s3 .c.s1_3 .c-pad,#stacks_in_9208.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_9208.s3 .c.s2_3 .c-pad,#stacks_in_9208.s4 .c.s2_4 .c-pad,#stacks_in_9208.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_9208.s2 .c.s2_2 .c-pad,#stacks_in_9208.s3 .c.s3_3 .c-pad,#stacks_in_9208.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 1000px) {

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

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

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

@media only screen and (max-width: 500px) {
	#stacks_in_9208 .count{ margin-left: 0 !important;}
	#stacks_in_9208 .c .c-pad{padding: 0 !important;}
	#stacks_in_9208.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_9208 {
	margin: 0px 15px 0px 15px;
}

#stacks_in_9209 {
	padding: 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_9211, #stacks_in_9211 h1, #stacks_in_9211 h2, #stacks_in_9211 h3, #stacks_in_9211 h4, #stacks_in_9211 h5, #stacks_in_9211 h6, #stacks_in_9211 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9211 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9214>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9214>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9214>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9214>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9218, #stacks_in_9218 h1, #stacks_in_9218 h2, #stacks_in_9218 h3, #stacks_in_9218 h4, #stacks_in_9218 h5, #stacks_in_9218 h6, #stacks_in_9218 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9218 {
	margin: 0px 0px 5px 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_9215, #stacks_in_9215 h1, #stacks_in_9215 h2, #stacks_in_9215 h3, #stacks_in_9215 h4, #stacks_in_9215 h5, #stacks_in_9215 h6, #stacks_in_9215 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9215 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9221>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9221>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9221>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9221>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9225, #stacks_in_9225 h1, #stacks_in_9225 h2, #stacks_in_9225 h3, #stacks_in_9225 h4, #stacks_in_9225 h5, #stacks_in_9225 h6, #stacks_in_9225 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9225 {
	margin: 0px 0px 5px 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_9222, #stacks_in_9222 h1, #stacks_in_9222 h2, #stacks_in_9222 h3, #stacks_in_9222 h4, #stacks_in_9222 h5, #stacks_in_9222 h6, #stacks_in_9222 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9222 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9228>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9228>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9228>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9228>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9232, #stacks_in_9232 h1, #stacks_in_9232 h2, #stacks_in_9232 h3, #stacks_in_9232 h4, #stacks_in_9232 h5, #stacks_in_9232 h6, #stacks_in_9232 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9232 {
	margin: 0px 0px 5px 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_9229, #stacks_in_9229 h1, #stacks_in_9229 h2, #stacks_in_9229 h3, #stacks_in_9229 h4, #stacks_in_9229 h5, #stacks_in_9229 h6, #stacks_in_9229 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9229 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_9235 {
	padding: 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_9237, #stacks_in_9237 h1, #stacks_in_9237 h2, #stacks_in_9237 h3, #stacks_in_9237 h4, #stacks_in_9237 h5, #stacks_in_9237 h6, #stacks_in_9237 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9237 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9240>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9240>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9240>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9240>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9244, #stacks_in_9244 h1, #stacks_in_9244 h2, #stacks_in_9244 h3, #stacks_in_9244 h4, #stacks_in_9244 h5, #stacks_in_9244 h6, #stacks_in_9244 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9244 {
	margin: 0px 0px 5px 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_9241, #stacks_in_9241 h1, #stacks_in_9241 h2, #stacks_in_9241 h3, #stacks_in_9241 h4, #stacks_in_9241 h5, #stacks_in_9241 h6, #stacks_in_9241 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9241 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9247>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9247>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9247>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9247>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9251, #stacks_in_9251 h1, #stacks_in_9251 h2, #stacks_in_9251 h3, #stacks_in_9251 h4, #stacks_in_9251 h5, #stacks_in_9251 h6, #stacks_in_9251 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9251 {
	margin: 0px 0px 5px 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_9248, #stacks_in_9248 h1, #stacks_in_9248 h2, #stacks_in_9248 h3, #stacks_in_9248 h4, #stacks_in_9248 h5, #stacks_in_9248 h6, #stacks_in_9248 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9248 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9254{
	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_9254 .c+.c .count{margin-left: 4px;}
#stacks_in_9254.s3 .c.s2_3 .count,#stacks_in_9254.s4 .c.s2_4 .count,#stacks_in_9254.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_9254.s2 .c.s1_2 .c-pad,#stacks_in_9254.s3 .c.s1_3 .c-pad,#stacks_in_9254.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_9254.s3 .c.s2_3 .c-pad,#stacks_in_9254.s4 .c.s2_4 .c-pad,#stacks_in_9254.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_9254.s2 .c.s2_2 .c-pad,#stacks_in_9254.s3 .c.s3_3 .c-pad,#stacks_in_9254.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 1000px) {

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

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

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

@media only screen and (max-width: 500px) {
	#stacks_in_9254 .count{ margin-left: 0 !important;}
	#stacks_in_9254 .c .c-pad{padding: 0 !important;}
	#stacks_in_9254.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_9254 {
	margin: 0px 15px 0px 15px;
}

#stacks_in_9255 {
	padding: 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_9257, #stacks_in_9257 h1, #stacks_in_9257 h2, #stacks_in_9257 h3, #stacks_in_9257 h4, #stacks_in_9257 h5, #stacks_in_9257 h6, #stacks_in_9257 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9257 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9260>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9260>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9260>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9260>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9264, #stacks_in_9264 h1, #stacks_in_9264 h2, #stacks_in_9264 h3, #stacks_in_9264 h4, #stacks_in_9264 h5, #stacks_in_9264 h6, #stacks_in_9264 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9264 {
	margin: 0px 0px 5px 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_9261, #stacks_in_9261 h1, #stacks_in_9261 h2, #stacks_in_9261 h3, #stacks_in_9261 h4, #stacks_in_9261 h5, #stacks_in_9261 h6, #stacks_in_9261 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9261 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9267>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9267>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9267>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9267>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9271, #stacks_in_9271 h1, #stacks_in_9271 h2, #stacks_in_9271 h3, #stacks_in_9271 h4, #stacks_in_9271 h5, #stacks_in_9271 h6, #stacks_in_9271 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9271 {
	margin: 0px 0px 5px 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_9268, #stacks_in_9268 h1, #stacks_in_9268 h2, #stacks_in_9268 h3, #stacks_in_9268 h4, #stacks_in_9268 h5, #stacks_in_9268 h6, #stacks_in_9268 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9268 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_9274 {
	padding: 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_9276, #stacks_in_9276 h1, #stacks_in_9276 h2, #stacks_in_9276 h3, #stacks_in_9276 h4, #stacks_in_9276 h5, #stacks_in_9276 h6, #stacks_in_9276 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9276 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9279>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9279>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9279>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9279>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9283, #stacks_in_9283 h1, #stacks_in_9283 h2, #stacks_in_9283 h3, #stacks_in_9283 h4, #stacks_in_9283 h5, #stacks_in_9283 h6, #stacks_in_9283 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9283 {
	margin: 0px 0px 5px 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_9280, #stacks_in_9280 h1, #stacks_in_9280 h2, #stacks_in_9280 h3, #stacks_in_9280 h4, #stacks_in_9280 h5, #stacks_in_9280 h6, #stacks_in_9280 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9280 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9286>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9286>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9286>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9286>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9290, #stacks_in_9290 h1, #stacks_in_9290 h2, #stacks_in_9290 h3, #stacks_in_9290 h4, #stacks_in_9290 h5, #stacks_in_9290 h6, #stacks_in_9290 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9290 {
	margin: 0px 0px 5px 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_9287, #stacks_in_9287 h1, #stacks_in_9287 h2, #stacks_in_9287 h3, #stacks_in_9287 h4, #stacks_in_9287 h5, #stacks_in_9287 h6, #stacks_in_9287 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9287 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9293{
	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_9293 .c+.c .count{margin-left: 4px;}
#stacks_in_9293.s3 .c.s2_3 .count,#stacks_in_9293.s4 .c.s2_4 .count,#stacks_in_9293.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_9293.s2 .c.s1_2 .c-pad,#stacks_in_9293.s3 .c.s1_3 .c-pad,#stacks_in_9293.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_9293.s3 .c.s2_3 .c-pad,#stacks_in_9293.s4 .c.s2_4 .c-pad,#stacks_in_9293.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_9293.s2 .c.s2_2 .c-pad,#stacks_in_9293.s3 .c.s3_3 .c-pad,#stacks_in_9293.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 1000px) {

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

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

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

@media only screen and (max-width: 500px) {
	#stacks_in_9293 .count{ margin-left: 0 !important;}
	#stacks_in_9293 .c .c-pad{padding: 0 !important;}
	#stacks_in_9293.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_9293 {
	margin: 0px 15px 15px 15px;
}
/* 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_9296, #stacks_in_9296 h1, #stacks_in_9296 h2, #stacks_in_9296 h3, #stacks_in_9296 h4, #stacks_in_9296 h5, #stacks_in_9296 h6, #stacks_in_9296 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9296 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9299>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9299>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9299>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9299>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9303, #stacks_in_9303 h1, #stacks_in_9303 h2, #stacks_in_9303 h3, #stacks_in_9303 h4, #stacks_in_9303 h5, #stacks_in_9303 h6, #stacks_in_9303 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9303 {
	margin: 0px 0px 5px 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_9300, #stacks_in_9300 h1, #stacks_in_9300 h2, #stacks_in_9300 h3, #stacks_in_9300 h4, #stacks_in_9300 h5, #stacks_in_9300 h6, #stacks_in_9300 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9300 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_9307 {
	padding: 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_9308, #stacks_in_9308 h1, #stacks_in_9308 h2, #stacks_in_9308 h3, #stacks_in_9308 h4, #stacks_in_9308 h5, #stacks_in_9308 h6, #stacks_in_9308 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
#stacks_in_9308 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9310>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9310>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9310>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9310>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9311, #stacks_in_9311 h1, #stacks_in_9311 h2, #stacks_in_9311 h3, #stacks_in_9311 h4, #stacks_in_9311 h5, #stacks_in_9311 h6, #stacks_in_9311 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9311 {
	margin: 0px 0px 5px 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_9313, #stacks_in_9313 h1, #stacks_in_9313 h2, #stacks_in_9313 h3, #stacks_in_9313 h4, #stacks_in_9313 h5, #stacks_in_9313 h6, #stacks_in_9313 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9313 {
	margin: 0px 0px 15px 0px;
}
#stacks_in_9315>.s3_row {
	margin: 0 -2px;
}

#stacks_in_9315>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_9315>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_9315>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}





/* CustomFont 3.0.6 */

#stacks_in_9316, #stacks_in_9316 h1, #stacks_in_9316 h2, #stacks_in_9316 h3, #stacks_in_9316 h4, #stacks_in_9316 h5, #stacks_in_9316 h6, #stacks_in_9316 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 500 !important;
    font-style: normal !important;
}
#stacks_in_9316 {
	margin: 0px 0px 5px 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_9318, #stacks_in_9318 h1, #stacks_in_9318 h2, #stacks_in_9318 h3, #stacks_in_9318 h4, #stacks_in_9318 h5, #stacks_in_9318 h6, #stacks_in_9318 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_9318 {
	margin: 0px 0px 15px 0px;
}

#stacks_in_7910 {
	margin: 0px 0px 60px 0px;
}
#stacks_in_7955{
	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_7955 .c+.c .count{margin-left: 4px;}
#stacks_in_7955.s3 .c.s2_3 .count,#stacks_in_7955.s4 .c.s2_4 .count,#stacks_in_7955.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_7955.s2 .c.s1_2 .c-pad,#stacks_in_7955.s3 .c.s1_3 .c-pad,#stacks_in_7955.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_7955.s3 .c.s2_3 .c-pad,#stacks_in_7955.s4 .c.s2_4 .c-pad,#stacks_in_7955.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_7955.s2 .c.s2_2 .c-pad,#stacks_in_7955.s3 .c.s3_3 .c-pad,#stacks_in_7955.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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_7955 .c+.c .count,
	#stacks_in_7955.s3 .c.s2_3 .count,
	#stacks_in_7955.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7955 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7955 .c:first-child,#stacks_in_7955.s4 .c.s1_4,#stacks_in_7955.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7955 .c:last-child,#stacks_in_7955.s4 .c.s3_4,#stacks_in_7955.s4 .c.s4_4{ padding: 4px 0 0;}

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

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

@media only screen and (max-width: 160px) {
	#stacks_in_7955 .count{ margin-left: 0 !important;}
	#stacks_in_7955 .c .c-pad{padding: 0 !important;}
	#stacks_in_7955.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_7955 {
	margin: 0px 15px 0px 15px;
}
/* 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_7912, #stacks_in_7912 h1, #stacks_in_7912 h2, #stacks_in_7912 h3, #stacks_in_7912 h4, #stacks_in_7912 h5, #stacks_in_7912 h6, #stacks_in_7912 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_7912 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_7913 {
	font-size: 150%;
}

#stacks_out_7964 {
	margin-right:0;
}

#stacks_in_7965 {
    background-image: url("821F76AD-6656-4DBA-B5BA-C9088D52D348.jpeg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#stacks_out_7965 {
	margin-right:0;
}
/* 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_7960, #stacks_in_7960 h1, #stacks_in_7960 h2, #stacks_in_7960 h3, #stacks_in_7960 h4, #stacks_in_7960 h5, #stacks_in_7960 h6, #stacks_in_7960 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_7960 {
	margin: 30px 0px 0px 0px;
}
#stacks_in_4490{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


.ncp img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
.ncp img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto; width: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_4490 .c+.c .count{margin-left: 4px;}
#stacks_in_4490.s3 .c.s2_3 .count,#stacks_in_4490.s4 .c.s2_4 .count,#stacks_in_4490.s4 .c.s3_4 .count{ margin-left: 2px;}
.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_4490.s2 .c.s1_2 .c-pad,#stacks_in_4490.s3 .c.s1_3 .c-pad,#stacks_in_4490.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_4490.s3 .c.s2_3 .c-pad,#stacks_in_4490.s4 .c.s2_4 .c-pad,#stacks_in_4490.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_4490.s2 .c.s2_2 .c-pad,#stacks_in_4490.s3 .c.s3_3 .c-pad,#stacks_in_4490.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4px;}
.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: 800px) {

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

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

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

@media only screen and (max-width: 400px) {
	#stacks_in_4490 .count{ margin-left: 0 !important;}
	#stacks_in_4490 .c .c-pad{padding: 0 !important;}
	#stacks_in_4490.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_4490 {
	margin: 0px 15px 0px 15px;
}

#stacks_in_7978 {
	margin: 0px 0px 45px 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_7979, #stacks_in_7979 h1, #stacks_in_7979 h2, #stacks_in_7979 h3, #stacks_in_7979 h4, #stacks_in_7979 h5, #stacks_in_7979 h6, #stacks_in_7979 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_7979 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_7980 {
	font-size: 150%;
}
#stacks_in_8060>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8060>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8060>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8060>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8060 {
	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_7982, #stacks_in_7982 h1, #stacks_in_7982 h2, #stacks_in_7982 h3, #stacks_in_7982 h4, #stacks_in_7982 h5, #stacks_in_7982 h6, #stacks_in_7982 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_7985, #stacks_in_7985 h1, #stacks_in_7985 h2, #stacks_in_7985 h3, #stacks_in_7985 h4, #stacks_in_7985 h5, #stacks_in_7985 h6, #stacks_in_7985 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8067>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8067>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8067>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8067>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8067 {
	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_7989, #stacks_in_7989 h1, #stacks_in_7989 h2, #stacks_in_7989 h3, #stacks_in_7989 h4, #stacks_in_7989 h5, #stacks_in_7989 h6, #stacks_in_7989 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_7992, #stacks_in_7992 h1, #stacks_in_7992 h2, #stacks_in_7992 h3, #stacks_in_7992 h4, #stacks_in_7992 h5, #stacks_in_7992 h6, #stacks_in_7992 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8074>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8074>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8074>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8074>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8074 {
	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_7996, #stacks_in_7996 h1, #stacks_in_7996 h2, #stacks_in_7996 h3, #stacks_in_7996 h4, #stacks_in_7996 h5, #stacks_in_7996 h6, #stacks_in_7996 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_7999, #stacks_in_7999 h1, #stacks_in_7999 h2, #stacks_in_7999 h3, #stacks_in_7999 h4, #stacks_in_7999 h5, #stacks_in_7999 h6, #stacks_in_7999 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8077>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8077>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8077>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8077>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8077 {
	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_8003, #stacks_in_8003 h1, #stacks_in_8003 h2, #stacks_in_8003 h3, #stacks_in_8003 h4, #stacks_in_8003 h5, #stacks_in_8003 h6, #stacks_in_8003 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_8006, #stacks_in_8006 h1, #stacks_in_8006 h2, #stacks_in_8006 h3, #stacks_in_8006 h4, #stacks_in_8006 h5, #stacks_in_8006 h6, #stacks_in_8006 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}
#stacks_in_8011 {
	margin: 0px 0px 45px 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_8012, #stacks_in_8012 h1, #stacks_in_8012 h2, #stacks_in_8012 h3, #stacks_in_8012 h4, #stacks_in_8012 h5, #stacks_in_8012 h6, #stacks_in_8012 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 600 !important;
    font-style: normal !important;
}
#stacks_in_8012 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
}

#stacks_in_8013 {
	font-size: 150%;
}
#stacks_in_8039>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8039>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8039>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8039>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8039 {
	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_8015, #stacks_in_8015 h1, #stacks_in_8015 h2, #stacks_in_8015 h3, #stacks_in_8015 h4, #stacks_in_8015 h5, #stacks_in_8015 h6, #stacks_in_8015 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_8018, #stacks_in_8018 h1, #stacks_in_8018 h2, #stacks_in_8018 h3, #stacks_in_8018 h4, #stacks_in_8018 h5, #stacks_in_8018 h6, #stacks_in_8018 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8046>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8046>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8046>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8046>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8046 {
	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_8022, #stacks_in_8022 h1, #stacks_in_8022 h2, #stacks_in_8022 h3, #stacks_in_8022 h4, #stacks_in_8022 h5, #stacks_in_8022 h6, #stacks_in_8022 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_8025, #stacks_in_8025 h1, #stacks_in_8025 h2, #stacks_in_8025 h3, #stacks_in_8025 h4, #stacks_in_8025 h5, #stacks_in_8025 h6, #stacks_in_8025 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_8053>.s3_row {
	margin: 0 -2px;
}

#stacks_in_8053>.s3_row>.s3_column_left {
	width: 30.00%;
}

#stacks_in_8053>.s3_row>.s3_column_right {
	width: 70.000000%;
}




#stacks_in_8053>.s3_row>.s3_column {
	padding: 0 2px;
}










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



}



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


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


}






#stacks_in_8053 {
	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_8029, #stacks_in_8029 h1, #stacks_in_8029 h2, #stacks_in_8029 h3, #stacks_in_8029 h4, #stacks_in_8029 h5, #stacks_in_8029 h6, #stacks_in_8029 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_8032, #stacks_in_8032 h1, #stacks_in_8032 h2, #stacks_in_8032 h3, #stacks_in_8032 h4, #stacks_in_8032 h5, #stacks_in_8032 h6, #stacks_in_8032 p {
    font-family: 'Open Sans', Open Sans !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    font-style: normal !important;
}#stacks_in_9459>.s3_row {
	margin: 0 -31px;
}

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

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




#stacks_in_9459>.s3_row>.s3_column {
	padding: 0 31px;
}










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



}



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



}






#stacks_in_9459 {
	background-color: rgba(13, 13, 13, 1.00);
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding: 40px 45px 40px 45px;
}

#stacks_in_9465 {
    background-image: url("F109C773-8F5F-465B-80CF-FE1BE31B2F16.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
/* CustomFont 3.0.6 */

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

#stacks_in_9460 {
    background-image: url("0E91B7D8-2B0C-40F3-8ED4-8E38394CA9BC.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
/* CustomFont 3.0.6 */

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