@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}
60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-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:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}
100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}
@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;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:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}
100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}
}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{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 zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}
100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
#stickystacks_in_p1372_n1_page4 {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	width: 55px;
	overflow: hidden;
	z-index: 100;
}

#stickyLinkstacks_in_p1372_n1_page4 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#stacks_in_1347_page4 {
	margin:  20px;
}

#stacks_in_1348_page4 {
	line-height: 2em;
}
#stacks_in_1441_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1441_page4 .jwresp_col{float:none} #stacks_in_1441_page4 #jwresp_col3_stacks_in_1441_page4{float:right;width:30%}#stacks_in_1441_page4 #jwresp_col1_stacks_in_1441_page4,#stacks_in_1441_page4 #jwresp_col2_stacks_in_1441_page4{width:31%;float:left}#stacks_in_1441_page4 #jwresp_col1_stacks_in_1441_page4{margin-right:2%}#stacks_in_1441_page4 #jwresp_col2_stacks_in_1441_page4{margin-left:2%} @media screen and (max-width:770px){#stacks_in_1441_page4 #jwresp_col1_stacks_in_1441_page4,#stacks_in_1441_page4 #jwresp_col2_stacks_in_1441_page4{margin:0;margin-bottom:20px}#stacks_in_1441_page4 #jwresp_col1_stacks_in_1441_page4{width:48%}#stacks_in_1441_page4 #jwresp_col2_stacks_in_1441_page4{float:right;width:48%}#stacks_in_1441_page4 #jwresp_col3_stacks_in_1441_page4{float:none;clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1441_page4 #jwresp_col1_stacks_in_1441_page4,#stacks_in_1441_page4 #jwresp_col3_stacks_in_1441_page4,#stacks_in_1441_page4 #jwresp_col2_stacks_in_1441_page4{float:none;width:100%;display:block}#stacks_in_1441_page4 #jwresp_col1_stacks_in_1441_page4,#stacks_in_1441_page4 #jwresp_col2_stacks_in_1441_page4{margin-bottom:20px}} 

#stacks_out_1441_page4 {
	width: 90%;
}

#stacks_in_1490_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	padding:  7px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1444_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1444_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1444_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1444_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1444_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1444_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1444_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1444_page4Calligrapher h6, .stacks_in_1444_page4Calligrapher h5, .stacks_in_1444_page4Calligrapher h4, .stacks_in_1444_page4Calligrapher h3, .stacks_in_1444_page4Calligrapher h2, .stacks_in_1444_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1444_page4Calligrapher, .stacks_in_1444_page4Calligrapher h1, .stacks_in_1444_page4Calligrapher h2, .stacks_in_1444_page4Calligrapher h3, .stacks_in_1444_page4Calligrapher h4, .stacks_in_1444_page4Calligrapher h5, .stacks_in_1444_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1444_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1444_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1444_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1444_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1444_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1449_page4 {
	margin: 0px 7px 7px 7px;
}

#stacks_in_1450_page4 {
	line-height: 2em;
}

#stacks_in_1492_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	padding:  7px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1476_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1476_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1476_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1476_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1476_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1476_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1476_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1476_page4Calligrapher h6, .stacks_in_1476_page4Calligrapher h5, .stacks_in_1476_page4Calligrapher h4, .stacks_in_1476_page4Calligrapher h3, .stacks_in_1476_page4Calligrapher h2, .stacks_in_1476_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1476_page4Calligrapher, .stacks_in_1476_page4Calligrapher h1, .stacks_in_1476_page4Calligrapher h2, .stacks_in_1476_page4Calligrapher h3, .stacks_in_1476_page4Calligrapher h4, .stacks_in_1476_page4Calligrapher h5, .stacks_in_1476_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1476_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1476_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1476_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1476_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1476_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1481_page4 {
	margin: 0px 7px 7px 7px;
}

#stacks_in_1482_page4 {
	line-height: 2em;
}

#stacks_in_1494_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	padding:  7px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1460_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1460_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1460_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1460_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1460_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1460_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1460_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1460_page4Calligrapher h6, .stacks_in_1460_page4Calligrapher h5, .stacks_in_1460_page4Calligrapher h4, .stacks_in_1460_page4Calligrapher h3, .stacks_in_1460_page4Calligrapher h2, .stacks_in_1460_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1460_page4Calligrapher, .stacks_in_1460_page4Calligrapher h1, .stacks_in_1460_page4Calligrapher h2, .stacks_in_1460_page4Calligrapher h3, .stacks_in_1460_page4Calligrapher h4, .stacks_in_1460_page4Calligrapher h5, .stacks_in_1460_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1460_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1460_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1460_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1460_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1460_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1465_page4 {
	margin: 0px 7px 7px 7px;
}

#stacks_in_1466_page4 {
	line-height: 2em;
}
#stacks_in_p1963_n1_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_p1963_n1_page4 .jwresp_col{float:none} #stacks_in_p1963_n1_page4 #jwresp_col3_stacks_in_p1963_n1_page4{float:right;width:30%}#stacks_in_p1963_n1_page4 #jwresp_col1_stacks_in_p1963_n1_page4,#stacks_in_p1963_n1_page4 #jwresp_col2_stacks_in_p1963_n1_page4{width:31%;float:left}#stacks_in_p1963_n1_page4 #jwresp_col1_stacks_in_p1963_n1_page4{margin-right:2%}#stacks_in_p1963_n1_page4 #jwresp_col2_stacks_in_p1963_n1_page4{margin-left:2%} @media screen and (max-width:770px){#stacks_in_p1963_n1_page4 #jwresp_col1_stacks_in_p1963_n1_page4,#stacks_in_p1963_n1_page4 #jwresp_col2_stacks_in_p1963_n1_page4{margin:0;margin-bottom:20px}#stacks_in_p1963_n1_page4 #jwresp_col1_stacks_in_p1963_n1_page4{width:48%}#stacks_in_p1963_n1_page4 #jwresp_col2_stacks_in_p1963_n1_page4{float:right;width:48%}#stacks_in_p1963_n1_page4 #jwresp_col3_stacks_in_p1963_n1_page4{float:none;clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_p1963_n1_page4 #jwresp_col1_stacks_in_p1963_n1_page4,#stacks_in_p1963_n1_page4 #jwresp_col3_stacks_in_p1963_n1_page4,#stacks_in_p1963_n1_page4 #jwresp_col2_stacks_in_p1963_n1_page4{float:none;width:100%;display:block}#stacks_in_p1963_n1_page4 #jwresp_col1_stacks_in_p1963_n1_page4,#stacks_in_p1963_n1_page4 #jwresp_col2_stacks_in_p1963_n1_page4{margin-bottom:20px}} 

#stacks_out_p1963_n1_page4 {
	width: 90%;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_p1963_n3_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_p1963_n3_page4 a, #stacks_in_p1963_n3_page4 a:hover, #stacks_in_p1963_n3_page4 a:visited, #stacks_in_p1963_n3_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_p1963_n3_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_p1963_n3_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_p1963_n3_page4 a, #stacks_in_p1963_n3_page4 a:visited, #stacks_in_p1963_n3_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_p1963_n3_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_p1963_n3_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_p1963_n3_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_p1963_n3_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_p1963_n3_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_p1963_n3_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_p1963_n3_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_p1963_n3_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_p1963_n7_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_p1963_n7_page4 a, #stacks_in_p1963_n7_page4 a:hover, #stacks_in_p1963_n7_page4 a:visited, #stacks_in_p1963_n7_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_p1963_n7_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_p1963_n7_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_p1963_n7_page4 a, #stacks_in_p1963_n7_page4 a:visited, #stacks_in_p1963_n7_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_p1963_n7_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_p1963_n7_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_p1963_n7_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_p1963_n7_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_p1963_n7_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_p1963_n7_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_p1963_n7_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_p1963_n7_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_p1963_n11_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_p1963_n11_page4 a, #stacks_in_p1963_n11_page4 a:hover, #stacks_in_p1963_n11_page4 a:visited, #stacks_in_p1963_n11_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_p1963_n11_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_p1963_n11_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_p1963_n11_page4 a, #stacks_in_p1963_n11_page4 a:visited, #stacks_in_p1963_n11_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_p1963_n11_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_p1963_n11_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_p1963_n11_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_p1963_n11_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_p1963_n11_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_p1963_n11_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_p1963_n11_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_p1963_n11_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_563_page4 {
	margin:  20px;
}

