.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}
@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

#noticeContainer_stacks_in_925 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_925 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_925 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_925 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 0px;
  max-height: 70%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto;
  visibility: hidden;
  /*  */
  z-index: 999999;
  /*  */
  max-width: 100%;
  /*  */
  /*  */
  /*  */
  /*  */
  top: 0px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  margin-left: auto;
  margin-right: auto;
  /*  */
  /*  */
  /*  */
  /*  */
  background: rgba(30, 31, 41, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Nunito";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0px 0px 0px 0px; }
  #notice_stacks_in_925.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_925.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_925.cookie-hide {
    display: none; }

#notice_stacks_in_925 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  padding: 10px 10px 35px 10px; }

#notice_stacks_in_925 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 960px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px 10px 35px 10px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  /*  */
  /*  */ }
  #notice_stacks_in_925 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 16px;
    line-height: 22px; }
  #notice_stacks_in_925 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_925 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_925 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_925 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_925 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_925 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_925 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_925 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_925 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_925 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_925 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_925 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_925 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_925 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_925 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_925 .notice-action div {
      height: 50%;
      width: 100%; } }

/*  */
@media all and (-ms-high-contrast: none) {
  #notice_stacks_in_925 {
    width: 100%; }
    #notice_stacks_in_925 *::-ms-backdrop, #notice_stacks_in_925 #notice_stacks_in_925 {
      width: 100%; } }

/*  */

#stacks_in_729_2 {
	padding:  10px;
}

#last_updated_stacks_in_729_3 {
	
	text-align: center;
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_248 {
	font-size: 85%;
}
#stacks_in_251 .fg-content.fg-full-height{height:100%}#stacks_in_251 .slides-container{margin:0}#stacks_in_251 .slides-container > li{margin:0}#stacks_in_251 .slides-container > li::before,#stacks_in_251 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 80ms ease}#stacks_in_251 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_251 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_251 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_251 .impact-wrapper{z-index:0}#stacks_in_251 .impact-wrapper.fill-container{min-width:100%}#stacks_in_251 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_251 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_251 .impact-wrapper.fixed-height{height:500px;width:100%;min-width:100%}#stacks_in_251 .impact-wrapper.flexible-height{height:100vh;min-height:400px;width:100%;min-width:100%}#stacks_in_251 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_251 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_251 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_251 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_251 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_251 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_251 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_251 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_251 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_251 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_251 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_251 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_251 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_251 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_251 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_251 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_251 .impact-container{z-index:5}#stacks_in_251 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.70);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_251 .scrollDown{transform:scale(0.70)}}#stacks_in_251 .scrollDown.button-bottom{bottom:30px}#stacks_in_251 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_251 .scrollDown.hide-on-mob{display:none}}#stacks_in_251 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.85);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.96);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);transition:all 90ms ease}#stacks_in_251 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_251 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_251 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_251 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:2px}#stacks_in_251 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_251 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_251 .slides-pagination > a{transition:all 1500ms ease}#stacks_in_251 .slides-pagination > a.current{transition:all 1500ms ease}
#stacks_in_361 .impact-slide{background-image:url("../files/slideshowImage-361.jpg")}.slide-stacks_in_361 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_361 .impact-container.h-right{right:0px}.slide-stacks_in_361 .impact-container.h-left{left:0px}.slide-stacks_in_361 .impact-container.v-top{top:0px}

#stacks_in_366 {
	font-size: 150%;
}
#stacks_in_604 .impact-slide{background-image:url("../files/slideshowImage-604.jpg")}.slide-stacks_in_604 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_604 .impact-container.h-right{right:0px}.slide-stacks_in_604 .impact-container.h-left{left:0px}.slide-stacks_in_604 .impact-container.v-top{top:0px}

#stacks_in_607 {
	font-size: 150%;
}
#stacks_in_580 .impact-slide{background-image:url("../files/slideshowImage-580.jpg")}.slide-stacks_in_580 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_580 .impact-container.h-right{right:0px}.slide-stacks_in_580 .impact-container.h-left{left:0px}.slide-stacks_in_580 .impact-container.v-top{top:0px}

#stacks_in_583 {
	font-size: 150%;
}
#stacks_in_353 .impact-slide{background-image:url("../files/slideshowImage-353.jpg")}.slide-stacks_in_353 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_353 .impact-container.h-right{right:0px}.slide-stacks_in_353 .impact-container.h-left{left:0px}.slide-stacks_in_353 .impact-container.v-top{top:0px}

#stacks_in_356 {
	font-size: 150%;
}
#stacks_in_357 .impact-slide{background-image:url("../files/slideshowImage-357.jpg")}.slide-stacks_in_357 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_357 .impact-container.h-right{right:0px}.slide-stacks_in_357 .impact-container.h-left{left:0px}.slide-stacks_in_357 .impact-container.v-top{top:0px}

#stacks_in_360 {
	font-size: 150%;
}
#stacks_in_252 .impact-slide{background-image:url("../files/slideshowImage-252.jpg")}.slide-stacks_in_252 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_252 .impact-container.h-right{right:0px}.slide-stacks_in_252 .impact-container.h-left{left:0px}.slide-stacks_in_252 .impact-container.v-top{top:0px}

#stacks_in_260 {
	font-size: 150%;
}
#stacks_in_254 .impact-slide{background-image:url("../files/slideshowImage-254.jpg")}.slide-stacks_in_254 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_254 .impact-container.h-right{right:0px}.slide-stacks_in_254 .impact-container.h-left{left:0px}.slide-stacks_in_254 .impact-container.v-top{top:0px}

#stacks_in_268 {
	font-size: 150%;
}
#stacks_in_367 .impact-slide{background-image:url("../files/slideshowImage-367.jpg")}.slide-stacks_in_367 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_367 .impact-container.h-right{right:0px}.slide-stacks_in_367 .impact-container.h-left{left:0px}.slide-stacks_in_367 .impact-container.v-top{top:0px}

#stacks_in_370 {
	font-size: 150%;
}
#stacks_in_258 .impact-slide{background-image:url("../files/slideshowImage-258.jpg")}.slide-stacks_in_258 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_258 .impact-container.h-right{right:0px}.slide-stacks_in_258 .impact-container.h-left{left:0px}.slide-stacks_in_258 .impact-container.v-top{top:0px}

#stacks_in_273 {
	font-size: 150%;
}
#stacks_in_274 .impact-slide{background-image:url("../files/slideshowImage-274.jpg")}.slide-stacks_in_274 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_274 .impact-container.h-right{right:0px}.slide-stacks_in_274 .impact-container.h-left{left:0px}.slide-stacks_in_274 .impact-container.v-top{top:0px}

