/*
 * com.bwd.lib.sectionspro
 */

.sections-stack.s-pro.eq-height,.sections-stack.s-pro.eq-height > .shear-wrapper{margin-top:0 !important}.sections-stack.s-pro.top-margin-none{margin-top:0}.sections-stack.s-pro.bot-margin-none{margin-bottom:0}.sections-stack.s-pro .inner-content{position:relative}.sections-stack.s-pro .content-wrapper.fill-content{height:100%}.sections-stack.s-pro .content-wrapper > .content{margin:0;padding:0}.sections-stack.s-pro .shear-inner::before,.sections-stack.s-pro .shear-inner::after{-webkit-box-sizing:border-box !important;box-sizing:border-box !important;pointer-events:none !important;position:absolute;top:0;height:100%;left:0;width:100%;content:""}.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.full-height,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner > .inner-content.v-center,.sections-stack.s-pro.allow-pull-out > .shear-wrapper > .shear-inner.fixed-height > .inner-content{overflow:visible !important}


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


@media screen and (min-width:40em){.row.collapse-tablet-up .columns{padding-left:0!important;padding-right:0!important}}


 .sections-box--stack .s-box>.s-box-content{position:relative}.sections-box--stack.box-3d{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.sections-box--stack.box-pos.sbox-h-center{margin-left:auto!important;margin-right:auto!important}.sections-box--stack.box-pos.sbox-h-right{margin-right:0!important;margin-left:auto!important}.sections-box--stack.box-pos>.s-box{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.sections-box--stack.box-pos>.s-box>.s-box-content{position:relative;width:100%}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-top{-ms-flex-item-align:start;align-self:flex-start}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-center{-ms-flex-item-align:center;align-self:center}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-bottom{-ms-flex-item-align:end;align-self:flex-end}.sections-box--stack.box-abs-inline{position:absolute!important;display:inline-block;width:auto!important}.sections-box--stack.box-abs{position:absolute!important;max-width:100%;max-height:100%}.sections-box--stack.box-abs.sbox-top{top:0}.sections-box--stack.box-abs.sbox-h-left{left:0;right:auto}.sections-box--stack.box-abs.sbox-h-right{right:0;left:auto}.sections-box--stack.box-abs.sbox-v-bottom{bottom:0;top:auto}.sections-box--stack.box-abs.sbox-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs.sbox-h-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sections-box--stack.box-abs.sbox-v-center.sbox-h-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sections-box--stack.box-abs.size-content{height:auto!important}.sections-box--stack.box-abs.size-content>.s-box{position:relative}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-bottom{position:absolute;bottom:0;left:0;width:100%}.sections-box--stack .box-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.com_bigwhiteduck_stacks_markdownpro_stack figure{margin:0}.com_bigwhiteduck_stacks_markdownpro_stack figure img{max-width:100%;height:auto}.com_bigwhiteduck_stacks_markdownpro_stack figure figcaption{display:none}.com_bigwhiteduck_stacks_markdownpro_stack pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-center p{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-left p{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-right p{text-align:right}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-justify p{text-align:justify}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-inherit{text-align:inherit}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-center h6{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-left h6{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-right h6{text-align:right}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.h-inherit h6{text-align:inherit}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-center ul{display:table;margin:0 auto}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-left ul{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-right ul{display:table;margin:0 0 0 auto}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-center ul li p{text-align:center}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-left ul li p{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.l-txt-right ul li p{text-align:right}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-text-center,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-text-center p{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h1,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h2,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h3,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h4,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h5,.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-header-center h6{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-list-center ul{display:table;margin:0 auto}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.small-only-listtext-center ul li p{text-align:center}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_markdownpro_stack .mdp.p-justify.small-only-just-left p{text-align:left !important}}.com_bigwhiteduck_stacks_markdownpro_stack .mdp p:empty{display:none !important}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.quote-left[class*="text-"] blockquote{text-align:left}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.quote-left[class*="text-"] blockquote > p{text-align:left;margin-bottom:0}.com_bigwhiteduck_stacks_markdownpro_stack .mdp.no-bot-margin >:nth-last-child(2){margin-bottom:0 !important}.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::before,.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::after{content:" ";display:table}.com_bigwhiteduck_stacks_markdownpro_stack .md-clearfix::after{clear:both}.com_bigwhiteduck_stacks_markdownpro_stack .mdp-cntrls{display:none !important}
.com_bigwhiteduck_stacks_FoundationButtonPlus2_stack{position:relative}.b-p.icon-only{-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.bp-wrap.bp-txt-left>.b-p:not(.icon-only){text-align:left!important}.bp-wrap.bp-txt-center>.b-p:not(.icon-only){text-align:center!important}.bp-wrap.bp-txt-right>.b-p:not(.icon-only){text-align:right!important}.bp-wrap.noclick-active>.b-p.active{pointer-events:none!important} .bp-wrap.inline-wrap{display:inline-block}
*{min-height:0;min-width:0}.blu-sidebar,.blu-sidebar .flex-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blu-sidebar .flex-col>.stacks_out{width:100%}.blu-sidebar,.blu-sidebar>.blu-side,.blu-sidebar>.blu-side>.blu-side__wrap,.blu-sidebar>.blu-content,.blu-sidebar>.blu-gutter{position:relative}.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-side__wrap>.blu-wrap>.blueprint-col>.blucol-content,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col,.blu-sidebar.eq-bpo .blu-content__wrap>.blu-wrap>.blueprint-col>.blucol-content{position:static!important}.blu-sidebar>.blu-gutter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
/* https://github.com/una/CSSgram */

/* The MIT License (MIT)

Copyright (c) 2015 Una Kravets

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. */

.aden{position:relative;-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden:after,.aden:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.aden img{width:100%;z-index:1}.aden:before{z-index:2}.aden:after{z-index:3}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.gingham::after,.perpetua::after,.reyes::after{mix-blend-mode:soft-light}.inkwell{position:relative;-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.inkwell:after,.inkwell:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.inkwell img{width:100%;z-index:1}.inkwell:before{z-index:2}.inkwell:after{z-index:3}.perpetua{position:relative}.perpetua:after,.perpetua:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.perpetua img{width:100%;z-index:1}.perpetua:before{z-index:2}.perpetua:after{z-index:3}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d);opacity:.5}.reyes{position:relative;-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes:after,.reyes:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.reyes img{width:100%;z-index:1}.reyes:before{z-index:2}.reyes:after{z-index:3}.reyes::after{background:#efcdad;opacity:.5}.gingham{position:relative;-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham:after,.gingham:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.gingham img{width:100%;z-index:1}.gingham:before{z-index:2}.gingham:after{z-index:3}.gingham::after{background:#e6e6fa}.toaster{position:relative;-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster:after,.toaster:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.toaster img{width:100%;z-index:1}.toaster:before{z-index:2}.toaster:after{z-index:3}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{position:relative;-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden:after,.walden:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.walden img{width:100%;z-index:1}.walden:before{z-index:2}.walden:after{z-index:3}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{position:relative;-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson:after,.hudson:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.hudson img{width:100%;z-index:1}.hudson:before{z-index:2}.hudson:after{z-index:3}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{position:relative;-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird:after,.earlybird:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.earlybird img{width:100%;z-index:1}.earlybird:before{z-index:2}.earlybird:after{z-index:3}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{position:relative;-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair:after,.mayfair:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.mayfair img{width:100%;z-index:1}.mayfair:before{z-index:2}.mayfair:after{z-index:3}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{position:relative;-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi:after,.lofi:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.lofi img{width:100%;z-index:1}.lofi:before{z-index:2}.lofi:after{z-index:3}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{position:relative;-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after,._1977:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977 img{width:100%;z-index:1}._1977:before{z-index:2}._1977:after{z-index:3;background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{position:relative;-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn:after,.brooklyn:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.brooklyn img{width:100%;z-index:1}.brooklyn:before{z-index:2}.brooklyn:after{z-index:3}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{position:relative;-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.xpro2 img{width:100%;z-index:1}.xpro2:before{z-index:2}.xpro2:after{z-index:3}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{position:relative;-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville:after,.nashville:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.nashville img{width:100%;z-index:1}.nashville:before{z-index:2}.nashville:after{z-index:3}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{position:relative;-webkit-filter:contrast(.9);filter:contrast(.9)}.lark:after,.lark:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.lark img{width:100%;z-index:1}.lark:before{z-index:2}.lark:after{z-index:3}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{position:relative;-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon:after,.moon:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.moon img{width:100%;z-index:1}.moon:before{z-index:2}.moon:after{z-index:3}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{position:relative;-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:after,.clarendon:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.clarendon img{width:100%;z-index:1}.clarendon:before{z-index:2;background:rgba(127,187,227,.2);mix-blend-mode:overlay}.clarendon:after{z-index:3}.willow{position:relative;-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow:after,.willow:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.willow img{width:100%;z-index:1}.willow:before{z-index:2}.willow:after{z-index:3}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{position:relative;-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise:after,.rise:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.rise img{width:100%;z-index:1}.rise:before{z-index:2}.rise:after{z-index:3}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}.slumber{position:relative;-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber:after,.slumber:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.slumber img{width:100%;z-index:1}.slumber:before{z-index:2}.slumber:after{z-index:3}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.brannan{position:relative;-webkit-filter:sepia(.5) contrast(1.4);filter:sepia(.5) contrast(1.4)}.brannan:after,.brannan:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.brannan img{width:100%;z-index:1}.brannan:before{z-index:2}.brannan:after{z-index:3}.brannan::after{background-color:rgba(161,44,199,.31);mix-blend-mode:lighten}.valencia{position:relative;-webkit-filter:contrast(1.08) brightness(1.08) sepia(.08);filter:contrast(1.08) brightness(1.08) sepia(.08)}.valencia:after,.valencia:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.valencia img{width:100%;z-index:1}.valencia:before{z-index:2}.valencia:after{z-index:3}.valencia::after{background:#3a0339;mix-blend-mode:exclusion;opacity:.5}.kelvin{position:relative}.kelvin:after,.kelvin:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.kelvin img{width:100%;z-index:1}.kelvin:before{z-index:2}.kelvin:after{z-index:3}.kelvin::after{background:#b77d21;mix-blend-mode:overlay}.kelvin::before{background:#382c34;mix-blend-mode:color-dodge}.maven{position:relative;-webkit-filter:sepia(.25) brightness(.95) contrast(.95) saturate(1.5);filter:sepia(.25) brightness(.95) contrast(.95) saturate(1.5)}.maven:after,.maven:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.maven img{width:100%;z-index:1}.maven:before{z-index:2}.maven:after{z-index:3;background:rgba(3,230,26,.2);mix-blend-mode:hue}.stinson{position:relative;-webkit-filter:contrast(.75) saturate(.85) brightness(1.15);filter:contrast(.75) saturate(.85) brightness(1.15)}.stinson:after,.stinson:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}.stinson img{width:100%;z-index:1}.stinson:before{z-index:2}.stinson:after{z-index:3}.stinson::before{background:rgba(240,149,128,.2);mix-blend-mode:soft-light}
@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}


@-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2,2);
    -webkit-filter: blur(2px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1,1);
    -webkit-filter: blur(0px);
  }
}
@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2,2);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1,1);
    filter: blur(0px);
  }
}
@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    -webkit-filter: blur(90px);
  }

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}

.puffIn {
  -webkit-animation-name: puffIn;
  animation-name: puffIn;
}
.puffOut {
  -webkit-animation-name: puffOut;
  animation-name: puffOut;
}
.vanishIn {
  -webkit-animation-name: vanishIn;
  animation-name: vanishIn;
}.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
.com_joeworkman_stacks_fontawesome_stack .jw-wrapper{margin:0;text-align:left}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-center{text-align:center}.com_joeworkman_stacks_fontawesome_stack .jw-wrapper.jw-right{text-align:right}.com_joeworkman_stacks_fontawesome_stack i.fa,.com_joeworkman_stacks_fontawesome_stack .fa-stack{-webkit-transition:color 300ms ease 0s;transition:color 300ms ease 0s}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-spin,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-spin{padding:0.2em;-webkit-box-sizing:content-box;box-sizing:content-box}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-45,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-45{padding:0.2em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-135,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-135{padding:0.2em;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-225,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-225{padding:0.2em;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.com_joeworkman_stacks_fontawesome_stack i.fa.fa-rotate-315,.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-rotate-315{padding:0.2em;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.com_joeworkman_stacks_fontawesome_stack .fa-stack.fa-border{padding:0}.com_joeworkman_stacks_fontawesome_stack a{text-decoration:none}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}
.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
.blu-wrap.bwd{overflow:visible}.blu-wrap.bwd>.blueprint-col{padding-top:.1px;padding-bottom:.1px}.blu-wrap.bwd>.blueprint-col,.blu-wrap.bwd>.blueprint-col>.blucol-content{position:relative}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"].has-z{z-index:1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]::before{z-index:-1}.blu-wrap.bwd>.blueprint-col>.blucol-content[class*="style-pro-stacks"]:not(.full-ovl)::after{z-index:-1}.blu-wrap.bwd>.blueprint-col .blu-cf::before,.blu-wrap.bwd>.blueprint-col .blu-cf::after{content:" ";display:table}.blu-wrap.bwd>.blueprint-col .blu-cf::after{clear:both}.blu-wrap.bwd>.blueprint-col>.blu-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
#stacks_in_779_1 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_779_1 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_779_1 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_779_1 > .row.padding-detailed.padding-medium-up,#stacks_in_779_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_779_1 > .row.padding-detailed.padding-y-medium-up,#stacks_in_779_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_779_1 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_779_1 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

 .no-js #foundation-loader{display:none}#foundation-loader{display:block;background-color:rgba(150, 0, 31, 1.00)}#foundation-loader .loader-inner{margin-left:0px}#foundation-loader .loader-inner > div{background-color:rgba(255, 255, 255, 1.00)}#foundation-loader .ball-grid-pulse,#foundation-loader .ball-grid-beat,#foundation-loader .semi-circle-spin{margin:0 auto;-webkit-transform:translateY(40%);transform:translateY(40%)}#foundation-loader .loader-inner > div,#foundation-loader .ball-rotate > div:before,#foundation-loader .ball-rotate > div:after,#foundation-loader .ball-clip-rotate-pulse > div:first-child,#foundation-loader .pacman > div:nth-child(3),#foundation-loader .pacman > div:nth-child(4),#foundation-loader .pacman > div:nth-child(5),#foundation-loader .pacman > div:nth-child(6){background-color:rgba(255, 255, 255, 1.00)}#foundation-loader .square-spin > div,#foundation-loader .ball-clip-rotate > div{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(255, 255, 255, 1.00)}#foundation-loader .ball-clip-rotate > div{border-bottom-color:transparent}#foundation-loader .ball-clip-rotate-pulse > div:last-child,#foundation-loader .ball-clip-rotate-multiple > div:last-child{background-color:transparent;border-color:rgba(255, 255, 255, 1.00) transparent rgba(255, 255, 255, 1.00) transparent}#foundation-loader .ball-clip-rotate-multiple > div{background-color:transparent;border-color:transparent rgba(255, 255, 255, 1.00) transparent rgba(255, 255, 255, 1.00)}#foundation-loader .ball-scale-ripple > div,#foundation-loader .ball-scale-ripple-multiple > div,#foundation-loader .ball-triangle-path > div{background-color:transparent;border-color:rgba(255, 255, 255, 1.00)}#foundation-loader .triangle-skew-spin > div{background-color:transparent;border-left-color:transparent;border-right-color:transparent;border-bottom-color:rgba(255, 255, 255, 1.00)}#foundation-loader .pacman > div:first-of-type,#foundation-loader .pacman > div:nth-child(2){background-color:transparent;border-right-color:transparent;border-top-color:rgba(255, 255, 255, 1.00);border-left-color:rgba(255, 255, 255, 1.00);border-bottom-color:rgba(255, 255, 255, 1.00)}#foundation-loader .semi-circle-spin > div{width:35px;height:35px;background-color:transparent;background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,transparent),color-stop(30%,rgba(255, 255, 255, 1.00)),to(rgba(255, 255, 255, 1.00)));background-image:linear-gradient(transparent 0%,transparent 70%,rgba(255, 255, 255, 1.00) 30%,rgba(255, 255, 255, 1.00) 100%)}.stacks_top{opacity:0} .theme-version{display:block}.theme-version.number-110,#stacks_in_779_15{display:none}.stacks_out{overflow:visible !important}.stacks_in{overflow:visible}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}::-moz-selection{color:rgba(255, 255, 255, 1.00);background:rgba(0, 140, 186, 1.00);}body,.font-family-text{font-family:"Titillium Web",sans-serif;font-weight:400;}h1,.font-family-h1{font-family:"Roboto",sans-serif;font-style:normal;font-weight:300;}h1 a,.font-family-h1 a{font-family:inherit}h2,h3,h4,h5,h6,.font-family-h2{font-family:"Roboto",sans-serif;font-style:normal;font-weight:600;}h2 a,h3 a,h4 a,h5 a,h6 a,.font-family-h2 a{font-family:inherit}body{background-color:#FFFFFF;}.hide-for-touch,.show-for-touch{display:none}.no-js .hide-for-touch{display:block}.vegas-loading{display:none}.vegas-background{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;max-width:none !important}.vegas-overlay,.vegas-background{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hide-overflow{overflow:hidden !important}.columns > .equalizer.small-up{height:100%}@media only screen and (min-width:40.063em){.columns > .equalizer.medium-up{height:100%}}@media only screen and (min-width:62.563em){.columns > .equalizer.large-up{height:100%}}@media only screen and (max-width:40em){.row.collapse-small > .columns{padding-left:0;padding-right:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.collapse-medium > .columns{padding-left:0;padding-right:0}}@media only screen and (max-width:40em){.row .row.collapse-small{margin:0;width:auto}.row .row.collapse-small::before,.row .row.collapse-small::after{content:" ";display:table}.row .row.collapse-small::after{clear:both}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row .row.collapse-medium{margin:0;width:auto}.row .row.collapse-medium::before,.row .row.collapse-medium::after{content:" ";display:table}.row .row.collapse-medium::after{clear:both}}.column,.columns{padding-left:0.80rem;padding-right:0.80rem}.row .row{margin:0 -0.80rem}.row.divider > .columns:not(:first-child):before{content:" ";margin:0 -0.80rem;position:absolute}@media only screen and (max-width:40em){.row.divider-medium-up > .columns::before,.row.divider-large-up > .columns::before,.small-12::before{display:none}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.row.divider-large-up > .columns::before,.medium-12::before{display:none}}@media only screen and (min-width:62.563em){.large-12:before{display:none}}.floating-body.radius{border-radius:8px}.floating-body.radius > .columns > .stacks_out:first-child > .stacks_in > .top-bar-wrapper:not(.fixed){border-top-right-radius:8px;border-top-left-radius:8px}.floating-body .top-bar-wrapper.contain-to-grid.fixed{max-width:1200px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.radius{background-clip:padding-box}img{color:#FFFFFF}img.radius{border-radius:8px}img.round{border-radius:1000px}.row{max-width:1200px !important;}.row.max-edge{max-width:100% !important}body{color:rgba(0, 0, 0, 1.00)}a{color:rgba(217, 76, 105, 1.00);-webkit-text-decoration:none;text-decoration:none;font-weight:inherit}a:hover,a:focus{color:rgba(174, 37, 50, 1.00)}a.close,a.close-reveal-modal{text-decoration:none}.alt{color:rgba(255, 255, 255, 1.00)}.alt a{color:rgba(255, 204, 102, 1.00);-webkit-text-decoration:none;text-decoration:none}.alt a:hover,.alt a:focus{color:rgba(255, 204, 102, 1.00)}.alt small{color:rgba(255, 255, 255, 1.00)}h1,h2,h3,h4,h5,h6{color:rgba(0, 0, 0, 1.00);margin-top:0}h1.alt,h2.alt,h3.alt,h4.alt,h5.alt,h6.alt{color:rgba(255, 255, 255, 1.00)}h1.subheader,h2.subheader,h3.subheader,h4.subheader,h5.subheader,h6.subheader{color:rgba(0, 0, 0, 1.00)}h1.subheader.alt,h2.subheader.alt,h3.subheader.alt,h4.subheader.alt,h5.subheader.alt,h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:30%;color:rgba(0, 0, 0, 1.00)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit !important}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{opacity:0.8;color:inherit !important}h1{font-size:2.12rem}h2{font-size:1.69rem}h3{font-size:1.38rem}h4{font-size:1.12rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.05rem}@media only screen and (min-width:40.063em){h1{font-size:2.75rem}h2{font-size:2.31rem}h3{font-size:1.69rem}h4{font-size:1.44rem}h5{font-size:1.12rem}h6{font-size:1.00rem}p,ul li,ol li{font-size:1.15rem}}code{color:rgba(204, 55, 30, 1.00)}hr,blockquote,abbr,acronym,.vcard{border-color:rgba(221, 221, 221, 1.00)}hr.alt,blockquote.alt,abbr.alt,acronym.alt,.vcard.alt{border-color:rgba(255, 255, 255, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.primary,blockquote.primary,abbr.primary,acronym.primary,.vcard.primary{border-color:rgba(0, 140, 186, 1.00)}hr.secondary,blockquote.secondary,abbr.secondary,acronym.secondary,.vcard.secondary{border-color:rgba(231, 231, 231, 1.00)}hr.swatch1,blockquote.swatch1,abbr.swatch1,acronym.swatch1,.vcard.swatch1{border-color:rgba(34, 34, 34, 1.00)}hr.swatch2,blockquote.swatch2,abbr.swatch2,acronym.swatch2,.vcard.swatch2{border-color:rgba(34, 34, 34, 1.00)}hr.swatch3,blockquote.swatch3,abbr.swatch3,acronym.swatch3,.vcard.swatch3{border-color:rgba(34, 34, 34, 1.00)}hr.swatch4,blockquote.swatch4,abbr.swatch4,acronym.swatch4,.vcard.swatch4{border-color:rgba(248, 248, 248, 1.00)}hr.swatch5,blockquote.swatch5,abbr.swatch5,acronym.swatch5,.vcard.swatch5{border-color:rgba(248, 248, 248, 1.00)}hr.swatch6,blockquote.swatch6,abbr.swatch6,acronym.swatch6,.vcard.swatch6{border-color:rgba(248, 248, 248, 1.00)}blockquote,blockquote p{color:rgba(0, 0, 0, 1.00)}blockquote cite,blockquote cite a,blockquote p cite,blockquote p cite a{color:rgba(0, 0, 0, 1.00)}blockquote.alt,blockquote.alt p,blockquote p.alt,blockquote p.alt p{color:rgba(255, 255, 255, 1.00)}blockquote.alt cite,blockquote.alt cite a,blockquote.alt p cite,blockquote.alt p cite a,blockquote p.alt cite,blockquote p.alt cite a,blockquote p.alt p cite,blockquote p.alt p cite a{color:rgba(255, 255, 255, 1.00)}.flex-video{margin-bottom:0}.contain-to-grid .top-bar{max-width:1200px}.top-bar .top-bar-section ul li > a.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar .top-bar-section ul li > a.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar .top-bar-section ul li > a.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.top-bar .top-bar-section ul li > a.button.alert{background-color:rgba(240, 65, 36, 1.00)}.top-bar .top-bar-section ul li > a.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.top-bar .top-bar-section ul li > a.button.success{background-color:rgba(67, 172, 106, 1.00)}.top-bar .top-bar-section ul li > a.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.top-bar .top-bar-section ul li > a.button.radius{border-radius:8px}.top-bar-wrapper.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-primary ul:not(.title-area) ul.dropdown{background-color:rgba(0, 140, 186, 1.00)}.top-bar-wrapper.fn-scheme-primary .site-title,.top-bar-wrapper.fn-scheme-primary .site-title small,.top-bar-wrapper.fn-scheme-primary a:not(.button){color:rgba(255, 255, 255, 1.00) !important}.top-bar-wrapper.fn-scheme-primary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00);box-shadow:0 0 0 1px rgba(255, 255, 255, 1.00),0 7px 0 1px rgba(255, 255, 255, 1.00),0 14px 0 1px rgba(255, 255, 255, 1.00)}.top-bar-wrapper.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-secondary ul:not(.title-area) ul.dropdown{background-color:rgba(231, 231, 231, 1.00)}.top-bar-wrapper.fn-scheme-secondary .site-title,.top-bar-wrapper.fn-scheme-secondary .site-title small,.top-bar-wrapper.fn-scheme-secondary a:not(.button){color:rgba(51, 51, 51, 1.00) !important}.top-bar-wrapper.fn-scheme-secondary .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00);box-shadow:0 0 0 1px rgba(51, 51, 51, 1.00),0 7px 0 1px rgba(51, 51, 51, 1.00),0 14px 0 1px rgba(51, 51, 51, 1.00)}.top-bar-wrapper.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch1 .site-title,.top-bar-wrapper.fn-scheme-swatch1 .site-title small,.top-bar-wrapper.fn-scheme-swatch1 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch1 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch2 .site-title,.top-bar-wrapper.fn-scheme-swatch2 .site-title small,.top-bar-wrapper.fn-scheme-swatch2 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch2 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 ul:not(.title-area) ul.dropdown{background-color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch3 .site-title,.top-bar-wrapper.fn-scheme-swatch3 .site-title small,.top-bar-wrapper.fn-scheme-swatch3 a:not(.button){color:rgba(248, 248, 248, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch3 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00);box-shadow:0 0 0 1px rgba(248, 248, 248, 1.00),0 7px 0 1px rgba(248, 248, 248, 1.00),0 14px 0 1px rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch4 .site-title,.top-bar-wrapper.fn-scheme-swatch4 .site-title small,.top-bar-wrapper.fn-scheme-swatch4 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch4 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch5 .site-title,.top-bar-wrapper.fn-scheme-swatch5 .site-title small,.top-bar-wrapper.fn-scheme-swatch5 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch5 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 ul:not(.title-area) ul.dropdown{background-color:rgba(248, 248, 248, 1.00)}.top-bar-wrapper.fn-scheme-swatch6 .site-title,.top-bar-wrapper.fn-scheme-swatch6 .site-title small,.top-bar-wrapper.fn-scheme-swatch6 a:not(.button){color:rgba(34, 34, 34, 1.00) !important}.top-bar-wrapper.fn-scheme-swatch6 .top-bar .toggle-topbar.menu-icon a span::after{-webkit-box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00);box-shadow:0 0 0 1px rgba(34, 34, 34, 1.00),0 7px 0 1px rgba(34, 34, 34, 1.00),0 14px 0 1px rgba(34, 34, 34, 1.00)}.alert-box{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00)}.alert-box a:not(.close){color:rgba(255, 255, 255, 1.00);text-decoration:underline}.alert-box.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00)}.alert-box.alert{background-color:rgba(240, 65, 36, 1.00);border-color:rgba(228, 61, 34, 1.00)}.alert-box.success{background-color:rgba(67, 172, 106, 1.00);border-color:rgba(63, 163, 100, 1.00)}.alert-box.warning{background-color:rgba(240, 138, 36, 1.00);border-color:rgba(228, 131, 34, 1.00)}.alert-box.info{background-color:rgba(160, 211, 232, 1.00);color:rgba(76, 76, 76, 1.00);border-color:rgba(152, 200, 220, 1.00)}.alert-box.radius{border-radius:8px}.breadcrumbs{background-color:rgba(231, 231, 231, 1.00);border-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}.breadcrumbs .current a{color:rgba(51, 51, 51, 1.00)}.breadcrumbs.radius{border-radius:8px}.breadcrumbs header{display:inline}.breadcrumbs .fa{font-size:1em}.breadcrumbs .unavailable{color:rgba(51, 51, 51, 1.00)}.breadcrumbs li:before{color:rgba(76, 76, 76, 1.00)}.breadcrumbs *:first-child:before{margin:0 .75rem}.button{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.button:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.button.secondary:hover{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.alert{background-color:rgba(240, 65, 36, 1.00)}.button.alert:hover{background-color:rgba(228, 61, 34, 1.00)}.button.success{background-color:rgba(67, 172, 106, 1.00)}.button.success:hover{background-color:rgba(63, 163, 100, 1.00)}.button.radius{border-radius:8px}.button.ghost{background-color:transparent;border-width:1px;border-color:rgba(0, 140, 186, 1.00);color:rgba(0, 140, 186, 1.00)}.button.ghost:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(0, 133, 176, 1.00);background-color:rgba(0, 133, 176, 1.00)}.button.ghost.secondary{border-color:rgba(231, 231, 231, 1.00);color:rgba(231, 231, 231, 1.00)}.button.ghost.secondary:hover{color:rgba(51, 51, 51, 1.00);border-color:rgba(219, 219, 219, 1.00);background-color:rgba(219, 219, 219, 1.00)}.button.ghost.alert{border-color:rgba(240, 65, 36, 1.00);color:rgba(240, 65, 36, 1.00)}.button.ghost.alert:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(228, 61, 34, 1.00);background-color:rgba(228, 61, 34, 1.00)}.button.ghost.success{border-color:rgba(67, 172, 106, 1.00);color:rgba(67, 172, 106, 1.00)}.button.ghost.success:hover{color:rgba(255, 255, 255, 1.00);border-color:rgba(63, 163, 100, 1.00);background-color:rgba(63, 163, 100, 1.00)}.split.button.radius span{border-top-right-radius:8px;border-bottom-right-radius:8px}.split.button span::after{border-top-color:rgba(255, 255, 255, 1.00)}.split.button.secondary span::after{border-top-color:rgba(51, 51, 51, 1.00)}.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{border-bottom-left-radius:8px;border-top-left-radius:8px}.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{border-top-right-radius:8px;border-bottom-right-radius:8px}.button-group.stack > li .button,.button-group.stack-for-small > li .button{border-top:1px solid rgba(255,255,255,0.5)}.icon-bar{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.icon-bar > .item{cursor:pointer;color:rgba(255, 255, 255, 1.00)}.icon-bar > .item label,.icon-bar > .item i{color:rgba(255, 255, 255, 1.00)}.icon-bar > .item:hover{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.icon-bar.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item label,.icon-bar.secondary > .item i{color:rgba(51, 51, 51, 1.00)}.icon-bar.secondary > .item:hover{background-color:rgba(219, 219, 219, 1.00);color:rgba(51, 51, 51, 1.00)}form[data-abide] .error label{color:rgba(240, 65, 36, 1.00)}form[data-abide] .error small.error,form[data-abide] .error span.error{background-color:rgba(240, 65, 36, 1.00);color:rgba(255, 255, 255, 1.00)}input[type="radio"]{margin-left:1px}form input[type="text"],form input[type="password"],form input[type="date"],form input[type="datetime"],form input[type="datetime-local"],form input[type="month"],form input[type="week"],form input[type="email"],form input[type="number"],form input[type="search"],form input[type="tel"],form input[type="time"],form input[type="url"],form textarea,form select{font-size:16px;color:rgba(0, 0, 0, 1.00)}form input[type="text"]:focus,form input[type="password"]:focus,form input[type="date"]:focus,form input[type="datetime"]:focus,form input[type="datetime-local"]:focus,form input[type="month"]:focus,form input[type="week"]:focus,form input[type="email"]:focus,form input[type="number"]:focus,form input[type="search"]:focus,form input[type="tel"]:focus,form input[type="time"]:focus,form input[type="url"]:focus,form textarea:focus,form select:focus{border-color:rgba(0, 140, 186, 1.00)}form fieldset{border-color:rgba(221, 221, 221, 1.00)}form legend{background-color:#FFFFFF}form label{color:rgba(0, 0, 0, 1.00)}form.radius input[type="text"],form.radius input[type="password"],form.radius input[type="date"],form.radius input[type="datetime"],form.radius input[type="datetime-local"],form.radius input[type="month"],form.radius input[type="week"],form.radius input[type="email"],form.radius input[type="number"],form.radius input[type="search"],form.radius input[type="tel"],form.radius input[type="time"],form.radius input[type="url"],form.radius textarea,form.radius select,form.radius small.error{border-radius:8px}form.radius span.prefix,form.radius label.prefix{border-bottom-left-radius:8px;border-top-left-radius:8px}form.radius span.postfix,form.radius label.postfix{border-top-right-radius:8px;border-bottom-right-radius:8px}form.radius .input-group > *:first-child,form.radius .input-group > *:first-child *{border-bottom-left-radius:8px;border-top-left-radius:8px}form.radius .input-group > *:last-child,form.radius .input-group > *:last-child *{border-top-right-radius:8px;border-bottom-right-radius:8px}.range-slider,.range-slider.radius,.range-slider.round{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(225, 225, 225, 1.00)}.range-slider .range-slider-handle,.range-slider.radius .range-slider-handle,.range-slider.round .range-slider-handle{background-color:rgba(0, 140, 186, 1.00)}.range-slider .range-slider-handle:hover,.range-slider.radius .range-slider-handle:hover,.range-slider.round .range-slider-handle:hover{background-color:rgba(0, 133, 176, 1.00)}.range-slider .range-slider-active-segment,.range-slider.radius .range-slider-active-segment,.range-slider.round .range-slider-active-segment{background-color:rgba(225, 225, 225, 1.00)}.range-slider.secondary,.range-slider.radius.secondary,.range-slider.round.secondary{background-color:rgba(51, 51, 51, 1.00);border-color:rgba(21, 21, 21, 1.00)}.range-slider.secondary .range-slider-handle,.range-slider.radius.secondary .range-slider-handle,.range-slider.round.secondary .range-slider-handle{background-color:rgba(231, 231, 231, 1.00)}.range-slider.secondary .range-slider-handle:hover,.range-slider.radius.secondary .range-slider-handle:hover,.range-slider.round.secondary .range-slider-handle:hover{background-color:rgba(219, 219, 219, 1.00)}.range-slider.secondary .range-slider-active-segment,.range-slider.radius.secondary .range-slider-active-segment,.range-slider.round.secondary .range-slider-active-segment{background-color:rgba(21, 21, 21, 1.00)}.slider-display{display:block;margin-top:16px}fieldset.switch label{background-color:#e6e6e6}fieldset.switch label::after{background-color:rgba(255, 255, 255, 1.00)}fieldset.switch input:checked + label{background-color:rgba(0, 140, 186, 1.00)}fieldset.switch.secondary label::after{background-color:rgba(51, 51, 51, 1.00)}fieldset.switch.secondary input:checked + label{background-color:rgba(231, 231, 231, 1.00)}fieldset.switch.alert input:checked + label{background-color:rgba(240, 65, 36, 1.00)}fieldset.switch.success input:checked + label{background-color:rgba(67, 172, 106, 1.00)}.label{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00);margin-bottom:0}.label.secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.label.alert{background-color:rgba(240, 65, 36, 1.00)}.label.success{background-color:rgba(67, 172, 106, 1.00)}.label.radius{border-radius:8px}.alert-box .close{opacity:0.5}.slideshow-wrapper{min-height:50px;z-index:10}.orbit-container .orbit-bullets li{cursor:pointer;background:rgba(231, 231, 231, 1.00)}.orbit-container .orbit-bullets li.active,.orbit-container .orbit-bullets li:hover{background:rgba(0, 140, 186, 1.00)}.accordion .accordion-navigation > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.accordion .accordion-navigation > a:hover{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > a.radius{border-radius:8px}.accordion .accordion-navigation > a.round{border-radius:1000px}.accordion .accordion-navigation.active > a{background-color:rgba(0, 133, 176, 1.00)}.accordion .accordion-navigation > .content{background-color:transparent !important}.accordion.secondary .accordion-navigation > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.accordion.secondary .accordion-navigation > a:hover{background-color:rgba(219, 219, 219, 1.00)}.accordion.secondary .accordion-navigation.active > a{background-color:rgba(219, 219, 219, 1.00)}.tabs li.tab-title > a{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.tabs li.tab-title > a:hover{background-color:rgba(0, 133, 176, 1.00)}.tabs li.tab-title.active > a{color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 133, 176, 1.00)}.tabs.secondary li.tab-title > a{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.tabs.secondary li.tab-title > a:hover{background-color:rgba(219, 219, 219, 1.00)}.tabs.secondary li.tab-title.active > a{color:rgba(51, 51, 51, 1.00);background-color:rgba(219, 219, 219, 1.00)}.tabs.swatch1 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch1 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch1 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch2 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch2 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title > a{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.tabs.swatch3 li.tab-title > a:hover{background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch3 li.tab-title.active > a{color:rgba(248, 248, 248, 1.00);background-color:rgba(32, 32, 32, 1.00)}.tabs.swatch4 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch4 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch4 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch5 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch5 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title > a{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.tabs.swatch6 li.tab-title > a:hover{background-color:rgba(235, 235, 235, 1.00)}.tabs.swatch6 li.tab-title.active > a{color:rgba(34, 34, 34, 1.00);background-color:rgba(235, 235, 235, 1.00)}.tabs.radius li.tab-title:first-child a{border-bottom-left-radius:8px;border-top-left-radius:8px}.tabs.radius li.tab-title:last-child a{border-top-right-radius:8px;border-bottom-right-radius:8px}.th.radius{border-radius:8px}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00);box-shadow:0 0 6px 1px rgba(0, 70, 93, 1.00)}.f-dropdown,.f-dropdown.content{background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(51, 51, 51, 1.00)}.f-dropdown::before,.f-dropdown.content::before{border-color:transparent transparent rgba(255, 255, 255, 1.00) transparent}.f-dropdown::after,.f-dropdown.content::after{border-color:transparent transparent rgba(204, 204, 204, 1.00) transparent}.f-dropdown li a,.f-dropdown.content li a{color:rgba(51, 51, 51, 1.00)}.f-dropdown li:hover,.f-dropdown.content li:hover{background-color:rgba(0,0,0,0.1)}.f-dropdown.radius,.f-dropdown.content.radius{border-radius:8px}.tooltip{border-radius:8px;background-color:rgba(51, 51, 51, 1.00);color:rgba(255, 255, 255, 1.00)}.panel{background-color:rgba(242, 242, 242, 1.00);border-color:rgba(219, 219, 219, 1.00)}.panel.radius{border-radius:8px}.panel p{color:rgba(0, 0, 0, 1.00)}.panel p a{color:rgba(217, 76, 105, 1.00)}.panel p.alt{color:rgba(255, 255, 255, 1.00)}.panel p.alt a{color:rgba(255, 204, 102, 1.00)}.panel p.alt a:hover{color:rgba(255, 204, 102, 1.00)}.panel p.alt small{color:rgba(255, 255, 255, 1.00)}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{color:rgba(0, 0, 0, 1.00)}.panel h1.alt,.panel h2.alt,.panel h3.alt,.panel h4.alt,.panel h5.alt,.panel h6.alt{color:rgba(255, 255, 255, 1.00)}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{color:rgba(0, 0, 0, 1.00)}.panel h1.subheader.alt,.panel h2.subheader.alt,.panel h3.subheader.alt,.panel h4.subheader.alt,.panel h5.subheader.alt,.panel h6.subheader.alt{color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .title{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.pricing-table.primary .price{color:rgba(0, 0, 0, 1.00)}.pricing-table.primary .description{color:rgba(0, 0, 0, 1.00)}.pricing-table.primary .bullet-item{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .title{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.pricing-table.secondary .price{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .description{color:rgba(0, 0, 0, 1.00)}.pricing-table.secondary .bullet-item{color:rgba(0, 0, 0, 1.00)}.pricing-table.radius{border-radius:8px}.pricing-table.radius .title{border-top-right-radius:8px;border-top-left-radius:8px}.pricing-table.radius .cta-button{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.side-nav li a:not(.button){color:rgba(217, 76, 105, 1.00)}.side-nav li a:not(.button):hover{background-color:rgba(243, 243, 243, 1.00);color:rgba(174, 37, 50, 1.00)}.side-nav li.active > a:first-child:not(.button){color:rgba(217, 76, 105, 1.00)}.side-nav li.active:not(.has-dropdown) a:not(.button){color:rgba(184, 64, 89, 1.00)}.side-nav header{color:rgba(0, 0, 0, 1.00);margin-top:1rem;margin-bottom:0.5rem}.side-nav label{color:rgba(0, 0, 0, 1.00)}.side-nav li.divider{border-top-color:rgba(221, 221, 221, 1.00)}.side-nav.alt li a:not(.button){color:rgba(255, 204, 102, 1.00)}.side-nav.alt li a:not(.button):hover{background-color:rgba(255, 255, 255, 1.00);color:rgba(255, 204, 102, 1.00)}.side-nav.alt li.active > a:first-child:not(.button){color:rgba(255, 204, 102, 1.00)}.side-nav.alt li.active:not(.has-dropdown) a:not(.button){color:rgba(216, 173, 86, 1.00)}.side-nav.alt header{color:rgba(255, 255, 255, 1.00)}.side-nav.alt label{color:rgba(255, 255, 255, 1.00)}.side-nav.alt li.divider{border-top-color:rgba(255, 255, 255, 1.00)}.sub-nav dt,.sub-nav dd,.sub-nav li{float:none;display:inline-block}.sub-nav dt a:not(.button),.sub-nav dd a:not(.button),.sub-nav li a:not(.button){color:rgba(0, 140, 186, 1.00)}.sub-nav dt a:not(.button):hover,.sub-nav dd a:not(.button):hover,.sub-nav li a:not(.button):hover{color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button),.sub-nav dd.active a:not(.button),.sub-nav li.active a:not(.button){color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 140, 186, 1.00)}.sub-nav dt.active a:not(.button):hover,.sub-nav dd.active a:not(.button):hover,.sub-nav li.active a:not(.button):hover{background-color:rgba(0, 133, 176, 1.00)}.sub-nav dt.active a:not(.button).secondary,.sub-nav dd.active a:not(.button).secondary,.sub-nav li.active a:not(.button).secondary{color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav dt.active a:not(.button).secondary:hover,.sub-nav dd.active a:not(.button).secondary:hover,.sub-nav li.active a:not(.button).secondary:hover{background-color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt a:not(.button),.sub-nav.secondary dd a:not(.button),.sub-nav.secondary li a:not(.button){color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt a:not(.button):hover,.sub-nav.secondary dd a:not(.button):hover,.sub-nav.secondary li a:not(.button):hover{color:rgba(219, 219, 219, 1.00)}.sub-nav.secondary dt.active a:not(.button),.sub-nav.secondary dd.active a:not(.button),.sub-nav.secondary li.active a:not(.button){color:rgba(51, 51, 51, 1.00);background-color:rgba(231, 231, 231, 1.00)}.sub-nav.secondary dt.active a:not(.button):hover,.sub-nav.secondary dd.active a:not(.button):hover,.sub-nav.secondary li.active a:not(.button):hover{background-color:rgba(219, 219, 219, 1.00)}.reveal-modal{z-index:9999;background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00);border:none;border-radius:0}@media screen and (max-width:39.9375em){.reveal-modal{border-radius:0 !important}}.reveal-modal.fullscreen{position:fixed;top:0px !important;width:100vw;height:100vh;overflow-y:scroll}.reveal-modal.fullscreen .close-reveal-modal{position:fixed}.reveal-modal.radius{border-radius:8px}.reveal-modal .close-reveal-modal{color:rgba(170, 170, 170, 1.00);font-weight:normal;z-index:99999}.reveal-modal-bg{z-index:9998;background:rgba(0, 0, 0, 0.45)}nav.inline-nav ul.inline-list{margin-left:0}nav.inline-nav ul.inline-list li{float:none;display:inline-block}nav.inline-nav ul.inline-list li:first-child{margin-left:0}nav.inline-nav ul.inline-list li.active{border-width:0 0 1px 0;border-style:solid;border-bottom-color:rgba(217, 76, 105, 1.00)}nav.inline-nav ul.inline-list.alt li.active{border-bottom-color:rgba(255, 204, 102, 1.00)}.clearing-blackout{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .visible-img,.clearing-assembled .clearing-container .clearing-caption{background-color:rgba(255, 255, 255, 1.00)}.clearing-assembled .clearing-container .carousel{background-color:rgba(242, 242, 242, 1.00)}.clearing-assembled .clearing-container .clearing-close{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-close:hover,.clearing-assembled .clearing-container .clearing-close:focus{color:rgba(170, 170, 170, 1.00)}.clearing-assembled .clearing-container .clearing-main-next > span{border-color:transparent;border-left-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-main-prev > span{border-color:transparent;border-right-color:rgba(51, 51, 51, 1.00)}.clearing-assembled .clearing-container .clearing-caption{color:rgba(51, 51, 51, 1.00)}.copyright{color:rgba(0, 0, 0, 1.00);font-size:0.9rem}.copyright a{color:rgba(217, 76, 105, 1.00)}.copyright a:hover{color:rgba(174, 37, 50, 1.00)}.stacks_s_hidden,.stacks_m_hidden,.stacks_l_hidden{display:block !important}@media only screen and (max-width:40em){.stacks_s_hidden{display:none !important}}@media only screen and (min-width:40.063em) and (max-width:62.5em){.stacks_m_hidden{display:none !important}}@media only screen and (min-width:62.563em){.stacks_l_hidden{display:none !important}}.fn-text-header{color:rgba(0, 0, 0, 1.00)}.fn-text-link a{color:rgba(217, 76, 105, 1.00)}.fn-text-link a:hover{color:rgba(174, 37, 50, 1.00)}.fn-text-text{color:rgba(0, 0, 0, 1.00)}.fn-text-text p,.fn-text-text div{color:rgba(0, 0, 0, 1.00)}.fn-text-accent{color:rgba(221, 221, 221, 1.00)}.fn-text-code-text{color:rgba(204, 55, 30, 1.00)}.fn-text-header-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-link-alt a{color:rgba(255, 204, 102, 1.00)}.fn-text-link-alt a:hover{color:rgba(255, 204, 102, 1.00)}.fn-text-accent-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-primary{color:rgba(0, 140, 186, 1.00)}.fn-text-primary-text{color:rgba(255, 255, 255, 1.00)}.fn-text-primary-text p,.fn-text-primary-text div{color:rgba(255, 255, 255, 1.00)}.fn-text-secondary{color:rgba(231, 231, 231, 1.00)}.fn-text-secondary-text{color:rgba(51, 51, 51, 1.00)}.fn-text-secondary-text p,.fn-text-secondary-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-alert{color:rgba(240, 65, 36, 1.00)}.fn-text-success{color:rgba(67, 172, 106, 1.00)}.fn-text-warning{color:rgba(240, 138, 36, 1.00)}.fn-text-info{color:rgba(160, 211, 232, 1.00)}.fn-text-modal{color:rgba(255, 255, 255, 1.00)}.fn-text-modal-close{color:rgba(170, 170, 170, 1.00)}.fn-text-modal-text{color:rgba(51, 51, 51, 1.00)}.fn-text-modal-text p,.fn-text-modal-text div{color:rgba(51, 51, 51, 1.00)}.fn-text-text-alt{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt p,.fn-text-text-alt div{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1,.fn-text-text-alt h2,.fn-text-text-alt h3,.fn-text-text-alt h4,.fn-text-text-alt h5,.fn-text-text-alt h6{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a,.fn-text-text-alt h2 a,.fn-text-text-alt h3 a,.fn-text-text-alt h4 a,.fn-text-text-alt h5 a,.fn-text-text-alt h6 a{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 a:hover,.fn-text-text-alt h2 a:hover,.fn-text-text-alt h3 a:hover,.fn-text-text-alt h4 a:hover,.fn-text-text-alt h5 a:hover,.fn-text-text-alt h6 a:hover{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt h1 small,.fn-text-text-alt h2 small,.fn-text-text-alt h3 small,.fn-text-text-alt h4 small,.fn-text-text-alt h5 small,.fn-text-text-alt h6 small{color:rgba(255, 255, 255, 1.00)}.fn-text-text-alt a{color:rgba(255, 204, 102, 1.00)}.fn-text-text-alt a:hover{color:rgba(255, 204, 102, 1.00)}.fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 p,.fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c1 h1,.fn-text-sw1c1 h2,.fn-text-sw1c1 h3,.fn-text-sw1c1 h4,.fn-text-sw1c1 h5,.fn-text-sw1c1 h6,.fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 p,.fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw1c2 h1,.fn-text-sw1c2 h2,.fn-text-sw1c2 h3,.fn-text-sw1c2 h4,.fn-text-sw1c2 h5,.fn-text-sw1c2 h6,.fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 p,.fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c1 h1,.fn-text-sw2c1 h2,.fn-text-sw2c1 h3,.fn-text-sw2c1 h4,.fn-text-sw2c1 h5,.fn-text-sw2c1 h6,.fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 p,.fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw2c2 h1,.fn-text-sw2c2 h2,.fn-text-sw2c2 h3,.fn-text-sw2c2 h4,.fn-text-sw2c2 h5,.fn-text-sw2c2 h6,.fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 p,.fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c1 h1,.fn-text-sw3c1 h2,.fn-text-sw3c1 h3,.fn-text-sw3c1 h4,.fn-text-sw3c1 h5,.fn-text-sw3c1 h6,.fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 p,.fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw3c2 h1,.fn-text-sw3c2 h2,.fn-text-sw3c2 h3,.fn-text-sw3c2 h4,.fn-text-sw3c2 h5,.fn-text-sw3c2 h6,.fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 p,.fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c1 h1,.fn-text-sw4c1 h2,.fn-text-sw4c1 h3,.fn-text-sw4c1 h4,.fn-text-sw4c1 h5,.fn-text-sw4c1 h6,.fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 p,.fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw4c2 h1,.fn-text-sw4c2 h2,.fn-text-sw4c2 h3,.fn-text-sw4c2 h4,.fn-text-sw4c2 h5,.fn-text-sw4c2 h6,.fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 p,.fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c1 h1,.fn-text-sw5c1 h2,.fn-text-sw5c1 h3,.fn-text-sw5c1 h4,.fn-text-sw5c1 h5,.fn-text-sw5c1 h6,.fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 p,.fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw5c2 h1,.fn-text-sw5c2 h2,.fn-text-sw5c2 h3,.fn-text-sw5c2 h4,.fn-text-sw5c2 h5,.fn-text-sw5c2 h6,.fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 p,.fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c1 h1,.fn-text-sw6c1 h2,.fn-text-sw6c1 h3,.fn-text-sw6c1 h4,.fn-text-sw6c1 h5,.fn-text-sw6c1 h6,.fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 p,.fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.fn-text-sw6c2 h1,.fn-text-sw6c2 h2,.fn-text-sw6c2 h3,.fn-text-sw6c2 h4,.fn-text-sw6c2 h5,.fn-text-sw6c2 h6,.fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 p,.panel .fn-text-sw1c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c1 h1,.panel .fn-text-sw1c1 h2,.panel .fn-text-sw1c1 h3,.panel .fn-text-sw1c1 h4,.panel .fn-text-sw1c1 h5,.panel .fn-text-sw1c1 h6,.panel .fn-text-sw1c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw1c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 p,.panel .fn-text-sw1c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw1c2 h1,.panel .fn-text-sw1c2 h2,.panel .fn-text-sw1c2 h3,.panel .fn-text-sw1c2 h4,.panel .fn-text-sw1c2 h5,.panel .fn-text-sw1c2 h6,.panel .fn-text-sw1c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw1c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw2c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 p,.panel .fn-text-sw2c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c1 h1,.panel .fn-text-sw2c1 h2,.panel .fn-text-sw2c1 h3,.panel .fn-text-sw2c1 h4,.panel .fn-text-sw2c1 h5,.panel .fn-text-sw2c1 h6,.panel .fn-text-sw2c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw2c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 p,.panel .fn-text-sw2c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw2c2 h1,.panel .fn-text-sw2c2 h2,.panel .fn-text-sw2c2 h3,.panel .fn-text-sw2c2 h4,.panel .fn-text-sw2c2 h5,.panel .fn-text-sw2c2 h6,.panel .fn-text-sw2c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw2c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw3c1{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 p,.panel .fn-text-sw3c1 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c1 h1,.panel .fn-text-sw3c1 h2,.panel .fn-text-sw3c1 h3,.panel .fn-text-sw3c1 h4,.panel .fn-text-sw3c1 h5,.panel .fn-text-sw3c1 h6,.panel .fn-text-sw3c1 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c1 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw3c2{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 p,.panel .fn-text-sw3c2 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw3c2 h1,.panel .fn-text-sw3c2 h2,.panel .fn-text-sw3c2 h3,.panel .fn-text-sw3c2 h4,.panel .fn-text-sw3c2 h5,.panel .fn-text-sw3c2 h6,.panel .fn-text-sw3c2 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw3c2 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 p,.panel .fn-text-sw4c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c1 h1,.panel .fn-text-sw4c1 h2,.panel .fn-text-sw4c1 h3,.panel .fn-text-sw4c1 h4,.panel .fn-text-sw4c1 h5,.panel .fn-text-sw4c1 h6,.panel .fn-text-sw4c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw4c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 p,.panel .fn-text-sw4c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw4c2 h1,.panel .fn-text-sw4c2 h2,.panel .fn-text-sw4c2 h3,.panel .fn-text-sw4c2 h4,.panel .fn-text-sw4c2 h5,.panel .fn-text-sw4c2 h6,.panel .fn-text-sw4c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw4c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw5c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 p,.panel .fn-text-sw5c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c1 h1,.panel .fn-text-sw5c1 h2,.panel .fn-text-sw5c1 h3,.panel .fn-text-sw5c1 h4,.panel .fn-text-sw5c1 h5,.panel .fn-text-sw5c1 h6,.panel .fn-text-sw5c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw5c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 p,.panel .fn-text-sw5c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw5c2 h1,.panel .fn-text-sw5c2 h2,.panel .fn-text-sw5c2 h3,.panel .fn-text-sw5c2 h4,.panel .fn-text-sw5c2 h5,.panel .fn-text-sw5c2 h6,.panel .fn-text-sw5c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw5c2 a:hover{color:rgba(235, 235, 235, 1.00)}.panel .fn-text-sw6c1{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 p,.panel .fn-text-sw6c1 div{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c1 h1,.panel .fn-text-sw6c1 h2,.panel .fn-text-sw6c1 h3,.panel .fn-text-sw6c1 h4,.panel .fn-text-sw6c1 h5,.panel .fn-text-sw6c1 h6,.panel .fn-text-sw6c1 a{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c1 a:hover{color:rgba(32, 32, 32, 1.00)}.panel .fn-text-sw6c2{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 p,.panel .fn-text-sw6c2 div{color:rgba(34, 34, 34, 1.00)}.panel .fn-text-sw6c2 h1,.panel .fn-text-sw6c2 h2,.panel .fn-text-sw6c2 h3,.panel .fn-text-sw6c2 h4,.panel .fn-text-sw6c2 h5,.panel .fn-text-sw6c2 h6,.panel .fn-text-sw6c2 a{color:rgba(248, 248, 248, 1.00)}.panel .fn-text-sw6c2 a:hover{color:rgba(235, 235, 235, 1.00)}.fn-bg-header{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-text{background-color:rgba(0, 0, 0, 1.00)}.fn-bg-link{background-color:rgba(217, 76, 105, 1.00)}.fn-bg-link-hover{background-color:rgba(174, 37, 50, 1.00)}.fn-bg-accent{background-color:rgba(221, 221, 221, 1.00)}.fn-bg-code-text{background-color:rgba(204, 55, 30, 1.00)}.fn-bg-modal-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-header-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-text-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-link-alt{background-color:rgba(255, 204, 102, 1.00)}.fn-bg-link-hover-alt{background-color:rgba(255, 204, 102, 1.00)}.fn-bg-accent-alt{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-primary{background-color:rgba(0, 140, 186, 1.00)}.fn-bg-primary-text{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-secondary{background-color:rgba(231, 231, 231, 1.00)}.fn-bg-secondary-text{background-color:rgba(51, 51, 51, 1.00)}.fn-bg-alert{background-color:rgba(240, 65, 36, 1.00)}.fn-bg-success{background-color:rgba(67, 172, 106, 1.00)}.fn-bg-warning{background-color:rgba(240, 138, 36, 1.00)}.fn-bg-info{background-color:rgba(160, 211, 232, 1.00)}.fn-bg-modal{background-color:rgba(255, 255, 255, 1.00)}.fn-bg-modal-close{background-color:rgba(170, 170, 170, 1.00)}.fn-bg-sw1c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw1c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw2c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw2c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw3c1{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw3c2{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw4c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw5c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw5c2{background-color:rgba(34, 34, 34, 1.00)}.fn-bg-sw6c1{background-color:rgba(248, 248, 248, 1.00)}.fn-bg-sw6c2{background-color:rgba(34, 34, 34, 1.00)}.fn-backdrop{background-color:rgba(0, 0, 0, 0.45)}.fn-backdrop-solid{background-color:rgba(0, 0, 0, 0.45)}.fn-scheme-primary{background-color:rgba(0, 140, 186, 1.00);color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary div,.fn-scheme-primary p{color:rgba(255, 255, 255, 1.00)}.fn-scheme-primary.button:hover{background-color:rgba(0, 133, 176, 1.00)}.fn-scheme-secondary{background-color:rgba(231, 231, 231, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary div,.fn-scheme-secondary p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-secondary.button:hover{background-color:rgba(219, 219, 219, 1.00)}.fn-scheme-modal{background-color:rgba(255, 255, 255, 1.00);color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal div,.fn-scheme-modal p{color:rgba(51, 51, 51, 1.00)}.fn-scheme-modal .close{color:rgba(170, 170, 170, 1.00)}.fn-scheme-swatch1{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1 div,.fn-scheme-swatch1 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch{background-color:transparent}.fn-scheme-swatch1.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch1.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch1.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch1.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2 div,.fn-scheme-swatch2 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch{background-color:transparent}.fn-scheme-swatch2.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch2.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch2.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch2.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3{background-color:rgba(34, 34, 34, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3 div,.fn-scheme-swatch3 p{color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch{background-color:transparent}.fn-scheme-swatch3.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch3.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.button:hover{background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch3.ghost{background-color:transparent;border-color:rgba(34, 34, 34, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch3.ghost.button:hover{color:rgba(248, 248, 248, 1.00);border-color:rgba(32, 32, 32, 1.00);background-color:rgba(32, 32, 32, 1.00)}.fn-scheme-swatch4{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4 div,.fn-scheme-swatch4 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch{background-color:transparent}.fn-scheme-swatch4.switch label::after{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch4.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch4.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch4.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5 div,.fn-scheme-swatch5 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch5.switch{background-color:transparent}.fn-scheme-swatch5.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch5.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch5.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6{background-color:rgba(248, 248, 248, 1.00);color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6 div,.fn-scheme-swatch6 p{color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch{background-color:transparent}.fn-scheme-swatch6.switch label::after{background-color:rgba(34, 34, 34, 1.00)}.fn-scheme-swatch6.switch input:checked + label{background-color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.button:hover{background-color:rgba(235, 235, 235, 1.00)}.fn-scheme-swatch6.ghost{background-color:transparent;border-color:rgba(248, 248, 248, 1.00);color:rgba(248, 248, 248, 1.00)}.fn-scheme-swatch6.ghost.button:hover{color:rgba(34, 34, 34, 1.00);border-color:rgba(235, 235, 235, 1.00);background-color:rgba(235, 235, 235, 1.00)}


 .font-vault-1 > a, .font-vault-1,.font-vault-1 > li, .fontpro-stacks_in_779_17_81{font-style:normal;font-weight:400;font-family:"Poppins",sans-serif }

 .font-vault-2 > a, .font-vault-2,.font-vault-2 > li, .fontpro-stacks_in_779_17_82{font-style:normal;font-weight:200;font-family:"Poppins",sans-serif }

 .font-vault-3 > a, .font-vault-3,.font-vault-3 > li, .fontpro-stacks_in_779_17_83{font-style:normal;font-weight:600;font-family:"Poppins",sans-serif }

 .font-vault-4 > a, .font-vault-4,.font-vault-4 > li, .fontpro-stacks_in_779_17_84{font-style:normal;font-weight:200;font-family:"Montserrat",sans-serif }

 .font-vault-5 > a, .font-vault-5,.font-vault-5 > li, .fontpro-stacks_in_779_17_85{font-style:normal;font-weight:400;font-family:"Montserrat Alternates",sans-serif }

 .font-vault-6 > a, .font-vault-6,.font-vault-6 > li, .fontpro-stacks_in_779_17_86{font-style:normal;font-weight:600;font-family:"Montserrat Alternates",sans-serif }

 .font-vault-7 > a, .font-vault-7,.font-vault-7 > li, .fontpro-stacks_in_779_17_87{font-style:normal;font-weight:400;font-family:"Bree Serif",sans-serif }

@font-face{font-family:Roboto Slab;font-style:normal;font-weight:normal;src:url("../../resources/fonts/Roboto_Slab/RobotoSlab-Regular.ttf") format("woff")}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:bold;src:url("../../resources/fonts/Roboto_Slab/RobotoSlab-Bold.ttf") format("woff")}
 .font-vault-8 > a, .font-vault-8,.font-vault-8 > li, .fontpro-stacks_in_779_17_88{font-family:"Roboto Slab",serif }


 .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_779_17_89{line-height:1.45 ;letter-spacing:0.02em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.80rem ; }
     .font-style-1>br,.font-style-1>br > li,.font-style-1 > *>br, .fontpro-stacks_in_779_17_89 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_779_17_89{font-size:0.90rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_779_17_89{font-size:1.00rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-1,.font-style-1 > li,.font-style-1 > *, .fontpro-stacks_in_779_17_89{font-size:1.20rem }} 

 .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_779_17_90{line-height:1.45 ;letter-spacing:0.02em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; }
     .font-style-2>br,.font-style-2>br > li,.font-style-2 > *>br, .fontpro-stacks_in_779_17_90 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:40.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_779_17_90{font-size:1.00rem }} 
  @media only screen and (min-width:49.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_779_17_90{font-size:1.10rem }} 
  @media only screen and (min-width:64.000000em){ .font-style-2,.font-style-2 > li,.font-style-2 > *, .fontpro-stacks_in_779_17_90{font-size:1.30rem }} 

 .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_779_17_91{line-height:1.40 ;letter-spacing:0.04em ;word-spacing:0.06em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.00rem ; }
     .font-style-3>br,.font-style-3>br > li,.font-style-3 > *>br, .fontpro-stacks_in_779_17_91 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:40.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_779_17_91{font-size:1.20rem }} 
  @media only screen and (min-width:49.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_779_17_91{font-size:1.30rem }} 
  @media only screen and (min-width:64.000000em){ .font-style-3,.font-style-3 > li,.font-style-3 > *, .fontpro-stacks_in_779_17_91{font-size:1.40rem }} 

 .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_779_17_92{line-height:1.10 ;letter-spacing:0.00em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.40rem ; color:rgba(0, 64, 128, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;}
     .font-style-4>br,.font-style-4>br > li,.font-style-4 > *>br, .fontpro-stacks_in_779_17_92 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_779_17_92{font-size:1.50rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_779_17_92{font-size:1.60rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *, .fontpro-stacks_in_779_17_92{font-size:1.70rem }} 

 .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_779_17_93{line-height:1.10 ;letter-spacing:0.03em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.20rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.09em 0.04em 0.13em rgba(0, 0, 0, 0.23),-1px -1px 0 rgba(28, 51, 66, 1.00),1px -1px 0 rgba(28, 51, 66, 1.00),-1px 1px 0 rgba(28, 51, 66, 1.00),1px 1px 0 rgba(28, 51, 66, 1.00) ;}
     .font-style-5>br,.font-style-5>br > li,.font-style-5 > *>br, .fontpro-stacks_in_779_17_93 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_779_17_93{font-size:1.20rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_779_17_93{font-size:1.30rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *, .fontpro-stacks_in_779_17_93{font-size:1.80rem }} 

 .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_779_17_57{line-height:1.20 ;letter-spacing:0.04em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:1.50rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.09em 0.04em 0.13em rgba(0, 0, 0, 0.23),-1px -1px 0 rgba(51, 51, 51, 1.00),1px -1px 0 rgba(51, 51, 51, 1.00),-1px 1px 0 rgba(51, 51, 51, 1.00),1px 1px 0 rgba(51, 51, 51, 1.00) ;}
     .font-style-6>br,.font-style-6>br > li,.font-style-6 > *>br, .fontpro-stacks_in_779_17_57 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_779_17_57{font-size:2.30rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_779_17_57{font-size:2.80rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-6,.font-style-6 > li,.font-style-6 > *, .fontpro-stacks_in_779_17_57{font-size:3.20rem }} 

 .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_779_17_94{line-height:1.10 ;letter-spacing:0.03em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:0.90rem ; color:rgba(255, 255, 255, 1.00) ;text-decoration-color:rgba(0, 0, 0, 1.00) ;text-shadow:0.13em 0.13em 0.42em rgba(0, 0, 0, 0.49) ;}
     .font-style-7>br,.font-style-7>br > li,.font-style-7 > *>br, .fontpro-stacks_in_779_17_94 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:25.875000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_779_17_94{font-size:0.90rem }} 
  @media only screen and (min-width:48.000000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_779_17_94{font-size:0.90rem }} 
  @media only screen and (min-width:62.500000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *, .fontpro-stacks_in_779_17_94{font-size:1.10rem }} 

 .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_779_17_95{ font-size:1.00rem !important; color:rgba(255, 255, 255, 1.00) !important;text-decoration-color:rgba(0, 0, 0, 1.00) !important;text-shadow:0.00em 0.02em 0.03em rgba(0, 0, 0, 1.00) !important;}
  
  
  @media only screen and (min-width:25.875000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_779_17_95{font-size:2.00rem !important}} 
  @media only screen and (min-width:48.000000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_779_17_95{font-size:3.00rem !important}} 
  @media only screen and (min-width:62.500000em){ .font-style-8,.font-style-8 > li,.font-style-8 > *,   .myheader h3, .fontpro-stacks_in_779_17_95{font-size:4.00rem !important}} 
.button.b-p {
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.button.b-p {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.button.b-p[disabled] {
  cursor: default; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button.b-p {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  transition: all 300ms ease-out; }
  .button.b-p.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  .button.b-p.small {
    padding: .875rem 1.75rem .9375rem 1.75rem;
    font-size: .8125rem; }
  .button.b-p.tiny {
    padding: .625rem 1.25rem .6875rem 1.25rem;
    font-size: .6875rem; }
  .button.b-p.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  .button.b-p.left-align {
    text-align: left;
    text-indent: .75rem; }
  .button.b-p.right-align {
    text-align: right;
    padding-right: .75rem; }
  .button.b-p.radius, .button.b-p.radius::before, .button.b-p.radius::after {
    border-radius: 3px; }
  .button.b-p.round, .button.b-p.radius::before, .button.b-p.round::after {
    border-radius: 1000px; }
  .button.b-p.disabled, .button.b-p[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: .7; }
  .button.b-p.right {
    float: right !important; }

.button.b-p::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .button.b-p {
    display: inline-block; } }

.bp-styles-warning {
  display: none; }

.button.b-p:not(.custom) {
  background-color: rgba(102, 102, 102, 1.00);
  color: rgba(255, 255, 255, 1.00); }
  .button.b-p:not(.custom):hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: #404040; }
  .button.b-p.secondary:not(.custom) {
    background-color: rgba(231, 231, 231, 1.00);
    color: rgba(51, 51, 51, 1.00); }
    .button.b-p.secondary:not(.custom):hover {
      color: rgba(51, 51, 51, 1.00);
      background-color: #c1c1c1; }
  .button.b-p.alert:not(.custom) {
    background-color: rgba(217, 83, 79, 1.00); }
    .button.b-p.alert:not(.custom):hover {
      background-color: #b52b27; }
  .button.b-p.success:not(.custom) {
    background-color: rgba(92, 184, 92, 1.00); }
    .button.b-p.success:not(.custom):hover {
      background-color: #3d8b3d; }
  .button.b-p.radius:not(.custom) {
    border-radius: 60px; }
  .button.b-p.ghost:not(.custom) {
    background-color: transparent;
    border-width: 1px;
    border-color: rgba(102, 102, 102, 1.00);
    color: rgba(102, 102, 102, 1.00); }
    .button.b-p.ghost:not(.custom):hover {
      color: rgba(255, 255, 255, 1.00);
      border-color: #404040;
      background-color: #404040; }
    .button.b-p.ghost.secondary:not(.custom) {
      border-color: rgba(231, 231, 231, 1.00);
      color: rgba(231, 231, 231, 1.00); }
      .button.b-p.ghost.secondary:not(.custom):hover {
        color: rgba(51, 51, 51, 1.00);
        border-color: #c1c1c1;
        background-color: #c1c1c1; }
    .button.b-p.ghost.alert:not(.custom) {
      border-color: rgba(217, 83, 79, 1.00);
      color: rgba(217, 83, 79, 1.00); }
      .button.b-p.ghost.alert:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #b52b27;
        background-color: #b52b27; }
    .button.b-p.ghost.success:not(.custom) {
      border-color: rgba(92, 184, 92, 1.00);
      color: rgba(92, 184, 92, 1.00); }
      .button.b-p.ghost.success:not(.custom):hover {
        color: rgba(255, 255, 255, 1.00);
        border-color: #3d8b3d;
        background-color: #3d8b3d; }
  .button.b-p.outline-ghost:not(.custom) {
    border-color: rgba(204, 204, 204, 1.00);
    border-width: 1px;
    color: rgba(55, 58, 60, 1.00);
    background-color: transparent; }
    .button.b-p.outline-ghost:not(.custom):hover {
      color: #121314;
      border-color: #a6a6a6;
      background-color: rgba(212, 212, 212, 0.00); }

.button.b-p:not(.custom) {
  border-radius: 60px; }


       .bp-vault-1.b-p:not(.not-vault){border:3px solid rgba(230, 230, 230, 1.00)}.bp-vault-1.b-p:not(.not-vault):hover{border:3px solid rgba(153, 153, 153, 1.00)} .bp-vault-1.b-p:not(.not-vault){color:rgba(255, 255, 255, 1.00);background-color:rgba(102, 102, 102, 1.00)}.bp-vault-1.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-1.b-p:not(.not-vault),.bp-vault-1.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-1.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(254, 204, 102, 1.00)!important; background-color:rgba(51, 51, 51, 1.00);} .bp-vault-1.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-1.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-1.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)!important}.bp-vault-1.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(76, 76, 76, 1.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-1.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(254, 204, 102, 1.00)!important}.bp-vault-1.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(0, 0, 0, 1.00);background-color:rgba(0, 0, 0, 1.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-1.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-1.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-1.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-1.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-1:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-1.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-1.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-1.icon-only .fa:before{line-height:51px}.bp-vault-1.icon-only.tiny{width:33px;height:33px}.bp-vault-1.icon-only.tiny .fa:before{line-height:33px}.bp-vault-1.icon-only.small{width:44px;height:44px}.bp-vault-1.icon-only.small .fa:before{line-height:44px}.bp-vault-1.icon-only.large{width:61px;height:61px}.bp-vault-1.icon-only.large .fa:before{line-height:61px}  
       .bp-vault-2.b-p:not(.not-vault){border:3px solid rgba(255, 255, 255, 1.00)}.bp-vault-2.b-p:not(.not-vault):hover{border:3px solid rgba(204, 204, 204, 1.00)} .bp-vault-2.b-p:not(.not-vault){color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.50)}.bp-vault-2.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-2.b-p:not(.not-vault),.bp-vault-2.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-2.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(254, 204, 102, 1.00)!important; background-color:rgba(0, 0, 0, 0.70);} .bp-vault-2.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-2.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-2.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)!important}.bp-vault-2.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(0, 0, 0, 0.50)!important}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-2.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(254, 204, 102, 1.00)!important}.bp-vault-2.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(0, 0, 0, 0.70);background-color:rgba(0, 0, 0, 0.70)!important}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-2.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-2.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-2.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-2.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-2:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-2.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-2.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-2.icon-only .fa:before{line-height:51px}.bp-vault-2.icon-only.tiny{width:33px;height:33px}.bp-vault-2.icon-only.tiny .fa:before{line-height:33px}.bp-vault-2.icon-only.small{width:44px;height:44px}.bp-vault-2.icon-only.small .fa:before{line-height:44px}.bp-vault-2.icon-only.large{width:61px;height:61px}.bp-vault-2.icon-only.large .fa:before{line-height:61px}  
       .bp-vault-3.b-p:not(.not-vault){border:2px solid rgba(128, 128, 128, 1.00)}.bp-vault-3.b-p:not(.not-vault):hover{border:2px solid rgba(51, 51, 51, 1.00)} .bp-vault-3.b-p:not(.not-vault){color:rgba(128, 128, 128, 1.00);background-color:rgba(255, 255, 255, 0.00)}.bp-vault-3.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-3.b-p:not(.not-vault),.bp-vault-3.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-3.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(51, 51, 51, 1.00)!important; background-color:rgba(235, 235, 235, 0.00);} .bp-vault-3.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-3.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-3.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(204, 204, 204, 1.00)!important}.bp-vault-3.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(128, 128, 128, 1.00)!important}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-3.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(186, 186, 186, 1.00)!important}.bp-vault-3.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(51, 51, 51, 1.00);background-color:rgba(51, 51, 51, 1.00)!important}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-3.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-3.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-3.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-3.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-3:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-3.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-3.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-3.icon-only .fa:before{line-height:51px}.bp-vault-3.icon-only.tiny{width:33px;height:33px}.bp-vault-3.icon-only.tiny .fa:before{line-height:33px}.bp-vault-3.icon-only.small{width:44px;height:44px}.bp-vault-3.icon-only.small .fa:before{line-height:44px}.bp-vault-3.icon-only.large{width:61px;height:61px}.bp-vault-3.icon-only.large .fa:before{line-height:61px}  
       .bp-vault-4.b-p:not(.not-vault){border:3px solid rgba(230, 230, 230, 1.00)}.bp-vault-4.b-p:not(.not-vault):hover{border:3px solid rgba(179, 179, 177, 1.00)} .bp-vault-4.b-p:not(.not-vault){color:rgba(255, 255, 255, 1.00);background-color:rgba(217, 76, 105, 1.00)}.bp-vault-4.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-4.b-p:not(.not-vault),.bp-vault-4.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-4.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(254, 204, 102, 1.00)!important; background-color:rgba(174, 37, 50, 1.00);} .bp-vault-4.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-4.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-4.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)!important}.bp-vault-4.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(127, 127, 127, 0.50)!important}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-4.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(254, 204, 102, 1.00)!important}.bp-vault-4.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(40, 40, 41, 0.61);background-color:rgba(40, 40, 41, 0.61)!important}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-4.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-4.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-4.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-4.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-4:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-4.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-4.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-4.icon-only .fa:before{line-height:51px}.bp-vault-4.icon-only.tiny{width:33px;height:33px}.bp-vault-4.icon-only.tiny .fa:before{line-height:33px}.bp-vault-4.icon-only.small{width:44px;height:44px}.bp-vault-4.icon-only.small .fa:before{line-height:44px}.bp-vault-4.icon-only.large{width:61px;height:61px}.bp-vault-4.icon-only.large .fa:before{line-height:61px}  
       .bp-vault-5.b-p:not(.not-vault){border:3px solid rgba(127, 127, 127, 1.00)}.bp-vault-5.b-p:not(.not-vault):hover{border:3px solid rgba(127, 127, 127, 1.00)} .bp-vault-5.b-p:not(.not-vault){color:rgba(76, 76, 76, 1.00);background-color:rgba(254, 212, 84, 1.00)}.bp-vault-5.b-p:not(.not-vault):not(.d-hov){-webkit-transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;-webkit-transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,-webkit-box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease;transition:color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,-webkit-box-shadow 200ms ease} .bp-vault-5.b-p:not(.not-vault),.bp-vault-5.b-p:not(.not-vault).split-icon>.bp-icon:not(.not-vault){background-image:none}  .bp-vault-5.b-p:not(.not-vault):not(.bp-hover):hover{color:rgba(25, 25, 25, 1.00)!important; background-color:rgba(254, 204, 102, 1.00);} .bp-vault-5.b-p:not(.not-vault):not(.bp-hover):hover,.bp-vault-5.b-p:not(.not-vault):not(.bp-hover).split-icon{background-image:none}   .bp-vault-5.b-p:not(.not-vault)>.bp-icon>.bp-glyph{color:rgba(76, 76, 76, 1.00)!important}.bp-vault-5.b-p:not(.not-vault):not(.d-hov)>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon{background-color:rgba(127, 127, 127, 0.60)!important}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only)>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important} .bp-vault-5.b-p:not(.not-vault):hover>.bp-icon>.bp-glyph{color:rgba(25, 25, 25, 1.00)!important}.bp-vault-5.b-p:not(.not-vault):not(.d-hov):hover>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease;transition:color 200ms ease}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon{background:rgba(0, 0, 0, 0.60);background-color:rgba(0, 0, 0, 0.60)!important}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-left{border-right:1px solid rgba(255, 255, 255, 0.00)!important}.bp-vault-5.b-p:not(.not-vault).split-icon:not(.icon-only):hover>.bp-icon.icon-right{border-left:1px solid rgba(255, 255, 255, 0.00)!important}   .bp-vault-5.b-p:not(.custom-shape){border-radius:1000px}.bp-vault-5.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-left{border-top-left-radius:1000px!important;border-bottom-left-radius:1000px!important}.bp-vault-5.b-p:not(.custom-shape).split-icon:not(.icon-only)>.bp-icon.icon-right{border-top-right-radius:1000px!important;border-bottom-right-radius:1000px!important}   .bp-vault-5:not(.not-vault) .code-finder{content:"bp-fonts"}.bp-vault-5.icon-only{padding:0!important;border-radius:50%!important; width:51px;height:51px;}.bp-vault-5.icon-only>.bp-icon>.bp-glyph{font-size:100%!important;margin-left:0.00%!important}.bp-vault-5.icon-only .fa:before{line-height:51px}.bp-vault-5.icon-only.tiny{width:33px;height:33px}.bp-vault-5.icon-only.tiny .fa:before{line-height:33px}.bp-vault-5.icon-only.small{width:44px;height:44px}.bp-vault-5.icon-only.small .fa:before{line-height:44px}.bp-vault-5.icon-only.large{width:61px;height:61px}.bp-vault-5.icon-only.large .fa:before{line-height:61px}  
    #stacks_in_777_121.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_777_121.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_777_121.blu-wrap>.blueprint-col{}#stacks_in_777_121.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_777_121.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_777_121.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_777_121.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:2.00px 0.00px 0.00px 0.00px }#stacks_in_777_121.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_777_121.blu-wrap>.blueprint-col{ }#stacks_in_777_121.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_777_121.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_777_121.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_777_121.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_777_121.blu-wrap>.blueprint-col{ }