#stacks_in_564_page4 {
	line-height: 2em;
}
#stacks_in_1689_page4 .ls-wrapper{margin:0 auto;clear:both;overflow:auto;position:relative; -webkit-box-sizing:border-box;box-sizing:border-box;max-width:none!important}#stacks_in_1689_page4 .ls-wrapper .ls-preloader{background:url(../../rw_common/plugins/stacks/tabulous-images/loading.gif) #FFFFFF no-repeat center 75px;opacity:.9;width:100%;height:200%;position:absolute;top:0;left:0}#stacks_in_1689_page4 .ls-wrapper .liquid-slider{ background:#FFFFFF;  width:100%;margin:0;float:left;overflow:hidden;position:relative;-webkit-backface-visibility:hidden; border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:3px;border-top-right-radius:3px; }#stacks_in_1689_page4 .ls-wrapper .panel-container{position:relative}#stacks_in_1689_page4 .ls-wrapper .panel-container .fadeClass{position:absolute;top:0;left:0;display:none}#stacks_in_1689_page4 .ls-wrapper .panel-container .panel{width:1030px;display:block;float:left;border:0;margin-bottom:0;padding:0;background:transparent;-webkit-backface-visibility:hidden}#stacks_in_1689_page4 .ls-wrapper .panel-container .panel.fade{position:absolute;top:0;opacity:0}#stacks_in_1689_page4 .ls-wrapper .panel-container .panel .panel-wrapper{ padding:0px 0px 0px 0px; position:relative}#stacks_in_1689_page4 .ls-wrapper .panel-container .panel .panel-wrapper .tab-title{ display:none;}#stacks_in_1689_page4 .ls-wrapper .ls-nav{overflow:hidden;clear:both}@media screen and (max-width:600px){#stacks_in_1689_page4 .ls-wrapper .ls-nav{margin-bottom:0;margin-top:0;padding:0}}#stacks_in_1689_page4 .ls-wrapper .ls-nav ul{padding:0;clear:both;display:block;margin:auto;overflow:auto;-webkit-box-sizing:content-box;box-sizing:content-box; width:100%;   margin-bottom:0px;}#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li{display:inline;margin:0;-webkit-box-sizing:content-box;box-sizing:content-box}#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a{display:block;float:left;text-decoration:none;margin-right:10px;color:#274A51;font-size:14px;height:auto!important;-webkit-transition-property:background,color;transition-property:background,color;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;     text-align:center;   background:#D3DBE1;  padding:6px;   width:19.00%;box-sizing:border-box;   border-bottom-left-radius:0px;border-top-left-radius:5px;border-bottom-right-radius:0px;border-top-right-radius:5px; }
#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a:hover{ background:#FFFFFF; color:#274A51}#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a.current{ background:#FFFFFF; color:#274A51}#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a.current h1,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a.current h2,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a.current h3,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a.current h4,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a.current h5,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a.current h6,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a.current span{color:#274A51}#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a h1,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a h2,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a h3,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a h4,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a h5,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a h6,#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li a span{display:inline;font-size:14px;color:#274A51;margin:0}#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li:first-child a{}#stacks_in_1689_page4 .ls-wrapper .ls-nav ul li:last-child a{margin-right:0; }#stacks_in_1689_page4 .ls-wrapper .ls-select-box{width:100%;height:35px;overflow:hidden;color:#274A51; background:url(../files/tabulous-images/menu-gray.png) no-repeat 98% 50% #FFFFFF;  border-top-left-radius:5px;border-top-right-radius:5px;}#stacks_in_1689_page4 .ls-wrapper .ls-select-box select{width:110%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;padding:5px 10px;font-size:110%;   border:1px solid #EBEBEB; height:35px;cursor:pointer;color:#274A51;border-radius:0; border-top-left-radius:5px;border-top-right-radius:5px;}#stacks_in_1689_page4 .ls-wrapper .ls-select-box select option{font-weight:normal;color:#000}#stacks_in_1689_page4 .ls-wrapper .ls-nav-left,#stacks_in_1689_page4 .ls-wrapper .ls-nav-right,#stacks_in_1689_page4 .ls-wrapper .ls-nav-left-arrow,#stacks_in_1689_page4 .ls-wrapper .ls-nav-right-arrow{cursor:pointer;position:absolute; top:50px; z-index:100;opacity:.3!important;filter:alpha(opacity=30)!important;-webkit-transition:opacity 250ms ease-in-out 0;transition:opacity 250ms ease-in-out 0;background-repeat:no-repeat;background-size:100%}#stacks_in_1689_page4 .ls-wrapper .ls-nav-left a,#stacks_in_1689_page4 .ls-wrapper .ls-nav-right a,#stacks_in_1689_page4 .ls-wrapper .ls-nav-left-arrow a,#stacks_in_1689_page4 .ls-wrapper .ls-nav-right-arrow a{display:block;font-size:25px;color:#000000;text-decoration:none}#stacks_in_1689_page4 .ls-wrapper .ls-nav-left:hover,#stacks_in_1689_page4 .ls-wrapper .ls-nav-right:hover,#stacks_in_1689_page4 .ls-wrapper .ls-nav-left-arrow:hover,#stacks_in_1689_page4 .ls-wrapper .ls-nav-right-arrow:hover{opacity:1!important;filter:alpha(opacity=100)!important}#stacks_in_1689_page4 .ls-wrapper .ls-nav-right,#stacks_in_1689_page4 .ls-wrapper .ls-nav-right-arrow{right:5px}#stacks_in_1689_page4 .ls-wrapper .ls-nav-left,#stacks_in_1689_page4 .ls-wrapper .ls-nav-left-arrow{left:5px}#stacks_in_1689_page4 .ls-wrapper .ls-nav-left-arrow,#stacks_in_1689_page4 .ls-wrapper .ls-nav-right-arrow{width:25px;height:25px}#stacks_in_1689_page4 .ls-wrapper .ls-nav-right-arrow{background-image:url(../files/tabulous-images/arrow-right.png);background-position:top right}#stacks_in_1689_page4 .ls-wrapper .ls-nav-left-arrow{background-image:url(../files/tabulous-images/arrow-left.png);background-position:top left} @media screen and (max-width:600px){  #stacks_in_1689_page4 .liquid-slider{border-top-left-radius:0!important;border-top-right-radius:0!important}}

#stacks_in_1689_page4 {
	margin: 30px 0px 0px 0px;
	padding:  3px;
}
#stacks_in_1800_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1800_page4 .jwresp_col{float:none} #stacks_in_1800_page4 #jwresp_col3_stacks_in_1800_page4{float:right;width:30%}#stacks_in_1800_page4 #jwresp_col1_stacks_in_1800_page4,#stacks_in_1800_page4 #jwresp_col2_stacks_in_1800_page4{width:31%;float:left}#stacks_in_1800_page4 #jwresp_col1_stacks_in_1800_page4{margin-right:2%}#stacks_in_1800_page4 #jwresp_col2_stacks_in_1800_page4{margin-left:2%} @media screen and (max-width:770px){#stacks_in_1800_page4 #jwresp_col1_stacks_in_1800_page4,#stacks_in_1800_page4 #jwresp_col2_stacks_in_1800_page4{margin:0;margin-bottom:20px}#stacks_in_1800_page4 #jwresp_col1_stacks_in_1800_page4{width:48%}#stacks_in_1800_page4 #jwresp_col2_stacks_in_1800_page4{float:right;width:48%}#stacks_in_1800_page4 #jwresp_col3_stacks_in_1800_page4{float:none;clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1800_page4 #jwresp_col1_stacks_in_1800_page4,#stacks_in_1800_page4 #jwresp_col3_stacks_in_1800_page4,#stacks_in_1800_page4 #jwresp_col2_stacks_in_1800_page4{float:none;width:100%;display:block}#stacks_in_1800_page4 #jwresp_col1_stacks_in_1800_page4,#stacks_in_1800_page4 #jwresp_col2_stacks_in_1800_page4{margin-bottom:20px}} 

#stacks_out_1800_page4 {
	width: 90%;
}

#stacks_in_1800_page4 {
	padding:  9px;
}

