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

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



/*
TopBox is derived from Nivo Lightbox v1.3.1, created by Dev7studios:
http://dev7studios.com/nivo-lightbox

TopBox is updated for jQuery 3 and has additional features / content support.
Maintained by William Woodgate

TopBox homepage:
https://willwoodgate.com/projects/topbox/

Free to use and abuse under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
/* Core CSS to make the lightbox work */
.topbox_open .topbox_blur_wrapper {
  filter: blur(1px);
}

.topbox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99995;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.topbox_overlay,
.topbox_overlay *,
.topbox_overlay *:before,
.topbox_overlay *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.topbox_fill {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topbox_overlay.topbox_open {
  visibility: visible;
  opacity: 1;
}

.topbox_wrapper {
  position: absolute;
  z-index: 99996;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.topbox_content {
  position: relative;
  z-index: 99998;
  height: 80vh;
  width: 80vw;
  display: flex;
  align-items: center;
}

.topbox_title_wrap {
  position: relative;
  z-index: 99998;
}

.topbox_nav {
  display: none;
}

.topbox_prev,
.topbox_next,
.topbox_close {
  position: absolute;
  z-index: 99999;
  background: none;
  border: none;
  cursor: pointer;
}

.topbox_prev {
  left: 0;
}

.topbox_next {
  right: 0;
}

.topbox_close {
  top: 0;
  right: 0;
}

.topbox_close_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99997;
}

.topbox_image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  margin: auto;
}

.topbox_html5_audio_wrap {
  width: 100%;
}