#stacks_in_277 {
	font-size: 150%;
}
#stacks_in_349 .impact-slide{background-image:url("../files/slideshowImage-349.jpg")}.slide-stacks_in_349 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_349 .impact-container.h-right{right:0px}.slide-stacks_in_349 .impact-container.h-left{left:0px}.slide-stacks_in_349 .impact-container.v-top{top:0px}

#stacks_in_352 {
	font-size: 150%;
}
#stacks_in_278 .impact-slide{background-image:url("../files/slideshowImage-278.jpg")}.slide-stacks_in_278 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_278 .impact-container.h-right{right:0px}.slide-stacks_in_278 .impact-container.h-left{left:0px}.slide-stacks_in_278 .impact-container.v-top{top:0px}

#stacks_in_281 {
	font-size: 150%;
}
#stacks_in_282 .impact-slide{background-image:url("../files/slideshowImage-282.jpg")}.slide-stacks_in_282 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_282 .impact-container.h-right{right:0px}.slide-stacks_in_282 .impact-container.h-left{left:0px}.slide-stacks_in_282 .impact-container.v-top{top:0px}

#stacks_in_285 {
	font-size: 150%;
}
#stacks_in_286 .impact-slide{background-image:url("../files/slideshowImage-286.jpg")}.slide-stacks_in_286 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_286 .impact-container.h-right{right:0px}.slide-stacks_in_286 .impact-container.h-left{left:0px}.slide-stacks_in_286 .impact-container.v-top{top:0px}

#stacks_in_289 {
	font-size: 150%;
}
#stacks_in_290 .impact-slide{background-image:url("../files/slideshowImage-290.jpg")}.slide-stacks_in_290 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_290 .impact-container.h-right{right:0px}.slide-stacks_in_290 .impact-container.h-left{left:0px}.slide-stacks_in_290 .impact-container.v-top{top:0px}

#stacks_in_293 {
	font-size: 150%;
}
#stacks_in_294 .impact-slide{background-image:url("../files/slideshowImage-294.jpg")}.slide-stacks_in_294 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_294 .impact-container.h-right{right:0px}.slide-stacks_in_294 .impact-container.h-left{left:0px}.slide-stacks_in_294 .impact-container.v-top{top:0px}

#stacks_in_297 {
	font-size: 150%;
}
#stacks_in_372 .impact-slide{background-image:url("../files/slideshowImage-372.jpg")}.slide-stacks_in_372 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_372 .impact-container.h-right{right:0px}.slide-stacks_in_372 .impact-container.h-left{left:0px}.slide-stacks_in_372 .impact-container.v-top{top:0px}

#stacks_in_375 {
	font-size: 150%;
}
#stacks_in_378 .impact-slide{background-image:url("../files/slideshowImage-378.jpg")}.slide-stacks_in_378 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_378 .impact-container.h-right{right:0px}.slide-stacks_in_378 .impact-container.h-left{left:0px}.slide-stacks_in_378 .impact-container.v-top{top:0px}

#stacks_in_381 {
	font-size: 150%;
}
#stacks_in_382 .impact-slide{background-image:url("../files/slideshowImage-382.jpg")}.slide-stacks_in_382 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_382 .impact-container.h-right{right:0px}.slide-stacks_in_382 .impact-container.h-left{left:0px}.slide-stacks_in_382 .impact-container.v-top{top:0px}

#stacks_in_385 {
	font-size: 150%;
}
#stacks_in_310 .impact-slide{background-image:url("../files/slideshowImage-310.jpg")}.slide-stacks_in_310 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_310 .impact-container.h-right{right:0px}.slide-stacks_in_310 .impact-container.h-left{left:0px}.slide-stacks_in_310 .impact-container.v-top{top:0px}

#stacks_in_313 {
	font-size: 150%;
}
#stacks_in_314 .impact-slide{background-image:url("../files/slideshowImage-314.jpg")}.slide-stacks_in_314 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_314 .impact-container.h-right{right:0px}.slide-stacks_in_314 .impact-container.h-left{left:0px}.slide-stacks_in_314 .impact-container.v-top{top:0px}

#stacks_in_317 {
	font-size: 150%;
}
#stacks_in_318 .impact-slide{background-image:url("../files/slideshowImage-318.jpg")}.slide-stacks_in_318 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_318 .impact-container.h-right{right:0px}.slide-stacks_in_318 .impact-container.h-left{left:0px}.slide-stacks_in_318 .impact-container.v-top{top:0px}

#stacks_in_321 {
	font-size: 150%;
}
#stacks_in_386 .impact-slide{background-image:url("../files/slideshowImage-386.jpg")}.slide-stacks_in_386 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_386 .impact-container.h-right{right:0px}.slide-stacks_in_386 .impact-container.h-left{left:0px}.slide-stacks_in_386 .impact-container.v-top{top:0px}

#stacks_in_389 {
	font-size: 150%;
}
#stacks_in_322 .impact-slide{background-image:url("../files/slideshowImage-322.jpg")}.slide-stacks_in_322 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_322 .impact-container.h-right{right:0px}.slide-stacks_in_322 .impact-container.h-left{left:0px}.slide-stacks_in_322 .impact-container.v-top{top:0px}

#stacks_in_325 {
	font-size: 150%;
}
#stacks_in_326 .impact-slide{background-image:url("../files/slideshowImage-326.jpg")}.slide-stacks_in_326 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_326 .impact-container.h-right{right:0px}.slide-stacks_in_326 .impact-container.h-left{left:0px}.slide-stacks_in_326 .impact-container.v-top{top:0px}

#stacks_in_329 {
	font-size: 150%;
}
#stacks_in_330 .impact-slide{background-image:url("../files/slideshowImage-330.jpg")}.slide-stacks_in_330 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_330 .impact-container.h-right{right:0px}.slide-stacks_in_330 .impact-container.h-left{left:0px}.slide-stacks_in_330 .impact-container.v-top{top:0px}

#stacks_in_333 {
	font-size: 150%;
}
#stacks_in_334 .impact-slide{background-image:url("../files/slideshowImage-334.jpg")}.slide-stacks_in_334 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_334 .impact-container.h-right{right:0px}.slide-stacks_in_334 .impact-container.h-left{left:0px}.slide-stacks_in_334 .impact-container.v-top{top:0px}