#stacks_in_777_121.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_777_121.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_777_121.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_777_121.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_777_121.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_777_121.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_777_121.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_777_121.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_777_121.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     @media screen and (min-width:1000px){#stacks_in_777_121.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00px 0.00px 0.00px 0.00px }} 

#stacks_in_777_144 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_777_144 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_777_144 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
/* Start Responsive Shim stack CSS code */.stacks_in_777_158shim{	padding-top: 14%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_777_157shim{	padding-top: 22%;}/* End Responsive Shim stack CSS code */#stacks_in_777_26 > .row.max-custom{margin:0 auto;max-width:300px !important}#stacks_in_777_26 > .row.max-custom.max-left{margin-left:0}#stacks_in_777_26 > .row.max-custom.max-right{margin-right:0}
#stacks_in_777_26 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_777_26 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_777_26 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_777_26 {
	padding: 15px 0px 0px 0px;
}
#stacks_in_777_31 .background{}#stacks_in_777_31 .fa-stack,#stacks_in_777_31 i.fa{color:rgba(150, 0, 31, 1.00);border-radius:0px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_777_31 .fa-stack.custom,#stacks_in_777_31 i.fa.custom{font-size:24px}#stacks_in_777_31 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_777_31 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_777_31 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_777_31 a:hover i.fa{color:rgba(135, 0, 27, 1.00)}#stacks_in_777_31 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_777_31 a:hover .fa-border{}#stacks_in_777_31 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_777_31 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_777_31 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_777_31 .jw-wrapper{}#stacks_in_777_31 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_777_31 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_777_31 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_777_31 .jw-wrapper.match{color:rgba(150, 0, 31, 1.00)}#stacks_in_777_31 .jw-wrapper.match a{color:rgba(150, 0, 31, 1.00)}#stacks_in_777_31 .jw-wrapper.match a:hover{color:rgba(135, 0, 27, 1.00)}#stacks_in_777_31 .jw-wrapper.hover i.fa:hover,#stacks_in_777_31 .jw-wrapper.hover a:hover{color:rgba(153, 153, 153, 1.00)}

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

