/*
 * bootstrap 4 grid
 */

/* BLOCKGRID */
[class*="block-grid-"] {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 .9375rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > * {
  display: inline;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}

.block-grid-xs-1 > * {
  width: 100%;
}

.block-grid-xs-1 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-1 > *:nth-of-type(1n+1) {
  clear: both;
}

.block-grid-xs-2 > * {
  width: 50%;
}

.block-grid-xs-2 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-2 > *:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-xs-3 > * {
  width: 33.333333333333336%;
}

.block-grid-xs-3 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-3 > *:nth-of-type(3n+1) {
  clear: both;
}

.block-grid-xs-4 > * {
  width: 25%;
}

.block-grid-xs-4 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-4 > *:nth-of-type(4n+1) {
  clear: both;
}

.block-grid-xs-5 > * {
  width: 20%;
}

.block-grid-xs-5 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-5 > *:nth-of-type(5n+1) {
  clear: both;
}

.block-grid-xs-6 > * {
  width: 16.666666666666668%;
}

.block-grid-xs-6 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-6 > *:nth-of-type(6n+1) {
  clear: both;
}

.block-grid-xs-7 > * {
  width: 14.285714285714286%;
}

.block-grid-xs-7 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-7 > *:nth-of-type(7n+1) {
  clear: both;
}

.block-grid-xs-8 > * {
  width: 12.5%;
}

.block-grid-xs-8 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-8 > *:nth-of-type(8n+1) {
  clear: both;
}

.block-grid-xs-9 > * {
  width: 11.11111111111111%;
}

.block-grid-xs-9 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-9 > *:nth-of-type(9n+1) {
  clear: both;
}

.block-grid-xs-10 > * {
  width: 10%;
}

.block-grid-xs-10 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-10 > *:nth-of-type(10n+1) {
  clear: both;
}

.block-grid-xs-11 > * {
  width: 9.090909090909092%;
}

.block-grid-xs-11 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-11 > *:nth-of-type(11n+1) {
  clear: both;
}

.block-grid-xs-12 > * {
  width: 8.333333333333334%;
}

.block-grid-xs-12 > *:nth-of-type(n) {
  clear: none;
}

.block-grid-xs-12 > *:nth-of-type(12n+1) {
  clear: both;
}

@media (min-width: 34em) {
  .block-grid-sm-1 > * {
    width: 100%;
  }

  .block-grid-sm-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-sm-2 > * {
    width: 50%;
  }

  .block-grid-sm-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-sm-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-sm-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-sm-4 > * {
    width: 25%;
  }

  .block-grid-sm-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-sm-5 > * {
    width: 20%;
  }

  .block-grid-sm-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-sm-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-sm-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-sm-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-sm-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-sm-8 > * {
    width: 12.5%;
  }

  .block-grid-sm-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-sm-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-sm-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-sm-10 > * {
    width: 10%;
  }

  .block-grid-sm-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-sm-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-sm-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-sm-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-sm-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-sm-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 48em) {
  .block-grid-md-1 > * {
    width: 100%;
  }

  .block-grid-md-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-md-2 > * {
    width: 50%;
  }

  .block-grid-md-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-md-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-md-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-md-4 > * {
    width: 25%;
  }

  .block-grid-md-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-md-5 > * {
    width: 20%;
  }

  .block-grid-md-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-md-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-md-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-md-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-md-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-md-8 > * {
    width: 12.5%;
  }

  .block-grid-md-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-md-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-md-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-md-10 > * {
    width: 10%;
  }

  .block-grid-md-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-md-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-md-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-md-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-md-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-md-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 62em) {
  .block-grid-lg-1 > * {
    width: 100%;
  }

  .block-grid-lg-1 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-1 > *:nth-of-type(1n+1) {
    clear: both;
  }

  .block-grid-lg-2 > * {
    width: 50%;
  }

  .block-grid-lg-2 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-2 > *:nth-of-type(2n+1) {
    clear: both;
  }

  .block-grid-lg-3 > * {
    width: 33.333333333333336%;
  }

  .block-grid-lg-3 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-3 > *:nth-of-type(3n+1) {
    clear: both;
  }

  .block-grid-lg-4 > * {
    width: 25%;
  }

  .block-grid-lg-4 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-4 > *:nth-of-type(4n+1) {
    clear: both;
  }

  .block-grid-lg-5 > * {
    width: 20%;
  }

  .block-grid-lg-5 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-5 > *:nth-of-type(5n+1) {
    clear: both;
  }

  .block-grid-lg-6 > * {
    width: 16.666666666666668%;
  }

  .block-grid-lg-6 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-6 > *:nth-of-type(6n+1) {
    clear: both;
  }

  .block-grid-lg-7 > * {
    width: 14.285714285714286%;
  }

  .block-grid-lg-7 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-7 > *:nth-of-type(7n+1) {
    clear: both;
  }

  .block-grid-lg-8 > * {
    width: 12.5%;
  }

  .block-grid-lg-8 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-8 > *:nth-of-type(8n+1) {
    clear: both;
  }

  .block-grid-lg-9 > * {
    width: 11.11111111111111%;
  }

  .block-grid-lg-9 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-9 > *:nth-of-type(9n+1) {
    clear: both;
  }

  .block-grid-lg-10 > * {
    width: 10%;
  }

  .block-grid-lg-10 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-10 > *:nth-of-type(10n+1) {
    clear: both;
  }

  .block-grid-lg-11 > * {
    width: 9.090909090909092%;
  }

  .block-grid-lg-11 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-11 > *:nth-of-type(11n+1) {
    clear: both;
  }

  .block-grid-lg-12 > * {
    width: 8.333333333333334%;
  }

  .block-grid-lg-12 > *:nth-of-type(n) {
    clear: none;
  }

  .block-grid-lg-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}


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


/*
 * jarallax css
 */

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*
 * hue.css
 */

/*
*
* Credits:
* Based on the original PNG/Sketch gradients by Vladimir Kudinov
* https://www.behance.net/gallery/30067997/Hue-Free-Promo-Backdrops-and-Gradients
*
* CSS Prototype using CSS3 background-blend modes by More than Themes
* http://www.morethanthemes.com
*
* Version - 1.0.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
*/
/* 1-The Bridge: */
.theBridge {
  background: -webkit-linear-gradient(223deg, #EBEBEB 0%, #C5C6C8 100%), -webkit-linear-gradient(295deg, rgba(255, 255, 255, 0.5) 5%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(227deg, #EBEBEB 0%, #C5C6C8 100%), linear-gradient(155deg, rgba(255, 255, 255, 0.5) 5%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: multiply; }

/* 2-Deep Focus: */
.deepFocus {
  background-image: -webkit-linear-gradient(top, #EBEBEB 0%, #DCDDDF 48%, #C4C5C7 99%);
  background-image: linear-gradient(-180deg, #EBEBEB 0%, #DCDDDF 48%, #C4C5C7 99%); }

/* 3-Blue Hour: */
.blueHour {
  background: -webkit-linear-gradient(left, #7E898F 0%, #636C75 100%), -webkit-radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.55) 100%), -webkit-radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.08) 63%);
  background: linear-gradient(90deg, #7E898F 0%, #636C75 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.55) 100%), radial-gradient(at top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.08) 63%);
  background-blend-mode: multiply, screen; }

/* 4-Dark Amber: */
.darkAmber {
  background-image: -webkit-linear-gradient(top, #15140F 0%, #34312C 97%);
  background-image: linear-gradient(-180deg, #15140F 0%, #34312C 97%); }

/* 5-Prelude */
.prelude {
  background-image: -webkit-radial-gradient(51% 96%, #E7E9E4 10%, #D4D6D1 96%);
  background-image: radial-gradient(51% 96%, #E7E9E4 10%, #D4D6D1 96%); }

/* 6-Salt and Pepper: */
.saltAndPepper {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 2%, rgba(0, 0, 0, 0.5) 100%), -webkit-radial-gradient(51% 97%, #E8E8E8 7%, #CCCCCC 97%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 2%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(51% 97%, #E8E8E8 7%, #CCCCCC 97%);
  background-blend-mode: multiply; }

/* 7-Cashemere: */
.cashemere {
  background-image: -webkit-radial-gradient(51% 98%, #D3D4CF 7%, #BDBFBA 98%);
  background-image: radial-gradient(51% 98%, #D3D4CF 7%, #BDBFBA 98%); }

/* 8-Wolverine: */
.wolverine {
  background: -webkit-linear-gradient(left, #BDBFBA 4%, #5A5C5B 98%), -webkit-linear-gradient(16deg, rgba(255, 255, 255, 0.5) 54%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(90deg, #BDBFBA 4%, #5A5C5B 98%), linear-gradient(74deg, rgba(255, 255, 255, 0.5) 54%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: multiply; }

/* 9-Full Moon: */
.fullMoon {
  background-image: -webkit-linear-gradient(#DEDFE3 2%, #AEB3B9 95%), -webkit-radial-gradient(33% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(#DEDFE3 2%, #AEB3B9 95%), radial-gradient(33% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: screen; }

/* 10-Flamingo: */
.flamingo {
  background-image: -webkit-radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), -webkit-radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%);
  background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255, 255, 255, 0.5) 47%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: screen; }

/* 11-Early Morning: */
.earlyMorning {
  background: -webkit-linear-gradient(top, #BCC5CE 0%, #929EAD 98%), -webkit-radial-gradient(at top left, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(-180deg, #BCC5CE 0%, #929EAD 98%), radial-gradient(at top left, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: screen; }

/* 12-Near Light: */
.nearLight {
  background-image: -webkit-radial-gradient(at top right, #B7B6BB 0%, #E8EAE9 100%);
  background-image: radial-gradient(at top right, #B7B6BB 0%, #E8EAE9 100%); }

/* 13-Mirror: */
.mirror {
  background: #C9CCD3;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: lighten; }

/* 14-The Dementor: */
.dementor {
  background: -webkit-linear-gradient(top, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.25) 200%);
  background-blend-mode: multiply; }

/* 15-Under the Earth: */
.underTheEarth {
  background-image: -webkit-radial-gradient(50% 150%, #787B7D 5%, #4B5052 100%);
  background-image: radial-gradient(50% 150%, #787B7D 5%, #4B5052 100%); }

/* 3-Back to Alaska: */
.backToAlaska {
  background: -webkit-radial-gradient(55% 330%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 550%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.6) 50%), -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 120%);
  background: radial-gradient(55% 330%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 550%), linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(to top right, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 120%);
  background-color: #DFE3E4;
  background-blend-mode: color-burn, screen, color-burn;
  -webkit-background-blend-mode: color-burn, screen, color-burn; }

/* 17-Flash: */
.flash {
  background-image: -webkit-linear-gradient(top, #E9E9E7 2%, #EFEEEC 27%, #EEEEEC 58%, #D5D4D0 94%);
  background-image: linear-gradient(180deg, #E9E9E7 2%, #EFEEEC 27%, #EEEEEC 58%, #D5D4D0 94%); }

/* 18-Unicorn: */
.unicorn {
  background: -webkit-linear-gradient(top, #E1E6EC 0%, #F0F4F7 100%), -webkit-linear-gradient(top, #E1E6EC 0%, #F0F4F7 100%);
  background: linear-gradient(to bottom, #E1E6EC 0%, #F0F4F7 100%), linear-gradient(to bottom, #E1E6EC 0%, #F0F4F7 100%);
  background-blend-mode: normal,color-burn; }

/* 19-Tribute: */
.tribute {
  background-image: -webkit-linear-gradient(right, #596164 1%, #868F96 99%);
  background-image: linear-gradient(-90deg, #596164 1%, #868F96 99%); }

/* 20-Twin Peaks: */
.twinPeaks {
  background-image: -webkit-linear-gradient(left, #F4F4F4 4%, #DFDEDC 99%);
  background-image: linear-gradient(to right, #F4F4F4 4%, #DFDEDC 99%); }

/* 21-Young Forest: */
.youngForest {
  background: -webkit-linear-gradient(top right, #E2E8E6 0%, #CDD3CD 100%), -webkit-linear-gradient(right, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: linear-gradient(to bottom left, #E2E8E6 0%, #CDD3CD 100%), linear-gradient(to left, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
  background-blend-mode: screen; }

/* 22-Air: */
.air {
  background: -webkit-linear-gradient(top, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), -webkit-linear-gradient(57deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), linear-gradient(33deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal,color-burn; }

/* 23-Tranquility: */
.tranquility {
  background-image: -webkit-linear-gradient(top, #A3A29E 0%, #B1B0AC 27%, #BCBBB7 49%, #E5E4E0 76%, #F3F2F0 100%);
  background-image: linear-gradient(to bottom, #A3A29E 0%, #B1B0AC 27%, #BCBBB7 49%, #E5E4E0 76%, #F3F2F0 100%); }

/* 24-Silver Lake: */
.silverLake {
  background: #CCCCCC;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }

/* 25-Amnesia: */
.amnesia {
  background-color: #DCD9D4;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), -webkit-radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-blend-mode: soft-light,screen; }

/* 26-Silver Stone: */
.silverStone {
  background: #989898;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), -webkit-radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%);
  background-blend-mode: multiply,multiply; }

/* 27-Grey Connection: */
.greyConnection {
  background: #C4C4C4;
  background-image: -webkit-radial-gradient(50% 100%, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), -webkit-linear-gradient(right, rgba(255, 255, 255, 0.35) 0%, #929292 99%);
  background-image: radial-gradient(50% 100%, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(to left, rgba(255, 255, 255, 0.35) 0%, #929292 99%);
  background-blend-mode: normal,multiply; }

/* 28-The Capsule: */
.theCapsule {
  background-color: #E4E4E1;
  background-image: -webkit-radial-gradient(at top center, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(143, 152, 157, 0.6) 100%);
  background-image: radial-gradient(at top center, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(143, 152, 157, 0.6) 100%);
  background-blend-mode: normal, multiply; }

/* 29-Hidden Gems: */
.hiddenGems {
  background: #BDB5B2;
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.2) 0%, #A1A1A1 100%), -webkit-linear-gradient(top right, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 95%);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, #A1A1A1 100%), linear-gradient(to bottom left, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 95%);
  background-blend-mode: multiply; }

/* 30-Night Smoothie: */
.nightSmoothie {
  background: #A2A2A4;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 200%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 50%, rgba(0, 0, 0, 0.5) 200%);
  background-blend-mode: multiply; }

/* 31-Golden Leaf: */
.goldenLeaf {
  background: #92847B;
  background-image: -webkit-radial-gradient(at bottom center, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 200%), -webkit-radial-gradient(at bottom center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: radial-gradient(at bottom center, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 200%), radial-gradient(at bottom center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-blend-mode: normal,screen; }

/* 32-Floating Dream: */
.floatingDream {
  background: #C2C2C2;
  background-image: -webkit-radial-gradient(at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.5) 260%), -webkit-radial-gradient(at 61% 50%, rgba(255, 255, 255, 0.3) 55%, rgba(0, 0, 0, 0.5) 150%), -webkit-linear-gradient(top right, rgba(255, 255, 255, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%), -webkit-linear-gradient(290deg, rgba(255, 255, 255, 0.5) 13%, rgba(0, 0, 0, 0.8) 100%);
  background-image: radial-gradient(at 50% 50%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.5) 260%), radial-gradient(at 61% 50%, rgba(255, 255, 255, 0.3) 55%, rgba(0, 0, 0, 0.5) 150%), linear-gradient(to bottom left, rgba(255, 255, 255, 0.25) 3%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(-200deg, rgba(255, 255, 255, 0.5) 13%, rgba(0, 0, 0, 0.8) 100%);
  background-blend-mode: normal,screen,normal,multiply; }

/* 33-Escape: */
.escape {
  background: #3E3E3E;
  background-image: -webkit-radial-gradient(at 50% -16%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 190%);
  background-image: radial-gradient(at 50% -16%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 190%);
  background-blend-mode: normal,multiply; }

/* 34-Icarus: */
.icarus {
  background: #A2A2A2;
  background-image: -webkit-radial-gradient(at 50% 90%, #B8B4B3 0%, #3B3A38 100%);
  background-image: radial-gradient(at 50% 90%, #B8B4B3 0%, #3B3A38 100%);
  background-blend-mode: normal,multiply; }

/* 35-Flashlight: */
.flashlight {
  background-image: -webkit-linear-gradient(left, #B1B1AF 4%, #484846 98%);
  background-image: linear-gradient(to right, #B1B1AF 4%, #484846 98%); }

/* 36-Milky Way: */
.milkyWay {
  background-image: -webkit-linear-gradient(bottom, #F4F4F4 0%, #DFDEDC 100%);
  background-image: linear-gradient(to top, #F4F4F4 0%, #DFDEDC 100%); }

/* 37-Circular: */
.circular {
  background: #EBEBE9;
  background-image: -webkit-linear-gradient(160deg, rgba(255, 255, 255, 0.35) 3%, rgba(0, 0, 0, 0.35) 100%), -webkit-radial-gradient(101% 97%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 98%);
  background-image: linear-gradient(-70deg, rgba(255, 255, 255, 0.35) 3%, rgba(0, 0, 0, 0.35) 100%), radial-gradient(101% 97%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 98%);
  background-blend-mode: normal,normal,lighten; }

/* 38-Autumn: */
.autumn {
  background-image: -webkit-radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%);
  background-image: radial-gradient(27% 185%, #F9F6F1 0%, #D7D0C5 100%); }

/* 39-North Kingdom: */
.northKingdom {
  background-image: -webkit-linear-gradient(right, #BDBBBE 0%, #9D9EA3 100%), -webkit-radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), -webkit-radial-gradient(50% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: normal, lighten, soft-light; }

/* 40-Jupiter: */
.jupiter {
  background-image: -webkit-linear-gradient(top, #504D48 5%, #33342F 96%);
  background-image: linear-gradient(-180deg, #504D48 5%, #33342F 96%); }

/* 41-White Noise: */
.whiteNoise {
  background-color: #E1E6EC;
  background-image: -webkit-linear-gradient(top, #E1E6EC 2%, #F0F4F7 96%), -webkit-radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 200%);
  background-image: linear-gradient(-180deg, #E1E6EC 2%, #F0F4F7 96%), radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 200%);
  background-blend-mode: normal, color-burn; }

/* 42-Silver Surfer: */
.silverSurfer {
  background-image: -webkit-linear-gradient(top, #BCBCBC 0%, #D9D9D9 26%, #EFEFEF 49%, #E0E0E0 74%, #D3D3D3 100%), -webkit-linear-gradient(top, #BCBCBC 0%, #D9D9D9 26%, #EFEFEF 49%, #E0E0E0 74%, #D3D3D3 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 150%), -webkit-radial-gradient(at 50% 59%, rgba(255, 255, 255, 0.3) 66%, rgba(0, 0, 0, 0.3) 200%);
  background-image: linear-gradient(to bottom, #BCBCBC 0%, #D9D9D9 26%, #EFEFEF 49%, #E0E0E0 74%, #D3D3D3 100%), linear-gradient(to bottom, #BCBCBC 0%, #D9D9D9 26%, #EFEFEF 49%, #E0E0E0 74%, #D3D3D3 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 150%), radial-gradient(at 50% 59%, rgba(255, 255, 255, 0.3) 66%, rgba(0, 0, 0, 0.3) 200%);
  background-blend-mode: multiply,multiply,screen; }

/* 43-Black Sands: */
.blackSands {
  background-color: #9D9B97;
  background-image: -webkit-radial-gradient(at 50% 85%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 150%), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: radial-gradient(at 50% 85%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 150%), linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal, multiply; }

/* 44-Grey Hound: */
.greyHound {
  background: #989898;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), -webkit-radial-gradient(at 50% -100%, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 270%), -webkit-radial-gradient(at 50% 2%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at 50% -100%, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 270%), radial-gradient(at 50% 2%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal,multiply,multiply; }

/* 45-Return to Air: */
.returnToAir {
  background-image: -webkit-linear-gradient(top, #C8C9D1 0%, #AAAFB7 99%);
  background-image: linear-gradient(180deg, #C8C9D1 0%, #AAAFB7 99%); }

/* 46-Graphite: */
.graphite {
  background: #282828;
  background-image: -webkit-linear-gradient(right, #7B7F82 2%, #303136 100%), -webkit-radial-gradient(50% 116%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%), -webkit-linear-gradient(149deg, rgba(255, 255, 255, 0.5) 7%, rgba(87, 87, 87, 0.5) 68%, rgba(85, 85, 85, 0.5) 76%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-90deg, #7B7F82 2%, #303136 100%), radial-gradient(50% 116%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(-59deg, rgba(255, 255, 255, 0.5) 7%, rgba(87, 87, 87, 0.5) 68%, rgba(85, 85, 85, 0.5) 76%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: normal,multiply,multiply; }

/* 47-Cosmos: */
.cosmos {
  background-color: #797572;
  background-image: -webkit-linear-gradient(263deg, rgba(255, 255, 255, 0.2) 0%, #000000 100%), -webkit-linear-gradient(18deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%), -webkit-radial-gradient(47% 102%, rgba(255, 255, 255, 0.5) 0%, rgba(21, 24, 32, 0.6) 120%);
  background-image: linear-gradient(-173deg, rgba(255, 255, 255, 0.2) 0%, #000000 100%), linear-gradient(72deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(47% 102%, rgba(255, 255, 255, 0.5) 0%, rgba(21, 24, 32, 0.6) 120%);
  background-blend-mode: multiply; }

/* 48-Ice: */
.ice {
  background-color: #CDDCDC;
  background-image: -webkit-radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-image: radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background-blend-mode: screen, overlay; }

/* 49-Comet: */
.comet {
  background-color: #646770;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), -webkit-radial-gradient(at 50% 87%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), radial-gradient(at 50% 87%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: multiply,normal; }


/*
 * animate
 */

:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat) * 2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat) * 3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay) * 2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay) * 3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay) * 4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay) * 5)}.animated.faster{animation-duration:calc(var(--animate-duration) / 2)}.animated.fast{animation-duration:calc(var(--animate-duration) * 0.8)}.animated.slow{animation-duration:calc(var(--animate-duration) * 2)}.animated.slower{animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}.animated[class*='Out']{opacity:0}}@keyframes bounce{from,20%,53%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0) scaleY(0.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,0.75,1)}40%{transform:scale3d(0.75,1.25,1)}50%{transform:scale3d(1.15,0.85,1)}65%{transform:scale3d(0.95,1.05,1)}75%{transform:scale3d(1.05,0.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shakeX{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shakeX{animation-name:shakeX}@keyframes shakeY{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0,0,0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translate3d(0,0,0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0,0,0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:0.7}80%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:0.7}80%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:scale(1);opacity:1}}.backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(700px) scale(0.7);opacity:0.7}}.backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(-2000px) scale(0.7);opacity:0.7}}.backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0px) scale(0.7);opacity:0.7}100%{transform:translateX(2000px) scale(0.7);opacity:0.7}}.backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0px) scale(0.7);opacity:0.7}100%{transform:translateY(-700px) scale(0.7);opacity:0.7}}.backOutUp{animation-name:backOutUp}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(0.97,0.97,0.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(0.9)}75%{transform:translate3d(0,-10px,0) scaleY(0.95)}90%{transform:translate3d(0,5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(0.98)}90%{transform:translate3d(5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(0.98)}90%{transform:translate3d(-5px,0,0) scaleX(0.995)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.61,0.355,1)}from{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}75%{transform:translate3d(0,10px,0) scaleY(0.95)}90%{transform:translate3d(0,-5px,0) scaleY(0.985)}to{opacity:1;transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(0.3,0.3,0.3)}}.bounceOut{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(0.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{from{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{from{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{from{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{from{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{from{opacity:1;transform:translate3d(0,0,0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{opacity:1;transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:calc(var(--animate-duration) * 0.75);animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-duration:calc(var(--animate-duration) * 0.75);backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedInRight{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{from{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{opacity:1;transform:translate3d(0,0,0)}}.lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{from{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{from{transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{from{transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{from{transform:rotate3d(0,0,1,45deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{from{transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{from{opacity:1}to{transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{from{opacity:1}to{transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{from{opacity:1}to{transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{from{opacity:1}to{transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translate3d(0,0,0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3)}50%{opacity:1}to{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}to{opacity:1}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0)}}.zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0)}}.zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1)}}.zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}


.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)}}
.sections-stack .content.preload-content{opacity:0}html.no-js .sections-stack .content.preload-content{opacity:1}.sections-stack video.video-bg{max-width:none}
 .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}
.headroom{--target-hide-timing:500ms;will-change:transform;transition:transform var(--target-hide-timing) ease-out,box-shadow 200ms 400ms}.headroom--pinned{transform:translateY(0%)}.headroom--pinned.pin-left,.headroom--pinned.pin-right,.headroom--pinned.pinned-left,.headroom--pinned.pinned-right{transform:translateX(0%)}.headroom--unpinned{transform:translateY(-100%)}.headroom--unpinned.pin-bottom,.headroom--unpinned.pinned-bottom{transform:translateY(100%)}.headroom--unpinned.pin-left,.headroom--unpinned.pinned-left{transform:translateX(-100%)}.headroom--unpinned.pin-right,.headroom--unpinned.pinned-right{transform:translateX(100%)}
table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f1f1f1;background-color:#fefefe}caption{padding:.5rem .625rem .625rem;font-weight:700}thead{background:#f8f8f8;color:#0a0a0a}tfoot{background:#f1f1f1;color:#0a0a0a}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}tbody td,tbody th{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media print,screen and (max-width:63.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:#ececec}.table-scroll{overflow-x:auto}
.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}.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);mix-blend-mode:soft-light;opacity:.5}.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;mix-blend-mode:soft-light;opacity:.5}.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;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 ._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}
.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}.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);mix-blend-mode:soft-light;opacity:.5}.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;mix-blend-mode:soft-light;opacity:.5}.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;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 ._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}

/**/
/* Foundry Specific Hue Background */
/**/

/* Rosebud */
.foundry-hue-rosebud {
  background: #ff847c;
  background: -moz-linear-gradient(-45deg, #ff847c 0%, #e84a5f 100%);
  background: -webkit-linear-gradient(-45deg, #ff847c 0%,#e84a5f 100%);
  background: linear-gradient(135deg, #ff847c 0%,#e84a5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff847c', endColorstr='#e84a5f',GradientType=1 );
}


/* Ocean */
.foundry-hue-ocean {
  background: #90daff;
  background: -moz-linear-gradient(-45deg, #90daff 0%, #2a408c 100%);
  background: -webkit-linear-gradient(-45deg, #90daff 0%,#2a408c 100%);
  background: linear-gradient(135deg, #90daff 0%,#2a408c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90daff', endColorstr='#2a408c',GradientType=1 );
}


/* Grapefruit */
.foundry-hue-grapefruit {
  background: #ffddc9;
  background: -moz-linear-gradient(-45deg, #ffddc9 0%, #fdbdd5 100%);
  background: -webkit-linear-gradient(-45deg, #ffddc9 0%,#fdbdd5 100%);
  background: linear-gradient(135deg, #ffddc9 0%,#fdbdd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddc9', endColorstr='#fdbdd5',GradientType=1 );
}


/* Seafoam */
.foundry-hue-seafoam {
  background: #492bf0;
  background: -moz-linear-gradient(45deg, #492bf0 0%, #7c9ce8 50%, #a7eae3 100%);
  background: -webkit-linear-gradient(45deg, #492bf0 0%,#7c9ce8 50%,#a7eae3 100%);
  background: linear-gradient(45deg, #492bf0 0%,#7c9ce8 50%,#a7eae3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#492bf0', endColorstr='#a7eae3',GradientType=1 );
}


/* Rays */
.foundry-hue-rays {
  background: #ffd84f;
  background: -moz-linear-gradient(-45deg, #ffd84f 0%, #ff549d 100%);
  background: -webkit-linear-gradient(-45deg, #ffd84f 0%,#ff549d 100%);
  background: linear-gradient(135deg, #ffd84f 0%,#ff549d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd84f', endColorstr='#ff549d',GradientType=1 );
}


/* Mint */
.foundry-hue-mint {
  background: #9ad88f;
  background: -moz-linear-gradient(-45deg, #9ad88f 0%, #93c78a 100%);
  background: -webkit-linear-gradient(-45deg, #9ad88f 0%,#93c78a 100%);
  background: linear-gradient(135deg, #9ad88f 0%,#93c78a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad88f', endColorstr='#93c78a',GradientType=1 );
}


/* Royal */
.foundry-hue-royal {
  background: #aa92d8;
  background: -moz-linear-gradient(top, #aa92d8 0%, #9071ce 100%);
  background: -webkit-linear-gradient(top, #aa92d8 0%,#9071ce 100%);
  background: linear-gradient(to bottom, #aa92d8 0%,#9071ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa92d8', endColorstr='#9071ce',GradientType=0 );
}


/* Fantasy */
.foundry-hue-fantasy {
  background: #eff0c9;
  background: -moz-linear-gradient(-45deg, #eff0c9 0%, #9aecea 25%, #83aff3 50%, #9595f0 75%, #5068d7 100%);
  background: -webkit-linear-gradient(-45deg, #eff0c9 0%,#9aecea 25%,#83aff3 50%,#9595f0 75%,#5068d7 100%);
  background: linear-gradient(135deg, #eff0c9 0%,#9aecea 25%,#83aff3 50%,#9595f0 75%,#5068d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0c9', endColorstr='#5068d7',GradientType=1 );
}


/* Pastel Sun */
.foundry-hue-pastel-sun {
  background: #ffb347; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #ffb347 , #ffcc33); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ffb347 , #ffcc33); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/* Pre-Dawn */
.foundry-hue-pre-dawn {
  background: #00223e;
  background: -moz-linear-gradient(-45deg, #00223e 0%, #ffa17f 100%);
  background: -webkit-linear-gradient(-45deg, #00223e 0%,#ffa17f 100%);
  background: linear-gradient(135deg, #00223e 0%,#ffa17f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00223e', endColorstr='#ffa17f',GradientType=1 );
}


/* Bliss */
.foundry-hue-bliss {
  background: #360033;
  background: -moz-linear-gradient(top, #360033 0%, #ffa17f 100%);
  background: -webkit-linear-gradient(top, #360033 0%,#ffa17f 100%);
  background: linear-gradient(to bottom, #360033 0%,#ffa17f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#360033', endColorstr='#ffa17f',GradientType=0 );
}


/* Atmosphere */
.foundry-hue-atmosphere {
  background: #b6fbff;
  background: -moz-linear-gradient(45deg, #b6fbff 0%, #83a4d4 100%);
  background: -webkit-linear-gradient(45deg, #b6fbff 0%,#83a4d4 100%);
  background: linear-gradient(45deg, #b6fbff 0%,#83a4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6fbff', endColorstr='#83a4d4',GradientType=1 );
}


/* Sunrise */
.foundry-hue-sunrise {
  background: #9b2193; 
  background: -moz-linear-gradient(45deg,  #9b2193 0%, #ca545b 50%, #fdbf05 100%); 
  background: -webkit-linear-gradient(45deg,  #9b2193 0%,#ca545b 50%,#fdbf05 100%);  */
  background: linear-gradient(45deg,  #9b2193 0%,#ca545b 50%,#fdbf05 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2193', endColorstr='#fdbf05',GradientType=1 ); 
}

/* Misty Forrest */
.foundry-hue-misty-forrest {
  background: #afcd79;
  background: -moz-linear-gradient(45deg,  #afcd79 0%, #35b350 44%, #10b4ac 100%);
  background: -webkit-linear-gradient(45deg,  #afcd79 0%,#35b350 44%,#10b4ac 100%);
  background: linear-gradient(45deg,  #afcd79 0%,#35b350 44%,#10b4ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afcd79', endColorstr='#10b4ac',GradientType=1 );
}

/* Deep Blue */
.foundry-hue-deep-blue {
  background: #0e3b64;
  background: -moz-linear-gradient(45deg,  #0e3b64 0%, #10b4ac 100%);
  background: -webkit-linear-gradient(45deg,  #0e3b64 0%,#10b4ac 100%);
  background: linear-gradient(45deg,  #0e3b64 0%,#10b4ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3b64', endColorstr='#10b4ac',GradientType=1 );
}.blu-svg>.svg-link>a{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:999}
.target-wrapper{position:relative}.target-show-on-hover{opacity:0;transition:opacity 750ms ease}.target-show-on-hover:hover{opacity:1}.target{position:absolute;width:100%;height:auto}.target.width-auto{width:auto}.target.height-fill,.target.height-fixed,.target.height-flexible{display:flex;align-items:center}.target.height-fill{height:100%}.target[class*="float-"],.target[class*="shift-"]{position:relative}.target[class*="pin-"],.target.relative-browser{position:fixed}.target.float-right{float:right}.target.float-left{float:left}.target.vcenter[class*="relative-"]{top:50%;transform:translateY(-50%)}.target.hcenter[class*="relative-"]{left:50%;transform:translateX(-50%)}.target.hcenter.vcenter[class*="relative-"]{transform:translateX(-50%) translateY(-50%)}.target.shift-up,.target.shift-down{margin-left:auto;margin-right:auto}.target.target-center{top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.target.pin-top{top:0}.target.pin-bottom{bottom:0}.target.pin-left{left:0}.target.pin-right{right:0}.target.target-disable{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}@media only screen and (min-width:40em){.target.target-mobile-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:39.9375em){.target.target-disable-mobile{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}@media only screen and (max-width:62.5em){.target.target-desktop-only{position:relative !important;float:none !important;height:auto !important;left:auto !important;top:auto !important;bottom:auto !important;right:auto !important;transform:none !important;width:100% !important}}
.infix{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;outline:none !important;overflow:hidden}.infix.infix-section{z-index:999}.infix *{-webkit-box-sizing:border-box;box-sizing:border-box}.infix-wrap{z-index:9990;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.infix.infix-body{position:fixed}.infix.no-nav > .infix-wrap > .infix-nav{display:none}.infix.infix-body .infix-wrap{position:fixed}.infix.infix-section{position:absolute}.infix.infix-section .infix-wrap{position:absolute}.infix-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle}.splb-loader{z-index:99999;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}.infix-loading .splb-loader{opacity:1}.infix-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.infix.stacks-v-top .infix-container{vertical-align:top}.infix.stacks-v-bottom .infix-container{vertical-align:bottom}.infix.infix-section .infix-container{position:static}.infix.infix-section.infix-inline .infix-container{position:static}.infix-content{z-index:9993;width:100%}.infix-content::after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;z-index:-1}.infix-body .infix-close{position:fixed}.infix-body.infix-inline .infix-container{width:96%;max-width:1000px}.infix-body.cross-overlay .infix-close{position:fixed}.infix-body.cross-inside .infix-close{position:absolute}.infix-section .infix-close{position:absolute}.infix-closed:not(.infix-closing){z-index:-99 !important;height:0 !important}.infix-close{display:none;cursor:pointer;text-decoration:none;text-align:center;font-style:normal;border:0;-webkit-appearance:none;outline:none;background:none;-webkit-box-shadow:none;box-shadow:none}.infix-close,[data-infix-next],[data-infix-prev]{cursor:pointer}.infix-close.icon-tr{right:0;top:0}.infix-close.icon-tl{left:0;top:0}.infix-close.icon-br{right:0;bottom:0}.infix-close.icon-bl{left:0;bottom:0}.infix-close::-moz-focus-inner{border:0;padding:0}.infix-img{max-width:100%;margin:0 auto;display:block;line-height:0;border:0}.infix-section.size-target.infix-image .infix-img[style],.infix-section.size-native.infix-image .infix-img[style]{max-height:none !important}.infix.infix-section.size-native{overflow:visible}.infix.infix-section.size-native,.infix.infix-section.size-native > .infix-wrap,.infix.infix-section.size-native > .infix-wrap > .infix-container{position:relative;width:100%}.infix.infix-section.size-native.infix-closing{display:none !important}.infix.size-native > .infix-wrap > .infix-container > .infix-content > .splb{max-height:none !important}.infix-iframe .infix-container{width:100%}.infix-body.infix-iframe .infix-container{max-width:1000px}.infix-section.infix-iframe.full-frame .infix-container{max-width:100%}.infix-section.infix-iframe.auto-size-section .infix-iframe-container{max-height:none !important}.size-target:not(.lightbox-open)[style]{max-height:initial !important;min-height:initial !important}.infix-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.infix-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.infix-htmlvideo video{position:absolute;top:0px;width:100%}.infix-instagram .infix-content{margin:0 auto;width:100%}.infix-instagram .infix-content .infix-iframe-container{padding-top:113.0719%}.infix-error{text-align:center}.infix-err-txt{color:black;background-color:rgba(255,255,255,0.4);padding:3px 6px}.spl-lightbox,.spl-lightbox::before,.spl-lightbox::after{display:none}.limelight-launcher{cursor:pointer}.limelight-launcher:not(.allowclicks) *{pointer-events:none}[data-cms-launch][data-cms-id=""].ll-empty-noclick{pointer-events:none !important}[data-cms-launch][data-cms-id=""].ll-empty-hide{display:none !important}.ll-count{display:none}.ll-overlay[class*="s-"][class*="-bg"]::before{display:none}
.com_bigwhiteduck_stacks_paragraphpro_stack p.text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-left{text-align:left}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-right{text-align:right}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify{text-align:justify}.com_bigwhiteduck_stacks_paragraphpro_stack p.text-inherit{text-align:inherit}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center{text-align:center}.com_bigwhiteduck_stacks_paragraphpro_stack p.small-only-text-center + ul{display:table;margin:0 auto;text-align:left}}@media only screen and (max-width:640px){.com_bigwhiteduck_stacks_paragraphpro_stack p.text-justify.small-only-just-left{text-align:left !important}}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes elxr_bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes elxr_bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.elxr_bounce {
  -webkit-animation-name: elxr_bounce;
  animation-name: elxr_bounce;
}

@-webkit-keyframes elxr_flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes elxr_flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.elxr_flash {
  -webkit-animation-name: elxr_flash;
  animation-name: elxr_flash;
}

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

@-webkit-keyframes elxr_pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes elxr_pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

.elxr_pulse {
  -webkit-animation-name: elxr_pulse;
  animation-name: elxr_pulse;
}

@-webkit-keyframes elxr_rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

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

@keyframes elxr_rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

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

.elxr_rubberBand {
  -webkit-animation-name: elxr_rubberBand;
  animation-name: elxr_rubberBand;
}

@-webkit-keyframes elxr_shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes elxr_shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.elxr_shake {
  -webkit-animation-name: elxr_shake;
  animation-name: elxr_shake;
}

@-webkit-keyframes elxr_swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

@keyframes elxr_swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

.elxr_swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: elxr_swing;
  animation-name: elxr_swing;
}

@-webkit-keyframes elxr_tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

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

@keyframes elxr_tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

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

.elxr_tada {
  -webkit-animation-name: elxr_tada;
  animation-name: elxr_tada;
}

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

@-webkit-keyframes elxr_wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

@keyframes elxr_wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

.elxr_wobble {
  -webkit-animation-name: elxr_wobble;
  animation-name: elxr_wobble;
}

@-webkit-keyframes elxr_bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

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

@keyframes elxr_bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

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

.elxr_bounceIn {
  -webkit-animation-name: elxr_bounceIn;
  animation-name: elxr_bounceIn;
}

@-webkit-keyframes elxr_bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@keyframes elxr_bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

.elxr_bounceInDown {
  -webkit-animation-name: elxr_bounceInDown;
  animation-name: elxr_bounceInDown;
}

@-webkit-keyframes elxr_bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes elxr_bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

.elxr_bounceInLeft {
  -webkit-animation-name: elxr_bounceInLeft;
  animation-name: elxr_bounceInLeft;
}

@-webkit-keyframes elxr_bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes elxr_bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

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

.elxr_bounceInRight {
  -webkit-animation-name: elxr_bounceInRight;
  animation-name: elxr_bounceInRight;
}

@-webkit-keyframes elxr_bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

@keyframes elxr_bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

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

.elxr_bounceInUp {
  -webkit-animation-name: elxr_bounceInUp;
  animation-name: elxr_bounceInUp;
}

@-webkit-keyframes elxr_bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes elxr_bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.elxr_bounceOut {
  -webkit-animation-name: elxr_bounceOut;
  animation-name: elxr_bounceOut;
}

@-webkit-keyframes elxr_bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@keyframes elxr_bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

.elxr_bounceOutDown {
  -webkit-animation-name: elxr_bounceOutDown;
  animation-name: elxr_bounceOutDown;
}

@-webkit-keyframes elxr_bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@keyframes elxr_bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

.elxr_bounceOutLeft {
  -webkit-animation-name: elxr_bounceOutLeft;
  animation-name: elxr_bounceOutLeft;
}

@-webkit-keyframes elxr_bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@keyframes elxr_bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

.elxr_bounceOutRight {
  -webkit-animation-name: elxr_bounceOutRight;
  animation-name: elxr_bounceOutRight;
}

@-webkit-keyframes elxr_bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@keyframes elxr_bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

.elxr_bounceOutUp {
  -webkit-animation-name: elxr_bounceOutUp;
  animation-name: elxr_bounceOutUp;
}

@-webkit-keyframes elxr_fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes elxr_fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.elxr_fadeIn {
  -webkit-animation-name: elxr_fadeIn;
  animation-name: elxr_fadeIn;
}

@-webkit-keyframes elxr_fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes elxr_fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

.elxr_fadeInDown {
  -webkit-animation-name: elxr_fadeInDown;
  animation-name: elxr_fadeInDown;
}

@-webkit-keyframes elxr_fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

@keyframes elxr_fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

.elxr_fadeInDownBig {
  -webkit-animation-name: elxr_fadeInDownBig;
  animation-name: elxr_fadeInDownBig;
}

@-webkit-keyframes elxr_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes elxr_fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

.elxr_fadeInLeft {
  -webkit-animation-name: elxr_fadeInLeft;
  animation-name: elxr_fadeInLeft;
}

@-webkit-keyframes elxr_fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes elxr_fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

.elxr_fadeInLeftBig {
  -webkit-animation-name: elxr_fadeInLeftBig;
  animation-name: elxr_fadeInLeftBig;
}

@-webkit-keyframes elxr_fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes elxr_fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

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

.elxr_fadeInRight {
  -webkit-animation-name: elxr_fadeInRight;
  animation-name: elxr_fadeInRight;
}

@-webkit-keyframes elxr_fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes elxr_fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

.elxr_fadeInRightBig {
  -webkit-animation-name: elxr_fadeInRightBig;
  animation-name: elxr_fadeInRightBig;
}

@-webkit-keyframes elxr_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes elxr_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

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

.elxr_fadeInUp {
  -webkit-animation-name: elxr_fadeInUp;
  animation-name: elxr_fadeInUp;
}

@-webkit-keyframes elxr_fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

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

@keyframes elxr_fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

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

.elxr_fadeInUpBig {
  -webkit-animation-name: elxr_fadeInUpBig;
  animation-name: elxr_fadeInUpBig;
}

@-webkit-keyframes elxr_fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes elxr_fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.elxr_fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

@keyframes elxr_fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

.elxr_fadeOutDown {
  -webkit-animation-name: elxr_fadeOutDown;
  animation-name: elxr_fadeOutDown;
}

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

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

@keyframes elxr_fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

.elxr_fadeOutDownBig {
  -webkit-animation-name: elxr_fadeOutDownBig;
  animation-name: elxr_fadeOutDownBig;
}

@-webkit-keyframes elxr_fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes elxr_fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

.elxr_fadeOutLeft {
  -webkit-animation-name: elxr_fadeOutLeft;
  animation-name: elxr_fadeOutLeft;
}

@-webkit-keyframes elxr_fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes elxr_fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

.elxr_fadeOutLeftBig {
  -webkit-animation-name: elxr_fadeOutLeftBig;
  animation-name: elxr_fadeOutLeftBig;
}

@-webkit-keyframes elxr_fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes elxr_fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

.elxr_fadeOutRight {
  -webkit-animation-name: elxr_fadeOutRight;
  animation-name: elxr_fadeOutRight;
}

@-webkit-keyframes elxr_fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes elxr_fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

.elxr_fadeOutRightBig {
  -webkit-animation-name: elxr_fadeOutRightBig;
  animation-name: elxr_fadeOutRightBig;
}

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

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

@keyframes elxr_fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

.elxr_fadeOutUp {
  -webkit-animation-name: elxr_fadeOutUp;
  animation-name: elxr_fadeOutUp;
}

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

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

@keyframes elxr_fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

.elxr_fadeOutUpBig {
  -webkit-animation-name: elxr_fadeOutUpBig;
  animation-name: elxr_fadeOutUpBig;
}

@-webkit-keyframes elxr_flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes elxr_flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes elxr_flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes elxr_flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes elxr_flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes elxr_flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes elxr_flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes elxr_flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes elxr_flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes elxr_flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes elxr_lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes elxr_lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes elxr_lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes elxr_lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes elxr_rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateIn {
  -webkit-animation-name: elxr_rotateIn;
  animation-name: elxr_rotateIn;
}

@-webkit-keyframes elxr_rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateInDownLeft {
  -webkit-animation-name: elxr_rotateInDownLeft;
  animation-name: elxr_rotateInDownLeft;
}

@-webkit-keyframes elxr_rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateInDownRight {
  -webkit-animation-name: elxr_rotateInDownRight;
  animation-name: elxr_rotateInDownRight;
}

@-webkit-keyframes elxr_rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateInUpLeft {
  -webkit-animation-name: elxr_rotateInUpLeft;
  animation-name: elxr_rotateInUpLeft;
}

@-webkit-keyframes elxr_rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes elxr_rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.elxr_rotateInUpRight {
  -webkit-animation-name: elxr_rotateInUpRight;
  animation-name: elxr_rotateInUpRight;
}

@-webkit-keyframes elxr_rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.elxr_rotateOut {
  -webkit-animation-name: elxr_rotateOut;
  animation-name: elxr_rotateOut;
}

@-webkit-keyframes elxr_rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.elxr_rotateOutDownLeft {
  -webkit-animation-name: elxr_rotateOutDownLeft;
  animation-name: elxr_rotateOutDownLeft;
}

@-webkit-keyframes elxr_rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.elxr_rotateOutDownRight {
  -webkit-animation-name: elxr_rotateOutDownRight;
  animation-name: elxr_rotateOutDownRight;
}

@-webkit-keyframes elxr_rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.elxr_rotateOutUpLeft {
  -webkit-animation-name: elxr_rotateOutUpLeft;
  animation-name: elxr_rotateOutUpLeft;
}

@-webkit-keyframes elxr_rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes elxr_rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.elxr_rotateOutUpRight {
  -webkit-animation-name: elxr_rotateOutUpRight;
  animation-name: elxr_rotateOutUpRight;
}

@-webkit-keyframes elxr_slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

@keyframes elxr_slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

.elxr_slideInDown {
  -webkit-animation-name: elxr_slideInDown;
  animation-name: elxr_slideInDown;
}

@-webkit-keyframes elxr_slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes elxr_slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

.elxr_slideInLeft {
  -webkit-animation-name: elxr_slideInLeft;
  animation-name: elxr_slideInLeft;
}

@-webkit-keyframes elxr_slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes elxr_slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

.elxr_slideInRight {
  -webkit-animation-name: elxr_slideInRight;
  animation-name: elxr_slideInRight;
}

@-webkit-keyframes elxr_slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes elxr_slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

.elxr_slideOutLeft {
  -webkit-animation-name: elxr_slideOutLeft;
  animation-name: elxr_slideOutLeft;
}

@-webkit-keyframes elxr_slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes elxr_slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

.elxr_slideOutRight {
  -webkit-animation-name: elxr_slideOutRight;
  animation-name: elxr_slideOutRight;
}

@-webkit-keyframes elxr_slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes elxr_slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

.elxr_slideOutUp {
  -webkit-animation-name: elxr_slideOutUp;
  animation-name: elxr_slideOutUp;
}

@-webkit-keyframes elxr_slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

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

@keyframes elxr_slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

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

.elxr_slideInUp {
  -webkit-animation-name: elxr_slideInUp;
  animation-name: elxr_slideInUp;
}

@-webkit-keyframes elxr_slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes elxr_slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

.elxr_slideOutDown {
  -webkit-animation-name: elxr_slideOutDown;
  animation-name: elxr_slideOutDown;
}

@-webkit-keyframes elxr_hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

@keyframes elxr_hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

.elxr_hinge {
  -webkit-animation-name: elxr_hinge;
  animation-name: elxr_hinge;
}

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

@-webkit-keyframes elxr_rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes elxr_rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.elxr_rollIn {
  -webkit-animation-name: elxr_rollIn;
  animation-name: elxr_rollIn;
}

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

@-webkit-keyframes elxr_rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes elxr_rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.elxr_rollOut {
  -webkit-animation-name: elxr_rollOut;
  animation-name: elxr_rollOut;
}

@-webkit-keyframes elxr_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes elxr_zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.elxr_zoomIn {
  -webkit-animation-name: elxr_zoomIn;
  animation-name: elxr_zoomIn;
}

@-webkit-keyframes elxr_zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes elxr_zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.elxr_zoomInDown {
  -webkit-animation-name: elxr_zoomInDown;
  animation-name: elxr_zoomInDown;
}

@-webkit-keyframes elxr_zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes elxr_zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.elxr_zoomInLeft {
  -webkit-animation-name: elxr_zoomInLeft;
  animation-name: elxr_zoomInLeft;
}

@-webkit-keyframes elxr_zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes elxr_zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.elxr_zoomInRight {
  -webkit-animation-name: elxr_zoomInRight;
  animation-name: elxr_zoomInRight;
}

@-webkit-keyframes elxr_zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes elxr_zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.elxr_zoomInUp {
  -webkit-animation-name: elxr_zoomInUp;
  animation-name: elxr_zoomInUp;
}

@-webkit-keyframes elxr_zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes elxr_zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.elxr_zoomOut {
  -webkit-animation-name: elxr_zoomOut;
  animation-name: elxr_zoomOut;
}

@-webkit-keyframes elxr_zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes elxr_zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.elxr_zoomOutDown {
  -webkit-animation-name: elxr_zoomOutDown;
  animation-name: elxr_zoomOutDown;
}

@-webkit-keyframes elxr_zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes elxr_zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.elxr_zoomOutLeft {
  -webkit-animation-name: elxr_zoomOutLeft;
  animation-name: elxr_zoomOutLeft;
}

@-webkit-keyframes elxr_zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes elxr_zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.elxr_zoomOutRight {
  -webkit-animation-name: elxr_zoomOutRight;
  animation-name: elxr_zoomOutRight;
}

@-webkit-keyframes elxr_zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes elxr_zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.elxr_zoomOutUp {
  -webkit-animation-name: elxr_zoomOutUp;
  animation-name: elxr_zoomOutUp;
}



@charset "UTF-8";/*!
Magic - http://minimamente.com
Licensed under the MIT license

Copyright (c) 2014 Christian Pucci

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.magictime {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.elxr_elxr_perspectiveDownRetourn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_perspectiveDownRetourn;
  -moz-animation-name: elxr_perspectiveDownRetourn;
  -ms-animation-name: elxr_perspectiveDownRetourn;
  -o-animation-name: elxr_perspectiveDownRetourn;
  animation-name: elxr_perspectiveDownRetourn;
}
.elxr_elxr_perspectiveLeftRetourn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_perspectiveLeftRetourn;
  -moz-animation-name: elxr_perspectiveLeftRetourn;
  -ms-animation-name: elxr_perspectiveLeftRetourn;
  -o-animation-name: elxr_perspectiveLeftRetourn;
  animation-name: elxr_perspectiveLeftRetourn;
}
.elxr_elxr_perspectiveRightRetourn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_perspectiveRightRetourn;
  -moz-animation-name: elxr_perspectiveRightRetourn;
  -ms-animation-name: elxr_perspectiveRightRetourn;
  -o-animation-name: elxr_perspectiveRightRetourn;
  animation-name: elxr_perspectiveRightRetourn;
}
.elxr_elxr_perspectiveUpRetourn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: elxr_perspectiveUpRetourn;
  -moz-animation-name: elxr_perspectiveUpRetourn;
  -ms-animation-name: elxr_perspectiveUpRetourn;
  -o-animation-name: elxr_perspectiveUpRetourn;
  animation-name: elxr_perspectiveUpRetourn;
}
.elxr_elxr_puffIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_puffIn;
  -moz-animation-name: elxr_puffIn;
  -ms-animation-name: elxr_puffIn;
  -o-animation-name: elxr_puffIn;
  animation-name: elxr_puffIn;
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -ms-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none;
}
.elxr_elxr_twisterInUp {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_twisterInUp;
  -moz-animation-name: elxr_twisterInUp;
  -ms-animation-name: elxr_twisterInUp;
  -o-animation-name: elxr_twisterInUp;
  animation-name: elxr_twisterInUp;
}
.elxr_elxr_vanishIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_vanishIn;
  -moz-animation-name: elxr_vanishIn;
  -ms-animation-name: elxr_vanishIn;
  -o-animation-name: elxr_vanishIn;
  animation-name: elxr_vanishIn;
}
.elxr_elxr_tinRightIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_tinRightIn;
  -moz-animation-name: elxr_tinRightIn;
  -ms-animation-name: elxr_tinRightIn;
  -o-animation-name: elxr_tinRightIn;
  animation-name: elxr_tinRightIn;
}
.elxr_elxr_tinLeftIn {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: elxr_tinLeftIn;
  -moz-animation-name: elxr_tinLeftIn;
  -ms-animation-name: elxr_tinLeftIn;
  -o-animation-name: elxr_tinLeftIn;
  animation-name: elxr_tinLeftIn;
}


@-moz-keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    -moz-transform-origin: 0 100%;
    -moz-transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 100%;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
}
@-webkit-keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}
@-o-keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    -o-transform-origin: 0 100%;
    -o-transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 0 100%;
    -o-transform: perspective(800px) rotateX(0deg);
  }
}
@-ms-keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    -ms-transform-origin: 0 100%;
    -ms-transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    -ms-transform-origin: 0 100%;
    -ms-transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes elxr_perspectiveDownRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 100%;
    transform: perspective(800px) rotateX(-180deg);
  }

  100% {
    opacity: 1;
    transform-origin: 0 100%;
    transform: perspective(800px) rotateX(0deg);
  }
}
@-moz-keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
}
@-webkit-keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
}
@-o-keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateY(0deg);
  }
}
@-ms-keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateY(0deg);
  }
}
@keyframes elxr_perspectiveLeftRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(-180deg);
  }

  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: perspective(800px) rotateY(0deg);
  }
}
@-moz-keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    -moz-transform-origin: 100% 0;
    -moz-transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 100% 0;
    -moz-transform: perspective(800px) rotateY(0deg);
  }
}
@-webkit-keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: perspective(800px) rotateY(0deg);
  }
}
@-o-keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    -o-transform-origin: 100% 0;
    -o-transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 100% 0;
    -o-transform: perspective(800px) rotateY(0deg);
  }
}
@-ms-keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    -ms-transform-origin: 100% 0;
    -ms-transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    -ms-transform-origin: 100% 0;
    -ms-transform: perspective(800px) rotateY(0deg);
  }
}
@keyframes elxr_perspectiveRightRetourn {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: perspective(800px) rotateY(180deg);
  }

  100% {
    opacity: 1;
    transform-origin: 100% 0;
    transform: perspective(800px) rotateY(0deg);
  }
}
@-moz-keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
}
@-webkit-keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}
@-o-keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(0deg);
  }
}
@-ms-keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(180deg);
  }

  100% {
    opacity: 1;
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes elxr_perspectiveUpRetourn {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(180deg);
  }

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

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

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1,1);
    filter: blur(0px);
  }
}
@-moz-keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    -moz-transform-origin: 100% 0;
    -moz-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {
    -moz-transform-origin: 100% 0;
    -moz-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    -moz-transform-origin: 0 0;
    -moz-transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@-webkit-keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@-o-keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    -o-transform-origin: 100% 0;
    -o-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {
    -o-transform-origin: 100% 0;
    -o-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    -o-transform-origin: 0 0;
    -o-transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@-ms-keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform-origin: 100% 0;
    -ms-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {;
    -ms-transform-origin: 100% 0;
    -ms-transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform-origin: 0 0;
    -ms-transform: scale(1, 1) rotate(0deg) translateY(0);
  }
}
@keyframes elxr_twisterInUp {
  0% {
    opacity: 0;
    transform-origin: 100% 0;
    transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

  30% {
    transform-origin: 100% 0;
    transform: scale(0, 0) rotate(360deg) translateY(100%);
  }

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

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

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

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

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

  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
  }
}
@-moz-keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateX(0);
  }
}
@-webkit-keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0);
  }
}
@-o-keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -o-transform: scale(1, 1) translateX(0);
  }
}
@-ms-keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1, 1) translateX(0);
  }
}
@keyframes elxr_tinRightIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateX(900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    transform: scale(1, 1) translateX(0);
  }
}
@-moz-keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -moz-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -moz-transform: scale(1, 1) translateX(0);
  }
}
@-webkit-keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translateX(0);
  }
}
@-o-keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    -o-transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    -o-transform: scale(1, 1) translateX(0);
  }
}
@-ms-keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1, 1) translateX(0);
  }
}
@keyframes elxr_tinLeftIn {
  0% {
    opacity: 0;
    transform: scale(1, 1) translateX(-900%);
  }

  50%, 70%, 90% {
    opacity: 1;
    transform: scale(1.1, 1.1) translateX(0);
  }

  60%, 80%, 100% {
    opacity: 1;
    transform: scale(1, 1) translateX(0);
  }
}
.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 18px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.3;
  color: black;
  background-color: #fff; }

.paragraph {
  color: black; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: black; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.75rem; }

.h4 {
  font-size: 1.5rem; }

.h5 {
  font-size: 1.25rem; }

.h6 {
  font-size: 1rem; }

.lead {
  font-size: 20px;
  font-weight: 300; }

.display-1 {
  font-size: 96px;
  font-weight: 300; }

.display-2 {
  font-size: 88px;
  font-weight: 300; }

.display-3 {
  font-size: 72px;
  font-weight: 300; }

.display-4 {
  font-size: 56px;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.3;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.3;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 767px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.3;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.05rem + 2px); }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8625rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

.form-control-file,
.form-control-range {
  display: block; }

.form-control-label {
  padding: 0.375rem 1em;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 2.05rem; }
  input.input-sm[type="date"], .input-group-sm input.form-control[type="date"],
  input.input-sm[type="time"], .input-group-sm input.form-control[type="time"],
  input.input-sm[type="datetime-local"], .input-group-sm input.form-control[type="datetime-local"],
  input.input-sm[type="month"], .input-group-sm input.form-control[type="month"] {
    line-height: 1.8625rem; }
  input.input-lg[type="date"], .input-group-lg input.form-control[type="date"],
  input.input-lg[type="time"], .input-group-lg input.form-control[type="time"],
  input.input-lg[type="datetime-local"], .input-group-lg input.form-control[type="datetime-local"],
  input.input-lg[type="month"], .input-group-lg input.form-control[type="month"] {
    line-height: 3.1666666667rem; } }

.form-control-static {
  min-height: 2.05rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333; }

.form-group {
  margin-bottom: 1rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-top: 4px \9;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

input[type="radio"]:disabled, input.disabled[type="radio"],
input[type="checkbox"]:disabled,
input.disabled[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5125rem;
  background-size: 1.3325rem 1.3325rem; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #f2f2f5; }

.has-success .form-control {
  border-color: #f2f2f5; }

.has-success .input-group-addon {
  color: #f2f2f5 !important;
  border-color: #f2f2f5;
  background-color: white; }

.has-success .form-control-feedback {
  color: #f2f2f5; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #666666; }

.has-warning .form-control {
  border-color: #666666; }

.has-warning .input-group-addon {
  color: #666666 !important;
  border-color: #666666;
  background-color: #cccccc; }

.has-warning .form-control-feedback {
  color: #666666; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #e4e5ea; }

.has-danger .form-control {
  border-color: #e4e5ea; }

.has-danger .input-group-addon {
  color: #e4e5ea !important;
  border-color: #e4e5ea;
  background-color: white; }

.has-danger .form-control-feedback {
  color: #e4e5ea; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  margin-bottom: 0.5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.3; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: white;
  border-color: white; }
  .btn-primary:hover {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    background-color: white;
    border-color: white; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: white;
    border-color: white; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary.focus:active, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary.focus:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: gray;
  border-color: gray; }
  .btn-info:hover {
    color: #fff;
    background-color: #676767;
    border-color: #616161; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #676767;
    border-color: #616161; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #676767;
    border-color: #616161;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #555555;
      border-color: #404040; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
    background-color: gray;
    border-color: gray; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: gray;
    border-color: gray; }

.btn-success {
  color: #fff;
  background-color: #f2f2f5;
  border-color: #f2f2f5; }
  .btn-success:hover {
    color: #fff;
    background-color: #d5d5df;
    border-color: #cfcfda; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #d5d5df;
    border-color: #cfcfda; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #d5d5df;
    border-color: #cfcfda;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #c1c1cf;
      border-color: #aaaabe; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
    background-color: #f2f2f5;
    border-color: #f2f2f5; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #f2f2f5;
    border-color: #f2f2f5; }

.btn-warning {
  color: #fff;
  background-color: #666666;
  border-color: #666666; }
  .btn-warning:hover {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #474747; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #474747; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #474747;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #3b3b3b;
      border-color: #262626; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #666666;
    border-color: #666666; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #666666;
    border-color: #666666; }

.btn-danger {
  color: #fff;
  background-color: #e4e5ea;
  border-color: #e4e5ea; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c7c9d4;
    border-color: #c2c4cf; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c7c9d4;
    border-color: #c2c4cf; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c7c9d4;
    border-color: #c2c4cf;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #b3b6c4;
      border-color: #9ca0b2; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
    background-color: #e4e5ea;
    border-color: #e4e5ea; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #e4e5ea;
    border-color: #e4e5ea; }

.btn-primary-outline {
  color: white;
  background-image: none;
  background-color: transparent;
  border-color: white; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: white;
    border-color: white; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: white;
    border-color: white; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline.focus:disabled {
    border-color: white; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: white; }

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline.focus:disabled {
    border-color: white; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: white; }

.btn-info-outline {
  color: gray;
  background-image: none;
  background-color: transparent;
  border-color: gray; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: gray;
    border-color: gray; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: gray;
    border-color: gray; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline.focus:disabled {
    border-color: #b3b3b3; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #b3b3b3; }

.btn-success-outline {
  color: #f2f2f5;
  background-image: none;
  background-color: transparent;
  border-color: #f2f2f5; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #f2f2f5;
    border-color: #f2f2f5; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #f2f2f5;
    border-color: #f2f2f5; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline.focus:disabled {
    border-color: white; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: white; }

.btn-warning-outline {
  color: #666666;
  background-image: none;
  background-color: transparent;
  border-color: #666666; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline.focus:disabled {
    border-color: #999999; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #999999; }

.btn-danger-outline {
  color: #e4e5ea;
  background-image: none;
  background-color: transparent;
  border-color: #e4e5ea; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #e4e5ea;
    border-color: #e4e5ea; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #e4e5ea;
    border-color: #e4e5ea; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline.focus:disabled {
    border-color: white; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: white; }

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: black;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.3;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: white;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group,
.btn-group-vertical {
  border-radius: 5px; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
    .input-group-btn:last-child > .btn-group:focus,
    .input-group-btn:last-child > .btn-group:active,
    .input-group-btn:last-child > .btn-group:hover {
      z-index: 3; }

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

.c-radio .c-indicator {
  border-radius: 50%; }

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom::after {
  content: "Choose file..."; }

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: white; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }

.navbar-full {
  z-index: 1000; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 767px) {
  .navbar-toggleable-sm {
    display: block !important; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5; }

.card-block {
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }

.card-primary {
  background-color: white;
  border-color: white; }

.card-success {
  background-color: #f2f2f5;
  border-color: #f2f2f5; }

.card-info {
  background-color: gray;
  border-color: gray; }

.card-warning {
  background-color: #666666;
  border-color: #666666; }

.card-danger {
  background-color: #e4e5ea;
  border-color: #e4e5ea; }

.card-primary-outline {
  background-color: transparent;
  border-color: white; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: gray; }

.card-success-outline {
  background-color: transparent;
  border-color: #f2f2f5; }

.card-warning-outline {
  background-color: transparent;
  border-color: #666666; }

.card-danger-outline {
  background-color: transparent;
  border-color: #e4e5ea; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; } }

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    -o-column-gap: 1.25rem;
    -ms-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: white;
    cursor: default;
    background-color: #0375d8;
    border-color: #0375d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: black;
    cursor: not-allowed;
    background-color: white;
    border-color: #dddddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.3;
  color: #0375d8;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd; }
  .page-link:focus, .page-link:hover {
    color: #004c8c;
    background-color: #eceeef;
    border-color: #dddddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3333333333; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager::after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #dddddd;
      border-radius: 15px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #eceeef; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: black;
    cursor: not-allowed;
    background-color: white; }
  .pager .disabled > span {
    color: black;
    cursor: not-allowed;
    background-color: white; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: white; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #e6e6e6; }

.label-success {
  background-color: #f2f2f5; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #d5d5df; }

.label-info {
  background-color: gray; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #676767; }

.label-warning {
  background-color: #666666; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #4d4d4d; }

.label-danger {
  background-color: #e4e5ea; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c7c9d4; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f5f5f5; }

.progress-bar {
  height: 1rem;
  line-height: 1rem; }

.progress-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.progress-primary {
  background-color: white; }

@media screen and (min-width: 0\0) {
  .progress-primary .progress-bar {
    background-color: white; } }

.progress-success {
  background-color: #f2f2f5; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #f2f2f5; } }

.progress-info {
  background-color: gray; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: gray; } }

.progress-warning {
  background-color: #666666; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #666666; } }

.progress-danger {
  background-color: #e4e5ea; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #e4e5ea; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:last-child {
    margin-bottom: 0; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus, a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #818a91; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: white;
  border-color: white; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #ffffff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #ffffff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #ffffff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #ffffff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-9by16 {
  padding-bottom: 177.7777777778%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2051;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.8); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 1; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.3; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 767px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: white !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #e6e6e6; }

.text-success {
  color: #f2f2f5 !important; }

a.text-success:focus, a.text-success:hover {
  color: #d5d5df; }

.text-info {
  color: gray !important; }

a.text-info:focus, a.text-info:hover {
  color: #676767; }

.text-warning {
  color: #666666 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #4d4d4d; }

.text-danger {
  color: #e4e5ea !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c7c9d4; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: white !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #e6e6e6; }

.bg-success {
  color: #fff !important;
  background-color: #f2f2f5 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #d5d5df; }

.bg-info {
  color: #fff !important;
  background-color: gray !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #676767; }

.bg-warning {
  color: #fff !important;
  background-color: #666666 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #4d4d4d; }

.bg-danger {
  color: #fff !important;
  background-color: #e4e5ea !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c7c9d4; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 766px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 767px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }
.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }

.featured_image {
  margin-bottom: 2rem;
  border-radius: 5px; }

.gallery_image {
  margin-bottom: 1rem;
  border-radius: 5px; }

p.featured_image_caption {
  margin-bottom: 2rem; }

.accordion_item {
  border-radius: 5px; }

.foundry-label > h3:before,
.foundry-label > h3:after {
  background: rgba(0, 0, 0, 0.1); }

ul.social_badges_container li a {
  border-radius: 5px; }

.foundry_icon i {
  border-radius: 5px; }

.icon_bar_wrapper {
  border-radius: 5px; }

ul.bulleted_list li i {
  line-height: 1.3; }

.label {
  margin-bottom: 0.5rem;
  /* Foundry addition */ }

.positioner_wrapper,
.foundry-base-margin {
  margin-bottom: 1rem; }

.foundry-footer {
  color: black; }

.foundry-footer a,
.foundry-footer a:visited {
  color: #0275d8; }

.foundry-footer a:hover,
.foundry-footer a:active {
  color: #014c8c; }

.foundry-accordion-title-bar-bg-primary a.accordion_toggle {
  background: white; }

.foundry-accordion-title-bar-bg-success a.accordion_toggle {
  background: #f2f2f5; }

.foundry-accordion-title-bar-bg-info a.accordion_toggle {
  background: gray; }

.foundry-accordion-title-bar-bg-warning a.accordion_toggle {
  background: #666666; }

.foundry-accordion-title-bar-bg-danger a.accordion_toggle {
  background: #e4e5ea; }

pre.prettyprint {
  border-radius: 5px; }

.hi-content-wrap {
  line-height: 1.3; }

ul.lz-menu {
  border-radius: 5px; }

/*****************************************/
/*  Foundry Specific CSS                 */
/*****************************************/
/* End Edit Mode */
body.antialiased {
  -webkit-font-smoothing: antialiased; }

/* Site Background Styling Options - Background Image, Color Picker, or determined by theme. */
/* Header Font Sizing Options */
@media (max-width: 33.9em) {
  /* Mobile */
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 34em) and (max-width: 47.9375em) {
  /* Tablet */
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 48em) and (max-width: 61.9375em) {
  /* Desktop */
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 19px; } }

@media (min-width: 62em) {
  /* Widescreen */
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 19px; } }

.foundry-mask-primary-bg,
.foundry-primary-bg-color {
  background-color: white; }

.foundry-mask-success-bg,
.foundry-success-bg-color {
  background-color: #f2f2f5; }

.foundry-mask-info-bg,
.foundry-info-bg-color {
  background-color: gray; }

.foundry-mask-warning-bg,
.foundry-warning-bg-color {
  background-color: #666666; }

.foundry-mask-danger-bg,
.foundry-danger-bg-color {
  background-color: #e4e5ea; }

.foundry-site-background {
  fill: #fff; }

.fdy-drop-zone {
  line-height: 1.3; }

@font-face {
  font-family: 'Playfairdisplay';
  src: url("../resources/PlayfairDisplay/playfairdisplay-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Playfairdisplay';
  src: url("../resources/PlayfairDisplay/playfairdisplay-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

.foundry-typeface-one {
  font-family: 'Playfairdisplay', serif,Palatino Linotype;
  font-weight: 300; }

.foundry-typeface-one strong {
  font-weight: 700; }

.foundry-typeface-one strong em,
.foundry-typeface-one em strong {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-one em {
  font-weight: 300;
  font-style: italic; }

.foundry-typeface-one-page-wide-headers h1,
.foundry-typeface-one-page-wide-headers h2,
.foundry-typeface-one-page-wide-headers h3,
.foundry-typeface-one-page-wide-headers h4,
.foundry-typeface-one-page-wide-headers h5,
.foundry-typeface-one-page-wide-headers h6 {
  font-family: 'Playfairdisplay', serif,Palatino Linotype; }

h1.foundry-typeface-one,
h2.foundry-typeface-one,
h3.foundry-typeface-one,
h4.foundry-typeface-one,
h5.foundry-typeface-one,
h6.foundry-typeface-one {
  font-family: 'Playfairdisplay', serif,Palatino Linotype !important; }
@font-face {
  font-family: 'OpenSans';
  src: url("../resources/OpenSans/opensanscondensed-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("../resources/OpenSans/opensanscondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

.foundry-typeface-two {
  font-family: 'OpenSans', sans-serif,Helvetica;
  font-weight: 300; }

.foundry-typeface-two strong {
  font-weight: 700; }

.foundry-typeface-two strong em,
.foundry-typeface-two em strong {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-two em {
  font-weight: 300;
  font-style: italic; }

.foundry-typeface-two-page-wide-headers h1,
.foundry-typeface-two-page-wide-headers h2,
.foundry-typeface-two-page-wide-headers h3,
.foundry-typeface-two-page-wide-headers h4,
.foundry-typeface-two-page-wide-headers h5,
.foundry-typeface-two-page-wide-headers h6 {
  font-family: 'OpenSans', sans-serif,Helvetica; }

h1.foundry-typeface-two,
h2.foundry-typeface-two,
h3.foundry-typeface-two,
h4.foundry-typeface-two,
h5.foundry-typeface-two,
h6.foundry-typeface-two {
  font-family: 'OpenSans', sans-serif,Helvetica !important; }
@font-face {
  font-family: 'Cormorant';
  src: url("../resources/Cormorand/CormorantGaramond-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Cormorant';
  src: url("../resources/Cormorand/CormorantGaramond-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

.foundry-typeface-three {
  font-family: 'Cormorant', serif,Times;
  font-weight: 300; }

.foundry-typeface-three strong {
  font-weight: 600; }

.foundry-typeface-three strong em,
.foundry-typeface-three em strong {
  font-weight: 600;
  font-style: italic; }

.foundry-typeface-three em {
  font-weight: 300;
  font-style: italic; }

.foundry-typeface-three-page-wide-headers h1,
.foundry-typeface-three-page-wide-headers h2,
.foundry-typeface-three-page-wide-headers h3,
.foundry-typeface-three-page-wide-headers h4,
.foundry-typeface-three-page-wide-headers h5,
.foundry-typeface-three-page-wide-headers h6 {
  font-family: 'Cormorant', serif,Times; }

h1.foundry-typeface-three,
h2.foundry-typeface-three,
h3.foundry-typeface-three,
h4.foundry-typeface-three,
h5.foundry-typeface-three,
h6.foundry-typeface-three {
  font-family: 'Cormorant', serif,Times !important; }





	#stacks_in_2017225 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2017225 .anchor {
	font-size: 24px;
	line-height: 24px;
}



#stacks_in_2012350 .fg-content.fg-full-height{height:100%}#stacks_in_2012350 .slides-container{margin:0}#stacks_in_2012350 .slides-container > li{margin:0}#stacks_in_2012350 .slides-container > li::before,#stacks_in_2012350 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 50ms ease}#stacks_in_2012350 .slides-container.ovl-color li::before{background-color:rgba(31, 31, 31, 0.40)}#stacks_in_2012350 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_2012350 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_2012350 .impact-wrapper{z-index:0}#stacks_in_2012350 .impact-wrapper.fill-container{min-width:100%}#stacks_in_2012350 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_2012350 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_2012350 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_2012350 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_2012350 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_2012350 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_2012350 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_2012350 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 50ms ease,visibility 0 0.2s}#stacks_in_2012350 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_2012350 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_2012350 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_2012350 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_2012350 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_2012350 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_2012350 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_2012350 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_2012350 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_2012350 .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_2012350 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(31, 31, 31, 0.40)}#stacks_in_2012350 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_2012350 .impact-container{z-index:5}#stacks_in_2012350 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.90);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_2012350 .scrollDown{transform:scale(0.60)}}#stacks_in_2012350 .scrollDown.button-bottom{bottom:30px}#stacks_in_2012350 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_2012350 .scrollDown.hide-on-mob{display:none}}#stacks_in_2012350 .impact-arrow-wrap{background:rgba(255, 255, 255, 0.00);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.00);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.00);transition:all 90ms ease}#stacks_in_2012350 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.00);transition:all 90ms ease}#stacks_in_2012350 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_2012350 .impact-arrow-wrap.animates .impact-arrow{animation-delay:2000ms;animation-iteration-count:10}#stacks_in_2012350 .impact-arrow{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00);border-width:5px}#stacks_in_2012350 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 0.58);border-right-color:rgba(255, 255, 255, 0.58)}#stacks_in_2012350 .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_2012350 .slides-pagination > a{transition:all 4500ms ease}#stacks_in_2012350 .slides-pagination > a.current{transition:all 4500ms ease}
#stacks_in_2012946 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Professionals-34-hoch.jpg")}.slide-stacks_in_2012946 .impact-container.v-bottom{bottom:0%}.slide-stacks_in_2012946 .impact-container.h-right{right:0%}.slide-stacks_in_2012946 .impact-container.h-left{left:0%}.slide-stacks_in_2012946 .impact-container.v-top{top:0%}.slide-stacks_in_2012946.kb-zoom-in-stacks_in_2012946.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2012946 7000ms ease 1 forwards;transform-origin:120% 50%}.slide-stacks_in_2012946.kb-zoom-out-stacks_in_2012946.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2012946 7000ms ease 1 forwards;transform-origin:120% 50%}@keyframes kb-zoom-in-stacks_in_2012946{0%{transform:scale(1)}100%{transform:scale(1.10)}}@keyframes kb-zoom-out-stacks_in_2012946{0%{transform:scale(1.10)}100%{transform:scale(1)}}
#stacks_in_2014302{overflow:visible !important}#stacks_in_2014302 > .impact-animate{animation-duration:2000ms;animation-delay:1000ms}
 #stacks_in_2016834_1.blu-svg{opacity:0.80} #stacks_in_2016834_1.blu-svg{text-align:center}#stacks_in_2016834_1.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2016834_1.blu-svg{text-align:center}#stacks_in_2016834_1.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2016834_1.blu-svg{text-align:center}#stacks_in_2016834_1.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2016834_1.blu-svg{text-align:center}#stacks_in_2016834_1.blu-svg svg{width:600.00px}}  #stacks_in_2016834_1.blu-svg svg rectange,#stacks_in_2016834_1.blu-svg svg circle,#stacks_in_2016834_1.blu-svg svg ellipse,#stacks_in_2016834_1.blu-svg svg polygon,#stacks_in_2016834_1.blu-svg svg polyline,#stacks_in_2016834_1.blu-svg svg path{fill:rgba(247, 253, 255, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2016834_1.blu-svg svg:hover rectange,#stacks_in_2016834_1.blu-svg svg:hover circle,#stacks_in_2016834_1.blu-svg svg:hover ellipse,#stacks_in_2016834_1.blu-svg svg:hover polygon,#stacks_in_2016834_1.blu-svg svg:hover polyline,#stacks_in_2016834_1.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2016834_1.blu-svg{float:none}#stacks_in_2016834_1 a,#stacks_in_2016834_1 svg{cursor:pointer}
#stacks_in_2016715 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Professionals-1146-hoch.jpg")}.slide-stacks_in_2016715 .impact-container.v-bottom{bottom:30%}.slide-stacks_in_2016715 .impact-container.h-right{right:0%}.slide-stacks_in_2016715 .impact-container.h-left{left:0%}.slide-stacks_in_2016715 .impact-container.v-top{top:30%}.slide-stacks_in_2016715.kb-zoom-in-stacks_in_2016715.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2016715 3000ms ease 1 forwards;transform-origin:120% 20%}.slide-stacks_in_2016715.kb-zoom-out-stacks_in_2016715.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2016715 3000ms ease 1 forwards;transform-origin:120% 20%}@keyframes kb-zoom-in-stacks_in_2016715{0%{transform:scale(1)}100%{transform:scale(1.17)}}@keyframes kb-zoom-out-stacks_in_2016715{0%{transform:scale(1.17)}100%{transform:scale(1)}}
#stacks_in_2015386 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Professionals-462-hoch.jpg")}.slide-stacks_in_2015386 .impact-container.v-bottom{bottom:30%}.slide-stacks_in_2015386 .impact-container.h-right{right:0%}.slide-stacks_in_2015386 .impact-container.h-left{left:0%}.slide-stacks_in_2015386 .impact-container.v-top{top:30%}.slide-stacks_in_2015386.kb-zoom-in-stacks_in_2015386.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2015386 4000ms ease 1 forwards;transform-origin:120% 15%}.slide-stacks_in_2015386.kb-zoom-out-stacks_in_2015386.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2015386 4000ms ease 1 forwards;transform-origin:120% 15%}@keyframes kb-zoom-in-stacks_in_2015386{0%{transform:scale(1)}100%{transform:scale(1.12)}}@keyframes kb-zoom-out-stacks_in_2015386{0%{transform:scale(1.12)}100%{transform:scale(1)}}
#stacks_in_2012947 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Dornroeschen-hoch.jpg")}.slide-stacks_in_2012947 .impact-container.v-bottom{bottom:0%}.slide-stacks_in_2012947 .impact-container.h-right{right:0%}.slide-stacks_in_2012947 .impact-container.h-left{left:0%}.slide-stacks_in_2012947 .impact-container.v-top{top:0%}.slide-stacks_in_2012947.kb-zoom-in-stacks_in_2012947.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2012947 1000ms ease 1 forwards;transform-origin:90% 90%}.slide-stacks_in_2012947.kb-zoom-out-stacks_in_2012947.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2012947 1000ms ease 1 forwards;transform-origin:90% 90%}@keyframes kb-zoom-in-stacks_in_2012947{0%{transform:scale(1)}100%{transform:scale(1.00)}}@keyframes kb-zoom-out-stacks_in_2012947{0%{transform:scale(1.00)}100%{transform:scale(1)}}
#stacks_in_2013192 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Welcome-79-hoch.jpg")}.slide-stacks_in_2013192 .impact-container.v-bottom{bottom:0%}.slide-stacks_in_2013192 .impact-container.h-right{right:0%}.slide-stacks_in_2013192 .impact-container.h-left{left:0%}.slide-stacks_in_2013192 .impact-container.v-top{top:0%}.slide-stacks_in_2013192.kb-zoom-in-stacks_in_2013192.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2013192 2000ms ease 1 forwards;transform-origin:150% 100%}.slide-stacks_in_2013192.kb-zoom-out-stacks_in_2013192.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2013192 2000ms ease 1 forwards;transform-origin:150% 100%}@keyframes kb-zoom-in-stacks_in_2013192{0%{transform:scale(1)}100%{transform:scale(1.52)}}@keyframes kb-zoom-out-stacks_in_2013192{0%{transform:scale(1.52)}100%{transform:scale(1)}}
 #stacks_in_2018313_1.blu-svg{opacity:0.80} #stacks_in_2018313_1.blu-svg{text-align:center}#stacks_in_2018313_1.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2018313_1.blu-svg{text-align:center}#stacks_in_2018313_1.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2018313_1.blu-svg{text-align:center}#stacks_in_2018313_1.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2018313_1.blu-svg{text-align:center}#stacks_in_2018313_1.blu-svg svg{width:600.00px}}  #stacks_in_2018313_1.blu-svg svg rectange,#stacks_in_2018313_1.blu-svg svg circle,#stacks_in_2018313_1.blu-svg svg ellipse,#stacks_in_2018313_1.blu-svg svg polygon,#stacks_in_2018313_1.blu-svg svg polyline,#stacks_in_2018313_1.blu-svg svg path{fill:rgba(247, 253, 255, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2018313_1.blu-svg svg:hover rectange,#stacks_in_2018313_1.blu-svg svg:hover circle,#stacks_in_2018313_1.blu-svg svg:hover ellipse,#stacks_in_2018313_1.blu-svg svg:hover polygon,#stacks_in_2018313_1.blu-svg svg:hover polyline,#stacks_in_2018313_1.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2018313_1.blu-svg{float:none}#stacks_in_2018313_1 a,#stacks_in_2018313_1 svg{cursor:pointer}

#stacks_in_2018296 .fg-content.fg-full-height{height:100%}#stacks_in_2018296 .slides-container{margin:0}#stacks_in_2018296 .slides-container > li{margin:0}#stacks_in_2018296 .slides-container > li::before,#stacks_in_2018296 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 50ms ease}#stacks_in_2018296 .slides-container.ovl-color li::before{background-color:rgba(31, 31, 31, 0.40)}#stacks_in_2018296 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_2018296 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_2018296 .impact-wrapper{z-index:0}#stacks_in_2018296 .impact-wrapper.fill-container{min-width:100%}#stacks_in_2018296 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_2018296 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_2018296 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_2018296 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_2018296 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_2018296 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_2018296 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_2018296 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 50ms ease,visibility 0 0.2s}#stacks_in_2018296 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_2018296 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_2018296 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_2018296 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_2018296 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_2018296 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_2018296 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_2018296 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_2018296 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_2018296 .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_2018296 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(31, 31, 31, 0.40)}#stacks_in_2018296 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_2018296 .impact-container{z-index:5}#stacks_in_2018296 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.90);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_2018296 .scrollDown{transform:scale(0.60)}}#stacks_in_2018296 .scrollDown.button-bottom{bottom:30px}#stacks_in_2018296 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_2018296 .scrollDown.hide-on-mob{display:none}}#stacks_in_2018296 .impact-arrow-wrap{background:rgba(255, 255, 255, 0.00);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.00);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.00);transition:all 90ms ease}#stacks_in_2018296 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.00);transition:all 90ms ease}#stacks_in_2018296 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_2018296 .impact-arrow-wrap.animates .impact-arrow{animation-delay:2000ms;animation-iteration-count:10}#stacks_in_2018296 .impact-arrow{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00);border-width:5px}#stacks_in_2018296 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 0.58);border-right-color:rgba(255, 255, 255, 0.58)}#stacks_in_2018296 .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_2018296 .slides-pagination > a{transition:all 4500ms ease}#stacks_in_2018296 .slides-pagination > a.current{transition:all 4500ms ease}
#stacks_in_2018297 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Professionals-34.jpg")}.slide-stacks_in_2018297 .impact-container.v-bottom{bottom:0%}.slide-stacks_in_2018297 .impact-container.h-right{right:0%}.slide-stacks_in_2018297 .impact-container.h-left{left:0%}.slide-stacks_in_2018297 .impact-container.v-top{top:0%}.slide-stacks_in_2018297.kb-zoom-in-stacks_in_2018297.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2018297 7000ms ease 1 forwards;transform-origin:120% 50%}.slide-stacks_in_2018297.kb-zoom-out-stacks_in_2018297.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2018297 7000ms ease 1 forwards;transform-origin:120% 50%}@keyframes kb-zoom-in-stacks_in_2018297{0%{transform:scale(1)}100%{transform:scale(1.10)}}@keyframes kb-zoom-out-stacks_in_2018297{0%{transform:scale(1.10)}100%{transform:scale(1)}}
#stacks_in_2018298{overflow:visible !important}#stacks_in_2018298 > .impact-animate{animation-duration:2000ms;animation-delay:1000ms}
 #stacks_in_2018342_1.blu-svg{opacity:0.80} #stacks_in_2018342_1.blu-svg{text-align:center}#stacks_in_2018342_1.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2018342_1.blu-svg{text-align:center}#stacks_in_2018342_1.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2018342_1.blu-svg{text-align:center}#stacks_in_2018342_1.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2018342_1.blu-svg{text-align:center}#stacks_in_2018342_1.blu-svg svg{width:600.00px}}  #stacks_in_2018342_1.blu-svg svg rectange,#stacks_in_2018342_1.blu-svg svg circle,#stacks_in_2018342_1.blu-svg svg ellipse,#stacks_in_2018342_1.blu-svg svg polygon,#stacks_in_2018342_1.blu-svg svg polyline,#stacks_in_2018342_1.blu-svg svg path{fill:rgba(247, 253, 255, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2018342_1.blu-svg svg:hover rectange,#stacks_in_2018342_1.blu-svg svg:hover circle,#stacks_in_2018342_1.blu-svg svg:hover ellipse,#stacks_in_2018342_1.blu-svg svg:hover polygon,#stacks_in_2018342_1.blu-svg svg:hover polyline,#stacks_in_2018342_1.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2018342_1.blu-svg{float:none}#stacks_in_2018342_1 a,#stacks_in_2018342_1 svg{cursor:pointer}
#stacks_in_2018302 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Professionals-1146.jpg")}.slide-stacks_in_2018302 .impact-container.v-bottom{bottom:30%}.slide-stacks_in_2018302 .impact-container.h-right{right:0%}.slide-stacks_in_2018302 .impact-container.h-left{left:0%}.slide-stacks_in_2018302 .impact-container.v-top{top:30%}.slide-stacks_in_2018302.kb-zoom-in-stacks_in_2018302.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2018302 3000ms ease 1 forwards;transform-origin:120% 20%}.slide-stacks_in_2018302.kb-zoom-out-stacks_in_2018302.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2018302 3000ms ease 1 forwards;transform-origin:120% 20%}@keyframes kb-zoom-in-stacks_in_2018302{0%{transform:scale(1)}100%{transform:scale(1.17)}}@keyframes kb-zoom-out-stacks_in_2018302{0%{transform:scale(1.17)}100%{transform:scale(1)}}
 #stacks_in_2018338_1.blu-svg{opacity:0.80} #stacks_in_2018338_1.blu-svg{text-align:center}#stacks_in_2018338_1.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2018338_1.blu-svg{text-align:center}#stacks_in_2018338_1.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2018338_1.blu-svg{text-align:center}#stacks_in_2018338_1.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2018338_1.blu-svg{text-align:center}#stacks_in_2018338_1.blu-svg svg{width:600.00px}}  #stacks_in_2018338_1.blu-svg svg rectange,#stacks_in_2018338_1.blu-svg svg circle,#stacks_in_2018338_1.blu-svg svg ellipse,#stacks_in_2018338_1.blu-svg svg polygon,#stacks_in_2018338_1.blu-svg svg polyline,#stacks_in_2018338_1.blu-svg svg path{fill:rgba(247, 253, 255, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2018338_1.blu-svg svg:hover rectange,#stacks_in_2018338_1.blu-svg svg:hover circle,#stacks_in_2018338_1.blu-svg svg:hover ellipse,#stacks_in_2018338_1.blu-svg svg:hover polygon,#stacks_in_2018338_1.blu-svg svg:hover polyline,#stacks_in_2018338_1.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2018338_1.blu-svg{float:none}#stacks_in_2018338_1 a,#stacks_in_2018338_1 svg{cursor:pointer}
#stacks_in_2018303 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Professionals-462.jpg")}.slide-stacks_in_2018303 .impact-container.v-bottom{bottom:30%}.slide-stacks_in_2018303 .impact-container.h-right{right:0%}.slide-stacks_in_2018303 .impact-container.h-left{left:0%}.slide-stacks_in_2018303 .impact-container.v-top{top:30%}.slide-stacks_in_2018303.kb-zoom-in-stacks_in_2018303.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2018303 4000ms ease 1 forwards;transform-origin:120% 15%}.slide-stacks_in_2018303.kb-zoom-out-stacks_in_2018303.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2018303 4000ms ease 1 forwards;transform-origin:120% 15%}@keyframes kb-zoom-in-stacks_in_2018303{0%{transform:scale(1)}100%{transform:scale(1.51)}}@keyframes kb-zoom-out-stacks_in_2018303{0%{transform:scale(1.51)}100%{transform:scale(1)}}
#stacks_in_2018304 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Dornroeschen.jpg")}.slide-stacks_in_2018304 .impact-container.v-bottom{bottom:0%}.slide-stacks_in_2018304 .impact-container.h-right{right:0%}.slide-stacks_in_2018304 .impact-container.h-left{left:0%}.slide-stacks_in_2018304 .impact-container.v-top{top:0%}.slide-stacks_in_2018304.kb-zoom-in-stacks_in_2018304.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2018304 1000ms ease 1 forwards;transform-origin:90% 90%}.slide-stacks_in_2018304.kb-zoom-out-stacks_in_2018304.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2018304 1000ms ease 1 forwards;transform-origin:90% 90%}@keyframes kb-zoom-in-stacks_in_2018304{0%{transform:scale(1)}100%{transform:scale(1.00)}}@keyframes kb-zoom-out-stacks_in_2018304{0%{transform:scale(1.00)}100%{transform:scale(1)}}
#stacks_in_2018305 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Welcome-79.jpg")}.slide-stacks_in_2018305 .impact-container.v-bottom{bottom:0%}.slide-stacks_in_2018305 .impact-container.h-right{right:0%}.slide-stacks_in_2018305 .impact-container.h-left{left:0%}.slide-stacks_in_2018305 .impact-container.v-top{top:0%}.slide-stacks_in_2018305.kb-zoom-in-stacks_in_2018305.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-in-stacks_in_2018305 2000ms ease 1 forwards;transform-origin:150% 100%}.slide-stacks_in_2018305.kb-zoom-out-stacks_in_2018305.kb-anim.animated img:not(.impact-fg-img){animation:kb-zoom-out-stacks_in_2018305 2000ms ease 1 forwards;transform-origin:150% 100%}@keyframes kb-zoom-in-stacks_in_2018305{0%{transform:scale(1)}100%{transform:scale(1.52)}}@keyframes kb-zoom-out-stacks_in_2018305{0%{transform:scale(1.52)}100%{transform:scale(1)}}
.target.stacks_in_2018444{    margin:8px;}.target.stacks_in_2018444{z-index:2000;}.target.stacks_in_2018444.width-fill{width:calc(100% - 16px)}.target.stacks_in_2018444.width-flexible{width:100%}.target.stacks_in_2018444.width-fixed{width:250px}.target.stacks_in_2018444.height-fill{height:calc(100% - 16px)}.target.stacks_in_2018444.height-flexible{height:100%}.target.stacks_in_2018444.height-fixed{height:250px}.target.stacks_in_2018444[class*="relative-"].top-pt{top:0%}.target.stacks_in_2018444[class*="relative-"].top-px{top:0px}.target.stacks_in_2018444[class*="relative-"].bottom-pt{bottom:0%}.target.stacks_in_2018444[class*="relative-"].bottom-px{bottom:0px}.target.stacks_in_2018444[class*="relative-"].right-pt{right:0%}.target.stacks_in_2018444[class*="relative-"].right-px{right:0px}.target.stacks_in_2018444[class*="relative-"].left-pt{left:0%}.target.stacks_in_2018444[class*="relative-"].left-px{left:0px}.target.stacks_in_2018444.shift-up{margin-top:-0px}.target.stacks_in_2018444.shift-down{margin-bottom:-0px}.target.stacks_in_2018444.shift-left{right:0px}.target.stacks_in_2018444.shift-right{left:0px}.target.stacks_in_2018444.pin-top,.target.stacks_in_2018444.pin-bottom{left:0px}.target.stacks_in_2018444.pin-left,.target.stacks_in_2018444.pin-right{top:0px}







	#stacks_in_2018519_myModal .closer_x {
		width: 100%;
		z-index: 99;
		display: block;
		height: 23px;
		padding-right: 5px;
		position: absolute;
	}




#stacks_in_2018519 .foundry_modal_button > .btn:focus,
#stacks_in_2018519 .foundry_modal_button > .img-trigger:focus {
	outline: none;
}


#stacks_in_2018519 .foundry_modal_button > .btn {
	font-weight: 400;
}




	#stacks_in_2018519 .foundry_modal_button > .btn {
		background: rgba(206, 140, 50, 1.00);
		background: -moz-linear-gradient(top, rgba(206, 140, 50, 1.00) 1%, rgba(253, 171, 58, 1.00) 100%);
		background: -webkit-linear-gradient(top, rgba(206, 140, 50, 1.00) 1%,rgba(253, 171, 58, 1.00) 100%);
		background: linear-gradient(to bottom, rgba(206, 140, 50, 1.00) 1%,rgba(253, 171, 58, 1.00) 100%);
		color: rgba(255, 252, 184, 1.00);
		border-top-color: rgba(206, 140, 50, 1.00);
		border-bottom-color: rgba(253, 171, 58, 1.00);
	}
	
	#stacks_in_2018519 .foundry_modal_button > .btn:hover {
		background: rgba(206, 140, 50, 1.00);
		background: -moz-linear-gradient(top, rgba(206, 140, 50, 1.00) 1%, rgba(206, 140, 50, 1.00) 100%);
		background: -webkit-linear-gradient(top, rgba(206, 140, 50, 1.00) 1%,rgba(206, 140, 50, 1.00) 100%);
		background: linear-gradient(to bottom, rgba(206, 140, 50, 1.00) 1%,rgba(206, 140, 50, 1.00) 100%);
		color: rgba(158, 155, 160, 1.00);
		border-top-color: rgba(206, 140, 50, 1.00);
		border-bottom-color: rgba(206, 140, 50, 1.00);
	}
	



.modal-dialog-centered {
	display: flex;
    align-items:center;
    margin-top: 0;
    margin-bottom: 0;
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}


.modal-xl {
	width: 1200px;
} #stacks_in_2018527.blu-svg{opacity:0.42} #stacks_in_2018527.blu-svg{text-align:center}#stacks_in_2018527.blu-svg svg{width:350.00px}@media screen and (min-width:670px) and (max-width:768px){#stacks_in_2018527.blu-svg{text-align:center}#stacks_in_2018527.blu-svg svg{width:350.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2018527.blu-svg{text-align:center}#stacks_in_2018527.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2018527.blu-svg{text-align:center}#stacks_in_2018527.blu-svg svg{width:500.00px}}  #stacks_in_2018527.blu-svg svg rectange,#stacks_in_2018527.blu-svg svg circle,#stacks_in_2018527.blu-svg svg ellipse,#stacks_in_2018527.blu-svg svg polygon,#stacks_in_2018527.blu-svg svg polyline,#stacks_in_2018527.blu-svg svg path{fill:rgba(58, 58, 58, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2018527.blu-svg svg:hover rectange,#stacks_in_2018527.blu-svg svg:hover circle,#stacks_in_2018527.blu-svg svg:hover ellipse,#stacks_in_2018527.blu-svg svg:hover polygon,#stacks_in_2018527.blu-svg svg:hover polyline,#stacks_in_2018527.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_2018527.blu-svg{float:none}#stacks_in_2018527 a,#stacks_in_2018527 svg{cursor:pointer}



	#stacks_in_2018530 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2018530 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2018530 .foundry-label > h3:before,
	#stacks_in_2018530 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2018530 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2018530 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2018530 .foundry-label {
		width: 100%;
	}

	#stacks_in_2018530 hr.foundry-divider-simple {
		width: 100%;
	}




/* Color picker style settings */


#stacks_in_2018523 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2018523 p a,
#stacks_in_2018523 p a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_2018523 p a:hover,
#stacks_in_2018523 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2018523 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2018523 .paragraph a,
#stacks_in_2018523 .paragraph a:visited {
	color: rgba(55, 129, 187, 1.00);
}

#stacks_in_2018523 .paragraph a:hover,
#stacks_in_2018523 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}








	
	#stacks_in_2018523 p,
	#stacks_in_2018523 {
		
	}
	

	
	
	
	
	



#stacks_in_2018523 p,
#stacks_in_2018523 {
	
}

.headroom.stacks_in_2018444{--target-hide-timing:300ms}


#stacks_in_2015837 .mm_site_title h1,
#stacks_in_2015837 .mm_site_title h1 a,
#stacks_in_2015837 .mobile_mm_site_title h1,
#stacks_in_2015837 .mobile_mm_site_title h1 a {
	color: rgba(98, 98, 99, 1.00);
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	font-style: normal;
}

/*#stacks_in_2015837 {
	-webkit-font-smoothing: antialiased;
}*/

#stacks_in_2015837 .foundry-mega-menu-toggle {
	display: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#stacks_in_2015837 .mobile-toggle-site-title a,
#stacks_in_2015837 .mobile-toggle-site-title a:visited,
#stacks_in_2015837 .mobile-toggle-site-title a:hover,
#stacks_in_2015837 .mobile-toggle-site-title a:active {
	text-decoration: none;
} 

#stacks_in_2015837 .nav a.mm-plain-link,
#stacks_in_2015837 a.link-group-item {
	text-decoration: none;
	font-weight: 300;
}

#stacks_in_2015837 .foundry-mega-menu-button {
	margin-top: -1px;
}




	#stacks_in_2015837 .nav-sticky-container {
		transition-duration: 300ms;
		transition-property: background-color;
		/* Possible fix for FF & Chrome Bug in Win10 when using Drop Downs. */
		position: absolute;
		width: 100%;
		/* End Fix */
		background: rgba(255, 255, 255, 0.50);
		z-index: 100;
		
		-webkit-backdrop-filter: saturate(170%) blur(15px);
	backdrop-filter: saturate(170%) blur(15px);
		
		
	}

	
	#stacks_in_2015837 .nav-sticky-container {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.50);
	}
	

	#stacks_in_2015837 .nav li.top-level-item {
		list-style: none;
	}

	#stacks_in_2015837 .nav > li.top-level-item {
		padding: 0;
		display: inline-block;
		margin-left: -4px;
		position: relative;
	}

	#stacks_in_2015837 .nav > li.top-level-item:first-child {
		margin-left: 0;
	}

	#stacks_in_2015837 .nav > li > a.mm-plain-link {
		display: inline-block;
		color: rgba(0, 0, 0, 1.00);
		text-decoration: none;
		padding: 0 20px;
	}

	#stacks_in_2015837 .nav > li:hover > a.mm-plain-link,
	#stacks_in_2015837 .nav > li.selected > a.mm-plain-link {
		background-color: rgba(219, 219, 221, 1.00);
		color: rgba(98, 98, 99, 1.00);
	}

	#stacks_in_2015837 .nav > li.selected > a.mm-plain-link,
	#stacks_in_2015837 .nav .drop_down_plain li:hover > a.mm-plain-link,
	#stacks_in_2015837 .nav .drop_down_plain li.selected > a.mm-plain-link {
		font-weight: 300;
	}

	#stacks_in_2015837 .nav > li > a.mm-button,
	#stacks_in_2015837 .nav > li {
		margin-top: 0px;
	}

	#stacks_in_2015837 .nav > li.parent {
		top: 0px;
	}


	#stacks_in_2015837 .nav > li.button_height_adjust {
		margin-top: -1px;
		
			margin-left: 6px;
		
	}

	/* MEGA DROP DOWN */
	#stacks_in_2015837 .nav > li.top-level-item > .drop-down-container {
		position: absolute;
		display: none;
		overflow: hidden;
		
		border-radius: 0px;
		
		z-index: 500;
	}

	#stacks_in_2015837 .nav > li.top-level-item > .drop-down-container.animated {
		animation-duration: 100ms;
		animation-fill-mode: both;

	}

	#stacks_in_2015837 .nav > li.top-level-item > .drop-down-container.show-drop-down {
		display: block !important;
	}

	#stacks_in_2015837 .nav > li > .drop-down-container.right {
		right: 0;
		left: auto;
	}

	#stacks_in_2015837 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	#stacks_in_2015837 a,
	#stacks_in_2015837 li {
		cursor: pointer;
	}

	#stacks_in_2015837 li.parent > a {
		cursor: pointer;
	}

	#stacks_in_2015837 li.parent > a:after {
		font-family: "FontAwesome";
		content: '\f105';
		padding-left: 5px;
	}

	#stacks_in_2015837 .foundry-mega-menu-toggle {
		background-color: rgba(230, 233, 235, 0.83);
		color: rgba(69, 69, 69, 1.00);
		width: 100%;
		cursor: pointer;
	}

	#stacks_in_2015837 .foundry-mega-menu-toggle:hover {
		background-color: rgba(219, 219, 221, 1.00);
		color: rgba(219, 219, 221, 1.00);
	}

	#stacks_in_2015837 .mobile_mm_site_title h1.mobile-toggle-site-title,
	#stacks_in_2015837 .mobile_mm_site_title h1.mobile-toggle-site-title a {
		color: rgba(118, 118, 118, 1.00);
	}

	@media (max-width: 47.9375em) {
		/*Mobile*/

		#stacks_in_2015837 .mm_site_title h1,
		#stacks_in_2015837 .mm_site_title h1 a,
		#stacks_in_2015837 .mobile_mm_site_title h1,
		#stacks_in_2015837 .mobile_mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		}

		#stacks_in_2015837 .mobile_adjust {
			height: 0;
		}

		#stacks_in_2015837 .nav-sticky-container {
			background: transparent;
		}

		#stacks_in_2015837 .logo_container,
		#stacks_in_2015837 .mm_site_title {
			/*Hide logo at mobile breakpoint*/
			display: none !important;
		}

		#stacks_in_2015837 .foundry-mega-menu-toggle {
			display: block;	
		}

		#stacks_in_2015837 .foundry-mega-menu {
			display: none;
			top: 0;
		}

		#stacks_in_2015837 .nav {
			height: auto;
		}

		#stacks_in_2015837 ul.foundry-mega-menu {
			background: rgba(255, 255, 255, 1.00);
		}

		#stacks_in_2015837 .nav > li.top-level-item {
			margin-left: 0;
			text-align: left;
		}

		#stacks_in_2015837 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2015837 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2015837 .nav li.top-level-item a.mm-plain-link:not(.link-group-item) {
			line-height: 44px;
		}

		#stacks_in_2015837 .nav > li.top-level-item,
		#stacks_in_2015837 .nav > li > a.mm-plain-link {
			float: none;
			display: block;
		}

		#stacks_in_2015837 .nav > li > a.mm-plain-link {
			color: rgba(0, 0, 0, 1.00);
		}

		#stacks_in_2015837 .nav > li:hover > a.mm-plain-link,
		#stacks_in_2015837 .nav > li.selected > a.mm-plain-link {
			background: rgba(255, 255, 255, 1.00);
			color: rgba(0, 0, 0, 1.00)
		}

		#stacks_in_2015837 .nav > li > .drop-down-container {
			position: relative;
			display: none;
			top: 0;
			box-shadow: none;
			width: 100%;
			max-width: 100%;
			/* background-color: ; */
			border-radius: 0px;
		}

		#stacks_in_2015837 .nav > li.top-level-item > .drop-down-container {
			position: relative;
			display: none;
		}

		/* Removes unneeded font sizing for branding at mobile breakpoint. */
		/* #stacks_in_2015837 .mm_site_title h1,
		#stacks_in_2015837 .mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		} */

		#stacks_in_2015837 .button_height_adjust {
			padding-left: 20px;
			padding-right: 20px;
		}

		#stacks_in_2015837 .nav .drop-down-container {
			margin-top: 0px;
		}

		#stacks_in_2015837 .botton-column {
			margin-top: -6px;
		}

	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_2015837 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_2015837 .mm_site_title h1,
		#stacks_in_2015837 .mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		}

		#stacks_in_2015837 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2015837 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2015837 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
		from {
				margin-top: -50px;
		}

		to {
				margin-top: 0px;
		}
		}


	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_2015837 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_2015837 .mm_site_title h1,
		#stacks_in_2015837 .mm_site_title h1 a {
			font-size: 24px;
			text-decoration: none;
		}

		#stacks_in_2015837 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2015837 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_2015837 .nav .drop-down-container {
			margin-top: 0px;
		}

		@keyframes potion_slide_up {
		from {
				margin-top: 50px;
		}

		to {
				margin-top: 0px;
		}
		}

		@keyframes potion_slide_down {
			from {
				margin-top: -50px;
			}

			to {
				margin-top: 0px;
			}
		}

	}


	@media (max-width: 47.9375em) {
		/*Mobile*/
		#stacks_in_2015837 .foundry-mega-menu-toggle,
		#stacks_in_2015837 .nav_bar_placeholder {
			height: 44px;
			line-height: 44px;
		}

		#stacks_in_2015837 .nav-sticky-container > .container,
		#stacks_in_2015837 .nav-sticky-container > .container-fluid {
			width: 100%;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		
		#stacks_in_2015837 .nav li.top-level-item:not(.link-group-list-item),
		#stacks_in_2015837 .nav li.top-level-item > a.mm-plain-link:not(.link-group-item),
		#stacks_in_2015837 .nav > li > a.mm-plain-link:not(.link-group-item) {
			line-height: 44px;
		}

		#stacks_in_2015837 .button_height_adjust {
			line-height: 44px;
		}

		#stacks_in_2015837 .nav-sticky-container > .container > ul > li > a.mm-plain-link {
			height: 44px;
			line-height: 44px;
		}
		

		#stacks_in_2015837 .nav-sticky-container {
			border-radius: 0px;
		}

		#stacks_in_2015837 .foundry-mega-menu-button {
			margin-top: 6px;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_2015837 .nav,
		#stacks_in_2015837 .nav_bar_placeholder {
			height: 48px;
		}

		#stacks_in_2015837 .button_height_adjust {
			line-height: 48px;
		}

		#stacks_in_2015837 .logo_container {
			height: 48px;
		}

		
		#stacks_in_2015837 .nav > li > a.mm-plain-link {
			line-height: 48px;
			height: 48px;
		}
		

		#stacks_in_2015837 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_2015837 .foundry-mega-menu-toggle {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_2015837 .nav > li > .drop-down-container {
			top: 48px;
		}

		#stacks_in_2015837 .mm_site_title,
		#stacks_in_2015837 .mm_site_title h1,
		#stacks_in_2015837 .site_logo {
			height: 48px;
			line-height: 48px;
		}
	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_2015837 > .nav,
		#stacks_in_2015837 .nav_bar_placeholder {
			height: 48px;
		}

		#stacks_in_2015837 .button_height_adjust {
			line-height: 48px;
		}


		#stacks_in_2015837 .logo_container {
			height: 48px;
		}

		
		#stacks_in_2015837 .nav > li > a.mm-plain-link {
			line-height: 48px;
			height: 48px;
		}

		

		#stacks_in_2015837 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_2015837 .foundry-mega-menu-toggle {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_2015837 .nav > li > .drop-down-container {
			top: 48px;
		}

		#stacks_in_2015837 .mm_site_title,
		#stacks_in_2015837 .mm_site_title h1,
		#stacks_in_2015837 .site_logo {
			height: 48px;
			line-height: 48px;
		}

	}

	#stacks_in_2015837 .nav > li li {
		line-height: 1.5;
	}

	#stacks_in_2015837 .mm_site_title {
		float: left;
		display: inline-block;
		color: #626263;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}




#stacks_in_2015837 .nav_bar_placeholder {
	z-index: 998;
	position: relative;
	width: 100%;
}




#stacks_in_2015837 .mm_site_title h1 {
	margin: 0;
}

#stacks_out_2015837,
#stacks_in_2015837,
#stacks_in_2015837 .nav_bar_placeholder,
#stacks_in_2015837 .nav-sticky-container {
	
	border-radius: 0px;
	
}

#stacks_in_2015837 #sticky-wrapper.is-sticky .nav-sticky-container {
	border-radius: 0;
}

#stacks_in_2015837 .nav-sticky-container.sticky {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 3000;
}

#stacks_in_2015837 .nav-sticky-container.simple-sticky {
	top: 0;
	position: fixed;
}


#stacks_in_2015837 #sticky-wrapper,
#stacks_in_2015837 #sticky-wrapper .nav-sticky-container {
	width: 100% !important;
}

/* Banner Pairing Feature */

	

	
	#stacks_in_2015837 .is-sticky .nav-sticky-container {
		border-radius: 0;
	}
	




	#stacks_in_2015837 .mm_site_title {
		display: none !important;
	}


#stacks_in_2015837 .mm_site_title {
		white-space: nowrap;
}

#stacks_in_2015837 .site_logo {
	width: auto;
}

#stacks_in_2015837 .logo_container {
	float: left;
	display: block;
}

#stacks_in_2015837 .logo_container img {
	max-width: auto;
	max-height: 100%;
	
		margin-right: 12px;
	
	/*margin-top: -3px !important;*/
}




	#stacks_in_2015837 .mm-button.btn {
		width: 100%;
	}


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

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



	
	#stacks_in_2015837 .sticky-alt-color .mm_site_title h1,
	#stacks_in_2015837 .sticky-alt-color .mm_site_title h1 a {
		color: rgba(117, 117, 118, 1.00);
	}

	#stacks_in_2015837 .sticky-alt-color {
		background-color: rgba(190, 190, 190, 0.35);
		border-color: rgba(231, 231, 231, 1.00);
	}

	#stacks_in_2015837 .sticky-alt-color .nav > li > a.mm-plain-link {
		color: rgba(0, 0, 0, 1.00);
	}

	#stacks_in_2015837 .sticky-alt-color .nav > li > a.mm-plain-link,
	#stacks_in_2015837 .sticky-alt-color .nav > li > a.mm-plain-link {
		color: rgba(0, 0, 0, 1.00);
	}

	#stacks_in_2015837 .sticky-alt-color .nav > li:hover > a.mm-plain-link,
	#stacks_in_2015837 .sticky-alt-color .nav > li.selected > a.mm-plain-link {
		background-color: rgba(219, 219, 221, 1.00);
		color: rgba(98, 98, 99, 1.00);
	}
	






	#stacks_in_2015837 .sticky-wrapper.sticky {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 3000;
	}

	#stacks_in_2015837 .sticky-wrapper.simple-sticky {
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
	}





@media (max-width: 47.9375em) {

	#stacks_in_2015837 .foundry-mega-menu {
		
	}

	#stacks_in_2015837 .mobile_nav_wrapper {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 44px;
		line-height: 44px;
		float: left;
	}

	#stacks_in_2015837 .mobile_logo_container {
		margin-right: 12px;
	}


	#stacks_in_2015837 .mobile_logo_container,
	#stacks_in_2015837 .mobile_mm_site_title {
		display: inline-block;
		height: 44px;
		line-height: 44px;
		margin: 0;
	}

	#stacks_in_2015837 .mobile_logo_container img {
		height: 44px;
		line-height: 44px;
		width: auto;
		position: relative;
		margin-top: -5px;
	}

	/* BLORP */
	

}



	


#stacks_in_2015837 {
	padding:  20px;
}
.stacks_in_2017222-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_2015842-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_2015845-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_2016709-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_2017385-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_2017076-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}



@media only screen {
   
    #stacks_in_2012965 {
      margin: 0px;
    }

    #stacks_in_2012965 {
      padding: 0px;
    }

    
      #stacks_in_2012965 {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
        margin-bottom: 20px;
      }
    

    
  


 
 /* ipad enabled */
    #stacks_in_2012965 {
      margin: 0px;
    }

    #stacks_in_2012965 {
      padding: 0px;
    }

    
      #stacks_in_2012965 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 30px;
        margin-bottom: 0px;
      }
    

    
 


 
 /* desktop enabled */
    #stacks_in_2012965 {
      margin: 0px;
    }

    #stacks_in_2012965 {
      padding: 0px;
    }


    
      #stacks_in_2012965 {
        margin-left: 200px;
        margin-right: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
      }
    

    
 
}


@media only screen and (max-width: 61.9375em) {
   
    #stacks_in_2012965 {
      margin: 0px;
    }

    #stacks_in_2012965 {
      padding: 0px;
    }


    
      #stacks_in_2012965 {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
        margin-bottom: 20px;
      }
    

    
  


 
    #stacks_in_2012965 {
      margin: 0px;
    }

    #stacks_in_2012965 {
      padding: 0px;
    }


    
      #stacks_in_2012965 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 30px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9375em){
   
    #stacks_in_2012965 {
      margin: 0px;
    }

    #stacks_in_2012965 {
      padding: 0px;
    }


    
      #stacks_in_2012965 {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
        margin-bottom: 20px;
      }
    

    
  

}
 #stacks_in_2016846_4.blu-svg{opacity:0.42} #stacks_in_2016846_4.blu-svg{text-align:center}#stacks_in_2016846_4.blu-svg svg{width:200.00px}@media screen and (min-width:670px) and (max-width:768px){#stacks_in_2016846_4.blu-svg{text-align:center}#stacks_in_2016846_4.blu-svg svg{width:300.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2016846_4.blu-svg{text-align:center}#stacks_in_2016846_4.blu-svg svg{width:400.00px}}@media screen and (min-width:1000px){#stacks_in_2016846_4.blu-svg{text-align:center}#stacks_in_2016846_4.blu-svg svg{width:500.00px}}  #stacks_in_2016846_4.blu-svg svg rectange,#stacks_in_2016846_4.blu-svg svg circle,#stacks_in_2016846_4.blu-svg svg ellipse,#stacks_in_2016846_4.blu-svg svg polygon,#stacks_in_2016846_4.blu-svg svg polyline,#stacks_in_2016846_4.blu-svg svg path{fill:rgba(58, 58, 58, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2016846_4.blu-svg svg:hover rectange,#stacks_in_2016846_4.blu-svg svg:hover circle,#stacks_in_2016846_4.blu-svg svg:hover ellipse,#stacks_in_2016846_4.blu-svg svg:hover polygon,#stacks_in_2016846_4.blu-svg svg:hover polyline,#stacks_in_2016846_4.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_2016846_4.blu-svg{float:none}#stacks_in_2016846_4 a,#stacks_in_2016846_4 svg{cursor:pointer}
#graphicStackstacks_in_2016876 {
	position: relative;
	z-index: 1;
}

#graphicStackstacks_in_2016876 a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
}

/*  */

/*  */
#graphicStackstacks_in_2016876 {
	text-align: center;
}

#graphicStackstacks_in_2016876 .centered_image {
	display: inline !important; /* For images dragged and dropped into Stacks, overrides Stacks CSS for block centred images */
}

#graphicStackstacks_in_2016876 img {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 150px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
/*  */

/*  */
#stacks_in_2014914 {
	padding: 20px 0px 0px 0px;
}


#stacks_in_2014914_15 h1 {
	
		font-weight: 300;
	
	font-style: normal;

	margin-bottom: 0;
	
	letter-spacing: 0px;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2014914_15 h1 {
		font-size: 30px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2014914_15 h1 {
		font-size: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2014914_15 h1 {
		font-size: 50px;
	}
}


#stacks_in_2014914_15 a.foundry-header-linked,
#stacks_in_2014914_15 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2014914_15 a.foundry-header-linked:hover,
#stacks_in_2014914_15 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */







	
	#stacks_in_2014914_18 p,
	#stacks_in_2014914_18 {
		
	}
	

	
	
	
	
	



#stacks_in_2014914_18 p,
#stacks_in_2014914_18 {
	
}




#stacks_in_2018324 .animated-divider {
	
	opacity: 0;
	
	display: inline-block;
	height: 2px;
	
	width: 120px;
	
	margin-bottom: 21px;

	
	background-color: rgba(3, 117, 216, 1.00);
	

	

}



/* Color picker style settings */







	
	#stacks_in_2019794 p,
	#stacks_in_2019794 {
		
	}
	

	
	
	
	
	



#stacks_in_2019794 p,
#stacks_in_2019794 {
	
}



#stacks_in_2013613 {
}

#stacks_in_2013613 > .foundry-backdrop {
	z-index: 100;
	

	

	
		background: url(../files/image_bkg-2013613.jpg) ;
		
			
		

		
		background-position: center center;
	



	



	


	
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.33);
	


}


	@media (prefers-color-scheme: dark) {

		#stacks_in_2013613 > .foundry-backdrop {
			

			

			

		}

	}


#stacks_in_2013613 > .foundry-backdrop > .foundry-backdrop-overlay {
	background-color: rgba(0, 0, 0, 0.00);
	transition-property: background-color;
	transition-duration: 300ms;
	
}





	#stacks_in_2013613 > .foundry-backdrop,
	#stacks_in_2013613 > .foundry-backdrop > .foundry-backdrop-overlay {
		border-radius: 0px;
	}



	#stacks_in_2013613 > .foundry-backdrop {
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
	}


 #stacks_in_2016835_1.blu-svg{opacity:0.80} #stacks_in_2016835_1.blu-svg{text-align:center}#stacks_in_2016835_1.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2016835_1.blu-svg{text-align:center}#stacks_in_2016835_1.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2016835_1.blu-svg{text-align:center}#stacks_in_2016835_1.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2016835_1.blu-svg{text-align:center}#stacks_in_2016835_1.blu-svg svg{width:600.00px}}  #stacks_in_2016835_1.blu-svg svg rectange,#stacks_in_2016835_1.blu-svg svg circle,#stacks_in_2016835_1.blu-svg svg ellipse,#stacks_in_2016835_1.blu-svg svg polygon,#stacks_in_2016835_1.blu-svg svg polyline,#stacks_in_2016835_1.blu-svg svg path{fill:rgba(247, 253, 255, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2016835_1.blu-svg svg:hover rectange,#stacks_in_2016835_1.blu-svg svg:hover circle,#stacks_in_2016835_1.blu-svg svg:hover ellipse,#stacks_in_2016835_1.blu-svg svg:hover polygon,#stacks_in_2016835_1.blu-svg svg:hover polyline,#stacks_in_2016835_1.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2016835_1.blu-svg{float:none}#stacks_in_2016835_1 a,#stacks_in_2016835_1 svg{cursor:pointer}



@media only screen {
   
    #stacks_in_2014387 {
      margin: 0px;
    }

    #stacks_in_2014387 {
      padding: 0px;
    }

    
      #stacks_in_2014387 {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
        margin-bottom: 0px;
      }
    

    
  


 
 /* ipad enabled */
    #stacks_in_2014387 {
      margin: 0px;
    }

    #stacks_in_2014387 {
      padding: 0px;
    }

    
      #stacks_in_2014387 {
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 40px;
        margin-bottom: 0px;
      }
    

    
 


 
 /* desktop enabled */
    #stacks_in_2014387 {
      margin: 0px;
    }

    #stacks_in_2014387 {
      padding: 0px;
    }


    
      #stacks_in_2014387 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9375em) {
   
    #stacks_in_2014387 {
      margin: 0px;
    }

    #stacks_in_2014387 {
      padding: 0px;
    }


    
      #stacks_in_2014387 {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_2014387 {
      margin: 0px;
    }

    #stacks_in_2014387 {
      padding: 0px;
    }


    
      #stacks_in_2014387 {
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 40px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9375em){
   
    #stacks_in_2014387 {
      margin: 0px;
    }

    #stacks_in_2014387 {
      padding: 0px;
    }


    
      #stacks_in_2014387 {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
        margin-bottom: 0px;
      }
    

    
  

}



	#stacks_in_2015848 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2015848 .anchor {
	font-size: 24px;
	line-height: 24px;
}





	#stacks_in_2014921 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2014921 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(76, 76, 76, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2014921 .foundry-label > h3:before,
	#stacks_in_2014921 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	
		#stacks_in_2014921 .foundry-label > h3:before,
		#stacks_in_2014921 .foundry-label > h3:after {
				background: rgba(127, 127, 127, 1.00);
		}
	

	#stacks_in_2014921 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2014921 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2014921 .foundry-label {
		width: 80%;
	}

	#stacks_in_2014921 hr.foundry-divider-simple {
		width: 80%;
	}


#stacks_in_2014921 {
	padding: 0px 0px 10px 0px;
}
#stacks_in_2017219 *,
#stacks_in_2017219 *:before,
#stacks_in_2017219 *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.wow {
	visibility: hidden;
}


#stacks_in_2014924 h2 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2014924 h2 {
		font-size: 30px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2014924 h2 {
		font-size: 40px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2014924 h2 {
		font-size: 50px;
	}
}


#stacks_in_2014924 a.foundry-header-linked,
#stacks_in_2014924 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2014924 a.foundry-header-linked:hover,
#stacks_in_2014924 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2014931_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2014931_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2014931_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2014931_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2014931_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2014931_1 p,#stacks_in_2014931_1 div,#stacks_in_2014931_1 ul,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2014931_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2014931_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2014931_1,#stacks_in_2014931_1 div,#stacks_in_2014931_1 p,#stacks_in_2014931_1 .fa:not(.no-indent),#stacks_in_2014931_1 ol,#stacks_in_2014931_1 ul li,#stacks_in_2014931_1 ol li,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2014931_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2014931_1,#stacks_in_2014931_1 div,#stacks_in_2014931_1 p,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 ul li,#stacks_in_2014931_1 ol li,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2014931_1,#stacks_in_2014931_1 div,#stacks_in_2014931_1 p,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 ul li,#stacks_in_2014931_1 ol li,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2014931_1,#stacks_in_2014931_1 div,#stacks_in_2014931_1 p,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 ul li,#stacks_in_2014931_1 ol li,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2014931_1,#stacks_in_2014931_1 div,#stacks_in_2014931_1 p,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 ul li,#stacks_in_2014931_1 ol li,#stacks_in_2014931_1 ol,#stacks_in_2014931_1 dl{font-size:1.00rem!important}}

#stacks_in_2014931_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



#stacks_in_2019336 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2019336{z-index:1}#stacks_in_2019336 > .s-pro > .sections-layer{display:none}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:220px;min-height:0px;max-height:3000px}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:220px;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:300px;min-height:0px;max-height:3000px}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:300px;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
 #stacks_in_2019341.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_2019341.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_2019341.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_2019341{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_2019341.box-pos>.s-box{overflow:hidden} #stacks_in_2019341>.s-box{margin: 0px }#stacks_in_2019341>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2019341>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_2019341>.s-box>.s-box-content{padding: 0px }}  #stacks_in_2019341{width:100.00%}@media all and (min-width:640px){#stacks_in_2019341{width:100.00%}}#stacks_in_2019341.auto-width{width:auto!important}   #stacks_in_2019341.box-abs{height:100.00%}
#stacks_in_2019341.box-abs>.s-box{width:100.00%;height:100.00%}@media all and (min-width:640px){#stacks_in_2019341.box-abs{height:100.00%}}    
#stacks_in_2019344 h3,#stacks_in_2019344 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019344 h3 a,#stacks_in_2019344 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019344 h3 a:hover,#stacks_in_2019344 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2019344 small,#stacks_in_2019344 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2019344 .hTxt{text-shadow:-1px -1px 3px rgba(102, 102, 102, 0.70),1px -1px 3px rgba(102, 102, 102, 0.70),-1px 1px 3px rgba(102, 102, 102, 0.70),1px 1px 3px rgba(102, 102, 102, 0.70)}#stacks_in_2019344 .primary,#stacks_in_2019344 .segment{display:inline-block}#stacks_in_2019344 .primary.sub-title,#stacks_in_2019344 .segment.sub-title{display:block}#stacks_in_2019344 [data-seg="segment2"].last-title{display:block}#stacks_in_2019344 .segment.no-shadow{text-shadow:none !important}#stacks_in_2019344 .segment *{}#stacks_in_2019344 .hTxt.primary{vertical-align:baseline}#stacks_in_2019344 .segment[data-seg="segment1"]{font-size:85%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2019344 .segment[data-seg="segment1"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019344 .segment[data-seg="segment1"] div.mez{font-size:85%}
@media only screen and (max-width:480.00px){#stacks_in_2019344 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019344 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019344 h3{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019344 h3{font-size:2.60rem!important}}
.style-pro-stacks_in_2019336::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019336:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2019336:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-kinder.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2019336:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_2019336:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_2019336:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-kinder.jpg);}}

#stacks_in_2019336 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2019336 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-delay:10ms;transition-delay:10ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2019336 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_2019336 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019336 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019336 > .s-pro.pre-eff-stacks_in_2019340.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_2019336 > .s-pro.animate-stacks_in_2019340.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2019336 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_2019336 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_2019336 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.lb-master_stacks_in_2019351.bg-vault.bg-color.style-pro-stacks_in_2019351{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_2019351.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_2019351.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_2019351.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_2019351.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_2019351{position:fixed}.ll-open-stacks_in_2019351 > .ll-overlay#ovl_stacks_in_2019351{z-index:9989}.ll-open-stacks_in_2019351.sectionsPro1 > .ll-overlay#ovl_stacks_in_2019351{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_2019351.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019351.close-vis-large-only .infix-close{display:none !important}}#stacks_in_2019351 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_2019351.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_2019351.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019351.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight2"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_2019351 > .shear-wrapper{position:absolute}.lb-master_stacks_in_2019351.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019351.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_2019351.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019351.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_2019351.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_2019351.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_2019351.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_2019351.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_2019351.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019351.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019351.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019351.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019351.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019351.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_2019351.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019351.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_2019351.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019351.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_2019351.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019351.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_2019351.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_2019351.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_2019351.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_2019351.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_2019351 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_2019351 .infix-close{opacity:1 !important}.lb-master_stacks_in_2019351 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_2019351 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_2019351 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_2019351 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(69, 69, 69, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_2019351 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(69, 69, 69, 1.00);stroke-width:4px;fill:none}.lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_2019351 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_2019351 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_2019351 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019351 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg .ring{stroke:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019351 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_2019351 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(194, 192, 192, 1.00);fill:none}.lb-master_stacks_in_2019351 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_2019351 .infix-close > .close-wrap.close-text-only{color:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019351 .infix-close i.fa,.lb-master_stacks_in_2019351 .infix-close svg,.lb-master_stacks_in_2019351 .infix-close .simple-icon,.lb-master_stacks_in_2019351 .infix-close .close-wrap,.lb-master_stacks_in_2019351 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_2019351 .infix-close .close-wrap,.lb-master_stacks_in_2019351 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_2019351 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_2019351 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_2019351 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_2019351 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_2019351 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_2019351 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_2019351.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_2019351 .splb-loader .loader-message{display:none}.lb-master_stacks_in_2019351 .splb-loader svg{display:none}.lb-master_stacks_in_2019351 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_2019354{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2019354.splb{padding:12px}#splb_stacks_in_2019354 .infix-iframe-container{background-color:}#stacks_in_2019354{display:none}.infix-opened #stacks_in_2019354,.infix-closed #stacks_in_2019354{display:block}.lightbox1{cursor:pointer}#stacks_in_2019354.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2019354.splb.ll-overflow{overflow:visible !important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019356_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019356_7.blu-svg{opacity:0.80} #stacks_in_2019356_7.blu-svg{text-align:center}#stacks_in_2019356_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019356_7.blu-svg{text-align:center}#stacks_in_2019356_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019356_7.blu-svg{text-align:center}#stacks_in_2019356_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019356_7.blu-svg{text-align:center}#stacks_in_2019356_7.blu-svg svg{width:600.00px}}  #stacks_in_2019356_7.blu-svg svg rectange,#stacks_in_2019356_7.blu-svg svg circle,#stacks_in_2019356_7.blu-svg svg ellipse,#stacks_in_2019356_7.blu-svg svg polygon,#stacks_in_2019356_7.blu-svg svg polyline,#stacks_in_2019356_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019356_7.blu-svg svg:hover rectange,#stacks_in_2019356_7.blu-svg svg:hover circle,#stacks_in_2019356_7.blu-svg svg:hover ellipse,#stacks_in_2019356_7.blu-svg svg:hover polygon,#stacks_in_2019356_7.blu-svg svg:hover polyline,#stacks_in_2019356_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019356_7.blu-svg{float:none}#stacks_in_2019356_7 a,#stacks_in_2019356_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019356_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2019358 .flexslider {
	overflow: visible !important;
}

#stacks_in_2019358 .flex-container a:hover,
#stacks_in_2019358 .flexslider a:hover {
  outline: none;
}

#stacks_in_2019358 .slides,
#stacks_in_2019358 .slides > li,
#stacks_in_2019358 .flex-control-nav,
#stacks_in_2019358 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2019358 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2019358 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2019358 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2019358 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2019358 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2019358 .flexslider .slides {
  display: block;
}

* html #stacks_in_2019358 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2019358 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2019358 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2019358 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2019358 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2019358 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2019358 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2019358 .carousel li {
  margin-right: 5px;
}

#stacks_in_2019358 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2019358 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2019358 .flex-direction-nav a,
#stacks_in_2019358 .flex-pauseplay a,
#stacks_in_2019358 .flex-control-paging li a,
#stacks_in_2019358 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2019358 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2019358 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2019358 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2019358 .flex-direction-nav .flex-prev,
#stacks_in_2019358 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2019358 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2019358 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2019358 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2019358 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2019358 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2019358 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2019358 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2019358 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2019358 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2019358 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2019358 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2019358 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2019358 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2019358 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2019358 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2019358 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2019358 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2019358 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2019358 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2019358 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2019358 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2019358 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2019358 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2019358 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2019358 .flex-control-paging {
	display: none;
}



#stacks_in_2019358 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2019358 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2019358 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2019358 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019361_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019361_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019361_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019364_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019364_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019364_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019367_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019367_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019367_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019370_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019370_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019370_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019373_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019373_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019373_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}




#stacks_in_2019375_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019375_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019375_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019375_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019375_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019375_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019375_3 a.foundry-header-linked,
#stacks_in_2019375_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019375_3 a.foundry-header-linked:hover,
#stacks_in_2019375_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019375_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019375_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019375_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019375_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019375_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019375_5_1 p,#stacks_in_2019375_5_1 div,#stacks_in_2019375_5_1 ul,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019375_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019375_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019375_5_1,#stacks_in_2019375_5_1 div,#stacks_in_2019375_5_1 p,#stacks_in_2019375_5_1 .fa:not(.no-indent),#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 ul li,#stacks_in_2019375_5_1 ol li,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019375_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019375_5_1,#stacks_in_2019375_5_1 div,#stacks_in_2019375_5_1 p,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 ul li,#stacks_in_2019375_5_1 ol li,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019375_5_1,#stacks_in_2019375_5_1 div,#stacks_in_2019375_5_1 p,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 ul li,#stacks_in_2019375_5_1 ol li,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019375_5_1,#stacks_in_2019375_5_1 div,#stacks_in_2019375_5_1 p,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 ul li,#stacks_in_2019375_5_1 ol li,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019375_5_1,#stacks_in_2019375_5_1 div,#stacks_in_2019375_5_1 p,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 ul li,#stacks_in_2019375_5_1 ol li,#stacks_in_2019375_5_1 ol,#stacks_in_2019375_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019375_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019378_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019378_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019378_7 .foundry-label > h3:before,
	#stacks_in_2019378_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019378_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019378_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019378_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019378_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019378_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019378_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019378_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019378_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019378_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019378_8_1 p,#stacks_in_2019378_8_1 div,#stacks_in_2019378_8_1 ul,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019378_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019378_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019378_8_1,#stacks_in_2019378_8_1 div,#stacks_in_2019378_8_1 p,#stacks_in_2019378_8_1 .fa:not(.no-indent),#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 ul li,#stacks_in_2019378_8_1 ol li,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019378_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019378_8_1,#stacks_in_2019378_8_1 div,#stacks_in_2019378_8_1 p,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 ul li,#stacks_in_2019378_8_1 ol li,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019378_8_1,#stacks_in_2019378_8_1 div,#stacks_in_2019378_8_1 p,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 ul li,#stacks_in_2019378_8_1 ol li,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019378_8_1,#stacks_in_2019378_8_1 div,#stacks_in_2019378_8_1 p,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 ul li,#stacks_in_2019378_8_1 ol li,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019378_8_1,#stacks_in_2019378_8_1 div,#stacks_in_2019378_8_1 p,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 ul li,#stacks_in_2019378_8_1 ol li,#stacks_in_2019378_8_1 ol,#stacks_in_2019378_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019378_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019378_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019378_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019378_10 hr.foundry-divider-simple {
		width: 90%;
	}




/* Color picker style settings */


#stacks_in_2019379_1 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019379_1 p a,
#stacks_in_2019379_1 p a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019379_1 p a:hover,
#stacks_in_2019379_1 p a:active {
	color: rgba(0, 0, 0, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2019379_1 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019379_1 .paragraph a,
#stacks_in_2019379_1 .paragraph a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019379_1 .paragraph a:hover,
#stacks_in_2019379_1 .paragraph a:active {
	color: rgba(0, 0, 0, 1.00);
}








	
	#stacks_in_2019379_1 p,
	#stacks_in_2019379_1 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_2019379_1 p,
#stacks_in_2019379_1 {
	
}

.style-pro-stacks_in_2019351::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019351:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_2019351.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_2019351 > #ovl_stacks_in_2019351.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019351, .lb-master_stacks_in_2019351.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_2019351.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019351 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_2019351.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019351.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019351.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_2019351.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_2019351.infix-closed .infix-container::after, .lb-master_stacks_in_2019351.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_2019351.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_2019351, .lb-master_stacks_in_2019351.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019351.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_2019351.infix-loading .infix-content, .lb-master_stacks_in_2019351.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019351.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_2019351.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_2019351.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_2019351.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_2019351 [data-infix-next], .lb-master_stacks_in_2019351 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_2019351 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_2019351 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_2019351 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019351 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019351 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_2019351 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_2019351 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_2019351 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_2019351 [data-infix-next]::before,
.lb-master_stacks_in_2019351 [data-infix-next]::after,
.lb-master_stacks_in_2019351 [data-infix-prev]::before,
.lb-master_stacks_in_2019351 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_2019351 html.bwd-touch [data-infix-next], .lb-master_stacks_in_2019351 [data-infix-next]:hover,
.lb-master_stacks_in_2019351 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_2019351 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_2019351 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_2019351 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_2019351 [data-infix-next]:hover::before, .lb-master_stacks_in_2019351 [data-infix-next]:hover::after,
  .lb-master_stacks_in_2019351 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_2019351 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_2019351 [data-infix-prev]:hover::before, .lb-master_stacks_in_2019351 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_2019351 [data-infix-next]::after,
.lb-master_stacks_in_2019351 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_2019351 [data-infix-prev]::after, .lb-master_stacks_in_2019351 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_2019351 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_2019351 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_2019351 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_2019351 [data-infix-prev]::before {
  transform: rotate(-315deg); }

#stacks_in_2019381 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2019381{z-index:1}#stacks_in_2019381 > .s-pro > .sections-layer{display:none}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:220px;min-height:0px;max-height:3000px}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:220px;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:300px;min-height:0px;max-height:3000px}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:300px;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
 #stacks_in_2019386.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_2019386.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_2019386.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_2019386{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_2019386.box-pos>.s-box{overflow:hidden} #stacks_in_2019386>.s-box{margin: 0px }#stacks_in_2019386>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2019386>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_2019386>.s-box>.s-box-content{padding: 0px }}  #stacks_in_2019386{width:100.00%}@media all and (min-width:640px){#stacks_in_2019386{width:100.00%}}#stacks_in_2019386.auto-width{width:auto!important}   #stacks_in_2019386.box-abs{height:100.00%}
#stacks_in_2019386.box-abs>.s-box{width:100.00%;height:100.00%}@media all and (min-width:640px){#stacks_in_2019386.box-abs{height:100.00%}}    
#stacks_in_2019389 h3,#stacks_in_2019389 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019389 h3 a,#stacks_in_2019389 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019389 h3 a:hover,#stacks_in_2019389 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2019389 small,#stacks_in_2019389 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2019389 .hTxt{text-shadow:-1px -1px 3px rgba(102, 102, 102, 0.70),1px -1px 3px rgba(102, 102, 102, 0.70),-1px 1px 3px rgba(102, 102, 102, 0.70),1px 1px 3px rgba(102, 102, 102, 0.70)}#stacks_in_2019389 .primary,#stacks_in_2019389 .segment{display:inline-block}#stacks_in_2019389 .primary.sub-title,#stacks_in_2019389 .segment.sub-title{display:block}#stacks_in_2019389 [data-seg="segment2"].last-title{display:block}#stacks_in_2019389 .segment.no-shadow{text-shadow:none !important}#stacks_in_2019389 .segment *{}#stacks_in_2019389 .hTxt.primary{vertical-align:baseline}#stacks_in_2019389 .segment[data-seg="segment1"]{font-size:85%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2019389 .segment[data-seg="segment1"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019389 .segment[data-seg="segment1"] div.mez{font-size:85%}
@media only screen and (max-width:480.00px){#stacks_in_2019389 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019389 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019389 h3{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019389 h3{font-size:2.60rem!important}}
.style-pro-stacks_in_2019381::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019381:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2019381:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-kinder-6.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2019381:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_2019381:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_2019381:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-kinder-6.jpg);}}

#stacks_in_2019381 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2019381 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-delay:10ms;transition-delay:10ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2019381 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_2019381 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019381 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019381 > .s-pro.pre-eff-stacks_in_2019385.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_2019381 > .s-pro.animate-stacks_in_2019385.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2019381 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_2019381 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_2019381 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.lb-master_stacks_in_2019396.bg-vault.bg-color.style-pro-stacks_in_2019396{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_2019396.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_2019396.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_2019396.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_2019396.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_2019396{position:fixed}.ll-open-stacks_in_2019396 > .ll-overlay#ovl_stacks_in_2019396{z-index:9989}.ll-open-stacks_in_2019396.sectionsPro1 > .ll-overlay#ovl_stacks_in_2019396{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_2019396.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019396.close-vis-large-only .infix-close{display:none !important}}#stacks_in_2019396 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_2019396.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_2019396.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019396.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight2"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_2019396 > .shear-wrapper{position:absolute}.lb-master_stacks_in_2019396.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019396.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_2019396.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019396.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_2019396.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_2019396.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_2019396.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_2019396.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_2019396.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019396.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019396.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019396.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019396.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019396.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_2019396.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019396.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_2019396.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019396.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_2019396.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019396.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_2019396.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_2019396.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_2019396.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_2019396.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_2019396 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_2019396 .infix-close{opacity:1 !important}.lb-master_stacks_in_2019396 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_2019396 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_2019396 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_2019396 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(69, 69, 69, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_2019396 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(69, 69, 69, 1.00);stroke-width:4px;fill:none}.lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_2019396 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_2019396 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_2019396 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019396 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg .ring{stroke:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019396 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_2019396 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(194, 192, 192, 1.00);fill:none}.lb-master_stacks_in_2019396 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_2019396 .infix-close > .close-wrap.close-text-only{color:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019396 .infix-close i.fa,.lb-master_stacks_in_2019396 .infix-close svg,.lb-master_stacks_in_2019396 .infix-close .simple-icon,.lb-master_stacks_in_2019396 .infix-close .close-wrap,.lb-master_stacks_in_2019396 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_2019396 .infix-close .close-wrap,.lb-master_stacks_in_2019396 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_2019396 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_2019396 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_2019396 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_2019396 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_2019396 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_2019396 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_2019396.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_2019396 .splb-loader .loader-message{display:none}.lb-master_stacks_in_2019396 .splb-loader svg{display:none}.lb-master_stacks_in_2019396 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_2019399{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2019399.splb{padding:12px}#splb_stacks_in_2019399 .infix-iframe-container{background-color:}#stacks_in_2019399{display:none}.infix-opened #stacks_in_2019399,.infix-closed #stacks_in_2019399{display:block}.lightbox2{cursor:pointer}#stacks_in_2019399.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2019399.splb.ll-overflow{overflow:visible !important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019401_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019401_7.blu-svg{opacity:0.80} #stacks_in_2019401_7.blu-svg{text-align:center}#stacks_in_2019401_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019401_7.blu-svg{text-align:center}#stacks_in_2019401_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019401_7.blu-svg{text-align:center}#stacks_in_2019401_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019401_7.blu-svg{text-align:center}#stacks_in_2019401_7.blu-svg svg{width:600.00px}}  #stacks_in_2019401_7.blu-svg svg rectange,#stacks_in_2019401_7.blu-svg svg circle,#stacks_in_2019401_7.blu-svg svg ellipse,#stacks_in_2019401_7.blu-svg svg polygon,#stacks_in_2019401_7.blu-svg svg polyline,#stacks_in_2019401_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019401_7.blu-svg svg:hover rectange,#stacks_in_2019401_7.blu-svg svg:hover circle,#stacks_in_2019401_7.blu-svg svg:hover ellipse,#stacks_in_2019401_7.blu-svg svg:hover polygon,#stacks_in_2019401_7.blu-svg svg:hover polyline,#stacks_in_2019401_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019401_7.blu-svg{float:none}#stacks_in_2019401_7 a,#stacks_in_2019401_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019401_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2019403 .flexslider {
	overflow: visible !important;
}

#stacks_in_2019403 .flex-container a:hover,
#stacks_in_2019403 .flexslider a:hover {
  outline: none;
}

#stacks_in_2019403 .slides,
#stacks_in_2019403 .slides > li,
#stacks_in_2019403 .flex-control-nav,
#stacks_in_2019403 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2019403 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2019403 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2019403 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2019403 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2019403 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2019403 .flexslider .slides {
  display: block;
}

* html #stacks_in_2019403 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2019403 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2019403 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2019403 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2019403 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2019403 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2019403 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2019403 .carousel li {
  margin-right: 5px;
}

#stacks_in_2019403 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2019403 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2019403 .flex-direction-nav a,
#stacks_in_2019403 .flex-pauseplay a,
#stacks_in_2019403 .flex-control-paging li a,
#stacks_in_2019403 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2019403 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2019403 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2019403 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2019403 .flex-direction-nav .flex-prev,
#stacks_in_2019403 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2019403 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2019403 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2019403 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2019403 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2019403 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2019403 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2019403 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2019403 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2019403 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2019403 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2019403 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2019403 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2019403 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2019403 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2019403 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2019403 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2019403 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2019403 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2019403 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2019403 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2019403 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2019403 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2019403 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2019403 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2019403 .flex-control-paging {
	display: none;
}



#stacks_in_2019403 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2019403 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2019403 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2019403 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019406_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019406_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019406_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019409_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019409_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019409_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019412_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019412_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019412_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019415_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019415_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019415_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019418_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019418_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019418_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019421_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019421_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019421_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}




#stacks_in_2019423_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019423_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019423_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019423_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019423_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019423_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019423_3 a.foundry-header-linked,
#stacks_in_2019423_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019423_3 a.foundry-header-linked:hover,
#stacks_in_2019423_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019423_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019423_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019423_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019423_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019423_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019423_5_1 p,#stacks_in_2019423_5_1 div,#stacks_in_2019423_5_1 ul,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019423_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019423_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019423_5_1,#stacks_in_2019423_5_1 div,#stacks_in_2019423_5_1 p,#stacks_in_2019423_5_1 .fa:not(.no-indent),#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 ul li,#stacks_in_2019423_5_1 ol li,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019423_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019423_5_1,#stacks_in_2019423_5_1 div,#stacks_in_2019423_5_1 p,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 ul li,#stacks_in_2019423_5_1 ol li,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019423_5_1,#stacks_in_2019423_5_1 div,#stacks_in_2019423_5_1 p,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 ul li,#stacks_in_2019423_5_1 ol li,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019423_5_1,#stacks_in_2019423_5_1 div,#stacks_in_2019423_5_1 p,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 ul li,#stacks_in_2019423_5_1 ol li,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019423_5_1,#stacks_in_2019423_5_1 div,#stacks_in_2019423_5_1 p,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 ul li,#stacks_in_2019423_5_1 ol li,#stacks_in_2019423_5_1 ol,#stacks_in_2019423_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019423_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019426_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019426_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019426_7 .foundry-label > h3:before,
	#stacks_in_2019426_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019426_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019426_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019426_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019426_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019426_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019426_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019426_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019426_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019426_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019426_8_1 p,#stacks_in_2019426_8_1 div,#stacks_in_2019426_8_1 ul,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019426_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019426_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019426_8_1,#stacks_in_2019426_8_1 div,#stacks_in_2019426_8_1 p,#stacks_in_2019426_8_1 .fa:not(.no-indent),#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 ul li,#stacks_in_2019426_8_1 ol li,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019426_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019426_8_1,#stacks_in_2019426_8_1 div,#stacks_in_2019426_8_1 p,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 ul li,#stacks_in_2019426_8_1 ol li,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019426_8_1,#stacks_in_2019426_8_1 div,#stacks_in_2019426_8_1 p,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 ul li,#stacks_in_2019426_8_1 ol li,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019426_8_1,#stacks_in_2019426_8_1 div,#stacks_in_2019426_8_1 p,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 ul li,#stacks_in_2019426_8_1 ol li,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019426_8_1,#stacks_in_2019426_8_1 div,#stacks_in_2019426_8_1 p,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 ul li,#stacks_in_2019426_8_1 ol li,#stacks_in_2019426_8_1 ol,#stacks_in_2019426_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019426_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019426_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019426_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019426_10 hr.foundry-divider-simple {
		width: 90%;
	}




/* Color picker style settings */


#stacks_in_2019427_1 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019427_1 p a,
#stacks_in_2019427_1 p a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019427_1 p a:hover,
#stacks_in_2019427_1 p a:active {
	color: rgba(0, 0, 0, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2019427_1 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019427_1 .paragraph a,
#stacks_in_2019427_1 .paragraph a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019427_1 .paragraph a:hover,
#stacks_in_2019427_1 .paragraph a:active {
	color: rgba(0, 0, 0, 1.00);
}








	
	#stacks_in_2019427_1 p,
	#stacks_in_2019427_1 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_2019427_1 p,
#stacks_in_2019427_1 {
	
}

.style-pro-stacks_in_2019396::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019396:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_2019396.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_2019396 > #ovl_stacks_in_2019396.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019396, .lb-master_stacks_in_2019396.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_2019396.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019396 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_2019396.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019396.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019396.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_2019396.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_2019396.infix-closed .infix-container::after, .lb-master_stacks_in_2019396.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_2019396.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_2019396, .lb-master_stacks_in_2019396.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019396.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_2019396.infix-loading .infix-content, .lb-master_stacks_in_2019396.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019396.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_2019396.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_2019396.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_2019396.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_2019396 [data-infix-next], .lb-master_stacks_in_2019396 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_2019396 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_2019396 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_2019396 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019396 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019396 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_2019396 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_2019396 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_2019396 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_2019396 [data-infix-next]::before,
.lb-master_stacks_in_2019396 [data-infix-next]::after,
.lb-master_stacks_in_2019396 [data-infix-prev]::before,
.lb-master_stacks_in_2019396 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_2019396 html.bwd-touch [data-infix-next], .lb-master_stacks_in_2019396 [data-infix-next]:hover,
.lb-master_stacks_in_2019396 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_2019396 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_2019396 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_2019396 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_2019396 [data-infix-next]:hover::before, .lb-master_stacks_in_2019396 [data-infix-next]:hover::after,
  .lb-master_stacks_in_2019396 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_2019396 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_2019396 [data-infix-prev]:hover::before, .lb-master_stacks_in_2019396 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_2019396 [data-infix-next]::after,
.lb-master_stacks_in_2019396 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_2019396 [data-infix-prev]::after, .lb-master_stacks_in_2019396 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_2019396 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_2019396 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_2019396 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_2019396 [data-infix-prev]::before {
  transform: rotate(-315deg); }

#stacks_in_2019429 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2019429{z-index:1}#stacks_in_2019429 > .s-pro > .sections-layer{display:none}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:220px;min-height:0px;max-height:3000px}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:220px;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:300px;min-height:0px;max-height:3000px}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:300px;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
 #stacks_in_2019434.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_2019434.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_2019434.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_2019434{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_2019434.box-pos>.s-box{overflow:hidden} #stacks_in_2019434>.s-box{margin: 0px }#stacks_in_2019434>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2019434>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_2019434>.s-box>.s-box-content{padding: 0px }}  #stacks_in_2019434{width:100.00%}@media all and (min-width:640px){#stacks_in_2019434{width:100.00%}}#stacks_in_2019434.auto-width{width:auto!important}   #stacks_in_2019434.box-abs{height:100.00%}
#stacks_in_2019434.box-abs>.s-box{width:100.00%;height:100.00%}@media all and (min-width:640px){#stacks_in_2019434.box-abs{height:100.00%}}    
#stacks_in_2019437 h3,#stacks_in_2019437 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019437 h3 a,#stacks_in_2019437 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019437 h3 a:hover,#stacks_in_2019437 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2019437 small,#stacks_in_2019437 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2019437 .hTxt{text-shadow:-1px -1px 3px rgba(102, 102, 102, 0.70),1px -1px 3px rgba(102, 102, 102, 0.70),-1px 1px 3px rgba(102, 102, 102, 0.70),1px 1px 3px rgba(102, 102, 102, 0.70)}#stacks_in_2019437 .primary,#stacks_in_2019437 .segment{display:inline-block}#stacks_in_2019437 .primary.sub-title,#stacks_in_2019437 .segment.sub-title{display:block}#stacks_in_2019437 [data-seg="segment2"].last-title{display:block}#stacks_in_2019437 .segment.no-shadow{text-shadow:none !important}#stacks_in_2019437 .segment *{}#stacks_in_2019437 .hTxt.primary{vertical-align:baseline}#stacks_in_2019437 .segment[data-seg="segment1"]{font-size:85%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2019437 .segment[data-seg="segment1"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019437 .segment[data-seg="segment1"] div.mez{font-size:85%}
@media only screen and (max-width:480.00px){#stacks_in_2019437 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019437 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019437 h3{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019437 h3{font-size:2.60rem!important}}
.style-pro-stacks_in_2019429::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019429:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2019429:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-jugendliche-10.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2019429:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_2019429:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_2019429:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-jugendliche-10.jpg);}}

#stacks_in_2019429 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2019429 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-delay:10ms;transition-delay:10ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2019429 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_2019429 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019429 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019429 > .s-pro.pre-eff-stacks_in_2019433.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_2019429 > .s-pro.animate-stacks_in_2019433.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2019429 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_2019429 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_2019429 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.lb-master_stacks_in_2019444.bg-vault.bg-color.style-pro-stacks_in_2019444{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_2019444.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_2019444.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_2019444.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_2019444.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_2019444{position:fixed}.ll-open-stacks_in_2019444 > .ll-overlay#ovl_stacks_in_2019444{z-index:9989}.ll-open-stacks_in_2019444.sectionsPro1 > .ll-overlay#ovl_stacks_in_2019444{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_2019444.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019444.close-vis-large-only .infix-close{display:none !important}}#stacks_in_2019444 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_2019444.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_2019444.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019444.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight2"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_2019444 > .shear-wrapper{position:absolute}.lb-master_stacks_in_2019444.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019444.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_2019444.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019444.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_2019444.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_2019444.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_2019444.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_2019444.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_2019444.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019444.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019444.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019444.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019444.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019444.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_2019444.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019444.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_2019444.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019444.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_2019444.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019444.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_2019444.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_2019444.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_2019444.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_2019444.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_2019444 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_2019444 .infix-close{opacity:1 !important}.lb-master_stacks_in_2019444 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_2019444 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_2019444 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_2019444 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(69, 69, 69, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_2019444 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(69, 69, 69, 1.00);stroke-width:4px;fill:none}.lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_2019444 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_2019444 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_2019444 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019444 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg .ring{stroke:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019444 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_2019444 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(194, 192, 192, 1.00);fill:none}.lb-master_stacks_in_2019444 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_2019444 .infix-close > .close-wrap.close-text-only{color:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019444 .infix-close i.fa,.lb-master_stacks_in_2019444 .infix-close svg,.lb-master_stacks_in_2019444 .infix-close .simple-icon,.lb-master_stacks_in_2019444 .infix-close .close-wrap,.lb-master_stacks_in_2019444 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_2019444 .infix-close .close-wrap,.lb-master_stacks_in_2019444 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_2019444 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_2019444 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_2019444 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_2019444 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_2019444 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_2019444 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_2019444.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_2019444 .splb-loader .loader-message{display:none}.lb-master_stacks_in_2019444 .splb-loader svg{display:none}.lb-master_stacks_in_2019444 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_2019447{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2019447.splb{padding:12px}#splb_stacks_in_2019447 .infix-iframe-container{background-color:}#stacks_in_2019447{display:none}.infix-opened #stacks_in_2019447,.infix-closed #stacks_in_2019447{display:block}.lightbox3{cursor:pointer}#stacks_in_2019447.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2019447.splb.ll-overflow{overflow:visible !important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019449_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019449_7.blu-svg{opacity:0.80} #stacks_in_2019449_7.blu-svg{text-align:center}#stacks_in_2019449_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019449_7.blu-svg{text-align:center}#stacks_in_2019449_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019449_7.blu-svg{text-align:center}#stacks_in_2019449_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019449_7.blu-svg{text-align:center}#stacks_in_2019449_7.blu-svg svg{width:600.00px}}  #stacks_in_2019449_7.blu-svg svg rectange,#stacks_in_2019449_7.blu-svg svg circle,#stacks_in_2019449_7.blu-svg svg ellipse,#stacks_in_2019449_7.blu-svg svg polygon,#stacks_in_2019449_7.blu-svg svg polyline,#stacks_in_2019449_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019449_7.blu-svg svg:hover rectange,#stacks_in_2019449_7.blu-svg svg:hover circle,#stacks_in_2019449_7.blu-svg svg:hover ellipse,#stacks_in_2019449_7.blu-svg svg:hover polygon,#stacks_in_2019449_7.blu-svg svg:hover polyline,#stacks_in_2019449_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019449_7.blu-svg{float:none}#stacks_in_2019449_7 a,#stacks_in_2019449_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019449_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2019451 .flexslider {
	overflow: visible !important;
}

#stacks_in_2019451 .flex-container a:hover,
#stacks_in_2019451 .flexslider a:hover {
  outline: none;
}

#stacks_in_2019451 .slides,
#stacks_in_2019451 .slides > li,
#stacks_in_2019451 .flex-control-nav,
#stacks_in_2019451 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2019451 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2019451 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2019451 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2019451 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2019451 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2019451 .flexslider .slides {
  display: block;
}

* html #stacks_in_2019451 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2019451 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2019451 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2019451 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2019451 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2019451 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2019451 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2019451 .carousel li {
  margin-right: 5px;
}

#stacks_in_2019451 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2019451 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2019451 .flex-direction-nav a,
#stacks_in_2019451 .flex-pauseplay a,
#stacks_in_2019451 .flex-control-paging li a,
#stacks_in_2019451 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2019451 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2019451 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2019451 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2019451 .flex-direction-nav .flex-prev,
#stacks_in_2019451 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2019451 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2019451 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2019451 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2019451 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2019451 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2019451 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2019451 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2019451 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2019451 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2019451 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2019451 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2019451 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2019451 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2019451 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2019451 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2019451 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2019451 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2019451 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2019451 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2019451 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2019451 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2019451 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2019451 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2019451 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2019451 .flex-control-paging {
	display: none;
}



#stacks_in_2019451 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2019451 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2019451 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2019451 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019454_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019454_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019454_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019457_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019457_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019457_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019460_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019460_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019460_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019463_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019463_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019463_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}




#stacks_in_2019465_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019465_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019465_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019465_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019465_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019465_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019465_3 a.foundry-header-linked,
#stacks_in_2019465_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019465_3 a.foundry-header-linked:hover,
#stacks_in_2019465_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019465_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019465_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019465_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019465_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019465_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019465_5_1 p,#stacks_in_2019465_5_1 div,#stacks_in_2019465_5_1 ul,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019465_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019465_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019465_5_1,#stacks_in_2019465_5_1 div,#stacks_in_2019465_5_1 p,#stacks_in_2019465_5_1 .fa:not(.no-indent),#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 ul li,#stacks_in_2019465_5_1 ol li,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019465_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019465_5_1,#stacks_in_2019465_5_1 div,#stacks_in_2019465_5_1 p,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 ul li,#stacks_in_2019465_5_1 ol li,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019465_5_1,#stacks_in_2019465_5_1 div,#stacks_in_2019465_5_1 p,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 ul li,#stacks_in_2019465_5_1 ol li,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019465_5_1,#stacks_in_2019465_5_1 div,#stacks_in_2019465_5_1 p,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 ul li,#stacks_in_2019465_5_1 ol li,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019465_5_1,#stacks_in_2019465_5_1 div,#stacks_in_2019465_5_1 p,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 ul li,#stacks_in_2019465_5_1 ol li,#stacks_in_2019465_5_1 ol,#stacks_in_2019465_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019465_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019468_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019468_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019468_7 .foundry-label > h3:before,
	#stacks_in_2019468_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019468_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019468_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019468_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019468_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019468_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019468_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019468_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019468_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019468_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019468_8_1 p,#stacks_in_2019468_8_1 div,#stacks_in_2019468_8_1 ul,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019468_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019468_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019468_8_1,#stacks_in_2019468_8_1 div,#stacks_in_2019468_8_1 p,#stacks_in_2019468_8_1 .fa:not(.no-indent),#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 ul li,#stacks_in_2019468_8_1 ol li,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019468_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019468_8_1,#stacks_in_2019468_8_1 div,#stacks_in_2019468_8_1 p,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 ul li,#stacks_in_2019468_8_1 ol li,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019468_8_1,#stacks_in_2019468_8_1 div,#stacks_in_2019468_8_1 p,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 ul li,#stacks_in_2019468_8_1 ol li,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019468_8_1,#stacks_in_2019468_8_1 div,#stacks_in_2019468_8_1 p,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 ul li,#stacks_in_2019468_8_1 ol li,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019468_8_1,#stacks_in_2019468_8_1 div,#stacks_in_2019468_8_1 p,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 ul li,#stacks_in_2019468_8_1 ol li,#stacks_in_2019468_8_1 ol,#stacks_in_2019468_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019468_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019468_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019468_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019468_10 hr.foundry-divider-simple {
		width: 90%;
	}




/* Color picker style settings */


#stacks_in_2019469_1 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019469_1 p a,
#stacks_in_2019469_1 p a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019469_1 p a:hover,
#stacks_in_2019469_1 p a:active {
	color: rgba(0, 0, 0, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2019469_1 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019469_1 .paragraph a,
#stacks_in_2019469_1 .paragraph a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019469_1 .paragraph a:hover,
#stacks_in_2019469_1 .paragraph a:active {
	color: rgba(0, 0, 0, 1.00);
}








	
	#stacks_in_2019469_1 p,
	#stacks_in_2019469_1 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_2019469_1 p,
#stacks_in_2019469_1 {
	
}

.style-pro-stacks_in_2019444::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019444:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_2019444.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_2019444 > #ovl_stacks_in_2019444.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019444, .lb-master_stacks_in_2019444.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_2019444.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019444 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_2019444.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019444.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019444.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_2019444.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_2019444.infix-closed .infix-container::after, .lb-master_stacks_in_2019444.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_2019444.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_2019444, .lb-master_stacks_in_2019444.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019444.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_2019444.infix-loading .infix-content, .lb-master_stacks_in_2019444.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019444.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_2019444.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_2019444.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_2019444.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_2019444 [data-infix-next], .lb-master_stacks_in_2019444 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_2019444 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_2019444 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_2019444 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019444 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019444 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_2019444 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_2019444 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_2019444 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_2019444 [data-infix-next]::before,
.lb-master_stacks_in_2019444 [data-infix-next]::after,
.lb-master_stacks_in_2019444 [data-infix-prev]::before,
.lb-master_stacks_in_2019444 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_2019444 html.bwd-touch [data-infix-next], .lb-master_stacks_in_2019444 [data-infix-next]:hover,
.lb-master_stacks_in_2019444 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_2019444 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_2019444 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_2019444 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_2019444 [data-infix-next]:hover::before, .lb-master_stacks_in_2019444 [data-infix-next]:hover::after,
  .lb-master_stacks_in_2019444 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_2019444 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_2019444 [data-infix-prev]:hover::before, .lb-master_stacks_in_2019444 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_2019444 [data-infix-next]::after,
.lb-master_stacks_in_2019444 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_2019444 [data-infix-prev]::after, .lb-master_stacks_in_2019444 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_2019444 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_2019444 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_2019444 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_2019444 [data-infix-prev]::before {
  transform: rotate(-315deg); }

#stacks_in_2019501 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2019501{z-index:1}#stacks_in_2019501 > .s-pro > .sections-layer{display:none}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:220px;min-height:0px;max-height:3000px}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:220px;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:300px;min-height:0px;max-height:3000px}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:300px;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
 #stacks_in_2019506.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_2019506.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_2019506.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_2019506{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_2019506.box-pos>.s-box{overflow:hidden} #stacks_in_2019506>.s-box{margin: 0px }#stacks_in_2019506>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2019506>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_2019506>.s-box>.s-box-content{padding: 0px }}  #stacks_in_2019506{width:100.00%}@media all and (min-width:640px){#stacks_in_2019506{width:100.00%}}#stacks_in_2019506.auto-width{width:auto!important}   #stacks_in_2019506.box-abs{height:100.00%}
#stacks_in_2019506.box-abs>.s-box{width:100.00%;height:100.00%}@media all and (min-width:640px){#stacks_in_2019506.box-abs{height:100.00%}}    
#stacks_in_2019509 h3,#stacks_in_2019509 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019509 h3 a,#stacks_in_2019509 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019509 h3 a:hover,#stacks_in_2019509 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2019509 small,#stacks_in_2019509 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2019509 .hTxt{text-shadow:-1px -1px 3px rgba(102, 102, 102, 0.70),1px -1px 3px rgba(102, 102, 102, 0.70),-1px 1px 3px rgba(102, 102, 102, 0.70),1px 1px 3px rgba(102, 102, 102, 0.70)}#stacks_in_2019509 .primary,#stacks_in_2019509 .segment{display:inline-block}#stacks_in_2019509 .primary.sub-title,#stacks_in_2019509 .segment.sub-title{display:block}#stacks_in_2019509 [data-seg="segment2"].last-title{display:block}#stacks_in_2019509 .segment.no-shadow{text-shadow:none !important}#stacks_in_2019509 .segment *{}#stacks_in_2019509 .hTxt.primary{vertical-align:baseline}#stacks_in_2019509 .segment[data-seg="segment1"]{font-size:85%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2019509 .segment[data-seg="segment1"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019509 .segment[data-seg="segment1"] div.mez{font-size:85%}
@media only screen and (max-width:480.00px){#stacks_in_2019509 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019509 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019509 h3{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019509 h3{font-size:2.60rem!important}}
.style-pro-stacks_in_2019501::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019501:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2019501:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-erwachsene.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2019501:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_2019501:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_2019501:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-erwachsene.jpg);}}

#stacks_in_2019501 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2019501 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-delay:10ms;transition-delay:10ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2019501 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_2019501 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019501 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019501 > .s-pro.pre-eff-stacks_in_2019505.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_2019501 > .s-pro.animate-stacks_in_2019505.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2019501 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_2019501 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_2019501 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.lb-master_stacks_in_2019516.bg-vault.bg-color.style-pro-stacks_in_2019516{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_2019516.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_2019516.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_2019516.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_2019516.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_2019516{position:fixed}.ll-open-stacks_in_2019516 > .ll-overlay#ovl_stacks_in_2019516{z-index:9989}.ll-open-stacks_in_2019516.sectionsPro1 > .ll-overlay#ovl_stacks_in_2019516{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_2019516.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019516.close-vis-large-only .infix-close{display:none !important}}#stacks_in_2019516 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_2019516.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_2019516.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019516.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight2"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_2019516 > .shear-wrapper{position:absolute}.lb-master_stacks_in_2019516.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019516.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_2019516.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019516.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_2019516.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_2019516.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_2019516.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_2019516.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_2019516.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019516.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019516.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019516.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019516.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019516.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_2019516.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019516.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_2019516.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019516.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_2019516.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019516.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_2019516.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_2019516.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_2019516.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_2019516.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_2019516 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_2019516 .infix-close{opacity:1 !important}.lb-master_stacks_in_2019516 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_2019516 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_2019516 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_2019516 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(69, 69, 69, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_2019516 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(69, 69, 69, 1.00);stroke-width:4px;fill:none}.lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_2019516 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_2019516 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_2019516 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019516 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg .ring{stroke:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019516 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_2019516 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(194, 192, 192, 1.00);fill:none}.lb-master_stacks_in_2019516 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_2019516 .infix-close > .close-wrap.close-text-only{color:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019516 .infix-close i.fa,.lb-master_stacks_in_2019516 .infix-close svg,.lb-master_stacks_in_2019516 .infix-close .simple-icon,.lb-master_stacks_in_2019516 .infix-close .close-wrap,.lb-master_stacks_in_2019516 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_2019516 .infix-close .close-wrap,.lb-master_stacks_in_2019516 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_2019516 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_2019516 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_2019516 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_2019516 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_2019516 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_2019516 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_2019516.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_2019516 .splb-loader .loader-message{display:none}.lb-master_stacks_in_2019516 .splb-loader svg{display:none}.lb-master_stacks_in_2019516 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_2019519{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2019519.splb{padding:12px}#splb_stacks_in_2019519 .infix-iframe-container{background-color:}#stacks_in_2019519{display:none}.infix-opened #stacks_in_2019519,.infix-closed #stacks_in_2019519{display:block}.lightbox4{cursor:pointer}#stacks_in_2019519.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2019519.splb.ll-overflow{overflow:visible !important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019521_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019521_7.blu-svg{opacity:0.80} #stacks_in_2019521_7.blu-svg{text-align:center}#stacks_in_2019521_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019521_7.blu-svg{text-align:center}#stacks_in_2019521_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019521_7.blu-svg{text-align:center}#stacks_in_2019521_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019521_7.blu-svg{text-align:center}#stacks_in_2019521_7.blu-svg svg{width:600.00px}}  #stacks_in_2019521_7.blu-svg svg rectange,#stacks_in_2019521_7.blu-svg svg circle,#stacks_in_2019521_7.blu-svg svg ellipse,#stacks_in_2019521_7.blu-svg svg polygon,#stacks_in_2019521_7.blu-svg svg polyline,#stacks_in_2019521_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019521_7.blu-svg svg:hover rectange,#stacks_in_2019521_7.blu-svg svg:hover circle,#stacks_in_2019521_7.blu-svg svg:hover ellipse,#stacks_in_2019521_7.blu-svg svg:hover polygon,#stacks_in_2019521_7.blu-svg svg:hover polyline,#stacks_in_2019521_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019521_7.blu-svg{float:none}#stacks_in_2019521_7 a,#stacks_in_2019521_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019521_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2019523 .flexslider {
	overflow: visible !important;
}

#stacks_in_2019523 .flex-container a:hover,
#stacks_in_2019523 .flexslider a:hover {
  outline: none;
}

#stacks_in_2019523 .slides,
#stacks_in_2019523 .slides > li,
#stacks_in_2019523 .flex-control-nav,
#stacks_in_2019523 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2019523 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2019523 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2019523 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2019523 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2019523 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2019523 .flexslider .slides {
  display: block;
}

* html #stacks_in_2019523 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2019523 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2019523 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2019523 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2019523 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2019523 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2019523 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2019523 .carousel li {
  margin-right: 5px;
}

#stacks_in_2019523 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2019523 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2019523 .flex-direction-nav a,
#stacks_in_2019523 .flex-pauseplay a,
#stacks_in_2019523 .flex-control-paging li a,
#stacks_in_2019523 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2019523 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2019523 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2019523 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2019523 .flex-direction-nav .flex-prev,
#stacks_in_2019523 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2019523 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2019523 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2019523 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2019523 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2019523 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2019523 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2019523 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2019523 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2019523 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2019523 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2019523 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2019523 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2019523 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2019523 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2019523 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2019523 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2019523 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2019523 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2019523 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2019523 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2019523 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2019523 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2019523 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2019523 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2019523 .flex-control-paging {
	display: none;
}



#stacks_in_2019523 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2019523 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2019523 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2019523 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019526_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019526_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019526_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019529_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019529_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019529_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019532_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019532_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019532_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019535_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019535_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019535_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}




#stacks_in_2019537_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019537_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019537_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019537_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019537_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019537_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019537_3 a.foundry-header-linked,
#stacks_in_2019537_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019537_3 a.foundry-header-linked:hover,
#stacks_in_2019537_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019537_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019537_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019537_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019537_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019537_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019537_5_1 p,#stacks_in_2019537_5_1 div,#stacks_in_2019537_5_1 ul,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019537_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019537_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019537_5_1,#stacks_in_2019537_5_1 div,#stacks_in_2019537_5_1 p,#stacks_in_2019537_5_1 .fa:not(.no-indent),#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 ul li,#stacks_in_2019537_5_1 ol li,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019537_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019537_5_1,#stacks_in_2019537_5_1 div,#stacks_in_2019537_5_1 p,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 ul li,#stacks_in_2019537_5_1 ol li,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019537_5_1,#stacks_in_2019537_5_1 div,#stacks_in_2019537_5_1 p,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 ul li,#stacks_in_2019537_5_1 ol li,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019537_5_1,#stacks_in_2019537_5_1 div,#stacks_in_2019537_5_1 p,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 ul li,#stacks_in_2019537_5_1 ol li,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019537_5_1,#stacks_in_2019537_5_1 div,#stacks_in_2019537_5_1 p,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 ul li,#stacks_in_2019537_5_1 ol li,#stacks_in_2019537_5_1 ol,#stacks_in_2019537_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019537_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019540_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019540_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019540_7 .foundry-label > h3:before,
	#stacks_in_2019540_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019540_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019540_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019540_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019540_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019540_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019540_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019540_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019540_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019540_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019540_8_1 p,#stacks_in_2019540_8_1 div,#stacks_in_2019540_8_1 ul,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019540_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019540_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019540_8_1,#stacks_in_2019540_8_1 div,#stacks_in_2019540_8_1 p,#stacks_in_2019540_8_1 .fa:not(.no-indent),#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 ul li,#stacks_in_2019540_8_1 ol li,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019540_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019540_8_1,#stacks_in_2019540_8_1 div,#stacks_in_2019540_8_1 p,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 ul li,#stacks_in_2019540_8_1 ol li,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019540_8_1,#stacks_in_2019540_8_1 div,#stacks_in_2019540_8_1 p,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 ul li,#stacks_in_2019540_8_1 ol li,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019540_8_1,#stacks_in_2019540_8_1 div,#stacks_in_2019540_8_1 p,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 ul li,#stacks_in_2019540_8_1 ol li,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019540_8_1,#stacks_in_2019540_8_1 div,#stacks_in_2019540_8_1 p,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 ul li,#stacks_in_2019540_8_1 ol li,#stacks_in_2019540_8_1 ol,#stacks_in_2019540_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019540_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019540_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019540_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019540_10 hr.foundry-divider-simple {
		width: 90%;
	}




/* Color picker style settings */


#stacks_in_2019541_1 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019541_1 p a,
#stacks_in_2019541_1 p a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019541_1 p a:hover,
#stacks_in_2019541_1 p a:active {
	color: rgba(0, 0, 0, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2019541_1 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019541_1 .paragraph a,
#stacks_in_2019541_1 .paragraph a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019541_1 .paragraph a:hover,
#stacks_in_2019541_1 .paragraph a:active {
	color: rgba(0, 0, 0, 1.00);
}








	
	#stacks_in_2019541_1 p,
	#stacks_in_2019541_1 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_2019541_1 p,
#stacks_in_2019541_1 {
	
}

.style-pro-stacks_in_2019516::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019516:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_2019516.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_2019516 > #ovl_stacks_in_2019516.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019516, .lb-master_stacks_in_2019516.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_2019516.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019516 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_2019516.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019516.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019516.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_2019516.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_2019516.infix-closed .infix-container::after, .lb-master_stacks_in_2019516.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_2019516.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_2019516, .lb-master_stacks_in_2019516.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019516.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_2019516.infix-loading .infix-content, .lb-master_stacks_in_2019516.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019516.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_2019516.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_2019516.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_2019516.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_2019516 [data-infix-next], .lb-master_stacks_in_2019516 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_2019516 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_2019516 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_2019516 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019516 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019516 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_2019516 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_2019516 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_2019516 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_2019516 [data-infix-next]::before,
.lb-master_stacks_in_2019516 [data-infix-next]::after,
.lb-master_stacks_in_2019516 [data-infix-prev]::before,
.lb-master_stacks_in_2019516 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_2019516 html.bwd-touch [data-infix-next], .lb-master_stacks_in_2019516 [data-infix-next]:hover,
.lb-master_stacks_in_2019516 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_2019516 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_2019516 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_2019516 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_2019516 [data-infix-next]:hover::before, .lb-master_stacks_in_2019516 [data-infix-next]:hover::after,
  .lb-master_stacks_in_2019516 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_2019516 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_2019516 [data-infix-prev]:hover::before, .lb-master_stacks_in_2019516 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_2019516 [data-infix-next]::after,
.lb-master_stacks_in_2019516 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_2019516 [data-infix-prev]::after, .lb-master_stacks_in_2019516 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_2019516 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_2019516 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_2019516 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_2019516 [data-infix-prev]::before {
  transform: rotate(-315deg); }

#stacks_in_2019553 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2019553{z-index:1}#stacks_in_2019553 > .s-pro > .sections-layer{display:none}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:220px;min-height:0px;max-height:3000px}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:220px;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:300px;min-height:0px;max-height:3000px}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:300px;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
 #stacks_in_2019558.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_2019558.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_2019558.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_2019558{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_2019558.box-pos>.s-box{overflow:hidden} #stacks_in_2019558>.s-box{margin: 0px }#stacks_in_2019558>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2019558>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_2019558>.s-box>.s-box-content{padding: 0px }}  #stacks_in_2019558{width:100.00%}@media all and (min-width:640px){#stacks_in_2019558{width:100.00%}}#stacks_in_2019558.auto-width{width:auto!important}   #stacks_in_2019558.box-abs{height:100.00%}
#stacks_in_2019558.box-abs>.s-box{width:100.00%;height:100.00%}@media all and (min-width:640px){#stacks_in_2019558.box-abs{height:100.00%}}    
@media only screen and (min-width:0px){#stacks_in_2019561 h3,#stacks_in_2019561 div{word-spacing:0.00px}}#stacks_in_2019561 h3,#stacks_in_2019561 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019561 h3 a,#stacks_in_2019561 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019561 h3 a:hover,#stacks_in_2019561 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2019561 small,#stacks_in_2019561 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2019561 .hTxt{text-shadow:-1px -1px 3px rgba(102, 102, 102, 0.70),1px -1px 3px rgba(102, 102, 102, 0.70),-1px 1px 3px rgba(102, 102, 102, 0.70),1px 1px 3px rgba(102, 102, 102, 0.70)}#stacks_in_2019561 .primary,#stacks_in_2019561 .segment{display:inline-block}#stacks_in_2019561 .primary.sub-title,#stacks_in_2019561 .segment.sub-title{display:block}#stacks_in_2019561 [data-seg="segment2"].last-title{display:block}#stacks_in_2019561 .segment.no-shadow{text-shadow:none !important}#stacks_in_2019561 .segment *{}#stacks_in_2019561 .hTxt.primary{vertical-align:baseline}#stacks_in_2019561 .segment[data-seg="segment1"]{font-size:85%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2019561 .segment[data-seg="segment1"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019561 .segment[data-seg="segment1"] div.mez{font-size:85%}
@media only screen and (max-width:480.00px){#stacks_in_2019561 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019561 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019561 h3{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019561 h3{font-size:2.60rem!important}}
.style-pro-stacks_in_2019553::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019553:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2019553:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-erwachsene-fortgeschrittene.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2019553:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_2019553:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_2019553:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-erwachsene-fortgeschrittene.jpg);}}

#stacks_in_2019553 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2019553 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-delay:10ms;transition-delay:10ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2019553 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_2019553 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019553 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019553 > .s-pro.pre-eff-stacks_in_2019557.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_2019553 > .s-pro.animate-stacks_in_2019557.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2019553 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_2019553 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_2019553 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.lb-master_stacks_in_2019568.bg-vault.bg-color.style-pro-stacks_in_2019568{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_2019568.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_2019568.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_2019568.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_2019568.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_2019568{position:fixed}.ll-open-stacks_in_2019568 > .ll-overlay#ovl_stacks_in_2019568{z-index:9989}.ll-open-stacks_in_2019568.sectionsPro1 > .ll-overlay#ovl_stacks_in_2019568{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_2019568.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019568.close-vis-large-only .infix-close{display:none !important}}#stacks_in_2019568 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_2019568.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_2019568.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019568.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight2"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_2019568 > .shear-wrapper{position:absolute}.lb-master_stacks_in_2019568.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019568.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_2019568.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019568.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_2019568.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_2019568.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_2019568.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_2019568.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_2019568.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019568.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019568.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019568.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019568.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019568.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_2019568.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019568.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_2019568.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019568.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_2019568.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019568.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_2019568.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_2019568.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_2019568.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_2019568.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_2019568 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_2019568 .infix-close{opacity:1 !important}.lb-master_stacks_in_2019568 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_2019568 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_2019568 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_2019568 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(69, 69, 69, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_2019568 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(69, 69, 69, 1.00);stroke-width:4px;fill:none}.lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_2019568 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_2019568 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_2019568 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019568 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg .ring{stroke:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019568 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_2019568 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(194, 192, 192, 1.00);fill:none}.lb-master_stacks_in_2019568 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_2019568 .infix-close > .close-wrap.close-text-only{color:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019568 .infix-close i.fa,.lb-master_stacks_in_2019568 .infix-close svg,.lb-master_stacks_in_2019568 .infix-close .simple-icon,.lb-master_stacks_in_2019568 .infix-close .close-wrap,.lb-master_stacks_in_2019568 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_2019568 .infix-close .close-wrap,.lb-master_stacks_in_2019568 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_2019568 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_2019568 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_2019568 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_2019568 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_2019568 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_2019568 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_2019568.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_2019568 .splb-loader .loader-message{display:none}.lb-master_stacks_in_2019568 .splb-loader svg{display:none}.lb-master_stacks_in_2019568 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_2019571{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2019571.splb{padding:12px}#splb_stacks_in_2019571 .infix-iframe-container{background-color:}#stacks_in_2019571{display:none}.infix-opened #stacks_in_2019571,.infix-closed #stacks_in_2019571{display:block}.lightbox5{cursor:pointer}#stacks_in_2019571.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2019571.splb.ll-overflow{overflow:visible !important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019573_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019573_7.blu-svg{opacity:0.80} #stacks_in_2019573_7.blu-svg{text-align:center}#stacks_in_2019573_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019573_7.blu-svg{text-align:center}#stacks_in_2019573_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019573_7.blu-svg{text-align:center}#stacks_in_2019573_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019573_7.blu-svg{text-align:center}#stacks_in_2019573_7.blu-svg svg{width:600.00px}}  #stacks_in_2019573_7.blu-svg svg rectange,#stacks_in_2019573_7.blu-svg svg circle,#stacks_in_2019573_7.blu-svg svg ellipse,#stacks_in_2019573_7.blu-svg svg polygon,#stacks_in_2019573_7.blu-svg svg polyline,#stacks_in_2019573_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019573_7.blu-svg svg:hover rectange,#stacks_in_2019573_7.blu-svg svg:hover circle,#stacks_in_2019573_7.blu-svg svg:hover ellipse,#stacks_in_2019573_7.blu-svg svg:hover polygon,#stacks_in_2019573_7.blu-svg svg:hover polyline,#stacks_in_2019573_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019573_7.blu-svg{float:none}#stacks_in_2019573_7 a,#stacks_in_2019573_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019573_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2019575 .flexslider {
	overflow: visible !important;
}

#stacks_in_2019575 .flex-container a:hover,
#stacks_in_2019575 .flexslider a:hover {
  outline: none;
}

#stacks_in_2019575 .slides,
#stacks_in_2019575 .slides > li,
#stacks_in_2019575 .flex-control-nav,
#stacks_in_2019575 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2019575 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2019575 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2019575 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2019575 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2019575 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2019575 .flexslider .slides {
  display: block;
}

* html #stacks_in_2019575 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2019575 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2019575 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2019575 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2019575 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2019575 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2019575 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2019575 .carousel li {
  margin-right: 5px;
}

#stacks_in_2019575 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2019575 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2019575 .flex-direction-nav a,
#stacks_in_2019575 .flex-pauseplay a,
#stacks_in_2019575 .flex-control-paging li a,
#stacks_in_2019575 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2019575 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2019575 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2019575 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2019575 .flex-direction-nav .flex-prev,
#stacks_in_2019575 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2019575 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2019575 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2019575 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2019575 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2019575 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2019575 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2019575 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2019575 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2019575 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2019575 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2019575 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2019575 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2019575 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2019575 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2019575 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2019575 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2019575 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2019575 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2019575 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2019575 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2019575 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2019575 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2019575 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2019575 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2019575 .flex-control-paging {
	display: none;
}



#stacks_in_2019575 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2019575 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2019575 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2019575 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019578_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019578_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019578_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019581_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019581_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019581_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019584_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019584_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019584_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019587_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019587_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019587_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}




#stacks_in_2019589_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019589_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019589_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019589_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019589_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019589_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019589_3 a.foundry-header-linked,
#stacks_in_2019589_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019589_3 a.foundry-header-linked:hover,
#stacks_in_2019589_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019589_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019589_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019589_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019589_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019589_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019589_5_1 p,#stacks_in_2019589_5_1 div,#stacks_in_2019589_5_1 ul,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019589_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019589_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019589_5_1,#stacks_in_2019589_5_1 div,#stacks_in_2019589_5_1 p,#stacks_in_2019589_5_1 .fa:not(.no-indent),#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 ul li,#stacks_in_2019589_5_1 ol li,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019589_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019589_5_1,#stacks_in_2019589_5_1 div,#stacks_in_2019589_5_1 p,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 ul li,#stacks_in_2019589_5_1 ol li,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019589_5_1,#stacks_in_2019589_5_1 div,#stacks_in_2019589_5_1 p,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 ul li,#stacks_in_2019589_5_1 ol li,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019589_5_1,#stacks_in_2019589_5_1 div,#stacks_in_2019589_5_1 p,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 ul li,#stacks_in_2019589_5_1 ol li,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019589_5_1,#stacks_in_2019589_5_1 div,#stacks_in_2019589_5_1 p,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 ul li,#stacks_in_2019589_5_1 ol li,#stacks_in_2019589_5_1 ol,#stacks_in_2019589_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019589_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019592_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019592_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019592_7 .foundry-label > h3:before,
	#stacks_in_2019592_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019592_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019592_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019592_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019592_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019592_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019592_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019592_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019592_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019592_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019592_8_1 p,#stacks_in_2019592_8_1 div,#stacks_in_2019592_8_1 ul,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019592_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019592_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019592_8_1,#stacks_in_2019592_8_1 div,#stacks_in_2019592_8_1 p,#stacks_in_2019592_8_1 .fa:not(.no-indent),#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 ul li,#stacks_in_2019592_8_1 ol li,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019592_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019592_8_1,#stacks_in_2019592_8_1 div,#stacks_in_2019592_8_1 p,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 ul li,#stacks_in_2019592_8_1 ol li,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019592_8_1,#stacks_in_2019592_8_1 div,#stacks_in_2019592_8_1 p,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 ul li,#stacks_in_2019592_8_1 ol li,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019592_8_1,#stacks_in_2019592_8_1 div,#stacks_in_2019592_8_1 p,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 ul li,#stacks_in_2019592_8_1 ol li,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019592_8_1,#stacks_in_2019592_8_1 div,#stacks_in_2019592_8_1 p,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 ul li,#stacks_in_2019592_8_1 ol li,#stacks_in_2019592_8_1 ol,#stacks_in_2019592_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019592_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019592_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019592_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019592_10 hr.foundry-divider-simple {
		width: 90%;
	}




/* Color picker style settings */


#stacks_in_2019593_1 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019593_1 p a,
#stacks_in_2019593_1 p a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019593_1 p a:hover,
#stacks_in_2019593_1 p a:active {
	color: rgba(0, 0, 0, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2019593_1 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019593_1 .paragraph a,
#stacks_in_2019593_1 .paragraph a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019593_1 .paragraph a:hover,
#stacks_in_2019593_1 .paragraph a:active {
	color: rgba(0, 0, 0, 1.00);
}








	
	#stacks_in_2019593_1 p,
	#stacks_in_2019593_1 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_2019593_1 p,
#stacks_in_2019593_1 {
	
}

.style-pro-stacks_in_2019568::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019568:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_2019568.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_2019568 > #ovl_stacks_in_2019568.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019568, .lb-master_stacks_in_2019568.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_2019568.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019568 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_2019568.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019568.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019568.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_2019568.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_2019568.infix-closed .infix-container::after, .lb-master_stacks_in_2019568.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_2019568.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_2019568, .lb-master_stacks_in_2019568.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019568.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_2019568.infix-loading .infix-content, .lb-master_stacks_in_2019568.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019568.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_2019568.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_2019568.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_2019568.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_2019568 [data-infix-next], .lb-master_stacks_in_2019568 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_2019568 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_2019568 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_2019568 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019568 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019568 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_2019568 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_2019568 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_2019568 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_2019568 [data-infix-next]::before,
.lb-master_stacks_in_2019568 [data-infix-next]::after,
.lb-master_stacks_in_2019568 [data-infix-prev]::before,
.lb-master_stacks_in_2019568 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_2019568 html.bwd-touch [data-infix-next], .lb-master_stacks_in_2019568 [data-infix-next]:hover,
.lb-master_stacks_in_2019568 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_2019568 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_2019568 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_2019568 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_2019568 [data-infix-next]:hover::before, .lb-master_stacks_in_2019568 [data-infix-next]:hover::after,
  .lb-master_stacks_in_2019568 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_2019568 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_2019568 [data-infix-prev]:hover::before, .lb-master_stacks_in_2019568 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_2019568 [data-infix-next]::after,
.lb-master_stacks_in_2019568 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_2019568 [data-infix-prev]::after, .lb-master_stacks_in_2019568 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_2019568 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_2019568 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_2019568 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_2019568 [data-infix-prev]::before {
  transform: rotate(-315deg); }

#stacks_in_2019595 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2019595{z-index:1}#stacks_in_2019595 > .s-pro > .sections-layer{display:none}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:220px;min-height:0px;max-height:3000px}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:220px;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:300px;min-height:0px;max-height:3000px}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:300px;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
 #stacks_in_2019600.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_2019600.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_2019600.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_2019600{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_2019600.box-pos>.s-box{overflow:hidden} #stacks_in_2019600>.s-box{margin: 0px }#stacks_in_2019600>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2019600>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_2019600>.s-box>.s-box-content{padding: 0px }}  #stacks_in_2019600{width:100.00%}@media all and (min-width:640px){#stacks_in_2019600{width:100.00%}}#stacks_in_2019600.auto-width{width:auto!important}   #stacks_in_2019600.box-abs{height:100.00%}
#stacks_in_2019600.box-abs>.s-box{width:100.00%;height:100.00%}@media all and (min-width:640px){#stacks_in_2019600.box-abs{height:100.00%}}    
#stacks_in_2019603 h3,#stacks_in_2019603 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019603 h3 a,#stacks_in_2019603 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019603 h3 a:hover,#stacks_in_2019603 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2019603 small,#stacks_in_2019603 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2019603 .hTxt{text-shadow:-1px -1px 3px rgba(102, 102, 102, 0.70),1px -1px 3px rgba(102, 102, 102, 0.70),-1px 1px 3px rgba(102, 102, 102, 0.70),1px 1px 3px rgba(102, 102, 102, 0.70)}#stacks_in_2019603 .primary,#stacks_in_2019603 .segment{display:inline-block}#stacks_in_2019603 .primary.sub-title,#stacks_in_2019603 .segment.sub-title{display:block}#stacks_in_2019603 [data-seg="segment2"].last-title{display:block}#stacks_in_2019603 .segment.no-shadow{text-shadow:none !important}#stacks_in_2019603 .segment *{}#stacks_in_2019603 .hTxt.primary{vertical-align:baseline}#stacks_in_2019603 .segment[data-seg="segment1"]{font-size:85%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2019603 .segment[data-seg="segment1"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2019603 .segment[data-seg="segment1"] div.mez{font-size:85%}
@media only screen and (max-width:480.00px){#stacks_in_2019603 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019603 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019603 h3{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019603 h3{font-size:2.60rem!important}}
.style-pro-stacks_in_2019595::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019595:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2019595:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-leistungsgruppe.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2019595:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_2019595:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_2019595:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-leistungsgruppe.jpg);}}

#stacks_in_2019595 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2019595 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-delay:10ms;transition-delay:10ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2019595 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_2019595 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019595 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2019595 > .s-pro.pre-eff-stacks_in_2019599.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_2019595 > .s-pro.animate-stacks_in_2019599.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2019595 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_2019595 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_2019595 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.lb-master_stacks_in_2019610.bg-vault.bg-color.style-pro-stacks_in_2019610{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_2019610.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_2019610.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_2019610.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_2019610.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_2019610{position:fixed}.ll-open-stacks_in_2019610 > .ll-overlay#ovl_stacks_in_2019610{z-index:9989}.ll-open-stacks_in_2019610.sectionsPro1 > .ll-overlay#ovl_stacks_in_2019610{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_2019610.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019610.close-vis-large-only .infix-close{display:none !important}}#stacks_in_2019610 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_2019610.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_2019610.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2019610.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight2"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_2019610 > .shear-wrapper{position:absolute}.lb-master_stacks_in_2019610.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019610.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_2019610.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2019610.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_2019610.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_2019610.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_2019610.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_2019610.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_2019610.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019610.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019610.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019610.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2019610.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019610.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_2019610.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019610.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_2019610.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2019610.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_2019610.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2019610.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_2019610.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_2019610.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_2019610.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_2019610.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_2019610 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_2019610 .infix-close{opacity:1 !important}.lb-master_stacks_in_2019610 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_2019610 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_2019610 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_2019610 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(69, 69, 69, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_2019610 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(69, 69, 69, 1.00);stroke-width:4px;fill:none}.lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_2019610 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_2019610 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_2019610 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2019610 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg .ring{stroke:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019610 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_2019610 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(194, 192, 192, 1.00);fill:none}.lb-master_stacks_in_2019610 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_2019610 .infix-close > .close-wrap.close-text-only{color:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2019610 .infix-close i.fa,.lb-master_stacks_in_2019610 .infix-close svg,.lb-master_stacks_in_2019610 .infix-close .simple-icon,.lb-master_stacks_in_2019610 .infix-close .close-wrap,.lb-master_stacks_in_2019610 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_2019610 .infix-close .close-wrap,.lb-master_stacks_in_2019610 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_2019610 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_2019610 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_2019610 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_2019610 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_2019610 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_2019610 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_2019610.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_2019610 .splb-loader .loader-message{display:none}.lb-master_stacks_in_2019610 .splb-loader svg{display:none}.lb-master_stacks_in_2019610 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_2019613{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2019613.splb{padding:12px}#splb_stacks_in_2019613 .infix-iframe-container{background-color:}#stacks_in_2019613{display:none}.infix-opened #stacks_in_2019613,.infix-closed #stacks_in_2019613{display:block}.lightbox6{cursor:pointer}#stacks_in_2019613.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2019613.splb.ll-overflow{overflow:visible !important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019615_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019615_7.blu-svg{opacity:0.80} #stacks_in_2019615_7.blu-svg{text-align:center}#stacks_in_2019615_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019615_7.blu-svg{text-align:center}#stacks_in_2019615_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019615_7.blu-svg{text-align:center}#stacks_in_2019615_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019615_7.blu-svg{text-align:center}#stacks_in_2019615_7.blu-svg svg{width:600.00px}}  #stacks_in_2019615_7.blu-svg svg rectange,#stacks_in_2019615_7.blu-svg svg circle,#stacks_in_2019615_7.blu-svg svg ellipse,#stacks_in_2019615_7.blu-svg svg polygon,#stacks_in_2019615_7.blu-svg svg polyline,#stacks_in_2019615_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019615_7.blu-svg svg:hover rectange,#stacks_in_2019615_7.blu-svg svg:hover circle,#stacks_in_2019615_7.blu-svg svg:hover ellipse,#stacks_in_2019615_7.blu-svg svg:hover polygon,#stacks_in_2019615_7.blu-svg svg:hover polyline,#stacks_in_2019615_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019615_7.blu-svg{float:none}#stacks_in_2019615_7 a,#stacks_in_2019615_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019615_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2019617 .flexslider {
	overflow: visible !important;
}

#stacks_in_2019617 .flex-container a:hover,
#stacks_in_2019617 .flexslider a:hover {
  outline: none;
}

#stacks_in_2019617 .slides,
#stacks_in_2019617 .slides > li,
#stacks_in_2019617 .flex-control-nav,
#stacks_in_2019617 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2019617 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2019617 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2019617 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2019617 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2019617 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2019617 .flexslider .slides {
  display: block;
}

* html #stacks_in_2019617 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2019617 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2019617 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2019617 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2019617 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2019617 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2019617 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2019617 .carousel li {
  margin-right: 5px;
}

#stacks_in_2019617 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2019617 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2019617 .flex-direction-nav a,
#stacks_in_2019617 .flex-pauseplay a,
#stacks_in_2019617 .flex-control-paging li a,
#stacks_in_2019617 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2019617 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2019617 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2019617 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2019617 .flex-direction-nav .flex-prev,
#stacks_in_2019617 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2019617 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2019617 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2019617 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2019617 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2019617 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2019617 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2019617 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2019617 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2019617 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2019617 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2019617 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2019617 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2019617 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2019617 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2019617 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2019617 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2019617 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2019617 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2019617 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2019617 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2019617 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2019617 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2019617 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2019617 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2019617 .flex-control-paging {
	display: none;
}



#stacks_in_2019617 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2019617 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2019617 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2019617 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019620_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019620_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019620_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019623_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019623_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019623_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019626_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019626_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019626_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019629_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019629_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019629_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019632_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019632_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019632_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2019635_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2019635_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2019635_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}




#stacks_in_2019637_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019637_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019637_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019637_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019637_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019637_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019637_3 a.foundry-header-linked,
#stacks_in_2019637_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019637_3 a.foundry-header-linked:hover,
#stacks_in_2019637_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019637_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019637_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019637_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019637_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019637_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019637_5_1 p,#stacks_in_2019637_5_1 div,#stacks_in_2019637_5_1 ul,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019637_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019637_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019637_5_1,#stacks_in_2019637_5_1 div,#stacks_in_2019637_5_1 p,#stacks_in_2019637_5_1 .fa:not(.no-indent),#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 ul li,#stacks_in_2019637_5_1 ol li,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019637_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019637_5_1,#stacks_in_2019637_5_1 div,#stacks_in_2019637_5_1 p,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 ul li,#stacks_in_2019637_5_1 ol li,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019637_5_1,#stacks_in_2019637_5_1 div,#stacks_in_2019637_5_1 p,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 ul li,#stacks_in_2019637_5_1 ol li,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019637_5_1,#stacks_in_2019637_5_1 div,#stacks_in_2019637_5_1 p,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 ul li,#stacks_in_2019637_5_1 ol li,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019637_5_1,#stacks_in_2019637_5_1 div,#stacks_in_2019637_5_1 p,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 ul li,#stacks_in_2019637_5_1 ol li,#stacks_in_2019637_5_1 ol,#stacks_in_2019637_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019637_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019640_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019640_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019640_7 .foundry-label > h3:before,
	#stacks_in_2019640_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019640_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019640_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019640_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019640_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019640_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019640_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019640_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019640_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019640_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019640_8_1 p,#stacks_in_2019640_8_1 div,#stacks_in_2019640_8_1 ul,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019640_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019640_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019640_8_1,#stacks_in_2019640_8_1 div,#stacks_in_2019640_8_1 p,#stacks_in_2019640_8_1 .fa:not(.no-indent),#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 ul li,#stacks_in_2019640_8_1 ol li,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019640_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019640_8_1,#stacks_in_2019640_8_1 div,#stacks_in_2019640_8_1 p,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 ul li,#stacks_in_2019640_8_1 ol li,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019640_8_1,#stacks_in_2019640_8_1 div,#stacks_in_2019640_8_1 p,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 ul li,#stacks_in_2019640_8_1 ol li,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019640_8_1,#stacks_in_2019640_8_1 div,#stacks_in_2019640_8_1 p,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 ul li,#stacks_in_2019640_8_1 ol li,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019640_8_1,#stacks_in_2019640_8_1 div,#stacks_in_2019640_8_1 p,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 ul li,#stacks_in_2019640_8_1 ol li,#stacks_in_2019640_8_1 ol,#stacks_in_2019640_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019640_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019640_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019640_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019640_10 hr.foundry-divider-simple {
		width: 90%;
	}




/* Color picker style settings */


#stacks_in_2019641_1 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019641_1 p a,
#stacks_in_2019641_1 p a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019641_1 p a:hover,
#stacks_in_2019641_1 p a:active {
	color: rgba(0, 0, 0, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2019641_1 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2019641_1 .paragraph a,
#stacks_in_2019641_1 .paragraph a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2019641_1 .paragraph a:hover,
#stacks_in_2019641_1 .paragraph a:active {
	color: rgba(0, 0, 0, 1.00);
}








	
	#stacks_in_2019641_1 p,
	#stacks_in_2019641_1 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_2019641_1 p,
#stacks_in_2019641_1 {
	
}

.style-pro-stacks_in_2019610::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2019610:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_2019610.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_2019610 > #ovl_stacks_in_2019610.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019610, .lb-master_stacks_in_2019610.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_2019610.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2019610 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_2019610.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019610.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019610.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_2019610.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_2019610.infix-closed .infix-container::after, .lb-master_stacks_in_2019610.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_2019610.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_2019610, .lb-master_stacks_in_2019610.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019610.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_2019610.infix-loading .infix-content, .lb-master_stacks_in_2019610.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2019610.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_2019610.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_2019610.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_2019610.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_2019610 [data-infix-next], .lb-master_stacks_in_2019610 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_2019610 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_2019610 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_2019610 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019610 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_2019610 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_2019610 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_2019610 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_2019610 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_2019610 [data-infix-next]::before,
.lb-master_stacks_in_2019610 [data-infix-next]::after,
.lb-master_stacks_in_2019610 [data-infix-prev]::before,
.lb-master_stacks_in_2019610 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_2019610 html.bwd-touch [data-infix-next], .lb-master_stacks_in_2019610 [data-infix-next]:hover,
.lb-master_stacks_in_2019610 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_2019610 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_2019610 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_2019610 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_2019610 [data-infix-next]:hover::before, .lb-master_stacks_in_2019610 [data-infix-next]:hover::after,
  .lb-master_stacks_in_2019610 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_2019610 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_2019610 [data-infix-prev]:hover::before, .lb-master_stacks_in_2019610 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_2019610 [data-infix-next]::after,
.lb-master_stacks_in_2019610 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_2019610 [data-infix-prev]::after, .lb-master_stacks_in_2019610 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_2019610 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_2019610 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_2019610 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_2019610 [data-infix-prev]::before {
  transform: rotate(-315deg); }

#stacks_in_2018118 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2018118{z-index:1}#stacks_in_2018118 > .s-pro > .sections-layer{display:none}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:220px;min-height:0px;max-height:3000px}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:220px;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:300px;min-height:0px;max-height:3000px}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:300px;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
 #stacks_in_2018119.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_2018119.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_2018119.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_2018119{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_2018119.box-pos>.s-box{overflow:hidden} #stacks_in_2018119>.s-box{margin: 0px }#stacks_in_2018119>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2018119>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_2018119>.s-box>.s-box-content{padding: 0px }}  #stacks_in_2018119{width:100.00%}@media all and (min-width:640px){#stacks_in_2018119{width:100.00%}}#stacks_in_2018119.auto-width{width:auto!important}   #stacks_in_2018119.box-abs{height:100.00%}
#stacks_in_2018119.box-abs>.s-box{width:100.00%;height:100.00%}@media all and (min-width:640px){#stacks_in_2018119.box-abs{height:100.00%}}    
#stacks_in_2018120 h3,#stacks_in_2018120 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2018120 h3 a,#stacks_in_2018120 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2018120 h3 a:hover,#stacks_in_2018120 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2018120 small,#stacks_in_2018120 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2018120 .hTxt{text-shadow:-1px -1px 3px rgba(102, 102, 102, 0.70),1px -1px 3px rgba(102, 102, 102, 0.70),-1px 1px 3px rgba(102, 102, 102, 0.70),1px 1px 3px rgba(102, 102, 102, 0.70)}#stacks_in_2018120 .primary,#stacks_in_2018120 .segment{display:inline-block}#stacks_in_2018120 .primary.sub-title,#stacks_in_2018120 .segment.sub-title{display:block}#stacks_in_2018120 [data-seg="segment2"].last-title{display:block}#stacks_in_2018120 .segment.no-shadow{text-shadow:none !important}#stacks_in_2018120 .segment *{}#stacks_in_2018120 .hTxt.primary{vertical-align:baseline}#stacks_in_2018120 .segment[data-seg="segment1"]{font-size:85%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2018120 .segment[data-seg="segment1"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2018120 .segment[data-seg="segment1"] div.mez{font-size:85%}
@media only screen and (max-width:480.00px){#stacks_in_2018120 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2018120 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2018120 h3{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2018120 h3{font-size:2.60rem!important}}
.style-pro-stacks_in_2018118::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2018118:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2018118:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-ballettkompanie.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2018118:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_2018118:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_2018118:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-ballettkompanie.jpg);}}

#stacks_in_2018118 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2018118 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-delay:10ms;transition-delay:10ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2018118 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_2018118 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2018118 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2018118 > .s-pro.pre-eff-stacks_in_2018130.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_2018118 > .s-pro.animate-stacks_in_2018130.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2018118 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_2018118 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_2018118 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.lb-master_stacks_in_2018132.bg-vault.bg-color.style-pro-stacks_in_2018132{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_2018132.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_2018132.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_2018132.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_2018132.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_2018132{position:fixed}.ll-open-stacks_in_2018132 > .ll-overlay#ovl_stacks_in_2018132{z-index:9989}.ll-open-stacks_in_2018132.sectionsPro1 > .ll-overlay#ovl_stacks_in_2018132{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_2018132.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2018132.close-vis-large-only .infix-close{display:none !important}}#stacks_in_2018132 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_2018132.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_2018132.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2018132.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight2"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_2018132 > .shear-wrapper{position:absolute}.lb-master_stacks_in_2018132.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2018132.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_2018132.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2018132.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_2018132.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_2018132.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_2018132.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_2018132.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_2018132.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2018132.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2018132.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_2018132.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2018132.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2018132.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_2018132.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2018132.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_2018132.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2018132.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_2018132.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2018132.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_2018132.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_2018132.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_2018132.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_2018132.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_2018132 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_2018132 .infix-close{opacity:1 !important}.lb-master_stacks_in_2018132 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_2018132 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_2018132 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_2018132 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(69, 69, 69, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_2018132 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(69, 69, 69, 1.00);stroke-width:4px;fill:none}.lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_2018132 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_2018132 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_2018132 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2018132 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg .ring{stroke:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2018132 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_2018132 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(194, 192, 192, 1.00);fill:none}.lb-master_stacks_in_2018132 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_2018132 .infix-close > .close-wrap.close-text-only{color:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2018132 .infix-close i.fa,.lb-master_stacks_in_2018132 .infix-close svg,.lb-master_stacks_in_2018132 .infix-close .simple-icon,.lb-master_stacks_in_2018132 .infix-close .close-wrap,.lb-master_stacks_in_2018132 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_2018132 .infix-close .close-wrap,.lb-master_stacks_in_2018132 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_2018132 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_2018132 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_2018132 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_2018132 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_2018132 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_2018132 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_2018132.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_2018132 .splb-loader .loader-message{display:none}.lb-master_stacks_in_2018132 .splb-loader svg{display:none}.lb-master_stacks_in_2018132 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_2018133{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2018133.splb{padding:12px}#splb_stacks_in_2018133 .infix-iframe-container{background-color:}#stacks_in_2018133{display:none}.infix-opened #stacks_in_2018133,.infix-closed #stacks_in_2018133{display:block}.lightbox7{cursor:pointer}#stacks_in_2018133.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2018133.splb.ll-overflow{overflow:visible !important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2018134_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2018134_7.blu-svg{opacity:0.80} #stacks_in_2018134_7.blu-svg{text-align:center}#stacks_in_2018134_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2018134_7.blu-svg{text-align:center}#stacks_in_2018134_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2018134_7.blu-svg{text-align:center}#stacks_in_2018134_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2018134_7.blu-svg{text-align:center}#stacks_in_2018134_7.blu-svg svg{width:600.00px}}  #stacks_in_2018134_7.blu-svg svg rectange,#stacks_in_2018134_7.blu-svg svg circle,#stacks_in_2018134_7.blu-svg svg ellipse,#stacks_in_2018134_7.blu-svg svg polygon,#stacks_in_2018134_7.blu-svg svg polyline,#stacks_in_2018134_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2018134_7.blu-svg svg:hover rectange,#stacks_in_2018134_7.blu-svg svg:hover circle,#stacks_in_2018134_7.blu-svg svg:hover ellipse,#stacks_in_2018134_7.blu-svg svg:hover polygon,#stacks_in_2018134_7.blu-svg svg:hover polyline,#stacks_in_2018134_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2018134_7.blu-svg{float:none}#stacks_in_2018134_7 a,#stacks_in_2018134_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2018134_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2018135 .flexslider {
	overflow: visible !important;
}

#stacks_in_2018135 .flex-container a:hover,
#stacks_in_2018135 .flexslider a:hover {
  outline: none;
}

#stacks_in_2018135 .slides,
#stacks_in_2018135 .slides > li,
#stacks_in_2018135 .flex-control-nav,
#stacks_in_2018135 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2018135 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2018135 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2018135 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2018135 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2018135 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2018135 .flexslider .slides {
  display: block;
}

* html #stacks_in_2018135 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2018135 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2018135 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2018135 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2018135 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2018135 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2018135 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2018135 .carousel li {
  margin-right: 5px;
}

#stacks_in_2018135 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2018135 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2018135 .flex-direction-nav a,
#stacks_in_2018135 .flex-pauseplay a,
#stacks_in_2018135 .flex-control-paging li a,
#stacks_in_2018135 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2018135 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2018135 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2018135 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2018135 .flex-direction-nav .flex-prev,
#stacks_in_2018135 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2018135 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2018135 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2018135 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2018135 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2018135 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2018135 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2018135 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2018135 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2018135 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2018135 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2018135 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2018135 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2018135 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2018135 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2018135 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2018135 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2018135 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2018135 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2018135 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2018135 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2018135 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2018135 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2018135 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2018135 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2018135 .flex-control-paging {
	display: none;
}



#stacks_in_2018135 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2018135 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2018135 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2018135 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
/* Backdrop Figure Which Contains The Filter */
.stacks_in_2018137_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2018137_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2018137_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2018140_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2018140_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2018140_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2018143_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2018143_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2018143_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}




#stacks_in_2018145_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2018145_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2018145_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2018145_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2018145_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2018145_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2018145_3 a.foundry-header-linked,
#stacks_in_2018145_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2018145_3 a.foundry-header-linked:hover,
#stacks_in_2018145_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2018145_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2018145_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2018145_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2018145_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2018145_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2018145_5_1 p,#stacks_in_2018145_5_1 div,#stacks_in_2018145_5_1 ul,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018145_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2018145_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2018145_5_1,#stacks_in_2018145_5_1 div,#stacks_in_2018145_5_1 p,#stacks_in_2018145_5_1 .fa:not(.no-indent),#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 ul li,#stacks_in_2018145_5_1 ol li,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2018145_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2018145_5_1,#stacks_in_2018145_5_1 div,#stacks_in_2018145_5_1 p,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 ul li,#stacks_in_2018145_5_1 ol li,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2018145_5_1,#stacks_in_2018145_5_1 div,#stacks_in_2018145_5_1 p,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 ul li,#stacks_in_2018145_5_1 ol li,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2018145_5_1,#stacks_in_2018145_5_1 div,#stacks_in_2018145_5_1 p,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 ul li,#stacks_in_2018145_5_1 ol li,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2018145_5_1,#stacks_in_2018145_5_1 div,#stacks_in_2018145_5_1 p,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 ul li,#stacks_in_2018145_5_1 ol li,#stacks_in_2018145_5_1 ol,#stacks_in_2018145_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2018145_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}


#stacks_in_2018149_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2018149_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2018149_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2018149_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2018149_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2018149_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2018149_3 a.foundry-header-linked,
#stacks_in_2018149_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2018149_3 a.foundry-header-linked:hover,
#stacks_in_2018149_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2018149_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2018149_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2018149_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2018149_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2018149_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2018149_5_1 p,#stacks_in_2018149_5_1 div,#stacks_in_2018149_5_1 ul,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018149_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2018149_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2018149_5_1,#stacks_in_2018149_5_1 div,#stacks_in_2018149_5_1 p,#stacks_in_2018149_5_1 .fa:not(.no-indent),#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 ul li,#stacks_in_2018149_5_1 ol li,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2018149_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2018149_5_1,#stacks_in_2018149_5_1 div,#stacks_in_2018149_5_1 p,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 ul li,#stacks_in_2018149_5_1 ol li,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2018149_5_1,#stacks_in_2018149_5_1 div,#stacks_in_2018149_5_1 p,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 ul li,#stacks_in_2018149_5_1 ol li,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2018149_5_1,#stacks_in_2018149_5_1 div,#stacks_in_2018149_5_1 p,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 ul li,#stacks_in_2018149_5_1 ol li,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2018149_5_1,#stacks_in_2018149_5_1 div,#stacks_in_2018149_5_1 p,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 ul li,#stacks_in_2018149_5_1 ol li,#stacks_in_2018149_5_1 ol,#stacks_in_2018149_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2018149_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2018152_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2018152_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2018152_7 .foundry-label > h3:before,
	#stacks_in_2018152_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2018152_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2018152_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2018152_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2018152_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2018152_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2018152_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2018152_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2018152_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2018152_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2018152_8_1 p,#stacks_in_2018152_8_1 div,#stacks_in_2018152_8_1 ul,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018152_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2018152_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2018152_8_1,#stacks_in_2018152_8_1 div,#stacks_in_2018152_8_1 p,#stacks_in_2018152_8_1 .fa:not(.no-indent),#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 ul li,#stacks_in_2018152_8_1 ol li,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2018152_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2018152_8_1,#stacks_in_2018152_8_1 div,#stacks_in_2018152_8_1 p,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 ul li,#stacks_in_2018152_8_1 ol li,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2018152_8_1,#stacks_in_2018152_8_1 div,#stacks_in_2018152_8_1 p,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 ul li,#stacks_in_2018152_8_1 ol li,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2018152_8_1,#stacks_in_2018152_8_1 div,#stacks_in_2018152_8_1 p,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 ul li,#stacks_in_2018152_8_1 ol li,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2018152_8_1,#stacks_in_2018152_8_1 div,#stacks_in_2018152_8_1 p,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 ul li,#stacks_in_2018152_8_1 ol li,#stacks_in_2018152_8_1 ol,#stacks_in_2018152_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2018152_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2018152_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2018152_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2018152_10 hr.foundry-divider-simple {
		width: 90%;
	}




/* Color picker style settings */


#stacks_in_2018153_1 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2018153_1 p a,
#stacks_in_2018153_1 p a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2018153_1 p a:hover,
#stacks_in_2018153_1 p a:active {
	color: rgba(0, 0, 0, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2018153_1 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2018153_1 .paragraph a,
#stacks_in_2018153_1 .paragraph a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2018153_1 .paragraph a:hover,
#stacks_in_2018153_1 .paragraph a:active {
	color: rgba(0, 0, 0, 1.00);
}








	
	#stacks_in_2018153_1 p,
	#stacks_in_2018153_1 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_2018153_1 p,
#stacks_in_2018153_1 {
	
}

.style-pro-stacks_in_2018132::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2018132:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_2018132.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_2018132 > #ovl_stacks_in_2018132.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2018132, .lb-master_stacks_in_2018132.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_2018132.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2018132 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_2018132.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2018132.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2018132.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_2018132.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_2018132.infix-closed .infix-container::after, .lb-master_stacks_in_2018132.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_2018132.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_2018132, .lb-master_stacks_in_2018132.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2018132.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_2018132.infix-loading .infix-content, .lb-master_stacks_in_2018132.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2018132.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_2018132.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_2018132.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_2018132.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_2018132 [data-infix-next], .lb-master_stacks_in_2018132 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_2018132 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_2018132 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_2018132 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_2018132 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_2018132 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_2018132 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_2018132 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_2018132 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_2018132 [data-infix-next]::before,
.lb-master_stacks_in_2018132 [data-infix-next]::after,
.lb-master_stacks_in_2018132 [data-infix-prev]::before,
.lb-master_stacks_in_2018132 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_2018132 html.bwd-touch [data-infix-next], .lb-master_stacks_in_2018132 [data-infix-next]:hover,
.lb-master_stacks_in_2018132 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_2018132 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_2018132 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_2018132 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_2018132 [data-infix-next]:hover::before, .lb-master_stacks_in_2018132 [data-infix-next]:hover::after,
  .lb-master_stacks_in_2018132 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_2018132 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_2018132 [data-infix-prev]:hover::before, .lb-master_stacks_in_2018132 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_2018132 [data-infix-next]::after,
.lb-master_stacks_in_2018132 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_2018132 [data-infix-prev]::after, .lb-master_stacks_in_2018132 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_2018132 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_2018132 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_2018132 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_2018132 [data-infix-prev]::before {
  transform: rotate(-315deg); }

#stacks_in_2018164 > .s-pro.no-vault-z > .shear-wrapper > .shear-inner.o-bg-vault > .inner-content{z-index:1}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content{z-index:1}#stacks_in_2018164{z-index:1}#stacks_in_2018164 > .s-pro > .sections-layer{display:none}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:220px;min-height:0px;max-height:3000px}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:220px;min-height:0px;max-height:3000px;overflow-y:hidden;overflow-x:hidden;-webkit-overflow-scrolling:touch}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-v-center > .inner-content > .content-wrapper{position:relative;top:50%;-webkit-transform:translate(0%,-50%);transform:translate(0%,-50%)}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-h-center > .inner-content > .content-wrapper{position:absolute;left:50%;-webkit-transform:translate(-50%,0%);transform:translate(-50%,0%)}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.fixed-all-center > .inner-content > .content-wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (min-width:640px){#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height{height:300px;min-height:0px;max-height:3000px}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height > .inner-content{height:300px;min-height:0px;max-height:3000px}}@media screen and (max-width:640px){#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height{height:auto;min-height:initial;max-height:initial}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner.fixed-height.small-def-height > .inner-content{height:auto;min-height:initial;max-height:initial}}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner::after,#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner::before{margin-top:0.00%}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-center{margin-left:auto;margin-right:auto}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-left{margin-left:0;margin-right:auto}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-mob-right{margin-right:0;margin-left:auto}@media screen and (min-width:640px){#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width{width:100%;max-width:100%}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-center{margin:0 auto}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-left{margin-left:0;margin-right:auto}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner > .inner-content > .content-wrapper.sp-max-width.sp-large-right{margin-right:0;margin-left:auto}}
 #stacks_in_2018165.sections-box--stack>.s-box.bdr-vault::before,#stacks_in_2018165.sections-box--stack .bdr-child::before{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;content:""}#stacks_in_2018165.sections-box--stack>.s-box.o-bg-vault::after{z-index:-1!important}      #stacks_in_2018165{position:relative;overflow:hidden;pointer-events:auto; z-index:1;}#stacks_in_2018165.box-pos>.s-box{overflow:hidden} #stacks_in_2018165>.s-box{margin: 0px }#stacks_in_2018165>.s-box>.s-box-content{padding: 0px }@media screen and (min-width:640.00px) and (max-width:1000.00px){#stacks_in_2018165>.s-box>.s-box-content{padding: 0px }}@media screen and (min-width:1000.00px){#stacks_in_2018165>.s-box>.s-box-content{padding: 0px }}  #stacks_in_2018165{width:100.00%}@media all and (min-width:640px){#stacks_in_2018165{width:100.00%}}#stacks_in_2018165.auto-width{width:auto!important}   #stacks_in_2018165.box-abs{height:100.00%}
#stacks_in_2018165.box-abs>.s-box{width:100.00%;height:100.00%}@media all and (min-width:640px){#stacks_in_2018165.box-abs{height:100.00%}}    
#stacks_in_2018166 h3,#stacks_in_2018166 div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2018166 h3 a,#stacks_in_2018166 div a{color:rgba(255, 255, 255, 1.00)}#stacks_in_2018166 h3 a:hover,#stacks_in_2018166 div a:hover{color:rgba(191, 191, 191, 1.00)}#stacks_in_2018166 small,#stacks_in_2018166 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2018166 .hTxt{text-shadow:-1px -1px 3px rgba(102, 102, 102, 0.70),1px -1px 3px rgba(102, 102, 102, 0.70),-1px 1px 3px rgba(102, 102, 102, 0.70),1px 1px 3px rgba(102, 102, 102, 0.70)}#stacks_in_2018166 .primary,#stacks_in_2018166 .segment{display:inline-block}#stacks_in_2018166 .primary.sub-title,#stacks_in_2018166 .segment.sub-title{display:block}#stacks_in_2018166 [data-seg="segment2"].last-title{display:block}#stacks_in_2018166 .segment.no-shadow{text-shadow:none !important}#stacks_in_2018166 .segment *{}#stacks_in_2018166 .hTxt.primary{vertical-align:baseline}#stacks_in_2018166 .segment[data-seg="segment1"]{font-size:85%;color:rgba(255, 255, 255, 1.00);padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;vertical-align:top;}#stacks_in_2018166 .segment[data-seg="segment1"] div{color:rgba(255, 255, 255, 1.00)}#stacks_in_2018166 .segment[data-seg="segment1"] div.mez{font-size:85%}
@media only screen and (max-width:480.00px){#stacks_in_2018166 h3{font-size:1.40rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2018166 h3{font-size:2.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2018166 h3{font-size:2.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2018166 h3{font-size:2.60rem!important}}
.style-pro-stacks_in_2018164::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2018164:not(.bg-vault):before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover;}.style-pro-stacks_in_2018164:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-Spitzentanz.jpg);}@media only screen and (max-device-width:1024px){.style-pro-stacks_in_2018164:not(.bg-vault)::before{background-attachment:scroll !important}}@media only screen and (min-width:40.063em){.style-pro-stacks_in_2018164:not(.bg-vault)::before{opacity:1.0;background-repeat:no-repeat;background-position:center center;background-size:cover}.style-pro-stacks_in_2018164:not(.bg-vault):not(.bg-featured)::before{background-image:url(https://www.ballettschule-niederkassel.de/700px/ballettschule-kursangebot-Spitzentanz.jpg);}}

#stacks_in_2018164 > .s-pro.pre-hover .section-box1.ani-box1{-webkit-transition-duration:0ms;transition-duration:0ms;-webkit-transition-delay:0ms;transition-delay:0ms}#stacks_in_2018164 > .s-pro .section-box1.ani-box1{-webkit-transition-duration:800ms;transition-duration:800ms;-webkit-transition-delay:10ms;transition-delay:10ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_2018164 > .s-pro .section-box1.ani-box1{-webkit-transition-property:filter;transition-property:-webkit-filter;transition-property:filter;transition-property:filter,-webkit-filter;-webkit-transition-property:-webkit-filter}#stacks_in_2018164 > .s-pro > .shear-wrapper > .shear-inner{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2018164 > .s-pro .section-box1.ani-box1{-webkit-transform:translateZ(0);transform:translateZ(0)}#stacks_in_2018164 > .s-pro.pre-eff-stacks_in_2018176.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(1);filter:opacity(1)}#stacks_in_2018164 > .s-pro.animate-stacks_in_2018176.eff-fade-out .section-box1.ani-box1{-webkit-filter:opacity(0);filter:opacity(0)}@media screen and (min-width:0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0) and (min-resolution:72dpi){#stacks_in_2018164 > .s-pro[class*="animate-"] .section-box1.ani-box1{}}_:-ms-fullscreen #stacks_in_2018164 > .s-pro[class*="animate-"] .section-box1.ani-box1,:root #stacks_in_2018164 > .s-pro[class*="animate-"] .section-box1.ani-box1{}
.lb-master_stacks_in_2018178.bg-vault.bg-color.style-pro-stacks_in_2018178{background-color:rgba(0, 0, 0, 0.78)}.lb-master_stacks_in_2018178.close-vis-never .infix-close{display:none !important}.ll-overlay#ovl_stacks_in_2018178.bg-color{background-color:rgba(0, 0, 0, 0.78)}@media screen and (max-width:640px){.ll-overlay#ovl_stacks_in_2018178.small-bg-color{background-color:rgba(0, 0, 0, 0.78)}.ll-overlay#ovl_stacks_in_2018178.small-bg-color::before{background-color:transparent !important;background-image:none !important}}body > .ll-overlay#ovl_stacks_in_2018178{position:fixed}.ll-open-stacks_in_2018178 > .ll-overlay#ovl_stacks_in_2018178{z-index:9989}.ll-open-stacks_in_2018178.sectionsPro1 > .ll-overlay#ovl_stacks_in_2018178{z-index:998}@media screen and (min-width:640px){.lb-master_stacks_in_2018178.close-vis-small-only .infix-close{display:none !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2018178.close-vis-large-only .infix-close{display:none !important}}#stacks_in_2018178 .infix-close.lb-close-master{display:none !important}@media screen and (min-width:640px){#ovl_stacks_in_2018178.large-hide-overlay{background-color:transparent !important}}@media screen and (min-width:640px){.lb-master_stacks_in_2018178.infix-section.large-hide-overlay{background-color:transparent !important}}@media screen and (max-width:640px){.lb-master_stacks_in_2018178.infix-section.sm-hide-borders .infix-content{border-radius:0 !important;border:none !important}}[data-ll-target="limelight2"].sectionsPro1.size-target.lightbox-open.ll-open-stacks_in_2018178 > .shear-wrapper{position:absolute}.lb-master_stacks_in_2018178.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2018178.maxw-frame:not(.infix-image):not(.custom-size) .infix-container{width:100%}}.lb-master_stacks_in_2018178.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{margin:0 auto;width:100%}@media screen and (max-width:640px){.lb-master_stacks_in_2018178.maxw-frame.infix-image:not(.custom-size) .infix-container > .infix-content{width:100%}}.lb-master_stacks_in_2018178.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}@media screen and (max-width:640px){.lb-master_stacks_in_2018178.maxw-frame:not(.custom-size) .infix-container{max-width:1000px}}.lb-master_stacks_in_2018178.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}@media screen and (min-width:640px){.lb-master_stacks_in_2018178.prop-height.infix-body:not(.vid-letterbox):not(.infix-image) .infix-iframe-container{padding-top:85vh}}.lb-master_stacks_in_2018178.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2018178.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2018178.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}@media screen and (min-width:640px){.lb-master_stacks_in_2018178.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container,.lb-master_stacks_in_2018178.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2018178.prop-height.infix-body:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:85vh !important;max-height:85vh !important}}.lb-master_stacks_in_2018178.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2018178.prop-height.infix-section:not(.vid-letterbox):not(.infix-image) .infix-container{top:calc((100% - 85%) / 2) !important;height:85% !important}}.lb-master_stacks_in_2018178.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}@media screen and (min-width:640px){.lb-master_stacks_in_2018178.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-container{height:85% !important;max-height:85% !important}}.lb-master_stacks_in_2018178.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .infix-content,.lb-master_stacks_in_2018178.prop-height.infix-section:not(.vid-letterbox):not(.infix-image).infix-inline .splb{height:100% !important;max-height:100% !important}.lb-master_stacks_in_2018178.infix-iframe.infix-section .infix-container,.lb-master_stacks_in_2018178.infix-iframe.infix-section .infix-content,.lb-master_stacks_in_2018178.infix-iframe.infix-section .infix-iframe-container{position:static;top:0;left:0;height:100%;width:100%}.lb-master_stacks_in_2018178.infix-iframe.infix-section.size-float .infix-iframe-container{padding-top:0}.lb-master_stacks_in_2018178 .infix-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:9999;padding:8px;border-radius:0% 0% 0% 0%;background:rgba(0, 0, 0, 0.00)}html.bwd-touch .lb-master_stacks_in_2018178 .infix-close{opacity:1 !important}.lb-master_stacks_in_2018178 .infix-close > .close-wrap{position:relative;width:40px;height:40px;opacity:0.94}.lb-master_stacks_in_2018178 .infix-close > .close-wrap:hover,html.bwd-touch .lb-master_stacks_in_2018178 .infix-close > .close-wrap{opacity:1 !important}.lb-master_stacks_in_2018178 .infix-close > .close-wrap.close-text-only{width:auto;height:auto;color:rgba(69, 69, 69, 1.00);font-size:12px;line-height:1}.lb-master_stacks_in_2018178 .infix-close > .close-wrap.close-text-only .text-border{padding:8px;border:1px solid rgba(255, 255, 255, 0.00);border-radius:8px;background-color:rgba(255, 255, 255, 0.00);text-align:center}.lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg{width:40px;height:40px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg .ring{stroke:rgba(255, 255, 255, 0.00);stroke-width:4px}.lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(69, 69, 69, 1.00);stroke-width:4px;fill:none}.lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg .ring,.lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg .action-icon path{-webkit-transition:stroke 200ms ease-out;transition:stroke 200ms ease-out}.lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg circle.bg{-webkit-transition:fill 220ms ease-out;transition:fill 220ms ease-out}.lb-master_stacks_in_2018178 .infix-close:hover,html.bwd-touch .lb-master_stacks_in_2018178 .infix-close{background:rgba(0, 0, 0, 0.00)}.lb-master_stacks_in_2018178 .infix-close:hover > .close-wrap > svg circle.bg,html.bwd-touch .lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg circle.bg{fill:rgba(255, 255, 255, 0.00)}.lb-master_stacks_in_2018178 .infix-close:hover > .close-wrap > svg .ring,html.bwd-touch .lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg .ring{stroke:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2018178 .infix-close:hover > .close-wrap > svg .action-icon path,html.bwd-touch .lb-master_stacks_in_2018178 .infix-close > .close-wrap > svg .action-icon path{stroke:rgba(194, 192, 192, 1.00);fill:none}.lb-master_stacks_in_2018178 .infix-close:hover > .close-wrap.close-text-only,html.bwd-touch .lb-master_stacks_in_2018178 .infix-close > .close-wrap.close-text-only{color:rgba(194, 192, 192, 1.00)}.lb-master_stacks_in_2018178 .infix-close i.fa,.lb-master_stacks_in_2018178 .infix-close svg,.lb-master_stacks_in_2018178 .infix-close .simple-icon,.lb-master_stacks_in_2018178 .infix-close .close-wrap,.lb-master_stacks_in_2018178 .infix-close .text-border{pointer-events:none}@media screen and (min-width:640px){.lb-master_stacks_in_2018178 .infix-close .close-wrap,.lb-master_stacks_in_2018178 .infix-close .close-wrap > svg{width:40px;height:40px}.lb-master_stacks_in_2018178 .infix-close .close-wrap.close-text-only{font-size:16px}}.lb-master_stacks_in_2018178 .infix-close .action-icon > g{display:none}.lb-master_stacks_in_2018178 .infix-close.close-cross .action-icon > g#cross{display:block}.lb-master_stacks_in_2018178 .infix-close.close-small-cross .action-icon > g#smallcross{display:block}.lb-master_stacks_in_2018178 .infix-close.close-left-arrow .action-icon > g#arrow{display:block}.lb-master_stacks_in_2018178 .infix-close.close-hamburger .action-icon > g#burger{display:block}@media screen and (min-width:640px){.lb-master_stacks_in_2018178.close-bg-small-only .infix-close{background:none}}.lb-master_stacks_in_2018178 .splb-loader .loader-message{display:none}.lb-master_stacks_in_2018178 .splb-loader svg{display:none}.lb-master_stacks_in_2018178 .splb-loader > .loader-message{margin-top:0}
.infix-content.bg-vault.bg-color.style-pro-stacks_in_2018179{background-color:rgba(255, 255, 255, 1.00)}#stacks_in_2018179.splb{padding:12px}#splb_stacks_in_2018179 .infix-iframe-container{background-color:}#stacks_in_2018179{display:none}.infix-opened #stacks_in_2018179,.infix-closed #stacks_in_2018179{display:block}.lightbox8{cursor:pointer}#stacks_in_2018179.splb{overflow-y:auto;-webkit-overflow-scrolling:touch}#stacks_in_2018179.splb.ll-overflow{overflow:visible !important}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2018180_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2018180_7.blu-svg{opacity:0.80} #stacks_in_2018180_7.blu-svg{text-align:center}#stacks_in_2018180_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2018180_7.blu-svg{text-align:center}#stacks_in_2018180_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2018180_7.blu-svg{text-align:center}#stacks_in_2018180_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2018180_7.blu-svg{text-align:center}#stacks_in_2018180_7.blu-svg svg{width:600.00px}}  #stacks_in_2018180_7.blu-svg svg rectange,#stacks_in_2018180_7.blu-svg svg circle,#stacks_in_2018180_7.blu-svg svg ellipse,#stacks_in_2018180_7.blu-svg svg polygon,#stacks_in_2018180_7.blu-svg svg polyline,#stacks_in_2018180_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2018180_7.blu-svg svg:hover rectange,#stacks_in_2018180_7.blu-svg svg:hover circle,#stacks_in_2018180_7.blu-svg svg:hover ellipse,#stacks_in_2018180_7.blu-svg svg:hover polygon,#stacks_in_2018180_7.blu-svg svg:hover polyline,#stacks_in_2018180_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2018180_7.blu-svg{float:none}#stacks_in_2018180_7 a,#stacks_in_2018180_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2018180_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2018181 .flexslider {
	overflow: visible !important;
}

#stacks_in_2018181 .flex-container a:hover,
#stacks_in_2018181 .flexslider a:hover {
  outline: none;
}

#stacks_in_2018181 .slides,
#stacks_in_2018181 .slides > li,
#stacks_in_2018181 .flex-control-nav,
#stacks_in_2018181 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2018181 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2018181 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2018181 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2018181 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2018181 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2018181 .flexslider .slides {
  display: block;
}

* html #stacks_in_2018181 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2018181 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2018181 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2018181 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2018181 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2018181 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2018181 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2018181 .carousel li {
  margin-right: 5px;
}

#stacks_in_2018181 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2018181 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2018181 .flex-direction-nav a,
#stacks_in_2018181 .flex-pauseplay a,
#stacks_in_2018181 .flex-control-paging li a,
#stacks_in_2018181 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2018181 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2018181 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2018181 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2018181 .flex-direction-nav .flex-prev,
#stacks_in_2018181 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2018181 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2018181 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2018181 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2018181 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2018181 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2018181 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2018181 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2018181 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2018181 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2018181 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2018181 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2018181 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2018181 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2018181 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2018181 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2018181 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2018181 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2018181 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2018181 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2018181 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2018181 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2018181 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2018181 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2018181 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2018181 .flex-control-paging {
	display: none;
}



#stacks_in_2018181 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2018181 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2018181 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2018181 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
/* Backdrop Figure Which Contains The Filter */
.stacks_in_2018183_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2018183_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2018183_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2018186_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2018186_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2018186_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}


/* Backdrop Figure Which Contains The Filter */
.stacks_in_2018189_warehouse_backdrop { 
    height: auto;
        
}

.stacks_in_2018189_warehouse_image {    
    width: 100% !important;
    height: auto;
    
    
    
        float: left;
    
    
    
}

.stacks_in_2018189_cleanborder {
    padding: 5px;
    /*border: solid 1px #bfbfbf; */
    border: solid 1px #000000;
}

/* fixed filters live here */  
.nashville {
  position: relative;
  -webkit-filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2); 
}  
.nashville img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.nashville:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; 
}  
.nashville:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3; 
}  
.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
    display: block;
    width: 100% !important;
    height: auto;
}  
.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
    display: block;
    width: 100% !important;
    height: auto;
}

.gingham {
    position: relative;
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg); 
}  
.gingham img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}  
.gingham:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}  
.gingham:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}  
.gingham::after {
    background: lavender;
    mix-blend-mode: soft-light;
    width: 100% !important;
    height: auto;
}

.walden {
    position: relative;
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6); 
}
  
.walden img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.walden:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.walden:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.walden::after {
    background: #0044cc;
    mix-blend-mode: screen;
    opacity: .3;
    width: 100% !important;
    height: auto;
}

.xpro2 {
  position: relative;
  -webkit-filter: sepia(0.3);
          filter: sepia(0.3); 
}
  
.xpro2 img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.xpro2:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.xpro2:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.xpro2::after {
    background: -webkit-radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
    width: 100% !important;
    height: auto;
}

.valencia {
    position: relative;
    -webkit-filter: contrast(1.08) brightness(1.08) sepia(0.08);
    filter: contrast(1.08) brightness(1.08) sepia(0.08); }
  
.valencia img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.valencia:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
  
.valencia:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.valencia::after {
    background: #3a0339;
    mix-blend-mode: exclusion;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.toaster {
    position: relative;
    -webkit-filter: contrast(1.5) brightness(0.9);
    filter: contrast(1.5) brightness(0.9); }
  
.toaster img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.toaster:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.toaster:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3;
}
  
.toaster::after {
    width: 100% !important;
    height: auto;
    background: -webkit-radial-gradient(circle, #804e0f, #3b003b);
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen; 
}

.slumber {
    position: relative;
    -webkit-filter: saturate(0.66) brightness(1.05);
    filter: saturate(0.66) brightness(1.05); 
}
 .slumber img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
.slumber:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
.slumber:after {
    content: '';
    display: block;
    width: 100% !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.slumber::after {
    width: 100% !important;
    height: auto;
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light; 
}
  
  .slumber::before {
    width: 100% !important;
    height: auto;
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten; 
}

.rise {
  position: relative;
  -webkit-filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
          filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9); 
}
  
.rise img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.rise:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.rise:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.rise::after {
    background: -webkit-radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6; 
    width: 100% !important;
    height: auto;
}
  
.rise::before {
    background: -webkit-radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply; 
    width: 100% !important;
    height: auto;
}

.reyes {
  position: relative;
  -webkit-filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
          filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75); }
  
.reyes img {
     width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.reyes:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.reyes:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.reyes::after {
    background: #efcdad;
    mix-blend-mode: soft-light;
    opacity: .5; 
    width: 100% !important;
    height: auto;
}

.perpetua {
  position: relative; 
}
  
.perpetua img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.perpetua:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.perpetua:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.perpetua::after {
    background: -webkit-linear-gradient(top, #005b9a, #e6c13d);
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
    mix-blend-mode: soft-light;
    opacity: .5;
    width: 100% !important;
    height: auto;
}

.moon {
  position: relative;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
          filter: grayscale(1) contrast(1.1) brightness(1.1); 
}
  
.moon img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.moon:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.moon:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light; 
    width: 100% !important;
    height: auto;
}
  
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
    width: 100% !important;
    height: auto;
}

.mayfair {
  position: relative;
  -webkit-filter: contrast(1.1) saturate(1.1);
          filter: contrast(1.1) saturate(1.1); 
}
  
.mayfair img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.mayfair:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.mayfair:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.mayfair::after {
    background: -webkit-radial-gradient(40% 40%, circle, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100% !important;
    height: auto;
}

.maven {
  position: relative;
  -webkit-filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5);
          filter: sepia(0.25) brightness(0.95) contrast(0.95) saturate(1.5); 
}
.maven img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.maven:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.maven:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.maven:after {
    background: rgba(3, 230, 26, 0.2);
    mix-blend-mode: hue;
    width: 100% !important;
    height: auto;
}

.lofi {
  position: relative;
  -webkit-filter: saturate(1.1) contrast(1.5);
          filter: saturate(1.1) contrast(1.5); 
}
  
.lofi img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lofi:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lofi:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lofi::after {
    background: -webkit-radial-gradient(circle, transparent 70%, #222222 150%);
    background: radial-gradient(circle, transparent 70%, #222222 150%);
    mix-blend-mode: multiply;
    width: 100% !important;
    height: auto;
}

.lark {
  position: relative;
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); 
}
  
.lark img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.lark:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.lark:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
    width: 100% !important;
    height: auto;
}
  
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto; 
}

.kelvin {
  position: relative; 
}
  
.kelvin img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.kelvin:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.kelvin:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.kelvin::after {
    background: #b77d21;
    mix-blend-mode: overlay;
    width: 100% !important;
    height: auto;
}
  
.kelvin::before {
    background: #382c34;
    mix-blend-mode: color-dodge;
    width: 100% !important;
    height: auto;
}

.inkwell {
  position: relative;
  -webkit-filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
          filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1); 
}
  
.inkwell img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.inkwell:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.inkwell:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}

.hudson {
  position: relative;
  -webkit-filter: brightness(1.2) contrast(0.9) saturate(1.1);
          filter: brightness(1.2) contrast(0.9) saturate(1.1); 
}
  
.hudson img {
    width: 100% !important;
    height: auto;
    z-index: 1; 
}
  
.hudson:before {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; 
}
  
.hudson:after {
    content: '';
    display: block;
    width: 100% !important;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: 3; 
}
  
.hudson::after {
    background: -webkit-radial-gradient(circle, #a6b1ff 50%, #342134);
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
    width: 100% !important;
    height: auto;
}




#stacks_in_2018192_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2018192_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2018192_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2018192_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2018192_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2018192_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2018192_3 a.foundry-header-linked,
#stacks_in_2018192_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2018192_3 a.foundry-header-linked:hover,
#stacks_in_2018192_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2018192_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2018192_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2018192_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2018192_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2018192_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2018192_5_1 p,#stacks_in_2018192_5_1 div,#stacks_in_2018192_5_1 ul,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018192_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2018192_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2018192_5_1,#stacks_in_2018192_5_1 div,#stacks_in_2018192_5_1 p,#stacks_in_2018192_5_1 .fa:not(.no-indent),#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 ul li,#stacks_in_2018192_5_1 ol li,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2018192_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2018192_5_1,#stacks_in_2018192_5_1 div,#stacks_in_2018192_5_1 p,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 ul li,#stacks_in_2018192_5_1 ol li,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2018192_5_1,#stacks_in_2018192_5_1 div,#stacks_in_2018192_5_1 p,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 ul li,#stacks_in_2018192_5_1 ol li,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2018192_5_1,#stacks_in_2018192_5_1 div,#stacks_in_2018192_5_1 p,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 ul li,#stacks_in_2018192_5_1 ol li,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2018192_5_1,#stacks_in_2018192_5_1 div,#stacks_in_2018192_5_1 p,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 ul li,#stacks_in_2018192_5_1 ol li,#stacks_in_2018192_5_1 ol,#stacks_in_2018192_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2018192_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2018195_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2018195_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2018195_7 .foundry-label > h3:before,
	#stacks_in_2018195_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2018195_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2018195_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2018195_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2018195_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2018195_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2018195_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2018195_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2018195_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2018195_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2018195_8_1 p,#stacks_in_2018195_8_1 div,#stacks_in_2018195_8_1 ul,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018195_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2018195_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2018195_8_1,#stacks_in_2018195_8_1 div,#stacks_in_2018195_8_1 p,#stacks_in_2018195_8_1 .fa:not(.no-indent),#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 ul li,#stacks_in_2018195_8_1 ol li,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2018195_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2018195_8_1,#stacks_in_2018195_8_1 div,#stacks_in_2018195_8_1 p,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 ul li,#stacks_in_2018195_8_1 ol li,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2018195_8_1,#stacks_in_2018195_8_1 div,#stacks_in_2018195_8_1 p,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 ul li,#stacks_in_2018195_8_1 ol li,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2018195_8_1,#stacks_in_2018195_8_1 div,#stacks_in_2018195_8_1 p,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 ul li,#stacks_in_2018195_8_1 ol li,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2018195_8_1,#stacks_in_2018195_8_1 div,#stacks_in_2018195_8_1 p,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 ul li,#stacks_in_2018195_8_1 ol li,#stacks_in_2018195_8_1 ol,#stacks_in_2018195_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2018195_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2018195_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2018195_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2018195_10 hr.foundry-divider-simple {
		width: 90%;
	}




/* Color picker style settings */


#stacks_in_2018196_1 p {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2018196_1 p a,
#stacks_in_2018196_1 p a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2018196_1 p a:hover,
#stacks_in_2018196_1 p a:active {
	color: rgba(0, 0, 0, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_2018196_1 .paragraph {
	color: rgba(0, 0, 0, 1.00);
}

#stacks_in_2018196_1 .paragraph a,
#stacks_in_2018196_1 .paragraph a:visited {
	color: rgba(219, 222, 223, 1.00);
}

#stacks_in_2018196_1 .paragraph a:hover,
#stacks_in_2018196_1 .paragraph a:active {
	color: rgba(0, 0, 0, 1.00);
}








	
	#stacks_in_2018196_1 p,
	#stacks_in_2018196_1 {
		font-size: 16px;
	}
	

	
	
	
	
	



#stacks_in_2018196_1 p,
#stacks_in_2018196_1 {
	
}

.style-pro-stacks_in_2018178::before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";z-index:-1}.style-pro-stacks_in_2018178:not(.bg-vault):not(.bg-featured)::before{background-color:rgba(126, 167, 227, 1.00)}

#ovl_stacks_in_2018178.ll-overlay {
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease, z-index 0ms 600ms, visibility 0ms 600ms ease; }

.ll-open-stacks_in_2018178 > #ovl_stacks_in_2018178.ll-overlay {
  transition: opacity 300ms ease;
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2018178, .lb-master_stacks_in_2018178.infix-closed {
  opacity: 0;
  visibility: hidden; }

.lb-master_stacks_in_2018178.infix-opened {
  opacity: 1;
  visibility: visible; }

.lb-master_stacks_in_2018178 [data-infix-close]:not(.infix-wrap), .lb-master_stacks_in_2018178.infix-closed [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94) transform 40ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2018178.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0ms, transform 200ms 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2018178.close-on-hover.infix-opened [data-infix-close]:not(.infix-wrap) {
  opacity: 0;
  transition: all 200ms ease-out; }

.lb-master_stacks_in_2018178.close-on-hover.infix-opened:hover [data-infix-close]:not(.infix-wrap) {
  opacity: 1; }

.lb-master_stacks_in_2018178.infix-closed .infix-container::after, .lb-master_stacks_in_2018178.infix-loading .infix-container::after {
  opacity: 0;
  transition: opacity 80ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 680ms; }

.lb-master_stacks_in_2018178.infix-opened .infix-container::after {
  opacity: 1;
  transition: opacity 80ms 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s; }

.lb-master_stacks_in_2018178, .lb-master_stacks_in_2018178.infix-closed {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2018178.infix-opened {
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }

.lb-master_stacks_in_2018178.infix-loading .infix-content, .lb-master_stacks_in_2018178.infix-closed .infix-content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.lb-master_stacks_in_2018178.infix-opened .infix-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lb-master_stacks_in_2018178.infix.hide-nav .infix-nav {
  display: none; }

.lb-master_stacks_in_2018178.infix.no-loop.ll-first [data-infix-prev] {
  display: none; }

.lb-master_stacks_in_2018178.infix.no-loop.ll-last [data-infix-next] {
  display: none; }

.lb-master_stacks_in_2018178 [data-infix-next], .lb-master_stacks_in_2018178 [data-infix-prev] {
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% + 25px);
  margin-top: -25px;
  border: 2px solid rgba(255, 255, 255, 0.00);
  opacity: 1;
  background: rgba(255, 255, 255, 0.00);
  transition: opacity 200ms ease-out, background 200ms ease-out, transform 0.8s cubic-bezier(0, 1.01, 0.22, 1), border 0.3s ease-out; }

.lb-master_stacks_in_2018178 html:not(.bwd-touch) [data-infix-next], .lb-master_stacks_in_2018178 html:not(.bwd-touch) [data-infix-prev] {
  opacity: 0; }

.lb-master_stacks_in_2018178 html:not(.bwd-touch) [data-infix-next] {
  transform: translate(-15px, -50%) scale(0.6); }

.lb-master_stacks_in_2018178 html:not(.bwd-touch) [data-infix-prev] {
  transform: translate(15px, -50%) scale(0.6); }

.lb-master_stacks_in_2018178 html.infix:not(.bwd-touch):hover [data-infix-next], .lb-master_stacks_in_2018178 html.infix:not(.bwd-touch):hover [data-infix-prev] {
  transform: translate(0, -50%) rotate(0deg) scale(1);
  opacity: 1; }

.lb-master_stacks_in_2018178 [data-infix-next] {
  right: 12px; }

.lb-master_stacks_in_2018178 [data-infix-prev] {
  left: 12px; }

.lb-master_stacks_in_2018178 [data-infix-next]::before,
.lb-master_stacks_in_2018178 [data-infix-next]::after,
.lb-master_stacks_in_2018178 [data-infix-prev]::before,
.lb-master_stacks_in_2018178 [data-infix-prev]::after {
  background: rgba(255, 255, 255, 0.96);
  top: 50%;
  left: 0;
  width: 2px;
  height: 17px;
  content: '';
  position: absolute;
  margin: -14px 23px; }

.lb-master_stacks_in_2018178 html.bwd-touch [data-infix-next], .lb-master_stacks_in_2018178 [data-infix-next]:hover,
.lb-master_stacks_in_2018178 html.bwd-touch [data-infix-prev], .lb-master_stacks_in_2018178 [data-infix-prev]:hover {
  border: 2px solid rgba(255, 255, 255, 1.00);
  background: rgba(255, 255, 255, 0.00); }
  .lb-master_stacks_in_2018178 html.bwd-touch [data-infix-next]::before, .lb-master_stacks_in_2018178 html.bwd-touch [data-infix-next]::after, .lb-master_stacks_in_2018178 [data-infix-next]:hover::before, .lb-master_stacks_in_2018178 [data-infix-next]:hover::after,
  .lb-master_stacks_in_2018178 html.bwd-touch [data-infix-prev]::before,
  .lb-master_stacks_in_2018178 html.bwd-touch [data-infix-prev]::after, .lb-master_stacks_in_2018178 [data-infix-prev]:hover::before, .lb-master_stacks_in_2018178 [data-infix-prev]:hover::after {
    background: rgba(255, 255, 255, 1.00); }

.lb-master_stacks_in_2018178 [data-infix-next]::after,
.lb-master_stacks_in_2018178 [data-infix-prev]::after {
  margin-top: -3px; }

.lb-master_stacks_in_2018178 [data-infix-prev]::after, .lb-master_stacks_in_2018178 [data-infix-prev]::before {
  left: -3px; }

.lb-master_stacks_in_2018178 [data-infix-next]::after {
  transform: rotate(45deg); }

.lb-master_stacks_in_2018178 [data-infix-next]::before {
  transform: rotate(-45deg); }

.lb-master_stacks_in_2018178 [data-infix-prev]::after {
  transform: rotate(315deg); }

.lb-master_stacks_in_2018178 [data-infix-prev]::before {
  transform: rotate(-315deg); }




@media only screen {
   
    #stacks_in_2016783 {
      margin: 0px;
    }

    #stacks_in_2016783 {
      padding: 0px;
    }

    
      #stacks_in_2016783 {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
        margin-bottom: 0px;
      }
    

    
  


 
 /* ipad enabled */
    #stacks_in_2016783 {
      margin: 0px;
    }

    #stacks_in_2016783 {
      padding: 0px;
    }

    
      #stacks_in_2016783 {
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 40px;
        margin-bottom: 0px;
      }
    

    
 


 
 /* desktop enabled */
    #stacks_in_2016783 {
      margin: 0px;
    }

    #stacks_in_2016783 {
      padding: 0px;
    }


    
      #stacks_in_2016783 {
        margin-left: 150px;
        margin-right: 150px;
        margin-top: 50px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9375em) {
   
    #stacks_in_2016783 {
      margin: 0px;
    }

    #stacks_in_2016783 {
      padding: 0px;
    }


    
      #stacks_in_2016783 {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_2016783 {
      margin: 0px;
    }

    #stacks_in_2016783 {
      padding: 0px;
    }


    
      #stacks_in_2016783 {
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 40px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9375em){
   
    #stacks_in_2016783 {
      margin: 0px;
    }

    #stacks_in_2016783 {
      padding: 0px;
    }


    
      #stacks_in_2016783 {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
        margin-bottom: 0px;
      }
    

    
  

}



	#stacks_in_2015846 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2015846 .anchor {
	font-size: 24px;
	line-height: 24px;
}





	#stacks_in_2015642 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2015642 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(76, 76, 76, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2015642 .foundry-label > h3:before,
	#stacks_in_2015642 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	
		#stacks_in_2015642 .foundry-label > h3:before,
		#stacks_in_2015642 .foundry-label > h3:after {
				background: rgba(127, 127, 127, 1.00);
		}
	

	#stacks_in_2015642 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2015642 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2015642 .foundry-label {
		width: 80%;
	}

	#stacks_in_2015642 hr.foundry-divider-simple {
		width: 80%;
	}


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


#stacks_in_2013905 h2 {
	
		font-weight: 400;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}










@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2013905 h2 {
		font-size: 30px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2013905 h2 {
		font-size: 30px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2013905 h2 {
		font-size: 40px;
	}
}


#stacks_in_2013905 a.foundry-header-linked,
#stacks_in_2013905 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2013905 a.foundry-header-linked:hover,
#stacks_in_2013905 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016787 {
	height: auto;
	padding-bottom: 2vh;
}

}@media screen and (min-width:480px){#stacks_in_2014215_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2014215_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2014215_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2014215_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2014215_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2014215_1 p,#stacks_in_2014215_1 div,#stacks_in_2014215_1 ul,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2014215_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2014215_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2014215_1,#stacks_in_2014215_1 div,#stacks_in_2014215_1 p,#stacks_in_2014215_1 .fa:not(.no-indent),#stacks_in_2014215_1 ol,#stacks_in_2014215_1 ul li,#stacks_in_2014215_1 ol li,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2014215_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2014215_1,#stacks_in_2014215_1 div,#stacks_in_2014215_1 p,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 ul li,#stacks_in_2014215_1 ol li,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2014215_1,#stacks_in_2014215_1 div,#stacks_in_2014215_1 p,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 ul li,#stacks_in_2014215_1 ol li,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2014215_1,#stacks_in_2014215_1 div,#stacks_in_2014215_1 p,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 ul li,#stacks_in_2014215_1 ol li,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2014215_1,#stacks_in_2014215_1 div,#stacks_in_2014215_1 p,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 ul li,#stacks_in_2014215_1 ol li,#stacks_in_2014215_1 ol,#stacks_in_2014215_1 dl{font-size:1.00rem!important}}

#stacks_in_2014215_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}


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





#stacks_in_2016216 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2016216 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2016216 #stacks_in_2016216-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2016216 .close-stacks_in_2016216-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2016216 .close-stacks_in_2016216-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2016216 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2016216 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2016216 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016216 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016216 .mega-modal-content {
		padding-top: 70px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016216 .close-stacks_in_2016216-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016216 .mega-modal-content {
		padding-top: 100px;
	}	
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016860_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2016860_7.blu-svg{opacity:0.80} #stacks_in_2016860_7.blu-svg{text-align:center}#stacks_in_2016860_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2016860_7.blu-svg{text-align:center}#stacks_in_2016860_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2016860_7.blu-svg{text-align:center}#stacks_in_2016860_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2016860_7.blu-svg{text-align:center}#stacks_in_2016860_7.blu-svg svg{width:600.00px}}  #stacks_in_2016860_7.blu-svg svg rectange,#stacks_in_2016860_7.blu-svg svg circle,#stacks_in_2016860_7.blu-svg svg ellipse,#stacks_in_2016860_7.blu-svg svg polygon,#stacks_in_2016860_7.blu-svg svg polyline,#stacks_in_2016860_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2016860_7.blu-svg svg:hover rectange,#stacks_in_2016860_7.blu-svg svg:hover circle,#stacks_in_2016860_7.blu-svg svg:hover ellipse,#stacks_in_2016860_7.blu-svg svg:hover polygon,#stacks_in_2016860_7.blu-svg svg:hover polyline,#stacks_in_2016860_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2016860_7.blu-svg{float:none}#stacks_in_2016860_7 a,#stacks_in_2016860_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016860_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2017103 .flexslider {
	overflow: visible !important;
}

#stacks_in_2017103 .flex-container a:hover,
#stacks_in_2017103 .flexslider a:hover {
  outline: none;
}

#stacks_in_2017103 .slides,
#stacks_in_2017103 .slides > li,
#stacks_in_2017103 .flex-control-nav,
#stacks_in_2017103 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2017103 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2017103 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2017103 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2017103 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2017103 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2017103 .flexslider .slides {
  display: block;
}

* html #stacks_in_2017103 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2017103 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2017103 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2017103 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2017103 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2017103 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2017103 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2017103 .carousel li {
  margin-right: 5px;
}

#stacks_in_2017103 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2017103 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2017103 .flex-direction-nav a,
#stacks_in_2017103 .flex-pauseplay a,
#stacks_in_2017103 .flex-control-paging li a,
#stacks_in_2017103 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2017103 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2017103 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2017103 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2017103 .flex-direction-nav .flex-prev,
#stacks_in_2017103 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2017103 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2017103 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2017103 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2017103 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2017103 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2017103 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2017103 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2017103 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2017103 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2017103 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2017103 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2017103 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2017103 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2017103 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2017103 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2017103 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2017103 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2017103 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2017103 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2017103 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2017103 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2017103 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2017103 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2017103 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2017103 .flex-control-paging {
	display: none;
}



#stacks_in_2017103 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2017103 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2017103 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2017103 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}


#stacks_in_2016236_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2016236_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2016236_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2016236_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2016236_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2016236_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2016236_3 a.foundry-header-linked,
#stacks_in_2016236_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2016236_3 a.foundry-header-linked:hover,
#stacks_in_2016236_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2016236_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2016236_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2016236_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2016236_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2016236_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2016236_5_1 p,#stacks_in_2016236_5_1 div,#stacks_in_2016236_5_1 ul,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2016236_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2016236_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2016236_5_1,#stacks_in_2016236_5_1 div,#stacks_in_2016236_5_1 p,#stacks_in_2016236_5_1 .fa:not(.no-indent),#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 ul li,#stacks_in_2016236_5_1 ol li,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2016236_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2016236_5_1,#stacks_in_2016236_5_1 div,#stacks_in_2016236_5_1 p,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 ul li,#stacks_in_2016236_5_1 ol li,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2016236_5_1,#stacks_in_2016236_5_1 div,#stacks_in_2016236_5_1 p,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 ul li,#stacks_in_2016236_5_1 ol li,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2016236_5_1,#stacks_in_2016236_5_1 div,#stacks_in_2016236_5_1 p,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 ul li,#stacks_in_2016236_5_1 ol li,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2016236_5_1,#stacks_in_2016236_5_1 div,#stacks_in_2016236_5_1 p,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 ul li,#stacks_in_2016236_5_1 ol li,#stacks_in_2016236_5_1 ol,#stacks_in_2016236_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2016236_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2017630_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2017630_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2017630_7 .foundry-label > h3:before,
	#stacks_in_2017630_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2017630_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2017630_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2017630_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2017630_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2017630_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2017630_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2017630_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2017630_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2017630_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2017630_8_1 p,#stacks_in_2017630_8_1 div,#stacks_in_2017630_8_1 ul,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2017630_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2017630_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2017630_8_1,#stacks_in_2017630_8_1 div,#stacks_in_2017630_8_1 p,#stacks_in_2017630_8_1 .fa:not(.no-indent),#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 ul li,#stacks_in_2017630_8_1 ol li,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2017630_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2017630_8_1,#stacks_in_2017630_8_1 div,#stacks_in_2017630_8_1 p,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 ul li,#stacks_in_2017630_8_1 ol li,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2017630_8_1,#stacks_in_2017630_8_1 div,#stacks_in_2017630_8_1 p,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 ul li,#stacks_in_2017630_8_1 ol li,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2017630_8_1,#stacks_in_2017630_8_1 div,#stacks_in_2017630_8_1 p,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 ul li,#stacks_in_2017630_8_1 ol li,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2017630_8_1,#stacks_in_2017630_8_1 div,#stacks_in_2017630_8_1 p,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 ul li,#stacks_in_2017630_8_1 ol li,#stacks_in_2017630_8_1 ol,#stacks_in_2017630_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2017630_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2017630_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2017630_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2017630_10 hr.foundry-divider-simple {
		width: 90%;
	}






#stacks_in_2016451 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2016451 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2016451 #stacks_in_2016451-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2016451 .close-stacks_in_2016451-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2016451 .close-stacks_in_2016451-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2016451 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2016451 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2016451 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016451 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016451 .mega-modal-content {
		padding-top: 70px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016451 .close-stacks_in_2016451-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016451 .mega-modal-content {
		padding-top: 100px;
	}	
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016861_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2016861_7.blu-svg{opacity:0.80} #stacks_in_2016861_7.blu-svg{text-align:center}#stacks_in_2016861_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2016861_7.blu-svg{text-align:center}#stacks_in_2016861_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2016861_7.blu-svg{text-align:center}#stacks_in_2016861_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2016861_7.blu-svg{text-align:center}#stacks_in_2016861_7.blu-svg svg{width:600.00px}}  #stacks_in_2016861_7.blu-svg svg rectange,#stacks_in_2016861_7.blu-svg svg circle,#stacks_in_2016861_7.blu-svg svg ellipse,#stacks_in_2016861_7.blu-svg svg polygon,#stacks_in_2016861_7.blu-svg svg polyline,#stacks_in_2016861_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2016861_7.blu-svg svg:hover rectange,#stacks_in_2016861_7.blu-svg svg:hover circle,#stacks_in_2016861_7.blu-svg svg:hover ellipse,#stacks_in_2016861_7.blu-svg svg:hover polygon,#stacks_in_2016861_7.blu-svg svg:hover polyline,#stacks_in_2016861_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2016861_7.blu-svg{float:none}#stacks_in_2016861_7 a,#stacks_in_2016861_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016861_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2017119 .flexslider {
	overflow: visible !important;
}

#stacks_in_2017119 .flex-container a:hover,
#stacks_in_2017119 .flexslider a:hover {
  outline: none;
}

#stacks_in_2017119 .slides,
#stacks_in_2017119 .slides > li,
#stacks_in_2017119 .flex-control-nav,
#stacks_in_2017119 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2017119 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2017119 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2017119 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2017119 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2017119 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2017119 .flexslider .slides {
  display: block;
}

* html #stacks_in_2017119 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2017119 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2017119 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2017119 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2017119 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2017119 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2017119 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2017119 .carousel li {
  margin-right: 5px;
}

#stacks_in_2017119 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2017119 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2017119 .flex-direction-nav a,
#stacks_in_2017119 .flex-pauseplay a,
#stacks_in_2017119 .flex-control-paging li a,
#stacks_in_2017119 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2017119 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2017119 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2017119 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2017119 .flex-direction-nav .flex-prev,
#stacks_in_2017119 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2017119 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2017119 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2017119 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2017119 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2017119 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2017119 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2017119 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2017119 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2017119 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2017119 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2017119 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2017119 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2017119 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2017119 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2017119 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2017119 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2017119 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2017119 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2017119 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2017119 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2017119 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2017119 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2017119 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2017119 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2017119 .flex-control-paging {
	display: none;
}



#stacks_in_2017119 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2017119 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2017119 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2017119 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}


#stacks_in_2016471_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2016471_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2016471_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2016471_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2016471_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2016471_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2016471_3 a.foundry-header-linked,
#stacks_in_2016471_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2016471_3 a.foundry-header-linked:hover,
#stacks_in_2016471_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2016471_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2016471_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2016471_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2016471_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2016471_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2016471_5_1 p,#stacks_in_2016471_5_1 div,#stacks_in_2016471_5_1 ul,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2016471_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2016471_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2016471_5_1,#stacks_in_2016471_5_1 div,#stacks_in_2016471_5_1 p,#stacks_in_2016471_5_1 .fa:not(.no-indent),#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 ul li,#stacks_in_2016471_5_1 ol li,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2016471_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2016471_5_1,#stacks_in_2016471_5_1 div,#stacks_in_2016471_5_1 p,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 ul li,#stacks_in_2016471_5_1 ol li,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2016471_5_1,#stacks_in_2016471_5_1 div,#stacks_in_2016471_5_1 p,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 ul li,#stacks_in_2016471_5_1 ol li,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2016471_5_1,#stacks_in_2016471_5_1 div,#stacks_in_2016471_5_1 p,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 ul li,#stacks_in_2016471_5_1 ol li,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2016471_5_1,#stacks_in_2016471_5_1 div,#stacks_in_2016471_5_1 p,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 ul li,#stacks_in_2016471_5_1 ol li,#stacks_in_2016471_5_1 ol,#stacks_in_2016471_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2016471_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2017632_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2017632_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2017632_7 .foundry-label > h3:before,
	#stacks_in_2017632_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2017632_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2017632_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2017632_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2017632_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2017632_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2017632_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2017632_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2017632_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2017632_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2017632_8_1 p,#stacks_in_2017632_8_1 div,#stacks_in_2017632_8_1 ul,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2017632_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2017632_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2017632_8_1,#stacks_in_2017632_8_1 div,#stacks_in_2017632_8_1 p,#stacks_in_2017632_8_1 .fa:not(.no-indent),#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 ul li,#stacks_in_2017632_8_1 ol li,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2017632_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2017632_8_1,#stacks_in_2017632_8_1 div,#stacks_in_2017632_8_1 p,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 ul li,#stacks_in_2017632_8_1 ol li,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2017632_8_1,#stacks_in_2017632_8_1 div,#stacks_in_2017632_8_1 p,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 ul li,#stacks_in_2017632_8_1 ol li,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2017632_8_1,#stacks_in_2017632_8_1 div,#stacks_in_2017632_8_1 p,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 ul li,#stacks_in_2017632_8_1 ol li,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2017632_8_1,#stacks_in_2017632_8_1 div,#stacks_in_2017632_8_1 p,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 ul li,#stacks_in_2017632_8_1 ol li,#stacks_in_2017632_8_1 ol,#stacks_in_2017632_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2017632_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2017632_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2017632_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2017632_10 hr.foundry-divider-simple {
		width: 90%;
	}






#stacks_in_2016530 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2016530 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2016530 #stacks_in_2016530-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2016530 .close-stacks_in_2016530-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2016530 .close-stacks_in_2016530-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2016530 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2016530 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2016530 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016530 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016530 .mega-modal-content {
		padding-top: 70px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016530 .close-stacks_in_2016530-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016530 .mega-modal-content {
		padding-top: 100px;
	}	
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016862_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2016862_7.blu-svg{opacity:0.80} #stacks_in_2016862_7.blu-svg{text-align:center}#stacks_in_2016862_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2016862_7.blu-svg{text-align:center}#stacks_in_2016862_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2016862_7.blu-svg{text-align:center}#stacks_in_2016862_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2016862_7.blu-svg{text-align:center}#stacks_in_2016862_7.blu-svg svg{width:600.00px}}  #stacks_in_2016862_7.blu-svg svg rectange,#stacks_in_2016862_7.blu-svg svg circle,#stacks_in_2016862_7.blu-svg svg ellipse,#stacks_in_2016862_7.blu-svg svg polygon,#stacks_in_2016862_7.blu-svg svg polyline,#stacks_in_2016862_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2016862_7.blu-svg svg:hover rectange,#stacks_in_2016862_7.blu-svg svg:hover circle,#stacks_in_2016862_7.blu-svg svg:hover ellipse,#stacks_in_2016862_7.blu-svg svg:hover polygon,#stacks_in_2016862_7.blu-svg svg:hover polyline,#stacks_in_2016862_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2016862_7.blu-svg{float:none}#stacks_in_2016862_7 a,#stacks_in_2016862_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016862_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2017125 .flexslider {
	overflow: visible !important;
}

#stacks_in_2017125 .flex-container a:hover,
#stacks_in_2017125 .flexslider a:hover {
  outline: none;
}

#stacks_in_2017125 .slides,
#stacks_in_2017125 .slides > li,
#stacks_in_2017125 .flex-control-nav,
#stacks_in_2017125 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2017125 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2017125 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2017125 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2017125 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2017125 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2017125 .flexslider .slides {
  display: block;
}

* html #stacks_in_2017125 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2017125 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2017125 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2017125 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2017125 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2017125 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2017125 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2017125 .carousel li {
  margin-right: 5px;
}

#stacks_in_2017125 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2017125 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2017125 .flex-direction-nav a,
#stacks_in_2017125 .flex-pauseplay a,
#stacks_in_2017125 .flex-control-paging li a,
#stacks_in_2017125 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2017125 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2017125 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2017125 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2017125 .flex-direction-nav .flex-prev,
#stacks_in_2017125 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2017125 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2017125 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2017125 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2017125 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2017125 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2017125 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2017125 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2017125 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2017125 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2017125 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2017125 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2017125 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2017125 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2017125 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2017125 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2017125 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2017125 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2017125 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2017125 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2017125 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2017125 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2017125 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2017125 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2017125 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2017125 .flex-control-paging {
	display: none;
}



#stacks_in_2017125 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2017125 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2017125 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2017125 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}


#stacks_in_2016535_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2016535_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2016535_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2016535_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2016535_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2016535_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2016535_3 a.foundry-header-linked,
#stacks_in_2016535_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2016535_3 a.foundry-header-linked:hover,
#stacks_in_2016535_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2016535_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2016535_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2016535_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2016535_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2016535_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2016535_5_1 p,#stacks_in_2016535_5_1 div,#stacks_in_2016535_5_1 ul,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2016535_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2016535_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2016535_5_1,#stacks_in_2016535_5_1 div,#stacks_in_2016535_5_1 p,#stacks_in_2016535_5_1 .fa:not(.no-indent),#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 ul li,#stacks_in_2016535_5_1 ol li,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2016535_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2016535_5_1,#stacks_in_2016535_5_1 div,#stacks_in_2016535_5_1 p,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 ul li,#stacks_in_2016535_5_1 ol li,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2016535_5_1,#stacks_in_2016535_5_1 div,#stacks_in_2016535_5_1 p,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 ul li,#stacks_in_2016535_5_1 ol li,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2016535_5_1,#stacks_in_2016535_5_1 div,#stacks_in_2016535_5_1 p,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 ul li,#stacks_in_2016535_5_1 ol li,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2016535_5_1,#stacks_in_2016535_5_1 div,#stacks_in_2016535_5_1 p,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 ul li,#stacks_in_2016535_5_1 ol li,#stacks_in_2016535_5_1 ol,#stacks_in_2016535_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2016535_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2017633_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2017633_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2017633_7 .foundry-label > h3:before,
	#stacks_in_2017633_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2017633_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2017633_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2017633_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2017633_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2017633_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2017633_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2017633_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2017633_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2017633_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2017633_8_1 p,#stacks_in_2017633_8_1 div,#stacks_in_2017633_8_1 ul,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2017633_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2017633_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2017633_8_1,#stacks_in_2017633_8_1 div,#stacks_in_2017633_8_1 p,#stacks_in_2017633_8_1 .fa:not(.no-indent),#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 ul li,#stacks_in_2017633_8_1 ol li,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2017633_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2017633_8_1,#stacks_in_2017633_8_1 div,#stacks_in_2017633_8_1 p,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 ul li,#stacks_in_2017633_8_1 ol li,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2017633_8_1,#stacks_in_2017633_8_1 div,#stacks_in_2017633_8_1 p,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 ul li,#stacks_in_2017633_8_1 ol li,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2017633_8_1,#stacks_in_2017633_8_1 div,#stacks_in_2017633_8_1 p,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 ul li,#stacks_in_2017633_8_1 ol li,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2017633_8_1,#stacks_in_2017633_8_1 div,#stacks_in_2017633_8_1 p,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 ul li,#stacks_in_2017633_8_1 ol li,#stacks_in_2017633_8_1 ol,#stacks_in_2017633_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2017633_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2017633_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2017633_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2017633_10 hr.foundry-divider-simple {
		width: 90%;
	}






#stacks_in_2016560 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2016560 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2016560 #stacks_in_2016560-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2016560 .close-stacks_in_2016560-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2016560 .close-stacks_in_2016560-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2016560 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2016560 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2016560 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016560 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016560 .mega-modal-content {
		padding-top: 70px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2016560 .close-stacks_in_2016560-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2016560 .mega-modal-content {
		padding-top: 100px;
	}	
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016864_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2016864_7.blu-svg{opacity:0.80} #stacks_in_2016864_7.blu-svg{text-align:center}#stacks_in_2016864_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2016864_7.blu-svg{text-align:center}#stacks_in_2016864_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2016864_7.blu-svg{text-align:center}#stacks_in_2016864_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2016864_7.blu-svg{text-align:center}#stacks_in_2016864_7.blu-svg svg{width:600.00px}}  #stacks_in_2016864_7.blu-svg svg rectange,#stacks_in_2016864_7.blu-svg svg circle,#stacks_in_2016864_7.blu-svg svg ellipse,#stacks_in_2016864_7.blu-svg svg polygon,#stacks_in_2016864_7.blu-svg svg polyline,#stacks_in_2016864_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2016864_7.blu-svg svg:hover rectange,#stacks_in_2016864_7.blu-svg svg:hover circle,#stacks_in_2016864_7.blu-svg svg:hover ellipse,#stacks_in_2016864_7.blu-svg svg:hover polygon,#stacks_in_2016864_7.blu-svg svg:hover polyline,#stacks_in_2016864_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2016864_7.blu-svg{float:none}#stacks_in_2016864_7 a,#stacks_in_2016864_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2016864_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2017139 .flexslider {
	overflow: visible !important;
}

#stacks_in_2017139 .flex-container a:hover,
#stacks_in_2017139 .flexslider a:hover {
  outline: none;
}

#stacks_in_2017139 .slides,
#stacks_in_2017139 .slides > li,
#stacks_in_2017139 .flex-control-nav,
#stacks_in_2017139 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2017139 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2017139 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2017139 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2017139 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2017139 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2017139 .flexslider .slides {
  display: block;
}

* html #stacks_in_2017139 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2017139 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2017139 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2017139 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2017139 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2017139 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2017139 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2017139 .carousel li {
  margin-right: 5px;
}

#stacks_in_2017139 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2017139 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2017139 .flex-direction-nav a,
#stacks_in_2017139 .flex-pauseplay a,
#stacks_in_2017139 .flex-control-paging li a,
#stacks_in_2017139 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2017139 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2017139 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2017139 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2017139 .flex-direction-nav .flex-prev,
#stacks_in_2017139 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2017139 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2017139 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2017139 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2017139 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2017139 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2017139 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2017139 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2017139 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2017139 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2017139 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2017139 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2017139 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2017139 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2017139 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2017139 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2017139 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2017139 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2017139 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2017139 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2017139 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2017139 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2017139 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2017139 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2017139 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2017139 .flex-control-paging {
	display: none;
}



#stacks_in_2017139 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2017139 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2017139 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2017139 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}


#stacks_in_2016565_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2016565_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2016565_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2016565_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2016565_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2016565_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2016565_3 a.foundry-header-linked,
#stacks_in_2016565_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2016565_3 a.foundry-header-linked:hover,
#stacks_in_2016565_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2016565_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2016565_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2016565_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2016565_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2016565_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2016565_5_1 p,#stacks_in_2016565_5_1 div,#stacks_in_2016565_5_1 ul,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2016565_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2016565_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2016565_5_1,#stacks_in_2016565_5_1 div,#stacks_in_2016565_5_1 p,#stacks_in_2016565_5_1 .fa:not(.no-indent),#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 ul li,#stacks_in_2016565_5_1 ol li,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2016565_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2016565_5_1,#stacks_in_2016565_5_1 div,#stacks_in_2016565_5_1 p,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 ul li,#stacks_in_2016565_5_1 ol li,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2016565_5_1,#stacks_in_2016565_5_1 div,#stacks_in_2016565_5_1 p,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 ul li,#stacks_in_2016565_5_1 ol li,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2016565_5_1,#stacks_in_2016565_5_1 div,#stacks_in_2016565_5_1 p,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 ul li,#stacks_in_2016565_5_1 ol li,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2016565_5_1,#stacks_in_2016565_5_1 div,#stacks_in_2016565_5_1 p,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 ul li,#stacks_in_2016565_5_1 ol li,#stacks_in_2016565_5_1 ol,#stacks_in_2016565_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2016565_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2017637_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2017637_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2017637_7 .foundry-label > h3:before,
	#stacks_in_2017637_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2017637_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2017637_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2017637_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2017637_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2017637_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2017637_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2017637_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2017637_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2017637_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2017637_8_1 p,#stacks_in_2017637_8_1 div,#stacks_in_2017637_8_1 ul,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2017637_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2017637_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2017637_8_1,#stacks_in_2017637_8_1 div,#stacks_in_2017637_8_1 p,#stacks_in_2017637_8_1 .fa:not(.no-indent),#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 ul li,#stacks_in_2017637_8_1 ol li,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2017637_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2017637_8_1,#stacks_in_2017637_8_1 div,#stacks_in_2017637_8_1 p,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 ul li,#stacks_in_2017637_8_1 ol li,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2017637_8_1,#stacks_in_2017637_8_1 div,#stacks_in_2017637_8_1 p,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 ul li,#stacks_in_2017637_8_1 ol li,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2017637_8_1,#stacks_in_2017637_8_1 div,#stacks_in_2017637_8_1 p,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 ul li,#stacks_in_2017637_8_1 ol li,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2017637_8_1,#stacks_in_2017637_8_1 div,#stacks_in_2017637_8_1 p,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 ul li,#stacks_in_2017637_8_1 ol li,#stacks_in_2017637_8_1 ol,#stacks_in_2017637_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2017637_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2017637_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2017637_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2017637_10 hr.foundry-divider-simple {
		width: 90%;
	}






#stacks_in_2019666 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2019666 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2019666 #stacks_in_2019666-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2019666 .close-stacks_in_2019666-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2019666 .close-stacks_in_2019666-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2019666 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2019666 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2019666 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019666 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019666 .mega-modal-content {
		padding-top: 70px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019666 .close-stacks_in_2019666-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019666 .mega-modal-content {
		padding-top: 100px;
	}	
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019667_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019667_7.blu-svg{opacity:0.80} #stacks_in_2019667_7.blu-svg{text-align:center}#stacks_in_2019667_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019667_7.blu-svg{text-align:center}#stacks_in_2019667_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019667_7.blu-svg{text-align:center}#stacks_in_2019667_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019667_7.blu-svg{text-align:center}#stacks_in_2019667_7.blu-svg svg{width:600.00px}}  #stacks_in_2019667_7.blu-svg svg rectange,#stacks_in_2019667_7.blu-svg svg circle,#stacks_in_2019667_7.blu-svg svg ellipse,#stacks_in_2019667_7.blu-svg svg polygon,#stacks_in_2019667_7.blu-svg svg polyline,#stacks_in_2019667_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019667_7.blu-svg svg:hover rectange,#stacks_in_2019667_7.blu-svg svg:hover circle,#stacks_in_2019667_7.blu-svg svg:hover ellipse,#stacks_in_2019667_7.blu-svg svg:hover polygon,#stacks_in_2019667_7.blu-svg svg:hover polyline,#stacks_in_2019667_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019667_7.blu-svg{float:none}#stacks_in_2019667_7 a,#stacks_in_2019667_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019667_4 {
	height: auto;
	padding-bottom: 1vh;
}

}

#stacks_in_2019680_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019680_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019680_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019680_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019680_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019680_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019680_3 a.foundry-header-linked,
#stacks_in_2019680_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019680_3 a.foundry-header-linked:hover,
#stacks_in_2019680_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019680_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019680_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019680_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019680_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019680_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019680_5_1 p,#stacks_in_2019680_5_1 div,#stacks_in_2019680_5_1 ul,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019680_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019680_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019680_5_1,#stacks_in_2019680_5_1 div,#stacks_in_2019680_5_1 p,#stacks_in_2019680_5_1 .fa:not(.no-indent),#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 ul li,#stacks_in_2019680_5_1 ol li,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019680_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019680_5_1,#stacks_in_2019680_5_1 div,#stacks_in_2019680_5_1 p,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 ul li,#stacks_in_2019680_5_1 ol li,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019680_5_1,#stacks_in_2019680_5_1 div,#stacks_in_2019680_5_1 p,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 ul li,#stacks_in_2019680_5_1 ol li,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019680_5_1,#stacks_in_2019680_5_1 div,#stacks_in_2019680_5_1 p,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 ul li,#stacks_in_2019680_5_1 ol li,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019680_5_1,#stacks_in_2019680_5_1 div,#stacks_in_2019680_5_1 p,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 ul li,#stacks_in_2019680_5_1 ol li,#stacks_in_2019680_5_1 ol,#stacks_in_2019680_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019680_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019683_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019683_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019683_7 .foundry-label > h3:before,
	#stacks_in_2019683_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019683_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019683_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019683_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019683_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019683_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019683_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019683_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019683_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019683_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019683_8_1 p,#stacks_in_2019683_8_1 div,#stacks_in_2019683_8_1 ul,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019683_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019683_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019683_8_1,#stacks_in_2019683_8_1 div,#stacks_in_2019683_8_1 p,#stacks_in_2019683_8_1 .fa:not(.no-indent),#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 ul li,#stacks_in_2019683_8_1 ol li,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019683_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019683_8_1,#stacks_in_2019683_8_1 div,#stacks_in_2019683_8_1 p,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 ul li,#stacks_in_2019683_8_1 ol li,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019683_8_1,#stacks_in_2019683_8_1 div,#stacks_in_2019683_8_1 p,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 ul li,#stacks_in_2019683_8_1 ol li,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019683_8_1,#stacks_in_2019683_8_1 div,#stacks_in_2019683_8_1 p,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 ul li,#stacks_in_2019683_8_1 ol li,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019683_8_1,#stacks_in_2019683_8_1 div,#stacks_in_2019683_8_1 p,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 ul li,#stacks_in_2019683_8_1 ol li,#stacks_in_2019683_8_1 ol,#stacks_in_2019683_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019683_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019683_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019683_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019683_10 hr.foundry-divider-simple {
		width: 90%;
	}






#stacks_in_2019897 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2019897 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2019897 #stacks_in_2019897-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2019897 .close-stacks_in_2019897-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2019897 .close-stacks_in_2019897-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2019897 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2019897 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2019897 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019897 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019897 .mega-modal-content {
		padding-top: 70px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019897 .close-stacks_in_2019897-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019897 .mega-modal-content {
		padding-top: 100px;
	}	
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019899_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019899_7.blu-svg{opacity:0.80} #stacks_in_2019899_7.blu-svg{text-align:center}#stacks_in_2019899_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019899_7.blu-svg{text-align:center}#stacks_in_2019899_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019899_7.blu-svg{text-align:center}#stacks_in_2019899_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019899_7.blu-svg{text-align:center}#stacks_in_2019899_7.blu-svg svg{width:600.00px}}  #stacks_in_2019899_7.blu-svg svg rectange,#stacks_in_2019899_7.blu-svg svg circle,#stacks_in_2019899_7.blu-svg svg ellipse,#stacks_in_2019899_7.blu-svg svg polygon,#stacks_in_2019899_7.blu-svg svg polyline,#stacks_in_2019899_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019899_7.blu-svg svg:hover rectange,#stacks_in_2019899_7.blu-svg svg:hover circle,#stacks_in_2019899_7.blu-svg svg:hover ellipse,#stacks_in_2019899_7.blu-svg svg:hover polygon,#stacks_in_2019899_7.blu-svg svg:hover polyline,#stacks_in_2019899_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019899_7.blu-svg{float:none}#stacks_in_2019899_7 a,#stacks_in_2019899_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019899_4 {
	height: auto;
	padding-bottom: 1vh;
}

}

#stacks_in_2019901_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019901_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019901_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019901_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019901_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019901_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019901_3 a.foundry-header-linked,
#stacks_in_2019901_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019901_3 a.foundry-header-linked:hover,
#stacks_in_2019901_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019901_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019901_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019901_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019901_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019901_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019901_5_1 p,#stacks_in_2019901_5_1 div,#stacks_in_2019901_5_1 ul,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019901_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019901_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019901_5_1,#stacks_in_2019901_5_1 div,#stacks_in_2019901_5_1 p,#stacks_in_2019901_5_1 .fa:not(.no-indent),#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 ul li,#stacks_in_2019901_5_1 ol li,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019901_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019901_5_1,#stacks_in_2019901_5_1 div,#stacks_in_2019901_5_1 p,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 ul li,#stacks_in_2019901_5_1 ol li,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019901_5_1,#stacks_in_2019901_5_1 div,#stacks_in_2019901_5_1 p,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 ul li,#stacks_in_2019901_5_1 ol li,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019901_5_1,#stacks_in_2019901_5_1 div,#stacks_in_2019901_5_1 p,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 ul li,#stacks_in_2019901_5_1 ol li,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019901_5_1,#stacks_in_2019901_5_1 div,#stacks_in_2019901_5_1 p,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 ul li,#stacks_in_2019901_5_1 ol li,#stacks_in_2019901_5_1 ol,#stacks_in_2019901_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019901_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019904_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019904_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019904_7 .foundry-label > h3:before,
	#stacks_in_2019904_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019904_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019904_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019904_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019904_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019904_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019904_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019904_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019904_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019904_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019904_8_1 p,#stacks_in_2019904_8_1 div,#stacks_in_2019904_8_1 ul,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019904_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019904_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019904_8_1,#stacks_in_2019904_8_1 div,#stacks_in_2019904_8_1 p,#stacks_in_2019904_8_1 .fa:not(.no-indent),#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 ul li,#stacks_in_2019904_8_1 ol li,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019904_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019904_8_1,#stacks_in_2019904_8_1 div,#stacks_in_2019904_8_1 p,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 ul li,#stacks_in_2019904_8_1 ol li,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019904_8_1,#stacks_in_2019904_8_1 div,#stacks_in_2019904_8_1 p,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 ul li,#stacks_in_2019904_8_1 ol li,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019904_8_1,#stacks_in_2019904_8_1 div,#stacks_in_2019904_8_1 p,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 ul li,#stacks_in_2019904_8_1 ol li,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019904_8_1,#stacks_in_2019904_8_1 div,#stacks_in_2019904_8_1 p,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 ul li,#stacks_in_2019904_8_1 ol li,#stacks_in_2019904_8_1 ol,#stacks_in_2019904_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019904_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019904_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019904_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019904_10 hr.foundry-divider-simple {
		width: 90%;
	}






#stacks_in_2019859 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2019859 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2019859 #stacks_in_2019859-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2019859 .close-stacks_in_2019859-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2019859 .close-stacks_in_2019859-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2019859 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2019859 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2019859 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019859 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019859 .mega-modal-content {
		padding-top: 70px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2019859 .close-stacks_in_2019859-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2019859 .mega-modal-content {
		padding-top: 100px;
	}	
}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019861_5 {
	height: auto;
	padding-bottom: 1vh;
}

} #stacks_in_2019861_7.blu-svg{opacity:0.80} #stacks_in_2019861_7.blu-svg{text-align:center}#stacks_in_2019861_7.blu-svg svg{width:300.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2019861_7.blu-svg{text-align:center}#stacks_in_2019861_7.blu-svg svg{width:400.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2019861_7.blu-svg{text-align:center}#stacks_in_2019861_7.blu-svg svg{width:500.00px}}@media screen and (min-width:1000px){#stacks_in_2019861_7.blu-svg{text-align:center}#stacks_in_2019861_7.blu-svg svg{width:600.00px}}  #stacks_in_2019861_7.blu-svg svg rectange,#stacks_in_2019861_7.blu-svg svg circle,#stacks_in_2019861_7.blu-svg svg ellipse,#stacks_in_2019861_7.blu-svg svg polygon,#stacks_in_2019861_7.blu-svg svg polyline,#stacks_in_2019861_7.blu-svg svg path{fill:rgba(194, 192, 192, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2019861_7.blu-svg svg:hover rectange,#stacks_in_2019861_7.blu-svg svg:hover circle,#stacks_in_2019861_7.blu-svg svg:hover ellipse,#stacks_in_2019861_7.blu-svg svg:hover polygon,#stacks_in_2019861_7.blu-svg svg:hover polyline,#stacks_in_2019861_7.blu-svg svg:hover path{fill:rgba(230, 233, 235, 0.83)!important} #stacks_in_2019861_7.blu-svg{float:none}#stacks_in_2019861_7 a,#stacks_in_2019861_7 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2019861_4 {
	height: auto;
	padding-bottom: 1vh;
}

}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

#stacks_in_2019911 .flexslider {
	overflow: visible !important;
}

#stacks_in_2019911 .flex-container a:hover,
#stacks_in_2019911 .flexslider a:hover {
  outline: none;
}

#stacks_in_2019911 .slides,
#stacks_in_2019911 .slides > li,
#stacks_in_2019911 .flex-control-nav,
#stacks_in_2019911 .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stacks_in_2019911 .flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
#stacks_in_2019911 .flexslider {
  margin: 0;
  padding: 0;
	overflow: hidden;
}

#stacks_in_2019911 .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
	position: relative;
}

#stacks_in_2019911 .flexslider .slides img.image_slide {
  width: 100%;
  display: block;
}

#stacks_in_2019911 .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #stacks_in_2019911 .flexslider .slides {
  display: block;
}

* html #stacks_in_2019911 .flexslider .slides {
  height: 1%;
}

.no-js #stacks_in_2019911 .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
#stacks_in_2019911 .flexslider {
	
	margin: 0 0 55px;
	
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

#stacks_in_2019911 .flexslider .slides {
  zoom: 1;
}

#stacks_in_2019911 .flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

#stacks_in_2019911 .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#stacks_in_2019911 .loading .flex-viewport {
  max-height: 300px;
}

#stacks_in_2019911 .carousel li {
  margin-right: 5px;
}

#stacks_in_2019911 .flex-direction-nav {
  *height: 0;
}

#stacks_in_2019911 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Removes Firefox's outlines on links */
#stacks_in_2019911 .flex-direction-nav a,
#stacks_in_2019911 .flex-pauseplay a,
#stacks_in_2019911 .flex-control-paging li a,
#stacks_in_2019911 .flex-control-paging li a.flex-active {
 outline: 0;
}

#stacks_in_2019911 .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 30px;
	line-height: 40px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.80);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

#stacks_in_2019911 .flex-direction-nav a.flex-prev:before {
  content: '\f104';
	margin-right: 2px;
}

#stacks_in_2019911 .flex-direction-nav a.flex-next:before {
  content: '\f105';
	margin-left: 2px;
}

#stacks_in_2019911 .flex-direction-nav .flex-prev,
#stacks_in_2019911 .flex-direction-nav .flex-next {
		background: rgba(255, 255, 255, 0.33);
		border-radius: 4px;
		text-align: center;
}

#stacks_in_2019911 .flex-direction-nav .flex-prev {
  left: -50px;
}

#stacks_in_2019911 .flex-direction-nav .flex-next {
  right: -50px;
}

#stacks_in_2019911 .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#stacks_in_2019911 .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

#stacks_in_2019911 .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

#stacks_in_2019911 .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#stacks_in_2019911 .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

#stacks_in_2019911 .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

#stacks_in_2019911 .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

#stacks_in_2019911 .flex-pauseplay a:hover {
  opacity: 1;
}

#stacks_in_2019911 .flex-pauseplay a.flex-play:before {
  content: '\f003';
}

#stacks_in_2019911 .flex-control-nav {
  width: 100%;
  position: absolute;
	z-index: 10;
	
	bottom: -50px;
	
  text-align: center;
}

#stacks_in_2019911 .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#stacks_in_2019911 .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
	background: rgba(0, 0, 0, 0.50);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
	
}

#stacks_in_2019911 .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

#stacks_in_2019911 .flex-control-paging li a.flex-active {
  background: #000;
	background: rgba(2, 115, 217, 0.85);
  cursor: default;
	
}

#stacks_in_2019911 .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

#stacks_in_2019911 .flex-control-thumbs li {
  /*width: 25%;*/
  float: left;
  margin: 0;
}

#stacks_in_2019911 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#stacks_in_2019911 .flex-control-thumbs img:hover {
  opacity: 1;
}

#stacks_in_2019911 .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


#stacks_in_2019911 .flex-caption {
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  #stacks_in_2019911 .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  #stacks_in_2019911 .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* Toggles */



#stacks_in_2019911 .flex-control-paging {
	display: none;
}



#stacks_in_2019911 .flexslider {
	margin-bottom: 0;
}



/* Loading Animation */

@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#stacks_in_2019911 .uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#stacks_in_2019911 .uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #c7c7c7;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #c7c7c7;
  border-bottom: 20px solid #c7c7c7;
}

#stacks_in_2019911 .uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #c7c7c7 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}


#stacks_in_2019865_3 h4 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2019865_3 h4 {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2019865_3 h4 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2019865_3 h4 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2019865_3 h4 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2019865_3 h4 {
		font-size: 50px;
	}
}


#stacks_in_2019865_3 a.foundry-header-linked,
#stacks_in_2019865_3 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2019865_3 a.foundry-header-linked:hover,
#stacks_in_2019865_3 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}
@media screen and (min-width:480px){#stacks_in_2019865_5_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019865_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019865_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019865_5_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019865_5_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019865_5_1 p,#stacks_in_2019865_5_1 div,#stacks_in_2019865_5_1 ul,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019865_5_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019865_5_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019865_5_1,#stacks_in_2019865_5_1 div,#stacks_in_2019865_5_1 p,#stacks_in_2019865_5_1 .fa:not(.no-indent),#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 ul li,#stacks_in_2019865_5_1 ol li,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019865_5_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019865_5_1,#stacks_in_2019865_5_1 div,#stacks_in_2019865_5_1 p,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 ul li,#stacks_in_2019865_5_1 ol li,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019865_5_1,#stacks_in_2019865_5_1 div,#stacks_in_2019865_5_1 p,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 ul li,#stacks_in_2019865_5_1 ol li,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019865_5_1,#stacks_in_2019865_5_1 div,#stacks_in_2019865_5_1 p,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 ul li,#stacks_in_2019865_5_1 ol li,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019865_5_1,#stacks_in_2019865_5_1 div,#stacks_in_2019865_5_1 p,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 ul li,#stacks_in_2019865_5_1 ol li,#stacks_in_2019865_5_1 ol,#stacks_in_2019865_5_1 dl{font-size:1.00rem!important}}

#stacks_in_2019865_5_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	#stacks_in_2019868_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2019868_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2019868_7 .foundry-label > h3:before,
	#stacks_in_2019868_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2019868_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2019868_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2019868_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019868_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2019868_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2019868_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2019868_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2019868_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2019868_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2019868_8_1 p,#stacks_in_2019868_8_1 div,#stacks_in_2019868_8_1 ul,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2019868_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2019868_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2019868_8_1,#stacks_in_2019868_8_1 div,#stacks_in_2019868_8_1 p,#stacks_in_2019868_8_1 .fa:not(.no-indent),#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 ul li,#stacks_in_2019868_8_1 ol li,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2019868_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2019868_8_1,#stacks_in_2019868_8_1 div,#stacks_in_2019868_8_1 p,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 ul li,#stacks_in_2019868_8_1 ol li,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2019868_8_1,#stacks_in_2019868_8_1 div,#stacks_in_2019868_8_1 p,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 ul li,#stacks_in_2019868_8_1 ol li,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2019868_8_1,#stacks_in_2019868_8_1 div,#stacks_in_2019868_8_1 p,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 ul li,#stacks_in_2019868_8_1 ol li,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2019868_8_1,#stacks_in_2019868_8_1 div,#stacks_in_2019868_8_1 p,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 ul li,#stacks_in_2019868_8_1 ol li,#stacks_in_2019868_8_1 ol,#stacks_in_2019868_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2019868_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2019868_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2019868_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2019868_10 hr.foundry-divider-simple {
		width: 90%;
	}




	#stacks_in_2016706 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2016706 .anchor {
	font-size: 24px;
	line-height: 24px;
}


#stacks_in_2017255 .fg-content.fg-full-height{height:100%}#stacks_in_2017255 .slides-container{margin:0}#stacks_in_2017255 .slides-container > li{margin:0}#stacks_in_2017255 .slides-container > li::before,#stacks_in_2017255 .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_2017255 .slides-container.ovl-color li::before{background-color:rgba(31, 31, 31, 0.40)}#stacks_in_2017255 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_2017255 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_2017255 .impact-wrapper{z-index:0}#stacks_in_2017255 .impact-wrapper.fill-container{min-width:100%}#stacks_in_2017255 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_2017255 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_2017255 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_2017255 .impact-wrapper.flexible-height{height:100vh;min-height:300px;width:100%;min-width:100%}#stacks_in_2017255 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_2017255 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_2017255 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_2017255 .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_2017255 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_2017255 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_2017255 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_2017255 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_2017255 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_2017255 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_2017255 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 0.95)}#stacks_in_2017255 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_2017255 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_2017255 .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_2017255 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(31, 31, 31, 0.40)}#stacks_in_2017255 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_2017255 .impact-container{z-index:5}#stacks_in_2017255 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.90);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_2017255 .scrollDown{transform:scale(0.60)}}#stacks_in_2017255 .scrollDown.button-bottom{bottom:30px}#stacks_in_2017255 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_2017255 .scrollDown.hide-on-mob{display:none}}#stacks_in_2017255 .impact-arrow-wrap{background:rgba(255, 255, 255, 0.00);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.00);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.00);transition:all 90ms ease}#stacks_in_2017255 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.00);transition:all 90ms ease}#stacks_in_2017255 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_2017255 .impact-arrow-wrap.animates .impact-arrow{animation-delay:2000ms;animation-iteration-count:10}#stacks_in_2017255 .impact-arrow{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00);border-width:5px}#stacks_in_2017255 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 0.58);border-right-color:rgba(255, 255, 255, 0.58)}#stacks_in_2017255 .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_2017255 .slides-pagination > a{transition:all 1000ms ease}#stacks_in_2017255 .slides-pagination > a.current{transition:all 1000ms ease}
#stacks_in_2017333 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Studio1-413.jpg")}.slide-stacks_in_2017333 .impact-container.v-bottom{bottom:0%}.slide-stacks_in_2017333 .impact-container.h-right{right:0%}.slide-stacks_in_2017333 .impact-container.h-left{left:0%}.slide-stacks_in_2017333 .impact-container.v-top{top:0%}
 #stacks_in_2017793.blu-svg{opacity:0.42} #stacks_in_2017793.blu-svg{text-align:center}#stacks_in_2017793.blu-svg svg{width:200.00px}@media screen and (min-width:670px) and (max-width:768px){#stacks_in_2017793.blu-svg{text-align:center}#stacks_in_2017793.blu-svg svg{width:300.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2017793.blu-svg{text-align:center}#stacks_in_2017793.blu-svg svg{width:400.00px}}@media screen and (min-width:1000px){#stacks_in_2017793.blu-svg{text-align:center}#stacks_in_2017793.blu-svg svg{width:500.00px}}  #stacks_in_2017793.blu-svg svg rectange,#stacks_in_2017793.blu-svg svg circle,#stacks_in_2017793.blu-svg svg ellipse,#stacks_in_2017793.blu-svg svg polygon,#stacks_in_2017793.blu-svg svg polyline,#stacks_in_2017793.blu-svg svg path{fill:rgba(148, 98, 46, 0.71)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2017793.blu-svg svg:hover rectange,#stacks_in_2017793.blu-svg svg:hover circle,#stacks_in_2017793.blu-svg svg:hover ellipse,#stacks_in_2017793.blu-svg svg:hover polygon,#stacks_in_2017793.blu-svg svg:hover polyline,#stacks_in_2017793.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_2017793.blu-svg{float:none}#stacks_in_2017793 a,#stacks_in_2017793 svg{cursor:pointer}
@media only screen and (min-width:0px){#stacks_in_2017784 h2,#stacks_in_2017784 div{letter-spacing:2.84px}}#stacks_in_2017784 .header-pro.text-center .hTxt{margin-right:-3px}#stacks_in_2017784 h2,#stacks_in_2017784 div{color:rgba(148, 98, 46, 0.71)}#stacks_in_2017784 h2 a,#stacks_in_2017784 div a{color:rgba(148, 98, 46, 0.71)}#stacks_in_2017784 h2 a:hover,#stacks_in_2017784 div a:hover{color:rgba(111, 73, 34, 0.71)}#stacks_in_2017784 small,#stacks_in_2017784 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2017784 .hTxt{text-shadow:-1px -1px 9px rgba(255, 255, 255, 1.00),1px -1px 9px rgba(255, 255, 255, 1.00),-1px 1px 9px rgba(255, 255, 255, 1.00),1px 1px 9px rgba(255, 255, 255, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2017784 h2{font-size:2.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2017784 h2{font-size:3.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2017784 h2{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2017784 h2{font-size:4.00rem!important}}
#stacks_in_2017266 .impact-slide{background-image:url("https://www.ballettschule-niederkassel.de/1400px/Ballettschule-Niederkassel-ladanse-Studio2-65.jpg")}.slide-stacks_in_2017266 .impact-container.v-bottom{bottom:0%}.slide-stacks_in_2017266 .impact-container.h-right{right:0%}.slide-stacks_in_2017266 .impact-container.h-left{left:0%}.slide-stacks_in_2017266 .impact-container.v-top{top:0%}
 #stacks_in_2017802.blu-svg{opacity:0.42} #stacks_in_2017802.blu-svg{text-align:center}#stacks_in_2017802.blu-svg svg{width:200.00px}@media screen and (min-width:670px) and (max-width:768px){#stacks_in_2017802.blu-svg{text-align:center}#stacks_in_2017802.blu-svg svg{width:300.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2017802.blu-svg{text-align:center}#stacks_in_2017802.blu-svg svg{width:400.00px}}@media screen and (min-width:1000px){#stacks_in_2017802.blu-svg{text-align:center}#stacks_in_2017802.blu-svg svg{width:500.00px}}  #stacks_in_2017802.blu-svg svg rectange,#stacks_in_2017802.blu-svg svg circle,#stacks_in_2017802.blu-svg svg ellipse,#stacks_in_2017802.blu-svg svg polygon,#stacks_in_2017802.blu-svg svg polyline,#stacks_in_2017802.blu-svg svg path{fill:rgba(148, 98, 46, 0.71)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2017802.blu-svg svg:hover rectange,#stacks_in_2017802.blu-svg svg:hover circle,#stacks_in_2017802.blu-svg svg:hover ellipse,#stacks_in_2017802.blu-svg svg:hover polygon,#stacks_in_2017802.blu-svg svg:hover polyline,#stacks_in_2017802.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_2017802.blu-svg{float:none}#stacks_in_2017802 a,#stacks_in_2017802 svg{cursor:pointer}
@media only screen and (min-width:0px){#stacks_in_2017796 h2,#stacks_in_2017796 div{letter-spacing:2.84px}}#stacks_in_2017796 .header-pro.text-center .hTxt{margin-right:-3px}#stacks_in_2017796 h2,#stacks_in_2017796 div{color:rgba(148, 98, 46, 0.71)}#stacks_in_2017796 h2 a,#stacks_in_2017796 div a{color:rgba(148, 98, 46, 0.71)}#stacks_in_2017796 h2 a:hover,#stacks_in_2017796 div a:hover{color:rgba(111, 73, 34, 0.71)}#stacks_in_2017796 small,#stacks_in_2017796 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2017796 .hTxt{text-shadow:-1px -1px 9px rgba(255, 255, 255, 1.00),1px -1px 9px rgba(255, 255, 255, 1.00),-1px 1px 9px rgba(255, 255, 255, 1.00),1px 1px 9px rgba(255, 255, 255, 1.00)}
@media only screen and (max-width:480.00px){#stacks_in_2017796 h2{font-size:2.00rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2017796 h2{font-size:3.00rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2017796 h2{font-size:4.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2017796 h2{font-size:4.00rem!important}}

#stacks_in_2011106 {
	background-color: rgba(240, 244, 248, 1.00);
	margin: 20px 10px 0px 10px;
}



@media only screen {
   


 


 
}


@media only screen and (max-width: 61.9375em) {
   


 
}


@media only screen and (max-width: 47.9375em){
   

}

#stacks_in_2011106_183 {
	margin: 30px 0px 0px 0px;
}



	#stacks_in_2011106_316 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2011106_316 .anchor {
	font-size: 24px;
	line-height: 24px;
}



#stacks_in_2011106_442 {
	margin: 20px 0px 0px 0px;
}
 #stacks_in_2011106_442_4.blu-svg{opacity:0.42} #stacks_in_2011106_442_4.blu-svg{text-align:center}#stacks_in_2011106_442_4.blu-svg svg{width:200.00px}@media screen and (min-width:670px) and (max-width:768px){#stacks_in_2011106_442_4.blu-svg{text-align:center}#stacks_in_2011106_442_4.blu-svg svg{width:300.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2011106_442_4.blu-svg{text-align:center}#stacks_in_2011106_442_4.blu-svg svg{width:400.00px}}@media screen and (min-width:1000px){#stacks_in_2011106_442_4.blu-svg{text-align:center}#stacks_in_2011106_442_4.blu-svg svg{width:500.00px}}  #stacks_in_2011106_442_4.blu-svg svg rectange,#stacks_in_2011106_442_4.blu-svg svg circle,#stacks_in_2011106_442_4.blu-svg svg ellipse,#stacks_in_2011106_442_4.blu-svg svg polygon,#stacks_in_2011106_442_4.blu-svg svg polyline,#stacks_in_2011106_442_4.blu-svg svg path{fill:rgba(58, 58, 58, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2011106_442_4.blu-svg svg:hover rectange,#stacks_in_2011106_442_4.blu-svg svg:hover circle,#stacks_in_2011106_442_4.blu-svg svg:hover ellipse,#stacks_in_2011106_442_4.blu-svg svg:hover polygon,#stacks_in_2011106_442_4.blu-svg svg:hover polyline,#stacks_in_2011106_442_4.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_2011106_442_4.blu-svg{float:none}#stacks_in_2011106_442_4 a,#stacks_in_2011106_442_4 svg{cursor:pointer}



	
		#stacks_in_2011106_303 hr.foundry-divider-simple {
			border-top-color: rgba(127, 127, 127, 1.00);
		}
	

	#stacks_in_2011106_303 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2011106_303 .foundry-label {
		width: 80%;
	}

	#stacks_in_2011106_303 hr.foundry-divider-simple {
		width: 80%;
	}




/* Color picker style settings */







	
	#stacks_in_2011106_482 p,
	#stacks_in_2011106_482 {
		
	}
	

	
	
	
	
	



#stacks_in_2011106_482 p,
#stacks_in_2011106_482 {
	
}




	
		#stacks_in_2011106_215 hr.foundry-divider-simple {
			border-top-color: rgba(127, 127, 127, 1.00);
		}
	

	#stacks_in_2011106_215 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2011106_215 .foundry-label {
		width: 80%;
	}

	#stacks_in_2011106_215 hr.foundry-divider-simple {
		width: 80%;
	}



#stacks_in_2011106_454 {
	margin: 0px 40px 0px 40px;
}





#stacks_in_2011106_419 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2011106_419 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2011106_419 #stacks_in_2011106_419-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2011106_419 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2011106_419 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2011106_419 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_419 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_419 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_419 .close-stacks_in_2011106_419-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_419 .mega-modal-content {
		padding-top: 100px;
	}	
}
 #stacks_in_2011106_452.blu-svg{opacity:0.42} #stacks_in_2011106_452.blu-svg{text-align:center}#stacks_in_2011106_452.blu-svg svg{width:200.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2011106_452.blu-svg{text-align:center}#stacks_in_2011106_452.blu-svg svg{width:300.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2011106_452.blu-svg{text-align:center}#stacks_in_2011106_452.blu-svg svg{width:400.00px}}@media screen and (min-width:1000px){#stacks_in_2011106_452.blu-svg{text-align:center}#stacks_in_2011106_452.blu-svg svg{width:500.00px}}  #stacks_in_2011106_452.blu-svg svg rectange,#stacks_in_2011106_452.blu-svg svg circle,#stacks_in_2011106_452.blu-svg svg ellipse,#stacks_in_2011106_452.blu-svg svg polygon,#stacks_in_2011106_452.blu-svg svg polyline,#stacks_in_2011106_452.blu-svg svg path{fill:rgba(255, 255, 255, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2011106_452.blu-svg svg:hover rectange,#stacks_in_2011106_452.blu-svg svg:hover circle,#stacks_in_2011106_452.blu-svg svg:hover ellipse,#stacks_in_2011106_452.blu-svg svg:hover polygon,#stacks_in_2011106_452.blu-svg svg:hover polyline,#stacks_in_2011106_452.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_2011106_452.blu-svg{float:none}#stacks_in_2011106_452 a,#stacks_in_2011106_452 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2011106_421 {
	height: auto;
	padding-bottom: 3vh;
}

}

#stacks_in_2011106_491 {
}

#stacks_in_2011106_491 > .foundry-backdrop {
	z-index: 100;
	

	

	



	



	
		background: url(https://www.ballettschule-niederkassel.de/700px/ballettstudio-niederkassel-eingang-adresse.jpg) no-repeat center center;
		
			
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
			
		

		
		background-position: center center;
	


	


}


	@media (prefers-color-scheme: dark) {

		#stacks_in_2011106_491 > .foundry-backdrop {
			

			

			

		}

	}


#stacks_in_2011106_491 > .foundry-backdrop > .foundry-backdrop-overlay {
	background-color: rgba(0, 0, 0, 0.00);
	transition-property: background-color;
	transition-duration: 300ms;
	
}





	#stacks_in_2011106_491 > .foundry-backdrop,
	#stacks_in_2011106_491 > .foundry-backdrop > .foundry-backdrop-overlay {
		border-radius: 0px;
	}



	#stacks_in_2011106_491 > .foundry-backdrop {
		border-color: rgba(0, 0, 0, 1.00);
		border-style: solid;
		border-width: 0px;
	}





/* Color picker style settings */







	
	#stacks_in_2011106_486 p,
	#stacks_in_2011106_486 {
		
	}
	

	
	
	
	
	



#stacks_in_2011106_486 p,
#stacks_in_2011106_486 {
	
}






#stacks_in_2011106_354 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2011106_354 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2011106_354 #stacks_in_2011106_354-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2011106_354 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2011106_354 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2011106_354 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_354 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_354 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_354 .close-stacks_in_2011106_354-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_354 .mega-modal-content {
		padding-top: 100px;
	}	
}
 #stacks_in_2011106_448.blu-svg{opacity:0.42} #stacks_in_2011106_448.blu-svg{text-align:center}#stacks_in_2011106_448.blu-svg svg{width:200.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2011106_448.blu-svg{text-align:center}#stacks_in_2011106_448.blu-svg svg{width:300.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2011106_448.blu-svg{text-align:center}#stacks_in_2011106_448.blu-svg svg{width:400.00px}}@media screen and (min-width:1000px){#stacks_in_2011106_448.blu-svg{text-align:center}#stacks_in_2011106_448.blu-svg svg{width:500.00px}}  #stacks_in_2011106_448.blu-svg svg rectange,#stacks_in_2011106_448.blu-svg svg circle,#stacks_in_2011106_448.blu-svg svg ellipse,#stacks_in_2011106_448.blu-svg svg polygon,#stacks_in_2011106_448.blu-svg svg polyline,#stacks_in_2011106_448.blu-svg svg path{fill:rgba(255, 255, 255, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2011106_448.blu-svg svg:hover rectange,#stacks_in_2011106_448.blu-svg svg:hover circle,#stacks_in_2011106_448.blu-svg svg:hover ellipse,#stacks_in_2011106_448.blu-svg svg:hover polygon,#stacks_in_2011106_448.blu-svg svg:hover polyline,#stacks_in_2011106_448.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_2011106_448.blu-svg{float:none}#stacks_in_2011106_448 a,#stacks_in_2011106_448 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2011106_356 {
	height: auto;
	padding-bottom: 3vh;
}

}








	#stacks_in_2011106_379_1 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}







	#stacks_in_2011106_379_1 > .container {
		border-radius: 0px;
	}

	



#stacks_in_2011106_379_2 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2011106_379_2 h3 {
		color: rgba(204, 204, 204, 1.00);
	}

	#stacks_in_2011106_379_2 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2011106_379_2 h3 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2011106_379_2 h3 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2011106_379_2 h3 {
		font-size: 50px;
	}
}


#stacks_in_2011106_379_2 a.foundry-header-linked,
#stacks_in_2011106_379_2 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2011106_379_2 a.foundry-header-linked:hover,
#stacks_in_2011106_379_2 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */







	
	#stacks_in_2011106_379_29 p,
	#stacks_in_2011106_379_29 {
		
	}
	

	
	
	
	
	



#stacks_in_2011106_379_29 p,
#stacks_in_2011106_379_29 {
	
}

@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2011106_379_6 {
	height: auto;
	padding-bottom: 3vh;
}

}


	#stacks_in_2011106_379_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2011106_379_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2011106_379_7 .foundry-label > h3:before,
	#stacks_in_2011106_379_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2011106_379_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2011106_379_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2011106_379_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2011106_379_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2011106_379_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2011106_379_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2011106_379_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2011106_379_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2011106_379_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2011106_379_8_1 p,#stacks_in_2011106_379_8_1 div,#stacks_in_2011106_379_8_1 ul,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2011106_379_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2011106_379_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2011106_379_8_1,#stacks_in_2011106_379_8_1 div,#stacks_in_2011106_379_8_1 p,#stacks_in_2011106_379_8_1 .fa:not(.no-indent),#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 ul li,#stacks_in_2011106_379_8_1 ol li,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2011106_379_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2011106_379_8_1,#stacks_in_2011106_379_8_1 div,#stacks_in_2011106_379_8_1 p,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 ul li,#stacks_in_2011106_379_8_1 ol li,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2011106_379_8_1,#stacks_in_2011106_379_8_1 div,#stacks_in_2011106_379_8_1 p,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 ul li,#stacks_in_2011106_379_8_1 ol li,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2011106_379_8_1,#stacks_in_2011106_379_8_1 div,#stacks_in_2011106_379_8_1 p,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 ul li,#stacks_in_2011106_379_8_1 ol li,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2011106_379_8_1,#stacks_in_2011106_379_8_1 div,#stacks_in_2011106_379_8_1 p,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 ul li,#stacks_in_2011106_379_8_1 ol li,#stacks_in_2011106_379_8_1 ol,#stacks_in_2011106_379_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2011106_379_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2011106_379_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2011106_379_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2011106_379_10 hr.foundry-divider-simple {
		width: 90%;
	}

@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2011106_379_12 {
	height: auto;
	padding-bottom: 3vh;
}

}




#stacks_in_2011106_327 .open-button-wrapper {
	
	width: 100%;
	height: auto;
}

#stacks_in_2011106_327 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_2011106_327 #stacks_in_2011106_327-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(153, 153, 153, 1.00);
	

	

	

}


#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(255, 255, 255, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		left: 20px;
		top: 20px;
		
		
		
		
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(255, 255, 255, 1.00);
}



	#stacks_in_2011106_327 .container.mega-modal-content {
		max-width: 700px;
	}





	#stacks_in_2011106_327 .container-fluid.mega-modal-content {
		padding-left: 0;
		padding-right: 0;
	}



#stacks_in_2011106_327 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_327 .mega-modal-content {
		padding-top: 50px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_327 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_2011106_327 .close-stacks_in_2011106_327-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_2011106_327 .mega-modal-content {
		padding-top: 100px;
	}	
}
 #stacks_in_2011106_446.blu-svg{opacity:0.42} #stacks_in_2011106_446.blu-svg{text-align:center}#stacks_in_2011106_446.blu-svg svg{width:200.00px}@media screen and (min-width:640px) and (max-width:768px){#stacks_in_2011106_446.blu-svg{text-align:center}#stacks_in_2011106_446.blu-svg svg{width:300.00px}}@media screen and (min-width:768px) and (max-width:1000px){#stacks_in_2011106_446.blu-svg{text-align:center}#stacks_in_2011106_446.blu-svg svg{width:400.00px}}@media screen and (min-width:1000px){#stacks_in_2011106_446.blu-svg{text-align:center}#stacks_in_2011106_446.blu-svg svg{width:500.00px}}  #stacks_in_2011106_446.blu-svg svg rectange,#stacks_in_2011106_446.blu-svg svg circle,#stacks_in_2011106_446.blu-svg svg ellipse,#stacks_in_2011106_446.blu-svg svg polygon,#stacks_in_2011106_446.blu-svg svg polyline,#stacks_in_2011106_446.blu-svg svg path{fill:rgba(255, 255, 255, 1.00)!important;-webkit-transition:fill 120ms 0ms ease,stroke 120ms 0ms ease;transition:fill 120ms 0ms ease,stroke 120ms 0ms ease}#stacks_in_2011106_446.blu-svg svg:hover rectange,#stacks_in_2011106_446.blu-svg svg:hover circle,#stacks_in_2011106_446.blu-svg svg:hover ellipse,#stacks_in_2011106_446.blu-svg svg:hover polygon,#stacks_in_2011106_446.blu-svg svg:hover polyline,#stacks_in_2011106_446.blu-svg svg:hover path{fill:rgba(51, 51, 51, 0.40)!important} #stacks_in_2011106_446.blu-svg{float:none}#stacks_in_2011106_446 a,#stacks_in_2011106_446 svg{cursor:pointer}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2011106_329 {
	height: auto;
	padding-bottom: 3vh;
}

}








	#stacks_in_2011106_388_1 > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}







	#stacks_in_2011106_388_1 > .container {
		border-radius: 0px;
	}

	



#stacks_in_2011106_388_2 h3 {
	
		font-weight: 300;
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}


	#stacks_in_2011106_388_2 h3 {
		color: rgba(204, 204, 204, 1.00);
	}

	#stacks_in_2011106_388_2 h3 small {
		color: rgba(119, 119, 119, 1.00);
	}









@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_2011106_388_2 h3 {
		font-size: 40px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_2011106_388_2 h3 {
		font-size: 45px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_2011106_388_2 h3 {
		font-size: 50px;
	}
}


#stacks_in_2011106_388_2 a.foundry-header-linked,
#stacks_in_2011106_388_2 a.foundry-header-linked:visited {
	color: rgba(3, 118, 216, 1.00);
	cursor: pointer;
	text-decoration: none;
}

#stacks_in_2011106_388_2 a.foundry-header-linked:hover,
#stacks_in_2011106_388_2 a.foundry-header-linked:active {
	color: rgba(5, 116, 216, 1.00);
	text-decoration: none;
}



/* Color picker style settings */







	
	#stacks_in_2011106_388_29 p,
	#stacks_in_2011106_388_29 {
		
	}
	

	
	
	
	
	



#stacks_in_2011106_388_29 p,
#stacks_in_2011106_388_29 {
	
}

@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2011106_388_6 {
	height: auto;
	padding-bottom: 3vh;
}

}


	#stacks_in_2011106_388_7 .foundry-label {
			display: block;
			text-align: center;
			overflow: hidden;
			white-space: nowrap;
			margin-left: auto;
			margin-right: auto;
	}

	#stacks_in_2011106_388_7 .foundry-label > h3 {
			font-size: 18px;
			position: relative;
			display: inline-block;
			color: rgba(99, 99, 100, 1.00);
			text-transform: uppercase;
	}

	#stacks_in_2011106_388_7 .foundry-label > h3:before,
	#stacks_in_2011106_388_7 .foundry-label > h3:after {
			content: "";
			position: absolute;
			top: 50%;
			width: 9999px;
			height: 1px;
	}

	

	#stacks_in_2011106_388_7 .foundry-label > h3:before {
			right: 100%;
			margin-right: 15px;
	}

	#stacks_in_2011106_388_7 .foundry-label > h3:after {
			left: 100%;
			margin-left: 15px;
	}






	#stacks_in_2011106_388_7 .foundry-label {
		width: 90%;
	}

	#stacks_in_2011106_388_7 hr.foundry-divider-simple {
		width: 90%;
	}

@media screen and (min-width:480px){#stacks_in_2011106_388_8_1 p.columnize{-webkit-column-count:1;column-count:1;-webkit-column-gap:0px;column-gap:0px}}@media screen and (min-width:700px){#stacks_in_2011106_388_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:1000px){#stacks_in_2011106_388_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}@media screen and (min-width:2000px){#stacks_in_2011106_388_8_1 p.columnize{-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}#stacks_in_2011106_388_8_1 p.columnize.col-dividers{-webkit-column-rule:1.00px solid rgba(194, 192, 192, 1.00);column-rule:1.00px solid rgba(194, 192, 192, 1.00)}#stacks_in_2011106_388_8_1 p,#stacks_in_2011106_388_8_1 div,#stacks_in_2011106_388_8_1 ul,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2011106_388_8_1 a{color:rgba(203, 207, 208, 1.00)}#stacks_in_2011106_388_8_1 a:hover{color:rgba(203, 207, 208, 1.00)}@media only screen and (min-width:0px){#stacks_in_2011106_388_8_1,#stacks_in_2011106_388_8_1 div,#stacks_in_2011106_388_8_1 p,#stacks_in_2011106_388_8_1 .fa:not(.no-indent),#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 ul li,#stacks_in_2011106_388_8_1 ol li,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 dl{line-height:1.50}}@media only screen and (min-width:0px){#stacks_in_2011106_388_8_1{}}
@media only screen and (max-width:480.00px){#stacks_in_2011106_388_8_1,#stacks_in_2011106_388_8_1 div,#stacks_in_2011106_388_8_1 p,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 ul li,#stacks_in_2011106_388_8_1 ol li,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2011106_388_8_1,#stacks_in_2011106_388_8_1 div,#stacks_in_2011106_388_8_1 p,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 ul li,#stacks_in_2011106_388_8_1 ol li,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2011106_388_8_1,#stacks_in_2011106_388_8_1 div,#stacks_in_2011106_388_8_1 p,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 ul li,#stacks_in_2011106_388_8_1 ol li,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2011106_388_8_1,#stacks_in_2011106_388_8_1 div,#stacks_in_2011106_388_8_1 p,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 ul li,#stacks_in_2011106_388_8_1 ol li,#stacks_in_2011106_388_8_1 ol,#stacks_in_2011106_388_8_1 dl{font-size:1.00rem!important}}

#stacks_in_2011106_388_8_1 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}



	

	#stacks_in_2011106_388_10 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2011106_388_10 .foundry-label {
		width: 90%;
	}

	#stacks_in_2011106_388_10 hr.foundry-divider-simple {
		width: 90%;
	}

@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2011106_388_12 {
	height: auto;
	padding-bottom: 3vh;
}

}


	
		#stacks_in_2011106_444 hr.foundry-divider-simple {
			border-top-color: rgba(127, 127, 127, 1.00);
		}
	

	#stacks_in_2011106_444 hr.foundry-divider-simple {
		border-top-style: solid;
		border-top-width: 1px;
	}






	#stacks_in_2011106_444 .foundry-label {
		width: 80%;
	}

	#stacks_in_2011106_444 hr.foundry-divider-simple {
		width: 80%;
	}

#stacks_in_2011106_473 p,#stacks_in_2011106_473 div{margin-bottom:0}#stacks_in_2011106_473 p,#stacks_in_2011106_473 div,#stacks_in_2011106_473 ul,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 dl{color:rgba(0, 0, 0, 1.00)}#stacks_in_2011106_473 a{color:rgba(0, 140, 186, 1.00)}#stacks_in_2011106_473 a:hover{color:rgba(0, 102, 153, 1.00)}@media only screen and (min-width:0px){#stacks_in_2011106_473{}}
@media only screen and (max-width:480.00px){#stacks_in_2011106_473,#stacks_in_2011106_473 div,#stacks_in_2011106_473 p,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 ul li,#stacks_in_2011106_473 ol li,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 dl{font-size:0.90rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2011106_473,#stacks_in_2011106_473 div,#stacks_in_2011106_473 p,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 ul li,#stacks_in_2011106_473 ol li,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 dl{font-size:0.90rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2011106_473,#stacks_in_2011106_473 div,#stacks_in_2011106_473 p,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 ul li,#stacks_in_2011106_473 ol li,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 dl{font-size:1.00rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2011106_473,#stacks_in_2011106_473 div,#stacks_in_2011106_473 p,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 ul li,#stacks_in_2011106_473 ol li,#stacks_in_2011106_473 ol,#stacks_in_2011106_473 dl{font-size:1.00rem!important}}



#stacks_in_2011106_468 ul.social_badges_container {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

#stacks_in_2011106_468 ul.social_badges_container li {
	display: inline-block;
	overflow: hidden;
	margin-left: 2.50px;
	margin-right: 2.50px;
}

#stacks_in_2011106_468 ul.social_badges_container li,
#stacks_in_2011106_468 ul.social_badges_container li a,
#stacks_in_2011106_468 ul.social_badges_container li a i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

#stacks_in_2011106_468 ul.social_badges_container li a {
	text-align: center;
	display: block;
	font-size: 20px;
}


	#stacks_in_2011106_468 ul.social_badges_container li a {
		
	}



















/* Color picker style settings */







	
	#stacks_in_2011106_484 p,
	#stacks_in_2011106_484 {
		
	}
	

	
	
	
	
	



#stacks_in_2011106_484 p,
#stacks_in_2011106_484 {
	
}



#stacks_in_2011106_443 .foundry-footer {
	
}


	#stacks_in_2011106_443,
	#stacks_in_2011106_443 .foundry-footer {
		color: rgba(0, 0, 0, 1.00) !important;
	}

	#stacks_in_2011106_443 a,
	#stacks_in_2011106_443 a:visited,
	#stacks_in_2011106_443 .foundry-footer a,
	#stacks_in_2011106_443 .foundry-footer a:visited {
		color: rgba(101, 101, 101, 1.00);
	}

	#stacks_in_2011106_443  a:hover,
	#stacks_in_2011106_443  a:active,
	#stacks_in_2011106_443 .foundry-footer a:hover,
	#stacks_in_2011106_443 .foundry-footer a:active {
		color: rgba(80, 80, 80, 1.00);
	}



@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2011106_236 {
	height: auto;
	padding-bottom: 2vh;
}

}


	#stacks_in_2017077 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_2017077 .anchor {
	font-size: 24px;
	line-height: 24px;
}



#stacks_in_2017077 {
	margin:  20px;
}



@media only screen {
   
    #stacks_in_2018472 {
      margin: 0px;
    }

    #stacks_in_2018472 {
      padding: 0px;
    }

    
      #stacks_in_2018472 {
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
        margin-bottom: 0px;
      }
    

    
  


 
 /* ipad enabled */
    #stacks_in_2018472 {
      margin: 0px;
    }

    #stacks_in_2018472 {
      padding: 0px;
    }

    
      #stacks_in_2018472 {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 0px;
      }
    

    
 


 
 /* desktop enabled */
    #stacks_in_2018472 {
      margin: 0px;
    }

    #stacks_in_2018472 {
      padding: 0px;
    }


    
      #stacks_in_2018472 {
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 10px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 61.9375em) {
   
    #stacks_in_2018472 {
      margin: 0px;
    }

    #stacks_in_2018472 {
      padding: 0px;
    }


    
      #stacks_in_2018472 {
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
        margin-bottom: 0px;
      }
    

    
  


 
    #stacks_in_2018472 {
      margin: 0px;
    }

    #stacks_in_2018472 {
      padding: 0px;
    }


    
      #stacks_in_2018472 {
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 0px;
      }
    

    
 
}


@media only screen and (max-width: 47.9375em){
   
    #stacks_in_2018472 {
      margin: 0px;
    }

    #stacks_in_2018472 {
      padding: 0px;
    }


    
      #stacks_in_2018472 {
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 10px;
        margin-bottom: 0px;
      }
    

    
  

}
#stacks_in_2018474 h3,#stacks_in_2018474 div{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018474 h3 a,#stacks_in_2018474 div a{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018474 h3 a:hover,#stacks_in_2018474 div a:hover{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018474 small,#stacks_in_2018474 small div{color:rgba(111, 111, 111, 1.00)}#stacks_in_2018474 .primary,#stacks_in_2018474 .segment{display:inline-block}#stacks_in_2018474 .primary.sub-title,#stacks_in_2018474 .segment.sub-title{display:block}#stacks_in_2018474 [data-seg="segment2"].last-title{display:block}#stacks_in_2018474 .segment.no-shadow{text-shadow:none !important}#stacks_in_2018474 .segment *{}#stacks_in_2018474 .hTxt.primary{vertical-align:baseline}#stacks_in_2018474 .segment[data-seg="segment1"]{font-size:80%;color:rgba(0, 0, 0, 1.00);padding:0px 0px 0px 0px;margin:10px 0px 0px 0px;vertical-align:baseline;}#stacks_in_2018474 .segment[data-seg="segment1"] div{color:rgba(0, 0, 0, 1.00)}#stacks_in_2018474 .segment[data-seg="segment1"] div.mez{font-size:80%}
@media only screen and (max-width:480.00px){#stacks_in_2018474 h3{font-size:1.20rem!important}}@media only screen and (min-width:480.00px) and (max-width:640.00px){#stacks_in_2018474 h3{font-size:1.20rem!important}}@media only screen and (min-width:640.00px) and (max-width:2000.00px){#stacks_in_2018474 h3{font-size:1.50rem!important}}@media only screen and (min-width:2000.00px){#stacks_in_2018474 h3{font-size:2.00rem!important}}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2018480 {
	height: auto;
	padding-bottom: 2vh;
}

}
@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2018484 {
	height: auto;
	padding-bottom: 2vh;
}

}

#stacks_in_2018485 .foundry-footer {
	
}




@media only screen and (min-width: 300px) {

#paddyStackstacks_in_2018486 {
	height: auto;
	padding-bottom: 4vh;
}

}@font-face{font-family:icon;src:url(../rw_common/plugins/stacks/quick-edit/icons.woff);font-weight:400;font-style:normal}
/* 1.8.0.11
fixes an issue that prevented link text from being editable
updated to better identify non-stacks html structure
Display bug fix: Removes a small box that appears when the editor is first opened.
Added edit support for <hr> elements that are typed manually into paragraph element code properties
removes reference to $admin var in case it was causing an error
added an extra div to the .qe-admin wrap stack so that parentless html elements still get recognized
added fixed that can help when loading larger data files
A "Hide Elemement" togglable class is added by default to properties inspector for every element. Toggle it on to hide the element on the published page, but keep the element in the editor as a draft.
styled tool is a hide element tool if no text selection
*/
.qe-login-wrap {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(243, 243, 243, 1.00);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
}
.qe-login-wrap .admin-login {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.qea-notification {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: fixed;
  top: 20px;
  right: 20px;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0,.35);
  box-shadow: 0 8px 8px rgba(0,0,0,.35);
  border-left: 0.5rem solid hsl(0, 0%, 100%);
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  padding: 15px 20px;
  z-index: 99999;
  width: 100%;
  max-width: 500px;
    max-height: 90vh;
    overflow: scroll;
}
.qea-notification > h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    color: #333;
    font-family: helvetica;
    font-weight: bold;
    letter-spacing: 0px;
    width: 100%;
}
.qea-notification > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    color: #555;
    font-family: helvetica;
    font-weight: normal;
    width: 100%;
    padding-right: 15px;
}
.qea-notification .qea-notification-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: inherit;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.qea-notification .qea-notification-close svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #777;
}
.qea-notification.qea-message, .qea-notification.qea-success, .qea-notification.qea-error  {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}
.qea-success {
  border-left-color: #90dee9;
}
.qea-message {
  border-left-color: #E9B654;
}
.qea-error {
  border-left-color: hsl(0, 67%, 74%);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.ct-widget .ct-image-dialog__image {
    position: relative;
}
.ct-widget .ct-image-dialog__view:not(.qea-cannot-load-images) .ct-image-dialog__image:first-child:after {
    content: "Remove Image";
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    padding: 13px 0px;
    position: absolute;
    color: #999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    border-radius: 2px;
}
.ct-widget .ct-attribute {
  height: 33px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.ct-widget input.ct-attribute__name {
  font-weight: bold;
}
.ct-widget input.ct-section__input,
.ct-widget input.ct-attribute__name,
.ct-widget input.ct-attribute__value {
  height: 32px;
  margin: 0;
  background: transparent;
}
.ct-widget .ct-control--styles:before {
  content: "\e90c";
}
.ct-widget .ct-section {
  height: 32px;
}
.ct-widget .ct-section__switch {
  margin-top: 4px;
}
.ct-widget .ct-section__label {
  line-height: 32px;
}
.qea-notification.qea-message *, .qea-notification.qea-success *, .qea-notification.qea-error * {
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.qea-notification.qea-message *:after, .qea-notification.qea-success *:after, .qea-notification.qea-error *:after {
  display: none;
}
.ct-widget.ct-toolbox {
  padding: 0px
}
.ct-widget .ct-toolbox__grip {
  display: grid;
  grid-template-columns: min-content min-content min-content;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
}
.ct-widget .ct-tool-group {
  padding: 4px 8px;
  border-top: 1px solid rgba(0,0,0,0.15);
}
.ct-widget .ct-tool--insert:before {
  content: "\ea0a";
}
.ct-widget .ct-tool .qea-insert-icon {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #464646;
  text-align: center;
  font-family: icon;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 10px;
  background: #e8e8e8;
  color: #464646;
  box-sizing: content-box;
  padding: 1px;
  border-radius: 50%;
  width: 10px;
  height: 10px;

}
.ct-widget .ct-tool--disabled .qea-insert-icon  {
  color: rgba(70,70,70,.33);
}
.ct-widget .ct-tool .qea-insert-icon:before {
  content: "\ea0a";
}
.ct-widget .ct-tool.qea-is-insert:before {
  font-size: 14px;
}
.ct-widget .ct-tool--redo + .ct-tool .qea-insert-icon {
  padding: 2px;
}
.ct-widget .ct-tool--redo + .ct-tool .qea-insert-icon:before {
  content: "\ea2d";
  font-size: 11px;
}
.ct-widget .ct-tool--redo + .ct-tool.qea-is-insert:after {
  content: "Change Image"
}
.ce-element--type-image.ce-element--over,
.ce-element--type-image.ce-element--focused {
  filter: none;
  opacity: 1;
}
.ce-element--type-image.ce-element--over > img,
.ce-element--type-image.ce-element--focused > img {
  opacity: 0.7;
}
.ct-widget .ct-image-dialog__file-upload {
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
/* Floating Inspector */

.ct-widget .ct-inspector__tags {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.ct-widget .ct-tag {
  margin-left: 0px;
  margin-right: 16px;
}
.ct-widget .ct-tag:last-child,
.ct-widget .ct-tag:last-child:first-child {
  margin-right: 0px;
}
.ct-widget .ct-tag:before {
  content: "\e90c";
  font-family: icon;
  margin-right: 4px;
  vertical-align: bottom;
}
.ct-widget .ct-tag.qea-inline-element:active,
.ct-widget .ct-tag.qea-inline-element {
  background: #444;
  margin-left: 0px;
  margin-right: 2px;
}
.ct-widget .ct-tag.qea-inline-element:hover {
  background: #333;
}
.ct-widget .ct-tag.qea-inline-element,
.ct-widget .ct-tag:last-child {
  border-radius: 2px;
}
.ct-widget .ct-tag.qea-inline-element:after,
.ct-widget .ct-tag:last-child:after {
  display: none;
}
.ct-widget .ct-tag {
  font-size: 15px;
  font-weight: 400;
}
.ct-widget .ct-tag.qea-heading {
  font-weight: bold;
}
.ct-widget .ct-tag:before {
   display: none;
}
.ct-widget .ct-tool--paragraph:before {
  font-family: helveticaNeue, helvetica, arial;
}
.ct-widget .ct-tag.qea-styled:after,
.ct-widget .ct-tag.qea-underlined:after,
.ct-widget .ct-tag.qea-bold:after,
.ct-widget .ct-tag.qea-italic:after,
.ct-widget .ct-tag.qea-link:after,
.ct-widget .ct-tag.qea-img:after{
  all: initial;
  pointer-events: none;
  color: #fff;
  content: "\ea62";
  font-family: icon;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 14px;
}
.ct-widget .ct-tag.qea-italic:after {
  content: "\ea64";
}
.ct-widget .ct-tag.qea-link:after {
  content: "\e9cb";
}
.ct-widget .ct-tag.qea-img:after {
  content: "\e90d";
  font-size: 16px;
}
.ct-widget .ct-tag.qea-underlined:after,
.ct-widget .ct-tool--underline:before {
  content: "\ea63";
}
.ct-widget .ct-tag.qea-styled:after,
.ct-widget .ct-tool--styled:before {
  content: "\e90c";
}
.ct-widget .ct-tool--styled[data-hide="true"]:before {
  content: "\E9D1";
}
.ce-element--type-video {
  height: auto !important;
  aspect-ratio: 16/9;
  background-size: 128px 96px;
  background-color: #000;
}
img.text-left,
.ce-element--type-image.text-left,
.ce-element--type-video.text-left,
iframe.text-left {
  margin-left: 0;
  margin-right: auto;
}
img.text-center,
.ce-element--type-image.text-center,
.ce-element--type-video.text-center,
iframe.text-center {
  margin-left: auto;
  margin-right: auto;
}
img.text-right,
.ce-element--type-image.text-right,
.ce-element--type-video.text-right,
iframe.text-right {
  margin-right: 0;
  margin-left: auto;
}
.ce-element--type-image:after {
  position: absolute;
  display: none;
}
.ce-element--type-image.ce-element--focused:after {
  display: block;
  border: 1px solid #333;
  padding: 0;
}
.ce-element--type-image.ce-element--focused > div {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #333;
  z-index: 3;

}
.ce-element--type-image.ce-element--focused > div:nth-child(2),
.ce-element--type-image.ce-element--focused > div:nth-child(3){
  left: auto;
  right: -6px;
}
.ce-element--type-image.ce-element--focused > div:nth-child(3) {
  top: auto;
  bottom: -6px;
}
.ce-element--type-image.ce-element--focused > div:nth-child(4) {
  top: auto;
  bottom: -6px;
}
.ct-widget .ct-tool.ct-tool--disabled {
  cursor: default;
}
i {
  font-style: normal;
}

.qe-login-wrap .hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qe-login-wrap .icons {
  display: none;
}
.qe-login-wrap .icon {
  display: inline-block;
  fill: #aaa;
  font-size: 20px;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.qe-login-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
.qe-login-wrap input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.qe-login-wrap input[type='submit'] {
  cursor: pointer;
}
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='text'],
.qe-login-wrap .admin-login input[type='submit'] {
  width: 100%;
}
.qe-login-wrap .form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
}
.qe-login-wrap .form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.qe-login-wrap .form__input::-webkit-input-placeholder {
  color: #aaa;
}
.qe-login-wrap .form__input:-ms-input-placeholder {
  color: #aaa;
}
.qe-login-wrap .form__input::placeholder {
  color: #aaa;
}
.qe-login-wrap .admin-login label,
.qe-login-wrap .admin-login input[type='text'],
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='submit'] {
  border-radius: 4px;
  padding: 15px;
}
.qe-login-wrap .admin-login label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e9e9e9;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='text'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background-color: #f3f3f3;
  color: #333;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.qe-login-wrap .admin-login input[type='password']:focus,
.qe-login-wrap .admin-login input[type='password']:hover,
.qe-login-wrap .admin-login input[type='text']:focus,
.qe-login-wrap .admin-login input[type='text']:hover {
  background-color: #fff;
}
.qe-login-wrap .admin-login input[type='submit'] {
  background-color:  rgba(50, 111, 192, 1.00);
  color: #fff;
  font-weight: 700;
}
.qe-login-wrap .admin-login input[type='submit']:focus,
.qe-login-wrap .admin-login input[type='submit']:hover {
  background-color:  rgba(50, 111, 192, 1.00);
  opacity: .9;
}


body.qea-editing .hide-qe-element {
  position: relative;
}
body.qea-editing .hide-qe-element:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  box-shadow: inset 0 0 0 1px #000;
  background: 
    repeating-linear-gradient(
      45deg,
      #fff,
      #fff 10px,
      #000 10px,
      #000 20px
    );
  display: block !important;
  z-index: 9999;
}
body.qea-editing .hide-qe-element.ce-element--over:after {
  opacity: 0.05;
}
body.qea-editing .hide-qe-element.ce-element--focused:after {
  opacity: 0;
}
body:not(.qea-editing) .hide-qe-element {
  display: none !important;
}

#stacks_in_2018561 img {
	
	
	display: inline-block;
	margin-bottom: 21px;
	
}

@media (max-width: 47.9375em) {
	/*Mobile*/
	#stacks_in_2018561 img {
		
			
			
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/*Tablet*/
	#stacks_in_2018561 img {
		
			
			
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_2018561 img {
		
			
			
	}
}


#stacks_in_2018561 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_2018561 {
	margin: 40px 0px 0px 0px;
}


#scrollToTopButton,
#scrollToTopButton .glyphicon {
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
}

#scrollToTopButton i {
	line-height: 38px;
}


#scrollToTopButton {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2001;
}



	#scrollToTopButton {
		background-color: rgba(234, 200, 60, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}






/**/
/*  Custom breakpoint hiders based of the Bootstrap v4 em-based breakpoints.  */
/**/

@media (max-width: 47.9375em) {
  .stacks_in_2017806-scroll-to-top-btn.scroll-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 61.9375em) {
  .stacks_in_2017806-scroll-to-top-btn.scroll-hidden-md {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .stacks_in_2017806-scroll-to-top-btn.scroll-hidden-lg {
    display: none !important;
  }
}

