/*
 * animate
 */

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


.seam{background-color:transparent;width:100%;overflow:hidden}.seam svg{display:block;-webkit-transform:scale(1.05);transform:scale(1.05)}.seam-top{z-index:1;position:absolute;top:0}.seam-bottom{z-index:1;position:absolute;bottom:0}.seam-content-wrapper{position:relative;overflow:hidden}.seam-content-wrapper .seam,.seam-content-wrapper .seam-filler{position:absolute;width:100%;top:60%}.seam-content-wrapper .seam{-webkit-transform:translateY(-100%) scale(1.01);transform:translateY(-100%) scale(1.01)}.seam-content-wrapper .seam-filler{height:100%}.seam-animate-end{visibility:hidden}
.cookie-jar{display:none;z-index:9999;position:fixed;bottom:0;width:100%}.cookie-jar.cookie-jar-top{bottom:auto;top:0}.cookie-jar-buttons > div{width:49.5%;display:inline-block}
.vegas-wrapper,.vegas-overlay,.vegas-timer,.vegas-slide,.vegas-slide-inner{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container > .vegas-timer,body.vegas-container > .vegas-overlay,body.vegas-container > .vegas-slide{position:fixed;z-index:-1}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}
#cookiejar_stacks_in_506{padding:5px;background-color:rgba(0, 0, 0, 1.00)}

#stacks_in_508 {
	background-color: rgba(0, 0, 0, 1.00);
	padding:  14px;
}
#stacks_in_511_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_511 a:link, #stacks_in_511 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_511 a:hover, #stacks_in_511 a:active {
	color:#FFFFFF;
}







#stacks_in_511 a:link, #stacks_in_511 a:visited {
	background-color:#5BC33D;
	background: -webkit-gradient(linear, left top, left bottom, from(#5BC33D), to(#367524));
	border:1px solid #367524;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_511 a:hover {
	background-color:#62D242;
	background: -webkit-gradient(linear, left top, left bottom, from(#62D242), to(#2F651F));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_511 a:active {
	background-color:#5BC33D;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_out_511 {
	width: 49%;
	margin-right:0;
}
#stacks_in_514_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_514 a:link, #stacks_in_514 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_514 a:hover, #stacks_in_514 a:active {
	color:#FFFFFF;
}







#stacks_in_514 a:link, #stacks_in_514 a:visited {
	background-color:#FF0208;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0208), to(#BC0105));
	border:1px solid #BC0105;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_514 a:hover {
	background-color:#FF0209;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0209), to(#A30104));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_514 a:active {
	background-color:#FF0208;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_out_514 {
	width: 250px;
	margin-left:0;
}
#stacks_in_7{overflow:visible !important}#stacks_in_7 > .impact-animate{animation-duration:1600ms;animation-delay:10ms}

#stacks_in_7 {
	background-color: rgba(0, 0, 0, 1.00);
}
  
#stacks_in_492>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_out_28 {
	width: 67%;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_30anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_30editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_30editInfo i{
	vertical-align: middle;
}

.stacks_in_30editInfo:before{
content:"#da1";
float: right;
}

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

.stacks_in_30topOffset{
	position: relative;
	height: 0;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- */  

#stacks_in_229 {
	margin: 0px 80px 0px 80px;
	padding: 36px 0px 44px 0px;
}

#stacks_in_230 {
	font-size: 186%;
}

#stacks_in_231 {
	margin: 0px 80px 0px 80px;
}

#stacks_in_232 {
	padding: 0px 10px 20px 0px;
}

#stacks_in_233 {
	font-size: 95%;
}

#stacks_in_235 {
	margin: 0px 80px 0px 80px;
}

#stacks_in_236 {
	padding: 0px 10px 20px 0px;
}

#stacks_in_237 {
	font-size: 95%;
}

#stacks_in_239 {
	margin: 0px 80px 0px 80px;
}

#stacks_in_240 {
	padding: 0px 10px 20px 0px;
}

#stacks_in_241 {
	font-size: 95%;
}
#stacks_in_495 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


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


