.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}


.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)}}

/* Normilizes box-sizing  */
#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}


#pbOverlay.show{ opacity:1; pointer-events:auto; }
#pbOverlay{
  opacity:0; overflow:hidden; width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; text-align:center; pointer-events:none;
  -moz-user-select:none;
  background:rgba(0,0,0,.90);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
  /* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); */
  -webkit-transform:translate3d(0);
  transition:opacity 300ms ease;
}
#pbOverlay.msie{ background-color:rgba(0,0,0,.6); }
.msie.pbLoading .pbWrapper{ background:url('../images/loading.gif') no-repeat center center; }

@keyframes pbLoaderFrames{ 50%{ height:5px; } }
@-webkit-keyframes pbLoaderFrames{ 50%{ height:5px; } }

.pbLoader{ display:none; width:100px; height:100px; position:absolute; z-index:999; top:0; left:0; right:0; bottom:0; margin:auto; text-align:center; border-radius:100%; box-shadow:15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px; transition:.3s; }
.thumbs .pbLoader{ -webkit-transform:translateY(-50px); transform:translateY(-50px); }
.pbLoading:not(.msie):not(.error) .pbLoader{ display:block; }
  .pbLoader b{ display:inline-block; vertical-align:middle; margin:0 2px; width:8px; height:60px; border-radius:5px; background:rgba(255,255,255,.8); box-shadow:0 0 10px rgba(0,0,0,.5); -webkit-animation:.9s pbLoaderFrames infinite linear; animation:.9s pbLoaderFrames infinite linear; }
  .pbLoader b:nth-child(2){ -webkit-animation-delay:.3s; animation-delay:.3s; }
  .pbLoader b:nth-child(3){ -webkit-animation-delay:.6s; animation-delay:.6s; }

.mobile.pbLoading .pbLoader{ transform:none; transition:0s; }

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before{ content:""; display:inline-block; height:100%; margin-right:-.25em; vertical-align:middle; }

/* Animation when image was not loaded */
@keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); transform:scale(.85); } }
@-webkit-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -webkit-transform:scale(.85); } }