#stacks_in_337 {
	font-size: 150%;
}
#stacks_in_338 .impact-slide{background-image:url("../files/slideshowImage-338.jpg")}.slide-stacks_in_338 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_338 .impact-container.h-right{right:0px}.slide-stacks_in_338 .impact-container.h-left{left:0px}.slide-stacks_in_338 .impact-container.v-top{top:0px}

#stacks_in_341 {
	font-size: 150%;
}
#stacks_in_376 .impact-slide{background-image:url("../files/slideshowImage-376.jpg")}.slide-stacks_in_376 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_376 .impact-container.h-right{right:0px}.slide-stacks_in_376 .impact-container.h-left{left:0px}.slide-stacks_in_376 .impact-container.v-top{top:0px}

#stacks_in_391 {
	font-size: 150%;
}
#stacks_in_393 .impact-slide{background-image:url("../files/slideshowImage-393.jpg")}.slide-stacks_in_393 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_393 .impact-container.h-right{right:0px}.slide-stacks_in_393 .impact-container.h-left{left:0px}.slide-stacks_in_393 .impact-container.v-top{top:0px}

#stacks_in_396 {
	font-size: 150%;
}
#stacks_in_399 .impact-slide{background-image:url("../files/slideshowImage-399.jpg")}.slide-stacks_in_399 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_399 .impact-container.h-right{right:0px}.slide-stacks_in_399 .impact-container.h-left{left:0px}.slide-stacks_in_399 .impact-container.v-top{top:0px}

#stacks_in_402 {
	font-size: 150%;
}
#stacks_in_403 .impact-slide{background-image:url("../files/slideshowImage-403.jpg")}.slide-stacks_in_403 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_403 .impact-container.h-right{right:0px}.slide-stacks_in_403 .impact-container.h-left{left:0px}.slide-stacks_in_403 .impact-container.v-top{top:0px}

#stacks_in_406 {
	font-size: 150%;
}
#stacks_in_450 .impact-slide{background-image:url("../files/slideshowImage-450.jpg")}.slide-stacks_in_450 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_450 .impact-container.h-right{right:0px}.slide-stacks_in_450 .impact-container.h-left{left:0px}.slide-stacks_in_450 .impact-container.v-top{top:0px}

#stacks_in_453 {
	font-size: 150%;
}
#stacks_in_458 .impact-slide{background-image:url("../files/slideshowImage-458.jpg")}.slide-stacks_in_458 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_458 .impact-container.h-right{right:0px}.slide-stacks_in_458 .impact-container.h-left{left:0px}.slide-stacks_in_458 .impact-container.v-top{top:0px}

#stacks_in_463 {
	font-size: 150%;
}
#stacks_in_464 .impact-slide{background-image:url("../files/slideshowImage-464.jpg")}.slide-stacks_in_464 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_464 .impact-container.h-right{right:0px}.slide-stacks_in_464 .impact-container.h-left{left:0px}.slide-stacks_in_464 .impact-container.v-top{top:0px}

#stacks_in_467 {
	font-size: 150%;
}
#stacks_in_468 .impact-slide{background-image:url("../files/slideshowImage-468.jpg")}.slide-stacks_in_468 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_468 .impact-container.h-right{right:0px}.slide-stacks_in_468 .impact-container.h-left{left:0px}.slide-stacks_in_468 .impact-container.v-top{top:0px}

#stacks_in_471 {
	font-size: 150%;
}
#stacks_in_472 .impact-slide{background-image:url("../files/slideshowImage-472.jpg")}.slide-stacks_in_472 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_472 .impact-container.h-right{right:0px}.slide-stacks_in_472 .impact-container.h-left{left:0px}.slide-stacks_in_472 .impact-container.v-top{top:0px}

#stacks_in_475 {
	font-size: 150%;
}
#stacks_in_484 .impact-slide{background-image:url("../files/slideshowImage-484.jpg")}.slide-stacks_in_484 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_484 .impact-container.h-right{right:0px}.slide-stacks_in_484 .impact-container.h-left{left:0px}.slide-stacks_in_484 .impact-container.v-top{top:0px}

#stacks_in_487 {
	font-size: 150%;
}
#stacks_in_480 .impact-slide{background-image:url("../files/slideshowImage-480.jpg")}.slide-stacks_in_480 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_480 .impact-container.h-right{right:0px}.slide-stacks_in_480 .impact-container.h-left{left:0px}.slide-stacks_in_480 .impact-container.v-top{top:0px}

#stacks_in_483 {
	font-size: 150%;
}
#stacks_in_488 .impact-slide{background-image:url("../files/slideshowImage-488.jpg")}.slide-stacks_in_488 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_488 .impact-container.h-right{right:0px}.slide-stacks_in_488 .impact-container.h-left{left:0px}.slide-stacks_in_488 .impact-container.v-top{top:0px}

#stacks_in_491 {
	font-size: 150%;
}
#stacks_in_492 .impact-slide{background-image:url("../files/slideshowImage-492.jpg")}.slide-stacks_in_492 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_492 .impact-container.h-right{right:0px}.slide-stacks_in_492 .impact-container.h-left{left:0px}.slide-stacks_in_492 .impact-container.v-top{top:0px}

#stacks_in_495 {
	font-size: 150%;
}
#stacks_in_500 .impact-slide{background-image:url("../files/slideshowImage-500.jpg")}.slide-stacks_in_500 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_500 .impact-container.h-right{right:0px}.slide-stacks_in_500 .impact-container.h-left{left:0px}.slide-stacks_in_500 .impact-container.v-top{top:0px}

#stacks_in_503 {
	font-size: 150%;
}
#stacks_in_504 .impact-slide{background-image:url("../files/slideshowImage-504.jpg")}.slide-stacks_in_504 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_504 .impact-container.h-right{right:0px}.slide-stacks_in_504 .impact-container.h-left{left:0px}.slide-stacks_in_504 .impact-container.v-top{top:0px}

#stacks_in_507 {
	font-size: 150%;
}
#stacks_in_513 .impact-slide{background-image:url("../files/slideshowImage-513.jpg")}.slide-stacks_in_513 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_513 .impact-container.h-right{right:0px}.slide-stacks_in_513 .impact-container.h-left{left:0px}.slide-stacks_in_513 .impact-container.v-top{top:0px}

#stacks_in_516 {
	font-size: 150%;
}
#stacks_in_517 .impact-slide{background-image:url("../files/slideshowImage-517.jpg")}.slide-stacks_in_517 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_517 .impact-container.h-right{right:0px}.slide-stacks_in_517 .impact-container.h-left{left:0px}.slide-stacks_in_517 .impact-container.v-top{top:0px}