#stacks_in_495 a i,
#stacks_in_495 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_495 a,
  #stacks_in_495 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_495 a:hover,
  #stacks_in_495 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_495 a i,
  #stacks_in_495 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_495 a:hover i,
  #stacks_in_495 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  





#stacks_in_495 {
	margin: 0px 80px 19px 80px;
}

#stacks_out_495 {
	width: 350px;
	margin-left:0;
}
#stacks_in_496 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


#stacks_in_496 a .flat_button_2_text {
  padding-left: 49px;
  padding-right: 49px;
  text-align: center !important;
  
}


#stacks_in_496 a i,
#stacks_in_496 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_496 a,
  #stacks_in_496 a:visited {
    background-color: rgba(73, 156, 49, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_496 a:hover,
  #stacks_in_496 a:active {
    background-color: rgba(53, 111, 36, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_496 a i,
  #stacks_in_496 a:visited i {
    background-color: rgba(140, 63, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_496 a:hover i,
  #stacks_in_496 a:active i {
    background-color: rgba(111, 51, 161, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  





#stacks_in_496 {
	margin: 0px 80px 12px 80px;
}

#stacks_out_496 {
	width: 350px;
	margin-left:0;
}
#stacks_in_243 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


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


#stacks_in_243 a i,
#stacks_in_243 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_243 a,
  #stacks_in_243 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_243 a:hover,
  #stacks_in_243 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_243 a i,
  #stacks_in_243 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_243 a:hover i,
  #stacks_in_243 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  





#stacks_in_243 {
	margin: 0px 80px 19px 80px;
}

#stacks_out_243 {
	margin-left:0;
}
#stacks_in_244 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


#stacks_in_244 a .flat_button_2_text {
  padding-left: 49px;
  padding-right: 49px;
  text-align: center !important;
  
}


#stacks_in_244 a i,
#stacks_in_244 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_244 a,
  #stacks_in_244 a:visited {
    background-color: rgba(73, 156, 49, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_244 a:hover,
  #stacks_in_244 a:active {
    background-color: rgba(53, 111, 36, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_244 a i,
  #stacks_in_244 a:visited i {
    background-color: rgba(140, 63, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_244 a:hover i,
  #stacks_in_244 a:active i {
    background-color: rgba(111, 51, 161, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  





#stacks_in_244 {
	margin: 0px 80px 12px 80px;
}

#stacks_out_244 {
	margin-left:0;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_245editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_245editInfo i{
	vertical-align: middle;
}

.stacks_in_245editInfo:before{
content:"#da1";
float: right;
}

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

.stacks_in_245topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_245topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */
#stacks_in_245 {
	margin: 0px 80px 20px 80px;
}

#stacks_out_245 {
	margin-left:0;
}
#stacks_in_246 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


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


#stacks_in_246 a i,
#stacks_in_246 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;

  
    float: left;
    
  

  

  
    float: none;
  
}







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

  #stacks_in_246 a:hover,
  #stacks_in_246 a:active {
    background-color: rgba(251, 237, 12, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_246 a i,
  #stacks_in_246 a:visited i {
    background-color: rgba(199, 0, 18, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_246 a:hover i,
  #stacks_in_246 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

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





#stacks_in_246 {
	margin: 32px 0px 0px 0px;
}

#stacks_out_246 {
	width: 70px;
	margin-left:0;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_249anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_249editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_249editInfo i{
	vertical-align: middle;
}

.stacks_in_249editInfo:before{
content:"#da2";
float: right;
}

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

.stacks_in_249topOffset{
	position: relative;
	height: 0;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- */
#stacks_in_254 {
	margin: 0px 80px 0px 80px;
}

#stacks_out_254 {
	margin-right:0;
}

#stacks_in_257 {
	font-size: 80%;
}

#stacks_in_259 {
	padding: 0px 0px 16px 0px;
}
#stacks_in_260>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}






#stacks_in_263 {
	margin: 0px 0px 8px 0px;
}

#stacks_out_263 {
	margin-left:0;
}