.pbWrapper{ -moz-box-sizing:border-box; box-sizing:border-box; transform:rotate(0deg); vertical-align:middle; height:100%; perspective:1200px; position:relative;  }
.video > .pbWrapper{ z-index:11; display:inline-block; }
  /*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/
  .pbLoading .pbWrapper{ display:inline-block\9; width:100%; } /* ie8+9 hack */
  .pbWrapper:before{ content:'\2716'; color:transparent; text-shadow:0 2px 35px rgba(255,255,255,0); font-size:0; vertical-align:middle; cursor:default; transition:text-shadow .7s ease-out; }
  .error .pbWrapper:before{ font-size:22em; text-shadow:0 0 0 #FFF; -webkit-animation:2s 1s deadImage infinite linear; animation:2s 1s deadImage infinite linear; }
  .thumbs .pbWrapper{ padding:0; margin:0; }
  .error .pbWrapperr img{ width:0; }

  .pbWrapper > div{ display:none; width:624px; height:351px; vertical-align:middle; border-radius:5px; background:rgba(0,0,0,.5); }
  .video > .pbWrapper > div{ display:inline-block; }

  #pbOverlay iframe,
  #pbOverlay embed,
  #pbOverlay object{ display:block; width:100%; height:100%; opacity:1; transition:.5s; }

  .pbWrapper .pbHide iframe{ opacity:0; }

  .pbWrapper > div,
  .pbWrapper > img{
    transition:.8s .5s cubic-bezier(.1, .87, .48, 1);

    -webkit-transform:none;
    -ms-transform:none;
    transform:none;

    -webkit-backface-visibility:hidden;
    box-shadow:0 0 20px #000;
  }

  /* FOR MOBILE */
  .mobile.show .pbWrapper > div,
  .mobile.show .pbWrapper > img{
    transition:30ms;
  }

  /* Content effects */
  .pbWrapper > *,
  .pbHide .pbWrapper > .prepare{ opacity:1; vertical-align:middle; transform:scale(0) rotateX(80deg); -webkit-transform:scale(0) rotateX(80deg); -ms-transform:scale(0) rotateX(80deg); border-radius:6px; border:none; max-height:95%; max-width:100%; }
  .on .pbWrapper > *{ transition-delay:0s; }
  .pbWrapper .zoomable{ -webkit-transition:0s; transition:0s; position:relative; z-index:9; }
  .pbHide .pbWrapper > *{ -webkit-transform:scale(1.2); transform:scale(1.2); transform:none\9; opacity:0; transition:.4s ease-out; }



/*-- close button --*/
#pbCloseBtn,
#pbAutoplayBtn{ position:absolute; top:-50px; right:-50px; z-index:999; display:block; padding:0 0 20px 20px; text-align:center; cursor:pointer; color:#FFF; transition:.3s .3s ease-out; }
.pbHide #pbCloseBtn{ top:-50px; right:-50px; }
.on #pbCloseBtn{ top:-2px; right:-2px; }

#pbCloseBtn:before{ content:'\00D7'; font:bold 1em/1 arial; }
#pbCloseBtn:before, #pbAutoplayBtn:before{ display:inline-block; height:35px; width:35px; padding:8px 8px 12px 12px; font-size:2em; opacity:.8; vertical-align:middle; background:rgba(255,255,255,.2); border-radius:0 0 0 70px; transition:.1s ease-out; }
#pbCloseBtn:hover:before{ padding:15px 10px 24px 24px; background:rgba(255,100,100,.4); }

/*-- autoplay controller --*/
#pbAutoplayBtn{ display:none; right:auto; left:-50px; padding:0; width:50px; height:50px; font-size:13px; }
.hasAutoplay #pbAutoplayBtn{ display:block; }
#pbAutoplayBtn:hover{ width:60px; height:60px; }
.on #pbAutoplayBtn{ top:0px; left:0px; transition:.1s ease-out; }
  #pbAutoplayBtn:before{ content:'\2016'; width:100%; height:100%; border-radius:0 0 70px 0; font-weight:bold; padding:0; text-indent:-6px; line-height:1.6; }
  #pbAutoplayBtn:active:before{ text-shadow:0 0 3px #FFF, 0 0 6px #FFF; }
  #pbAutoplayBtn.play:before{ content:'\25BA'; }

  #pbAutoplayBtn .pbProgress{ display:none\9; width:100%; height:100%; overflow:hidden; position:absolute; padding:6px; top:0; left:0; opacity:.2; transform:rotateZ(0deg); -webkit-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; -webkit-transition:.3s; transition:.3s; }
  .mobile #pbAutoplayBtn .pbProgress{ -webkit-transition:0s; transition:0s; }
  #pbAutoplayBtn.playing .pbProgress{ -webkit-transform:rotateZ(90deg); -ms-transform:rotateZ(90deg); transform:rotateZ(90deg); }
  #pbAutoplayBtn .pbProgress:before{ content:''; position:absolute; right:0; bottom:0; width:200%; height:200%; border-radius:50%; box-shadow:0 0 0 8px #FFF inset; }

#pbCaption,
.pbHide #pbCaption{ position:absolute; z-index:999; margin-bottom:5px; bottom:-120px; width:100%; overflow:hidden; transition:.4s; }
.show.on #pbCaption{ bottom:0; transition-delay:.5s; }
  #pbOverlay.thumbs #pbCaption label{ display:block; }
  #pbCaption label{ display:none; position:relative; z-index:1; top:-5px; float:right; width:60px; margin-right:10px; color:#FFF; opacity:.3; transition:.2s; cursor:pointer; }
  #pbCaption label:after{ background:#FFF; box-shadow:12px 0 #FFF, -12px 0 #FFF; content:""; display:inline-block; height:0; padding:10px 5px; text-align:right; vertical-align:top; width:0; }
  #pbCaption label:hover{ opacity:1; }
  #pbCaption .title,
  #pbCaption .counter{ display:inline-block; color:#FFF; margin:0 6px; }
  #pbCaption .counter{ display:none; opacity:.55; }
  .hasCounter #pbCaption .counter{ display:inline-block; }
  .pbCaptionText{ transition:.3s; opacity:.9; font-weight:bold; font-size:.9em; text-shadow:1px 1px 1px rgba(0,0,0,.5); padding-left:60px; } /* padding-left from <label> */
  .pbCaptionText.change{ -webkit-transform:translateY(25px); transform:translateY(25px); opacity:0; }

.mobile #pbCaption label{ display:none; z-index:-1; color:red; }
.mobile .pbCaptionText{ padding:0; }

/* hide thumbnails */
#pbThumbsToggler:checked ~ #pbCaption .pbThumbs{ margin:0; }
#pbThumbsToggler:checked ~ .pbWrapper{ margin-top:-50px; padding:50px 0; }

.pbThumbs{ display:none; transition:.35s; -webkit-overflow-scrolling:touch; }
.thumbs .pbThumbs{ display:block; width:100%; padding:5px 0 2px; margin-bottom:-100px; overflow:hidden; }
.mobile .pbThumbs{ overflow:auto; }
.pbThumbs:hover{ clear:both; }
  .pbThumbs ul{ display:inline-block; position:relative; list-style:none; height:80px; padding:0 5px; margin:0; white-space:pre; transition:.2s; }
  .pbThumbs ul:after{ vertical-align:bottom; }
    .pbThumbs li{ display:inline-block; vertical-align:bottom; height:70%; opacity:.6; text-align:center; position:relative; transition:.15s; }
    .pbThumbs li.active{ height:100%; opacity:1; }
    .pbThumbs li:hover{ height:100%; opacity:1; }
    .pbThumbs li.video::before{ content:'\25BA'; color:#FFF; font-size:20px; height:20px; width:20px; line-height:.9; position:absolute; bottom:4px; left:7px; background:rgba(0,0,0,.4); box-shadow:0 0 0 3px rgba(0,0,0,.4); border-radius:0 3px 0 0; pointer-events:none; }
      .pbThumbs a{ height:100%; padding:0 2px; display:block; -moz-user-select:none; }
      .pbThumbs li:hover a{  }
        .pbThumbs img{ height:96%; min-height:95.9%; border:2px solid #FFF; max-width:none; border-radius:0; transition:.15s; }
        .pbThumbs li:hover img{ min-height:96%; } /* fix a bug in Chrome and Opera */
        .pbThumbs li.fast a img{ transition:none; }
        .pbThumbs li.active a img{ border-color:#D8FF16; min-height:96%; }

#pbOverlay .prevNext{ display:none; background:rgba(0,0,0,0); position:absolute; z-index:10; height:100%; width:35%; padding:80px 0; opacity:0; box-sizing:border-box; -moz-box-sizing:border-box; top:0; transition:.2s ease-out; text-shadow:0 0 12px #000, 0 0 10px #FFF; user-select:none; filter:alpha(opacity=0); cursor:pointer; }
#pbOverlay.hasArrows .prevNext{ display:block; }
#pbOverlay .prevNext.pbHide{ display:none; }
#pbOverlay.on .prevNext:hover{ opacity:.5; filter:alpha(opacity=50); }
#pbOverlay.on .prevNext:hover:active{ transition:80ms; opacity:1; filter:alpha(opacity=100); text-shadow:0 0 16px #FFF, 0 0 10px #000; }
  .prevNext b{ display:inline-block; vertical-align:middle; transition:.2s ease-in; }
  .prevNext:hover b{ transition:.2s cubic-bezier(.095, .870, .485, .985); }
  #pbPrevBtn b{ transform:scale(.4) translateX(350px); -webkit-transform:scale(.4) translateX(350px); }
  #pbNextBtn b{ transform:scale(.4) translateX(-350px); -webkit-transform:scale(.4) translateX(-350px); }
  /* */
  #pbPrevBtn b:before,
  #pbNextBtn b:after{ display:inline; line-height:.3; font-size:18em; font-weight:normal; color:#FFF; font-family:Arial; }

  #pbPrevBtn b:before{ content:'\2039'; }
  #pbNextBtn b:after{ content:'\203A'; }
  /* */
  .on #pbPrevBtn:hover b{ transform:scale(1) translateX(20px); -webkit-transform:scale(1) translateX(20px); }
  .on #pbNextBtn:hover b{ transform:scale(1) translateX(-20px); -webkit-transform:scale(1) translateX(-20px); }

.show #pbPrevBtn, #pbOverlay.show #pbNextBtn{  }
.show #pbPrevBtn{ left:0; text-align:left; }
.show #pbNextBtn{ right:0; text-align:right; }

/*------- media queries (for small screens) -----------*/
@media all and (max-width:700px){
  .pbWrapper img,
  .pbHide .pbWrapper img.prepare{ max-height:100%; }

  .thumbs .pbWrapper{ padding:0; margin:0; }
  .pbThumbs{ margin-bottom:-60px; }
  .pbThumbs.show{ margin:0; }

  .pbThumbs ul{ height:50px; }
    .pbThumbs li{ height:100%; opacity:1; }
    .pbThumbs li img{ min-height:96.5%; }
}
/* fix for Chrome */
@media all and (max-width:710px){
  .pbThumbs li.active a img{ min-height:96%; }
}

.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
/* CSSgram | Copyright (c) 2015 Una Kravets | http://una.im/CSSgram | MIT license | Version 0.1.7 */
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

.gallery-img-hide {
    display: none !important;
}


form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}
:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(0, 140, 186, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(0, 110, 156, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:100%;}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{}
            .middle-box-font{font-size:calc(28rem/16) ;font-weight:500 ;line-height:1.00 ;}@media only screen and (min-width:40em) {            .middle-box-font{font-size:calc(34rem/16) ;line-height:1.00 }}@media only screen and (min-width:64em) {            .middle-box-font{font-size:calc(38rem/16) ;line-height:1.00 }}
  h1,.h1,          .middle-box-font{font-family:"Bodoni Moda",sans-serif }
            .blog-summary-text{font-size:calc(14rem/16) ;line-height:1.00 ;}@media only screen and (min-width:40em) {            .blog-summary-text{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .blog-summary-text{font-size:calc(18rem/16) ;line-height:1.50 }}
            .blog-content-text{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em) {            .blog-content-text{font-size:calc(22rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .blog-content-text{font-size:calc(22rem/16) ;line-height:1.50 }}
.middle-box-position{position:fixed    ;z-index:6 ;top:unset ;bottom:unset ;left:50% ;right:unset ;transform:translateY(-50%) translateX(-50%) ;}
.middle-box-background{background-color:rgba(251, 255, 255, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.middle-box-background{background-attachment:scroll!important}}
.middle-box-width{width:90.00% ;}@media only screen and (min-width:40em){.middle-box-width{width:90.00% }}@media only screen and (min-width:64em){.middle-box-width{width:90.00% }}
.header-height{height:75.00vh ;}@media only screen and (min-width:40em){.header-height{height:75.00vh }}@media only screen and (min-width:64em){.header-height{height:75.00vh }}
.header-gradient{background-position:left top ;background-size:100% 100% ;background-image:linear-gradient(0deg,rgba(39, 39, 39, 0.84) 0%,47%,rgba(30, 30, 30, 0.00) 100%) ;}
.header-gradient-position{position:   relative ;z-index:1 ;top:96% ;bottom:unset ;left:unset ;right:unset ;transform:translateY(-50%) ;}
.left-margin{margin-top:1rem ;margin-left:1.25rem ;}  
.hero-container-bkg{background-color:rgba(232, 232, 232, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.hero-container-bkg{background-attachment:scroll!important}}
.middle-box-content-width{width:100% ;}  
.hero-impact-height{height:66.6666% ;}  
.middle-box-margin{margin-left:1.5rem ;}  
.contact-image{width:100.00% ;}@media only screen and (min-width:40em){.contact-image{width:150.00% }}@media only screen and (min-width:64em){.contact-image{width:150.00% }}
.contact-text{width:1.25rem ;}  
.contact-buttons{}
.contact-card{}
.columnist{-webkit-columns:calc(200rem/16) 2;-moz-columns:calc(200rem/16) 2;columns:calc(200rem/16) 2;-webkit-column-gap:calc(24rem/16);-moz-column-gap:calc(24rem/16);column-gap:calc(24rem/16);-webkit-column-rule:1px dotted rgba(153, 153, 153, 1.00);-moz-column-rule:1px dotted rgba(153, 153, 153, 1.00);column-rule:1px dotted rgba(153, 153, 153, 1.00)}


.spacerStack {
	height: 30px;
}

#spacerStackstacks_in_649 {
	height: 30px;
}










#stacks_in_649 {
	background-color: rgba(51, 51, 51, 1.00);
}
#stacks_in_526 .fg-content.fg-full-height{height:100%}#stacks_in_526 .slides-container{margin:0}#stacks_in_526 .slides-container > li{margin:0}#stacks_in_526 .slides-container > li::before,#stacks_in_526 .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_526 .slides-container.ovl-color li::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_526 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_526 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_526 .impact-wrapper{z-index:0}#stacks_in_526 .impact-wrapper.fill-container{min-width:100%}#stacks_in_526 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_526 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_526 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_526 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_526 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_526 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_526 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_526 .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_526 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_526 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_526 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_526 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_526 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_526 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_526 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_526 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_526 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_526 .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_526 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(89, 237, 212, 0.30)}#stacks_in_526 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_526 .impact-container{z-index:5}#stacks_in_526 .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_526 .scrollDown{transform:scale(0.70)}}#stacks_in_526 .scrollDown.button-bottom{bottom:30px}#stacks_in_526 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_526 .scrollDown.hide-on-mob{display:none}}#stacks_in_526 .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_526 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_526 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_526 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_526 .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_526 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_526 .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_526 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_526 .slides-pagination > a.current{transition:all 6000ms ease}
.slide-stacks_in_529 .impact-container{background-color:rgba(255, 255, 255, 0.80);padding:20px;width:100%;max-width:500px}.slide-stacks_in_529 .impact-container{position:absolute}.slide-stacks_in_529 .impact-container .custom{color:rgba(34, 34, 34, 1.00) !important}.slide-stacks_in_529 .impact-container.v-bottom{position:absolute;bottom:0%}.slide-stacks_in_529 .impact-container.h-right{position:absolute;right:0px}.slide-stacks_in_529 .impact-container.h-left{position:absolute;left:0px}.slide-stacks_in_529 .impact-container.v-top{position:absolute;top:0%}@media only screen and (max-width:40em){.slide-stacks_in_529 .impact-container{top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100%;height:100%;max-width:100%;padding:0;transform:none !important}.slide-stacks_in_529 .impact-container .slide-content{position:absolute;top:50%;width:100%;padding-left:20px;padding-right:20px;transform:translateY(-50%)}}


.spacerStack {
	height: 96px;
}

#spacerStackstacks_in_662 {
	height: 96px;
}









.hyphenate .post-title,.hyphenate .post-summary,.hyphenate .post-content{overflow-wrap:break-word;word-wrap:break-word;hyphens:auto}.post-date,.post-words{margin-bottom:1rem;display:block}small .post-date,small .post-words{margin:0;display:inline}.no-margin{margin:0}img.post-image{width:auto;height:auto;max-width:100%;display:block;margin:0 auto}img.post-image.unlimited{width:100%}img.post-image.circle{border-radius:50% !important}img.post-image.auto-lightbox{cursor:pointer}img.post-image.align-left{margin-left:0 !important}img.post-image.align-right{margin-right:0 !important}@media only screen and (max-width:40em){img.post-image.align-mobile-center{margin-left:auto !important;margin-right:auto !important}}



#stacks_in_678 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_678 .sweet_button_wrapper {
	text-align:right;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_678 .sweet_button_wrapper {
		
			height:28px;
		
	}

	

	#stacks_in_678 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_678 .sweet_button {
	cursor: default;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:22px;
	background:rgba(58, 58, 58, 1.00);
}
#stacks_in_678 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_678 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_678 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(78, 78, 78, 1.00);
}
#stacks_in_678 .sweet_button:active{
	background: rgba(38, 38, 38, 1.00);
}
#stacks_in_678 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_678 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_678 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}








#stacks_in_678 {
	margin: 0px 0px 0px 10px;
}

#stacks_out_678 {
	width: 150px;
}
.com_bigwhiteduck_stacks_paragraphpro_stack{padding-top:0.00%;padding-bottom:0.00%}@media only screen and (min-width:0px){#stacks_in_753{}}


#stacks_in_753 {
	margin: 0px 10px 0px 20px;
}
.com_bigwhiteduck_stacks_paragraphpro_stack{padding-top:0.00%;padding-bottom:0.00%}@media screen and (min-width:480px){#stacks_in_747 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:640px){#stacks_in_747 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:1000px){#stacks_in_747 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}@media screen and (min-width:2000px){#stacks_in_747 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:40px;column-gap:40px}}#stacks_in_747 p.columnize.col-dividers{-webkit-column-rule:1.50px solid rgba(51, 51, 51, 0.80);column-rule:1.50px solid rgba(51, 51, 51, 0.80)}@media only screen and (min-width:0px){#stacks_in_747{}}


#stacks_in_747 {
	margin: 0px 50px 0px 10px;
}

#stacks_out_747 {
	width: 98%;
}
#stacks_in_747 .effect-label{display:block !important}#stacks_in_747{}#stacks_in_747.readmore-js-section{-webkit-box-sizing:border-box !important;box-sizing:border-box !important}#stacks_in_747 p{margin-bottom:0 !important}.rm-stacks_in_752.readmore-js-toggle{text-decoration:none;margin-top:0.00px;padding-bottom:1.00rem}.rm-stacks_in_752.readmore-js-toggle.link-center{text-align:center}.rm-stacks_in_752.readmore-js-toggle.link-right{text-align:right;padding-right:6px}.rm-stacks_in_752.readmore-js-toggle.link-left{text-align:left;padding-left:6px}