.topbox_html5audio {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.topbox_html5_video_wrap {
  width: 100%;
}

.topbox_html5video {
  margin: auto;
  max-width: 100%;
  height: auto;
}

.topbox_iframe_wrap,
.topbox_iframe,
.topbox_pdf_wrap,
.topbox_pdf {
  width: 100%;
  height: 100%;
  display: block;
}

.topbox_pdf_mobile_message {
  display: inline-block;
  margin: auto;
}

.topbox_embedded_web_video {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  width: 100%;
  overflow: hidden;
}

.topbox_embedded_web_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topbox_video_iframe_wrap {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  width: 100%;
}

iframe.topbox_video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
Fix for video sizing, if using the Plyr plugin for custom video controls
https://github.com/sampotts/plyr
*/
.topbox_content .plyr {
  min-width: 100%;
}

.topbox_inline,
.topbox_ajax {
  max-height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.topbox_error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.topbox_error p {
  display: table-cell;
  vertical-align: middle;
}

.topbox_notouch .topbox_effect_fade,
.topbox_notouch .topbox_effect_slideLeft,
.topbox_notouch .topbox_effect_slideRight,
.topbox_notouch .topbox_effect_slideUp,
.topbox_notouch .topbox_effect_slideDown {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* slideLeft / slideRight / slideUp / slideDown */
.topbox_notouch .topbox_effect_slideLeft .topbox_content,
.topbox_notouch .topbox_effect_slideRight .topbox_content,
.topbox_notouch .topbox_effect_slideUp .topbox_content,
.topbox_notouch .topbox_effect_slideDown .topbox_content {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.topbox_notouch .topbox_effect_slideLeft .topbox_content {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}

.topbox_notouch .topbox_effect_slideRight .topbox_content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}

.topbox_notouch .topbox_effect_slideLeft.topbox_open .topbox_content,
.topbox_notouch .topbox_effect_slideRight.topbox_open .topbox_content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.topbox_notouch .topbox_effect_slideDown .topbox_content {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}

.topbox_notouch .topbox_effect_slideUp .topbox_content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

.topbox_notouch .topbox_effect_slideUp.topbox_open .topbox_content,
.topbox_notouch .topbox_effect_slideDown.topbox_open .topbox_content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Our default lightbox skin (darkroom) */
.topbox_open .topbox_blur_wrapper {
  filter: blur(1px);
}

.topbox_skin_darkroom .topbox_fill {
  background: rgba(0, 0, 0, 0.8);
}

.topbox_skin_darkroom .topbox_pdf_mobile_message {
  color: #FFFFFF;
  font-size: 18px;
}

.topbox_skin_darkroom a.topbox_pdf_mobile_button,
.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited {
  color: #FFFFFF;
  border-radius: 1rem;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  transition: all 300ms ease-in;
  padding: 1rem;
  line-height: 1;
  display: block;
  margin-top: 1rem;
}

.topbox_skin_darkroom .topbox_nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topbox_skin_darkroom .topbox_prev,
.topbox_skin_darkroom .topbox_next,
.topbox_skin_darkroom .topbox_close {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 45px;
  opacity: 0.5;
  transition: all 300ms ease-in;
  padding: 2vw;
  line-height: 1;
}

.topbox_skin_darkroom .topbox_close {
  margin-top: -10px;
  font-size: 55px;
}

.topbox_skin_darkroom .topbox_prev:hover,
.topbox_skin_darkroom .topbox_next:hover,
.topbox_skin_darkroom .topbox_close:hover {
  opacity: 1;
}

.topbox_skin_darkroom .topbox_prev:before {
  content: "←"
}

.topbox_skin_darkroom .topbox_next:before {
  content: "→"
}

.topbox_skin_darkroom .topbox_close:before {
  content: "×";
}

.topbox_skin_darkroom .topbox_title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  margin-top: 7px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
}
.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;-webkit-transform:translate(0,0);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"}.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;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{-webkit-animation:impactArrows linear 1.8s 0.4s;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 .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%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@-webkit-keyframes impactArrows{0%{-webkit-transform:translate(0px,0px) rotate(135deg) scale(1);transform:translate(0px,0px) rotate(135deg) scale(1)}15%{-webkit-transform:translate(0px,22px) rotate(135deg) scale(0.8);transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{-webkit-transform:translate(0px,13px) rotate(135deg) scale(0.9);transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{-webkit-transform:translate(0px,27px) rotate(135deg) scale(0.8);transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{-webkit-transform:translate(0px,13px) rotate(135deg) scale(0.8);transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{-webkit-transform:translate(0px,4px) rotate(135deg) scale(0.9);transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{-webkit-transform:translate(0px,0px) rotate(135deg) scale(1);transform:translate(0px,0px) rotate(135deg) scale(1)}}@keyframes impactArrows{0%{-webkit-transform:translate(0px,0px) rotate(135deg) scale(1);transform:translate(0px,0px) rotate(135deg) scale(1)}15%{-webkit-transform:translate(0px,22px) rotate(135deg) scale(0.8);transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{-webkit-transform:translate(0px,13px) rotate(135deg) scale(0.9);transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{-webkit-transform:translate(0px,27px) rotate(135deg) scale(0.8);transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{-webkit-transform:translate(0px,13px) rotate(135deg) scale(0.8);transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{-webkit-transform:translate(0px,4px) rotate(135deg) scale(0.9);transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{-webkit-transform:translate(0px,0px) rotate(135deg) scale(1);transform:translate(0px,0px) rotate(135deg) scale(1)}}
.glitch{overflow:hidden}.glitch,.glitch .glitch__img{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat} .glitch-wrap{position:relative}.glitch-wrap.glitch-sized .glitch__content{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glitch-wrap.glitch-abs{position:absolute;top:0;left:0;height:100%;width:100%}.glitch-wrap .glitch__content .stacks_out{overflow:hidden!important}.use-glitch>div{position:static!important}@-webkit-keyframes glitch-anim-flash{0%{opacity:.2;-webkit-transform:translate3d(var(--gap-horizontal),var(--gap-vertical),0);transform:translate3d(var(--gap-horizontal),var(--gap-vertical),0)}33%,100%{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes glitch-anim-flash{0%{opacity:.2;-webkit-transform:translate3d(var(--gap-horizontal),var(--gap-vertical),0);transform:translate3d(var(--gap-horizontal),var(--gap-vertical),0)}33%,100%{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes glitch-anim-text{0%{-webkit-transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}2%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}4%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}5%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}6%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}7%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}8%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}9%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}9.9%{-webkit-transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1)}10%,100%{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}}@keyframes glitch-anim-text{0%{-webkit-transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);-webkit-clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%);clip-path:polygon(0 20%,100% 20%,100% 21%,0 21%)}2%{-webkit-clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%);clip-path:polygon(0 33%,100% 33%,100% 33%,0 33%)}4%{-webkit-clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%);clip-path:polygon(0 44%,100% 44%,100% 44%,0 44%)}5%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%);clip-path:polygon(0 50%,100% 50%,100% 20%,0 20%)}6%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%);clip-path:polygon(0 70%,100% 70%,100% 70%,0 70%)}7%{-webkit-clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%);clip-path:polygon(0 80%,100% 80%,100% 80%,0 80%)}8%{-webkit-clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%);clip-path:polygon(0 50%,100% 50%,100% 55%,0 55%)}9%{-webkit-clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%);clip-path:polygon(0 70%,100% 70%,100% 80%,0 80%)}9.9%{-webkit-transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1);transform:translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1)}10%,100%{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1);transform:translate3d(0,0,0) scale3d(1,1,1);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}}
 .sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}
 .sections-box--stack .s-box>.s-box-content{position:relative}.sections-box--stack.box-3d{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.sections-box--stack.box-pos.sbox-h-center{margin-left:auto!important;margin-right:auto!important}.sections-box--stack.box-pos.sbox-h-right{margin-right:0!important;margin-left:auto!important}.sections-box--stack.box-pos>.s-box{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.sections-box--stack.box-pos>.s-box>.s-box-content{position:relative;width:100%}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-top{-ms-flex-item-align:start;align-self:flex-start}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-center{-ms-flex-item-align:center;align-self:center}.sections-box--stack.box-pos>.s-box>.s-box-content.box-v-bottom{-ms-flex-item-align:end;align-self:flex-end}.sections-box--stack.box-abs-inline{position:absolute!important;display:inline-block;width:auto!important}.sections-box--stack.box-abs{position:absolute!important;max-width:100%;max-height:100%}.sections-box--stack.box-abs.sbox-top{top:0}.sections-box--stack.box-abs.sbox-h-left{left:0;right:auto}.sections-box--stack.box-abs.sbox-h-right{right:0;left:auto}.sections-box--stack.box-abs.sbox-v-bottom{bottom:0;top:auto}.sections-box--stack.box-abs.sbox-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs.sbox-h-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sections-box--stack.box-abs.sbox-v-center.sbox-h-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sections-box--stack.box-abs.size-content{height:auto!important}.sections-box--stack.box-abs.size-content>.s-box{position:relative}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-center{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sections-box--stack.box-abs:not(.size-content)>.s-box>.s-box-content.box-v-bottom{position:absolute;bottom:0;left:0;width:100%}.sections-box--stack .box-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
#stacks_in_331_page23 .fg-content.fg-full-height{height:100%}#stacks_in_331_page23 .slides-container{margin:0}#stacks_in_331_page23 .slides-container > li{margin:0}#stacks_in_331_page23 .slides-container > li::before,#stacks_in_331_page23 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;-webkit-transition:opacity 80ms ease;transition:opacity 80ms ease}#stacks_in_331_page23 .slides-container.ovl-color li::before{background-color:rgba(0, 0, 0, 0.47)}#stacks_in_331_page23 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_331_page23 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_331_page23 .impact-wrapper{z-index:1}#stacks_in_331_page23 .impact-wrapper.fill-container{min-width:100%}#stacks_in_331_page23 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_331_page23 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_331_page23 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_331_page23 .impact-wrapper.flexible-height{height:100vh;min-height:400px;width:100%;min-width:100%}#stacks_in_331_page23 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_331_page23 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url(../files/touchImage_331.png)}#stacks_in_331_page23 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_331_page23 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;-webkit-transition:opacity 80ms ease,visibility 0 0.2s;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_331_page23 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_331_page23 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_331_page23 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_331_page23 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_331_page23 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_331_page23 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_331_page23 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_331_page23 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_331_page23 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_331_page23 .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_331_page23 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(0, 0, 0, 0.47)}#stacks_in_331_page23 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_331_page23 .impact-container{z-index:5}#stacks_in_331_page23 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;-webkit-transform:scale(0.40);transform:scale(0.40);-webkit-transform-origin:left center;transform-origin:left center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_331_page23 .scrollDown{-webkit-transform:scale(0.60);transform:scale(0.60)}}#stacks_in_331_page23 .scrollDown.button-bottom{bottom:10px}#stacks_in_331_page23 .scrollDown.button-top{top:10px}@media screen and (max-width:640px){#stacks_in_331_page23 .scrollDown.hide-on-mob{display:none}}#stacks_in_331_page23 .impact-arrow-wrap{background:rgba(73, 76, 93, 0.50);border-radius:20%;border:2px solid rgba(255, 255, 255, 0.50);-webkit-box-shadow:5px 5px 7px 3px rgba(255, 255, 255, 0.50);box-shadow:5px 5px 7px 3px rgba(255, 255, 255, 0.50);-webkit-transition:all 90ms ease;transition:all 90ms ease}#stacks_in_331_page23 .impact-arrow-wrap:hover{background:rgba(255, 255, 255, 0.50);-webkit-transition:all 90ms ease;transition:all 90ms ease}#stacks_in_331_page23 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_331_page23 .impact-arrow-wrap.animates .impact-arrow{-webkit-animation-delay:3000ms;animation-delay:3000ms;-webkit-animation-iteration-count:3;animation-iteration-count:3}#stacks_in_331_page23 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:3px}#stacks_in_331_page23 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_331_page23 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:normal;text-align:center;color:rgba(128, 0, 2, 1.00);opacity:0}#stacks_in_331_page23 .slides-pagination > a{-webkit-transition:all 6000ms ease;transition:all 6000ms ease}#stacks_in_331_page23 .slides-pagination > a.current{-webkit-transition:all 6000ms ease;transition:all 6000ms ease}#stacks_in_331_page23 .fg-per-show > div{opacity:0;-webkit-transition:opacity 180ms ease;transition:opacity 180ms ease}#stacks_in_331_page23:hover .fg-per-show > div{opacity:1}
#stacks_in_333_page23 .impact-slide{background-image:url("../files/slideshowImage_333.png")}.slide-stacks_in_333_page23 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_333_page23 .impact-container.h-right{right:0px}.slide-stacks_in_333_page23 .impact-container.h-left{left:0px}.slide-stacks_in_333_page23 .impact-container.v-top{top:0px}.slide-stacks_in_333_page23.kb-zoom-in-stacks_in_333_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_333_page23 9000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_333_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.slide-stacks_in_333_page23.kb-zoom-out-stacks_in_333_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_333_page23 9000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_333_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes kb-zoom-in-stacks_in_333_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@keyframes kb-zoom-in-stacks_in_333_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@-webkit-keyframes kb-zoom-out-stacks_in_333_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_333_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}
#stacks_in_334_page23 .impact-slide{background-image:url("../files/slideshowImage_334.jpg")}.slide-stacks_in_334_page23 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_334_page23 .impact-container.h-right{right:0px}.slide-stacks_in_334_page23 .impact-container.h-left{left:0px}.slide-stacks_in_334_page23 .impact-container.v-top{top:0px}.slide-stacks_in_334_page23.kb-zoom-in-stacks_in_334_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_334_page23 9000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_334_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.slide-stacks_in_334_page23.kb-zoom-out-stacks_in_334_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_334_page23 9000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_334_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes kb-zoom-in-stacks_in_334_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@keyframes kb-zoom-in-stacks_in_334_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@-webkit-keyframes kb-zoom-out-stacks_in_334_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_334_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}
#stacks_in_335_page23 .impact-slide{background-image:url("../files/slideshowImage_335.png")}.slide-stacks_in_335_page23 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_335_page23 .impact-container.h-right{right:0px}.slide-stacks_in_335_page23 .impact-container.h-left{left:0px}.slide-stacks_in_335_page23 .impact-container.v-top{top:0px}.slide-stacks_in_335_page23.kb-zoom-in-stacks_in_335_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_335_page23 9000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_335_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.slide-stacks_in_335_page23.kb-zoom-out-stacks_in_335_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_335_page23 9000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_335_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes kb-zoom-in-stacks_in_335_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@keyframes kb-zoom-in-stacks_in_335_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@-webkit-keyframes kb-zoom-out-stacks_in_335_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_335_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}
#stacks_in_336_page23 .impact-slide{background-image:url("../files/slideshowImage_336.jpg")}.slide-stacks_in_336_page23 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_336_page23 .impact-container.h-right{right:0px}.slide-stacks_in_336_page23 .impact-container.h-left{left:0px}.slide-stacks_in_336_page23 .impact-container.v-top{top:0px}.slide-stacks_in_336_page23.kb-zoom-in-stacks_in_336_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_336_page23 9000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_336_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.slide-stacks_in_336_page23.kb-zoom-out-stacks_in_336_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_336_page23 9000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_336_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes kb-zoom-in-stacks_in_336_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@keyframes kb-zoom-in-stacks_in_336_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@-webkit-keyframes kb-zoom-out-stacks_in_336_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_336_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}
#stacks_in_337_page23 .impact-slide{background-image:url("../files/slideshowImage_337.jpg")}.slide-stacks_in_337_page23 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_337_page23 .impact-container.h-right{right:0px}.slide-stacks_in_337_page23 .impact-container.h-left{left:0px}.slide-stacks_in_337_page23 .impact-container.v-top{top:0px}.slide-stacks_in_337_page23.kb-zoom-in-stacks_in_337_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_337_page23 9000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_337_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.slide-stacks_in_337_page23.kb-zoom-out-stacks_in_337_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_337_page23 9000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_337_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes kb-zoom-in-stacks_in_337_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@keyframes kb-zoom-in-stacks_in_337_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@-webkit-keyframes kb-zoom-out-stacks_in_337_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_337_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}
#stacks_in_338_page23 .impact-slide{background-image:url("../files/slideshowImage_338.jpg")}.slide-stacks_in_338_page23 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_338_page23 .impact-container.h-right{right:0px}.slide-stacks_in_338_page23 .impact-container.h-left{left:0px}.slide-stacks_in_338_page23 .impact-container.v-top{top:0px}.slide-stacks_in_338_page23.kb-zoom-in-stacks_in_338_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-in-stacks_in_338_page23 9000ms ease 1 forwards;animation:kb-zoom-in-stacks_in_338_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.slide-stacks_in_338_page23.kb-zoom-out-stacks_in_338_page23.kb-anim.animated img:not(.impact-fg-img){-webkit-animation:kb-zoom-out-stacks_in_338_page23 9000ms ease 1 forwards;animation:kb-zoom-out-stacks_in_338_page23 9000ms ease 1 forwards;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes kb-zoom-in-stacks_in_338_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@keyframes kb-zoom-in-stacks_in_338_page23{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.20);transform:scale(1.20)}}@-webkit-keyframes kb-zoom-out-stacks_in_338_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kb-zoom-out-stacks_in_338_page23{0%{-webkit-transform:scale(1.20);transform:scale(1.20)}100%{-webkit-transform:scale(1);transform:scale(1)}}
#stacks_in_25_page23>.s3_row {
	margin: 0 -10px;
}

#stacks_in_25_page23>.s3_row>.s3_column_left {
	width: 25.50%;
}

#stacks_in_25_page23>.s3_row>.s3_column_right {
	width: 74.500000%;
}




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










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



}



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



}