#stacks_in_264 {
	line-height: 2em;
	font-size: 90%;
}
#stacks_in_266 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_266 .jwresp_col{overflow:hidden;margin:0;width:43%; float:left;}#stacks_in_266 #jwresp_col2_stacks_in_266{ float:right; width:55%}@media screen and (max-width:1030px){#stacks_in_266 #jwresp_col1_stacks_in_266,#stacks_in_266 #jwresp_col2_stacks_in_266{width:100%;float:none;display:block}#stacks_in_266 #jwresp_col1_stacks_in_266{margin-bottom:15px}}

#stacks_in_267 {
	margin: 6px 0px 24px 0px;
}

#stacks_out_267 {
	width: 90%;
	margin-left:0;
}
  @media screen and (max-width:320px){#stacks_in_270{display:none}} 

#stacks_in_271 {
	margin: 16px 8px 24px 0px;
}

#stacks_out_271 {
	margin-left:0;
}

#stacks_in_272 {
	font-size: 91%;
}
#stacks_in_497 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


#stacks_in_497 a .flat_button_2_text {
  padding-left: 28px;
  padding-right: 28px;
  text-align: center !important;
  
}


#stacks_in_497 a i,
#stacks_in_497 a:visited i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_497 a,
  #stacks_in_497 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_497 a:hover,
  #stacks_in_497 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_497 a i,
  #stacks_in_497 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_497 a:hover i,
  #stacks_in_497 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  





#stacks_in_497 {
	margin: 0px 0px 12px 0px;
}

#stacks_out_497 {
	margin-left:0;
}
#stacks_in_498 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


#stacks_in_498 a .flat_button_2_text {
  padding-left: 28px;
  padding-right: 28px;
  text-align: center !important;
  
}


#stacks_in_498 a i,
#stacks_in_498 a:visited i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_498 a,
  #stacks_in_498 a:visited {
    background-color: rgba(73, 156, 49, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_498 a:hover,
  #stacks_in_498 a:active {
    background-color: rgba(53, 111, 36, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_498 a i,
  #stacks_in_498 a:visited i {
    background-color: rgba(140, 63, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_498 a:hover i,
  #stacks_in_498 a:active i {
    background-color: rgba(111, 51, 161, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  





#stacks_in_498 {
	margin: 0px 0px 12px 0px;
}

#stacks_out_498 {
	margin-left:0;
}
#stacks_in_274 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


#stacks_in_274 a .flat_button_2_text {
  padding-left: 28px;
  padding-right: 28px;
  text-align: center !important;
  
}


#stacks_in_274 a i,
#stacks_in_274 a:visited i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_274 a,
  #stacks_in_274 a:visited {
    background-color: rgba(3, 117, 216, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_274 a:hover,
  #stacks_in_274 a:active {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_274 a i,
  #stacks_in_274 a:visited i {
    background-color: rgba(2, 90, 165, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_274 a:hover i,
  #stacks_in_274 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  





#stacks_in_274 {
	margin: 0px 0px 12px 0px;
}

#stacks_out_274 {
	margin-left:0;
}
#stacks_in_275 .flat_button_2_alignment {
  font-size: 14px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


#stacks_in_275 a .flat_button_2_text {
  padding-left: 28px;
  padding-right: 28px;
  text-align: center !important;
  
}


#stacks_in_275 a i,
#stacks_in_275 a:visited i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 52px;

  
    float: left;
    
  

  

  
}







  /* Flat Color Mode */
  #stacks_in_275 a,
  #stacks_in_275 a:visited {
    background-color: rgba(73, 156, 49, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_275 a:hover,
  #stacks_in_275 a:active {
    background-color: rgba(53, 111, 36, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_275 a i,
  #stacks_in_275 a:visited i {
    background-color: rgba(140, 63, 204, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_275 a:hover i,
  #stacks_in_275 a:active i {
    background-color: rgba(111, 51, 161, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

  





#stacks_in_275 {
	margin: 0px 0px 12px 0px;
}

#stacks_out_275 {
	margin-left:0;
}
  @media screen and (max-width:1030px){#stacks_in_276{display:none}} 

#stacks_in_277 {
	padding: 16px 0px 0px 0px;
}

#stacks_in_278 {
	margin: 16px 40px 0px 0px;
}

#stacks_in_279 {
	font-size: 90%;
}