#stacks_in_688 {
	margin: 10px 15px 0px 15px;
}

#stacks_out_688 {
	width: 150px;
}



	#stacks_in_712 .button_icon,#stacks_in_712 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_712 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_712 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:12px;
	}
	#stacks_in_712 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 6px 0px 12px;
	}




#stacks_in_712 .sweet_button_wrapper {
	text-align:left;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_712 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_712 .button_icon,#stacks_in_712 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_712 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_712 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 12px;
	text-decoration:none;
	text-align:center;
	color:rgba(58, 58, 58, 1.00);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:0px;
	background:rgba(251, 255, 255, 1.00);
}
#stacks_in_712 .sweet_button:visited {
	color:rgba(58, 58, 58, 1.00);
}

#stacks_in_712 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_712 .sweet_button:hover {
	color:rgba(58, 58, 58, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_712 .sweet_button:active{
	background: rgba(231, 235, 235, 1.00);
}
#stacks_in_712 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_712 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_712 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}










	#stacks_in_714 .button_icon,#stacks_in_714 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_714 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_714 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_714 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_714 .sweet_button_wrapper {
	text-align:left;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_714 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_714 .button_icon,#stacks_in_714 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_714 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_714 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(0, 0, 0, 0.85);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(251, 255, 255, 1.00);
}
#stacks_in_714 .sweet_button:visited {
	color:rgba(0, 0, 0, 0.85);
}