#stacks_in_25_page23 {
	margin:  8px;
	padding:  4px;
}

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

#stacks_in_273_page23 {
	background-color: rgba(255, 255, 255, 0.50);
}

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


#stacks_in_413_page23 {
	background-color: rgba(255, 255, 255, 0.00);
	padding:  7px;
}
#stacks_in_13_page23_float {
	float:left;
	width:33%;
}#stacks_in_366_page23>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#hoverBoxWrapperstacks_in_359_page23 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: auto;
}

#hoverBoxWrapperstacks_in_359_page23 img {
	max-width: 100%;
	height: auto;
}

#hoverBoxStaticstacks_in_359_page23 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_359_page23 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_359_page23 a,
#hoverBoxLinkstacks_in_359_page23 a:hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}




#hoverBoxWrapperstacks_in_359_page23.touchDeviceDetected #hoverBoxStaticstacks_in_359_page23 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_359_page23.touchDeviceDetected #hoverBoxRolloverstacks_in_359_page23 {
	display: none;
	opacity: 0;
}























#hoverBoxWrapperstacks_in_359_page23.noTouchDeviceDetected #hoverBoxRolloverstacks_in_359_page23 {
	position: absolute;
	top: 0%;
	left: 1;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 1000px;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	transform: rotate(360deg) scale(0);
}