#stacks_in_1801_page4 {
	margin:  10px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1802_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1802_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1802_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1802_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1802_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1802_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1802_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1802_page4Calligrapher h6, .stacks_in_1802_page4Calligrapher h5, .stacks_in_1802_page4Calligrapher h4, .stacks_in_1802_page4Calligrapher h3, .stacks_in_1802_page4Calligrapher h2, .stacks_in_1802_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1802_page4Calligrapher, .stacks_in_1802_page4Calligrapher h1, .stacks_in_1802_page4Calligrapher h2, .stacks_in_1802_page4Calligrapher h3, .stacks_in_1802_page4Calligrapher h4, .stacks_in_1802_page4Calligrapher h5, .stacks_in_1802_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1802_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1802_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1802_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1802_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1802_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1806_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1833_page4 {
	margin:  10px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1834_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1834_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1834_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1834_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1834_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1834_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1834_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1834_page4Calligrapher h6, .stacks_in_1834_page4Calligrapher h5, .stacks_in_1834_page4Calligrapher h4, .stacks_in_1834_page4Calligrapher h3, .stacks_in_1834_page4Calligrapher h2, .stacks_in_1834_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1834_page4Calligrapher, .stacks_in_1834_page4Calligrapher h1, .stacks_in_1834_page4Calligrapher h2, .stacks_in_1834_page4Calligrapher h3, .stacks_in_1834_page4Calligrapher h4, .stacks_in_1834_page4Calligrapher h5, .stacks_in_1834_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1834_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1834_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1834_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1834_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1834_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1838_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1865_page4 {
	margin:  10px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1866_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1866_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1866_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1866_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1866_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1866_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1866_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1866_page4Calligrapher h6, .stacks_in_1866_page4Calligrapher h5, .stacks_in_1866_page4Calligrapher h4, .stacks_in_1866_page4Calligrapher h3, .stacks_in_1866_page4Calligrapher h2, .stacks_in_1866_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1866_page4Calligrapher, .stacks_in_1866_page4Calligrapher h1, .stacks_in_1866_page4Calligrapher h2, .stacks_in_1866_page4Calligrapher h3, .stacks_in_1866_page4Calligrapher h4, .stacks_in_1866_page4Calligrapher h5, .stacks_in_1866_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1866_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1866_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1866_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1866_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1866_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1870_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}
#stacks_in_1703_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1703_page4 .jwresp_col{float:none} #stacks_in_1703_page4 #jwresp_col3_stacks_in_1703_page4{float:right;width:30%}#stacks_in_1703_page4 #jwresp_col1_stacks_in_1703_page4,#stacks_in_1703_page4 #jwresp_col2_stacks_in_1703_page4{width:31%;float:left}#stacks_in_1703_page4 #jwresp_col1_stacks_in_1703_page4{margin-right:2%}#stacks_in_1703_page4 #jwresp_col2_stacks_in_1703_page4{margin-left:2%} @media screen and (max-width:770px){#stacks_in_1703_page4 #jwresp_col1_stacks_in_1703_page4,#stacks_in_1703_page4 #jwresp_col2_stacks_in_1703_page4{margin:0;margin-bottom:20px}#stacks_in_1703_page4 #jwresp_col1_stacks_in_1703_page4{width:48%}#stacks_in_1703_page4 #jwresp_col2_stacks_in_1703_page4{float:right;width:48%}#stacks_in_1703_page4 #jwresp_col3_stacks_in_1703_page4{float:none;clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1703_page4 #jwresp_col1_stacks_in_1703_page4,#stacks_in_1703_page4 #jwresp_col3_stacks_in_1703_page4,#stacks_in_1703_page4 #jwresp_col2_stacks_in_1703_page4{float:none;width:100%;display:block}#stacks_in_1703_page4 #jwresp_col1_stacks_in_1703_page4,#stacks_in_1703_page4 #jwresp_col2_stacks_in_1703_page4{margin-bottom:20px}} 

#stacks_out_1703_page4 {
	width: 90%;
}

#stacks_in_1703_page4 {
	margin:  12px;
}