#stacks_in_714 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_714 .sweet_button:hover {
	color:rgba(0, 0, 0, 0.85);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_714 .sweet_button:active{
	background: rgba(231, 235, 235, 1.00);
}
#stacks_in_714 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_714 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_714 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}










	#stacks_in_715 .button_icon,#stacks_in_715 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_715 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_715 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_715 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_715 .sweet_button_wrapper {
	text-align:left;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_715 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_715 .button_icon,#stacks_in_715 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_715 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_715 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(0, 0, 0, 0.85);
	border-style:solid;
	border-width:0px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(251, 255, 255, 1.00);
}
#stacks_in_715 .sweet_button:visited {
	color:rgba(0, 0, 0, 0.85);
}

#stacks_in_715 .sweet_button:hover {
	border-color:rgba(153, 153, 153, 1.00);
}








#stacks_in_715 .sweet_button:hover {
	color:rgba(0, 0, 0, 0.85);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_715 .sweet_button:active{
	background: rgba(231, 235, 235, 1.00);
}
#stacks_in_715 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_715 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_715 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}










/*#stacks_in_780 {
    display: none;
}*/
.stacks_in_780_photo_wrapper {
    
}


.stacks_in_780_photo_wrapper img {
    border-radius: 0px;
}


.stacks_in_780_photo_wrapper .thumbnail-caption {
    text-align: center;
}
.stacks_in_780_photo_wrapper .cell {
	padding: 0.10rem 0.10rem 0.10rem 0.10rem;
}
.stacks_in_780_photo_wrapper img {
	width: 100%;
}