#hoverBoxWrapperstacks_in_359_page23.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_359_page23 {
	transform: rotate(0deg) scale(1.00);
	opacity: 1.00;
	border-radius: 0px;
}








#stacks_out_359_page23 {
	width: 54%;
	margin-left:0;
}
#stacks_in_375_page23>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#hoverBoxWrapperstacks_in_381_page23 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: auto;
}

#hoverBoxWrapperstacks_in_381_page23 img {
	max-width: 100%;
	height: auto;
}

#hoverBoxStaticstacks_in_381_page23 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_381_page23 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_381_page23 a,
#hoverBoxLinkstacks_in_381_page23 a:hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}




#hoverBoxWrapperstacks_in_381_page23.touchDeviceDetected #hoverBoxStaticstacks_in_381_page23 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_381_page23.touchDeviceDetected #hoverBoxRolloverstacks_in_381_page23 {
	display: none;
	opacity: 0;
}























#hoverBoxWrapperstacks_in_381_page23.noTouchDeviceDetected #hoverBoxRolloverstacks_in_381_page23 {
	position: absolute;
	top: 0%;
	left: 1;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 1000px;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	transform: rotate(360deg) scale(0);
}

#hoverBoxWrapperstacks_in_381_page23.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_381_page23 {
	transform: rotate(0deg) scale(1.00);
	opacity: 1.00;
	border-radius: 0px;
}








#stacks_out_381_page23 {
	width: 54%;
	margin-left:0;
}
#stacks_in_393_page23>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#hoverBoxWrapperstacks_in_399_page23 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: auto;
}

#hoverBoxWrapperstacks_in_399_page23 img {
	max-width: 100%;
	height: auto;
}

#hoverBoxStaticstacks_in_399_page23 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_399_page23 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_399_page23 a,
#hoverBoxLinkstacks_in_399_page23 a:hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}




#hoverBoxWrapperstacks_in_399_page23.touchDeviceDetected #hoverBoxStaticstacks_in_399_page23 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_399_page23.touchDeviceDetected #hoverBoxRolloverstacks_in_399_page23 {
	display: none;
	opacity: 0;
}























#hoverBoxWrapperstacks_in_399_page23.noTouchDeviceDetected #hoverBoxRolloverstacks_in_399_page23 {
	position: absolute;
	top: 0%;
	left: 1;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 1000px;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	transform: rotate(360deg) scale(0);
}

#hoverBoxWrapperstacks_in_399_page23.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_399_page23 {
	transform: rotate(0deg) scale(1.00);
	opacity: 1.00;
	border-radius: 0px;
}








#stacks_out_399_page23 {
	width: 54%;
	margin-left:0;
}
#stacks_in_415_page23>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#hoverBoxWrapperstacks_in_421_page23 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: auto;
}

#hoverBoxWrapperstacks_in_421_page23 img {
	max-width: 100%;
	height: auto;
}

#hoverBoxStaticstacks_in_421_page23 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_421_page23 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_421_page23 a,
#hoverBoxLinkstacks_in_421_page23 a:hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}




#hoverBoxWrapperstacks_in_421_page23.touchDeviceDetected #hoverBoxStaticstacks_in_421_page23 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_421_page23.touchDeviceDetected #hoverBoxRolloverstacks_in_421_page23 {
	display: none;
	opacity: 0;
}