#stacks_in_1704_page4 {
	margin:  10px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1705_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1705_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1705_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1705_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1705_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1705_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1705_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1705_page4Calligrapher h6, .stacks_in_1705_page4Calligrapher h5, .stacks_in_1705_page4Calligrapher h4, .stacks_in_1705_page4Calligrapher h3, .stacks_in_1705_page4Calligrapher h2, .stacks_in_1705_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1705_page4Calligrapher, .stacks_in_1705_page4Calligrapher h1, .stacks_in_1705_page4Calligrapher h2, .stacks_in_1705_page4Calligrapher h3, .stacks_in_1705_page4Calligrapher h4, .stacks_in_1705_page4Calligrapher h5, .stacks_in_1705_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1705_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1705_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1705_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1705_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1705_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1709_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1711_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1711_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1711_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1711_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1711_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1711_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1711_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1711_page4Calligrapher h6, .stacks_in_1711_page4Calligrapher h5, .stacks_in_1711_page4Calligrapher h4, .stacks_in_1711_page4Calligrapher h3, .stacks_in_1711_page4Calligrapher h2, .stacks_in_1711_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1711_page4Calligrapher, .stacks_in_1711_page4Calligrapher h1, .stacks_in_1711_page4Calligrapher h2, .stacks_in_1711_page4Calligrapher h3, .stacks_in_1711_page4Calligrapher h4, .stacks_in_1711_page4Calligrapher h5, .stacks_in_1711_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1711_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1711_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1711_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1711_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1711_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1711_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1715_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1717_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1717_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1717_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1717_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1717_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1717_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1717_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1717_page4Calligrapher h6, .stacks_in_1717_page4Calligrapher h5, .stacks_in_1717_page4Calligrapher h4, .stacks_in_1717_page4Calligrapher h3, .stacks_in_1717_page4Calligrapher h2, .stacks_in_1717_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1717_page4Calligrapher, .stacks_in_1717_page4Calligrapher h1, .stacks_in_1717_page4Calligrapher h2, .stacks_in_1717_page4Calligrapher h3, .stacks_in_1717_page4Calligrapher h4, .stacks_in_1717_page4Calligrapher h5, .stacks_in_1717_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1717_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1717_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1717_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1717_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1717_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1717_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1721_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1723_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1723_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1723_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1723_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1723_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1723_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1723_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1723_page4Calligrapher h6, .stacks_in_1723_page4Calligrapher h5, .stacks_in_1723_page4Calligrapher h4, .stacks_in_1723_page4Calligrapher h3, .stacks_in_1723_page4Calligrapher h2, .stacks_in_1723_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1723_page4Calligrapher, .stacks_in_1723_page4Calligrapher h1, .stacks_in_1723_page4Calligrapher h2, .stacks_in_1723_page4Calligrapher h3, .stacks_in_1723_page4Calligrapher h4, .stacks_in_1723_page4Calligrapher h5, .stacks_in_1723_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1723_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1723_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1723_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1723_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1723_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1723_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1727_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1729_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1729_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1729_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1729_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1729_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1729_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1729_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1729_page4Calligrapher h6, .stacks_in_1729_page4Calligrapher h5, .stacks_in_1729_page4Calligrapher h4, .stacks_in_1729_page4Calligrapher h3, .stacks_in_1729_page4Calligrapher h2, .stacks_in_1729_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1729_page4Calligrapher, .stacks_in_1729_page4Calligrapher h1, .stacks_in_1729_page4Calligrapher h2, .stacks_in_1729_page4Calligrapher h3, .stacks_in_1729_page4Calligrapher h4, .stacks_in_1729_page4Calligrapher h5, .stacks_in_1729_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1729_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1729_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1729_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1729_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1729_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1729_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1736_page4 {
	margin:  10px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1737_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1737_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1737_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1737_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1737_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1737_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1737_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1737_page4Calligrapher h6, .stacks_in_1737_page4Calligrapher h5, .stacks_in_1737_page4Calligrapher h4, .stacks_in_1737_page4Calligrapher h3, .stacks_in_1737_page4Calligrapher h2, .stacks_in_1737_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1737_page4Calligrapher, .stacks_in_1737_page4Calligrapher h1, .stacks_in_1737_page4Calligrapher h2, .stacks_in_1737_page4Calligrapher h3, .stacks_in_1737_page4Calligrapher h4, .stacks_in_1737_page4Calligrapher h5, .stacks_in_1737_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1737_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1737_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1737_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1737_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1737_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1741_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1743_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1743_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1743_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1743_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1743_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1743_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1743_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1743_page4Calligrapher h6, .stacks_in_1743_page4Calligrapher h5, .stacks_in_1743_page4Calligrapher h4, .stacks_in_1743_page4Calligrapher h3, .stacks_in_1743_page4Calligrapher h2, .stacks_in_1743_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1743_page4Calligrapher, .stacks_in_1743_page4Calligrapher h1, .stacks_in_1743_page4Calligrapher h2, .stacks_in_1743_page4Calligrapher h3, .stacks_in_1743_page4Calligrapher h4, .stacks_in_1743_page4Calligrapher h5, .stacks_in_1743_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1743_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1743_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1743_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1743_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1743_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1743_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1747_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1749_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1749_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1749_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1749_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1749_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1749_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1749_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1749_page4Calligrapher h6, .stacks_in_1749_page4Calligrapher h5, .stacks_in_1749_page4Calligrapher h4, .stacks_in_1749_page4Calligrapher h3, .stacks_in_1749_page4Calligrapher h2, .stacks_in_1749_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1749_page4Calligrapher, .stacks_in_1749_page4Calligrapher h1, .stacks_in_1749_page4Calligrapher h2, .stacks_in_1749_page4Calligrapher h3, .stacks_in_1749_page4Calligrapher h4, .stacks_in_1749_page4Calligrapher h5, .stacks_in_1749_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1749_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1749_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1749_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1749_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1749_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1749_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1753_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1755_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1755_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1755_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1755_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1755_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1755_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1755_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1755_page4Calligrapher h6, .stacks_in_1755_page4Calligrapher h5, .stacks_in_1755_page4Calligrapher h4, .stacks_in_1755_page4Calligrapher h3, .stacks_in_1755_page4Calligrapher h2, .stacks_in_1755_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1755_page4Calligrapher, .stacks_in_1755_page4Calligrapher h1, .stacks_in_1755_page4Calligrapher h2, .stacks_in_1755_page4Calligrapher h3, .stacks_in_1755_page4Calligrapher h4, .stacks_in_1755_page4Calligrapher h5, .stacks_in_1755_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1755_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1755_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1755_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1755_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1755_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1755_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1759_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1761_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1761_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1761_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1761_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1761_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1761_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1761_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1761_page4Calligrapher h6, .stacks_in_1761_page4Calligrapher h5, .stacks_in_1761_page4Calligrapher h4, .stacks_in_1761_page4Calligrapher h3, .stacks_in_1761_page4Calligrapher h2, .stacks_in_1761_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1761_page4Calligrapher, .stacks_in_1761_page4Calligrapher h1, .stacks_in_1761_page4Calligrapher h2, .stacks_in_1761_page4Calligrapher h3, .stacks_in_1761_page4Calligrapher h4, .stacks_in_1761_page4Calligrapher h5, .stacks_in_1761_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1761_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1761_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1761_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1761_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1761_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1761_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1768_page4 {
	margin:  10px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1769_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1769_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1769_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1769_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1769_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1769_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1769_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1769_page4Calligrapher h6, .stacks_in_1769_page4Calligrapher h5, .stacks_in_1769_page4Calligrapher h4, .stacks_in_1769_page4Calligrapher h3, .stacks_in_1769_page4Calligrapher h2, .stacks_in_1769_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1769_page4Calligrapher, .stacks_in_1769_page4Calligrapher h1, .stacks_in_1769_page4Calligrapher h2, .stacks_in_1769_page4Calligrapher h3, .stacks_in_1769_page4Calligrapher h4, .stacks_in_1769_page4Calligrapher h5, .stacks_in_1769_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1769_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1769_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1769_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1769_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1769_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1773_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1775_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1775_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1775_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1775_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1775_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1775_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1775_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1775_page4Calligrapher h6, .stacks_in_1775_page4Calligrapher h5, .stacks_in_1775_page4Calligrapher h4, .stacks_in_1775_page4Calligrapher h3, .stacks_in_1775_page4Calligrapher h2, .stacks_in_1775_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1775_page4Calligrapher, .stacks_in_1775_page4Calligrapher h1, .stacks_in_1775_page4Calligrapher h2, .stacks_in_1775_page4Calligrapher h3, .stacks_in_1775_page4Calligrapher h4, .stacks_in_1775_page4Calligrapher h5, .stacks_in_1775_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1775_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1775_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1775_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1775_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1775_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1775_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1779_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1781_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1781_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1781_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1781_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1781_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1781_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1781_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1781_page4Calligrapher h6, .stacks_in_1781_page4Calligrapher h5, .stacks_in_1781_page4Calligrapher h4, .stacks_in_1781_page4Calligrapher h3, .stacks_in_1781_page4Calligrapher h2, .stacks_in_1781_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1781_page4Calligrapher, .stacks_in_1781_page4Calligrapher h1, .stacks_in_1781_page4Calligrapher h2, .stacks_in_1781_page4Calligrapher h3, .stacks_in_1781_page4Calligrapher h4, .stacks_in_1781_page4Calligrapher h5, .stacks_in_1781_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1781_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1781_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1781_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1781_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1781_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1781_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1785_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1787_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1787_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1787_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1787_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1787_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1787_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1787_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1787_page4Calligrapher h6, .stacks_in_1787_page4Calligrapher h5, .stacks_in_1787_page4Calligrapher h4, .stacks_in_1787_page4Calligrapher h3, .stacks_in_1787_page4Calligrapher h2, .stacks_in_1787_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1787_page4Calligrapher, .stacks_in_1787_page4Calligrapher h1, .stacks_in_1787_page4Calligrapher h2, .stacks_in_1787_page4Calligrapher h3, .stacks_in_1787_page4Calligrapher h4, .stacks_in_1787_page4Calligrapher h5, .stacks_in_1787_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1787_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1787_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1787_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1787_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1787_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1787_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1791_page4 {
	background-color: rgba(244, 247, 247, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1793_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1793_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1793_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1793_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1793_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1793_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1793_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1793_page4Calligrapher h6, .stacks_in_1793_page4Calligrapher h5, .stacks_in_1793_page4Calligrapher h4, .stacks_in_1793_page4Calligrapher h3, .stacks_in_1793_page4Calligrapher h2, .stacks_in_1793_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1793_page4Calligrapher, .stacks_in_1793_page4Calligrapher h1, .stacks_in_1793_page4Calligrapher h2, .stacks_in_1793_page4Calligrapher h3, .stacks_in_1793_page4Calligrapher h4, .stacks_in_1793_page4Calligrapher h5, .stacks_in_1793_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1793_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1793_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1793_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1793_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1793_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1793_page4 {
	background-color: rgba(244, 247, 247, 1.00);
}

#stacks_in_1904_page4 {
	margin:  12px;
}

#stacks_in_1905_page4 {
	line-height: 2em;
}

#stacks_in_1699_page4 {
	margin:  20px;
}

#stacks_in_1700_page4 {
	line-height: 2em;
}
#stacks_in_p1962_n1_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_p1962_n1_page4 .jwresp_col{float:none} #stacks_in_p1962_n1_page4 #jwresp_col3_stacks_in_p1962_n1_page4{float:right;width:30%}#stacks_in_p1962_n1_page4 #jwresp_col1_stacks_in_p1962_n1_page4,#stacks_in_p1962_n1_page4 #jwresp_col2_stacks_in_p1962_n1_page4{width:31%;float:left}#stacks_in_p1962_n1_page4 #jwresp_col1_stacks_in_p1962_n1_page4{margin-right:2%}#stacks_in_p1962_n1_page4 #jwresp_col2_stacks_in_p1962_n1_page4{margin-left:2%} @media screen and (max-width:770px){#stacks_in_p1962_n1_page4 #jwresp_col1_stacks_in_p1962_n1_page4,#stacks_in_p1962_n1_page4 #jwresp_col2_stacks_in_p1962_n1_page4{margin:0;margin-bottom:20px}#stacks_in_p1962_n1_page4 #jwresp_col1_stacks_in_p1962_n1_page4{width:48%}#stacks_in_p1962_n1_page4 #jwresp_col2_stacks_in_p1962_n1_page4{float:right;width:48%}#stacks_in_p1962_n1_page4 #jwresp_col3_stacks_in_p1962_n1_page4{float:none;clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_p1962_n1_page4 #jwresp_col1_stacks_in_p1962_n1_page4,#stacks_in_p1962_n1_page4 #jwresp_col3_stacks_in_p1962_n1_page4,#stacks_in_p1962_n1_page4 #jwresp_col2_stacks_in_p1962_n1_page4{float:none;width:100%;display:block}#stacks_in_p1962_n1_page4 #jwresp_col1_stacks_in_p1962_n1_page4,#stacks_in_p1962_n1_page4 #jwresp_col2_stacks_in_p1962_n1_page4{margin-bottom:20px}} 

#stacks_out_p1962_n1_page4 {
	width: 90%;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_p1962_n3_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_p1962_n3_page4 a, #stacks_in_p1962_n3_page4 a:hover, #stacks_in_p1962_n3_page4 a:visited, #stacks_in_p1962_n3_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_p1962_n3_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_p1962_n3_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_p1962_n3_page4 a, #stacks_in_p1962_n3_page4 a:visited, #stacks_in_p1962_n3_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_p1962_n3_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_p1962_n3_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_p1962_n3_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_p1962_n3_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_p1962_n3_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_p1962_n3_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_p1962_n3_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_p1962_n3_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_p1962_n7_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_p1962_n7_page4 a, #stacks_in_p1962_n7_page4 a:hover, #stacks_in_p1962_n7_page4 a:visited, #stacks_in_p1962_n7_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_p1962_n7_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_p1962_n7_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_p1962_n7_page4 a, #stacks_in_p1962_n7_page4 a:visited, #stacks_in_p1962_n7_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_p1962_n7_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_p1962_n7_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_p1962_n7_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_p1962_n7_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_p1962_n7_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_p1962_n7_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_p1962_n7_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_p1962_n7_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_p1962_n11_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_p1962_n11_page4 a, #stacks_in_p1962_n11_page4 a:hover, #stacks_in_p1962_n11_page4 a:visited, #stacks_in_p1962_n11_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_p1962_n11_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_p1962_n11_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_p1962_n11_page4 a, #stacks_in_p1962_n11_page4 a:visited, #stacks_in_p1962_n11_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_p1962_n11_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_p1962_n11_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_p1962_n11_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_p1962_n11_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_p1962_n11_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_p1962_n11_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_p1962_n11_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_p1962_n11_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}