#stacks_out_777_31 {
	width: 30px;
}
@media only screen and (max-width:414px){#stacks_in_777_27 p,#stacks_in_777_27 div{text-align:center !important}}#stacks_in_777_27 p,#stacks_in_777_27 div,#stacks_in_777_27 ul,#stacks_in_777_27 ol,#stacks_in_777_27 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_777_27 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_777_27 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_777_27{}}#stacks_in_777_27,#stacks_in_777_27 div,#stacks_in_777_27 p,#stacks_in_777_27 ul,#stacks_in_777_27 ul li,#stacks_in_777_27 ol li,#stacks_in_777_27 ol,#stacks_in_777_27 dl,#stacks_in_777_27 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Open Sans",sans-serif ;font-weight:400 ;font-style:normal }


#stacks_in_777_27 {
	padding: 0px 0px 0px 4px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_777_150_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_777_18 a{display:block}#stacks_in_777_18{max-width:200px}@media only screen and (min-width:641px){#stacks_in_777_18{max-width:225px}}@media only screen and (min-width:1024px){#stacks_in_777_18{max-width:270px}}#stacks_in_777_18{margin:0 auto;margin-left:auto !important;margin-right:auto !important;}#stacks_in_777_18 .prevent-reflow{padding-bottom:57.60%;position:relative;width:100%}#stacks_in_777_18 .prevent-reflow img{display:block;position:absolute;top:0;left:0;width:100%;height:auto;margin:0;padding:0}
#stacks_in_777_171 > .row.max-custom{margin:0 auto;max-width:200px !important}#stacks_in_777_171 > .row.max-custom.max-left{margin-left:0}#stacks_in_777_171 > .row.max-custom.max-right{margin-right:0}
#stacks_in_777_171 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_777_171 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_777_171 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_777_171 {
	padding: 15px 0px 0px 0px;
}
#stacks_in_777_176 .background{}#stacks_in_777_176 .fa-stack,#stacks_in_777_176 i.fa{color:rgba(150, 0, 31, 1.00);border-radius:0px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_777_176 .fa-stack.custom,#stacks_in_777_176 i.fa.custom{font-size:24px}#stacks_in_777_176 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_777_176 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_777_176 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_777_176 a:hover i.fa{color:rgba(135, 0, 27, 1.00)}#stacks_in_777_176 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_777_176 a:hover .fa-border{}#stacks_in_777_176 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_777_176 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_777_176 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_777_176 .jw-wrapper{}#stacks_in_777_176 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_777_176 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_777_176 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_777_176 .jw-wrapper.match{color:rgba(150, 0, 31, 1.00)}#stacks_in_777_176 .jw-wrapper.match a{color:rgba(150, 0, 31, 1.00)}#stacks_in_777_176 .jw-wrapper.match a:hover{color:rgba(135, 0, 27, 1.00)}#stacks_in_777_176 .jw-wrapper.hover i.fa:hover,#stacks_in_777_176 .jw-wrapper.hover a:hover{color:rgba(153, 153, 153, 1.00)}

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

#stacks_out_777_176 {
	width: 30px;
}
@media only screen and (max-width:414px){#stacks_in_777_172 p,#stacks_in_777_172 div{text-align:center !important}}#stacks_in_777_172 p,#stacks_in_777_172 div,#stacks_in_777_172 ul,#stacks_in_777_172 ol,#stacks_in_777_172 dl{color:rgba(34, 34, 34, 1.00)}#stacks_in_777_172 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_777_172 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_777_172{}}#stacks_in_777_172,#stacks_in_777_172 div,#stacks_in_777_172 p,#stacks_in_777_172 ul,#stacks_in_777_172 ul li,#stacks_in_777_172 ol li,#stacks_in_777_172 ol,#stacks_in_777_172 dl,#stacks_in_777_172 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Open Sans",sans-serif ;font-weight:400 ;font-style:normal }


#stacks_in_777_172 {
	padding: 0px 0px 0px 4px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_777_170_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_777_166 > .row{padding-top:1.00rem;padding-bottom:0.00rem}#stacks_in_777_166 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_777_166 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_777_166 > .row.padding-detailed.padding-medium-up,#stacks_in_777_166 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_777_166 > .row.padding-detailed.padding-y-medium-up,#stacks_in_777_166 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_777_166 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_777_166 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_777_166 > .row.max-custom{margin:0 auto;max-width:200px !important}#stacks_in_777_166 > .row.max-custom.max-left{margin-left:0}#stacks_in_777_166 > .row.max-custom.max-right{margin-right:0}

  #stacks_in_777_167{text-align:center}    #stacks_in_777_167 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_777_167 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_777_167 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_777_167.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_777_167.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_777_167>.button.b-p,#stacks_in_777_167>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_777_167>.button.b-p.expand-mob:not(.icon-only),#stacks_in_777_167>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_777_167.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_777_167 .button.b-p.expand-large:not(.icon-only),#stacks_in_777_167>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_777_167.bp-wrap{padding:0px 0px 0px 0px}}         
  
/* Start Responsive Shim stack CSS code */.stacks_in_777_151_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_777_164shim{	padding-top: 14%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_777_165shim{	padding-top: 22%;}/* End Responsive Shim stack CSS code */
     #stacks_in_777_160 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_777_160 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_777_160 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_777_160.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_777_160.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_777_160>.button.b-p,#stacks_in_777_160>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_777_160>.button.b-p.expand-mob:not(.icon-only),#stacks_in_777_160>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_777_160.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_777_160 .button.b-p.expand-large:not(.icon-only),#stacks_in_777_160>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
  @media only screen and (max-width:414px){#stacks_in_777_160.bp-wrap{text-align:center!important}#stacks_in_777_160.inline-wrap{display:block!important}#stacks_in_777_160 .button{float:none!important}}     @media screen and (max-width:641px){#stacks_in_777_160.bp-wrap{display:none!important}}       
  
/*
1.5.0.1
- hotfix: display bug with dropdown items in edit mode
*/
#stacks_in_777_136 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stacks_in_777_136 > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

#stacks_in_777_136 .clean-menu-extra {
  display: none;
}
#clean-menu_stacks_in_777_136 .clean-menu-logo .cm-logo-right {
  white-space: nowrap;
}
#clean-menu_stacks_in_777_136 .clean-menu-logo .cm-logo-right * {
  margin: 0;
  display: flex;
  align-self: center;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu li > a:hover,
#clean-menu_stacks_in_777_136 li > a:hover {
  text-decoration: none;
}

#stacks_in_777_136 nav {
  border: 0px solid transparent;
}
#clean-menu_stacks_in_777_136 {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}
/* compatability fixes */
#clean-menu_stacks_in_777_136 ul {
  margin: 0;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#clean-menu_stacks_in_777_136 ul li > a:after,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a:after {
  align-self: center;
}
/* --- */
#clean-menu-full_stacks_in_777_136.cm-full-menu,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px 0px;
  background: transparent;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul {
  padding: 6px 0px;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  background: transparent;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a {
  padding: 5px 20px;
  margin: 0;
  line-height: 1;
  background: transparent;
  display: inline-block;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  padding: 6px 0px;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a {
  padding: 6px 20px;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul > li > a {
  font-weight: bold;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul > li > .cm-custom-content {
  padding: 4px 20px 4px 20px;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul ul > li > .cm-custom-content {
  padding: 4px 20px 4px 30px;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
  padding: 4px 20px 4px 0px;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul ul > li > a,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul ul {
  padding: 6px 20px;
  font-weight: normal;
  line-height: 1;
  height: auto;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul > div,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul > div {
  padding: 20px;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul > div a,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul > div a {
  display: block;
  padding: 0;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul ul,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul ul {
  display: block;
  padding: 0px 0px 10px 10px;
  margin: 0;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: -webkit-transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, opacity 300ms ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  min-width: 250px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}
#clean-menu-full_stacks_in_777_136.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu {
  height: 0;
  overflow: hidden;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu.clean-menu-active {
  height: auto;
}



#clean-menu-full_stacks_in_777_136.cm-full-menu.clean-menu-active ul {
  pointer-events: all;
  opacity: 1;
}
#clean-menu-full_stacks_in_777_136 ul {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}
#clean-menu-full_stacks_in_777_136.clean-menu-active ul {
  opacity: 1;
  pointer-events: all;
}
.cm-toggle {
  width: 30px;
  height: 28px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.cm-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.cm-toggle span:nth-child(1) {
  top: 0px;
}
.cm-toggle span:nth-child(2),.cm-toggle span:nth-child(3) {
  top: 10px;
}
.cm-toggle span:nth-child(4) {
  top: 20px;
}
.cm-toggle.open span:nth-child(1) {
  opacity: 0;
}
.cm-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cm-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cm-toggle.open span:nth-child(4) {
  opacity: 0;
}


#clean-menu_stacks_in_777_136 .cm-toggle span {
  width: 19px;
  border-radius: 4px;
}
#clean-menu_stacks_in_777_136 .cm-toggle span:nth-child(1),
#clean-menu_stacks_in_777_136 .cm-toggle span:nth-child(4) {
  display: none;
}
#clean-menu_stacks_in_777_136 .cm-toggle span:nth-child(2) {
  top: 10px;
  left: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#clean-menu_stacks_in_777_136 .cm-toggle span:nth-child(3) {
  top: 10px;
  left: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#clean-menu_stacks_in_777_136 .cm-toggle.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 10px;
}
#clean-menu_stacks_in_777_136 .cm-toggle.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 10px;
}


#clean-menu_stacks_in_777_136 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#clean-menu_stacks_in_777_136 > div {
  align-self: center;
}
#clean-menu_stacks_in_777_136 .clean-menu-full .cm-menu-toggle {
  width: 30px;
  height: 25px;
  box-sizing: border-box;
  padding: 0;
/*  border: 1px solid #000;*/
  border-radius: 3px;
  cursor: pointer;
}
#clean-menu_stacks_in_777_136 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
  flex-grow: 1;
  transition: margin 300ms ease;
}
#clean-menu_stacks_in_777_136 .clean-menu-logo {
  max-width: 100px;
  min-width: 100px;
  margin: 0;
}
#clean-menu_stacks_in_777_136 .clean-menu-logo .cm-logo-wrap {
  max-width: 100px;
  min-width: 100px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
#clean-menu_stacks_in_777_136 .clean-menu-logo a {
  text-decoration: none;
  display: block;
}
/*
div[tag="slice"] > .mez > #stacks_in_777_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo {
  width: 300px; max-width: 300px;
}
*/
#clean-menu_stacks_in_777_136 .clean-menu-logo > div > div {
  align-self: center;
}
#clean-menu_stacks_in_777_136 .clean-menu-logo .cm-logo-left {
  max-width: 73px;
  
  display: none;
  
  
  max-width: 9999px;
  
  margin: 10px 0;
}
div[tag="slice"] > .mez > #stacks_in_777_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-logo .cm-logo-left  {
  max-width: 128px;
  
  max-width: 9999px;
  
}
#clean-menu_stacks_in_777_136 .clean-menu-logo .cm-logo-right {
  
  display: none;
  
  margin: 10px 0;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  
  
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  
  -ms-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  text-decoration: none;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul > div {
  display: none;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul ul {
  display: none;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li {
  margin: 0 15px;
  align-self: center;
  line-height: 1;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li:first-child {
  margin-left: 0;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li:last-child {
  margin-right: 0;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li:last-child.cm-group-True {
  margin: 0;
}


div[tag="slice"] > .mez > #stacks_in_777_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 0 0 15px;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a,
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a:visited {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  font-size: 16px;
  
  font-weight: bold;
  
  line-height: 25px;
  align-items: center;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a {
  font-size: 16px;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a {
  font-family: inherit;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu > ul > li > a {
  
  font-weight: bold;
  
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a svg {
  fill: rgba(255, 255, 255, 1.00);
  align-self: center;
  vertical-align: middle;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a{
  transition: color 150ms ease;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li.cm-grouped-item,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li.cm-grouped-item {
  padding: 5px 20px;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li.cm-grouped-item > a,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item > a {
  display: inline-block;
  margin-left: 8px;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li.cm-grouped-item > a {
  padding: 0;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li.cm-grouped-item > a:first-child,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item > a:first-child {
  margin-left: 0px;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item > a {
  padding: 4px 30px 4px 0;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a ion-icon, #clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a i,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a ion-icon, #clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a i {
  font-size: 25px;
  line-height: 25px;
  
  font-size: 16px;
  line-height: 16px;
  

}
#stacks_in_777_136 li > a svg,
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a svg,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a svg {
  
  width: 16px;
  height: 16px;
  
}

#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a:hover {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(230, 230, 230, 1.00);
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a:hover svg,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a:hover svg {
  fill: rgba(230, 230, 230, 1.00);
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a.cm-heading {
  pointer-events: none;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li.cm-current > a {
  transition: color 150ms ease;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li.cm-current > a svg,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-current > a svg {
  fill: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_777_136 .cm-toggle span {
  background: #000000;
}
#clean-menu_stacks_in_777_136 h1, #clean-menu_stacks_in_777_136 h2, #clean-menu_stacks_in_777_136 h3, #clean-menu_stacks_in_777_136 h4, #clean-menu_stacks_in_777_136 h5, #clean-menu_stacks_in_777_136 h6, #clean-menu_stacks_in_777_136 .layouts-text, #clean-menu_stacks_in_777_136 p {
  color: rgba(0, 0, 0, 0.60);
  font-size: inherit;
  margin: 0;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul {
  background: rgba(255, 255, 255, 1.00);
}
#clean-menu-full_stacks_in_777_136.cm-full-menu > ul > li,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul > li {
  border-bottom: 1px solid rgba(255,255,255,0.15)
}
#clean-menu-full_stacks_in_777_136.cm-full-menu > ul > li:last-child,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul > li:last-child {
  border-bottom: 0px solid transparent;
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a:visited,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a svg,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a:visited,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a svg,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul ul li:before {
  color: rgba(0, 0, 0, 0.40);
  fill: rgba(0, 0, 0, 0.40);
}
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a:hover,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a:hover,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a:hover svg {
  color: rgba(0, 0, 0, 0.20);
  fill:  rgba(0, 0, 0, 0.20);
}
/* #clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a.cm-heading:hover,
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a.cm-heading:hover svg,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a.cm-heading:hover {
  color: rgba(0, 0, 0, 0.40);
  cursor: default;
} */
#clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-current > a,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li.cm-current > a,
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li.cm-current > a svg {
  color: rgba(0, 0, 0, 0.60);
  fill:  rgba(0, 0, 0, 0.60);
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.parent:after {
  border-color: rgba(255, 255, 255, 1.00);
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.parent:hover:after {
  border-color: rgba(230, 230, 230, 1.00);
}
/* #clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.cm-heading.parent:hover:after {
  border-color: rgba(255, 255, 255, 1.00);
} */
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.parent.cm-current:after {
  border-color: rgba(255, 255, 255, 1.00);
}
.disable-parents #clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a.parent:hover:after,
.disable-parents #clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul li > a.parent:hover,
#clean-menu-full_stacks_in_777_136.cm-full-menu.disable-parents  ul li > a.parent:hover {
  color: rgba(0, 0, 0, 0.40);
  border-color: rgba(0, 0, 0, 0.40);
}
.disable-parents #clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a.parent:hover,
.disable-parents #clean-menu_stacks_in_777_136 .clean-menu-top-level ul li > a.parent:hover:after {
  color: rgba(255, 255, 255, 1.00);
  border-color: rgba(255, 255, 255, 1.00);
}



#clean-menu_stacks_in_777_136 .clean-menu-logo {
  margin: 0;
  width: auto;
  max-width: 100px;
}
#clean-menu_stacks_in_777_136 .clean-menu-logo .cm-logo-wrap {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  max-width: 100px;
  width: 100%;
  float: right;
}
#clean-menu_stacks_in_777_136 .clean-menu-full {
  width: 100px;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
}
/*
div[tag="slice"] > .mez > #stacks_in_777_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-full {
width: auto; max-width: 300px;
}
*/
#clean-menu_stacks_in_777_136 .clean-menu-full .cm-menu-toggle {
  display: block;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[tag="slice"] > .mez > #stacks_in_777_136.com_onelittledesigner_stacks_Clean_Menu_stack > .clean-menu .clean-menu-top-level ul li {
  margin: 0 7px;
}




#clean-menu_stacks_in_777_136 .clean-menu-full {
  margin: 0;
}
#clean-menu_stacks_in_777_136 .clean-menu-full .cm-menu-toggle {
  display: none;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li {
  position: relative;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li.clean-menu-dropdown > ul {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  pointer-events: all;
  opacity: 1;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.parent:after {
  content: "";
  border-style: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 8px;
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.parent a.parent:after {
  border-color: rgba(0, 0, 0, 0.40);
}
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.parent a.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.20);
}
/* #clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.parent a.cm-heading.parent:hover:after {
  border-color: rgba(0, 0, 0, 0.40);
} */
#clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > a.parent a.parent.cm-current:after {
  border-color: rgba(0, 0, 0, 0.60);
}


#clean-menu_stacks_in_777_136 .clean-menu-logo,
#clean-menu_stacks_in_777_136 .clean-menu-full {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}




.cm-sticky-wrap_stacks_in_777_136 {
  transition: background 300ms ease;
  background: transparent;
}
.cm-sticky-wrap_stacks_in_777_136.cm-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(169, 15, 41, 1.00);
}
.cm-sticky-wrap_stacks_in_777_136.cm-sticky > #clean-menu-full_stacks_in_777_136.cm-full-menu {
  z-index: 9999;
}
.cm-sticky-wrap_stacks_in_777_136.cm-sticky #clean-menu_stacks_in_777_136.clean-menu {
  max-width: 1320px;
  box-sizing: border-box;
  padding: 0px 20px;
  
  margin: 0 auto;
  
}



@media all and (min-width: 771px) {
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_777_136.cm-full-menu ul li {
    border-width: 0;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_777_136 {
    padding: 10px 0px;
  }
  body:not(.cm-mobile-example) #clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-hide-dropdown-menu,
  body:not(.cm-mobile-example) #clean-menu_stacks_in_777_136 ul li.cm-hide-menu {
    display: none;
  }
  
  #clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul.cm-wide {
    display: grid;
  }
  #clean-menu_stacks_in_777_136 .clean-menu-top-level > ul > li > ul.cm-wide > li {
    text-align: left;
    align-self: flex-start;
  }
}

@media all and (max-width: 770px) {
  
  #clean-menu_stacks_in_777_136.clean-menu {
    flex-wrap: wrap-reverse;
  }
  #clean-menu_stacks_in_777_136 > div  {
    
    
  }
  
  #clean-menu_stacks_in_777_136.clean-menu {
    gap: 0 16px;
  }
  #clean-menu-full_stacks_in_777_136 {
    min-width: 300px;
  }
  #clean-menu_stacks_in_777_136 .clean-menu-full {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0;
  }
  #clean-menu_stacks_in_777_136 > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #clean-menu_stacks_in_777_136 .clean-menu-full .cm-menu-toggle {
    display: block;
  }
  #clean-menu_stacks_in_777_136 .clean-menu-top-level {
    display: none;
  }
  
  
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul li {
    display: block;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul {
    padding: 12px 0px;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul > li > .cm-custom-content {
    padding: 4px 24px 4px 24px;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul ul > li > .cm-custom-content {
    padding: 4px 24px 4px 34px;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul > li.cm-grouped-item > .cm-custom-content  {
    padding: 4px 24px 4px 0px;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item{
    padding: 4px 24px;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a {
    font-size: calc(16px + 2 );
    line-height: calc(16px + 2 );
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul ul > li > a {
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item > a {
    width: auto;
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu.clean-menu-active {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }
  #clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item > a {
    padding: 8px 30px 8px 0;
  }
}






.cm-mobile-example #clean-menu-full_stacks_in_777_136 {
  min-width: 300px;
}
.cm-mobile-example #clean-menu_stacks_in_777_136 .clean-menu-full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_777_136 > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cm-mobile-example #clean-menu_stacks_in_777_136 .clean-menu-full .cm-menu-toggle {
  display: block;
}
.cm-mobile-example #clean-menu_stacks_in_777_136 .clean-menu-top-level {
  display: none;
}
.cm-mobile-example #clean-menu-full_stacks_in_777_136.cm-full-menu ul li {
  display: block;
}
.cm-mobile-example #clean-menu-full_stacks_in_777_136.cm-full-menu ul li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_777_136.cm-full-menu ul ul > li > a {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.cm-mobile-example #clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item > a {
  width: auto;
}
.cm-mobile-example #clean-menu-full_stacks_in_777_136.cm-full-menu {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.cm-mobile-example #clean-menu-full_stacks_in_777_136.cm-full-menu.clean-menu-active {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.cm-mobile-example #clean-menu-full_stacks_in_777_136.cm-full-menu ul li.cm-grouped-item > a {
  padding: 8px 30px 8px 0;
}


.cm-mobile-example #clean-menu_stacks_in_777_136 .clean-menu-logo {

}








#clean-menu_stacks_in_777_136 .clean-menu-top-level ul li.cm-current > a {
  
}

#stacks_in_777_136 {
	background-color: rgba(169, 15, 41, 1.00);
	padding: 5px 0px 5px 0px;
}
#stacks_in_777_137 a{display:block}#stacks_in_777_137 img{}

    #stacks_in_2191.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2191.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2191.blu-wrap>.blueprint-col{}#stacks_in_2191.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2191.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2191.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2191.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2191.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2191.blu-wrap>.blueprint-col{ }#stacks_in_2191.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2191.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2191.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2191.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2191.blu-wrap>.blueprint-col{ }