#hoverBoxWrapperstacks_in_421_page23.noTouchDeviceDetected #hoverBoxRolloverstacks_in_421_page23 {
	position: absolute;
	top: 0%;
	left: 1;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 1000px;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	transform: rotate(360deg) scale(0);
}

#hoverBoxWrapperstacks_in_421_page23.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_421_page23 {
	transform: rotate(0deg) scale(1.00);
	opacity: 1.00;
	border-radius: 0px;
}








#stacks_out_421_page23 {
	width: 54%;
	margin-left:0;
}
#stacks_in_433_page23>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#hoverBoxWrapperstacks_in_439_page23 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: auto;
}

#hoverBoxWrapperstacks_in_439_page23 img {
	max-width: 100%;
	height: auto;
}

#hoverBoxStaticstacks_in_439_page23 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_439_page23 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_439_page23 a,
#hoverBoxLinkstacks_in_439_page23 a:hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}




#hoverBoxWrapperstacks_in_439_page23.touchDeviceDetected #hoverBoxStaticstacks_in_439_page23 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_439_page23.touchDeviceDetected #hoverBoxRolloverstacks_in_439_page23 {
	display: none;
	opacity: 0;
}























#hoverBoxWrapperstacks_in_439_page23.noTouchDeviceDetected #hoverBoxRolloverstacks_in_439_page23 {
	position: absolute;
	top: 0%;
	left: 1;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 1000px;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	transform: rotate(360deg) scale(0);
}

#hoverBoxWrapperstacks_in_439_page23.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_439_page23 {
	transform: rotate(0deg) scale(1.00);
	opacity: 1.00;
	border-radius: 0px;
}








#stacks_out_439_page23 {
	width: 54%;
	margin-left:0;
}
#stacks_in_451_page23>.s3_row {
	margin: 0 -10px;
}

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

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




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










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



}



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


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


}





#hoverBoxWrapperstacks_in_456_page23 {
	height: auto;
	min-height: 0px;
	max-height: 1000px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1;
	cursor: auto;
}

#hoverBoxWrapperstacks_in_456_page23 img {
	max-width: 100%;
	height: auto;
}

#hoverBoxStaticstacks_in_456_page23 {
	position: relative;
	display: block;
	z-index: 8;
	width: 100%;
}

#hoverBoxRolloverstacks_in_456_page23 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
}

#hoverBoxLinkstacks_in_456_page23 a,
#hoverBoxLinkstacks_in_456_page23 a:hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	background: url(../files/bg_fill.gif) repeat;
	border: none;
	outline: none;
}




#hoverBoxWrapperstacks_in_456_page23.touchDeviceDetected #hoverBoxStaticstacks_in_456_page23 {
	display: block;
	opacity: 1.00;
}

#hoverBoxWrapperstacks_in_456_page23.touchDeviceDetected #hoverBoxRolloverstacks_in_456_page23 {
	display: none;
	opacity: 0;
}























#hoverBoxWrapperstacks_in_456_page23.noTouchDeviceDetected #hoverBoxRolloverstacks_in_456_page23 {
	position: absolute;
	top: 0%;
	left: 1;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;
	border-radius: 1000px;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	transform: rotate(360deg) scale(0);
}

#hoverBoxWrapperstacks_in_456_page23.noTouchDeviceDetected:hover #hoverBoxRolloverstacks_in_456_page23 {
	transform: rotate(0deg) scale(1.00);
	opacity: 1.00;
	border-radius: 0px;
}








#stacks_out_456_page23 {
	width: 54%;
	margin-left:0;
}
.topbox_content {
  width: 85vw;
  height: 85vh;
}

.topbox_notouch .topbox_effect_fade,
.topbox_notouch .topbox_effect_slideLeft,
.topbox_notouch .topbox_effect_slideRight,
.topbox_notouch .topbox_effect_slideUp,
.topbox_notouch .topbox_effect_slideDown {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}




/* Stops the page scrolling when the lightbox is opened */
body.topbox_open {
	overflow: hidden;
}


#topbox_trigger_region_stacks_in_346_page23 {
  position: relative;
}

#topbox_trigger_stacks_in_346_page23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}






















/* Our fancyboxish skin named 'fancyboxish' */
.topbox_skin_fancyboxish .topbox_fill {
  background-color: rgba(119, 119, 119, 0.7);
}

.topbox_skin_fancyboxish .topbox_error,
.topbox_skin_fancyboxish .topbox_pdf_mobile_message {
  color: #ffffff;
  font-size: 18px;
}

.topbox_skin_fancyboxish a.topbox_pdf_mobile_button,
.topbox_skin_fancyboxish a.topbox_pdf_mobile_button:visited {
  color: #ffffff;
  border-radius: 1rem;
  border: 2px solid #ffffff;
  text-decoration: none;
  transition: all 300ms ease-in;
  padding: 1rem;
  line-height: 1;
  display: block;
  margin-top: 1rem;
}

.topbox_skin_fancyboxish .topbox_nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topbox_skin_fancyboxish .topbox_prev,
.topbox_skin_fancyboxish .topbox_next,
.topbox_skin_fancyboxish .topbox_close {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-decoration: none;
  font-size: 45px;
  color: #ffffff;
  background: #000000;
  border: 4px solid #ffffff;
  transition: all 100ms ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  line-height: 1;
  border-radius: 50%;
  margin: 15px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
}

.topbox_skin_fancyboxish .topbox_prev:before {
  content: ' ';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #fff;
}

.topbox_skin_fancyboxish .topbox_prev:hover:before {
  border-right: 9px solid #eaeaea;
  transition: all 200ms ease-in-out;
}

.topbox_skin_fancyboxish .topbox_next:before {
  content: ' ';
  position: absolute;
  top: 4px;
  right: 7px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #fff;
}

.topbox_skin_fancyboxish .topbox_next:hover:before {
  border-left: 9px solid #eaeaea;
  transition: all 200ms ease-in-out;
}

.topbox_skin_fancyboxish .topbox_close:before,
.topbox_skin_fancyboxish .topbox_close:after {
  position: absolute;
  top: 4px;
  left: 12px;
  content: ' ';
  height: 18px;
  width: 4px;
  background-color: #fff;
}