#stacks_in_1260_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1260_page4 .jwresp_col{overflow:hidden;margin:0;width:23%; float:left;}#stacks_in_1260_page4 #jwresp_col2_stacks_in_1260_page4{ float:right; width:77%}@media screen and (max-width:500px){#stacks_in_1260_page4 #jwresp_col1_stacks_in_1260_page4,#stacks_in_1260_page4 #jwresp_col2_stacks_in_1260_page4{width:100%;float:none;display:block}#stacks_in_1260_page4 #jwresp_col1_stacks_in_1260_page4{margin-bottom:15px}}

#stacks_in_1260_page4 {
	margin: 0px 0px 120px 0px;
}
/* Start dooMax stack CSS code */#stacks_in_1261_page4, .stacks_in_1261_page4MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_1261_page4MaxWidthContainer{	    max-width: 250px;	}    .stacks_in_1261_page4MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_1261_page4MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_1261_page4MaxWidthContainer{			margin: 0 auto 0 auto;		}		}@media only screen and (max-width: 480px) {	 	    .stacks_in_1261_page4MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_1261_page4MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code */
#stacks_in_1261_page4 {
	margin: 40px 0px 0px 0px;
}
/* Start dooMax stack CSS code */#stacks_in_1266_page4, .stacks_in_1266_page4MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_1266_page4MaxWidthContainer{	    max-width: 800px;	}    .stacks_in_1266_page4MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_1266_page4MaxWidthContainer{		    max-width: 600px;		}										    .stacks_in_1266_page4MaxWidthContainer{			margin: 0 auto 0 auto;		}		}@media only screen and (max-width: 480px) {	 	    .stacks_in_1266_page4MaxWidthContainer{		    max-width: 600px;		}										    .stacks_in_1266_page4MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code */
#stacks_in_1266_page4 {
	margin: 90px 0px 0px 0px;
}
 #stacks_in_1183_page4{overflow:visible;-webkit-font-smoothing:antialiased;}#stacks_in_1183_page4 .cycler_reel{position:relative;width:100%;overflow:hidden} #stacks_in_1183_page4{visibility:hidden}#stacks_in_1183_page4 .cycler_reel>div.stacks_out{width:100%!important}#stacks_in_1183_page4 .cycler_reel>div.stacks_out:first{visibility:visible}   

#stacks_in_1183_page4 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width:  5px;
	margin: 80px 40px 0px 40px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_674_page4Calligrapher{			font-size: 200% !important;			color: #990066 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_674_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_674_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_674_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_674_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_674_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_674_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_674_page4Calligrapher h6, .stacks_in_674_page4Calligrapher h5, .stacks_in_674_page4Calligrapher h4, .stacks_in_674_page4Calligrapher h3, .stacks_in_674_page4Calligrapher h2, .stacks_in_674_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_674_page4Calligrapher, .stacks_in_674_page4Calligrapher h1, .stacks_in_674_page4Calligrapher h2, .stacks_in_674_page4Calligrapher h3, .stacks_in_674_page4Calligrapher h4, .stacks_in_674_page4Calligrapher h5, .stacks_in_674_page4Calligrapher h6{	font-family: "amatic sc" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_674_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_674_page4Calligrapher a:link{			color: #DE2085 !important;			text-decoration: none !important;		}				.stacks_in_674_page4Calligrapher a:visited{			color: #DE2085 !important;		}				.stacks_in_674_page4Calligrapher a:active{			color: #DE2085 !important;		}				.stacks_in_674_page4Calligrapher a:hover{			color: #990066 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_674_page4 {
	margin: 40px 0px 20px 0px;
}

#stacks_in_675_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 15px 0px 0px 0px;
}
#stacks_in_1496_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1496_page4 .jwresp_col{float:none} #stacks_in_1496_page4 #jwresp_col3_stacks_in_1496_page4{float:right;width:30%}#stacks_in_1496_page4 #jwresp_col1_stacks_in_1496_page4,#stacks_in_1496_page4 #jwresp_col2_stacks_in_1496_page4{width:31%;float:left}#stacks_in_1496_page4 #jwresp_col1_stacks_in_1496_page4{margin-right:2%}#stacks_in_1496_page4 #jwresp_col2_stacks_in_1496_page4{margin-left:2%} @media screen and (max-width:770px){#stacks_in_1496_page4 #jwresp_col1_stacks_in_1496_page4,#stacks_in_1496_page4 #jwresp_col2_stacks_in_1496_page4{margin:0;margin-bottom:20px}#stacks_in_1496_page4 #jwresp_col1_stacks_in_1496_page4{width:48%}#stacks_in_1496_page4 #jwresp_col2_stacks_in_1496_page4{float:right;width:48%}#stacks_in_1496_page4 #jwresp_col3_stacks_in_1496_page4{float:none;clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1496_page4 #jwresp_col1_stacks_in_1496_page4,#stacks_in_1496_page4 #jwresp_col3_stacks_in_1496_page4,#stacks_in_1496_page4 #jwresp_col2_stacks_in_1496_page4{float:none;width:100%;display:block}#stacks_in_1496_page4 #jwresp_col1_stacks_in_1496_page4,#stacks_in_1496_page4 #jwresp_col2_stacks_in_1496_page4{margin-bottom:20px}} 