#stacks_in_2191.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2191.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2191.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2191.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2191.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2191.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2191.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2191.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2191.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2193.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2193.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2193.blu-wrap>.blueprint-col{}#stacks_in_2193.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2193.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2193.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2193.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:80.00px 0.00px 0.00px 0.00px }#stacks_in_2193.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2193.blu-wrap>.blueprint-col{ }#stacks_in_2193.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2193.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2193.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2193.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2193.blu-wrap>.blueprint-col{ }
#stacks_in_2193.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2193.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2193.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2193.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2193.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2193.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2193.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2193.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2193.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_2193.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00px 0.00px 0.00px 0.00px }}  
#stacks_in_2196 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2196 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2196 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2196 > .row.padding-detailed.padding-medium-up,#stacks_in_2196 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2196 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2196 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_2196 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2196 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_2196 {
	background-color: rgba(0, 0, 0, 1.00);
}
/*  */
#fifty-fifty-slider-stacks_in_2198 {
  border-radius: 0px;
  max-width: 4000px;
  min-height: 600px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-align: left;
  list-style: none;
  margin: 0 auto;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-family: "Nunito";
  transition: all 0s ease-in-out; }

#fifty-fifty-slider-stacks_in_2198 .ffs-slide {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transform: all 0.3s ease-in-out;
          transform: all 0.3s ease-in-out; }
  #fifty-fifty-slider-stacks_in_2198 .ffs-slide.active .ffs-slide-content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #fifty-fifty-slider-stacks_in_2198 .ffs-slide.active .ffs-slide-image {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content, #fifty-fifty-slider-stacks_in_2198 .ffs-slide-image {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    position: relative;
    pointer-events: auto;
    box-sizing: border-box; }
  #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    padding-bottom: 60px;
    transition: -webkit-transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out;
    transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content-inner {
      z-index: 2;
      position: relative;
      padding: 35px 35px;
      box-sizing: border-box; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content .ffs-slide-title {
      /*  */
      font-family: "Raleway";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 28px;
      line-height: 44.799999px;
      margin-bottom: 10px; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content .ffs-slide-text {
      /*  */
      font-family: "Raleway";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 14px;
      line-height: 22.400000px;
      margin-bottom: 20px; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content .ffs-slide-action {
      /*  */
      font-family: "Raleway";
      /*  */
      color: rgba(255, 255, 255, 1.00);
      font-size: 16px;
      padding: 8px 20px;
      border: 2px solid;
      background: rgba(33, 33, 33, 1.00);
      border-radius: 30px;
      border-color: rgba(77, 77, 77, 1.00);
      display: inline-block;
      box-sizing: border-box;
      text-decoration: none;
      transition: all 0.3s ease; }
      #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content .ffs-slide-action::before {
        display: inline-block;
        content: 'Learn More'; }
      #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content .ffs-slide-action:hover {
        color: rgba(255, 255, 255, 1.00);
        background: rgba(33, 33, 33, 1.00);
        border-color: rgba(255, 255, 255, 1.00); }
  #fifty-fifty-slider-stacks_in_2198 .ffs-slide-image {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1;
    transition: -webkit-transform 0s 0.3s ease-in-out;
    transition: transform 0s 0.3s ease-in-out;
    transition: transform 0s 0.3s ease-in-out, -webkit-transform 0s 0.3s ease-in-out; }

#fifty-fifty-slider-stacks_in_2198 .ffs-nav {
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 100px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #fifty-fifty-slider-stacks_in_2198 .ffs-nav-count {
    margin-right: auto;
    color: rgba(255, 255, 255, 1.00);
    font-size: 14px; }
  #fifty-fifty-slider-stacks_in_2198 .ffs-nav a {
    color: rgba(255, 255, 255, 1.00);
    width: 40px;
    height: 40px;
    border-radius: 30px;
    border: 2px solid rgba(255, 255, 255, 1.00);
    opacity: 0.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    line-height: 0;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    transition: all 0.3s ease-in-out; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-nav a i {
      line-height: 0;
      color: rgba(255, 255, 255, 1.00);
      font-size: 40px; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-nav a:hover {
      opacity: 1; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-nav a:first-of-type {
      margin-right: 10px; }

#fifty-fifty-slider-stacks_in_2198.slide-end .ffs-nav a.next {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#fifty-fifty-slider-stacks_in_2198.slide-start .ffs-nav a.prev {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#fifty-fifty-slider-stacks_in_2198.height-set .ffs-slide {
  bottom: 0; }

#fifty-fifty-slider-stacks_in_2198.hide-titles .ffs-slide-title {
  display: none; }

#fifty-fifty-slider-stacks_in_2198.hide-text .ffs-slide-text {
  display: none; }

#fifty-fifty-slider-stacks_in_2198.hide-actions .ffs-slide-action {
  display: none; }

#fifty-fifty-slider-stacks_in_2198.hide-actions .ffs-slide-text {
  margin-bottom: 0; }

#fifty-fifty-slider-stacks_in_2198.content-top .ffs-slide-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#fifty-fifty-slider-stacks_in_2198.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#fifty-fifty-slider-stacks_in_2198.content-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

#fifty-fifty-slider-stacks_in_2198 .ffs-slide .ffs-slide-content {
  /*  */
  background: rgba(33, 33, 33, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #fifty-fifty-slider-stacks_in_2198 .ffs-slide .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }

@media (max-width: 500px) {
  #fifty-fifty-slider-stacks_in_2198 {
    min-height: 100px; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-nav {
      width: 100%; }
    #fifty-fifty-slider-stacks_in_2198 .ffs-slide {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #fifty-fifty-slider-stacks_in_2198 .ffs-slide-content {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      #fifty-fifty-slider-stacks_in_2198 .ffs-slide-image {
        width: 100%;
        height: 220px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        transition: -webkit-transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out;
        transition: transform 0.6s 0s ease-in-out, -webkit-transform 0.6s 0s ease-in-out; }
    #fifty-fifty-slider-stacks_in_2198.mobile-nav-top .ffs-slide-content {
      padding-bottom: 0;
      padding-top: 60px; }
    #fifty-fifty-slider-stacks_in_2198.mobile-nav-top .ffs-nav {
      top: 220px;
      bottom: auto; }
    #fifty-fifty-slider-stacks_in_2198.mobile-nav-top.slide-start .ffs-nav a.prev {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    #fifty-fifty-slider-stacks_in_2198.mobile-nav-top.slide-end .ffs-nav a.next {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); } }
#ffs-slide-stacks_in_2199 .ffs-slide-image {
  background: url(../specializations_files/slide_image-2199.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_2199.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2199.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2199.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 0.00);
  border-color: rgba(255, 255, 255, 0.50); }
  #ffs-slide-stacks_in_2199.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 0.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2199 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2199 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2199.custom-background .ffs-slide-content {
  /*  */
  background: rgba(5, 25, 79, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_2199.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_2199.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }
/*  */
#rotate-stacks_in_2200 {
  /*  */
  /*  */
  /*  */
  padding: 0px 0px;
  max-width: 2000px;
  border-radius: 0px;
  min-height: 250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box; }
  #rotate-stacks_in_2200:hover .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_2200 .rotate-nav {
    top: 50%;
    opacity: 0;
    width: 30px;
    color: white;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    transition: all 0.4s ease;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%); }
    #rotate-stacks_in_2200 .rotate-nav-state {
      width: 5px;
      height: 5px;
      margin: 10px 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.20); }
    #rotate-stacks_in_2200 .rotate-nav-prev, #rotate-stacks_in_2200 .rotate-nav-next {
      width: 20px;
      height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1;
      cursor: pointer;
      position: relative;
      border-radius: 2px;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: rgba(255, 255, 255, 1.00);
      background: rgba(255, 255, 255, 0.20); }
      #rotate-stacks_in_2200 .rotate-nav-prev i, #rotate-stacks_in_2200 .rotate-nav-next i {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #rotate-stacks_in_2200 .rotate-nav-prev:hover, #rotate-stacks_in_2200 .rotate-nav-next:hover {
        opacity: 1;
        color: rgba(0, 0, 0, 0.50);
        background: rgba(255, 255, 255, 1.00); }
  #rotate-stacks_in_2200 .rotate-flex-wrap {
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: all 0.4s ease; }
    #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item {
      padding: 15px 20px;
      top: 0;
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: absolute;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item.active {
        opacity: 1; }
        #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item.active .rotate-item-action {
          -webkit-animation: action-in 0.5s 0.8s;
                  animation: action-in 0.5s 0.8s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
        #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item.active.hide .rotate-item-action {
          -webkit-animation: action-out 0.3s;
                  animation: action-out 0.3s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }

#rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item {
  /*  */
  font-family: "Nunito";
  /*  */ }
  #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item-icon {
    opacity: 1;
    color: rgba(255, 255, 255, 1.00);
    font-size: 24px;
    margin-bottom: 15px;
    transition: all 0.1s ease; }
  #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item-title {
    /*  */
    font-family: "Nunito";
    /*  */
    width: 100%;
    font-weight: 300;
    color: rgba(255, 255, 255, 1.00);
    font-size: 22px;
    line-height: calc(22px * 1.4);
    margin: 0 0 30px; }
  #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item-action, #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item-action:active {
    /*  */
    font-family: "Raleway";
    /*  */
    opacity: 0;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 40px;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(76, 76, 76, 1.00);
    line-height: calc(16px * 1.4);
    cursor: pointer;
    transition: all 0.4s ease;
    -webkit-animation: action-out 0.3s;
            animation: action-out 0.3s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item-action:hover, #rotate-stacks_in_2200 .rotate-flex-wrap .rotate-item-action:active:hover {
      color: rgba(255, 204, 102, 1.00);
      background: rgba(0, 0, 0, 0.20); }

#rotate-stacks_in_2200.rotate-prev .rotate-flex-wrap .rotate-item {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transform: translateY(100%) scale(0.5);
          transform: translateY(100%) scale(0.5); }
  #rotate-stacks_in_2200.rotate-prev .rotate-flex-wrap .rotate-item.active {
    opacity: 1;
    transition: all 1s ease;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1); }
    #rotate-stacks_in_2200.rotate-prev .rotate-flex-wrap .rotate-item.active.hide {
      opacity: 0;
      transition: all 1s ease;
      -webkit-transform: translateY(-100%) scale(0.5);
              transform: translateY(-100%) scale(0.5); }

#rotate-stacks_in_2200.rotate-next .rotate-flex-wrap .rotate-item {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transform: translateY(-100%) scale(0.5);
          transform: translateY(-100%) scale(0.5); }
  #rotate-stacks_in_2200.rotate-next .rotate-flex-wrap .rotate-item.active {
    opacity: 1;
    transition: all 1s ease;
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1); }
    #rotate-stacks_in_2200.rotate-next .rotate-flex-wrap .rotate-item.active.hide {
      opacity: 0;
      transition: all 1s ease;
      -webkit-transform: translateY(100%) scale(0.5);
              transform: translateY(100%) scale(0.5); }

#rotate-stacks_in_2200.align-left .rotate-item {
  left: 0;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

#rotate-stacks_in_2200.align-left .rotate-nav {
  left: 0;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%); }

#rotate-stacks_in_2200.align-left:hover .rotate-item {
  left: 30px; }

#rotate-stacks_in_2200.align-left:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

#rotate-stacks_in_2200.align-right .rotate-item {
  right: 0;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

#rotate-stacks_in_2200.align-right .rotate-nav {
  right: 0;
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%); }

#rotate-stacks_in_2200.align-right:hover .rotate-item {
  right: 30px; }

#rotate-stacks_in_2200.align-right:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

#rotate-stacks_in_2200.align-center .rotate-item {
  left: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#rotate-stacks_in_2200.align-center .rotate-nav {
  left: 0;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%); }

#rotate-stacks_in_2200.align-center:hover .rotate-item {
  left: 30px; }

#rotate-stacks_in_2200.align-center:hover .rotate-nav {
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%); }

@media (max-width: 768px) {
  #rotate-stacks_in_2200 .rotate-item .rotate-item-title {
    font-size: 20px;
    line-height: calc(20px * 1.4); } }

@media (max-width: 500px) {
  #rotate-stacks_in_2200 .rotate-item .rotate-item-title {
    font-size: 18px;
    line-height: calc(18px * 1.4); }
  #rotate-stacks_in_2200.align-left .rotate-item {
    left: 30px; }
  #rotate-stacks_in_2200.align-left .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_2200.align-right .rotate-item {
    right: 30px; }
  #rotate-stacks_in_2200.align-right .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); }
  #rotate-stacks_in_2200.align-center .rotate-item {
    left: 30px; }
  #rotate-stacks_in_2200.align-center .rotate-nav {
    opacity: 1;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%); } }

@-webkit-keyframes action-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes action-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes action-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes action-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
#ffs-slide-stacks_in_2209 .ffs-slide-image {
  background: url(../specializations_files/slide_image-2209.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_2209.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2209.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2209.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 0.00);
  border-color: rgba(255, 255, 255, 0.50); }
  #ffs-slide-stacks_in_2209.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 0.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2209 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2209 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2209.custom-background .ffs-slide-content {
  /*  */
  background: rgba(0, 128, 128, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_2209.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_2209.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }
#ffs-slide-stacks_in_2212 .ffs-slide-image {
  background: url(../specializations_files/slide_image-2212.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_2212.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2212.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2212.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 0.00);
  border-color: rgba(255, 255, 255, 0.50); }
  #ffs-slide-stacks_in_2212.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 0.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2212 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2212 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2212.custom-background .ffs-slide-content {
  /*  */
  background: rgba(128, 0, 48, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_2212.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_2212.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }
#ffs-slide-stacks_in_2215 .ffs-slide-image {
  background: url(../specializations_files/slide_image-2215.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_2215.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2215.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2215.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 0.00);
  border-color: rgba(255, 255, 255, 0.20); }
  #ffs-slide-stacks_in_2215.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 0.00);
    border-color: rgba(255, 255, 255, 0.00); }

#ffs-slide-stacks_in_2215 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2215 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2215.custom-background .ffs-slide-content {
  /*  */
  background: rgba(0, 88, 217, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_2215.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_2215.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }
#ffs-slide-stacks_in_2218 .ffs-slide-image {
  background: url(../specializations_files/slide_image-2218.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_2218.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2218.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2218.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 0.00);
  border-color: rgba(255, 255, 255, 0.50); }
  #ffs-slide-stacks_in_2218.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 0.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2218 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2218 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2218.custom-background .ffs-slide-content {
  /*  */
  background: rgba(68, 104, 19, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_2218.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_2218.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }
#ffs-slide-stacks_in_2779 .ffs-slide-image {
  background: url(../specializations_files/slide_image-2779.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_2779.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2779.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2779.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 0.00);
  border-color: rgba(255, 255, 255, 0.50); }
  #ffs-slide-stacks_in_2779.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 0.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2779 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2779 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2779.custom-background .ffs-slide-content {
  /*  */
  background: rgba(87, 112, 126, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_2779.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_2779.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }
#ffs-slide-stacks_in_2221 .ffs-slide-image {
  background: url(../specializations_files/slide_image-2221.jpg) no-repeat center center;
  background-size: cover; }

#ffs-slide-stacks_in_2221.custom-title .ffs-slide-title {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2221.custom-text .ffs-slide-text {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2221.custom-button .ffs-slide-action {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(33, 33, 33, 0.00);
  border-color: rgba(255, 255, 255, 0.50); }
  #ffs-slide-stacks_in_2221.custom-button .ffs-slide-action:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(33, 33, 33, 0.00);
    border-color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2221 .ffs-nav-count {
  color: rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2221 .ffs-nav a {
  color: rgba(255, 255, 255, 1.00);
  border-radius: px;
  border: px solid rgba(255, 255, 255, 1.00); }

#ffs-slide-stacks_in_2221.custom-background .ffs-slide-content {
  /*  */
  background: rgba(133, 147, 150, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */ }
  #ffs-slide-stacks_in_2221.custom-background .ffs-slide-content::before {
    /*  */ }
  #ffs-slide-stacks_in_2221.custom-background .ffs-slide-content::before {
    /*  */
    display: none;
    /*  */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.20); }
/* -- Start Skyward Each css Template -- */

.stacks_in_2226skyward, .stacks_in_2226skywardInner, .stacks_in_2226wrapper {
	position: relative;
	z-index: 1;
	overflow: visible;
}


.stacks_in_2226skywardInner {
	top: -50px;
	margin-bottom: -50px;
}
	
		@media (max-width: 61.9em) {
			.stacks_in_2226skywardInner {
				top: -50px;
				margin-bottom: -50px;
			}
		}
		
		@media (max-width: 47.9em) {
			.stacks_in_2226skywardInner {
				top: -25px;
				margin-bottom: -25px;
			}
		}
	





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