#stacks_out_283 {
	margin-left:0;
}

#stacks_in_284 {
	font-size: 90%;
}

#stacks_in_285 {
	padding: 0px 19px 16px 0px;
}

#stacks_in_286 {
	font-size: 92%;
}

#stacks_in_287 {
	padding: 0px 51px 0px 0px;
}

#stacks_out_287 {
	margin-left:0;
}

#stacks_in_289 {
	margin: 0px 0px 2px 0px;
}

#stacks_out_289 {
	margin-left:0;
}

#stacks_in_290 {
	font-size: 90%;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_292editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_292editInfo i{
	vertical-align: middle;
}

.stacks_in_292editInfo:before{
content:"#da1";
float: right;
}

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

.stacks_in_292topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_292topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */
#stacks_in_292 {
	margin: 0px 0px 20px 0px;
}

#stacks_out_292 {
	margin-left:0;
}
#stacks_in_293 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


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


#stacks_in_293 a i,
#stacks_in_293 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;

  
    float: left;
    
  

  

  
    float: none;
  
}







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

  #stacks_in_293 a:hover,
  #stacks_in_293 a:active {
    background-color: rgba(251, 237, 12, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_293 a i,
  #stacks_in_293 a:visited i {
    background-color: rgba(199, 0, 18, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_293 a:hover i,
  #stacks_in_293 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

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





#stacks_out_293 {
	width: 70px;
	margin-left:0;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_301anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_301editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_301editInfo i{
	vertical-align: middle;
}

.stacks_in_301editInfo:before{
content:"#da3";
float: right;
}

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

.stacks_in_301topOffset{
	position: relative;
	height: 0;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- */ .wrapper-stacks_in_302{min-height:100px}.wrapper-stacks_in_302 .seam,.wrapper-stacks_in_302 .seam-filler{top:100%} 

#stacks_in_307 {
	margin: 0px 80px 40px 80px;
}

#stacks_in_308 {
	padding: 0px 0px 36px 0px;
}

#stacks_in_309 {
	font-size: 125%;
}
#stacks_in_310 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_310 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_310 #jwresp_col2_stacks_in_310{ float:right; width:49%}@media screen and (max-width:1030px){#stacks_in_310 #jwresp_col1_stacks_in_310,#stacks_in_310 #jwresp_col2_stacks_in_310{width:100%;float:none;display:block}#stacks_in_310 #jwresp_col1_stacks_in_310{margin-bottom:16px}}

#stacks_in_311 {
	margin: 0px 0px 22px 0px;
}

#stacks_in_312 {
	font-size: 92%;
}

#stacks_out_314 {
	width: 250px;
	float: left;
	margin-left:0;
}

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

#stacks_in_319 {
	font-size: 92%;
}
#stacks_in_321 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_321 .jwresp_col{float:none} #stacks_in_321 #jwresp_col2_stacks_in_321{position:relative;margin:0 auto;width:28%;float:none}#stacks_in_321 #jwresp_col1_stacks_in_321,#stacks_in_321 #jwresp_col3_stacks_in_321{width:30%}#stacks_in_321 #jwresp_col1_stacks_in_321{float:left}#stacks_in_321 #jwresp_col3_stacks_in_321{float:right} @media screen and (max-width:1030px){#stacks_in_321 #jwresp_col1_stacks_in_321,#stacks_in_321 #jwresp_col3_stacks_in_321{margin-bottom:50px}#stacks_in_321 #jwresp_col1_stacks_in_321{width:47%}#stacks_in_321 #jwresp_col3_stacks_in_321{width:47%}#stacks_in_321 #jwresp_col2_stacks_in_321{clear:both;width:100%;display:block}}  @media screen and (max-width:770px){#stacks_in_321 #jwresp_col1_stacks_in_321,#stacks_in_321 #jwresp_col3_stacks_in_321,#stacks_in_321 #jwresp_col2_stacks_in_321{float:none;width:100%;display:block}#stacks_in_321 #jwresp_col1_stacks_in_321,#stacks_in_321 #jwresp_col3_stacks_in_321{margin-bottom:20px}} 