#stacks_in_520 {
	font-size: 150%;
}
#stacks_in_521 .impact-slide{background-image:url("../files/slideshowImage-521.jpg")}.slide-stacks_in_521 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_521 .impact-container.h-right{right:0px}.slide-stacks_in_521 .impact-container.h-left{left:0px}.slide-stacks_in_521 .impact-container.v-top{top:0px}

#stacks_in_524 {
	font-size: 150%;
}
#stacks_in_525 .impact-slide{background-image:url("../files/slideshowImage-525.jpg")}.slide-stacks_in_525 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_525 .impact-container.h-right{right:0px}.slide-stacks_in_525 .impact-container.h-left{left:0px}.slide-stacks_in_525 .impact-container.v-top{top:0px}

#stacks_in_528 {
	font-size: 150%;
}
#stacks_in_536 .impact-slide{background-image:url("../files/slideshowImage-536.jpg")}.slide-stacks_in_536 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_536 .impact-container.h-right{right:0px}.slide-stacks_in_536 .impact-container.h-left{left:0px}.slide-stacks_in_536 .impact-container.v-top{top:0px}

#stacks_in_539 {
	font-size: 150%;
}
#stacks_in_540 .impact-slide{background-image:url("../files/slideshowImage-540.jpg")}.slide-stacks_in_540 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_540 .impact-container.h-right{right:0px}.slide-stacks_in_540 .impact-container.h-left{left:0px}.slide-stacks_in_540 .impact-container.v-top{top:0px}

#stacks_in_543 {
	font-size: 150%;
}
#stacks_in_546 .impact-slide{background-image:url("../files/slideshowImage-546.jpg")}.slide-stacks_in_546 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_546 .impact-container.h-right{right:0px}.slide-stacks_in_546 .impact-container.h-left{left:0px}.slide-stacks_in_546 .impact-container.v-top{top:0px}

#stacks_in_549 {
	font-size: 150%;
}
#stacks_in_550 .impact-slide{background-image:url("../files/slideshowImage-550.jpg")}.slide-stacks_in_550 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_550 .impact-container.h-right{right:0px}.slide-stacks_in_550 .impact-container.h-left{left:0px}.slide-stacks_in_550 .impact-container.v-top{top:0px}

#stacks_in_553 {
	font-size: 150%;
}
#stacks_in_554 .impact-slide{background-image:url("../files/slideshowImage-554.jpg")}.slide-stacks_in_554 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_554 .impact-container.h-right{right:0px}.slide-stacks_in_554 .impact-container.h-left{left:0px}.slide-stacks_in_554 .impact-container.v-top{top:0px}

#stacks_in_557 {
	font-size: 150%;
}
#stacks_in_558 .impact-slide{background-image:url("../files/slideshowImage-558.jpg")}.slide-stacks_in_558 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_558 .impact-container.h-right{right:0px}.slide-stacks_in_558 .impact-container.h-left{left:0px}.slide-stacks_in_558 .impact-container.v-top{top:0px}

#stacks_in_561 {
	font-size: 150%;
}
#stacks_in_566 .impact-slide{background-image:url("../files/slideshowImage-566.jpg")}.slide-stacks_in_566 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_566 .impact-container.h-right{right:0px}.slide-stacks_in_566 .impact-container.h-left{left:0px}.slide-stacks_in_566 .impact-container.v-top{top:0px}

#stacks_in_569 {
	font-size: 150%;
}
#stacks_in_570 .impact-slide{background-image:url("../files/slideshowImage-570.jpg")}.slide-stacks_in_570 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_570 .impact-container.h-right{right:0px}.slide-stacks_in_570 .impact-container.h-left{left:0px}.slide-stacks_in_570 .impact-container.v-top{top:0px}

#stacks_in_573 {
	font-size: 150%;
}
#stacks_in_575 .impact-slide{background-image:url("../files/slideshowImage-575.jpg")}.slide-stacks_in_575 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_575 .impact-container.h-right{right:0px}.slide-stacks_in_575 .impact-container.h-left{left:0px}.slide-stacks_in_575 .impact-container.v-top{top:0px}

#stacks_in_578 {
	font-size: 150%;
}
#stacks_in_584 .impact-slide{background-image:url("../files/slideshowImage-584.jpg")}.slide-stacks_in_584 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_584 .impact-container.h-right{right:0px}.slide-stacks_in_584 .impact-container.h-left{left:0px}.slide-stacks_in_584 .impact-container.v-top{top:0px}

#stacks_in_587 {
	font-size: 150%;
}
#stacks_in_588 .impact-slide{background-image:url("../files/slideshowImage-588.jpg")}.slide-stacks_in_588 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_588 .impact-container.h-right{right:0px}.slide-stacks_in_588 .impact-container.h-left{left:0px}.slide-stacks_in_588 .impact-container.v-top{top:0px}

#stacks_in_591 {
	font-size: 150%;
}
#stacks_in_592 .impact-slide{background-image:url("../files/slideshowImage-592.jpg")}.slide-stacks_in_592 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_592 .impact-container.h-right{right:0px}.slide-stacks_in_592 .impact-container.h-left{left:0px}.slide-stacks_in_592 .impact-container.v-top{top:0px}

#stacks_in_595 {
	font-size: 150%;
}
#stacks_in_596 .impact-slide{background-image:url("../files/slideshowImage-596.jpg")}.slide-stacks_in_596 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_596 .impact-container.h-right{right:0px}.slide-stacks_in_596 .impact-container.h-left{left:0px}.slide-stacks_in_596 .impact-container.v-top{top:0px}

#stacks_in_599 {
	font-size: 150%;
}
#stacks_in_600 .impact-slide{background-image:url("../files/slideshowImage-600.jpg")}.slide-stacks_in_600 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_600 .impact-container.h-right{right:0px}.slide-stacks_in_600 .impact-container.h-left{left:0px}.slide-stacks_in_600 .impact-container.v-top{top:0px}

#stacks_in_603 {
	font-size: 150%;
}
#stacks_in_608 .impact-slide{background-image:url("../files/slideshowImage-608.jpg")}.slide-stacks_in_608 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_608 .impact-container.h-right{right:0px}.slide-stacks_in_608 .impact-container.h-left{left:0px}.slide-stacks_in_608 .impact-container.v-top{top:0px}

#stacks_in_611 {
	font-size: 150%;
}
#stacks_in_612 .impact-slide{background-image:url("../files/slideshowImage-612.jpg")}.slide-stacks_in_612 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_612 .impact-container.h-right{right:0px}.slide-stacks_in_612 .impact-container.h-left{left:0px}.slide-stacks_in_612 .impact-container.v-top{top:0px}