/* -- End Skyward Each css Template -- */@-webkit-keyframes mouser-scroll{0%,20%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}20%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}@keyframes mouser-scroll{0%,20%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}20%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}@-webkit-keyframes mouser-scroll-up{0%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}80%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}100%,80%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}}@keyframes mouser-scroll-up{0%{-webkit-transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);transform:translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);opacity:.1}}100%,80%{-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px)}80%{-webkit-transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);transform:translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);opacity:1}@-webkit-keyframes mouser-arrow-flow{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@keyframes mouser-arrow-flow{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}
#mouser-stacks_in_2227{display:block;margin:0 auto;text-align:center; width:100%; margin:center;padding-bottom:0px}#mouser-stacks_in_2227 .mouser{width:26px;position:relative;margin:auto;cursor:pointer}#mouser-stacks_in_2227 .mouser.m-dz{width:100%}#mouser-stacks_in_2227 .mouser.m-dz .fa,#mouser-stacks_in_2227 .mouser.m-dz p{color:rgba(230, 230, 230, 1.00)!important}#mouser-stacks_in_2227 .scrolltext{color:rgba(204, 204, 204, 1.00);display:block;font-size:12px;text-align:center;cursor:pointer;-webkit-transition:color 140ms ease;transition:color 140ms ease}#mouser-stacks_in_2227 .m-wrap{display:inline-block;text-align:center}#mouser-stacks_in_2227 .m-wrap.m-dz.dz-block{display:block} #mouser-stacks_in_2227 .mouser.m-mouse{height:42px;border:2px solid rgba(230, 230, 230, 1.00);border-radius:24px;-webkit-transition:all 140ms ease;transition:all 140ms ease}#mouser-stacks_in_2227 .mouser.m-mouse::after{content:"";position:absolute;top:5px;left:50%;margin-left:-2px;background-color:rgba(230, 230, 230, 1.00);border-radius:100%;width:4px;height:4px;opacity:1;-webkit-transition:all 140ms ease;transition:all 140ms ease;-webkit-transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);transform:translateY(0px) scaleY(1) scaleX(1) translateZ(0px);-webkit-animation:mouser-scroll 2s -1s cubic-bezier(0.68,-0.55,0.265,1.55) infinite;animation:mouser-scroll 2s -1s cubic-bezier(0.68,-0.55,0.265,1.55) infinite}#mouser-stacks_in_2227 .mouser.m-mouse.swipe-up::after{-webkit-animation:mouser-scroll-up 2s -1s cubic-bezier(0.68,-0.55,0.265,1.55) infinite;animation:mouser-scroll-up 2s -1s cubic-bezier(0.68,-0.55,0.265,1.55) infinite}  #mouser-stacks_in_2227 .m-wrap:hover .mouser.m-mouse{border:2px solid rgba(255, 255, 255, 1.00)}#mouser-stacks_in_2227 .m-wrap:hover .mouser.m-mouse::after{background-color:rgba(255, 255, 255, 1.00)}#mouser-stacks_in_2227 .m-wrap:hover .mouser.m-arrows>.mouser_arrows{border-right:2px solid rgba(255, 255, 255, 1.00);border-bottom:2px solid rgba(255, 255, 255, 1.00)}#mouser-stacks_in_2227 .m-wrap:hover .mouser.m-dz .fa,#mouser-stacks_in_2227 .m-wrap:hover .mouser.m-dz p{color:rgba(255, 255, 255, 1.00)!important}#mouser-stacks_in_2227 .m-wrap:hover .scrolltext{color:rgba(102, 102, 102, 1.00)} .mouser .mouser_arrows{display:block;border-right:2px solid rgba(230, 230, 230, 1.00);border-bottom:2px solid rgba(230, 230, 230, 1.00);margin:0 0 3px 4px;width:16px;height:16px;-webkit-animation:mouser-arrow-flow 1s infinite;animation:mouser-arrow-flow 1s infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.mouser .mouser_arrows.ma1{margin-top:1px}.mouser .mouser_arrows.ma2{margin-top:-6px}.mouser .mouser_arrows.ma3{margin-top:-6px}.mouser.m-dn .mouser_arrows{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mouser.m-dn .mouser_arrows.ma1{-webkit-animation-delay:.1s;animation-delay:.1s}.mouser.m-dn .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}.mouser.m-dn .mouser_arrows.ma3{-webkit-animation-delay:.3s;animation-delay:.3s}.mouser.m-up .mouser_arrows{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.mouser.m-up .mouser_arrows.ma1{-webkit-animation-delay:.3s;animation-delay:.3s}.mouser.m-up .mouser_arrows.ma2{-webkit-animation-delay:.2s;animation-delay:.2s}.mouser.m-up .mouser_arrows.ma3{-webkit-animation-delay:.1s;animation-delay:.1s}

    #stacks_in_1046.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_1046.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_1046.blu-wrap>.blueprint-col{}#stacks_in_1046.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_1046.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_1046.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_1046.blu-wrap>.blueprint-col>.blucol-content{margin: 20px ;padding:80.00px 0.00px 0.00px 0.00px }#stacks_in_1046.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_1046.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:9999px;}#stacks_in_1046.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_1046.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_1046.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_1046.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_1046.blu-wrap>.blueprint-col{ width:75%;min-width:0px;max-width:9999px;}
#stacks_in_1046.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_1046.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_1046.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_1046.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_1046.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_1046.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_1046.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_1046.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_1046.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_1046.blu-wrap>.blueprint-col>.blucol-content{margin: 5.00% 0.00% 5.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_1046.blu-wrap>.blueprint-col>.blucol-content{margin: 2.00px 0.00px 2.00px 0.00px }}   
    #stacks_in_2256.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2256.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2256.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_2256.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2256.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2256.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2256.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 20.00px 0.00px }#stacks_in_2256.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2256.blu-wrap>.blueprint-col{ }#stacks_in_2256.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2256.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2256.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2256.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2256.blu-wrap>.blueprint-col{ }
#stacks_in_2256.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2256.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2256.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2256.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2256.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2256.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2256.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2256.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2256.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
@media only screen and (max-width:640px){#stacks_in_2246 h1,#stacks_in_2246 div{text-align:center !important}#stacks_out_2246{display:block !important}}#stacks_in_2246 h1,#stacks_in_2246 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_2246 h1 a,#stacks_in_2246 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_2246 h1 a:hover,#stacks_in_2246 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_2246 small,#stacks_in_2246 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2246 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:700;font-style:normal}
@media only screen and (max-width:480.00px){#stacks_in_2246 h1{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:900.00px){#stacks_in_2246 h1{font-size:2.20rem!important}}@media only screen and (min-width:900.00px) and (max-width:1200.00px){#stacks_in_2246 h1{font-size:2.60rem!important}}@media only screen and (min-width:1200.00px){#stacks_in_2246 h1{font-size:3.00rem!important}}

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

#stacks_in_2248 {
	font-weight: bold;
}
.style-pro-stacks_in_2256::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2256:not(.bdr-vault)::before{border-width: 0px 0px 2px 0px ;border-style:solid;border-color:rgba(147, 0, 0, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_2256:not(.bdr-vault)::before,.style-pro-stacks_in_2256:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2256:not(.bdr-vault) > .sections-layer{border-radius: 0px }
#stacks_in_1064 figure{text-align:center}#stacks_in_1064 .mdph{display:none}#stacks_in_1064 .mdp.book-set{widows:5;orphans:5}#stacks_in_1064 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_1064 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_1064 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_1064 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_1064 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_1064 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_1064 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_1064 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_1064 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_1064 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_1064 .mdp.p-lead p:first-of-type{font-size:130%}@media screen and (min-width:480px){#stacks_in_1064 .columnize{-webkit-column-count:0;column-count:0;-webkit-column-gap:1px;column-gap:1px}}@media screen and (min-width:640px){#stacks_in_1064 .columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:1000px){#stacks_in_1064 .columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:60px;column-gap:60px}}@media screen and (min-width:2000px){#stacks_in_1064 .columnize{-webkit-column-count:3;column-count:3;-webkit-column-gap:70px;column-gap:70px}}#stacks_in_1064 .columnize.col-dividers,#stacks_in_1064 .col-dividers p.columnize{-webkit-column-rule:1.00px solid rgba(178, 178, 178, 0.80);column-rule:1.00px solid rgba(178, 178, 178, 0.80)}@media only screen and (min-width:0px){#stacks_in_1064 p{}}

#stacks_in_1064 {
	padding: 30px 0px 30px 0px;
}
    @media only screen and (min-width:0em){#stacks_in_2260>.row.max-width-custom{max-width:1400px!important;margin-left:auto;margin-right:auto}#stacks_in_2260>.row.max-width-custom.max-align-left{margin-left:0}#stacks_in_2260>.row.max-width-custom.max-align-right{margin-right:0}}@media only screen and (max-width:40.062em){#stacks_in_2260>.row.max-width-custom{width:100%}}@media only screen and (min-width:40.063em) and (max-width:62.562em){#stacks_in_2260>.row.max-width-custom{width:100%}}@media only screen and (min-width:62.563em){#stacks_in_2260>.row.max-width-custom{width:100%}}    @media only screen and (min-width:0em){#stacks_in_2260>.row.col-pad-custom>.columns:first-child{padding-left:0!important;padding-right:0!important}#stacks_in_2260>.row.col-pad-custom>.columns:first-child>.vc-outer>.vc-inner,#stacks_in_2260>.row.col-pad-custom>.columns:first-child>.equalizer>.vc-outer>.vc-inner{padding-left:0.00rem;padding-right:0.00rem}}@media only screen and (min-width:0em){#stacks_in_2260>.row.col-pad-custom>.columns:first-child{padding-top:0.00rem;padding-bottom:0.00rem}}     

 #stacks_in_2260>.row{padding-top:0.00rem;padding-bottom:0.00rem} #stacks_in_2260>.row>.columns{margin-top:0.00rem}
#stacks_in_2261{-webkit-transform:translate3d(0,0,0);z-index:1}#stacks_in_2261.stuck-grummage{z-index:2000}@media only screen and (max-width:40.063em){#stacks_in_2261.use-mq.sg-mq-small-only{display:none}}@media only screen and (max-width:62.563em){#stacks_in_2261.use-mq.sg-mq-medium-down{display:none}}#stacks_in_2261 .sticky-grum.show-warnings{overflow-y:auto;max-height:100vh}#stacks_in_2261 .sticky-grum.show-warnings::after{position:absolute;top:0;left:0;height:30px;z-index:1100}#stacks_in_2261 .sticky-grum.show-warnings.height-warn::after{background:red;color:white;content:"Preview Warning:CONTAINTER HEIGHT IS THE SAME AS STICKY CONTENT HEIGHT"}#stacks_in_2261 .sticky-grum.show-warnings.eq-warn::after{background:rgba(253,179,8,0.75);color:#ff0522;font-weight:bold;margin-top:5px;padding:15px;border-radius:6px;height:60px;text-shadow:2px 3px 4px #fff4f9;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.57);box-shadow:0 0 8px rgba(0,0,0,0.57);content:"Preview Warning:COLUMN NOT EQUALIZED"}

#stacks_in_2261 {
	padding: 100px 0px 0px 5px;
}
#stacks_in_2263_143 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_2263_143 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_2263_143 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_2263_143 > .row.padding-detailed.padding-medium-up,#stacks_in_2263_143 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2263_143 > .row.padding-detailed.padding-y-medium-up,#stacks_in_2263_143 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_2263_143 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_2263_143 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_2263_143 > .row.max-custom{margin:0 auto;max-width:300px !important}#stacks_in_2263_143 > .row.max-custom.max-left{margin-left:0}#stacks_in_2263_143 > .row.max-custom.max-right{margin-right:0}

#stacks_in_2263_143 {
	background-color: rgba(0, 0, 255, 1.00);
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2263_149shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */    #stacks_out_2263_150::before,#stacks_out_2263_150::after{content:" ";display:table}#stacks_out_2263_150::after{clear:both}#stacks_in_2263_150 .nav-dots[data-magellan-expedition]{display:none}#stacks_in_2263_150 .mg-menu{position:relative}#stacks_in_2263_150 .mg-menu:not(.mag-vertical){height:65px}#stacks_in_2263_150 .mg-menu .f-dropdown{max-height:calc(100vh - 65px);z-index:1002;margin-top:3px!important}#stacks_in_2263_150 .mg-menu .f-dropdown::before,#stacks_in_2263_150 .mg-menu .f-dropdown::after{left:7px!important;z-index:1002!important}#stacks_in_2263_150 .mg-menu.dd-no-pip .f-dropdown{overflow-y:scroll;margin-top:0!important}#stacks_in_2263_150 .mg-menu.dd-no-pip .f-dropdown::before,#stacks_in_2263_150 .mg-menu.dd-no-pip .f-dropdown::after{display:none!important}#stacks_in_2263_150 .mg-menu.mag-toggle .f-dropdown.small.content.open.f-open-dropdown{left:2vw!important}#stacks_in_2263_150 [data-magellan-expedition-clone]{display:none!important}#stacks_in_2263_150 .mg-menu[data-magellan-expedition]{padding:0;background-color:transparent;min-width:10px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-preload{visibility:hidden;-webkit-transition:opacity 0ms linear;transition:opacity 0ms linear;filter:alpha(opacity=0)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-hidden,#stacks_in_2263_150 .mg-menu[data-magellan-expedition].hide-landing.mag-landing{opacity:0;-webkit-transition:opacity 100ms linear;transition:opacity 100ms linear;filter:alpha(opacity=0);pointer-events:none}#stacks_in_2263_150 .mg-menu[data-magellan-expedition]:not(.mag-hidden),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].hide-landing:not(.mag-landing):not(.mag-hidden){-webkit-transition:opacity 100ms linear;transition:opacity 100ms linear;opacity:1;filter:alpha(opacity=100)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].bg-none{background:0}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] li a{text-align:left}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle){padding:6px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav{padding:6px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) li{margin-bottom:0}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-max{max-width:200px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-fixed{max-width:140px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).width-auto{width:auto}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal{min-width:100%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav{display:block;margin:0;padding:0}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav li{margin:0}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav{text-align:center}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a{font-size:1.20rem;color:rgba(255, 255, 255, 1.00)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a:hover{color:rgba(255, 204, 102, 1.00);background-color:rgba(0, 0, 0, 0.20)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a,#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li a:not(.button){padding:0 .875rem}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li.active a{color:rgba(239, 181, 10, 1.00);background-color:rgba(0, 0, 0, 0.20)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav li.active a:hover{color:rgba(254, 205, 71, 1.00);background-color:rgba(0, 0, 0, 0.20)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .magic-icon{display:none}
#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-fixed{z-index:1001}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-fixed.fixed-shadow{-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a{background:rgba(204, 204, 204, 0.00)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item.active a{background:rgba(0, 0, 0, 0.20)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area{list-style-type:none;margin-bottom:0;padding-left:10px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.toggle-target{display:none}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name{display:block;position:relative;padding:0 .9375rem;text-align:center}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name.collapse{padding:0}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name a{ display:inline-block}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name span{height:100%;line-height:65px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name img{display:inline-block;width:auto;padding:0px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name .mag-title{display:inline-block;line-height:65px;padding:0 .875rem;margin:0;vertical-align:top;font-size:1.15rem;color:rgba(255, 255, 255, 1.00)}@media screen and (max-width:639px){#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name .mag-title{line-height:45px}}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name:not(.contained) img{max-height:85px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .mag-title-area>.mag-name.contained img{height:65px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal .mag-title-area{float:left}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area{margin-bottom:1rem;margin-left:0}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area>.mag-name img{display:block;margin:0 auto;width:auto}@media only screen and (min-width:640px){#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.icons-full .magic-icon{display:inline-block}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-divider .side-nav li:not(:last-of-type){border-right:1px solid rgba(153, 153, 153, 0.60)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav.magic-nav li{display:inline-block;vertical-align:middle}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal .side-nav.magic-nav li a{line-height:65px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal .mag-title-area{float:left}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .mag-title-area{display:none}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(10),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(10) ~ li{width:10%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(9),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(9) ~ li{width:11.11111%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(8),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(8) ~ li{width:12.5%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(7),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(7) ~ li{width:14.28571%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(6),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(6) ~ li{width:16.66667%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(5),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(5) ~ li{width:20%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(4),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(4) ~ li{width:25%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(3),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(3) ~ li{width:33.33333%}
#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(2),#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(2) ~ li{width:50%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li:first-child:nth-last-child(1){width:100%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal.mag-full-width .magic-nav li a{white-space:nowrap;overflow:hidden}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav.magic-nav.custom-pad li a:not(.button){padding-left:14px;padding-right:14px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-horizontal:not(.mag-full-width) .side-nav.magic-nav.zone-hard-right .mag-item.zone-item{float:right}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).mag-divider .side-nav.magic-nav li:not(:first-of-type){border-top:1px solid rgba(153, 153, 153, 0.60)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav.magic-nav li:not(:first-of-type){padding-top:10px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav.magic-nav li:not(:last-of-type){padding-bottom:10px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .side-nav.magic-nav.custom-pad li a:not(.button){padding-top:14px;padding-bottom:14px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area{margin-bottom:1rem;margin-left:0}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle) .mag-title-area>.mag-name img{display:block;margin:0 auto;width:auto} #stacks_in_2263_150 .mg-menu[data-magellan-expedition]>.mag-title-area>.mag-name img{vertical-align:middle}#stacks_in_2263_150>.mg-menu[data-magellan-expedition] .mag-title-area>.mag-name img{vertical-align:middle}#stacks_in_2263_150>.mg-menu[data-magellan-expedition].mag-fixed{position:fixed}#stacks_in_2263_150>.mg-menu[data-magellan-expedition].mag-fixed.mag-horizontal{left:0}#stacks_in_2263_150>.mg-menu[data-magellan-expedition].mag-fixed.mag-vertical:not(.mag-toggle).vert-left{left:0px}#stacks_in_2263_150>.mg-menu[data-magellan-expedition].mag-fixed.mag-vertical:not(.mag-toggle).vert-right{right:0px}#stacks_in_2263_150>.mg-menu[data-magellan-expedition].mag-fixed.fixed-top{top:0}#stacks_in_2263_150>.mg-menu[data-magellan-expedition].mag-fixed.fixed-bottom{bottom:0}#stacks_in_2263_150>.mg-menu[data-magellan-expedition].mag-fixed.fixed-custom{top:100px}}   #stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).vert-left{float:left;margin-left:0px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-vertical:not(.mag-toggle).vert-right{float:right;margin-right:0px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition]::after{position:absolute;content:"";top:0;bottom:0;left:0;right:0;z-index:-1}     @media only screen and (max-width:639px){#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-fixed.fixed-shadow .side-nav.magic-nav{-webkit-box-shadow:rgba(0,0,0,0.40) 0 1px 5px;box-shadow:rgba(0,0,0,0.40) 0 1px 5px}
#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle{height:45px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle>.row{position:relative}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle>.row>.mag-title-area{position:relative}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle>.row>.mag-title-area>.mag-name{height:45px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area{padding:0;height:45px;float:none}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .toggle-target{display:block;padding:0 12px 0 12px;cursor:pointer}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-title.hide-for-mob{display:none!important}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .toggle-target{float:left}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .mag-name{float:right}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-left .mag-name img{float:right}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .toggle-target,#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .burgWrapper{float:right}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .menu-label{float:right;padding-right:12px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .mag-name{float:left}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area.tog-right .mag-name img{float:left}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-title{font-size:1.06rem}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .menu-label{display:inline-block;line-height:45px;vertical-align:middle;color:rgba(255, 255, 255, 1.00)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name{text-align:left;display:inline-block}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name img{padding:0px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name:not(.contained) img{max-height:60px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name.contained img{height:45px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .mag-title-area .mag-name .mag-logo.hide-for-toggle{display:none}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-fixed{position:fixed;left:0;top:0;width:100%}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-fixed.fixed-custom{top:10px}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav{display:none;position:absolute;max-height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch;line-height:1.6;top:100%;width:100%;z-index:-1}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a:not(.button){font-size:1.10rem;text-align:left;padding:12px .9735rem 12px .9735rem;background-color:transparent}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav .mag-item a:not(.button):hover{background-color:rgba(0, 0, 0, 0.20)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.icons-mob .magic-icon{display:inline-block}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .side-nav.magic-nav.zone-full-width .mag-item.zone-item a:not(.button)>.dot-tip{display:block}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .burgWrapper{padding-left:0;display:inline-block;width:40px;height:40px;vertical-align:middle}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .burg{position:absolute;top:50%;display:block;height:2px;width:20px;background:rgba(255, 255, 255, 1.00);-webkit-transition:.2s;transition:.2s}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .burg:before{content:'';position:absolute;top:-8px;width:20px;height:2px;background:rgba(255, 255, 255, 1.00);-webkit-transition:200ms;transition:200ms}#stacks_in_2263_150 .mg-menu[data-magellan-expedition] .burg:after{content:'';position:absolute;top:8px;width:20px;height:2px;background:rgba(255, 255, 255, 1.00);-webkit-transition:200ms;transition:200ms}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].toggle-open .burg{background:transparent}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].toggle-open .burg:before{-webkit-transform:rotate(45deg);top:0}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].toggle-open .burg:after{-webkit-transform:rotate(-45deg);top:0} #stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle .side-nav.magic-nav{background-color:rgba(66, 66, 66, 1.00);border-top:1px solid rgba(255, 255, 255, 1.00)}#stacks_in_2263_150 .mg-menu[data-magellan-expedition].mag-toggle.mag-divider .side-nav.magic-nav li:not(:first-of-type){border-top:1px solid rgba(153, 153, 153, 0.60)}} 
/* Start Responsive Shim stack CSS code */.stacks_in_2263_152shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */    #stacks_in_2542.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2542.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2542.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:920px;}#stacks_in_2542.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2542.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2542.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2542.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00px 1.00px 10.00px 2.00px }#stacks_in_2542.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2542.blu-wrap>.blueprint-col{ }#stacks_in_2542.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2542.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2542.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2542.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2542.blu-wrap>.blueprint-col{ }
#stacks_in_2542.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2542.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2542.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2542.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2542.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2542.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2542.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2542.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2542.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2542.blu-wrap>.blueprint-col>.blucol-content{margin: 20.00px 0.00px 0.00px 0.00px }}    
 #stacks_in_2585 .shear-mag{position:absolute;top:-50px}#stacks_in_2585 a.shear-mag.offset-override{top:-50px!important} .mg-menu .mgicon-aneurysms{vertical-align:middle;font-size:1.60rem; padding-right:0.60rem;}    
           

 #stacks_in_2546>.row{padding-top:0.00rem;padding-bottom:0.00rem} #stacks_in_2546>.row>.columns{margin-top:0.00rem}
    #stacks_in_2547.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2547.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2547.blu-wrap.sm-pull.med-pull{margin-top:-0.00px}}@media screen and (min-width:1000px){#stacks_in_2547.blu-wrap.sm-pull.lg-pull{margin-top:-0.00px!important}}#stacks_in_2547.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2547.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2547.blu-wrap>.blueprint-col{}#stacks_in_2547.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2547.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2547.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2547.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2547.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2547.blu-wrap>.blueprint-col{ }#stacks_in_2547.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2547.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2547.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2547.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2547.blu-wrap>.blueprint-col{ }
#stacks_in_2547.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2547.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2547.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2547.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2547.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2547.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2547.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2547.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2547.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
p#stacks_in_2550.none, h1#stacks_in_2550.none, h2#stacks_in_2550.none, h3#stacks_in_2550.none, h4#stacks_in_2550.none, h5#stacks_in_2550.none, h6#stacks_in_2550.none {
	text-align: center !important;
}

#stacks_in_2550 {
	  text-align: center !important;
}
/* brandico */
#stacks_in_2550 [class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="brandico-"]:hover:before {
  color:#800040;
}

/* entypo */
#stacks_in_2550 [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="entypo-"]:hover:before {
  color:#800040;
}

/* fontawesome */
#stacks_in_2550 [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="fontawesome-"]:hover:before {
  color:#800040;
}

/* fontelico */
#stacks_in_2550 [class*="fontelico-"]:before {
  font-family: 'fontelico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="fontelico-"]:hover:before {
  color:#800040;
}

/* maki */
#stacks_in_2550 [class*="maki-"]:before {
  font-family: 'maki', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="maki-"]:hover:before {
  color:#800040;
}

/* openwebicons */
#stacks_in_2550 [class*="openwebicons-"]:before {
  font-family: 'OpenWeb Icons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="openwebicons-"]:hover:before {
  color:#800040;
}

/* typicons */
#stacks_in_2550 [class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="typicons-"]:hover:before {
  color:#800040;
}

/* zocial */
#stacks_in_2550 [class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="zocial-"]:hover:before {
  color:#800040;
}

/* iconicfill */
#stacks_in_2550 [class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="iconicfill-"]:hover:before {
  color:#800040;
}

/* iconicstroke */
#stacks_in_2550 [class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="iconicstroke-"]:hover:before {
  color:#800040;
}

#stacks_in_2550 a { text-decoration: none !important; border-bottom: 0px!important; }


/* Ionicon */
#stacks_in_2550 [class*="ion-"]:before {
  font-family: 'Ionicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2550 [class*="ion-"]:hover:before {
  color:#800040;
}

/* Themify */
#stacks_in_2550 [class^="ti-"], [class*=" ti-"] {
  font-family: 'themify', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}	

#stacks_in_2550 [class^="ti-"]:hover {
  color:#800040;
}


/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rotate */

.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.rotate:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */

.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Sink */

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sink:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover */

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Hang */

@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hang:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Skew */

.skew {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */

.skew-forward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew-forward:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Wobble Vertical */

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */

@-webkit-keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-bottom:hover {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float Shadow */

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Hover Shadow */

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}#stacks_in_2552 h2.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_2552 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:400;font-style:normal}

    #stacks_in_2558.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2558.blu-wrap.sm-pull{margin-top:-20.00px}@media screen and (min-width:640px){#stacks_in_2558.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2558.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2558.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2558.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2558.blu-wrap>.blueprint-col{}#stacks_in_2558.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2558.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2558.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2558.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 30.00px 0.00px }#stacks_in_2558.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2558.blu-wrap>.blueprint-col{ }#stacks_in_2558.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2558.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2558.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2558.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2558.blu-wrap>.blueprint-col{ }
#stacks_in_2558.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2558.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2558.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2558.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2558.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2558.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2558.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2558.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2558.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2560.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2560.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2560.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:600px;}#stacks_in_2560.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2560.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2560.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2560.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 20.00px 0.00px }#stacks_in_2560.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2560.blu-wrap>.blueprint-col{ }#stacks_in_2560.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2560.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2560.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2560.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2560.blu-wrap>.blueprint-col{ }
#stacks_in_2560.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2560.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2560.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2560.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2560.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2560.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2560.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2560.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2560.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
.style-pro-stacks_in_2560::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2560:not(.bdr-vault)::before{border-width: 0px 0px 2px 0px ;border-style:solid;border-color:rgba(147, 0, 0, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_2560:not(.bdr-vault)::before,.style-pro-stacks_in_2560:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2560:not(.bdr-vault) > .sections-layer{border-radius: 0px }
 @media(hover:hover){#stacks_in_2565.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2565.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2565.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2565.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2565.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2565.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2565.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:768px){#stacks_in_2565.blu-sidebar.full-height{height:100vh}#stacks_in_2565.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2565.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2565.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2565.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2565.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2565.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2565.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2565.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2565.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2565.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2565.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2565.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:768px){#stacks_in_2565.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2565.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2565.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2565.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2565.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2565.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:768px){#stacks_in_2565.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2565.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2565.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2565.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:768px){#stacks_in_2565.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2565.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2565.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2565.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(35% - 0px);flex-basis:calc(35% - 0px);max-width:9999px;min-width:0px}
#stacks_in_2565.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2565.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2565.blu-sidebar>.blu-content::before,#stacks_in_2565.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2565.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2565.blu-sidebar>.blu-side::before,#stacks_in_2565.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_2571.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2571.blu-wrap.sm-pull{margin-top:-10.00px}@media screen and (min-width:640px){#stacks_in_2571.blu-wrap.sm-pull.med-pull{margin-top:-40.00px}}@media screen and (min-width:1000px){#stacks_in_2571.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2571.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2571.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2571.blu-wrap>.blueprint-col{}#stacks_in_2571.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2571.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2571.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2571.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2571.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2571.blu-wrap>.blueprint-col{ }#stacks_in_2571.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2571.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2571.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2571.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2571.blu-wrap>.blueprint-col{ }
#stacks_in_2571.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2571.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2571.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2571.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2571.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2571.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2571.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2571.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2571.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_2574{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code *//* @group ImageWizard Basic Styling */

#imageWizardstacks_in_2575 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_2575 {
	position: relative;
}

#imageWizardstacks_in_2575 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

#imageWizardstacks_in_2575 #glassstacks_in_2575 {
	background: transparent url('../specializations_files/imageWizardAssets/glass.gif') repeat;
	z-index: 61;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: not-allowed;
}

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */

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

#stacks_out_2575 {
	width: 75%;
}
#stacks_in_2567 figure{text-align:center}#stacks_in_2567 .mdph{display:none}#stacks_in_2567 .mdp.book-set{widows:5;orphans:5}#stacks_in_2567 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2567 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2567 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2567 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2567 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2567 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2567 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2567 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2567 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2567 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2567 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2567 p{}}

#stacks_out_2567 {
	width: 85%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2578shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */    #stacks_in_2579.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2579.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2579.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:700px;}#stacks_in_2579.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2579.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2579.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2579.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2579.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2579.blu-wrap>.blueprint-col{ }#stacks_in_2579.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2579.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2579.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2579.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2579.blu-wrap>.blueprint-col{ }
#stacks_in_2579.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2579.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2579.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2579.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2579.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2579.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2579.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2579.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2579.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_2579.blu-wrap>.blueprint-col>.blucol-content{padding: 0px }}  
#stacks_in_2581 figure{text-align:center}#stacks_in_2581 .mdph{display:none}#stacks_in_2581 .mdp.book-set{widows:5;orphans:5}#stacks_in_2581 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2581 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2581 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2581 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2581 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2581 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2581 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2581 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2581 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2581 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2581 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2581 p{}}

#stacks_out_2581 {
	width: 85%;
}
    #stacks_in_2305.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2305.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2305.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:920px;}#stacks_in_2305.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2305.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2305.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2305.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00px 1.00px 10.00px 2.00px }#stacks_in_2305.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2305.blu-wrap>.blueprint-col{ }#stacks_in_2305.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2305.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2305.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2305.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2305.blu-wrap>.blueprint-col{ }
#stacks_in_2305.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2305.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2305.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2305.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2305.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2305.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2305.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2305.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2305.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2305.blu-wrap>.blueprint-col>.blucol-content{margin: 20.00px 0.00px 0.00px 0.00px }}    
 #stacks_in_2307 .shear-mag{position:absolute;top:-50px}#stacks_in_2307 a.shear-mag.offset-override{top:-50px!important} .mg-menu .mgicon-braintumors{vertical-align:middle;font-size:2.00rem; padding-right:0.60rem;}    
           

 #stacks_in_2309>.row{padding-top:0.00rem;padding-bottom:0.00rem} #stacks_in_2309>.row>.columns{margin-top:0.00rem}
    #stacks_in_2310.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2310.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2310.blu-wrap.sm-pull.med-pull{margin-top:-0.00px}}@media screen and (min-width:1000px){#stacks_in_2310.blu-wrap.sm-pull.lg-pull{margin-top:-0.00px!important}}#stacks_in_2310.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2310.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2310.blu-wrap>.blueprint-col{}#stacks_in_2310.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2310.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2310.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2310.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2310.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2310.blu-wrap>.blueprint-col{ }#stacks_in_2310.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2310.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2310.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2310.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2310.blu-wrap>.blueprint-col{ }
#stacks_in_2310.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2310.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2310.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2310.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2310.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2310.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2310.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2310.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2310.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
p#stacks_in_2601.none, h1#stacks_in_2601.none, h2#stacks_in_2601.none, h3#stacks_in_2601.none, h4#stacks_in_2601.none, h5#stacks_in_2601.none, h6#stacks_in_2601.none {
	text-align: center !important;
}

#stacks_in_2601 {
	  text-align: center !important;
}
/* brandico */
#stacks_in_2601 [class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="brandico-"]:hover:before {
  color:#800040;
}

/* entypo */
#stacks_in_2601 [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="entypo-"]:hover:before {
  color:#800040;
}

/* fontawesome */
#stacks_in_2601 [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="fontawesome-"]:hover:before {
  color:#800040;
}

/* fontelico */
#stacks_in_2601 [class*="fontelico-"]:before {
  font-family: 'fontelico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="fontelico-"]:hover:before {
  color:#800040;
}

/* maki */
#stacks_in_2601 [class*="maki-"]:before {
  font-family: 'maki', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="maki-"]:hover:before {
  color:#800040;
}

/* openwebicons */
#stacks_in_2601 [class*="openwebicons-"]:before {
  font-family: 'OpenWeb Icons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="openwebicons-"]:hover:before {
  color:#800040;
}

/* typicons */
#stacks_in_2601 [class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="typicons-"]:hover:before {
  color:#800040;
}

/* zocial */
#stacks_in_2601 [class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="zocial-"]:hover:before {
  color:#800040;
}

/* iconicfill */
#stacks_in_2601 [class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="iconicfill-"]:hover:before {
  color:#800040;
}

/* iconicstroke */
#stacks_in_2601 [class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="iconicstroke-"]:hover:before {
  color:#800040;
}

#stacks_in_2601 a { text-decoration: none !important; border-bottom: 0px!important; }


/* Ionicon */
#stacks_in_2601 [class*="ion-"]:before {
  font-family: 'Ionicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2601 [class*="ion-"]:hover:before {
  color:#800040;
}

/* Themify */
#stacks_in_2601 [class^="ti-"], [class*=" ti-"] {
  font-family: 'themify', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}	

#stacks_in_2601 [class^="ti-"]:hover {
  color:#800040;
}


/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rotate */

.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.rotate:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */

.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Sink */

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sink:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover */

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Hang */

@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hang:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Skew */

.skew {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */

.skew-forward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew-forward:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Wobble Vertical */

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */

@-webkit-keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-bottom:hover {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float Shadow */

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Hover Shadow */

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}#stacks_in_2315 h2.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_2315 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:400;font-style:normal}

    #stacks_in_2321.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2321.blu-wrap.sm-pull{margin-top:-20.00px}@media screen and (min-width:640px){#stacks_in_2321.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2321.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2321.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2321.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2321.blu-wrap>.blueprint-col{}#stacks_in_2321.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2321.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2321.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2321.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 30.00px 0.00px }#stacks_in_2321.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2321.blu-wrap>.blueprint-col{ }#stacks_in_2321.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2321.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2321.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2321.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2321.blu-wrap>.blueprint-col{ }
#stacks_in_2321.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2321.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2321.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2321.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2321.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2321.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2321.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2321.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2321.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2323.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2323.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2323.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:600px;}#stacks_in_2323.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2323.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2323.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2323.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 20.00px 0.00px }#stacks_in_2323.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2323.blu-wrap>.blueprint-col{ }#stacks_in_2323.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2323.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2323.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2323.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2323.blu-wrap>.blueprint-col{ }
#stacks_in_2323.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2323.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2323.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2323.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2323.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2323.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2323.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2323.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2323.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
.style-pro-stacks_in_2323::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2323:not(.bdr-vault)::before{border-width: 0px 0px 2px 0px ;border-style:solid;border-color:rgba(147, 0, 0, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_2323:not(.bdr-vault)::before,.style-pro-stacks_in_2323:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2323:not(.bdr-vault) > .sections-layer{border-radius: 0px }
 @media(hover:hover){#stacks_in_2328.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2328.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2328.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2328.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2328.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2328.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2328.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:768px){#stacks_in_2328.blu-sidebar.full-height{height:100vh}#stacks_in_2328.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2328.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2328.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2328.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2328.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2328.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2328.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2328.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2328.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2328.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2328.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2328.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:768px){#stacks_in_2328.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2328.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2328.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2328.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2328.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2328.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:768px){#stacks_in_2328.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2328.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2328.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2328.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:768px){#stacks_in_2328.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2328.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2328.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2328.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(35% - 0px);flex-basis:calc(35% - 0px);max-width:9999px;min-width:0px}
#stacks_in_2328.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2328.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2328.blu-sidebar>.blu-content::before,#stacks_in_2328.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2328.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2328.blu-sidebar>.blu-side::before,#stacks_in_2328.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_2589.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2589.blu-wrap.sm-pull{margin-top:-10.00px}@media screen and (min-width:640px){#stacks_in_2589.blu-wrap.sm-pull.med-pull{margin-top:-40.00px}}@media screen and (min-width:1000px){#stacks_in_2589.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2589.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2589.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2589.blu-wrap>.blueprint-col{}#stacks_in_2589.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2589.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2589.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2589.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2589.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2589.blu-wrap>.blueprint-col{ }#stacks_in_2589.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2589.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2589.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2589.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2589.blu-wrap>.blueprint-col{ }
#stacks_in_2589.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2589.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2589.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2589.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2589.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2589.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2589.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2589.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2589.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_2591{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code *//* @group ImageWizard Basic Styling */

#imageWizardstacks_in_2592 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_2592 {
	position: relative;
}

#imageWizardstacks_in_2592 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

#imageWizardstacks_in_2592 #glassstacks_in_2592 {
	background: transparent url('../specializations_files/imageWizardAssets/glass.gif') repeat;
	z-index: 61;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: not-allowed;
}

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */

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

#stacks_out_2592 {
	width: 75%;
}
#stacks_in_2330 figure{text-align:center}#stacks_in_2330 .mdph{display:none}#stacks_in_2330 .mdp.book-set{widows:5;orphans:5}#stacks_in_2330 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2330 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2330 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2330 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2330 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2330 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2330 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2330 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2330 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2330 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2330 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2330 p{}}

#stacks_out_2330 {
	width: 85%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2341shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */    #stacks_in_2342.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2342.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2342.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:700px;}#stacks_in_2342.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2342.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2342.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2342.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2342.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2342.blu-wrap>.blueprint-col{ }#stacks_in_2342.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2342.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2342.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2342.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2342.blu-wrap>.blueprint-col{ }
#stacks_in_2342.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2342.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2342.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2342.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2342.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2342.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2342.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2342.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2342.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_2342.blu-wrap>.blueprint-col>.blucol-content{padding: 0px }}  
#stacks_in_2344 figure{text-align:center}#stacks_in_2344 .mdph{display:none}#stacks_in_2344 .mdp.book-set{widows:5;orphans:5}#stacks_in_2344 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2344 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2344 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2344 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2344 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2344 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2344 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2344 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2344 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2344 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2344 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2344 p{}}

#stacks_out_2344 {
	width: 85%;
}
    #stacks_in_2348.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2348.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2348.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:920px;}#stacks_in_2348.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2348.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2348.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2348.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00px 1.00px 10.00px 2.00px }#stacks_in_2348.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2348.blu-wrap>.blueprint-col{ }#stacks_in_2348.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2348.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2348.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2348.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2348.blu-wrap>.blueprint-col{ }
#stacks_in_2348.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2348.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2348.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2348.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2348.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2348.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2348.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2348.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2348.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2348.blu-wrap>.blueprint-col>.blucol-content{margin: 20.00px 0.00px 0.00px 0.00px }}    
 #stacks_in_2350 .shear-mag{position:absolute;top:-50px}#stacks_in_2350 a.shear-mag.offset-override{top:-50px!important} .mg-menu .mgicon-stroke{vertical-align:middle;font-size:1.60rem; padding-right:0.60rem;}    
           

 #stacks_in_2352>.row{padding-top:0.00rem;padding-bottom:0.00rem} #stacks_in_2352>.row>.columns{margin-top:0.00rem}
    #stacks_in_2353.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2353.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2353.blu-wrap.sm-pull.med-pull{margin-top:-0.00px}}@media screen and (min-width:1000px){#stacks_in_2353.blu-wrap.sm-pull.lg-pull{margin-top:-0.00px!important}}#stacks_in_2353.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2353.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2353.blu-wrap>.blueprint-col{}#stacks_in_2353.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2353.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2353.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2353.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2353.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2353.blu-wrap>.blueprint-col{ }#stacks_in_2353.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2353.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2353.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2353.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2353.blu-wrap>.blueprint-col{ }
#stacks_in_2353.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2353.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2353.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2353.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2353.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2353.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2353.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2353.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2353.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
p#stacks_in_2602.none, h1#stacks_in_2602.none, h2#stacks_in_2602.none, h3#stacks_in_2602.none, h4#stacks_in_2602.none, h5#stacks_in_2602.none, h6#stacks_in_2602.none {
	text-align: center !important;
}

#stacks_in_2602 {
	  text-align: center !important;
}
/* brandico */
#stacks_in_2602 [class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="brandico-"]:hover:before {
  color:#800040;
}

/* entypo */
#stacks_in_2602 [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="entypo-"]:hover:before {
  color:#800040;
}

/* fontawesome */
#stacks_in_2602 [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="fontawesome-"]:hover:before {
  color:#800040;
}

/* fontelico */
#stacks_in_2602 [class*="fontelico-"]:before {
  font-family: 'fontelico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="fontelico-"]:hover:before {
  color:#800040;
}

/* maki */
#stacks_in_2602 [class*="maki-"]:before {
  font-family: 'maki', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="maki-"]:hover:before {
  color:#800040;
}

/* openwebicons */
#stacks_in_2602 [class*="openwebicons-"]:before {
  font-family: 'OpenWeb Icons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="openwebicons-"]:hover:before {
  color:#800040;
}

/* typicons */
#stacks_in_2602 [class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="typicons-"]:hover:before {
  color:#800040;
}

/* zocial */
#stacks_in_2602 [class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="zocial-"]:hover:before {
  color:#800040;
}

/* iconicfill */
#stacks_in_2602 [class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="iconicfill-"]:hover:before {
  color:#800040;
}

/* iconicstroke */
#stacks_in_2602 [class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="iconicstroke-"]:hover:before {
  color:#800040;
}

#stacks_in_2602 a { text-decoration: none !important; border-bottom: 0px!important; }


/* Ionicon */
#stacks_in_2602 [class*="ion-"]:before {
  font-family: 'Ionicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2602 [class*="ion-"]:hover:before {
  color:#800040;
}

/* Themify */
#stacks_in_2602 [class^="ti-"], [class*=" ti-"] {
  font-family: 'themify', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}	

#stacks_in_2602 [class^="ti-"]:hover {
  color:#800040;
}


/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rotate */

.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.rotate:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */

.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Sink */

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sink:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover */

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Hang */

@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hang:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Skew */