#stacks_in_1497_page4 {
	background-color: rgba(211, 219, 225, 1.00);
	padding:  12px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1499_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1499_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1499_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1499_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1499_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1499_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1499_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1499_page4Calligrapher h6, .stacks_in_1499_page4Calligrapher h5, .stacks_in_1499_page4Calligrapher h4, .stacks_in_1499_page4Calligrapher h3, .stacks_in_1499_page4Calligrapher h2, .stacks_in_1499_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1499_page4Calligrapher, .stacks_in_1499_page4Calligrapher h1, .stacks_in_1499_page4Calligrapher h2, .stacks_in_1499_page4Calligrapher h3, .stacks_in_1499_page4Calligrapher h4, .stacks_in_1499_page4Calligrapher h5, .stacks_in_1499_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1499_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1499_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1499_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1499_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1499_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_681_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_684_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_684_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_684_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_684_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_684_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_684_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_684_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_684_page4Calligrapher h6, .stacks_in_684_page4Calligrapher h5, .stacks_in_684_page4Calligrapher h4, .stacks_in_684_page4Calligrapher h3, .stacks_in_684_page4Calligrapher h2, .stacks_in_684_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_684_page4Calligrapher, .stacks_in_684_page4Calligrapher h1, .stacks_in_684_page4Calligrapher h2, .stacks_in_684_page4Calligrapher h3, .stacks_in_684_page4Calligrapher h4, .stacks_in_684_page4Calligrapher h5, .stacks_in_684_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_684_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_684_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_684_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_684_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_684_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_684_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1047_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1033_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1033_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1033_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1033_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1033_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1033_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1033_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1033_page4Calligrapher h6, .stacks_in_1033_page4Calligrapher h5, .stacks_in_1033_page4Calligrapher h4, .stacks_in_1033_page4Calligrapher h3, .stacks_in_1033_page4Calligrapher h2, .stacks_in_1033_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1033_page4Calligrapher, .stacks_in_1033_page4Calligrapher h1, .stacks_in_1033_page4Calligrapher h2, .stacks_in_1033_page4Calligrapher h3, .stacks_in_1033_page4Calligrapher h4, .stacks_in_1033_page4Calligrapher h5, .stacks_in_1033_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1033_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1033_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1033_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1033_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1033_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1033_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1045_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1037_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1037_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1037_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1037_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1037_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1037_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1037_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1037_page4Calligrapher h6, .stacks_in_1037_page4Calligrapher h5, .stacks_in_1037_page4Calligrapher h4, .stacks_in_1037_page4Calligrapher h3, .stacks_in_1037_page4Calligrapher h2, .stacks_in_1037_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1037_page4Calligrapher, .stacks_in_1037_page4Calligrapher h1, .stacks_in_1037_page4Calligrapher h2, .stacks_in_1037_page4Calligrapher h3, .stacks_in_1037_page4Calligrapher h4, .stacks_in_1037_page4Calligrapher h5, .stacks_in_1037_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1037_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1037_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1037_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1037_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1037_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1037_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1049_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1041_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1041_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1041_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1041_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1041_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1041_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1041_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1041_page4Calligrapher h6, .stacks_in_1041_page4Calligrapher h5, .stacks_in_1041_page4Calligrapher h4, .stacks_in_1041_page4Calligrapher h3, .stacks_in_1041_page4Calligrapher h2, .stacks_in_1041_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1041_page4Calligrapher, .stacks_in_1041_page4Calligrapher h1, .stacks_in_1041_page4Calligrapher h2, .stacks_in_1041_page4Calligrapher h3, .stacks_in_1041_page4Calligrapher h4, .stacks_in_1041_page4Calligrapher h5, .stacks_in_1041_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1041_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1041_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1041_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1041_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1041_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1041_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_721_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_721_page4 a, #stacks_in_721_page4 a:hover, #stacks_in_721_page4 a:visited, #stacks_in_721_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_721_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_721_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_721_page4 a, #stacks_in_721_page4 a:visited, #stacks_in_721_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_721_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_721_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_721_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_721_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_721_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_721_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_721_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_721_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_1530_page4 {
	background-color: rgba(211, 219, 225, 1.00);
	padding:  12px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1531_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1531_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1531_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1531_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1531_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1531_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1531_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1531_page4Calligrapher h6, .stacks_in_1531_page4Calligrapher h5, .stacks_in_1531_page4Calligrapher h4, .stacks_in_1531_page4Calligrapher h3, .stacks_in_1531_page4Calligrapher h2, .stacks_in_1531_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1531_page4Calligrapher, .stacks_in_1531_page4Calligrapher h1, .stacks_in_1531_page4Calligrapher h2, .stacks_in_1531_page4Calligrapher h3, .stacks_in_1531_page4Calligrapher h4, .stacks_in_1531_page4Calligrapher h5, .stacks_in_1531_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1531_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1531_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1531_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1531_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1531_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1535_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1537_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1537_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1537_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1537_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1537_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1537_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1537_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1537_page4Calligrapher h6, .stacks_in_1537_page4Calligrapher h5, .stacks_in_1537_page4Calligrapher h4, .stacks_in_1537_page4Calligrapher h3, .stacks_in_1537_page4Calligrapher h2, .stacks_in_1537_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1537_page4Calligrapher, .stacks_in_1537_page4Calligrapher h1, .stacks_in_1537_page4Calligrapher h2, .stacks_in_1537_page4Calligrapher h3, .stacks_in_1537_page4Calligrapher h4, .stacks_in_1537_page4Calligrapher h5, .stacks_in_1537_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1537_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1537_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1537_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1537_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1537_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1537_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1541_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1543_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1543_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1543_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1543_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1543_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1543_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1543_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1543_page4Calligrapher h6, .stacks_in_1543_page4Calligrapher h5, .stacks_in_1543_page4Calligrapher h4, .stacks_in_1543_page4Calligrapher h3, .stacks_in_1543_page4Calligrapher h2, .stacks_in_1543_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1543_page4Calligrapher, .stacks_in_1543_page4Calligrapher h1, .stacks_in_1543_page4Calligrapher h2, .stacks_in_1543_page4Calligrapher h3, .stacks_in_1543_page4Calligrapher h4, .stacks_in_1543_page4Calligrapher h5, .stacks_in_1543_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1543_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1543_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1543_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1543_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1543_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1543_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1547_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1549_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1549_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1549_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1549_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1549_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1549_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1549_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1549_page4Calligrapher h6, .stacks_in_1549_page4Calligrapher h5, .stacks_in_1549_page4Calligrapher h4, .stacks_in_1549_page4Calligrapher h3, .stacks_in_1549_page4Calligrapher h2, .stacks_in_1549_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1549_page4Calligrapher, .stacks_in_1549_page4Calligrapher h1, .stacks_in_1549_page4Calligrapher h2, .stacks_in_1549_page4Calligrapher h3, .stacks_in_1549_page4Calligrapher h4, .stacks_in_1549_page4Calligrapher h5, .stacks_in_1549_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1549_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1549_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1549_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1549_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1549_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1549_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1553_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1555_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1555_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1555_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1555_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1555_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1555_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1555_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1555_page4Calligrapher h6, .stacks_in_1555_page4Calligrapher h5, .stacks_in_1555_page4Calligrapher h4, .stacks_in_1555_page4Calligrapher h3, .stacks_in_1555_page4Calligrapher h2, .stacks_in_1555_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1555_page4Calligrapher, .stacks_in_1555_page4Calligrapher h1, .stacks_in_1555_page4Calligrapher h2, .stacks_in_1555_page4Calligrapher h3, .stacks_in_1555_page4Calligrapher h4, .stacks_in_1555_page4Calligrapher h5, .stacks_in_1555_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1555_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1555_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1555_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1555_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1555_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1555_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_1559_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_1559_page4 a, #stacks_in_1559_page4 a:hover, #stacks_in_1559_page4 a:visited, #stacks_in_1559_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_1559_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_1559_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_1559_page4 a, #stacks_in_1559_page4 a:visited, #stacks_in_1559_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_1559_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_1559_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_1559_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_1559_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_1559_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_1559_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_1559_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_1559_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_1637_page4 {
	background-color: rgba(211, 219, 225, 1.00);
	padding:  12px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1638_page4Calligrapher{			font-size: 250% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1638_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1638_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1638_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1638_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1638_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1638_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1638_page4Calligrapher h6, .stacks_in_1638_page4Calligrapher h5, .stacks_in_1638_page4Calligrapher h4, .stacks_in_1638_page4Calligrapher h3, .stacks_in_1638_page4Calligrapher h2, .stacks_in_1638_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1638_page4Calligrapher, .stacks_in_1638_page4Calligrapher h1, .stacks_in_1638_page4Calligrapher h2, .stacks_in_1638_page4Calligrapher h3, .stacks_in_1638_page4Calligrapher h4, .stacks_in_1638_page4Calligrapher h5, .stacks_in_1638_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1638_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1638_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1638_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1638_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1638_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1642_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1644_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1644_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1644_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1644_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1644_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1644_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1644_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1644_page4Calligrapher h6, .stacks_in_1644_page4Calligrapher h5, .stacks_in_1644_page4Calligrapher h4, .stacks_in_1644_page4Calligrapher h3, .stacks_in_1644_page4Calligrapher h2, .stacks_in_1644_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1644_page4Calligrapher, .stacks_in_1644_page4Calligrapher h1, .stacks_in_1644_page4Calligrapher h2, .stacks_in_1644_page4Calligrapher h3, .stacks_in_1644_page4Calligrapher h4, .stacks_in_1644_page4Calligrapher h5, .stacks_in_1644_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1644_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1644_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1644_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1644_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1644_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1644_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1648_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1650_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1650_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1650_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1650_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1650_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1650_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1650_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1650_page4Calligrapher h6, .stacks_in_1650_page4Calligrapher h5, .stacks_in_1650_page4Calligrapher h4, .stacks_in_1650_page4Calligrapher h3, .stacks_in_1650_page4Calligrapher h2, .stacks_in_1650_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1650_page4Calligrapher, .stacks_in_1650_page4Calligrapher h1, .stacks_in_1650_page4Calligrapher h2, .stacks_in_1650_page4Calligrapher h3, .stacks_in_1650_page4Calligrapher h4, .stacks_in_1650_page4Calligrapher h5, .stacks_in_1650_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1650_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1650_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1650_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1650_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1650_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1650_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1654_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1656_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1656_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1656_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1656_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1656_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1656_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1656_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1656_page4Calligrapher h6, .stacks_in_1656_page4Calligrapher h5, .stacks_in_1656_page4Calligrapher h4, .stacks_in_1656_page4Calligrapher h3, .stacks_in_1656_page4Calligrapher h2, .stacks_in_1656_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1656_page4Calligrapher, .stacks_in_1656_page4Calligrapher h1, .stacks_in_1656_page4Calligrapher h2, .stacks_in_1656_page4Calligrapher h3, .stacks_in_1656_page4Calligrapher h4, .stacks_in_1656_page4Calligrapher h5, .stacks_in_1656_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1656_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1656_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1656_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1656_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1656_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1656_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_1660_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1662_page4Calligrapher{			font-size: 180% !important;			color: #2C4B51 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.0em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1662_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1662_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1662_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1662_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1662_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1662_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1662_page4Calligrapher h6, .stacks_in_1662_page4Calligrapher h5, .stacks_in_1662_page4Calligrapher h4, .stacks_in_1662_page4Calligrapher h3, .stacks_in_1662_page4Calligrapher h2, .stacks_in_1662_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- *//* -----------------------------------------    Serifs   ----------------------------------------- */ .stacks_in_1662_page4Calligrapher, .stacks_in_1662_page4Calligrapher h1, .stacks_in_1662_page4Calligrapher h2, .stacks_in_1662_page4Calligrapher h3, .stacks_in_1662_page4Calligrapher h4, .stacks_in_1662_page4Calligrapher h5, .stacks_in_1662_page4Calligrapher h6{	font-family: "Rokkitt" !important;}/* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1662_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1662_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1662_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1662_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1662_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1662_page4 {
	background-color: rgba(255, 255, 255, 1.00);
}
/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_1666_page4buttonPressWrapper{
	position: relative !important;
}

#stacks_in_1666_page4 a, #stacks_in_1666_page4 a:hover, #stacks_in_1666_page4 a:visited, #stacks_in_1666_page4 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_1666_page4button{
	position: relative !important;
	display: inline-block !important;
	width: 100% !important;
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FC2B5B !important;
	background-color: #FFFFFF !important;
	border-color: #D8D8D8 !important;
	box-sizing: border-box !important;
}