#stacks_in_615 {
	font-size: 150%;
}
#stacks_in_616 .impact-slide{background-image:url("../files/slideshowImage-616.jpg")}.slide-stacks_in_616 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_616 .impact-container.h-right{right:0px}.slide-stacks_in_616 .impact-container.h-left{left:0px}.slide-stacks_in_616 .impact-container.v-top{top:0px}

#stacks_in_619 {
	font-size: 150%;
}
#stacks_in_620 .impact-slide{background-image:url("../files/slideshowImage-620.jpg")}.slide-stacks_in_620 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_620 .impact-container.h-right{right:0px}.slide-stacks_in_620 .impact-container.h-left{left:0px}.slide-stacks_in_620 .impact-container.v-top{top:0px}

#stacks_in_623 {
	font-size: 150%;
}
#stacks_in_624 .impact-slide{background-image:url("../files/slideshowImage-624.jpg")}.slide-stacks_in_624 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_624 .impact-container.h-right{right:0px}.slide-stacks_in_624 .impact-container.h-left{left:0px}.slide-stacks_in_624 .impact-container.v-top{top:0px}

#stacks_in_627 {
	font-size: 150%;
}
#stacks_in_628 .impact-slide{background-image:url("../files/slideshowImage-628.jpg")}.slide-stacks_in_628 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_628 .impact-container.h-right{right:0px}.slide-stacks_in_628 .impact-container.h-left{left:0px}.slide-stacks_in_628 .impact-container.v-top{top:0px}

#stacks_in_631 {
	font-size: 150%;
}
#stacks_in_632 .impact-slide{background-image:url("../files/slideshowImage-632.jpg")}.slide-stacks_in_632 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_632 .impact-container.h-right{right:0px}.slide-stacks_in_632 .impact-container.h-left{left:0px}.slide-stacks_in_632 .impact-container.v-top{top:0px}

#stacks_in_635 {
	font-size: 150%;
}
#stacks_in_636 .impact-slide{background-image:url("../files/slideshowImage-636.jpg")}.slide-stacks_in_636 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_636 .impact-container.h-right{right:0px}.slide-stacks_in_636 .impact-container.h-left{left:0px}.slide-stacks_in_636 .impact-container.v-top{top:0px}

#stacks_in_639 {
	font-size: 150%;
}
#stacks_in_640 .impact-slide{background-image:url("../files/slideshowImage-640.jpg")}.slide-stacks_in_640 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_640 .impact-container.h-right{right:0px}.slide-stacks_in_640 .impact-container.h-left{left:0px}.slide-stacks_in_640 .impact-container.v-top{top:0px}

#stacks_in_643 {
	font-size: 150%;
}
#stacks_in_659 .impact-slide{background-image:url("../files/slideshowImage-659.jpg")}.slide-stacks_in_659 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_659 .impact-container.h-right{right:0px}.slide-stacks_in_659 .impact-container.h-left{left:0px}.slide-stacks_in_659 .impact-container.v-top{top:0px}

#stacks_in_662 {
	font-size: 150%;
}
#stacks_in_663 .impact-slide{background-image:url("../files/slideshowImage-663.jpg")}.slide-stacks_in_663 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_663 .impact-container.h-right{right:0px}.slide-stacks_in_663 .impact-container.h-left{left:0px}.slide-stacks_in_663 .impact-container.v-top{top:0px}

#stacks_in_666 {
	font-size: 150%;
}
#stacks_in_667 .impact-slide{background-image:url("../files/slideshowImage-667.jpg")}.slide-stacks_in_667 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_667 .impact-container.h-right{right:0px}.slide-stacks_in_667 .impact-container.h-left{left:0px}.slide-stacks_in_667 .impact-container.v-top{top:0px}

#stacks_in_670 {
	font-size: 150%;
}
#stacks_in_671 .impact-slide{background-image:url("../files/slideshowImage-671.jpg")}.slide-stacks_in_671 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_671 .impact-container.h-right{right:0px}.slide-stacks_in_671 .impact-container.h-left{left:0px}.slide-stacks_in_671 .impact-container.v-top{top:0px}

#stacks_in_674 {
	font-size: 150%;
}
#stacks_in_675 .impact-slide{background-image:url("../files/slideshowImage-675.jpg")}.slide-stacks_in_675 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_675 .impact-container.h-right{right:0px}.slide-stacks_in_675 .impact-container.h-left{left:0px}.slide-stacks_in_675 .impact-container.v-top{top:0px}

#stacks_in_678 {
	font-size: 150%;
}
#stacks_in_679 .impact-slide{background-image:url("../files/slideshowImage-679.jpg")}.slide-stacks_in_679 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_679 .impact-container.h-right{right:0px}.slide-stacks_in_679 .impact-container.h-left{left:0px}.slide-stacks_in_679 .impact-container.v-top{top:0px}

#stacks_in_682 {
	font-size: 150%;
}
#stacks_in_683 .impact-slide{background-image:url("../files/slideshowImage-683.jpg")}.slide-stacks_in_683 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_683 .impact-container.h-right{right:0px}.slide-stacks_in_683 .impact-container.h-left{left:0px}.slide-stacks_in_683 .impact-container.v-top{top:0px}

#stacks_in_686 {
	font-size: 150%;
}
#stacks_in_687 .impact-slide{background-image:url("../files/slideshowImage-687.jpg")}.slide-stacks_in_687 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_687 .impact-container.h-right{right:0px}.slide-stacks_in_687 .impact-container.h-left{left:0px}.slide-stacks_in_687 .impact-container.v-top{top:0px}

#stacks_in_690 {
	font-size: 150%;
}
#stacks_in_691 .impact-slide{background-image:url("../files/slideshowImage-691.jpg")}.slide-stacks_in_691 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_691 .impact-container.h-right{right:0px}.slide-stacks_in_691 .impact-container.h-left{left:0px}.slide-stacks_in_691 .impact-container.v-top{top:0px}

#stacks_in_694 {
	font-size: 150%;
}
#stacks_in_697 .impact-slide{background-image:url("../files/slideshowImage-697.jpg")}.slide-stacks_in_697 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_697 .impact-container.h-right{right:0px}.slide-stacks_in_697 .impact-container.h-left{left:0px}.slide-stacks_in_697 .impact-container.v-top{top:0px}

#stacks_in_700 {
	font-size: 150%;
}
#stacks_in_701 .impact-slide{background-image:url("../files/slideshowImage-701.jpg")}.slide-stacks_in_701 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_701 .impact-container.h-right{right:0px}.slide-stacks_in_701 .impact-container.h-left{left:0px}.slide-stacks_in_701 .impact-container.v-top{top:0px}