.skew {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */

.skew-forward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew-forward:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Wobble Vertical */

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */

@-webkit-keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-bottom:hover {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float Shadow */

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Hover Shadow */

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}#stacks_in_2358 h2.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}#stacks_in_2358 .hTxt:not(.vault-font),.no-default:not(.custom-font) .hTxt:not(.vault-font){font-family:"Voltaire",sans-serif;font-weight:400;font-style:normal}

    #stacks_in_2364.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2364.blu-wrap.sm-pull{margin-top:-20.00px}@media screen and (min-width:640px){#stacks_in_2364.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2364.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2364.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2364.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2364.blu-wrap>.blueprint-col{}#stacks_in_2364.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2364.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2364.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2364.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 30.00px 0.00px }#stacks_in_2364.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2364.blu-wrap>.blueprint-col{ }#stacks_in_2364.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2364.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2364.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2364.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2364.blu-wrap>.blueprint-col{ }
#stacks_in_2364.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2364.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2364.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2364.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2364.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2364.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2364.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2364.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2364.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2366.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2366.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2366.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:600px;}#stacks_in_2366.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2366.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2366.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2366.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 20.00px 0.00px }#stacks_in_2366.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2366.blu-wrap>.blueprint-col{ }#stacks_in_2366.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2366.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2366.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2366.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2366.blu-wrap>.blueprint-col{ }
#stacks_in_2366.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2366.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2366.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2366.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2366.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2366.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2366.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2366.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2366.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
.style-pro-stacks_in_2366::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2366:not(.bdr-vault)::before{border-width: 0px 0px 2px 0px ;border-style:solid;border-color:rgba(147, 0, 0, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_2366:not(.bdr-vault)::before,.style-pro-stacks_in_2366:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2366:not(.bdr-vault) > .sections-layer{border-radius: 0px }
 @media(hover:hover){#stacks_in_2371.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2371.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2371.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2371.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2371.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2371.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2371.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:768px){#stacks_in_2371.blu-sidebar.full-height{height:100vh}#stacks_in_2371.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2371.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2371.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2371.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2371.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2371.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2371.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2371.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2371.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2371.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2371.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2371.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:768px){#stacks_in_2371.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2371.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2371.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2371.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2371.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2371.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:768px){#stacks_in_2371.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2371.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2371.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2371.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:768px){#stacks_in_2371.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2371.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2371.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2371.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(35% - 0px);flex-basis:calc(35% - 0px);max-width:9999px;min-width:0px}
#stacks_in_2371.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2371.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2371.blu-sidebar>.blu-content::before,#stacks_in_2371.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2371.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2371.blu-sidebar>.blu-side::before,#stacks_in_2371.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_2595.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2595.blu-wrap.sm-pull{margin-top:-10.00px}@media screen and (min-width:640px){#stacks_in_2595.blu-wrap.sm-pull.med-pull{margin-top:-40.00px}}@media screen and (min-width:1000px){#stacks_in_2595.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2595.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2595.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2595.blu-wrap>.blueprint-col{}#stacks_in_2595.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2595.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2595.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2595.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2595.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2595.blu-wrap>.blueprint-col{ }#stacks_in_2595.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2595.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2595.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2595.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2595.blu-wrap>.blueprint-col{ }
#stacks_in_2595.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2595.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2595.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2595.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2595.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2595.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2595.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2595.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2595.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_2597{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code *//* @group ImageWizard Basic Styling */

#imageWizardstacks_in_2598 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_2598 {
	position: relative;
}

#imageWizardstacks_in_2598 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

#imageWizardstacks_in_2598 #glassstacks_in_2598 {
	background: transparent url('../specializations_files/imageWizardAssets/glass.gif') repeat;
	z-index: 61;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: not-allowed;
}

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */

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

#stacks_out_2598 {
	width: 75%;
}
#stacks_in_2373 figure{text-align:center}#stacks_in_2373 .mdph{display:none}#stacks_in_2373 .mdp.book-set{widows:5;orphans:5}#stacks_in_2373 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2373 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2373 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2373 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2373 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2373 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2373 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2373 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2373 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2373 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2373 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2373 p{}}

#stacks_out_2373 {
	width: 85%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2691shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */#stacks_in_2419 figure{text-align:center}#stacks_in_2419 .mdph{display:none}#stacks_in_2419 .mdp.book-set{widows:5;orphans:5}#stacks_in_2419 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2419 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2419 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2419 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2419 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2419 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2419 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2419 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2419 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2419 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2419 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2419 p{}}

#stacks_out_2419 {
	width: 85%;
}
    #stacks_in_2390.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2390.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2390.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:920px;}#stacks_in_2390.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2390.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2390.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2390.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00px 1.00px 10.00px 2.00px }#stacks_in_2390.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2390.blu-wrap>.blueprint-col{ }#stacks_in_2390.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2390.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2390.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2390.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2390.blu-wrap>.blueprint-col{ }
#stacks_in_2390.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2390.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2390.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2390.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2390.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2390.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2390.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2390.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2390.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2390.blu-wrap>.blueprint-col>.blucol-content{margin: 20.00px 0.00px 0.00px 0.00px }}    
 #stacks_in_2392 .shear-mag{position:absolute;top:-50px}#stacks_in_2392 a.shear-mag.offset-override{top:-50px!important} .mg-menu .mgicon-avms{vertical-align:middle;font-size:1.70rem; padding-right:0.60rem;}    
           

 #stacks_in_2394>.row{padding-top:0.00rem;padding-bottom:0.00rem} #stacks_in_2394>.row>.columns{margin-top:0.00rem}
    #stacks_in_2395.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2395.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2395.blu-wrap.sm-pull.med-pull{margin-top:-0.00px}}@media screen and (min-width:1000px){#stacks_in_2395.blu-wrap.sm-pull.lg-pull{margin-top:-0.00px!important}}#stacks_in_2395.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2395.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2395.blu-wrap>.blueprint-col{}#stacks_in_2395.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2395.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2395.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2395.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2395.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2395.blu-wrap>.blueprint-col{ }#stacks_in_2395.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2395.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2395.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2395.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2395.blu-wrap>.blueprint-col{ }
#stacks_in_2395.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2395.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2395.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2395.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2395.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2395.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2395.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2395.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2395.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
p#stacks_in_2603.none, h1#stacks_in_2603.none, h2#stacks_in_2603.none, h3#stacks_in_2603.none, h4#stacks_in_2603.none, h5#stacks_in_2603.none, h6#stacks_in_2603.none {
	text-align: center !important;
}

#stacks_in_2603 {
	  text-align: center !important;
}
/* brandico */
#stacks_in_2603 [class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="brandico-"]:hover:before {
  color:#800040;
}

/* entypo */
#stacks_in_2603 [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="entypo-"]:hover:before {
  color:#800040;
}

/* fontawesome */
#stacks_in_2603 [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="fontawesome-"]:hover:before {
  color:#800040;
}

/* fontelico */
#stacks_in_2603 [class*="fontelico-"]:before {
  font-family: 'fontelico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="fontelico-"]:hover:before {
  color:#800040;
}

/* maki */
#stacks_in_2603 [class*="maki-"]:before {
  font-family: 'maki', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="maki-"]:hover:before {
  color:#800040;
}

/* openwebicons */
#stacks_in_2603 [class*="openwebicons-"]:before {
  font-family: 'OpenWeb Icons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="openwebicons-"]:hover:before {
  color:#800040;
}

/* typicons */
#stacks_in_2603 [class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="typicons-"]:hover:before {
  color:#800040;
}

/* zocial */
#stacks_in_2603 [class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="zocial-"]:hover:before {
  color:#800040;
}

/* iconicfill */
#stacks_in_2603 [class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="iconicfill-"]:hover:before {
  color:#800040;
}

/* iconicstroke */
#stacks_in_2603 [class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="iconicstroke-"]:hover:before {
  color:#800040;
}

#stacks_in_2603 a { text-decoration: none !important; border-bottom: 0px!important; }


/* Ionicon */
#stacks_in_2603 [class*="ion-"]:before {
  font-family: 'Ionicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2603 [class*="ion-"]:hover:before {
  color:#800040;
}

/* Themify */
#stacks_in_2603 [class^="ti-"], [class*=" ti-"] {
  font-family: 'themify', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}	

#stacks_in_2603 [class^="ti-"]:hover {
  color:#800040;
}


/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rotate */

.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.rotate:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */

.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Sink */

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sink:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover */

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Hang */

@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hang:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Skew */

.skew {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */

.skew-forward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew-forward:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Wobble Vertical */

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */

@-webkit-keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-bottom:hover {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float Shadow */

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Hover Shadow */

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}#stacks_in_2400 h2.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

    #stacks_in_2406.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2406.blu-wrap.sm-pull{margin-top:-20.00px}@media screen and (min-width:640px){#stacks_in_2406.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2406.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2406.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2406.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2406.blu-wrap>.blueprint-col{}#stacks_in_2406.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2406.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2406.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2406.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 30.00px 0.00px }#stacks_in_2406.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2406.blu-wrap>.blueprint-col{ }#stacks_in_2406.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2406.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2406.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2406.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2406.blu-wrap>.blueprint-col{ }
#stacks_in_2406.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2406.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2406.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2406.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2406.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2406.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2406.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2406.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2406.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2408.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2408.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2408.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:600px;}#stacks_in_2408.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2408.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2408.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2408.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 20.00px 0.00px }#stacks_in_2408.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2408.blu-wrap>.blueprint-col{ }#stacks_in_2408.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2408.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2408.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2408.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2408.blu-wrap>.blueprint-col{ }
#stacks_in_2408.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2408.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2408.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2408.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2408.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2408.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2408.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2408.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2408.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
.style-pro-stacks_in_2408::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2408:not(.bdr-vault)::before{border-width: 0px 0px 2px 0px ;border-style:solid;border-color:rgba(147, 0, 0, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_2408:not(.bdr-vault)::before,.style-pro-stacks_in_2408:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2408:not(.bdr-vault) > .sections-layer{border-radius: 0px }
 @media(hover:hover){#stacks_in_2505.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2505.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2505.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2505.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2505.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2505.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2505.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:768px){#stacks_in_2505.blu-sidebar.full-height{height:100vh}#stacks_in_2505.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2505.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2505.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2505.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2505.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2505.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2505.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2505.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2505.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2505.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2505.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2505.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:768px){#stacks_in_2505.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2505.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2505.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2505.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2505.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2505.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:768px){#stacks_in_2505.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2505.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2505.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2505.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:768px){#stacks_in_2505.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2505.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2505.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2505.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(35% - 0px);flex-basis:calc(35% - 0px);max-width:9999px;min-width:0px}
#stacks_in_2505.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2505.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2505.blu-sidebar>.blu-content::before,#stacks_in_2505.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2505.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2505.blu-sidebar>.blu-side::before,#stacks_in_2505.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_2511.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2511.blu-wrap.sm-pull{margin-top:-10.00px}@media screen and (min-width:640px){#stacks_in_2511.blu-wrap.sm-pull.med-pull{margin-top:-40.00px}}@media screen and (min-width:1000px){#stacks_in_2511.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2511.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2511.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2511.blu-wrap>.blueprint-col{}#stacks_in_2511.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2511.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2511.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2511.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2511.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2511.blu-wrap>.blueprint-col{ }#stacks_in_2511.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2511.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2511.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2511.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2511.blu-wrap>.blueprint-col{ }
#stacks_in_2511.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2511.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2511.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2511.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2511.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2511.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2511.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2511.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2511.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_2514{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code *//* @group ImageWizard Basic Styling */

#imageWizardstacks_in_2515 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_2515 {
	position: relative;
}

#imageWizardstacks_in_2515 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

#imageWizardstacks_in_2515 #glassstacks_in_2515 {
	background: transparent url('../specializations_files/imageWizardAssets/glass.gif') repeat;
	z-index: 61;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: not-allowed;
}

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */

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

#stacks_out_2515 {
	width: 75%;
}
#stacks_in_2507 figure{text-align:center}#stacks_in_2507 .mdph{display:none}#stacks_in_2507 .mdp.book-set{widows:5;orphans:5}#stacks_in_2507 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2507 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2507 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2507 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2507 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2507 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2507 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2507 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2507 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2507 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2507 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2507 p{}}

#stacks_out_2507 {
	width: 85%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2692shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */    #stacks_in_2413.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2413.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2413.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:700px;}#stacks_in_2413.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2413.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2413.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2413.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2413.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2413.blu-wrap>.blueprint-col{ }#stacks_in_2413.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2413.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2413.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2413.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2413.blu-wrap>.blueprint-col{ }
#stacks_in_2413.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2413.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2413.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2413.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2413.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2413.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2413.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2413.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2413.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_2413.blu-wrap>.blueprint-col>.blucol-content{padding: 0px }}  
#stacks_in_2415 figure{text-align:center}#stacks_in_2415 .mdph{display:none}#stacks_in_2415 .mdp.book-set{widows:5;orphans:5}#stacks_in_2415 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2415 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2415 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2415 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2415 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2415 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2415 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2415 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2415 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2415 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2415 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2415 p{}}

#stacks_out_2415 {
	width: 85%;
}
    #stacks_in_2695_60.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2695_60.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2695_60.blu-wrap>.blueprint-col{ width:95%;min-width:0px;max-width:500px;}#stacks_in_2695_60.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2695_60.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2695_60.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2695_60.blu-wrap>.blueprint-col>.blucol-content{margin:30.00px 20.00px 30.00px 20.00px ;padding:30.00px 20.00px 30.00px 20.00px }#stacks_in_2695_60.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(100, 142, 204, 1.00)} @media screen and (min-width:640px){#stacks_in_2695_60.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:700px;}#stacks_in_2695_60.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2695_60.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2695_60.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2695_60.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2695_60.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:750px;}
#stacks_in_2695_60.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2695_60.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2695_60.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2695_60.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2695_60.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2695_60.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2695_60.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2695_60.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2695_60.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2695_60.blu-wrap>.blueprint-col>.blucol-content{margin: 40.00px 30.00px 40.00px 30.00px }}  @media screen and (min-width:1000px){#stacks_in_2695_60.blu-wrap>.blueprint-col>.blucol-content{margin: 60.00px 50.00px 60.00px 50.00px }}  @media screen and (min-width:640px){#stacks_in_2695_60.blu-wrap>.blueprint-col>.blucol-content{padding: 40.00px 16.00px 40.00px 16.00px }}  @media screen and (min-width:1000px){#stacks_in_2695_60.blu-wrap>.blueprint-col>.blucol-content{padding: 60.00px 0.00px 60.00px 0.00px }} 
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_2695_64{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code */#stacks_in_2695_65 figure{text-align:center}#stacks_in_2695_65 .mdph{display:none}#stacks_in_2695_65 .mdp.book-set{widows:5;orphans:5}#stacks_in_2695_65 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2695_65 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2695_65 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2695_65 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2695_65 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2695_65 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2695_65 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2695_65 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2695_65 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2695_65 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2695_65 .mdp.p-lead p:first-of-type{font-size:130%}#stacks_in_2695_65 p{color:rgba(255, 255, 255, 1.00)}#stacks_in_2695_65 ul,#stacks_in_2695_65 ol,#stacks_in_2695_65 dl{color:rgba(51, 51, 51, 1.00)}#stacks_in_2695_65 h1,#stacks_in_2695_65 h2,#stacks_in_2695_65 h3,#stacks_in_2695_65 h4,#stacks_in_2695_65 h5,#stacks_in_2695_65 h6{color:rgba(255, 255, 255, 1.00)}#stacks_in_2695_65 blockquote,#stacks_in_2695_65 blockquote > p{color:rgba(51, 51, 51, 1.00)}#stacks_in_2695_65 a{color:rgba(0, 102, 153, 1.00)}#stacks_in_2695_65 a:hover{color:rgba(0, 140, 186, 1.00)}#stacks_in_2695_65 pre{background:rgba(255, 239, 192, 1.00);color:rgba(170, 170, 170, 1.00);border:1px solid rgba(34, 34, 34, 1.00);padding:6px;line-height:2;font-size:108%}#stacks_in_2695_65 pre > code{color:rgba(170, 170, 170, 1.00);border:none;background-color:transparent !important}#stacks_in_2695_65 p > code,#stacks_in_2695_65 li > code{background:rgba(244, 244, 244, 1.00);padding:4px 8px;color:rgba(204, 57, 50, 1.00);border-radius:3px}@media only screen and (min-width:0px){#stacks_in_2695_65 p{}}

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

/* Start Responsive Shim stack CSS code */.stacks_in_2695_71_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_2695_73_7{text-align:center}    #stacks_in_2695_73_7 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_2695_73_7 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_2695_73_7 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_2695_73_7.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_2695_73_7.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_2695_73_7>.button.b-p,#stacks_in_2695_73_7>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2695_73_7>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2695_73_7>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_2695_73_7.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_2695_73_7 .button.b-p.expand-large:not(.icon-only),#stacks_in_2695_73_7>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_2695_73_7.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_2695_73_7 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_2695_73_7 .button.b-p:not(.icon-only){width:280.00px}}   
  
/* Start Responsive Shim stack CSS code */.stacks_in_2695_74_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_2695_75_6{text-align:center}    #stacks_in_2695_75_6 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_2695_75_6 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_2695_75_6 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_2695_75_6.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_2695_75_6.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_2695_75_6>.button.b-p,#stacks_in_2695_75_6>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2695_75_6>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2695_75_6>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_2695_75_6.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_2695_75_6 .button.b-p.expand-large:not(.icon-only),#stacks_in_2695_75_6>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_2695_75_6.bp-wrap{padding:0px 0px 0px 0px}}    @media screen and (min-width:641px) and (max-width:1000px){#stacks_in_2695_75_6.bp-wrap{display:none!important}}  @media screen and (min-width:1000px){#stacks_in_2695_75_6.bp-wrap{display:none!important}}   #stacks_in_2695_75_6 .button.b-p:not(.icon-only){width:250.00px}@media screen and (min-width:641px){#stacks_in_2695_75_6 .button.b-p:not(.icon-only){width:280.00px}}   
  
/* Start Responsive Shim stack CSS code */.stacks_in_2695_76_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_2695_77_2{text-align:center}    #stacks_in_2695_77_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_2695_77_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_2695_77_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_2695_77_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_2695_77_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_2695_77_2>.button.b-p,#stacks_in_2695_77_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2695_77_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2695_77_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_2695_77_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_2695_77_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_2695_77_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_2695_77_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_2695_77_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_2695_77_2 .button.b-p:not(.icon-only){width:280.00px}}   
  

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

  #stacks_in_2695_81_7{text-align:center}    #stacks_in_2695_81_7 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_2695_81_7 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_2695_81_7 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_2695_81_7.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_2695_81_7.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_2695_81_7>.button.b-p,#stacks_in_2695_81_7>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2695_81_7>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2695_81_7>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_2695_81_7.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_2695_81_7 .button.b-p.expand-large:not(.icon-only),#stacks_in_2695_81_7>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_2695_81_7.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_2695_81_7 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_2695_81_7 .button.b-p:not(.icon-only){width:280.00px}}   
  

  #stacks_in_2695_79_2{text-align:center}    #stacks_in_2695_79_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_2695_79_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_2695_79_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_2695_79_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_2695_79_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_2695_79_2>.button.b-p,#stacks_in_2695_79_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_2695_79_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_2695_79_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_2695_79_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_2695_79_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_2695_79_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_2695_79_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_2695_79_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_2695_79_2 .button.b-p:not(.icon-only){width:280.00px}}   
  
.style-pro-stacks_in_2695_60::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2695_60:not(.bdr-vault)::before{border-width: 1px ;border-style:solid;border-color:rgba(76, 76, 76, 1.00);-webkit-box-shadow: 5px 8px 8px 2px rgba(0, 0, 0, 0.32)  ;box-shadow: 5px 8px 8px 2px rgba(0, 0, 0, 0.32)  }.style-pro-stacks_in_2695_60:not(.bdr-vault)::before,.style-pro-stacks_in_2695_60:not(.bdr-vault)::after{border-radius: 20px }.style-pro-stacks_in_2695_60:not(.bdr-vault) > .sections-layer{border-radius: 20px }
.style-pro-stacks_in_2695_60::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2695_60:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(44, 42, 45, 1.00)}

    #stacks_in_2428.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2428.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2428.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:920px;}#stacks_in_2428.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2428.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2428.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2428.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00px 1.00px 10.00px 2.00px }#stacks_in_2428.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2428.blu-wrap>.blueprint-col{ }#stacks_in_2428.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2428.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2428.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2428.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2428.blu-wrap>.blueprint-col{ }
#stacks_in_2428.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2428.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2428.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2428.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2428.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2428.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2428.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2428.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2428.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2428.blu-wrap>.blueprint-col>.blucol-content{margin: 20.00px 0.00px 0.00px 0.00px }}    
 #stacks_in_2430 .shear-mag{position:absolute;top:-50px}#stacks_in_2430 a.shear-mag.offset-override{top:-50px!important} .mg-menu .mgicon-degenerationofspine{vertical-align:middle;font-size:1.50rem; padding-right:0.60rem;}    
           

 #stacks_in_2432>.row{padding-top:0.00rem;padding-bottom:0.00rem} #stacks_in_2432>.row>.columns{margin-top:0.00rem}
    #stacks_in_2433.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2433.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2433.blu-wrap.sm-pull.med-pull{margin-top:-0.00px}}@media screen and (min-width:1000px){#stacks_in_2433.blu-wrap.sm-pull.lg-pull{margin-top:-0.00px!important}}#stacks_in_2433.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2433.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2433.blu-wrap>.blueprint-col{}#stacks_in_2433.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2433.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2433.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2433.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2433.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2433.blu-wrap>.blueprint-col{ }#stacks_in_2433.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2433.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2433.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2433.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2433.blu-wrap>.blueprint-col{ }
#stacks_in_2433.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2433.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2433.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2433.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2433.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2433.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2433.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2433.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2433.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
p#stacks_in_2604.none, h1#stacks_in_2604.none, h2#stacks_in_2604.none, h3#stacks_in_2604.none, h4#stacks_in_2604.none, h5#stacks_in_2604.none, h6#stacks_in_2604.none {
	text-align: center !important;
}

#stacks_in_2604 {
	  text-align: center !important;
}
/* brandico */
#stacks_in_2604 [class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="brandico-"]:hover:before {
  color:#800040;
}

/* entypo */
#stacks_in_2604 [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="entypo-"]:hover:before {
  color:#800040;
}

/* fontawesome */
#stacks_in_2604 [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="fontawesome-"]:hover:before {
  color:#800040;
}

/* fontelico */
#stacks_in_2604 [class*="fontelico-"]:before {
  font-family: 'fontelico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="fontelico-"]:hover:before {
  color:#800040;
}

/* maki */
#stacks_in_2604 [class*="maki-"]:before {
  font-family: 'maki', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="maki-"]:hover:before {
  color:#800040;
}

/* openwebicons */
#stacks_in_2604 [class*="openwebicons-"]:before {
  font-family: 'OpenWeb Icons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="openwebicons-"]:hover:before {
  color:#800040;
}

/* typicons */
#stacks_in_2604 [class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="typicons-"]:hover:before {
  color:#800040;
}

/* zocial */
#stacks_in_2604 [class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="zocial-"]:hover:before {
  color:#800040;
}

/* iconicfill */
#stacks_in_2604 [class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="iconicfill-"]:hover:before {
  color:#800040;
}

/* iconicstroke */
#stacks_in_2604 [class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="iconicstroke-"]:hover:before {
  color:#800040;
}

#stacks_in_2604 a { text-decoration: none !important; border-bottom: 0px!important; }


/* Ionicon */
#stacks_in_2604 [class*="ion-"]:before {
  font-family: 'Ionicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2604 [class*="ion-"]:hover:before {
  color:#800040;
}

/* Themify */
#stacks_in_2604 [class^="ti-"], [class*=" ti-"] {
  font-family: 'themify', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}	

#stacks_in_2604 [class^="ti-"]:hover {
  color:#800040;
}


/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rotate */

.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.rotate:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */

.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Sink */

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sink:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover */

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Hang */

@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hang:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Skew */

.skew {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */

.skew-forward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew-forward:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Wobble Vertical */

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */

@-webkit-keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-bottom:hover {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float Shadow */

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Hover Shadow */

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}#stacks_in_2438 h2.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

    #stacks_in_2444.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2444.blu-wrap.sm-pull{margin-top:-20.00px}@media screen and (min-width:640px){#stacks_in_2444.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2444.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2444.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2444.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2444.blu-wrap>.blueprint-col{}#stacks_in_2444.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2444.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2444.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2444.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 30.00px 0.00px }#stacks_in_2444.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2444.blu-wrap>.blueprint-col{ }#stacks_in_2444.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2444.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2444.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2444.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2444.blu-wrap>.blueprint-col{ }
#stacks_in_2444.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2444.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2444.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2444.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2444.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2444.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2444.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2444.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2444.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2446.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2446.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2446.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:600px;}#stacks_in_2446.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2446.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2446.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2446.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 20.00px 0.00px }#stacks_in_2446.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2446.blu-wrap>.blueprint-col{ }#stacks_in_2446.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2446.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2446.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2446.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2446.blu-wrap>.blueprint-col{ }
#stacks_in_2446.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2446.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2446.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2446.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2446.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2446.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2446.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2446.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2446.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
.style-pro-stacks_in_2446::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2446:not(.bdr-vault)::before{border-width: 0px 0px 2px 0px ;border-style:solid;border-color:rgba(147, 0, 0, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_2446:not(.bdr-vault)::before,.style-pro-stacks_in_2446:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2446:not(.bdr-vault) > .sections-layer{border-radius: 0px }
 @media(hover:hover){#stacks_in_2518.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2518.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2518.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2518.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2518.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2518.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2518.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:768px){#stacks_in_2518.blu-sidebar.full-height{height:100vh}#stacks_in_2518.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2518.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2518.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2518.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2518.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2518.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2518.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2518.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2518.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2518.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2518.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2518.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:768px){#stacks_in_2518.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2518.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2518.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2518.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2518.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2518.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:768px){#stacks_in_2518.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2518.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2518.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2518.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:768px){#stacks_in_2518.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2518.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2518.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2518.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(35% - 0px);flex-basis:calc(35% - 0px);max-width:9999px;min-width:0px}
#stacks_in_2518.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2518.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2518.blu-sidebar>.blu-content::before,#stacks_in_2518.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2518.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2518.blu-sidebar>.blu-side::before,#stacks_in_2518.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_2524.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2524.blu-wrap.sm-pull{margin-top:-10.00px}@media screen and (min-width:640px){#stacks_in_2524.blu-wrap.sm-pull.med-pull{margin-top:-40.00px}}@media screen and (min-width:1000px){#stacks_in_2524.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2524.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2524.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2524.blu-wrap>.blueprint-col{}#stacks_in_2524.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2524.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2524.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2524.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2524.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2524.blu-wrap>.blueprint-col{ }#stacks_in_2524.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2524.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2524.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2524.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2524.blu-wrap>.blueprint-col{ }
#stacks_in_2524.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2524.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2524.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2524.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2524.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2524.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2524.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2524.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2524.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_2527{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code *//* @group ImageWizard Basic Styling */

#imageWizardstacks_in_2528 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_2528 {
	position: relative;
}

#imageWizardstacks_in_2528 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

#imageWizardstacks_in_2528 #glassstacks_in_2528 {
	background: transparent url('../specializations_files/imageWizardAssets/glass.gif') repeat;
	z-index: 61;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: not-allowed;
}

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */

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

#stacks_out_2528 {
	width: 75%;
}
#stacks_in_2520 figure{text-align:center}#stacks_in_2520 .mdph{display:none}#stacks_in_2520 .mdp.book-set{widows:5;orphans:5}#stacks_in_2520 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2520 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2520 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2520 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2520 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2520 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2520 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2520 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2520 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2520 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2520 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2520 p{}}

#stacks_out_2520 {
	width: 85%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2693shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */    #stacks_in_2451.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2451.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2451.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:700px;}#stacks_in_2451.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2451.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2451.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2451.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2451.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2451.blu-wrap>.blueprint-col{ }#stacks_in_2451.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2451.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2451.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2451.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2451.blu-wrap>.blueprint-col{ }
#stacks_in_2451.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2451.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2451.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2451.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2451.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2451.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2451.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2451.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2451.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_2451.blu-wrap>.blueprint-col>.blucol-content{padding: 0px }}  
#stacks_in_2453 figure{text-align:center}#stacks_in_2453 .mdph{display:none}#stacks_in_2453 .mdp.book-set{widows:5;orphans:5}#stacks_in_2453 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2453 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2453 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2453 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2453 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2453 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2453 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2453 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2453 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2453 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2453 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2453 p{}}

#stacks_out_2453 {
	width: 85%;
}
    #stacks_in_2648.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2648.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2648.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:920px;}#stacks_in_2648.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2648.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2648.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2648.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00px 1.00px 10.00px 2.00px }#stacks_in_2648.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2648.blu-wrap>.blueprint-col{ }#stacks_in_2648.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2648.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2648.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2648.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2648.blu-wrap>.blueprint-col{ }
#stacks_in_2648.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2648.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2648.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2648.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2648.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2648.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2648.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2648.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2648.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2648.blu-wrap>.blueprint-col>.blucol-content{margin: 20.00px 0.00px 0.00px 0.00px }}    
 #stacks_in_2650 .shear-mag{position:absolute;top:-50px}#stacks_in_2650 a.shear-mag.offset-override{top:-50px!important} .mg-menu .mgicon-spinaltumors{vertical-align:middle;font-size:1.50rem; padding-right:0.60rem;}    
           

 #stacks_in_2652>.row{padding-top:0.00rem;padding-bottom:0.00rem} #stacks_in_2652>.row>.columns{margin-top:0.00rem}
    #stacks_in_2653.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2653.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2653.blu-wrap.sm-pull.med-pull{margin-top:-0.00px}}@media screen and (min-width:1000px){#stacks_in_2653.blu-wrap.sm-pull.lg-pull{margin-top:-0.00px!important}}#stacks_in_2653.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2653.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2653.blu-wrap>.blueprint-col{}#stacks_in_2653.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2653.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2653.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2653.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2653.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2653.blu-wrap>.blueprint-col{ }#stacks_in_2653.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2653.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2653.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2653.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2653.blu-wrap>.blueprint-col{ }
#stacks_in_2653.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2653.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2653.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2653.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2653.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2653.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2653.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2653.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2653.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
p#stacks_in_2656.none, h1#stacks_in_2656.none, h2#stacks_in_2656.none, h3#stacks_in_2656.none, h4#stacks_in_2656.none, h5#stacks_in_2656.none, h6#stacks_in_2656.none {
	text-align: center !important;
}

#stacks_in_2656 {
	  text-align: center !important;
}
/* brandico */
#stacks_in_2656 [class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="brandico-"]:hover:before {
  color:#800040;
}

/* entypo */
#stacks_in_2656 [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="entypo-"]:hover:before {
  color:#800040;
}

/* fontawesome */
#stacks_in_2656 [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="fontawesome-"]:hover:before {
  color:#800040;
}

/* fontelico */
#stacks_in_2656 [class*="fontelico-"]:before {
  font-family: 'fontelico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="fontelico-"]:hover:before {
  color:#800040;
}

/* maki */
#stacks_in_2656 [class*="maki-"]:before {
  font-family: 'maki', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="maki-"]:hover:before {
  color:#800040;
}

/* openwebicons */
#stacks_in_2656 [class*="openwebicons-"]:before {
  font-family: 'OpenWeb Icons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="openwebicons-"]:hover:before {
  color:#800040;
}

/* typicons */
#stacks_in_2656 [class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="typicons-"]:hover:before {
  color:#800040;
}

/* zocial */
#stacks_in_2656 [class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="zocial-"]:hover:before {
  color:#800040;
}

/* iconicfill */
#stacks_in_2656 [class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="iconicfill-"]:hover:before {
  color:#800040;
}

/* iconicstroke */
#stacks_in_2656 [class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="iconicstroke-"]:hover:before {
  color:#800040;
}

#stacks_in_2656 a { text-decoration: none !important; border-bottom: 0px!important; }


/* Ionicon */
#stacks_in_2656 [class*="ion-"]:before {
  font-family: 'Ionicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2656 [class*="ion-"]:hover:before {
  color:#800040;
}

/* Themify */
#stacks_in_2656 [class^="ti-"], [class*=" ti-"] {
  font-family: 'themify', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}	

#stacks_in_2656 [class^="ti-"]:hover {
  color:#800040;
}


/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rotate */

.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.rotate:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */

.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Sink */

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sink:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover */

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Hang */

@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hang:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Skew */