.stacks_in_1666_page4button:hover{
	color: #FFFFFF !important;
	background-color: #FC2B5B !important;
	border-color: #D6244D !important;
}

#stacks_in_1666_page4 a, #stacks_in_1666_page4 a:visited, #stacks_in_1666_page4 a:active{
	color: #FC2B5B !important;
}

#stacks_in_1666_page4 a:hover{
	color: #FFFFFF !important;
}


















	/* -- TYPE FLAT LARGE OVERRIDE -- */
	.stacks_in_1666_page4button{
		border-color: #FFFFFF !important;
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.stacks_in_1666_page4button:hover{
		border-color: #FC2B5B !important;
	}
	





















.stacks_in_1666_page4buttonPressWrapper *{
	border-radius: 0 !important;
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_1666_page4buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_1666_page4buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_1666_page4buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_1666_page4 {
	border: solid rgba(252, 43, 91, 1.00);
	border-width:  1px;
	margin: 20px 0px 0px 0px;
}

#stacks_in_723_page4 {
	margin: 30px 0px 70px 0px;
}

#stacks_in_724_page4 {
	line-height: 2em;
}
#stacks_in_1410_page4 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_1410_page4 .jwresp_col{overflow:hidden;margin:0 3%; width:14.4%; float:none}#stacks_in_1410_page4 #jwresp_col1_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col2_stacks_in_1410_page4{float:left}#stacks_in_1410_page4 #jwresp_col4_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col5_stacks_in_1410_page4{float:right}#stacks_in_1410_page4 #jwresp_col1_stacks_in_1410_page4{margin-left:0}#stacks_in_1410_page4 #jwresp_col5_stacks_in_1410_page4{margin-right:0}#stacks_in_1410_page4 #jwresp_col3_stacks_in_1410_page4{margin:0 auto;float:none}#stacks_in_1410_page4 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_1410_page4 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_1410_page4 #jwresp_col1_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col2_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col3_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col4_stacks_in_1410_page4{margin:0}#stacks_in_1410_page4 #jwresp_col5_stacks_in_1410_page4{position:relative;margin:0 auto;float:none;width:28%}#stacks_in_1410_page4 #jwresp_col1_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col2_stacks_in_1410_page4{width:30%}#stacks_in_1410_page4 #jwresp_col1_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col4_stacks_in_1410_page4{float:left}#stacks_in_1410_page4 #jwresp_col2_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col3_stacks_in_1410_page4{float:right}#stacks_in_1410_page4 #jwresp_col4_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col3_stacks_in_1410_page4{width:47%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_1410_page4 #jwresp_col1_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col2_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col3_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col4_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col5_stacks_in_1410_page4{width:100%;display:block;margin:0}#stacks_in_1410_page4 #jwresp_col1_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col2_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col4_stacks_in_1410_page4,#stacks_in_1410_page4 #jwresp_col5_stacks_in_1410_page4{margin-bottom:15px}}

#stacks_in_1410_page4 {
	margin: 20px 0px 30px 0px;
}