#stacks_in_704 {
	font-size: 150%;
}
#stacks_in_717 .impact-slide{background-image:url("../files/slideshowImage-717.jpg")}.slide-stacks_in_717 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_717 .impact-container.h-right{right:0px}.slide-stacks_in_717 .impact-container.h-left{left:0px}.slide-stacks_in_717 .impact-container.v-top{top:0px}

#stacks_in_720 {
	font-size: 150%;
}
#stacks_in_730 .impact-slide{background-image:url("../files/slideshowImage-730.jpg")}.slide-stacks_in_730 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_730 .impact-container.h-right{right:0px}.slide-stacks_in_730 .impact-container.h-left{left:0px}.slide-stacks_in_730 .impact-container.v-top{top:0px}

#stacks_in_733 {
	font-size: 150%;
}
#stacks_in_734 .impact-slide{background-image:url("../files/slideshowImage-734.jpg")}.slide-stacks_in_734 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_734 .impact-container.h-right{right:0px}.slide-stacks_in_734 .impact-container.h-left{left:0px}.slide-stacks_in_734 .impact-container.v-top{top:0px}

#stacks_in_737 {
	font-size: 150%;
}
#stacks_in_738 .impact-slide{background-image:url("../files/slideshowImage-738.jpg")}.slide-stacks_in_738 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_738 .impact-container.h-right{right:0px}.slide-stacks_in_738 .impact-container.h-left{left:0px}.slide-stacks_in_738 .impact-container.v-top{top:0px}

#stacks_in_741 {
	font-size: 150%;
}
#stacks_in_742 .impact-slide{background-image:url("../files/slideshowImage-742.jpg")}.slide-stacks_in_742 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_742 .impact-container.h-right{right:0px}.slide-stacks_in_742 .impact-container.h-left{left:0px}.slide-stacks_in_742 .impact-container.v-top{top:0px}

#stacks_in_745 {
	font-size: 150%;
}
#stacks_in_746 .impact-slide{background-image:url("../files/slideshowImage-746.jpg")}.slide-stacks_in_746 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_746 .impact-container.h-right{right:0px}.slide-stacks_in_746 .impact-container.h-left{left:0px}.slide-stacks_in_746 .impact-container.v-top{top:0px}

#stacks_in_749 {
	font-size: 150%;
}
#stacks_in_750 .impact-slide{background-image:url("../files/slideshowImage-750.jpg")}.slide-stacks_in_750 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_750 .impact-container.h-right{right:0px}.slide-stacks_in_750 .impact-container.h-left{left:0px}.slide-stacks_in_750 .impact-container.v-top{top:0px}

#stacks_in_753 {
	font-size: 150%;
}
#stacks_in_754 .impact-slide{background-image:url("../files/slideshowImage-754.jpg")}.slide-stacks_in_754 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_754 .impact-container.h-right{right:0px}.slide-stacks_in_754 .impact-container.h-left{left:0px}.slide-stacks_in_754 .impact-container.v-top{top:0px}

#stacks_in_757 {
	font-size: 150%;
}
#stacks_in_762 .impact-slide{background-image:url("../files/slideshowImage-762.jpg")}.slide-stacks_in_762 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_762 .impact-container.h-right{right:0px}.slide-stacks_in_762 .impact-container.h-left{left:0px}.slide-stacks_in_762 .impact-container.v-top{top:0px}

#stacks_in_765 {
	font-size: 150%;
}
#stacks_in_766 .impact-slide{background-image:url("../files/slideshowImage-766.jpg")}.slide-stacks_in_766 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_766 .impact-container.h-right{right:0px}.slide-stacks_in_766 .impact-container.h-left{left:0px}.slide-stacks_in_766 .impact-container.v-top{top:0px}

#stacks_in_769 {
	font-size: 150%;
}
#stacks_in_770 .impact-slide{background-image:url("../files/slideshowImage-770.jpg")}.slide-stacks_in_770 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_770 .impact-container.h-right{right:0px}.slide-stacks_in_770 .impact-container.h-left{left:0px}.slide-stacks_in_770 .impact-container.v-top{top:0px}

#stacks_in_773 {
	font-size: 150%;
}
#stacks_in_774 .impact-slide{background-image:url("../files/slideshowImage-774.jpg")}.slide-stacks_in_774 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_774 .impact-container.h-right{right:0px}.slide-stacks_in_774 .impact-container.h-left{left:0px}.slide-stacks_in_774 .impact-container.v-top{top:0px}

#stacks_in_777 {
	font-size: 150%;
}
#stacks_in_778 .impact-slide{background-image:url("../files/slideshowImage-778.jpg")}.slide-stacks_in_778 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_778 .impact-container.h-right{right:0px}.slide-stacks_in_778 .impact-container.h-left{left:0px}.slide-stacks_in_778 .impact-container.v-top{top:0px}

#stacks_in_781 {
	font-size: 150%;
}
#stacks_in_782 .impact-slide{background-image:url("../files/slideshowImage-782.jpg")}.slide-stacks_in_782 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_782 .impact-container.h-right{right:0px}.slide-stacks_in_782 .impact-container.h-left{left:0px}.slide-stacks_in_782 .impact-container.v-top{top:0px}

#stacks_in_785 {
	font-size: 150%;
}
#stacks_in_786 .impact-slide{background-image:url("../files/slideshowImage-786.jpg")}.slide-stacks_in_786 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_786 .impact-container.h-right{right:0px}.slide-stacks_in_786 .impact-container.h-left{left:0px}.slide-stacks_in_786 .impact-container.v-top{top:0px}

#stacks_in_789 {
	font-size: 150%;
}
#stacks_in_794 .impact-slide{background-image:url("../files/slideshowImage-794.jpg")}.slide-stacks_in_794 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_794 .impact-container.h-right{right:0px}.slide-stacks_in_794 .impact-container.h-left{left:0px}.slide-stacks_in_794 .impact-container.v-top{top:0px}

#stacks_in_797 {
	font-size: 150%;
}
#stacks_in_798 .impact-slide{background-image:url("../files/slideshowImage-798.jpg")}.slide-stacks_in_798 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_798 .impact-container.h-right{right:0px}.slide-stacks_in_798 .impact-container.h-left{left:0px}.slide-stacks_in_798 .impact-container.v-top{top:0px}