.skew {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */

.skew-forward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew-forward:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Wobble Vertical */

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */

@-webkit-keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-bottom:hover {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float Shadow */

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Hover Shadow */

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}#stacks_in_2658 h2.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

    #stacks_in_2664.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2664.blu-wrap.sm-pull{margin-top:-20.00px}@media screen and (min-width:640px){#stacks_in_2664.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2664.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2664.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2664.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2664.blu-wrap>.blueprint-col{}#stacks_in_2664.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2664.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2664.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2664.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 30.00px 0.00px }#stacks_in_2664.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2664.blu-wrap>.blueprint-col{ }#stacks_in_2664.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2664.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2664.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2664.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2664.blu-wrap>.blueprint-col{ }
#stacks_in_2664.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2664.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2664.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2664.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2664.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2664.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2664.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2664.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2664.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2666.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2666.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2666.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:600px;}#stacks_in_2666.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2666.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2666.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2666.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 20.00px 0.00px }#stacks_in_2666.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2666.blu-wrap>.blueprint-col{ }#stacks_in_2666.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2666.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2666.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2666.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2666.blu-wrap>.blueprint-col{ }
#stacks_in_2666.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2666.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2666.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2666.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2666.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2666.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2666.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2666.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2666.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
.style-pro-stacks_in_2666::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2666:not(.bdr-vault)::before{border-width: 0px 0px 2px 0px ;border-style:solid;border-color:rgba(147, 0, 0, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_2666:not(.bdr-vault)::before,.style-pro-stacks_in_2666:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2666:not(.bdr-vault) > .sections-layer{border-radius: 0px }
 @media(hover:hover){#stacks_in_2671.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2671.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2671.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2671.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2671.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2671.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2671.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:768px){#stacks_in_2671.blu-sidebar.full-height{height:100vh}#stacks_in_2671.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2671.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2671.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2671.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2671.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2671.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2671.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2671.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2671.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2671.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2671.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2671.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:768px){#stacks_in_2671.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2671.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2671.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2671.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2671.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2671.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:768px){#stacks_in_2671.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2671.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2671.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2671.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:768px){#stacks_in_2671.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2671.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2671.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2671.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(35% - 0px);flex-basis:calc(35% - 0px);max-width:9999px;min-width:0px}
#stacks_in_2671.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2671.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2671.blu-sidebar>.blu-content::before,#stacks_in_2671.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2671.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2671.blu-sidebar>.blu-side::before,#stacks_in_2671.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_2677.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2677.blu-wrap.sm-pull{margin-top:-10.00px}@media screen and (min-width:640px){#stacks_in_2677.blu-wrap.sm-pull.med-pull{margin-top:-40.00px}}@media screen and (min-width:1000px){#stacks_in_2677.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2677.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2677.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2677.blu-wrap>.blueprint-col{}#stacks_in_2677.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2677.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2677.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2677.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2677.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2677.blu-wrap>.blueprint-col{ }#stacks_in_2677.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2677.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2677.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2677.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2677.blu-wrap>.blueprint-col{ }
#stacks_in_2677.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2677.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2677.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2677.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2677.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2677.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2677.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2677.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2677.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_2680{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code *//* @group ImageWizard Basic Styling */

#imageWizardstacks_in_2681 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_2681 {
	position: relative;
}

#imageWizardstacks_in_2681 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

#imageWizardstacks_in_2681 #glassstacks_in_2681 {
	background: transparent url('../specializations_files/imageWizardAssets/glass.gif') repeat;
	z-index: 61;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: not-allowed;
}

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */

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

#stacks_out_2681 {
	width: 90%;
}
#stacks_in_2673 figure{text-align:center}#stacks_in_2673 .mdph{display:none}#stacks_in_2673 .mdp.book-set{widows:5;orphans:5}#stacks_in_2673 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2673 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2673 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2673 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2673 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2673 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2673 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2673 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2673 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2673 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2673 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2673 p{}}

#stacks_out_2673 {
	width: 85%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2694shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */    #stacks_in_2714.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2714.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2714.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:920px;}#stacks_in_2714.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2714.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2714.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2714.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:20.00px 1.00px 10.00px 2.00px }#stacks_in_2714.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2714.blu-wrap>.blueprint-col{ }#stacks_in_2714.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2714.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2714.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2714.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2714.blu-wrap>.blueprint-col{ }
#stacks_in_2714.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2714.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2714.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2714.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2714.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2714.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2714.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2714.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2714.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_2714.blu-wrap>.blueprint-col>.blucol-content{margin: 20.00px 0.00px 0.00px 0.00px }}    
 #stacks_in_2716 .shear-mag{position:absolute;top:-50px}#stacks_in_2716 a.shear-mag.offset-override{top:-50px!important} .mg-menu .mgicon-painspasms{vertical-align:middle;font-size:1.50rem; padding-right:0.60rem;}    
           

 #stacks_in_2718>.row{padding-top:0.00rem;padding-bottom:0.00rem} #stacks_in_2718>.row>.columns{margin-top:0.00rem}
    #stacks_in_2719.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2719.blu-wrap.sm-pull{margin-top:-0.00px}@media screen and (min-width:640px){#stacks_in_2719.blu-wrap.sm-pull.med-pull{margin-top:-0.00px}}@media screen and (min-width:1000px){#stacks_in_2719.blu-wrap.sm-pull.lg-pull{margin-top:-0.00px!important}}#stacks_in_2719.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2719.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2719.blu-wrap>.blueprint-col{}#stacks_in_2719.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2719.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2719.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2719.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2719.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2719.blu-wrap>.blueprint-col{ }#stacks_in_2719.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2719.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2719.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2719.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2719.blu-wrap>.blueprint-col{ }
#stacks_in_2719.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2719.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2719.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2719.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2719.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2719.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2719.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2719.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2719.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
p#stacks_in_2722.none, h1#stacks_in_2722.none, h2#stacks_in_2722.none, h3#stacks_in_2722.none, h4#stacks_in_2722.none, h5#stacks_in_2722.none, h6#stacks_in_2722.none {
	text-align: center !important;
}

#stacks_in_2722 {
	  text-align: center !important;
}
/* brandico */
#stacks_in_2722 [class*="brandico-"]:before {
  font-family: 'brandico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="brandico-"]:hover:before {
  color:#800040;
}

/* entypo */
#stacks_in_2722 [class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="entypo-"]:hover:before {
  color:#800040;
}

/* fontawesome */
#stacks_in_2722 [class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="fontawesome-"]:hover:before {
  color:#800040;
}

/* fontelico */
#stacks_in_2722 [class*="fontelico-"]:before {
  font-family: 'fontelico', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="fontelico-"]:hover:before {
  color:#800040;
}

/* maki */
#stacks_in_2722 [class*="maki-"]:before {
  font-family: 'maki', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="maki-"]:hover:before {
  color:#800040;
}

/* openwebicons */
#stacks_in_2722 [class*="openwebicons-"]:before {
  font-family: 'OpenWeb Icons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="openwebicons-"]:hover:before {
  color:#800040;
}

/* typicons */
#stacks_in_2722 [class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="typicons-"]:hover:before {
  color:#800040;
}

/* zocial */
#stacks_in_2722 [class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="zocial-"]:hover:before {
  color:#800040;
}

/* iconicfill */
#stacks_in_2722 [class*="iconicfill-"]:before {
  font-family: 'IconicFill', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="iconicfill-"]:hover:before {
  color:#800040;
}

/* iconicstroke */
#stacks_in_2722 [class*="iconicstroke-"]:before {
  font-family: 'IconicStroke', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="iconicstroke-"]:hover:before {
  color:#800040;
}

#stacks_in_2722 a { text-decoration: none !important; border-bottom: 0px!important; }


/* Ionicon */
#stacks_in_2722 [class*="ion-"]:before {
  font-family: 'Ionicons', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}

#stacks_in_2722 [class*="ion-"]:hover:before {
  color:#800040;
}

/* Themify */
#stacks_in_2722 [class^="ti-"], [class*=" ti-"] {
  font-family: 'themify', sans-serif;
  font-size: 3em;
  color:#800040;
  line-height: 1em;
}	

#stacks_in_2722 [class^="ti-"]:hover {
  color:#800040;
}


/* Grow */

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */

@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */

@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pop:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Rotate */

.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.rotate:hover {
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */

.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* Sink */

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sink:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* Hover */

@-webkit-keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hover {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Hang */

@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hang {
  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hang:hover {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Skew */

.skew {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */

.skew-forward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.skew-forward:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Wobble Vertical */

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */

@-webkit-keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-top:hover {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */

@-webkit-keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-bottom:hover {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Float Shadow */

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.float-shadow:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Hover Shadow */

@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes hover-shadow {
  0% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.hover-shadow:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}#stacks_in_2724 h2.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}

    #stacks_in_2730.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2730.blu-wrap.sm-pull{margin-top:-20.00px}@media screen and (min-width:640px){#stacks_in_2730.blu-wrap.sm-pull.med-pull{margin-top:-90.00px}}@media screen and (min-width:1000px){#stacks_in_2730.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2730.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2730.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2730.blu-wrap>.blueprint-col{}#stacks_in_2730.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2730.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2730.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2730.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 30.00px 0.00px }#stacks_in_2730.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2730.blu-wrap>.blueprint-col{ }#stacks_in_2730.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2730.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2730.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2730.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2730.blu-wrap>.blueprint-col{ }
#stacks_in_2730.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2730.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2730.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2730.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2730.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2730.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2730.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2730.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2730.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
    #stacks_in_2732.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2732.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2732.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:600px;}#stacks_in_2732.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2732.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2732.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2732.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 20.00px 0.00px }#stacks_in_2732.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2732.blu-wrap>.blueprint-col{ }#stacks_in_2732.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2732.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2732.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2732.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2732.blu-wrap>.blueprint-col{ }
#stacks_in_2732.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2732.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2732.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2732.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2732.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2732.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2732.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2732.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2732.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
.style-pro-stacks_in_2732::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2732:not(.bdr-vault)::before{border-width: 0px 0px 2px 0px ;border-style:solid;border-color:rgba(147, 0, 0, 1.00);-webkit-box-shadow: none ;box-shadow: none }.style-pro-stacks_in_2732:not(.bdr-vault)::before,.style-pro-stacks_in_2732:not(.bdr-vault)::after{border-radius: 0px }.style-pro-stacks_in_2732:not(.bdr-vault) > .sections-layer{border-radius: 0px }
 @media(hover:hover){#stacks_in_2737.blu-sidebar>.blu-side .my-titles{-webkit-transition:-webkit-transform 120ms ease;transition:-webkit-transform 120ms ease;transition:transform 120ms ease;transition:transform 120ms ease,-webkit-transform 120ms ease}#stacks_in_2737.blu-sidebar>.blu-side.med-left .my-titles{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#stacks_in_2737.blu-sidebar>.blu-side.med-right .my-titles{-webkit-transform:translateX(100%);transform:translateX(100%)}#stacks_in_2737.blu-sidebar>.blu-side:hover .my-titles{-webkit-transform:translateX(0%);transform:translateX(0%)}}@media(hover:hover){#stacks_in_2737.blu-sidebar>.blu-side .my-icons{-webkit-transition:-webkit-filter 120ms ease;transition:-webkit-filter 120ms ease;transition:filter 120ms ease;transition:filter 120ms ease,-webkit-filter 120ms ease}#stacks_in_2737.blu-sidebar>.blu-side .my-icons{-webkit-filter:grayscale(100%);filter:grayscale(100%)}#stacks_in_2737.blu-sidebar>.blu-side:hover .my-icons{-webkit-filter:grayscale(0%);filter:grayscale(0%)}}@media screen and (min-width:768px){#stacks_in_2737.blu-sidebar.full-height{height:100vh}#stacks_in_2737.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2737.blu-sidebar.full-height>.blu-side>.blu-side__wrap{max-height:100vh;-webkit-transition:none;transition:none}#stacks_in_2737.blu-sidebar.full-height>.blu-content>.blu-blu-content__wrap,#stacks_in_2737.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-x:hidden}#stacks_in_2737.blu-sidebar.full-height>.blu-content>.blu-content__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2737.blu-sidebar.full-height>.blu-side>.blu-side__wrap{overflow-y:auto;-webkit-overflow-scrolling:touch}} #stacks_in_2737.blu-sidebar>.blu-side{-webkit-transition:-webkit-flex-basis 180ms ease-in-out;transition:-webkit-flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out;transition:flex-basis 180ms ease-in-out,-webkit-flex-basis 180ms ease-in-out,-ms-flex-preferred-size 180ms ease-in-out}#stacks_in_2737.blu-sidebar>.blu-gutter{border-left:0px solid rgba(204, 204, 204, 1.00);margin-left:0.00px;margin-right:0.00px}#stacks_in_2737.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#stacks_in_2737.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-height:0px){#stacks_in_2737.blu-sidebar>.blu-side>.blu-side__wrap.flex-col{display:block}}@media screen and (max-height:0px){#stacks_in_2737.blu-sidebar>.blu-content>.blu-content__wrap.flex-col{display:block}}@media all and (max-width:768px){#stacks_in_2737.blu-sidebar>.blu-side.sm-top{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2737.blu-sidebar>.blu-side.sm-bot{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}#stacks_in_2737.blu-sidebar>.blu-side.sm-hide{display:none}#stacks_in_2737.blu-sidebar>.blu-side>.blu-gutter{display:none}#stacks_in_2737.blu-sidebar.stacked-gutter>.blu-side.sm-top{margin-bottom:12.00px}#stacks_in_2737.blu-sidebar.stacked-gutter>.blu-content.side-sm-bot{margin-bottom:12.00px}}@media all and (min-width:768px){#stacks_in_2737.blu-sidebar.med-left>.blu-side{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}#stacks_in_2737.blu-sidebar.med-left>.blu-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2737.blu-sidebar.med-right>.blu-side{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#stacks_in_2737.blu-sidebar.med-right>.blu-content{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}@media all and (min-width:768px){#stacks_in_2737.blu-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#stacks_in_2737.blu-sidebar>.blu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}#stacks_in_2737.blu-sidebar>.blu-content>.blu-content__wrap{width:100%}#stacks_in_2737.blu-sidebar>.blu-side{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:calc(35% - 0px);flex-basis:calc(35% - 0px);max-width:9999px;min-width:0px}
#stacks_in_2737.blu-sidebar>.blu-side>.blu-side__wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}}  #stacks_in_2737.blu-sidebar>.blu-content{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2737.blu-sidebar>.blu-content::before,#stacks_in_2737.blu-sidebar>.blu-content::after{border-radius:calc(0px - 0px)}#stacks_in_2737.blu-sidebar>.blu-side{padding: 0px ;border:0px solid rgba(204, 204, 204, 1.00);border-radius:0px}#stacks_in_2737.blu-sidebar>.blu-side::before,#stacks_in_2737.blu-sidebar>.blu-side::after{border-radius:calc(0px - 0px)} 
    #stacks_in_2743.blu-wrap.flex-bot{margin-top:auto!important}  #stacks_in_2743.blu-wrap.sm-pull{margin-top:-10.00px}@media screen and (min-width:640px){#stacks_in_2743.blu-wrap.sm-pull.med-pull{margin-top:-40.00px}}@media screen and (min-width:1000px){#stacks_in_2743.blu-wrap.sm-pull.lg-pull{margin-top:-90.00px!important}}#stacks_in_2743.blu-wrap.sm-pull>.blueprint-col>.blucol-content{z-index: 1 }   #stacks_in_2743.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2743.blu-wrap>.blueprint-col{}#stacks_in_2743.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2743.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2743.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2743.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00px 0.00px 0.00px 0.00px }#stacks_in_2743.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2743.blu-wrap>.blueprint-col{ }#stacks_in_2743.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2743.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2743.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2743.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2743.blu-wrap>.blueprint-col{ }
#stacks_in_2743.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2743.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2743.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2743.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2743.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2743.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2743.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2743.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2743.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
/* Start dooJet stack each CSS code */#jetOverflowRestrict{	overflow: hidden !important;}.jetAnimate{visibility: hidden;}#stacks_in_2746{z-index: 101;overflow: visible;}.stacks_top{overflow: visible;}.stacks_in:after {content: "";display: block;height: 0;clear: both;}/* End dooJet stack each CSS code *//* @group ImageWizard Basic Styling */

#imageWizardstacks_in_2747 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

#imageWizardInnerstacks_in_2747 {
	position: relative;
}

#imageWizardstacks_in_2747 img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 auto;
}



/* @end */

/* @group Hyperlink */

/*  */

/* @end */

/* @group Captions */

/*  */

/* @end */

/* @group Box shadow */

/*  */

/* @end */

/* @group Special Effects */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */




/* @group Pinterest Sharing */

/*  */

/* @end */

/* @group Inset Shadow */

/*  */

/* @end */

/* @group Copy Protection */

/*  */

#imageWizardstacks_in_2747 #glassstacks_in_2747 {
	background: transparent url('../specializations_files/imageWizardAssets/glass.gif') repeat;
	z-index: 61;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	cursor: not-allowed;
}

/*  */

/* @end */

/* @group Image Blackout */

/*  */

/* @end */

/* @group Scroll Fade */

/*  */

/* @end */



/* @group Edit Mode Styling */

/*  */

/* @end */

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

#stacks_out_2747 {
	width: 90%;
}
#stacks_in_2739 figure{text-align:center}#stacks_in_2739 .mdph{display:none}#stacks_in_2739 .mdp.book-set{widows:5;orphans:5}#stacks_in_2739 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2739 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2739 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2739 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2739 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2739 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2739 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2739 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2739 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2739 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2739 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2739 p{}}

#stacks_out_2739 {
	width: 85%;
}
    #stacks_in_2763.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_2763.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_2763.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:700px;}#stacks_in_2763.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_2763.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_2763.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_2763.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding: 0px }#stacks_in_2763.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_2763.blu-wrap>.blueprint-col{ }#stacks_in_2763.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_2763.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_2763.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_2763.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_2763.blu-wrap>.blueprint-col{ }
#stacks_in_2763.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_2763.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_2763.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_2763.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_2763.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_2763.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_2763.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_2763.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_2763.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}    @media screen and (min-width:640px){#stacks_in_2763.blu-wrap>.blueprint-col>.blucol-content{padding: 0px }}  
#stacks_in_2765 figure{text-align:center}#stacks_in_2765 .mdph{display:none}#stacks_in_2765 .mdp.book-set{widows:5;orphans:5}#stacks_in_2765 .mdp.book-set p:not(:first-of-type){text-indent:1.40rem}#stacks_in_2765 .mdp.book-set p:not(:last-of-type){margin-bottom:1.25rem !important}#stacks_in_2765 .mdp.book-set.indent-all p:first-of-type{text-indent:1.40rem}#stacks_in_2765 .mdp.book-set.indent-all blockquote > p:first-of-type{text-indent:0}#stacks_in_2765 .mdp.book-set:not(.indent-all) h1 + p,#stacks_in_2765 .mdp.book-set:not(.indent-all) h2 + p,#stacks_in_2765 .mdp.book-set:not(.indent-all) h3 + p,#stacks_in_2765 .mdp.book-set:not(.indent-all) h4 + p,#stacks_in_2765 .mdp.book-set:not(.indent-all) h5 + p,#stacks_in_2765 .mdp.book-set:not(.indent-all) h6 + p{text-indent:0 !important}#stacks_in_2765 .mdp.p-lead p:first-of-type{font-size:130%}@media only screen and (min-width:0px){#stacks_in_2765 p{}}

#stacks_out_2765 {
	width: 85%;
}
/* Start Responsive Shim stack CSS code */.stacks_in_2750shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* Start Responsive Shim stack CSS code */.stacks_in_2458shim{	padding-top: 5%;}/* End Responsive Shim stack CSS code */@font-face {
	font-family: 'icomoon';
  src:  url('../specializations_files/scrollpage_icons/icomoon.eot?8zq521');
  src:  url('../specializations_files/scrollpage_icons/icomoon.eot?8zq521#iefix') format('embedded-opentype'),
    url('../specializations_files/scrollpage_icons/icomoon.woff2?8zq521') format('woff2'),
    url('../specializations_files/scrollpage_icons/icomoon.ttf?8zq521') format('truetype'),
    url('../specializations_files/scrollpage_icons/icomoon.woff?8zq521') format('woff'),
    url('../specializations_files/scrollpage_icons/icomoon.svg?8zq521#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="sp-icon-"], [class*=" sp-icon-"] {
	color: #FFFFFF;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

.sp-icon-chevron-rounded:before{content: "\e600"; }
.sp-icon-chevron-rounded-thick:before{content: "\e601"; }
.sp-icon-chevron-thin:before{content: "\e602"; }
.sp-icon-chevron-thick:before{content: "\e603"; }
.sp-icon-arrow:before{content: "\e604"; }
.sp-icon-arrow-thin:before{content: "\e605"; }
.sp-icon-arrow-thick:before{content: "\e606"; }
.sp-icon-round-1:before{content: "\e607"; }
.sp-icon-round-2:before{content: "\e608"; }
.sp-icon-round-3:before{content: "\e609"; }
.sp-icon-round-4:before{content: "\e60a"; }

#ncd-sp-arrow {
	display: inline-block;
	line-height: 0;
	z-index: 1000000;
	padding: 5px;
	background: #96001F;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	
	
	opacity: 0;
	border-color: #09215E;
}
#ncd-sp-arrow i {font-size: 44px;}
#ncd-sp-arrow.show i {cursor: pointer;}


#ncd-sp-arrow {
	position: fixed;
	opacity: 0;
	margin: 30px;
	-webkit-transition: opacity 150ms, -webkit-transform 150ms;
	transition: opacity 150ms, transform 150ms;
	
	-webkit-transform: rotateY(-55deg);
			-ms-transform: rotateY(-55deg);
					transform: rotateY(-55deg);}

#ncd-sp-arrow.show.down-amount, 
#ncd-sp-arrow.show.down-container{
-webkit-transition: opacity 750ms 0, -webkit-transform 750ms 0;
	transition: opacity 750ms 0, transform 750ms 0;
	
}

#ncd-sp-arrow .rotateThis{
	-webkit-transition: -webkit-transform 700ms;
					transition: transform 700ms;
}

#ncd-sp-arrow.show.down-amount .rotateThis, 
#ncd-sp-arrow.show.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(-180deg);
					transform: rotate(-180deg);}
#ncd-sp-arrow.down-amount .rotateThis, 
#ncd-sp-arrow.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(0);
					transform: rotate(0);
}

#ncd-sp-arrow.show {
	opacity: 1; 
	-webkit-transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);
					transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) scale(1);}

#ncd-sp-arrow.tl{top: 0;left: 0; }
#ncd-sp-arrow.tc{top: 0;left: 50%; }
#ncd-sp-arrow.tr{top: 0;right: 0; }
#ncd-sp-arrow.bl{bottom: 0;left: 0; }
#ncd-sp-arrow.bc{bottom: 0;left: 50%; }
#ncd-sp-arrow.br{bottom: 0;right: 0; }

@media screen and (max-width: 400px) {
	#ncd-sp-arrow{
		display: none;
	}
}


#stacks_in_279_1255356 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_279_1255356 > .s-pro > .sections-layer{display:none}#stacks_in_279_1255356 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_279_1255356 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_279_1255356 > .s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00% !important}@media screen and (min-width:640px){#stacks_in_279_1255356 > .s-pro:not(.vault-margin).top-margin-custom{margin-top:0.00% !important}}#stacks_in_279_1255356 > .s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00% !important}@media screen and (min-width:640px){#stacks_in_279_1255356 > .s-pro:not(.vault-margin).bot-margin-custom{margin-bottom:0.00% !important}}
    #stacks_in_279_1255360.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_279_1255360.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_279_1255360.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:1000px;}#stacks_in_279_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_279_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255360.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_279_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 0px ;padding:0.00% 0.00% 4.00% 0.00% }#stacks_in_279_1255360.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_279_1255360.blu-wrap>.blueprint-col{ width:90%;min-width:0px;max-width:1000px;}#stacks_in_279_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_279_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255360.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_279_1255360.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_279_1255360.blu-wrap>.blueprint-col{ width:80%;min-width:0px;max-width:1000px;}
#stacks_in_279_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_279_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_279_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_279_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255360.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_279_1255360.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_279_1255360.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_279_1255360.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_279_1255360.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_279_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_279_1255360.blu-wrap>.blueprint-col>.blucol-content{margin: 10.00% 0.00% 10.00% 0.00% }}  @media screen and (min-width:640px){#stacks_in_279_1255360.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 4.00% 0.00% }}  @media screen and (min-width:1000px){#stacks_in_279_1255360.blu-wrap>.blueprint-col>.blucol-content{padding: 0.00% 0.00% 4.00% 0.00% }}  #stacks_in_279_1255360.blu-wrap>.blueprint-col>.blucol-content.bdr-stack{border-width:0px;border-color:rgba(0, 0, 0, 1.00);border-style:solid;border-radius:15px}
    #stacks_in_279_1255365.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_279_1255365.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_279_1255365.blu-wrap>.blueprint-col{}#stacks_in_279_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_279_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255365.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_279_1255365.blu-wrap>.blueprint-col>.blucol-content{margin:17.00% 0.00% 17.00% 0.00% ;padding: 0px }#stacks_in_279_1255365.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_279_1255365.blu-wrap>.blueprint-col{ }#stacks_in_279_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_279_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255365.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_279_1255365.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_279_1255365.blu-wrap>.blueprint-col{ }
#stacks_in_279_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_279_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_279_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_279_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255365.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_279_1255365.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_279_1255365.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_279_1255365.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_279_1255365.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}  @media screen and (min-width:640px){#stacks_in_279_1255365.blu-wrap>.blueprint-col>.blucol-content{margin: 7.00% 0.00% 7.00% 0.00% }}    
    #stacks_in_279_1255385.blu-wrap.flex-bot{margin-top:auto!important}    #stacks_in_279_1255385.blu-wrap{background-color:rgba(255, 255, 255, 0.00)}#stacks_in_279_1255385.blu-wrap>.blueprint-col{ width:100%;min-width:0px;max-width:9999px;}#stacks_in_279_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-left{margin-right:auto}#stacks_in_279_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255385.blu-wrap>.blueprint-col.flex-width.sb-sm-right{margin-left:auto}#stacks_in_279_1255385.blu-wrap>.blueprint-col>.blucol-content{margin:10.00% 0.00% 0.00% 0.00% ;padding: 0px }#stacks_in_279_1255385.blu-wrap>.blueprint-col>.blucol-content.bg-color{background-color:rgba(248, 248, 248, 1.00)} @media screen and (min-width:640px){#stacks_in_279_1255385.blu-wrap>.blueprint-col{ }#stacks_in_279_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-left{margin-right:auto;margin-left:0}#stacks_in_279_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255385.blu-wrap>.blueprint-col.med-flex-width.sb-med-right{margin-left:auto;margin-right:0}#stacks_in_279_1255385.blu-wrap>.blueprint-col.med-fill-width{width:100%;margin-left:0;margin-right:0}}  @media screen and (min-width:1000px){#stacks_in_279_1255385.blu-wrap>.blueprint-col{ }