#stacks_in_p1411_n1_page4 {
	margin: 0px 0px 9px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1412_page4Calligrapher{			font-size: 170% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1412_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1412_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1412_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1412_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1412_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1412_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1412_page4Calligrapher h6, .stacks_in_1412_page4Calligrapher h5, .stacks_in_1412_page4Calligrapher h4, .stacks_in_1412_page4Calligrapher h3, .stacks_in_1412_page4Calligrapher h2, .stacks_in_1412_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1412_page4Calligrapher, .stacks_in_1412_page4Calligrapher h1, .stacks_in_1412_page4Calligrapher h2, .stacks_in_1412_page4Calligrapher h3, .stacks_in_1412_page4Calligrapher h4, .stacks_in_1412_page4Calligrapher h5, .stacks_in_1412_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1412_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1412_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1412_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1412_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1412_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1413_page4 {
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1418_page4Calligrapher{			font-size: 170% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1418_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1418_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1418_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1418_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1418_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1418_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1418_page4Calligrapher h6, .stacks_in_1418_page4Calligrapher h5, .stacks_in_1418_page4Calligrapher h4, .stacks_in_1418_page4Calligrapher h3, .stacks_in_1418_page4Calligrapher h2, .stacks_in_1418_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1418_page4Calligrapher, .stacks_in_1418_page4Calligrapher h1, .stacks_in_1418_page4Calligrapher h2, .stacks_in_1418_page4Calligrapher h3, .stacks_in_1418_page4Calligrapher h4, .stacks_in_1418_page4Calligrapher h5, .stacks_in_1418_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1418_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1418_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1418_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1418_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1418_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1419_page4 {
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1424_page4Calligrapher{			font-size: 170% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1424_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1424_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1424_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1424_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1424_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1424_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1424_page4Calligrapher h6, .stacks_in_1424_page4Calligrapher h5, .stacks_in_1424_page4Calligrapher h4, .stacks_in_1424_page4Calligrapher h3, .stacks_in_1424_page4Calligrapher h2, .stacks_in_1424_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1424_page4Calligrapher, .stacks_in_1424_page4Calligrapher h1, .stacks_in_1424_page4Calligrapher h2, .stacks_in_1424_page4Calligrapher h3, .stacks_in_1424_page4Calligrapher h4, .stacks_in_1424_page4Calligrapher h5, .stacks_in_1424_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1424_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1424_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1424_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1424_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1424_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1425_page4 {
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1430_page4Calligrapher{			font-size: 170% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1430_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1430_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1430_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1430_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1430_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1430_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1430_page4Calligrapher h6, .stacks_in_1430_page4Calligrapher h5, .stacks_in_1430_page4Calligrapher h4, .stacks_in_1430_page4Calligrapher h3, .stacks_in_1430_page4Calligrapher h2, .stacks_in_1430_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1430_page4Calligrapher, .stacks_in_1430_page4Calligrapher h1, .stacks_in_1430_page4Calligrapher h2, .stacks_in_1430_page4Calligrapher h3, .stacks_in_1430_page4Calligrapher h4, .stacks_in_1430_page4Calligrapher h5, .stacks_in_1430_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1430_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1430_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1430_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1430_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1430_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1431_page4 {
	margin: 10px 0px 0px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1436_page4Calligrapher{			font-size: 170% !important;			color: #333333 !important;			font-weight:   bold !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1436_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1436_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1436_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1436_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1436_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1436_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1436_page4Calligrapher h6, .stacks_in_1436_page4Calligrapher h5, .stacks_in_1436_page4Calligrapher h4, .stacks_in_1436_page4Calligrapher h3, .stacks_in_1436_page4Calligrapher h2, .stacks_in_1436_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1436_page4Calligrapher, .stacks_in_1436_page4Calligrapher h1, .stacks_in_1436_page4Calligrapher h2, .stacks_in_1436_page4Calligrapher h3, .stacks_in_1436_page4Calligrapher h4, .stacks_in_1436_page4Calligrapher h5, .stacks_in_1436_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1436_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1436_page4Calligrapher a:link{			color: #124A7A !important;			text-decoration: none !important;		}				.stacks_in_1436_page4Calligrapher a:visited{			color: #124A7A !important;		}				.stacks_in_1436_page4Calligrapher a:active{			color: #124A7A !important;		}				.stacks_in_1436_page4Calligrapher a:hover{			color: #1C72BD !important;			text-decoration: underline !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1437_page4 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_1966_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1966_page4 .jwresp_col{float:none} #stacks_in_1966_page4 #jwresp_col2_stacks_in_1966_page4{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_1966_page4 #jwresp_col1_stacks_in_1966_page4,#stacks_in_1966_page4 #jwresp_col3_stacks_in_1966_page4{width:32%}#stacks_in_1966_page4 #jwresp_col1_stacks_in_1966_page4{float:left}#stacks_in_1966_page4 #jwresp_col3_stacks_in_1966_page4{float:right} @media screen and (max-width:770px){#stacks_in_1966_page4 #jwresp_col1_stacks_in_1966_page4,#stacks_in_1966_page4 #jwresp_col3_stacks_in_1966_page4{margin-bottom:20px}#stacks_in_1966_page4 #jwresp_col1_stacks_in_1966_page4{width:49%}#stacks_in_1966_page4 #jwresp_col3_stacks_in_1966_page4{width:49%}#stacks_in_1966_page4 #jwresp_col2_stacks_in_1966_page4{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_1966_page4 #jwresp_col1_stacks_in_1966_page4,#stacks_in_1966_page4 #jwresp_col3_stacks_in_1966_page4,#stacks_in_1966_page4 #jwresp_col2_stacks_in_1966_page4{float:none;width:100%;display:block}#stacks_in_1966_page4 #jwresp_col1_stacks_in_1966_page4,#stacks_in_1966_page4 #jwresp_col3_stacks_in_1966_page4{margin-bottom:20px}} 

#stacks_in_1966_page4 {
	margin: 100px 0px 100px 0px;
}
/* Start Calligrapher stack CSS code *//* -----------------------------------------    Main Body Text Global Styles   ----------------------------------------- */			.stacks_in_1051_page4Calligrapher{			font-size: 200% !important;			color: #990066 !important;			font-weight:   normal !important;			font-style: normal !important;			line-height: 1.2em !important;			font-variant: normal !important;			letter-spacing: 0px !important;			word-spacing: 0 !important;			text-indent:none;			text-align: left !important;		}				.stacks_in_1051_page4Calligrapher h1{			font-size: 2em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1051_page4Calligrapher h2{			font-size: 1.7em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1051_page4Calligrapher h3{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1051_page4Calligrapher h4{			font-size: 1.5em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1051_page4Calligrapher h5{			font-size: 1.3em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1051_page4Calligrapher h6{			font-size: 1.1em !important;			line-height: normal;			font-weight: bold !important;		}		.stacks_in_1051_page4Calligrapher h6, .stacks_in_1051_page4Calligrapher h5, .stacks_in_1051_page4Calligrapher h4, .stacks_in_1051_page4Calligrapher h3, .stacks_in_1051_page4Calligrapher h2, .stacks_in_1051_page4Calligrapher h1{			color: #333333 !important;		}	/* -----------------------------------------    Google   ----------------------------------------- */ .stacks_in_1051_page4Calligrapher, .stacks_in_1051_page4Calligrapher h1, .stacks_in_1051_page4Calligrapher h2, .stacks_in_1051_page4Calligrapher h3, .stacks_in_1051_page4Calligrapher h4, .stacks_in_1051_page4Calligrapher h5, .stacks_in_1051_page4Calligrapher h6{	font-family: "Amatic SC" !important;}/* -----------------------------------------    Serifs   ----------------------------------------- *//* -----------------------------------------    Sans   ----------------------------------------- *//* -----------------------------------------    Display   ----------------------------------------- *//* -----------------------------------------    Handwriting   ----------------------------------------- *//* -----------------------------------------    Universal   ----------------------------------------- *//* -----------------------------------------    Custom   ----------------------------------------- *//* -----------------------------------------    Text Shadow   ----------------------------------------- *//* -----------------------------------------    Drop Zone Managment   ----------------------------------------- */.stacks_in_1051_page4targetNote{	display: none;}/* -----------------------------------------    Links Managment   ----------------------------------------- */		.stacks_in_1051_page4Calligrapher a:link{			color: #DE2085 !important;			text-decoration: none !important;		}				.stacks_in_1051_page4Calligrapher a:visited{			color: #DE2085 !important;		}				.stacks_in_1051_page4Calligrapher a:active{			color: #DE2085 !important;		}				.stacks_in_1051_page4Calligrapher a:hover{			color: #990066 !important;			text-decoration: none !important;		}/* End Calligrapher stack CSS code */
#stacks_in_1052_page4 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_p1019_n1_page4 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_p1019_n1_page4 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_p1019_n1_page4 #jwresp_col2_stacks_in_p1019_n1_page4{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_p1019_n1_page4 #jwresp_col1_stacks_in_p1019_n1_page4,#stacks_in_p1019_n1_page4 #jwresp_col2_stacks_in_p1019_n1_page4{width:100%;float:none;display:block}#stacks_in_p1019_n1_page4 #jwresp_col1_stacks_in_p1019_n1_page4{margin-bottom:15px}}

#stacks_in_p1019_n1_page4 {
	margin: 70px 0px 50px 0px;
}
/* Start dooMap 2 stack each CSS code */#stacks_in_p1019_n2_page4map img {    max-width: none !important; }#stacks_in_p1019_n2_page4 .gm-style-iw{	color: #444 !important;}.gmnoprint img {    max-width: none !important; }.stacks_in_p1019_n2_page4error{	position: relative;	background: #ffeaea;	padding: 0;	margin: 0;}.dooMapErrorColour{	color: red;}#stacks_in_p1019_n2_page4map{	height: 400px;	}@media all and (max-width: 1024px) {	#stacks_in_p1019_n2_page4map{		height: 266.399994px;	}}@media all and (max-width: 480px) {	#stacks_in_p1019_n2_page4map{		height: 200.000000px;	}}.dooMapClearer{	clear: both;	height: 0;	margin: 0;	padding: 0;}#stacks_in_p1019_n2_page4directions{	position: relative;	background: #fff;	display: none;	border: 1px solid #ccc;	border-radius: 2px;	padding: 10px;	color: #444;}.stacks_in_p1019_n2_page4directionsHeader{	display: inline-block !important;	font-size: 20px;	line-height: 22px;	font-weight: bold;	margin-right: 40px;}.dooDirectionsButton{	background: #fff;	border: 1px solid #ccc;	padding: 0 10px 0 10px;	font-size: 14px;	line-height: 22px;	border-radius: 2px;	cursor: pointer;	margin: 0;	color: #444;}.stacks_in_p1019_n2_page4cancel{	position: absolute;	top: 10px;	right: 10px;	font-size: 24px !important;	padding: 0 0 0 6px;	margin: 0;	border: none !important;}.directions_location_wrapper{	background: #ddd;	padding: 6px 10px 6px 10px;	border: 1px solid #ccc;	border-radius: 2px;	margin-top: 10px;	font-size: 14px;	line-height: 22px;}.directions_location_wrapper:hover{	background: #f4f4f4;}.dooDirectionsShow{	display: inline-block;}.dooDirectionsResultsWrapper{	display: none;	background: #fff;	padding: 10px;	border: 1px solid #ccc;	border-radius: 2px;	margin-top: 10px;}.dooMapInstruction{	border-bottom: 1px solid #ccc;	padding-bottom: 4px;}.dooMapInstructionDistance{	padding-top: 4px;	font-weight: bold;}.dooDirectionsSharingWrapper{	display: none;}.stacks_in_p1019_n2_page4print, .stacks_in_p1019_n2_page4email, .stacks_in_p1019_n2_page4google{	position: relative;	display: inline-block;	margin-top: 8px !important;	margin-right: 3px !important;}	#stacks_in_p1019_n2_page4 .dooMapLocation{		display: none;	}/* End dooMap 2 stack each CSS code */
#stacks_in_p1019_n2_page4 {
	background-color: rgba(255, 255, 255, 1.00);
	border: solid rgba(92, 127, 148, 1.00);
	border-width:  3px;
	margin: 20px 0px 0px 0px;
}
/* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start dooMax stack CSS code */#stacks_in_p1019_n16_page4, .stacks_in_p1019_n16_page4MaxWidthContainer{	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}     .stacks_in_p1019_n16_page4MaxWidthContainer{	    max-width: 600px;	}    .stacks_in_p1019_n16_page4MaxWidthContainer{		margin: 0 auto 0 auto;	}@media only screen and (max-width: 1024px) {	 	    .stacks_in_p1019_n16_page4MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_p1019_n16_page4MaxWidthContainer{			margin: 0 auto 0 auto;		}		}@media only screen and (max-width: 480px) {	 	    .stacks_in_p1019_n16_page4MaxWidthContainer{		    max-width: 960px;		}										    .stacks_in_p1019_n16_page4MaxWidthContainer{			margin: 0 auto 0 auto;		}		}/* End dooMax stack CSS code */
#stacks_in_p1019_n9_page4 {
	margin: 0px 30px 0px 30px;
}

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

#stacks_in_p1019_n12_page4 {
	line-height: 3em;
}

#stacks_in_p1020_n2_page4 {
	font-size: 70%;
}