html.ncd-photo-lock{overflow:hidden}a[data-photo-group]{cursor:pointer}.ncd-photo *{padding:0;margin:0;list-style:none}.ncd-photo *,.ncd-photo *:before,.ncd-photo *:after{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.ncd-photo .cf:after{content:"";display:table;clear:both}.ncd-photo .ncd-photo{display:none}.ncd-photo ul{width:100%;margin:0 !important;padding:0 !important}.ncd-photo ul:after{content:"";display:table;clear:both}.ncd-photo li{cursor:zoom-in;line-height:0}.ncd-photo li.hide{display:none !important}.ncd-photo li div{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover;transition:box-shadow 150ms ease-out;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.ncd-photo li img{position:relative;z-index:10;transform:translateZ(0)}.ncd-photo ul p{display:inline-block;z-index:30;font-variant:normal;position:absolute;line-height:1.4;margin:0 0 10px;-webkit-user-select:none;user-select:none;transform:translateZ(0);-webkit-touch-callout:none}.ncd-photo ul p b{font-weight:normal;font-style:normal;padding-right:3px}.ncd-photo ul p em{font-weight:normal;font-style:normal}.ncd-photo ul p span{display:inline-block;padding:6px 12px}.ncd-photo ul p span.empty{visibility:hidden}.ncd-photo[data-italic-title="True"] p b,.ncd-photo[data-italic-caption="True"] p em{font-style:italic}.ncd-photo[data-bold-title="True"] p b,.ncd-photo[data-bold-caption="True"] p em{font-weight:bold}.ncd-photo[data-hide-title="True"] p b,.ncd-photo[data-hide-caption="True"] p em,.ncd-photo[data-hide-title="True"][data-hide-caption="True"] p{display:none}.ncd-photo[data-hide-caption="True"] ul p b{padding-right:0}.ncd-photo ul.cap-hov li p{opacity:0;transition:transform 300ms,opacity 300ms;transform:translate3d(0,4px,0)}.ncd-photo ul.cap-hov li:hover p{opacity:1;transform:translate3d(0,0,0)}.ncd-photo ul.cap-hide li p{display:none !important}.ncd-photo ul.cap-ibl p,.ncd-photo ul.cap-ibc p{left:0;bottom:0;right:0;margin:0;text-align:left}.ncd-photo ul.cap-ibl p span,.ncd-photo ul.cap-ibc p span{display:block}.ncd-photo ul.cap-imbl p,.ncd-photo ul.cap-imbc p{left:20px;bottom:10px;right:20px;text-align:left}.ncd-photo ul.cap-ibc p,.ncd-photo ul.cap-imbc p{text-align:center}.ncd-photo ul.cap-imbl p span,.ncd-photo ul.cap-imbc p span{border-radius:3px}.ncd-photo.photo-flow{margin:0;padding:0;width:100%;font-size:.85em;column-count:1}.ncd-photo.photo-flow li div{display:inline-block;width:100%;background:none !important}.ncd-photo.photo-flow li div:before{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;content:"";display:block;transition:box-shadow 150ms ease-out;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.ncd-photo.photo-flow li img{max-width:100%;width:100%;height:auto;display:block}.ncd-photo.photo-flow ul.cap-ibl li p,.ncd-photo.photo-flow ul.cap-ibc li p{transform:translate3d(0,0,0)}.ncd-photo.space-0.photo-grid{margin:0}.ncd-photo.space-0.photo-grid li div{margin:0}.ncd-photo.space-0.photo-flow li div{margin:0}.ncd-photo.space-0.photo-flow{column-gap:0}.ncd-photo.space-1.photo-grid{margin:0 -1px}.ncd-photo.space-1.photo-grid li div{margin:1px}.ncd-photo.space-1.photo-flow li div{margin:0 0 2px}.ncd-photo.space-1.photo-flow{column-gap:2px}.ncd-photo.space-3.photo-grid{margin:0 -3px}.ncd-photo.space-3.photo-grid li div{margin:3px}.ncd-photo.space-3.photo-flow li div{margin:0 0 6px}.ncd-photo.space-3.photo-flow{column-gap:6px}.ncd-photo.space-5.photo-grid{margin:0 -5px}.ncd-photo.space-5.photo-grid li div{margin:5px}.ncd-photo.space-5.photo-flow li div{margin:0 0 10px}.ncd-photo.space-5.photo-flow{column-gap:10px}.ncd-photo.space-7.photo-grid{margin:0 -7px}.ncd-photo.space-7.photo-grid li div{margin:7px}.ncd-photo.space-7.photo-flow li div{margin:0 0 14px}.ncd-photo.space-7.photo-flow{column-gap:14px}.ncd-photo.space-9.photo-grid{margin:0 -9px}.ncd-photo.space-9.photo-grid li div{margin:9px}.ncd-photo.space-9.photo-flow li div{margin:0 0 18px}.ncd-photo.space-9.photo-flow{column-gap:18px}.ncd-photo.space-11.photo-grid{margin:0 -11px}.ncd-photo.space-11.photo-grid li div{margin:11px}.ncd-photo.space-11.photo-flow li div{margin:0 0 22px}.ncd-photo.space-11.photo-flow{column-gap:22px}.ncd-photo.space-13.photo-grid{margin:0 -13px}.ncd-photo.space-13.photo-grid li div{margin:13px}.ncd-photo.space-13.photo-flow li div{margin:0 0 26px}.ncd-photo.space-13.photo-flow{column-gap:26px}.ncd-photo.space-15.photo-grid{margin:0 -15px}.ncd-photo.space-15.photo-grid li div{margin:15px}.ncd-photo.space-15.photo-flow li div{margin:0 0 30px}.ncd-photo.space-15.photo-flow{column-gap:30px}.ncd-photo.photo-grid li{line-height:0;float:left;display:block;position:relative;height:auto}.ncd-photo.photo-grid li div{overflow:hidden}.ncd-photo.photo-grid img{visibility:hidden;position:absolute;top:-9999px;left:-9999px}.ncd-photo.photo-grid ul li div:after{padding-top:100%;display:block;content:''}.ncd-photo.photo-col-1.photo-grid li,.ncd-photo.photo-col-2.photo-grid li,.ncd-photo.photo-col-3.photo-grid li,.ncd-photo.photo-col-4.photo-grid li,.ncd-photo.photo-col-5.photo-grid li{width:100%}.ncd-photo.rad-0 li div,.ncd-photo.rad-0.photo-flow li div:before,.ncd-photo.rad-0.photo-flow li img,.ncd-photo.rad-0.photo-flow li div{border-radius:0}.ncd-photo.rad-0 ul.cap-ibl p span,.ncd-photo.rad-0 ul.cap-ibc p span{border-radius:0}.ncd-photo.rad-3 li div,.ncd-photo.rad-3.photo-flow li div:before,.ncd-photo.rad-3.photo-flow li img,.ncd-photo.rad-3.photo-flow li div{border-radius:3px}.ncd-photo.rad-3 ul.cap-ibl p span,.ncd-photo.rad-3 ul.cap-ibc p span{border-radius:0 0 3px 3px}.ncd-photo.rad-5 li div,.ncd-photo.rad-5.photo-flow li div:before,.ncd-photo.rad-5.photo-flow li img,.ncd-photo.rad-5.photo-flow li div{border-radius:5px}.ncd-photo.rad-5 ul.cap-ibl p span,.ncd-photo.rad-5 ul.cap-ibc p span{border-radius:0 0 5px 5px}.ncd-photo.rad-7 li div,.ncd-photo.rad-7.photo-flow li div:before,.ncd-photo.rad-7.photo-flow li img,.ncd-photo.rad-7.photo-flow li div{border-radius:7px}.ncd-photo.rad-7 ul.cap-ibl p span,.ncd-photo.rad-7 ul.cap-ibc p span{border-radius:0 0 7px 7px}@media only screen and (min-width:400px){.ncd-photo.photo-col-1.photo-grid li,.ncd-photo.photo-col-2.photo-grid li,.ncd-photo.photo-col-3.photo-grid li,.ncd-photo.photo-col-4.photo-grid li,.ncd-photo.photo-col-5.photo-grid li{width:100%}.ncd-photo.photo-col-1.photo-flow,.ncd-photo.photo-col-2.photo-flow,.ncd-photo.photo-col-3.photo-flow,.ncd-photo.photo-col-4.photo-flow,.ncd-photo.photo-col-5.photo-flow{column-count:1}}@media only screen and (min-width:550px){.ncd-photo.photo-col-2.photo-grid li,.ncd-photo.photo-col-3.photo-grid li,.ncd-photo.photo-col-4.photo-grid li,.ncd-photo.photo-col-5.photo-grid li{width:50%}.ncd-photo.photo-col-2.photo-flow,.ncd-photo.photo-col-3.photo-flow,.ncd-photo.photo-col-4.photo-flow,.ncd-photo.photo-col-5.photo-flow{column-count:2}}@media only screen and (min-width:750px){.ncd-photo.photo-col-3.photo-grid li,.ncd-photo.photo-col-4.photo-grid li,.ncd-photo.photo-col-5.photo-grid li{width:33.3333%}.ncd-photo.photo-col-3.photo-flow,.ncd-photo.photo-col-4.photo-flow,.ncd-photo.photo-col-5.photo-flow{column-count:3}}@media only screen and (min-width:950px){.ncd-photo.photo-col-4.photo-grid li,.ncd-photo.photo-col-5.photo-grid li{width:25%}.ncd-photo.photo-col-4.photo-flow,.ncd-photo.photo-col-5.photo-flow{column-count:4}}@media only screen and (min-width:1200px){.ncd-photo.photo-col-5.photo-grid li{width:20%}.ncd-photo.photo-col-5.photo-flow{column-count:5}}.batch-hide{position:absolute;opacity:0;top:-9999px;left:-9999px}@media only screen and (max-width:400px){.ncd-photo ul p{opacity:0 !important}}.ncd-photo.photo-flow.cap-under ul p,.ncd-photo.photo-flow.cap-under ul p span{position:static;display:block;margin-bottom:0}.ncd-photo.photo-flow.cap-under ul p span{border-top-right-radius:0 !important;border-top-left-radius:0 !important;padding:10px}.ncd-photo.photo-flow.cap-under ul img{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.ncd-photo.photo-flow.cap-under li div{box-shadow:none}#ncdPhotoLoader{position:absolute;color:#ff0000;top:50%;left:50%;opacity:0;transition:opacity 350ms 150ms;transform:translate3d(-50%,-50%,0)}#ncdPhotoLoader.processing{opacity:1}#ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{height:44px;width:44px;margin:0 auto;position:relative;animation:rotation .6s infinite linear;border-radius:100%}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}#ncdPhotoBase{position:fixed;top:-9999px;left:-9999px;width:100%;height:100%;z-index:10;opacity:0;transition:opacity 300ms 0ms,top 0ms 300ms,left 0ms 300ms;-webkit-user-select:none;user-select:none}#ncdPhotoBase *,#ncdPhotoBase *:before,#ncdPhotoBase *:after{box-sizing:border-box}#ncdPhotoBase.on{top:0;left:0;opacity:1;z-index:10000;transition:opacity 150ms ease-out,top 0ms ease-out,left 0ms ease-out}#ncdPhotoBase.out{z-index:10000}.ncdPhotoZoom,.ncdPhotoClose,.ncdPhotoNext,.ncdPhotoPrev{z-index:100;width:50px;height:50px;border-radius:50px;cursor:pointer;position:absolute;border:2px solid transparent}.ncdPhotoZoom,.ncdPhotoClose{margin-top:4%;top:0;transition:border 0.3s ease-out,box-shadow 0.15s ease-out}.ncdPhotoZoom:before,.ncdPhotoZoom:after,.ncdPhotoClose:before,.ncdPhotoClose:after{top:50%;left:0;width:2px;height:18px;content:"";position:absolute;margin:-9px 22.5px 0;transition:opacity 300ms,transform 300ms}.ncdPhotoZoom{transition:border 0.3s ease-out,box-shadow 0.15s ease-out,opacity 300ms ease-out,transform 300ms ease-out;left:0;transform:rotate(90deg);opacity:0;margin-left:4%}.ncdPhotoZoom.enable{opacity:1;transform:rotate(0deg)}.ncdPhotoZoom:after{transform:rotate(-90deg)}.ncdPhotoZoom.zoom:after{opacity:0;transform:rotate(-180deg)}.ncdPhotoZoom:before{transform:rotate(0deg)}.ncdPhotoZoom.zoom:before{transform:rotate(-90deg)}.ncdPhotoClose{right:0;margin-right:4%}.ncdPhotoClose:before,.ncdPhotoClose:after{height:22px;margin:-11px 22.5px 0;transform:rotate(45deg)}.ncdPhotoClose:after{transform:rotate(-45deg)}.ncdPhotoNext,.ncdPhotoPrev{top:50%;margin-top:-25px;opacity:0;transition:opacity 0.2s ease-out,transform 0.8s cubic-bezier(0.190,1.000,0.220,1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;-moz-transition:opacity 0.2s ease-out,-moz-transform 0.8s cubic-bezier(0.190,1.000,0.220,1.000),border 0.3s ease-out,box-shadow 0.15s ease-out;-webkit-transition:opacity 0.2s ease-out,-webkit-transform 0.8s cubic-bezier(0.190,1.000,0.220,1.000),border 0.3s ease-out,box-shadow 0.15s ease-out}.ncdPhotoNext:before,.ncdPhotoNext:after,.ncdPhotoPrev:before,.ncdPhotoPrev:after{top:50%;left:0;width:2px;height:15px;content:'';position:absolute;margin:-13px 24px 0}.ncdPhotoNext:after,.ncdPhotoPrev:after{margin-top:-3px}.ncdPhotoPrev:after,.ncdPhotoPrev:before{left:-3px}.ncdPhotoNext:after{transform:rotate(45deg)}.ncdPhotoNext:before{transform:rotate(-45deg)}.ncdPhotoPrev:after{transform:rotate(315deg)}.ncdPhotoPrev:before{transform:rotate(-315deg)}@media screen and (min-width:800px){#ncdPhotoControls #ncdPhotoCounter{display:none}}@media screen and (max-width:800px){#ncdPhotoControls{position:absolute;bottom:100%;left:0;width:100%;height:53px;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;z-index:100}#ncdPhotoBase.cap-hide #ncdPhotoControls{height:70px}#ncdPhotoBase.cap-hide .ncd-ui{bottom:8px !important}.ncdPhotoZoom.zoom{transform:translateY(-20px)}}.ncdPhotoNext{transform:translateX(-15px);right:4%}.ncdPhotoPrev{transform:translateX(15px);left:4%}#ncdPhotoBase:hover .ncdPhotoNext,#ncdPhotoBase:hover .ncdPhotoPrev{-webkit-transform:translateX(0) rotate(0deg);opacity:1;-moz-transform:translateX(0) rotate(0deg);opacity:1;transform:translateX(0) rotate(0deg);opacity:1}@media screen and (max-width:800px){#ncdPhotoBase .ncdPhotoNext,#ncdPhotoBase .ncdPhotoPrev{transform:translateX(0) rotate(0deg);margin-top:4%;top:0;opacity:1}#ncdPhotoBase .ncdPhotoNext{margin-right:20%}#ncdPhotoBase .ncdPhotoZoom{margin-left:-25px;left:50%}#ncdPhotoBase .ncdPhotoPrev{margin-left:20%}#ncdPhotoBase #ncdPhotoCounter,#ncdPhotoBase .ncdPhotoClose,#ncdPhotoBase .ncdPhotoNext,#ncdPhotoBase .ncdPhotoZoom,#ncdPhotoBase .ncdPhotoPrev{top:auto;bottom:0}#ncdPhotoOverlay div.slide p{position:absolute;bottom:100%;left:0}#ncdPhotoCounter{position:absolute;left:4%;margin-left:10px;font-family:'Helvetica Neue';font-weight:300;letter-spacing:-1px;height:27px;line-height:0;font-size:16px;z-index:100}#ncdPhotoCounter .lb-current{font-size:28px;padding-right:2px;letter-spacing:-2px}}#ncdPhotoBase.out .ncdPhotoNext{-webkit-transform:translateX(30px) rotate(0deg);opacity:0;-moz-transform:translateX(30px) rotate(0deg);opacity:0;transform:translateX(30px) rotate(0deg);opacity:0}#ncdPhotoBase.out .ncdPhotoPrev{-webkit-transform:translateX(-30px) rotate(0deg);opacity:0;-moz-transform:translateX(-30px) rotate(0deg);opacity:0;transform:translateX(-30px) rotate(0deg);opacity:0}#ncdPhotoBase .ncdPhotoNext.hide,#ncdPhotoBase .ncdPhotoPrev.hide{opacity:0}#ncdPhotoBase.single-image .ncdPhotoNext,#ncdPhotoBase.single-image .ncdPhotoPrev,#ncdPhotoOverlay[data-hide-full-title="True"] span b,#ncdPhotoOverlay[data-hide-full-caption="True"] span em{display:none}#ncdPhotoOverlay{position:absolute;height:100%;width:100%;transform-style:preserve-3d}#ncdPhotoOverlay div.slide{display:block;height:100%;text-align:center;vertical-align:middle;line-height:0;position:absolute;top:-9999px;left:-9999px}#ncdPhotoOverlay div.slide.ncd-show{position:relative;top:50%;left:0%;height:auto;transform:translateY(-50%)}#ncdPhotoOverlay div.slide.out{position:absolute;top:50%;left:0;right:0;height:auto;transform:translateY(-50%) translateX(-10px);opacity:0;transition:opacity 200ms ease-in,transform 200ms ease-in}#ncdPhotoBase.go-next #ncdPhotoOverlay div.slide.out{transform:translateY(-50%) translateX(-10px);opacity:0;transition:opacity 200ms ease-in,transform 200ms ease-in}#ncdPhotoBase.go-prev #ncdPhotoOverlay div.slide.out{transform:translateY(-50%) translateX(10px);opacity:0;transition:opacity 200ms ease-in,transform 200ms ease-in}#ncdPhotoBase.go-next div.slide.out img,#ncdPhotoBase.go-prev div.slide.out img,#ncdPhotoBase.processing div.slide.ncd-show.out img{animation:none !important;opacity:1 !important}#ncdPhotoOverlay div.slide.out.ncd-show,.go-next #ncdPhotoOverlay div.slide.out.ncd-show,.go-prev #ncdPhotoOverlay div.slide.out.ncd-show{opacity:0;transition:none}#ncdPhotoOverlay div.slide > div{display:inline-block;position:relative;padding:4%;backface-visibility:hidden}#ncdPhotoOverlay div.slide.zoom.in > div{padding:0}#ncdPhotoOverlay div.slide.zoom.in,#ncdPhotoOverlay div.slide.zoom.in > div{font-size:0}#ncdPhotoOverlay div.slide.zoom{overflow:scroll;cursor:move;-webkit-overflow-scrolling:touch}#ncdPhotoOverlay div.slide.zoom::-webkit-scrollbar{display:none}#ncdPhotoOverlay div.slide.zoom.in br{display:none}#ncdPhotoOverlay div.slide.zoom.out br{display:block}#ncdPhotoOverlay div.slide.zoom.in.transition,#ncdPhotoOverlay div.slide.zoom.out{overflow:hidden}#ncdPhotoOverlay div.slide.zoom.transition div{animation:float-zoom-in 250ms cubic-bezier(0.165,0.84,0.44,1) both}#ncdPhotoOverlay div.slide.zoom.in div{line-height:normal;animation:float-zoom-in-complete 250ms cubic-bezier(0.165,0.84,0.44,1) both}#ncdPhotoOverlay div.slide.zoom.in.transition div{animation:float-zoom-out 250ms cubic-bezier(0.165,0.84,0.44,1) both}#ncdPhotoOverlay div.slide.zoom.out div{animation:float-zoom-out-complete 250ms cubic-bezier(0.165,0.84,0.44,1) both}#ncdPhotoOverlay div.slide.ncd-show > div{opacity:1}@keyframes float-zoom-in{from{transform:scale(1);opacity:1}to{transform:scale(1.03);opacity:0}}@keyframes float-zoom-in-complete{from{transform:scale(.98);opacity:0}to{transform:scale(1);opacity:1}}@keyframes float-zoom-out{from{transform:scale(1);opacity:1}to{transform:scale(.98);opacity:0}}@keyframes float-zoom-out-complete{from{transform:scale(1.03);opacity:0}to{transform:scale(1);opacity:1}}@keyframes float-in{from{transform:scale(1.02);opacity:0}to{transform:scale(1);opacity:1}}@keyframes float-down{from{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float-out{from{transform:scale(1);opacity:1}to{transform:scale(0.97);opacity:0}}@keyframes float-up{from{transform:translateY(0px);opacity:1}to{transform:translateY(10px);opacity:0}}@keyframes float-next{from{transform:translateX(5px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes float-prev{from{transform:translateX(-5px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes text-swap{from{opacity:0}to{opacity:1}}#ncdPhotoOverlay div.slide img{list-style:none;line-height:0;max-width:100% !important;max-height:80vh !important;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;border-radius:0px}#ncdPhotoOverlay div.slide.zoom.in > div{height:auto}#ncdPhotoOverlay div.slide.zoom.in img{max-width:none !important;max-height:none !important;border-radius:0}#ncdPhotoBase.go-next div.slide img{animation:float-next 300ms cubic-bezier(0.25,0.46,0.45,0.94) both}#ncdPhotoBase.go-prev div.slide img{animation:float-prev 300ms cubic-bezier(0.25,0.46,0.45,0.94) both}#ncdPhotoBase.processing div.slide.ncd-show img{animation:none;opacity:0}@media screen and (min-width:800px){/*#ncdPhotoOverlay div.slide > div{height:60vh}*/}@media screen and (max-width:800px){#ncdPhotoBase > .ncdPhotoZoom{display:none}#ncdPhotoBase.go-next #ncdPhotoCaption p,#ncdPhotoBase.go-prev #ncdPhotoCaption p{animation:text-swap 300ms cubic-bezier(0.25,0.46,0.45,0.94) backwards}}.ncdPhotoCounter{left:auto !important;right:0}.ncdPhotoCounter[data-show-count="False"],#ncdPhotoCounter[data-show-count="False"]{display:none !important}#ncdPhotoCaption{display:block;position:fixed;bottom:0;left:0;right:0;text-align:center;padding:12px 4%;font-size:15px;z-index:100;line-height:1.4}#ncdPhotoCaption p{margin:0}#ncdPhotoCaption b{padding-right:5px}#ncdPhotoOverlay p b,#ncdPhotoCaption p b{font-weight:normal;font-style:normal;padding-right:5px}#ncdPhotoOverlay p em,#ncdPhotoCaption p em{font-weight:normal;font-style:normal}@media screen and (min-width:800px){#ncdPhotoCaption{display:none}.img-caption-in{display:block}.img-caption-in:after{content:"";display:table;clear:both}}#ncdPhotoOverlay p.ncdPhotoCounter,#ncdPhotoOverlay p{display:inline-block;text-align:left;padding:12px 0 18px;font-size:14px;font-variant:normal;line-height:20px;margin:0;float:left}#ncdPhotoOverlay p.ncdPhotoCounter{float:right}#ncdPhotoBase:hover .img-caption-in{opacity:1}#ncdPhotoBase.cap-hide .img-caption-in{display:none}#ncdPhotoBase.cap-show .img-caption-in.invis{visibility:hidden;animation:none}#ncdPhotoBase .img-caption-in{opacity:0;transition:opacity 200ms}#ncdPhotoBase.cap-show .ncd-show .img-caption-in{opacity:1;animation:float-down 600ms 300ms cubic-bezier(0.25,0.46,0.45,0.94) both}#ncdPhotoBase.processing .img-caption-in{opacity:0}@media screen and (max-width:800px){.img-caption-in{display:none}}#ncdPhotoBase [data-italic-title="True"] p b,#ncdPhotoBase [data-italic-caption="True"] p em{font-style:italic}#ncdPhotoBase [data-bold-title="True"] p b,#ncdPhotoBase [data-bold-caption="True"] p em{font-weight:bold}#ncdPhotoBase [data-hide-title="True"] p b,#ncdPhotoBase [data-hide-caption="True"] p em{display:none}.style-default #ncdPhotoOverlay p b,.style-default #ncdPhotoCaption p b{color:#FFF}.style-default #ncdPhotoOverlay p em,.style-default #ncdPhotoCaption p em,.style-default .ncdPhotoCounter,.style-default #ncdPhotoCounter{color:#EEE}.style-default img{box-shadow:0 2px 16px rgba(0,0,0,0.6)}.style-default{background:rgba(0,0,0,0.00) !important}.style-default #ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{border-left:3px solid rgba(200,200,200,.15);border-right:3px solid rgba(200,200,200,.15);border-bottom:3px solid rgba(200,200,200,.15);border-top:3px solid rgba(200,200,200,.8)}@media screen and (max-width:800px){.style-default #ncdPhotoControls{background-image:linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.7))}}.style-default .ncdPhotoZoom,.style-default .ncdPhotoClose,.style-default .ncdPhotoNext,.style-default .ncdPhotoPrev{background-image:radial-gradient(50% 50%,rgba(0,0,0,0.1),rgba(0,0,0,0.00))}.style-default #ncdPhotoCaption{background:#000}.style-default .ncdPhotoNext:before,.ncdPhotoNext:after,.style-default .ncdPhotoPrev:before,.ncdPhotoPrev:after,.style-default .ncdPhotoZoom:before,.ncdPhotoZoom:after,.style-default .ncdPhotoClose:before,.ncdPhotoClose:after,.style-default .ncdPhotoNext:hover:before,.ncdPhotoNext:hover:after,.style-default .ncdPhotoPrev:hover:before,.ncdPhotoPrev:hover:after,.style-default .ncdPhotoClose:hover:before,.ncdPhotoClose:hover:after{background:#FFF}.style-default #ncdPhotoCounter{color:#FFF}.style-default .ncdPhotoZoom:active,.style-default .ncdPhotoClose:active,.style-default .ncdPhotoNext:active,.style-default .ncdPhotoPrev:active{box-shadow:0 0 0 5px rgba(255,255,255,0.6);border:2px solid #FFF}.style-default .ncdPhotoZoom.zoom{border:2px solid #FFF}@media screen and (min-width:800px){.style-default .ncdPhotoZoom:hover,.style-default .ncdPhotoClose:hover,.style-default .ncdPhotoNext:hover,.style-default .ncdPhotoPrev:hover{border:2px solid #FFF}}.style-contrast #ncdPhotoOverlay p b{color:#333}.style-contrast #ncdPhotoCaption p b{color:#FFF}.style-contrast #ncdPhotoOverlay p em,.style-contrast .ncdPhotoCounter{color:#555}.style-contrast #ncdPhotoCaption p em{color:#EEE}.style-contrast img{box-shadow:0 2px 10px rgba(0,0,0,0.15)}.style-contrast{background:rgba(255,255,255,0.00) !important}.style-contrast #ncdPhotoLoader.processing #ncdPhotoLoaderSpinner{border-left:3px solid rgba(100,100,100,.15);border-right:3px solid rgba(100,100,100,.15);border-bottom:3px solid rgba(100,100,100,.15);border-top:3px solid rgba(100,100,100,.8)}.style-contrast #ncdPhotoCaption{background:#000}.style-contrast #ncdPhotoCounter{color:#222}.style-contrast .ncdPhotoNext:before,.style-contrast .ncdPhotoNext:after,.style-contrast .ncdPhotoPrev:before,.style-contrast .ncdPhotoPrev:after,.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after,.style-contrast .ncdPhotoNext:hover:before,.style-contrast .ncdPhotoNext:hover:after,.style-contrast .ncdPhotoPrev:hover:before,.style-contrast .ncdPhotoPrev:hover:after,.style-contrast .ncdPhotoClose:hover:before,.style-contrast .ncdPhotoClose:hover:after{background:#222}.style-contrast .ncdPhotoZoom.zoom,.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose{background:rgba(0,0,0,0.3)}.style-contrast .ncdPhotoZoom,.style-contrast .ncdPhotoClose,.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after{transition:transform 300ms,border 300ms,box-shadow 300ms,background 300ms}.style-contrast .ncdPhotoZoom.zoom:before,.style-contrast .ncdPhotoZoom.zoom:after,.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose:after{background:#FFF}.style-contrast .ncdPhotoZoom:active,.style-contrast .ncdPhotoClose:active,.style-contrast .ncdPhotoNext:active,.style-contrast .ncdPhotoPrev:active{box-shadow:0 0 0 5px rgba(0,0,0,0.15);border:2px solid #222}.ncdPhotoZoom.zoom{border:2px solid rgba(0,0,0,0.6)}@media screen and (min-width:800px){.style-contrast .ncdPhotoZoom,.style-contrast .ncdPhotoClose,.style-contrast .ncdPhotoNext,.style-contrast .ncdPhotoPrev{background-image:radial-gradient(50% 50%,rgba(255,255,255,0.4),rgba(255,255,255,0.00))}.style-contrast .ncdPhotoZoom:hover,.style-contrast .ncdPhotoClose:hover,.style-contrast .ncdPhotoNext:hover,.style-contrast .ncdPhotoPrev:hover{border:2px solid #222}}@media screen and (max-width:800px){.style-contrast #ncdPhotoCounter{color:#fff}.style-contrast .ncdPhotoNext:before,.style-contrast .ncdPhotoNext:after,.style-contrast .ncdPhotoPrev:before,.style-contrast .ncdPhotoPrev:after,.style-contrast .ncdPhotoZoom:before,.style-contrast .ncdPhotoZoom:after,.style-contrast .ncdPhotoClose:before,.style-contrast .ncdPhotoClose:after,.style-contrast .ncdPhotoNext:hover:before,.style-contrast .ncdPhotoNext:hover:after,.style-contrast .ncdPhotoPrev:hover:before,.style-contrast .ncdPhotoPrev:hover:after,.style-contrast .ncdPhotoClose:hover:before,.style-contrast .ncdPhotoClose:hover:after{background:#fff}.style-contrast #ncdPhotoControls{background-color:rgba(0,0,0,0.3);background-image:none}.style-contrast .ncdPhotoZoom.zoom,.style-contrast .ncdPhotoZoom.zoom + .style-contrast .ncdPhotoClose{background:transparent}.style-contrast .ncdPhotoZoom:active,.style-contrast .ncdPhotoZoom.zoom,.style-contrast .ncdPhotoClose:active,.style-contrast .ncdPhotoNext:active,.style-contrast .ncdPhotoPrev:active{box-shadow:0 0 0 5px transparent;border:2px solid transparent}.style-contrast .ncdPhotoZoom.zoom{transform:translateY(0px)}#ncdPhotoBase.style-contrast .ncdPhotoNext.hide,#ncdPhotoBase.style-contrast .ncdPhotoPrev.hide{opacity:1}}.processing img{box-shadow:none !important}



.stacks_in_1_photo_wrapper .thumbnail-caption {
    text-align: center;
}
.stacks_in_1_photo_wrapper {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    text-align: center;
    vertical-align: top;
    margin: auto;
}

.stacks_in_1_photo_wrapper img {
    
    max-height: 250px;
    
    margin: 5px 5px 5px 5px;
    max-width: 100%;
}


.footer-background{background-color:rgba(204, 204, 204, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.footer-background{background-attachment:scroll!important}}
.footer-padding{padding-top:0.25rem ;padding-bottom:0 ;padding-left:0.25rem ;}  
.footer-text{--header-color:rgba(153, 153, 153, 1.00);--subheader-color:rgba(179, 179, 179, 1.00);--small-color:rgba(204, 204, 204, 1.00);--text-color:rgba(40, 40, 41, 1.00);--link-color:rgba(91, 93, 94, 1.00);--link-color-hover:rgba(251, 255, 255, 1.00);--link-decoration:none;--link-decoration-hover:none}
.footer-height{height:16rem ;min-height:fit-content ;max-height:none ;}  
.position-right{position: absolute  ;z-index:1 ;top:unset ;bottom:unset ;left:unset ;right:5% ;}
            .offsite-links{font-size:calc(10rem/16) ;}@media only screen and (min-width:40em) {            .offsite-links{font-size:calc(12rem/16) }}@media only screen and (min-width:64em) {            .offsite-links{font-size:calc(12rem/16) }}
 p,.p,           .copyright-text-style{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) { p,.p,           .copyright-text-style{font-size:calc(12rem/16) }}@media only screen and (min-width:64em) { p,.p,           .copyright-text-style{font-size:calc(12rem/16) }}
 p,.p,           .button,.footer-text{font-size:calc(10rem/16) ;}@media only screen and (min-width:40em) { p,.p,           .button,.footer-text{font-size:calc(12rem/16) }}@media only screen and (min-width:64em) { p,.p,           .button,.footer-text{font-size:calc(12rem/16) }}
         .menu li, li,  .footer-menu-styles{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {         .menu li, li,  .footer-menu-styles{font-size:calc(14rem/16) }}@media only screen and (min-width:64em) {         .menu li, li,  .footer-menu-styles{font-size:calc(14rem/16) }}
 .footer-menu-styles>.menu a, .menu.footer-menu-styles a{--menu-link-color:rgba(128, 128, 128, 1.00);--menu-link-color-hover:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .footer-menu-styles>.menu .menu-text, .menu.footer-menu-styles .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .footer-menu-styles>.menu>li>a, .menu.footer-menu-styles>li>a{padding-top:0.25rem;padding-bottom:0.25rem} .footer-menu-styles>.menu .submenu>li>a, .menu.footer-menu-styles .submenu>li>a{padding-top:0.25rem;padding-bottom:0.25rem} .footer-menu-styles>.menu li.active>a, .footer-menu-styles>.menu li.is-active>a, .footer-menu-styles>.menu a.is-active, .menu.footer-menu-styles li.active>a, .menu.footer-menu-styles li.is-active>a, .menu.footer-menu-styles a.is-active{--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .footer-menu-styles>.menu .submenu li.active>a, .footer-menu-styles>.menu .submenu li.is-active>a, .footer-menu-styles>.menu .submenu a.is-active, .menu.footer-menu-styles .submenu li.active>a, .menu.footer-menu-styles .submenu li.is-active>a, .menu.footer-menu-styles .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .footer-menu-styles>.menu .submenu a, .menu.footer-menu-styles .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .footer-menu-styles>.menu .submenu, .menu.footer-menu-styles .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .footer-menu-styles>.menu .submenu a, .menu.footer-menu-styles .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .footer-menu-styles>.menu .submenu .menu-text, .menu.footer-menu-styles .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .footer-menu-styles>.menu .submenu li.active>a, .footer-menu-styles>.menu .submenu li.is-active>a, .footer-menu-styles>.menu .submenu a.is-active, .menu.footer-menu-styles .submenu li.active>a, .menu.footer-menu-styles .submenu li.is-active>a, .menu.footer-menu-styles .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(97, 103, 173, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .footer-menu-styles>.menu a::after, .menu.footer-menu-styles a::after{display:none!important}
.footer-menu-styles{padding-top:0.25rem ;padding-bottom:0.25rem ;}  
.footer-menu-styles{margin-top:0.25rem ;margin-bottom:0.25rem ;}  
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_729_52 {
	width: 100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simpleDivider_stacks_in_729_52 .theDivider1,
#simpleDivider_stacks_in_729_52 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_729_52 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_729_52.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_729_52.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_729_52 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_729_52.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_729_52.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_729_52.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_729_52.bgImageOn .theDivider1 img {
	display: block;
}

.stacks_in_729_21 img{width:100%;max-width:60px}
.stacks_in_729_25 img{width:100%;max-width:100px}

#stacks_in_729_60 {
	margin: 0px 10px 0px 0px;
}

#stacks_out_729_165 {
	width: 150px;
	margin-right:0;
}