#stacks_in_321 {
	padding: 0px 0px 32px 0px;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_325editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_325editInfo i{
	vertical-align: middle;
}

.stacks_in_325editInfo:before{
content:"#da1";
float: right;
}

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

.stacks_in_325topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_325topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */
#stacks_out_325 {
	margin-left:0;
}
#stacks_in_326 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


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


#stacks_in_326 a i,
#stacks_in_326 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;

  
    float: left;
    
  

  

  
    float: none;
  
}







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

  #stacks_in_326 a:hover,
  #stacks_in_326 a:active {
    background-color: rgba(251, 237, 12, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_326 a i,
  #stacks_in_326 a:visited i {
    background-color: rgba(199, 0, 18, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_326 a:hover i,
  #stacks_in_326 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

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





#stacks_out_326 {
	width: 70px;
	margin-left:0;
}
#parallax_stacks_in_459{position:relative;overflow:visible}#parallax_stacks_in_459 .parallax-overlay{position:absolute;top:-0px;height:calc(100% + 0px);width:100%;opacity:0.50}#parallax_stacks_in_459 .parallax-overlay.overlay-hide{display:none}#parallax_stacks_in_459 .parallax-overlay.overlay-color{background-color:rgba(0, 0, 0, 1.00)}#parallax_stacks_in_459 .parallax-overlay.overlay-tile{background-image:url();background-repeat:repeat}@media only screen and (max-width:40em){#parallax_stacks_in_459 .parallax-overlay{height:100%;top:0}}#parallax_stacks_in_459{background:transparent}#parallax_stacks_in_459.type-cover{position:absolute}#parallax_stacks_in_459.type-image{min-height:400px}#parallax_stacks_in_459.touch-device{background-image:none !important;position:relative}#parallax_stacks_in_459.touch-device:after{position:absolute;content:"";top:0;left:0;bottom:0;right:0;height:100%;width:100%;background-size:cover;background-position:center center;overflow:hidden;opacity:0.26;z-index:-1}#parallax_stacks_in_459 > *{z-index:10}@media only screen and (max-width:40em){.parallax-mirror{display:none}#parallax_stacks_in_459{background-image:none !important;position:relative}#parallax_stacks_in_459:after{position:absolute;content:"";top:0;left:0;bottom:0;right:0;height:100%;width:100%;background-size:cover;background-position:center center;overflow:hidden;opacity:0.26;z-index:-1}}

#stacks_in_334 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width:  1px;
}
/* -- Start Anchor Each css Template -- */


.stacks_in_336anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_336editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_336editInfo i{
	vertical-align: middle;
}

.stacks_in_336editInfo:before{
content:"#da4";
float: right;
}

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

.stacks_in_336topOffset{
	position: relative;
	height: 0;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- */
#stacks_in_338 {
	margin: 0px 80px -9px 80px;
}

#stacks_in_339 {
	font-size: 222%;
}
  
#stacks_in_342 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_342 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_342 #jwresp_col2_stacks_in_342{ float:right; width:49%}@media screen and (max-width:770px){#stacks_in_342 #jwresp_col1_stacks_in_342,#stacks_in_342 #jwresp_col2_stacks_in_342{width:100%;float:none;display:block}#stacks_in_342 #jwresp_col1_stacks_in_342{margin-bottom:15px}}

#stacks_in_342 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 0px 80px 0px 80px;
}
/* -- Start Anchor Each css Template -- */



.stacks_in_345editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_345editInfo i{
	vertical-align: middle;
}

.stacks_in_345editInfo:before{
content:"#da1";
float: right;
}

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

.stacks_in_345topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_345topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */
#stacks_out_345 {
	margin-left:0;
}

#stacks_in_348 {
	padding: 0px 0px 36px 0px;
}
/*  Archetypon Parallaxis Columns  */
.pcColumnsWrapper{
	width: 100%;
	overflow: auto;
}
.pcColumns_stacks_in_351{ 
	width: 50%;
     float: left; 
    margin: 0;
}