.topbox_skin_fancyboxish .topbox_close:hover:before,
.topbox_skin_fancyboxish .topbox_close:hover:after {
  background-color: #eaeaea;
  transition: all 200ms ease-in-out;
}

.topbox_skin_fancyboxish .topbox_close:before {
  transform: rotate(45deg);
}

.topbox_skin_fancyboxish .topbox_close:after {
  transform: rotate(-45deg);
}

.topbox_skin_fancyboxish .topbox_title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  background: none;
  color: #ffffff;
  padding: 3px 20px;
  text-align: center;
  display: inline-block;
}

.topbox_skin_fancyboxish .topbox_image,
.topbox_skin_fancyboxish .topbox_html5audio,
.topbox_skin_fancyboxish .topbox_html5video,
.topbox_skin_fancyboxish .topbox_embedded_web_video,
.topbox_skin_fancyboxish .plyr,
.topbox_skin_fancyboxish .topbox_ajax,
.topbox_skin_fancyboxish .topbox_inline,
.topbox_skin_fancyboxish .topbox_ajax,
.topbox_skin_fancyboxish .topbox_pdf_wrap,
.topbox_skin_fancyboxish .topbox_iframe_wrap,
.topbox_skin_fancyboxish .topbox_video_iframe_wrap {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
}
























































#topbox_trigger_region_stacks_in_347_page23 {
  position: relative;
}

#topbox_trigger_stacks_in_347_page23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






#topbox_trigger_region_stacks_in_389_page23 {
  position: relative;
}

#topbox_trigger_stacks_in_389_page23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






#topbox_trigger_region_stacks_in_407_page23 {
  position: relative;
}

#topbox_trigger_stacks_in_407_page23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






#topbox_trigger_region_stacks_in_429_page23 {
  position: relative;
}

#topbox_trigger_stacks_in_429_page23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






#topbox_trigger_region_stacks_in_447_page23 {
  position: relative;
}

#topbox_trigger_stacks_in_447_page23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






#topbox_trigger_region_stacks_in_463_page23 {
  position: relative;
}

#topbox_trigger_stacks_in_463_page23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#stacks_in_142_page23_float {
	float:left;
	width:33%;
}/*  */
#stacks_in_283_page23 > .layouts-section {
  grid-gap: 0px 0px;
  -ms-grid-columns: (minmax(0px, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0px, 1fr));
   
   
   
}
#stacks_in_283_page23 > .layouts-section > div {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_283_page23 > .layouts-section > div {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
@media all and (max-width: 900px) {
  #stacks_in_283_page23 > .layouts-section {
    -ms-grid-columns: minmax(0px, 1fr);
    -ms-grid-columns: (minmax(0px, 1fr))[2];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  #stacks_in_283_page23 > .layouts-section[data-col="3"] {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #stacks_in_283_page23 > .layouts-section[data-col="3"] > div:nth-child(3n) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  #stacks_in_283_page23 > .layouts-section > div {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media all and (max-width: 700px) {
  #stacks_in_283_page23 > .layouts-section {
    -ms-grid-columns: minmax(0px, 1fr);
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-columns: repeat( 1, minmax(0px, 1fr));
  }
  #stacks_in_283_page23 > .layouts-section[data-col="3"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #stacks_in_283_page23 > .layouts-section[data-col="3"] > div:nth-child(3n) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
/*  */
/*  */
#stacks_in_283_page23 {
	padding:  5px;
}

#stacks_in_285_page23 {
	background-color: rgba(255, 255, 255, 0.25);
	margin:  5px;
	padding:  10px;
}
    #stacks_in_287_page23>.s-pro.no-vault-z>.shear-wrapper>.shear-inner.o-bg-vault>.inner-content{z-index:1}  #stacks_in_287_page23>.s-pro>.sections-layer{display:none}      #stacks_in_287_page23>.s-pro>.shear-wrapper>.shear-inner::after,#stacks_in_287_page23>.s-pro>.shear-wrapper>.shear-inner::before{margin-top:0.00%}       
 #stacks_in_289_page23.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_289_page23.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_289_page23.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_289_page23{position:relative;overflow:visible;pointer-events:auto; z-index:auto;}#stacks_in_289_page23.box-pos>.s-box{overflow:visible} #stacks_in_289_page23{-webkit-perspective:600px;perspective:600px;-webkit-perspective-origin:50.00% 50.00%;perspective-origin:50.00% 50.00%} #stacks_in_289_page23>.s-box{margin: 0px }#stacks_in_289_page23>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_289_page23>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_289_page23>.s-box>.s-box-content{padding: 0px }}   #stacks_in_289_page23{max-width:100.00%}@media all and (min-width:640px){#stacks_in_289_page23{max-width:100.00%}}#stacks_in_289_page23.auto-width{width:auto!important}#stacks_in_289_page23.box-pos[data-equalizer-watch]{display:-webkit-box;display:-ms-flexbox;display:flex}#stacks_in_289_page23>.s-box{position:relative} #stacks_in_289_page23.box-pos{height:30.00vh}@media all and (min-width:640px){#stacks_in_289_page23.box-pos{height:30.00vh}}      
.glitch_stacks_in_291_page23 .glitch__img {
  background-size: cover;
  background-image: url(); }

.glitch_stacks_in_291_page23.glitch-prop {
  padding-bottom: 56.25%; }

.glitch_stacks_in_291_page23.glitch-vh {
  padding-bottom: 100.00vh; }

.glitch_stacks_in_291_page23.glitch-sized .glitch__content {
  justify-content: flex-start; }

.glitch_stacks_in_291_page23 {
  --gap-horizontal: 20px;
  --gap-vertical: 2px;
  --time-anim: 2.25s;
  --delay-anim: 0s;
  --texttime-anim: 2.25s;
  --textdelay-anim: 0s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: transparent;
  --glitch-repeat: infinite; }

.glitch_stacks_in_291_page23 .glitch__img:nth-child(n+2) {
  transition: opacity 0 var(--delay-anim);
  opacity: 0; }