#stacks_in_279_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-left,#stacks_in_279_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-left{margin-right:auto;margin-left:0}#stacks_in_279_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-center,#stacks_in_279_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-center{margin-right:auto;margin-left:auto}#stacks_in_279_1255385.blu-wrap>.blueprint-col.lg-flex-width.sb-lg-right,#stacks_in_279_1255385.blu-wrap>.blueprint-col.med-flex-width.lg-flex-width.sb-lg-right{margin-left:auto;margin-right:0}#stacks_in_279_1255385.blu-wrap>.blueprint-col.lg-fill-width,#stacks_in_279_1255385.blu-wrap>.blueprint-col.med-fill-width,#stacks_in_279_1255385.blu-wrap>.blueprint-col .lg-fill-width{width:100%;max-width:none;margin-left:0;margin-right:0}}     
#stacks_in_279_1255387{overflow:visible !important}#stacks_in_279_1255387 > .impact-animate{animation-duration:800ms;animation-delay:1200ms}
#stacks_in_279_1255389 p,#stacks_in_279_1255389 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_279_1255389{}}#stacks_in_279_1255389,#stacks_in_279_1255389 div,#stacks_in_279_1255389 p,#stacks_in_279_1255389 ul,#stacks_in_279_1255389 ul li,#stacks_in_279_1255389 ol li,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 dl,#stacks_in_279_1255389 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Voltaire",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_279_1255389,#stacks_in_279_1255389 div,#stacks_in_279_1255389 p,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 ul li,#stacks_in_279_1255389 ol li,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 dl{font-size:1.50rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_279_1255389,#stacks_in_279_1255389 div,#stacks_in_279_1255389 p,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 ul li,#stacks_in_279_1255389 ol li,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 dl{font-size:1.80rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_279_1255389,#stacks_in_279_1255389 div,#stacks_in_279_1255389 p,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 ul li,#stacks_in_279_1255389 ol li,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 dl{font-size:2.60rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_279_1255389,#stacks_in_279_1255389 div,#stacks_in_279_1255389 p,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 ul li,#stacks_in_279_1255389 ol li,#stacks_in_279_1255389 ol,#stacks_in_279_1255389 dl{font-size:3.00rem!important}}
/* Start Responsive Shim stack CSS code */.stacks_in_279_1255393shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_279_1255394{overflow:visible !important}#stacks_in_279_1255394 > .impact-animate{animation-duration:800ms;animation-delay:2500ms}
@media only screen and (min-width:0px){#stacks_in_279_1255395{}}#stacks_in_279_1255395,#stacks_in_279_1255395 div,#stacks_in_279_1255395 p,#stacks_in_279_1255395 ul,#stacks_in_279_1255395 ul li,#stacks_in_279_1255395 ol li,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 dl,#stacks_in_279_1255395 a,.no-default:not(.custom-font),.no-default:not(.custom-font) div,.no-default:not(.custom-font) p,.no-default:not(.custom-font) ul,.no-default:not(.custom-font) ul li,.no-default:not(.custom-font) ol li,.no-default:not(.custom-font) ol,.no-default:not(.custom-font) dl,.no-default:not(.custom-font) a{font-family:"Voltaire",sans-serif ;font-weight:400 ;font-style:normal }
@media only screen and (max-width:480.00px){#stacks_in_279_1255395,#stacks_in_279_1255395 div,#stacks_in_279_1255395 p,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 ul li,#stacks_in_279_1255395 ol li,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 dl{font-size:1.30rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_279_1255395,#stacks_in_279_1255395 div,#stacks_in_279_1255395 p,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 ul li,#stacks_in_279_1255395 ol li,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 dl{font-size:1.70rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_279_1255395,#stacks_in_279_1255395 div,#stacks_in_279_1255395 p,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 ul li,#stacks_in_279_1255395 ol li,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 dl{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_279_1255395,#stacks_in_279_1255395 div,#stacks_in_279_1255395 p,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 ul li,#stacks_in_279_1255395 ol li,#stacks_in_279_1255395 ol,#stacks_in_279_1255395 dl{font-size:2.40rem!important}}
/* Start Responsive Shim stack CSS code */.stacks_in_279_1255399shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */#stacks_in_279_1255459 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_279_1255459 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_279_1255459 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_279_1255459 > .row.padding-detailed.padding-medium-up,#stacks_in_279_1255459 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_279_1255459 > .row.padding-detailed.padding-y-medium-up,#stacks_in_279_1255459 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_279_1255459 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_279_1255459 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_279_1255459 > .row.max-custom{margin:0 auto;max-width:325px !important}#stacks_in_279_1255459 > .row.max-custom.max-left{margin-left:0}#stacks_in_279_1255459 > .row.max-custom.max-right{margin-right:0}
/* Start Responsive Shim stack CSS code */.stacks_in_279_1255461_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_279_1255463_7{text-align:center}    #stacks_in_279_1255463_7 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255463_7 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_279_1255463_7 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_279_1255463_7.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_279_1255463_7.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_279_1255463_7>.button.b-p,#stacks_in_279_1255463_7>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_279_1255463_7>.button.b-p.expand-mob:not(.icon-only),#stacks_in_279_1255463_7>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_279_1255463_7.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_279_1255463_7 .button.b-p.expand-large:not(.icon-only),#stacks_in_279_1255463_7>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_279_1255463_7.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_279_1255463_7 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_279_1255463_7 .button.b-p:not(.icon-only){width:280.00px}}   
  
/* Start Responsive Shim stack CSS code */.stacks_in_279_1255464_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_279_1255465_6{text-align:center}    #stacks_in_279_1255465_6 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255465_6 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_279_1255465_6 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_279_1255465_6.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_279_1255465_6.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_279_1255465_6>.button.b-p,#stacks_in_279_1255465_6>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_279_1255465_6>.button.b-p.expand-mob:not(.icon-only),#stacks_in_279_1255465_6>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_279_1255465_6.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_279_1255465_6 .button.b-p.expand-large:not(.icon-only),#stacks_in_279_1255465_6>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_279_1255465_6.bp-wrap{padding:0px 0px 0px 0px}}    @media screen and (min-width:641px) and (max-width:1000px){#stacks_in_279_1255465_6.bp-wrap{display:none!important}}  @media screen and (min-width:1000px){#stacks_in_279_1255465_6.bp-wrap{display:none!important}}   #stacks_in_279_1255465_6 .button.b-p:not(.icon-only){width:250.00px}@media screen and (min-width:641px){#stacks_in_279_1255465_6 .button.b-p:not(.icon-only){width:280.00px}}   
  
/* Start Responsive Shim stack CSS code */.stacks_in_279_1255466_2shim{	padding-top: 2%;}/* End Responsive Shim stack CSS code */
  #stacks_in_279_1255467_2{text-align:center}    #stacks_in_279_1255467_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255467_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_279_1255467_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_279_1255467_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_279_1255467_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_279_1255467_2>.button.b-p,#stacks_in_279_1255467_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_279_1255467_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_279_1255467_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_279_1255467_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_279_1255467_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_279_1255467_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_279_1255467_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_279_1255467_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_279_1255467_2 .button.b-p:not(.icon-only){width:280.00px}}   
  
#stacks_in_279_1255468 > .row.max-custom{margin:0 auto;max-width:600px !important}#stacks_in_279_1255468 > .row.max-custom.max-left{margin-left:0}#stacks_in_279_1255468 > .row.max-custom.max-right{margin-right:0}
#stacks_in_279_1255468 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_279_1255468 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_279_1255468 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

  #stacks_in_279_1255471_7{text-align:center}    #stacks_in_279_1255471_7 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255471_7 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_279_1255471_7 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_279_1255471_7.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:10.00px}#stacks_in_279_1255471_7.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:10.00px}       #stacks_in_279_1255471_7>.button.b-p,#stacks_in_279_1255471_7>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_279_1255471_7>.button.b-p.expand-mob:not(.icon-only),#stacks_in_279_1255471_7>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_279_1255471_7.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_279_1255471_7 .button.b-p.expand-large:not(.icon-only),#stacks_in_279_1255471_7>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_279_1255471_7.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_279_1255471_7 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_279_1255471_7 .button.b-p:not(.icon-only){width:280.00px}}   
  

  #stacks_in_279_1255469_2{text-align:center}    #stacks_in_279_1255469_2 .button.b-p>.bp-icon>.bp-glyph{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255469_2 .button.b-p>.bp-icon>.bp-glyph{-webkit-transition:color 200ms ease,-webkit-transform 200ms ease;transition:color 200ms ease,-webkit-transform 200ms ease;transition:transform 200ms ease,color 200ms ease;transition:transform 200ms ease,color 200ms ease,-webkit-transform 200ms ease} #stacks_in_279_1255469_2 .button.b-p:hover>.bp-icon>.bp-glyph{color:rgba(255, 204, 102, 1.00)}       #stacks_in_279_1255469_2.bp-wrap:not(.block-icon) .button.b-p>.bp-icon{padding-right:12.00px}#stacks_in_279_1255469_2.bp-wrap.block-icon .button.b-p>.bp-icon{display:block;width:100%;padding-bottom:12.00px}       #stacks_in_279_1255469_2>.button.b-p,#stacks_in_279_1255469_2>.dd-wrap>.button.b-p{margin-bottom:0}   @media screen and (max-width:641px){#stacks_in_279_1255469_2>.button.b-p.expand-mob:not(.icon-only),#stacks_in_279_1255469_2>.dd-wrap>.button.b-p.expand-mob:not(.icon-only){width:100%!important} #stacks_in_279_1255469_2.inline-wrap{display:block!important}}@media screen and (min-width:641px){#stacks_in_279_1255469_2 .button.b-p.expand-large:not(.icon-only),#stacks_in_279_1255469_2>.dd-wrap>.button.b-p.expand-large:not(.icon-only){width:100%!important}}
    @media screen and (min-width:641px){#stacks_in_279_1255469_2.bp-wrap{padding:0px 0px 0px 0px}}       #stacks_in_279_1255469_2 .button.b-p:not(.icon-only){width:200.00px}@media screen and (min-width:641px){#stacks_in_279_1255469_2 .button.b-p:not(.icon-only){width:280.00px}}   
  
.style-pro-stacks_in_279_1255360::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_279_1255360:not(.bdr-vault)::before{border-width: 0px ;border-style:solid;border-color:rgba(134, 159, 194, 1.00);-webkit-box-shadow: -1px 15px 30px 3px rgba(12, 21, 38, 0.32)  ;box-shadow: -1px 15px 30px 3px rgba(12, 21, 38, 0.32)  }.style-pro-stacks_in_279_1255360:not(.bdr-vault)::before,.style-pro-stacks_in_279_1255360:not(.bdr-vault)::after{border-radius: 10px }.style-pro-stacks_in_279_1255360:not(.bdr-vault) > .sections-layer{border-radius: 10px }@media screen and (max-width:640px){.style-pro-stacks_in_279_1255360:not(.bdr-vault):before,.style-pro-stacks_in_279_1255360:not(.bdr-vault)::after{border-radius:0px}.style-pro-stacks_in_279_1255360:not(.bdr-vault) > .sections-layer{border-radius:0px}}@media screen and (max-width:640px){.style-pro-stacks_in_279_1255360:not(.bdr-vault):before{-webkit-box-shadow:none;box-shadow:none}}
.ovl-style-pro-stacks_in_279_1255360::after{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.ovl-style-pro-stacks_in_279_1255360:not(.o-bg-vault)::after{background-color:rgba(255, 255, 255, 0.24)}

#stacks_in_279_1255356 > .s-pro > .shear-wrapper{position:relative;z-index:1}#stacks_in_279_1255356 > .s-pro > .sections-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}#stacks_in_279_1255356 > .s-pro > .sections-layer > .video-background{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:""}#stacks_in_279_1255356 > .s-pro > .sections-layer.is-loaded > .video-background.hide-when-loaded{display:none}#stacks_in_279_1255356 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_279_1255357{opacity:0 !important}#stacks_in_279_1255356 > .s-pro > .sections-layer > #vid-stacks_in_279_1255357.not-started.hide-when-played{display:none !important}#stacks_in_279_1255356 > .s-pro > .sections-layer:not(.is-loaded) > #vid-stacks_in_279_1255357.hide-when-played{display:none !important}#vid-stacks_in_279_1255357{opacity:1.0}#vid-stacks_in_279_1255357.pre-load{opacity:0}#play-stacks_in_279_1255357{-webkit-transform:scale(1);transform:scale(1);position:absolute;top:50%;left:50%;-webkit-transition:all linear 220ms;transition:all linear 220ms;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;border:3px solid rgba(255, 255, 255, 1.00);margin:-50px 0 0 -50px;text-indent:-2000px;border-radius:4px;background-color:rgba(0, 0, 0, 0.30);overflow:hidden;z-index:9999}#play-stacks_in_279_1255357.pl-rect{height:80px}#play-stacks_in_279_1255357.pl-square,#play-stacks_in_279_1255357.pl-circ{height:100px}#play-stacks_in_279_1255357.pl-circ{border-radius:50%}#play-stacks_in_279_1255357::before{content:'';position:absolute;top:52%;left:52%;margin:-20px 0 0 -12px;border-left:35px solid rgba(0,0,0,0.2);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_279_1255357::after{content:'';position:absolute;top:50%;left:48%;margin:-20px 0 0 -12px;border-left:40px solid rgba(255, 255, 255, 1.00);border-top:20px solid transparent;border-bottom:20px solid transparent}#play-stacks_in_279_1255357:hover{border-color:rgba(255, 255, 255, 1.00);background-color:rgba(0, 0, 0, 0.75)}#play-stacks_in_279_1255357:hover::after{border-left-color:rgba(255, 255, 255, 1.00)}#play-stacks_in_279_1255357.not-started{display:block}#play-stacks_in_279_1255357.no-play-button{display:none !important}.mute-toggle.mute-video{display:none !important}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-none{background:transparent}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-color{background-color:rgba(0, 3, 1, 1.00)}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image.bg-fixed{background-attachment:fixed;width:100%}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image:not(.bg-warehouse){background-image:url(../specializations_files/bgImage-1255357-899.jpg)}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image.bg-warehouse{background-image:url()}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image.bg-col-mob{background-color:transparent}@media only screen and (max-width:40.063em){#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image.bg-col-mob{background-color:rgba(0, 3, 1, 1.00);background-image:none}}@media only screen and (max-device-width:1024px){#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image.bg-fixed{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image:not(.bg-warehouse){background-image:url(../specializations_files/bgImageLarge-1255357-899.jpg);opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-col-mob{background-color:transparent}#stacks_in_279_1255356 .vb-stacks_in_279_1255357.bg-image.bg-warehouse{}}
#stacks_in_279_1255160 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_279_1255160 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_279_1255160 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_279_1255160 > .row.padding-detailed.padding-medium-up,#stacks_in_279_1255160 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_279_1255160 > .row.padding-detailed.padding-y-medium-up,#stacks_in_279_1255160 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_279_1255160 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_279_1255160 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}


#stacks_in_279_1255160 {
	background-color: rgba(169, 15, 41, 1.00);
}
#stacks_in_279_1255424 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_279_1255424 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_279_1255424 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_279_1255424 > .row.padding-detailed.padding-medium-up,#stacks_in_279_1255424 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_279_1255424 > .row.padding-detailed.padding-y-medium-up,#stacks_in_279_1255424 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_279_1255424 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_279_1255424 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}

#stacks_in_279_1255414 > .row.max-custom{margin:0 auto;max-width:800px !important}#stacks_in_279_1255414 > .row.max-custom.max-left{margin-left:0}#stacks_in_279_1255414 > .row.max-custom.max-right{margin-right:0}
#stacks_in_279_1255414 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_279_1255414 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_279_1255414 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
@media only screen and (max-width:414px){#stacks_in_279_1255179 p,#stacks_in_279_1255179 div{text-align:center !important}}#stacks_in_279_1255179 p,#stacks_in_279_1255179 div{margin-bottom:0}#stacks_in_279_1255179 p,#stacks_in_279_1255179 div,#stacks_in_279_1255179 ul,#stacks_in_279_1255179 ol,#stacks_in_279_1255179 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255179 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255179 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255179,#stacks_in_279_1255179 div,#stacks_in_279_1255179 p,#stacks_in_279_1255179 ol,#stacks_in_279_1255179 ul li,#stacks_in_279_1255179 ol li,#stacks_in_279_1255179 ol,#stacks_in_279_1255179 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255179,#stacks_in_279_1255179 div,#stacks_in_279_1255179 p,#stacks_in_279_1255179 ol,#stacks_in_279_1255179 ul li,#stacks_in_279_1255179 ol li,#stacks_in_279_1255179 ol,#stacks_in_279_1255179 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255179,#stacks_in_279_1255179 div,#stacks_in_279_1255179 p,#stacks_in_279_1255179 .fa:not(.no-indent),#stacks_in_279_1255179 ol,#stacks_in_279_1255179 ul li,#stacks_in_279_1255179 ol li,#stacks_in_279_1255179 ol,#stacks_in_279_1255179 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255179{}}

@media only screen and (max-width:414px){#stacks_in_279_1255175 p,#stacks_in_279_1255175 div{text-align:center !important}}#stacks_in_279_1255175 p,#stacks_in_279_1255175 div{margin-bottom:0}#stacks_in_279_1255175 p,#stacks_in_279_1255175 div,#stacks_in_279_1255175 ul,#stacks_in_279_1255175 ol,#stacks_in_279_1255175 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255175 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255175 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255175,#stacks_in_279_1255175 div,#stacks_in_279_1255175 p,#stacks_in_279_1255175 ol,#stacks_in_279_1255175 ul li,#stacks_in_279_1255175 ol li,#stacks_in_279_1255175 ol,#stacks_in_279_1255175 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255175,#stacks_in_279_1255175 div,#stacks_in_279_1255175 p,#stacks_in_279_1255175 ol,#stacks_in_279_1255175 ul li,#stacks_in_279_1255175 ol li,#stacks_in_279_1255175 ol,#stacks_in_279_1255175 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255175,#stacks_in_279_1255175 div,#stacks_in_279_1255175 p,#stacks_in_279_1255175 .fa:not(.no-indent),#stacks_in_279_1255175 ol,#stacks_in_279_1255175 ul li,#stacks_in_279_1255175 ol li,#stacks_in_279_1255175 ol,#stacks_in_279_1255175 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255175{}}

@media only screen and (max-width:414px){#stacks_in_279_1255405 p,#stacks_in_279_1255405 div{text-align:center !important}}#stacks_in_279_1255405 p,#stacks_in_279_1255405 div{margin-bottom:0}#stacks_in_279_1255405 p,#stacks_in_279_1255405 div,#stacks_in_279_1255405 ul,#stacks_in_279_1255405 ol,#stacks_in_279_1255405 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255405 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255405 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255405,#stacks_in_279_1255405 div,#stacks_in_279_1255405 p,#stacks_in_279_1255405 ol,#stacks_in_279_1255405 ul li,#stacks_in_279_1255405 ol li,#stacks_in_279_1255405 ol,#stacks_in_279_1255405 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255405,#stacks_in_279_1255405 div,#stacks_in_279_1255405 p,#stacks_in_279_1255405 ol,#stacks_in_279_1255405 ul li,#stacks_in_279_1255405 ol li,#stacks_in_279_1255405 ol,#stacks_in_279_1255405 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255405,#stacks_in_279_1255405 div,#stacks_in_279_1255405 p,#stacks_in_279_1255405 .fa:not(.no-indent),#stacks_in_279_1255405 ol,#stacks_in_279_1255405 ul li,#stacks_in_279_1255405 ol li,#stacks_in_279_1255405 ol,#stacks_in_279_1255405 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255405{}}

@media only screen and (max-width:414px){#stacks_in_279_1255439 p,#stacks_in_279_1255439 div{text-align:center !important}}#stacks_in_279_1255439 p,#stacks_in_279_1255439 div{margin-bottom:0}#stacks_in_279_1255439 p,#stacks_in_279_1255439 div,#stacks_in_279_1255439 ul,#stacks_in_279_1255439 ol,#stacks_in_279_1255439 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255439 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255439 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255439,#stacks_in_279_1255439 div,#stacks_in_279_1255439 p,#stacks_in_279_1255439 ol,#stacks_in_279_1255439 ul li,#stacks_in_279_1255439 ol li,#stacks_in_279_1255439 ol,#stacks_in_279_1255439 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255439,#stacks_in_279_1255439 div,#stacks_in_279_1255439 p,#stacks_in_279_1255439 ol,#stacks_in_279_1255439 ul li,#stacks_in_279_1255439 ol li,#stacks_in_279_1255439 ol,#stacks_in_279_1255439 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255439,#stacks_in_279_1255439 div,#stacks_in_279_1255439 p,#stacks_in_279_1255439 .fa:not(.no-indent),#stacks_in_279_1255439 ol,#stacks_in_279_1255439 ul li,#stacks_in_279_1255439 ol li,#stacks_in_279_1255439 ol,#stacks_in_279_1255439 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255439{}}

#stacks_in_279_1255443 > .row.max-custom{margin:0 auto;max-width:600px !important}#stacks_in_279_1255443 > .row.max-custom.max-left{margin-left:0}#stacks_in_279_1255443 > .row.max-custom.max-right{margin-right:0}
#stacks_in_279_1255443 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_279_1255443 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_279_1255443 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}

#stacks_in_279_1255443 {
	padding: 20px 0px 20px 0px;
}
@media only screen and (max-width:414px){#stacks_in_279_1255171 p,#stacks_in_279_1255171 div{text-align:center !important}}#stacks_in_279_1255171 p,#stacks_in_279_1255171 div{margin-bottom:0}#stacks_in_279_1255171 p,#stacks_in_279_1255171 div,#stacks_in_279_1255171 ul,#stacks_in_279_1255171 ol,#stacks_in_279_1255171 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255171 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255171 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255171,#stacks_in_279_1255171 div,#stacks_in_279_1255171 p,#stacks_in_279_1255171 ol,#stacks_in_279_1255171 ul li,#stacks_in_279_1255171 ol li,#stacks_in_279_1255171 ol,#stacks_in_279_1255171 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255171,#stacks_in_279_1255171 div,#stacks_in_279_1255171 p,#stacks_in_279_1255171 ol,#stacks_in_279_1255171 ul li,#stacks_in_279_1255171 ol li,#stacks_in_279_1255171 ol,#stacks_in_279_1255171 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255171,#stacks_in_279_1255171 div,#stacks_in_279_1255171 p,#stacks_in_279_1255171 .fa:not(.no-indent),#stacks_in_279_1255171 ol,#stacks_in_279_1255171 ul li,#stacks_in_279_1255171 ol li,#stacks_in_279_1255171 ol,#stacks_in_279_1255171 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255171{}}

@media only screen and (max-width:414px){#stacks_in_279_1255431 p,#stacks_in_279_1255431 div{text-align:center !important}}#stacks_in_279_1255431 p,#stacks_in_279_1255431 div{margin-bottom:0}#stacks_in_279_1255431 p,#stacks_in_279_1255431 div,#stacks_in_279_1255431 ul,#stacks_in_279_1255431 ol,#stacks_in_279_1255431 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255431 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255431 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255431,#stacks_in_279_1255431 div,#stacks_in_279_1255431 p,#stacks_in_279_1255431 ol,#stacks_in_279_1255431 ul li,#stacks_in_279_1255431 ol li,#stacks_in_279_1255431 ol,#stacks_in_279_1255431 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255431,#stacks_in_279_1255431 div,#stacks_in_279_1255431 p,#stacks_in_279_1255431 ol,#stacks_in_279_1255431 ul li,#stacks_in_279_1255431 ol li,#stacks_in_279_1255431 ol,#stacks_in_279_1255431 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255431,#stacks_in_279_1255431 div,#stacks_in_279_1255431 p,#stacks_in_279_1255431 .fa:not(.no-indent),#stacks_in_279_1255431 ol,#stacks_in_279_1255431 ul li,#stacks_in_279_1255431 ol li,#stacks_in_279_1255431 ol,#stacks_in_279_1255431 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255431{}}

@media only screen and (max-width:414px){#stacks_in_279_1255427 p,#stacks_in_279_1255427 div{text-align:center !important}}#stacks_in_279_1255427 p,#stacks_in_279_1255427 div{margin-bottom:0}#stacks_in_279_1255427 p,#stacks_in_279_1255427 div,#stacks_in_279_1255427 ul,#stacks_in_279_1255427 ol,#stacks_in_279_1255427 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255427 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255427 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255427,#stacks_in_279_1255427 div,#stacks_in_279_1255427 p,#stacks_in_279_1255427 ol,#stacks_in_279_1255427 ul li,#stacks_in_279_1255427 ol li,#stacks_in_279_1255427 ol,#stacks_in_279_1255427 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255427,#stacks_in_279_1255427 div,#stacks_in_279_1255427 p,#stacks_in_279_1255427 ol,#stacks_in_279_1255427 ul li,#stacks_in_279_1255427 ol li,#stacks_in_279_1255427 ol,#stacks_in_279_1255427 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255427,#stacks_in_279_1255427 div,#stacks_in_279_1255427 p,#stacks_in_279_1255427 .fa:not(.no-indent),#stacks_in_279_1255427 ol,#stacks_in_279_1255427 ul li,#stacks_in_279_1255427 ol li,#stacks_in_279_1255427 ol,#stacks_in_279_1255427 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255427{}}

#stacks_in_279_1255447 > .row.max-custom{margin:0 auto;max-width:400px !important}#stacks_in_279_1255447 > .row.max-custom.max-left{margin-left:0}#stacks_in_279_1255447 > .row.max-custom.max-right{margin-right:0}
#stacks_in_279_1255447 > .row{padding-top:0.00rem;padding-bottom:1.50rem}#stacks_in_279_1255447 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_279_1255447 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
@media only screen and (max-width:414px){#stacks_in_279_1255167 p,#stacks_in_279_1255167 div{text-align:center !important}}#stacks_in_279_1255167 p,#stacks_in_279_1255167 div{margin-bottom:0}#stacks_in_279_1255167 p,#stacks_in_279_1255167 div,#stacks_in_279_1255167 ul,#stacks_in_279_1255167 ol,#stacks_in_279_1255167 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255167 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255167 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255167,#stacks_in_279_1255167 div,#stacks_in_279_1255167 p,#stacks_in_279_1255167 ol,#stacks_in_279_1255167 ul li,#stacks_in_279_1255167 ol li,#stacks_in_279_1255167 ol,#stacks_in_279_1255167 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255167,#stacks_in_279_1255167 div,#stacks_in_279_1255167 p,#stacks_in_279_1255167 ol,#stacks_in_279_1255167 ul li,#stacks_in_279_1255167 ol li,#stacks_in_279_1255167 ol,#stacks_in_279_1255167 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255167,#stacks_in_279_1255167 div,#stacks_in_279_1255167 p,#stacks_in_279_1255167 .fa:not(.no-indent),#stacks_in_279_1255167 ol,#stacks_in_279_1255167 ul li,#stacks_in_279_1255167 ol li,#stacks_in_279_1255167 ol,#stacks_in_279_1255167 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255167{}}

@media only screen and (max-width:414px){#stacks_in_279_1255411 p,#stacks_in_279_1255411 div{text-align:center !important}}#stacks_in_279_1255411 p,#stacks_in_279_1255411 div{margin-bottom:0}#stacks_in_279_1255411 p,#stacks_in_279_1255411 div,#stacks_in_279_1255411 ul,#stacks_in_279_1255411 ol,#stacks_in_279_1255411 dl{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255411 a{color:rgba(204, 204, 204, 1.00)}#stacks_in_279_1255411 a:hover{color:rgba(247, 247, 247, 1.00)}#stacks_in_279_1255411,#stacks_in_279_1255411 div,#stacks_in_279_1255411 p,#stacks_in_279_1255411 ol,#stacks_in_279_1255411 ul li,#stacks_in_279_1255411 ol li,#stacks_in_279_1255411 ol,#stacks_in_279_1255411 dl{font-size:1.00rem}@media all and (max-width:640px){#stacks_in_279_1255411,#stacks_in_279_1255411 div,#stacks_in_279_1255411 p,#stacks_in_279_1255411 ol,#stacks_in_279_1255411 ul li,#stacks_in_279_1255411 ol li,#stacks_in_279_1255411 ol,#stacks_in_279_1255411 dl{font-size:0.85rem}}@media only screen and (min-width:0px){#stacks_in_279_1255411,#stacks_in_279_1255411 div,#stacks_in_279_1255411 p,#stacks_in_279_1255411 .fa:not(.no-indent),#stacks_in_279_1255411 ol,#stacks_in_279_1255411 ul li,#stacks_in_279_1255411 ol li,#stacks_in_279_1255411 ol,#stacks_in_279_1255411 dl{line-height:2.00}}@media only screen and (min-width:0px){#stacks_in_279_1255411{}}

#stacks_in_279_1255183 > .row.max-custom{margin:0 auto;max-width:400px !important}#stacks_in_279_1255183 > .row.max-custom.max-left{margin-left:0}#stacks_in_279_1255183 > .row.max-custom.max-right{margin-right:0}
#stacks_in_279_1255183 > .row{padding-top:1.00rem;padding-bottom:2.00rem}#stacks_in_279_1255183 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_279_1255183 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_279_1254937 .background{}#stacks_in_279_1254937 .fa-stack,#stacks_in_279_1254937 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_279_1254937 .fa-stack.custom,#stacks_in_279_1254937 i.fa.custom{font-size:24px}#stacks_in_279_1254937 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_279_1254937 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_279_1254937 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_279_1254937 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_279_1254937 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_279_1254937 a:hover .fa-border{}#stacks_in_279_1254937 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_279_1254937 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_279_1254937 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_279_1254937 .jw-wrapper{}#stacks_in_279_1254937 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_279_1254937 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_279_1254937 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_279_1254937 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1254937 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1254937 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_279_1254937 .jw-wrapper.hover i.fa:hover,#stacks_in_279_1254937 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

#stacks_in_279_1254937 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_279_1254943 .background{}#stacks_in_279_1254943 .fa-stack,#stacks_in_279_1254943 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_279_1254943 .fa-stack.custom,#stacks_in_279_1254943 i.fa.custom{font-size:24px}#stacks_in_279_1254943 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_279_1254943 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_279_1254943 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_279_1254943 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_279_1254943 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_279_1254943 a:hover .fa-border{}#stacks_in_279_1254943 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_279_1254943 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_279_1254943 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_279_1254943 .jw-wrapper{}#stacks_in_279_1254943 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_279_1254943 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_279_1254943 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_279_1254943 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1254943 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1254943 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_279_1254943 .jw-wrapper.hover i.fa:hover,#stacks_in_279_1254943 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

#stacks_in_279_1254943 {
	padding: 10px 0px 10px 0px;
}
#stacks_in_279_1254946 .background{}#stacks_in_279_1254946 .fa-stack,#stacks_in_279_1254946 i.fa{color:rgba(255, 255, 255, 1.00);border-radius:3px;-webkit-transition:color 300ms ease;transition:color 300ms ease}#stacks_in_279_1254946 .fa-stack.custom,#stacks_in_279_1254946 i.fa.custom{font-size:24px}#stacks_in_279_1254946 .fa-spin{-webkit-animation-duration:2000ms;animation-duration:2000ms}#stacks_in_279_1254946 .fa-border{border-color:rgba(238, 238, 238, 1.00);}#stacks_in_279_1254946 .fa-stack i.stack{color:rgba(153, 153, 153, 1.00)}#stacks_in_279_1254946 a:hover i.fa{color:rgba(229, 229, 229, 1.00)}#stacks_in_279_1254946 a:hover i.fa.stack{color:rgba(137, 137, 137, 1.00)}#stacks_in_279_1254946 a:hover .fa-border{}#stacks_in_279_1254946 .shadow-double i.fa{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_279_1254946 .shadow-basic i.fa{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_279_1254946 .shadow-retro i.fa{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_279_1254946 .jw-wrapper{}#stacks_in_279_1254946 .jw-wrapper.match.shadow-double{text-shadow:4px 3px 0 rgba(255, 255, 255, 1.00),9px 8px 0 rgba(0,0,0,0.15)}#stacks_in_279_1254946 .jw-wrapper.match.shadow-basic{text-shadow:2px 4px 3px rgba(0,0,0,0.3)}#stacks_in_279_1254946 .jw-wrapper.match.shadow-retro{text-shadow:5px 5px 0 rgba(204, 204, 204, 1.00)}#stacks_in_279_1254946 .jw-wrapper.match{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1254946 .jw-wrapper.match a{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1254946 .jw-wrapper.match a:hover{color:rgba(229, 229, 229, 1.00)}#stacks_in_279_1254946 .jw-wrapper.hover i.fa:hover,#stacks_in_279_1254946 .jw-wrapper.hover a:hover{color:rgba(204, 204, 204, 1.00)}

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


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

#stacks_in_279_1255046 {
	background-color: rgba(216, 224, 235, 1.00);
}

#stacks_in_279_1255063 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_279_1255063 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_279_1255063 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_279_1255074,#stacks_in_279_1255074 div,#stacks_in_279_1255074 p,#stacks_in_279_1255074 ol,#stacks_in_279_1255074 ul li,#stacks_in_279_1255074 ol li,#stacks_in_279_1255074 ol,#stacks_in_279_1255074 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_279_1255074,#stacks_in_279_1255074 div,#stacks_in_279_1255074 p,#stacks_in_279_1255074 ol,#stacks_in_279_1255074 ul li,#stacks_in_279_1255074 ol li,#stacks_in_279_1255074 ol,#stacks_in_279_1255074 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_279_1255074{}}

@media only screen and (max-width:640px){#stacks_in_279_1255065 h6,#stacks_in_279_1255065 div{text-align:center !important}#stacks_out_279_1255065{display:block !important}}

#stacks_in_279_1255071 p,#stacks_in_279_1255071 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_279_1255071{}}

/* Start Responsive Shim stack CSS code */.stacks_in_279_1255078shim{	padding-top: 20px;}@media all and (max-width: 768px) {.stacks_in_279_1255078shim{	padding-top: 40px;}}@media all and (max-width: 480px) {.stacks_in_279_1255078shim{	padding-top: 30px;}}/* End Responsive Shim stack CSS code */
#stacks_in_279_1255048 > .row{padding-top:0.00rem;padding-bottom:0.00rem}#stacks_in_279_1255048 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_279_1255048 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_279_1255059,#stacks_in_279_1255059 div,#stacks_in_279_1255059 p,#stacks_in_279_1255059 ol,#stacks_in_279_1255059 ul li,#stacks_in_279_1255059 ol li,#stacks_in_279_1255059 ol,#stacks_in_279_1255059 dl{font-size:2.00rem}@media all and (max-width:640px){#stacks_in_279_1255059,#stacks_in_279_1255059 div,#stacks_in_279_1255059 p,#stacks_in_279_1255059 ol,#stacks_in_279_1255059 ul li,#stacks_in_279_1255059 ol li,#stacks_in_279_1255059 ol,#stacks_in_279_1255059 dl{font-size:1.50rem}}@media only screen and (min-width:0px){#stacks_in_279_1255059{}}

@media only screen and (max-width:640px){#stacks_in_279_1255050 h6,#stacks_in_279_1255050 div{text-align:center !important}#stacks_out_279_1255050{display:block !important}}

#stacks_in_279_1255056 p,#stacks_in_279_1255056 div{margin-bottom:0}@media only screen and (min-width:0px){#stacks_in_279_1255056{}}

 #stacks_in_279_1255204.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_279_1255204.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_279_1255204.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_279_1255204{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_279_1255204.box-pos>.s-box{overflow:hidden} #stacks_in_279_1255204>.s-box{margin: 0px }#stacks_in_279_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_279_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }}@media screen and (min-width:1000.00px){#stacks_in_279_1255204>.s-box>.s-box-content{padding: 5.00px 0.00px 5.00px 0.00px }}   #stacks_in_279_1255204{max-width:100.00%}@media all and (min-width:640px){#stacks_in_279_1255204{max-width:100.00%}}#stacks_in_279_1255204.auto-width{width:auto!important}#stacks_in_279_1255204.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#stacks_in_279_1255204>.s-box{position:relative}      
#stacks_in_279_1255208 > .row{padding-top:2.00rem;padding-bottom:0.00rem}#stacks_in_279_1255208 > .row.collapse{padding-left:0;padding-right:0}#stacks_in_279_1255208 > .row.padding-detailed{padding:0.00rem 0.00rem 0.00rem 0.00rem}@media only screen and (max-width:40em){#stacks_in_279_1255208 > .row.padding-detailed.padding-medium-up,#stacks_in_279_1255208 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_279_1255208 > .row.padding-detailed.padding-y-medium-up,#stacks_in_279_1255208 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}@media only screen and (min-width:40.063em) and (max-width:62.5em){#stacks_in_279_1255208 > .row.padding-detailed.padding-large-up{padding-left:0;padding-right:0}#stacks_in_279_1255208 > .row.padding-detailed.padding-y-large-up{padding-top:0;padding-bottom:0}}
#stacks_in_279_1255208 > .row.max-custom{margin:0 auto;max-width:300px !important}#stacks_in_279_1255208 > .row.max-custom.max-left{margin-left:0}#stacks_in_279_1255208 > .row.max-custom.max-right{margin-right:0}
/* Start Responsive Shim stack CSS code */.stacks_in_279_1255220shim{	padding-top: 1%;}/* End Responsive Shim stack CSS code */
#stacks_in_279_1255248 > .row{padding-top:1.00rem;padding-bottom:2.00rem}#stacks_in_279_1255248 > .row > .columns{margin-top:0.00rem;margin-bottom:0.00rem}#stacks_in_279_1255248 > .row.divider > .columns:not(:first-child):before{top:0px;bottom:0px;width:1px;background:rgba(0, 0, 0, 1.00)}
#stacks_in_279_1255193 p,#stacks_in_279_1255193 div{margin-bottom:0}#stacks_in_279_1255193 p,#stacks_in_279_1255193 div,#stacks_in_279_1255193 ul,#stacks_in_279_1255193 ol,#stacks_in_279_1255193 dl{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255193 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255193 a:hover{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1255193 p,#stacks_in_279_1255193 div,#stacks_in_279_1255193 ul,#stacks_in_279_1255193 ol,#stacks_in_279_1255193 dl{line-height:2.00;font-size:0.80rem}

#stacks_in_279_1255193 {
	padding: 10px 0px 10px 0px;
}
/* -- Start Svg Each css Template -- */


#stacks_in_279_1255191 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_279_1255191svgwrapper{
	position: relative;
}


		#stacks_in_279_1255191 img  {
			max-width: 150px;
		}
	
		@media (max-width: 61.9em) {
			#stacks_in_279_1255191 img {
				max-width: 150px;
			}
		}
		
		@media (max-width: 47.9em) {
			#stacks_in_279_1255191 img {
				max-width: 120px;
			}
		}
	


#stacks_in_279_1255191 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_279_1255191 {
			text-align: left !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_279_1255191 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */#stacks_in_279_1254949 p,#stacks_in_279_1254949 div{margin-bottom:0}#stacks_in_279_1254949 p,#stacks_in_279_1254949 div,#stacks_in_279_1254949 ul,#stacks_in_279_1254949 ol,#stacks_in_279_1254949 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_279_1254949 a{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1254949 a:hover{color:rgba(255, 255, 255, 1.00)}#stacks_in_279_1254949 p,#stacks_in_279_1254949 div,#stacks_in_279_1254949 ul,#stacks_in_279_1254949 ol,#stacks_in_279_1254949 dl{line-height:2.00;font-size:0.80rem}

#stacks_in_279_1254949 {
	padding: 20px 0px 0px 0px;
}
.style-pro-stacks_in_279_1255204::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_279_1255204:not(.bg-vault):not(.bg-featured)::before{background-image:linear-gradient(0deg,rgba(255, 255, 255, 1.00) 0%,rgba(102, 102, 102, 1.00) 100%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 1.00)',endColorStr='rgba(102, 102, 102, 1.00)',GradientType=0)";}