#pcColumn2_stacks_in_351{
	width: 50%;	
	 float: right; 
}

@media only screen and (max-width: 600px) {
	#pcColumn1_stacks_in_351, #pcColumn2_stacks_in_351{
		width: 100%;
		margin: 0;
		float: none;
		display: block;
		margin-bottom: 0;
	}
}
/* end */



/* -- Start Anchor Each css Template -- */



.stacks_in_354editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_354editInfo i{
	vertical-align: middle;
}

.stacks_in_354editInfo:before{
content:"#da1";
float: right;
}

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

.stacks_in_354topOffset{
	position: relative;
	height: 50;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}

.stacks_in_354topOffset:after{
	content: "Top Offset";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #7f8c8d;
}




/* -- End Anchor Each css Template -- */
#stacks_in_354 {
	margin: 0px 0px 40px 80px;
}

#stacks_out_354 {
	margin-left:0;
}
#stacks_in_355 .flat_button_2_alignment {
  font-size: 18px;
  
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  
  text-align: left;
}


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

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

  

}


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


#stacks_in_355 a i,
#stacks_in_355 a:visited i {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;

  
    float: left;
    
  

  

  
    float: none;
  
}







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

  #stacks_in_355 a:hover,
  #stacks_in_355 a:active {
    background-color: rgba(251, 237, 12, 1.00);
    color: rgba(255, 255, 255, 1.00) !important;
  }

  #stacks_in_355 a i,
  #stacks_in_355 a:visited i {
    background-color: rgba(199, 0, 18, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }

  #stacks_in_355 a:hover i,
  #stacks_in_355 a:active i {
    background-color: rgba(0, 71, 132, 1.00);
    color: rgba(255, 255, 255, 1.00);
  }












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

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





#stacks_out_355 {
	width: 70px;
	margin-left:0;
}
#parallax_stacks_in_463{position:relative;overflow:visible}#parallax_stacks_in_463 .parallax-overlay{position:absolute;top:-0px;height:calc(100% + 0px);width:100%;opacity:0.50}#parallax_stacks_in_463 .parallax-overlay.overlay-hide{display:none}#parallax_stacks_in_463 .parallax-overlay.overlay-color{background-color:rgba(0, 0, 0, 1.00)}#parallax_stacks_in_463 .parallax-overlay.overlay-tile{background-image:url();background-repeat:repeat}@media only screen and (max-width:40em){#parallax_stacks_in_463 .parallax-overlay{height:100%;top:0}}#parallax_stacks_in_463{background:transparent}#parallax_stacks_in_463.type-cover{position:absolute}#parallax_stacks_in_463.type-image{min-height:400px}#parallax_stacks_in_463.touch-device{background-image:none !important;position:relative}#parallax_stacks_in_463.touch-device:after{position:absolute;content:"";top:0;left:0;bottom:0;right:0;height:100%;width:100%;background-size:cover;background-position:center center;overflow:hidden;opacity:0.43;z-index:-1}#parallax_stacks_in_463 > *{z-index:10}@media only screen and (max-width:40em){.parallax-mirror{display:none}#parallax_stacks_in_463{background-image:none !important;position:relative}#parallax_stacks_in_463:after{position:absolute;content:"";top:0;left:0;bottom:0;right:0;height:100%;width:100%;background-size:cover;background-position:center center;overflow:hidden;opacity:0.43;z-index:-1}}
/* -- Start Anchor Each css Template -- */


.stacks_in_362anchorStack{
	height: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}


.stacks_in_362editInfo{
	color: #ffffff;
	background: #16a085;
	padding: 3px 10px 3px 10px;
	border-radius: 2px;
	font-size: 18px;
}

.stacks_in_362editInfo i{
	vertical-align: middle;
}

.stacks_in_362editInfo:before{
content:"#da5";
float: right;
}

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

.stacks_in_362topOffset{
	position: relative;
	height: 0;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	margin-bottom: -2px;
}




/* -- End Anchor Each css Template -- */
#stacks_in_408 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width:  1px;
}