.glitch_stacks_in_291_page23 .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2); }

.glitch_stacks_in_291_page23 .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3); }

.glitch_stacks_in_291_page23 .glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4); }

.glitch_stacks_in_291_page23 .glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5); }

.glitch_stacks_in_291_page23 .glitch__img:nth-child(n+2) {
  opacity: 0; }

.glitch_stacks_in_291_page23.on-hover:hover .glitch__img:nth-child(2), .glitch_stacks_in_291_page23.on-always .glitch__img:nth-child(2) {
  transform: translate3d(var(--gap-horizontal), 0, 0);
  animation: glitch-anim-1-horizontal var(--time-anim) var(--glitch-repeat) linear alternate;
  animation-delay: var(--delay-anim); }

.glitch_stacks_in_291_page23.on-hover:hover .glitch__img:nth-child(3), .glitch_stacks_in_291_page23.on-always .glitch__img:nth-child(3) {
  transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  animation: glitch-anim-2-horizontal var(--time-anim) var(--glitch-repeat) linear alternate;
  animation-delay: var(--delay-anim); }

.glitch_stacks_in_291_page23.on-hover:hover .glitch__img:nth-child(4), .glitch_stacks_in_291_page23.on-always .glitch__img:nth-child(4) {
  transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  animation: glitch-anim-3-horizontal var(--time-anim) var(--glitch-repeat) linear alternate;
  animation-delay: var(--delay-anim); }

.glitch_stacks_in_291_page23.on-hover:hover .glitch__img:nth-child(5), .glitch_stacks_in_291_page23.on-always .glitch__img:nth-child(5) {
  animation: glitch-anim-flash 0.5s steps(1, end) var(--glitch-repeat);
  animation-delay: var(--delay-anim); }

@keyframes glitch-anim-1-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  10% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  20% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  30% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  40% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  50% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  70% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  90% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); } }

@keyframes glitch-anim-2-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  15% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  22% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  31% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  45% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  51% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  63% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  76% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  81% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  94% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); } }

@keyframes glitch-anim-3-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  10% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  25% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  27% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  30% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  33% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  37% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  40% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  45% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  50% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  53% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  57% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  65% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  70% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  80% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); } }

.glitch_stacks_in_291_page23.custom-glitch {
  --glitch-width: 100%;
  --glitch-height: 100%;
  --gap-horizontal: 0px;
  --gap-vertical: 50px;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: none;
  --blend-color-1: rgba(255, 255, 255, 0);
  --blend-color-2: rgba(255, 255, 255, 0.25);
  --blend-color-3: rgba(128, 0, 2, 0.25);
  --blend-color-4: transparent;
  --blend-color-5: rgba(255, 255, 255, 0); }

.glitch_stacks_in_291_page23.on-hover:hover .glitch-text, .glitch_stacks_in_291_page23.on-always .glitch-text {
  transform: translate3d(0, 0, 0); }
  .glitch_stacks_in_291_page23.on-hover:hover .glitch-text h1, .glitch_stacks_in_291_page23.on-hover:hover .glitch-text h2, .glitch_stacks_in_291_page23.on-hover:hover .glitch-text h3, .glitch_stacks_in_291_page23.on-hover:hover .glitch-text h4, .glitch_stacks_in_291_page23.on-hover:hover .glitch-text h5, .glitch_stacks_in_291_page23.on-hover:hover .glitch-text h6, .glitch_stacks_in_291_page23.on-hover:hover .glitch-text p, .glitch_stacks_in_291_page23.on-always .glitch-text h1, .glitch_stacks_in_291_page23.on-always .glitch-text h2, .glitch_stacks_in_291_page23.on-always .glitch-text h3, .glitch_stacks_in_291_page23.on-always .glitch-text h4, .glitch_stacks_in_291_page23.on-always .glitch-text h5, .glitch_stacks_in_291_page23.on-always .glitch-text h6, .glitch_stacks_in_291_page23.on-always .glitch-text p {
    animation-duration: var(--texttime-anim);
    animation-delay: calc(var(--textdelay-anim) + var(--texttime-anim) * 0.25);
    animation-name: glitch-anim-text;
    animation-timing-function: linear;
    animation-iteration-count: var(--glitch-repeat);
    margin: 1px !important; }

#stacks_in_293_page23 {
	background-color: rgba(255, 255, 255, 0.25);
	margin:  5px;
	padding:  10px;
}
/* Start dooMap 2 stack each CSS code */#stacks_in_297_page23map img {    max-width: none !important; }#stacks_in_297_page23 .gm-style-iw{	color: #444 !important;}.gmnoprint img {    max-width: none !important; }.stacks_in_297_page23error{	position: relative;	background: #ffeaea;	padding: 0;	margin: 0;}.dooMapErrorColour{	color: red;}#stacks_in_297_page23map{	height: 366px;		max-width: 400px;	margin: 0 auto 0 auto;	}.dooMapClearer{	clear: both;	height: 0;	margin: 0;	padding: 0;}#stacks_in_297_page23directions{	position: relative;	background: #fff;	display: none;	border: 1px solid #ccc;	border-radius: 2px;	padding: 10px;	color: #444;}.stacks_in_297_page23directionsHeader{	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_297_page23cancel{	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_297_page23print, .stacks_in_297_page23email, .stacks_in_297_page23google{	position: relative;	display: inline-block;	margin-top: 8px !important;	margin-right: 3px !important;}	#stacks_in_297_page23 .dooMapLocation{		display: none;	}/* End dooMap 2 stack each CSS code */
#stacks_in_297_page23 {
	padding:  5px;
}
/* Start dooMap2location stack each CSS code *//* End dooMap2location stack each CSS code *//* Start Contact Form stack CSS code */.stacks_in_304_page23formwrap{	margin: 0;}#stacks_in_304_page23comment{display: none;height: 0px;padding: 0px;margin: 0px;}.stacks_in_304_page23mail{padding: 0;}.stacks_in_304_page23fieldset{	border: none;	outline: none;	float : none !important;	text-align: left !important;}.stacks_in_304_page23formail{}.stacks_in_304_page23fieldset{	padding: 0 20px 0 3px;}#stacks_in_304_page23 label{display: block;margin: 10px 0 0 0;padding: 0 0 5px 0;line-height: 1.1em;}#stacks_in_304_page23 label *{display: inline;}#stacks_in_304_page23 .stacks_in_304_page23input{padding: 3px 7px 3px 7px;width: 100%;font-size: 12px;background: #E6E6E6 !important;color: #333333 !important;margin: 0;border: 1px solid #C3C3C3 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px !important;}#stacks_in_304_page23 textarea{padding: 7px;width: 100%;font-size: 13px;border: 1px solid #C3C3C3 !important;background: #E6E6E6 !important;color: #333333 !important;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}.stacks_in_304_page23sendmail{margin-top: 20px !important;padding: 4px 7px 4px 7px !important;display: block;text-align: center !important;font-size: 12px;color: #E6E6E6 !important;border: 1px solid #2B2B2B !important;background-color: #333333 !important;-moz-border-radius: 3px !important;-webkit-border-radius: 3px !important;border-radius: 3px;cursor: pointer;}#sendmail:hover{cursor: pointer;}.stacks_in_304_page23response{display: none;width: 80%;border: 1px solid #D6392B;background: #FEF4FA;padding: 10px;margin: 20px auto 0 0;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}.stacks_in_304_page23loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_304_page23autoreplay{visibility: hidden;height: 0px;display: none;}#stacks_in_304_page23 textarea{	color: #333333 !important;}/* End Contact Form stack CSS code */
#stacks_in_304_page23 {
	background-color: rgba(255, 255, 255, 0.25);
	margin:  5px;
	padding:  10px;
}
/* @group CSS Reset */