#stacks_in_801 {
	font-size: 150%;
}
#stacks_in_802 .impact-slide{background-image:url("../files/slideshowImage-802.jpg")}.slide-stacks_in_802 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_802 .impact-container.h-right{right:0px}.slide-stacks_in_802 .impact-container.h-left{left:0px}.slide-stacks_in_802 .impact-container.v-top{top:0px}

#stacks_in_805 {
	font-size: 150%;
}
#stacks_in_806 .impact-slide{background-image:url("../files/slideshowImage-806.jpg")}.slide-stacks_in_806 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_806 .impact-container.h-right{right:0px}.slide-stacks_in_806 .impact-container.h-left{left:0px}.slide-stacks_in_806 .impact-container.v-top{top:0px}

#stacks_in_809 {
	font-size: 150%;
}
#stacks_in_810 .impact-slide{background-image:url("../files/slideshowImage-810.jpg")}.slide-stacks_in_810 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_810 .impact-container.h-right{right:0px}.slide-stacks_in_810 .impact-container.h-left{left:0px}.slide-stacks_in_810 .impact-container.v-top{top:0px}

#stacks_in_813 {
	font-size: 150%;
}
#stacks_in_814 .impact-slide{background-image:url("../files/slideshowImage-814.jpg")}.slide-stacks_in_814 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_814 .impact-container.h-right{right:0px}.slide-stacks_in_814 .impact-container.h-left{left:0px}.slide-stacks_in_814 .impact-container.v-top{top:0px}

#stacks_in_817 {
	font-size: 150%;
}
#stacks_in_818 .impact-slide{background-image:url("../files/slideshowImage-818.jpg")}.slide-stacks_in_818 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_818 .impact-container.h-right{right:0px}.slide-stacks_in_818 .impact-container.h-left{left:0px}.slide-stacks_in_818 .impact-container.v-top{top:0px}

#stacks_in_821 {
	font-size: 150%;
}
#stacks_in_822 .impact-slide{background-image:url("../files/slideshowImage-822.jpg")}.slide-stacks_in_822 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_822 .impact-container.h-right{right:0px}.slide-stacks_in_822 .impact-container.h-left{left:0px}.slide-stacks_in_822 .impact-container.v-top{top:0px}

#stacks_in_825 {
	font-size: 150%;
}
#stacks_in_826 .impact-slide{background-image:url("../files/slideshowImage-826.jpg")}.slide-stacks_in_826 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_826 .impact-container.h-right{right:0px}.slide-stacks_in_826 .impact-container.h-left{left:0px}.slide-stacks_in_826 .impact-container.v-top{top:0px}

#stacks_in_829 {
	font-size: 150%;
}
#stacks_in_830 .impact-slide{background-image:url("../files/slideshowImage-830.jpg")}.slide-stacks_in_830 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_830 .impact-container.h-right{right:0px}.slide-stacks_in_830 .impact-container.h-left{left:0px}.slide-stacks_in_830 .impact-container.v-top{top:0px}

#stacks_in_833 {
	font-size: 150%;
}
#stacks_in_834 .impact-slide{background-image:url("../files/slideshowImage-834.jpg")}.slide-stacks_in_834 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_834 .impact-container.h-right{right:0px}.slide-stacks_in_834 .impact-container.h-left{left:0px}.slide-stacks_in_834 .impact-container.v-top{top:0px}

#stacks_in_837 {
	font-size: 150%;
}
#stacks_in_838 .impact-slide{background-image:url("../files/slideshowImage-838.jpg")}.slide-stacks_in_838 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_838 .impact-container.h-right{right:0px}.slide-stacks_in_838 .impact-container.h-left{left:0px}.slide-stacks_in_838 .impact-container.v-top{top:0px}

#stacks_in_841 {
	font-size: 150%;
}
#stacks_in_844 .impact-slide{background-image:url("../files/slideshowImage-844.jpg")}.slide-stacks_in_844 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_844 .impact-container.h-right{right:0px}.slide-stacks_in_844 .impact-container.h-left{left:0px}.slide-stacks_in_844 .impact-container.v-top{top:0px}

#stacks_in_847 {
	font-size: 150%;
}
#stacks_in_848 .impact-slide{background-image:url("../files/slideshowImage-848.jpg")}.slide-stacks_in_848 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_848 .impact-container.h-right{right:0px}.slide-stacks_in_848 .impact-container.h-left{left:0px}.slide-stacks_in_848 .impact-container.v-top{top:0px}

#stacks_in_851 {
	font-size: 150%;
}
#stacks_in_852 .impact-slide{background-image:url("../files/slideshowImage-852.jpg")}.slide-stacks_in_852 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_852 .impact-container.h-right{right:0px}.slide-stacks_in_852 .impact-container.h-left{left:0px}.slide-stacks_in_852 .impact-container.v-top{top:0px}

#stacks_in_855 {
	font-size: 150%;
}
#stacks_in_856 .impact-slide{background-image:url("../files/slideshowImage-856.jpg")}.slide-stacks_in_856 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_856 .impact-container.h-right{right:0px}.slide-stacks_in_856 .impact-container.h-left{left:0px}.slide-stacks_in_856 .impact-container.v-top{top:0px}

#stacks_in_859 {
	font-size: 150%;
}
#stacks_in_860 .impact-slide{background-image:url("../files/slideshowImage-860.jpg")}.slide-stacks_in_860 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_860 .impact-container.h-right{right:0px}.slide-stacks_in_860 .impact-container.h-left{left:0px}.slide-stacks_in_860 .impact-container.v-top{top:0px}

#stacks_in_863 {
	font-size: 150%;
}
#stacks_in_864 .impact-slide{background-image:url("../files/slideshowImage-864.jpg")}.slide-stacks_in_864 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_864 .impact-container.h-right{right:0px}.slide-stacks_in_864 .impact-container.h-left{left:0px}.slide-stacks_in_864 .impact-container.v-top{top:0px}

#stacks_in_867 {
	font-size: 150%;
}
#stacks_in_870 .impact-slide{background-image:url("../files/slideshowImage-870.jpg")}.slide-stacks_in_870 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_870 .impact-container.h-right{right:0px}.slide-stacks_in_870 .impact-container.h-left{left:0px}.slide-stacks_in_870 .impact-container.v-top{top:0px}

#stacks_in_873 {
	font-size: 150%;
}
#stacks_in_874 .impact-slide{background-image:url("../files/slideshowImage-874.jpg")}.slide-stacks_in_874 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_874 .impact-container.h-right{right:0px}.slide-stacks_in_874 .impact-container.h-left{left:0px}.slide-stacks_in_874 .impact-container.v-top{top:0px}