#shareStackWrapperstacks_in_63_page23 *,
#shareStackWrapperstacks_in_63_page23 *::after,
#shareStackWrapperstacks_in_63_page23 *::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#shareStackWrapperstacks_in_63_page23 ul#shareStackArraystacks_in_63_page23 {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	overflow: auto;
	text-align: center;
}

#shareStackWrapperstacks_in_63_page23 [class^="fa fa-"] {
	line-height: 50px;
	color: inherit;
}

/* @end */

/* @group Positioning */

/* @group Absolute Positioning */

/*  */

/* @end */

/* @group Fixed Positioning */

/*  */

/* @end */

/*  */

/* @group Relative Positioning */

#shareStackWrapperstacks_in_63_page23 {
	position: relative;
	width: 100%;
}

/*  */

/* @end */





/* @end */

/* @group Buttons */

#shareStackWrapperstacks_in_63_page23 ul#shareStackArraystacks_in_63_page23 li.shareStackItem {
	padding: 0;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	transition: opacity 300ms ease-in-out;
	border-radius: 0px;
	opacity: 0.60;
	list-style: none;
	overflow: hidden;
}

#shareStackWrapperstacks_in_63_page23 ul#shareStackArraystacks_in_63_page23 li.shareStackItem:hover {
	opacity: 0.99;
}

#shareStackWrapperstacks_in_63_page23 ul#shareStackArraystacks_in_63_page23 li.shareStackItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

/* @end */

/* @group Responsive */

#shareStackWrapperstacks_in_63_page23 ul#shareStackArraystacks_in_63_page23 {
	display: none;
}

@media screen and (min-width: 380px) and (max-width: 100000px) {
	#shareStackWrapperstacks_in_63_page23 ul#shareStackArraystacks_in_63_page23 {
		display: block;
	}
}

/* @end */

/* @group Icons */

#shareStackWrapperstacks_in_63_page23 #shareStackItem-baidustacks_in_63_page23 {
	background: #FF4749;
	color: #0000ff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-bloggerstacks_in_63_page23 {
	background: #F3881F;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-deliciousstacks_in_63_page23 {
	background: #0c83e8;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-diggstacks_in_63_page23 {
	background: #000000;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-facebookstacks_in_63_page23 {
	background: #406fac;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-googleplusstacks_in_63_page23 {
	background: #e15540;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-linkedinstacks_in_63_page23 {
	background: #0182bd;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-livejournalstacks_in_63_page23 {
	background: #083B51;
	color: #9AECFF;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-myspacestacks_in_63_page23 {
	background: #032087;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-odnoklassnikistacks_in_63_page23 {
	background: #E76E23;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-pocketstacks_in_63_page23 {
	background: #DC2447;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-redditstacks_in_63_page23 {
	background: #d3e6f8;
	color: #000000;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-renrenstacks_in_63_page23 {
	background: #f5f5f5;
	color: #0164b4;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-stumbleuponstacks_in_63_page23 {
	background: #ed5328;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-telegramstacks_in_63_page23 {
	background: #32afed;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-tumblrstacks_in_63_page23 {
	background: #3c4f67;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-twitterstacks_in_63_page23 {
	background: #44A6FD;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-viadeostacks_in_63_page23 {
	background: #333333;
	color: #E88B25;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-vkontaktestacks_in_63_page23 {
	background: #557fab;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-weibostacks_in_63_page23 {
	background: #db2f2d;
	color: #ffffff;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-xingstacks_in_63_page23 {
	background: #D0D607;
	color: #0A5256;
}

/* Utility icons */

#shareStackWrapperstacks_in_63_page23 #shareStackItem-emailstacks_in_63_page23 {
	background: #cdcdcd;
	color: #333333;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-printstacks_in_63_page23 {
	background: #808080;
	color: #ffffff;
}

/* Custom Icons */

#shareStackWrapperstacks_in_63_page23 #shareStackItem-customonestacks_in_63_page23 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-customtwostacks_in_63_page23 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-customthreestacks_in_63_page23 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-customfourstacks_in_63_page23 {
	background: #FF8000;
	color: #333333;
}

#shareStackWrapperstacks_in_63_page23 #shareStackItem-customfivestacks_in_63_page23 {
	background: #FF8000;
	color: #333333;
}

/* @end */

@media print {
	#shareStackWrapperstacks_in_63_page23 {
		display: none !important;
	}
}

/* @group Edit Mode Styling */

/*  */

/* @end */