#stacks_in_877 {
	font-size: 150%;
}
#stacks_in_878 .impact-slide{background-image:url("../files/slideshowImage-878.jpg")}.slide-stacks_in_878 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_878 .impact-container.h-right{right:0px}.slide-stacks_in_878 .impact-container.h-left{left:0px}.slide-stacks_in_878 .impact-container.v-top{top:0px}

#stacks_in_881 {
	font-size: 150%;
}
#stacks_in_882 .impact-slide{background-image:url("../files/slideshowImage-882.jpg")}.slide-stacks_in_882 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_882 .impact-container.h-right{right:0px}.slide-stacks_in_882 .impact-container.h-left{left:0px}.slide-stacks_in_882 .impact-container.v-top{top:0px}

#stacks_in_885 {
	font-size: 150%;
}
#stacks_in_886 .impact-slide{background-image:url("../files/slideshowImage-886.jpg")}.slide-stacks_in_886 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_886 .impact-container.h-right{right:0px}.slide-stacks_in_886 .impact-container.h-left{left:0px}.slide-stacks_in_886 .impact-container.v-top{top:0px}

#stacks_in_889 {
	font-size: 150%;
}
#stacks_in_890 .impact-slide{background-image:url("../files/slideshowImage-890.jpg")}.slide-stacks_in_890 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_890 .impact-container.h-right{right:0px}.slide-stacks_in_890 .impact-container.h-left{left:0px}.slide-stacks_in_890 .impact-container.v-top{top:0px}

#stacks_in_893 {
	font-size: 150%;
}
#stacks_in_894 .impact-slide{background-image:url("../files/slideshowImage-894.jpg")}.slide-stacks_in_894 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_894 .impact-container.h-right{right:0px}.slide-stacks_in_894 .impact-container.h-left{left:0px}.slide-stacks_in_894 .impact-container.v-top{top:0px}

#stacks_in_897 {
	font-size: 150%;
}
#stacks_in_898 .impact-slide{background-image:url("../files/slideshowImage-898.jpg")}.slide-stacks_in_898 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_898 .impact-container.h-right{right:0px}.slide-stacks_in_898 .impact-container.h-left{left:0px}.slide-stacks_in_898 .impact-container.v-top{top:0px}

#stacks_in_901 {
	font-size: 150%;
}
#stacks_in_902 .impact-slide{background-image:url("../files/slideshowImage-902.jpg")}.slide-stacks_in_902 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_902 .impact-container.h-right{right:0px}.slide-stacks_in_902 .impact-container.h-left{left:0px}.slide-stacks_in_902 .impact-container.v-top{top:0px}

#stacks_in_905 {
	font-size: 150%;
}
#stacks_in_906 .impact-slide{background-image:url("../files/slideshowImage-906.jpg")}.slide-stacks_in_906 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_906 .impact-container.h-right{right:0px}.slide-stacks_in_906 .impact-container.h-left{left:0px}.slide-stacks_in_906 .impact-container.v-top{top:0px}

#stacks_in_909 {
	font-size: 150%;
}
#stacks_in_343 .impact-slide{background-image:url("")}.slide-stacks_in_343 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_343 .impact-container.h-right{right:0px}.slide-stacks_in_343 .impact-container.h-left{left:0px}.slide-stacks_in_343 .impact-container.v-top{top:0px}
#stacks_in_251 .slides-navigation{display:none}#stacks_in_251 .slides-pagination{z-index:100;text-align:center;width:100%;bottom:10px;}#stacks_in_251 .slides-pagination a{border:2px solid rgba(255, 255, 255, 0.90);background:rgba(255, 255, 255, 0.00);border-radius:50%;box-sizing:content-box;width:9px;height:9px;font-size:9px !important;line-height:9px;color:rgba(255, 255, 255, 0.90);display:-moz-inline-stack;display:inline-block;vertical-align:middle;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");margin:3px;overflow:hidden;text-decoration:none}#stacks_in_251 .slides-pagination a:hover{text-decoration:none;border:2px solid rgba(255, 255, 255, 1.00);background:rgba(255, 255, 255, 0.00)}#stacks_in_251 .slides-pagination a.current{color:rgba(0, 0, 0, 0.90);border:2px solid rgba(255, 255, 255, 0.90);background:rgba(255, 255, 255, 0.90)}#stacks_in_251 .slides-pagination a.current:hover{border:2px solid rgba(255, 255, 255, 1.00);background:rgba(255, 255, 255, 1.00)}#stacks_in_251 .slides-pagination{position:absolute}#stacks_in_251 .slides-pagination{opacity:0;transition:opacity 180ms ease}#stacks_in_251:hover .slides-pagination{opacity:1}
#stacks_in_448_2>.s3_row {
	margin: 0 -10px;
}

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








  


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




	#stacks_in_448_2>.s3_row  {
		margin: -10px -10px;
	}
	#stacks_in_448_2>.s3_row>.s3_column {
		padding: 10px 10px;
		width:50%;
	}



}



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


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





}




  

#stacks_in_448_2 {
	margin:  15px;
}
#stacks_in_448_7_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_448_7 a:link, #stacks_in_448_7 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_448_7 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_448_7 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_448_11_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_448_11 a:link, #stacks_in_448_11 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_448_11 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_448_11 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_448_10_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_448_10 a:link, #stacks_in_448_10 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_448_10 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_448_10 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



#stacks_in_448_3_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_448_3 a:link, #stacks_in_448_3 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_448_3 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_448_3 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



/* -- Start Loveit Each css Template -- */

.stacks_in_843_2wrapper{
	text-align: left;
}

.stacks_in_843_2button{
	display: inline-block;
	cursor: pointer;
	font-size: 140% !important;
}

.stacks_in_843_2button *{
	cursor: pointer;
}

.stacks_in_843_2button .fa-thumbs-up{
	color: rgba(0, 0, 255, 1.00) !important;
}

.stacks_in_843_2button:hover > .fa-thumbs-up{
	color: rgba(129, 138, 145, 1.00) !important;
}

/* -- End Loveit Each css Template -- *//* Start Stats stack CSS code */.stacks_in_397stats, .stacks_in_397pagetitle{	display: none;}.stacks_in_397instructwrapper{	position: relative;	background: url("../files/newstatsbg.png") repeat-x;	height: 100px;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;}.stacks_in_397instruct{	position: absolute;	text-align: center;	bottom: 0px;	left: 0px;	right: 0px;	color: #fff;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	background: rgba(0, 0, 0, 0.6);	padding: 4px 10px 5px 10px;} /* End if record mode */ /* End if admin mode *//* End Stats stack CSS code */