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


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


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

#stacks_in_1 {
	background-color: rgba(90, 179, 176, 1.00);
}













	#stacks_in_1788 > .container {
		border-radius: 0px;
	}

	


#stacks_in_1788 {
	border: solid rgba(203, 213, 177, 1.00);
	border-width: 0px 0px 2px 0px;
}



/**/
/*  Custom breakpoint hiders based of the Bootstrap v4 em-based breakpoints.  */
/**/

@media (max-width: 47.9em) {
  #stacks_in_11508 .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 61.9em) {
  #stacks_in_11508 .hidden-md {
    display: none !important;
  }
}

@media (min-width: 62em) {
  #stacks_in_11508 .hidden-lg {
    display: none !important;
  }
}




#stacks_in_11509 {
	-webkit-font-smoothing: antialiased;
}

#stacks_in_11509 .navigation_container {
	position: relative;
}

/* Drop Shadow */


/* Branding */


#stacks_in_11509 nav.navigation_bar .navigation_branding {
	margin-bottom: 0;
	padding-top: 3px;
	
	display: inline-block;
	
	
		padding-right: 15px;
		
	
	
}

#stacks_in_11509 nav.navigation_bar .navigation_branding,
#stacks_in_11509 nav.navigation_bar .navigation_branding a {
	color: rgba(255, 255, 255, 1.00);
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
}


	
		#stacks_in_11509 nav.navigation_bar .navigation_branding,
		#stacks_in_11509 nav.navigation_bar .navigation_branding a {
			font-family: Patrick Hand;
		}
	



/* Navigation Bar */
#stacks_in_11509 nav.navigation_bar {
	z-index: 100;
	background-color: rgba(75, 165, 160, 1.00);
	
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: rgba(255, 255, 255, 1.00);
	
	font-size: 14px;
	text-align: right;
	
		border-radius: 0px;
	
	/*width: 100% !important;*/
}

#stacks_in_11509 nav.navigation_bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#stacks_in_11509 nav.navigation_bar ul a.nav_item {
	text-decoration: none;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	white-space: nowrap;
	text-transform: none;
	font-weight: 400;
}

/* Banner Pairing Feature */

	



/* Underline Indicator */



/* Background Indicator & Navigation Items */

#stacks_in_11509 nav.navigation_bar ul a.nav_item:hover,
#stacks_in_11509 nav.navigation_bar ul a.nav_item.open,
#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
	text-decoration: none;
	color: rgba(75, 165, 160, 1.00);
	background-color: rgba(255, 255, 255, 1.00);
}

#stacks_in_11509 nav.navigation_bar ul a.nav_active,
#stacks_in_11509 nav.navigation_bar ul a#current {
	
	font-weight: 800;
	
}

#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li {
	margin-left: 15px;
	position: relative;
}

#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li:first-child {
	margin-left: 0px;
}

#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li {
	display: inline-block;
}

#stacks_in_11509 nav.navigation_bar ul > li > a.parent::after {
	font-family: "FontAwesome";
	content: '\f105';
	padding-left: 5px;
}

#stacks_in_11509 nav.navigation_bar ul ul {
	background-color: rgba(255, 255, 255, 1.00);
	position: absolute;
	display: none;
	z-index: 101;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.15);
	
	margin-top: 2px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	text-align: left;
}

#stacks_in_11509 nav.navigation_bar ul ul a.nav_item {
	color: rgba(0, 0, 0, 0.30);
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.5;
}

#stacks_in_11509 nav.navigation_bar ul ul a.nav_item:hover,
#stacks_in_11509 nav.navigation_bar ul ul li.Selected > a.nav_item {
	
	background-color: rgba(0, 0, 0, 0.10);
	
	color: rgba(0, 0, 0, 0.60);
}

#stacks_in_11509 nav.navigation_bar ul ul .small_hdr {
	color: rgba(0, 0, 0, 0.20);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}

#stacks_in_11509 nav.navigation_bar ul ul a.nav_item:hover,
#stacks_in_11509 nav.navigation_bar ul ul a.nav_active {
	color: rgba(0, 0, 0, 0.60);
}

#stacks_in_11509 nav.navigation_bar ul ul .nav_divider {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#stacks_in_11509 nav.navigation_bar ul ul ul,
#stacks_in_11509 nav.navigation_bar ul ul ul ul,
#stacks_in_11509 nav.navigation_bar ul ul ul ul ul,
#stacks_in_11509 nav.navigation_bar ul ul ul ul ul ul,
#stacks_in_11509 nav.navigation_bar ul ul ul ul ul ul ul {
	display: none;
}


#stacks_in_11509 nav.navigation_bar .container-fluid ul li:last-child > ul {
	right: 0;
}

/* Mobile Navigation Toggle */
#stacks_in_11509 #stacks_in_11509_mobile_navigation_toggle {
	display: none;
	float: right;
	padding: 0 15px;
	font-size: 24px;
	color: rgba(254, 216, 18, 1.00);
	cursor: pointer;

	/* v1.0.1 update */
	z-index: 2000;
}



/*****************/
/* Media Queries */
/*****************/

@media (max-width: 47.9em) {
	/* iPhone */

	.logo_float_clear {
		clear: both;
	}

	

	#stacks_in_11509 nav.navigation_bar {
		text-align: left;
	}

	#stacks_in_11509 .head_wrap {
		display: block;
		/*height: 65px;*/
	}

	#stacks_in_11509 nav.navigation_bar .navigation_branding {
		
			display: block;
		
		
		float: none;
		
	}

	#stacks_in_11509 #stacks_in_11509_mobile_navigation_toggle {
		display: block;
	}

	#stacks_in_11509 .navigation_container > ul {
		display: none;
		padding-bottom: 20px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li,
	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		display: block;
		margin: 0;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		padding-left: 15px;
		padding-right: 15px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_container ul ul > li > a.nav_item,
	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		line-height: 45px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_container ul ul > li > a.nav_item,
	#stacks_in_11509 nav.navigation_bar ul ul .small_hdr {
		padding-left: 30px;
		padding-right: 15px;
	}

	#stacks_in_11509 nav.navigation_bar > ul > li > a.nav_item:hover,
	#stacks_in_11509 nav.navigation_bar > ul > li > a.nav_item.open,
	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
		border-bottom: 0px;
	}

	#stacks_in_11509 .navigation_bar .container,
	#stacks_in_11509 .navigation_bar .container-fluid {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#stacks_in_11509 nav.navigation_bar ul ul {
		background-color: transparent;
		position: relative;
		display: none;
		overflow: hidden;
		border: none;
		padding: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

}

@media (min-width: 48em) {
	/* iPad and up */

	
	#stacks_in_11509 nav.navigation_bar > .navigation_container > ul > li > a.nav_item {
		padding: 5px 5px;
		border-radius: 8px;
	}
	
}

@media (min-width: 34em) and (max-width: 47.9em) {
	/* iPad */

	.logo_float_clear {
		clear: both;
	}

	#stacks_in_11509 .head_wrap {
		display: block;
		/*height: 65px;*/
	}

	#stacks_in_11509 nav.navigation_bar {
		text-align: left;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_branding {
		
		display: block;
		
		
		float: none;
		
	}

	#stacks_in_11509 #stacks_in_11509_mobile_navigation_toggle {
		display: block;
	}

	#stacks_in_11509 .navigation_container > ul {
		display: none;
		padding-bottom: 20px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li,
	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		display: block;
		margin: 0;
		line-height: 34px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		padding-left: 15px;
		padding-right: 15px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_container ul ul > li > a.nav_item,
	#stacks_in_11509 nav.navigation_bar ul ul .small_hdr {
		padding-left: 30px;
		padding-right: 15px;
	}

	#stacks_in_11509 .navigation_bar > .container,
	#stacks_in_11509 .navigation_bar > .container-fluid {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#stacks_in_11509 nav.navigation_bar ul ul {
		background-color: transparent;
		position: relative;
		display: none;
		overflow: hidden;
		border: none;
		padding: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

}

@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11509 nav.navigation_bar .navigation_branding {
		margin-left: 15px;
	}

	#stacks_in_11509 nav.navigation_bar {
		font-size: 16px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_branding,
	#stacks_in_11509 nav.navigation_bar .navigation_branding a {
		font-size: 16px;
	}

	#stacks_in_11509 .navigation_bar .navigation_container > ul {
		display: none;
		/*margin-bottom: 20px;*/
	}

	

	#stacks_in_11509 nav.navigation_bar .navigation_branding {
		line-height: 61px;
	}

	#stacks_in_11509 nav.navigation_bar {
		/*height: 65px;*/
		line-height: 65px;
	}

	#stacks_in_11509 .nav_bar_placeholder {
		height: 65px;
	}

		#stacks_in_11509 nav.navigation_bar ul a.nav_item {
			border-radius: 0 !important;
		}

	/* Mobile Color Overrides */
	#stacks_in_11509 .navigation_container > ul {
		background-color: rgba(247, 247, 249, 1.00);
	}

	

	#stacks_in_11509 nav.navigation_bar ul a.nav_item,
	#stacks_in_11509 nav.navigation_bar ul ul a.nav_item {
		color: rgba(40, 169, 161, 1.00);
	}

	#stacks_in_11509 nav.navigation_bar ul a.nav_item:hover,
	#stacks_in_11509 nav.navigation_bar ul li.Selected > a.nav_item {
		color: rgba(244, 37, 24, 1.00);
	}

	#stacks_in_11509 nav.navigation_bar ul a.nav_item:hover,
	#stacks_in_11509 nav.navigation_bar ul a.nav_item.open,
	#stacks_in_11509 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
		color: rgba(244, 37, 24, 1.00) !important;
		
			background-color: rgba(0, 0, 0, 0.10) !important;
		
	}

}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	

	#stacks_in_11509 nav.navigation_bar .navigation_branding {
			float: left;
	}

	#stacks_in_11509 nav.navigation_bar {
		font-size: 10px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_branding,
	#stacks_in_11509 nav.navigation_bar .navigation_branding a {
		font-size: 14px;
	}

	#stacks_in_11509 .navigation_bar .navigation_container > ul {
		display: inline-block !important;
	}

	

	#stacks_in_11509 nav.navigation_bar .navigation_branding {
		line-height: 61px;
	}

	#stacks_in_11509 nav.navigation_bar {
		line-height: 65px;
		/*height: 65px;*/
	}

	#stacks_in_11509 .nav_bar_placeholder {
		height: 65px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	

	#stacks_in_11509 nav.navigation_bar .navigation_branding {
		float: left;
	}

	#stacks_in_11509 nav.navigation_bar {
		font-size: 14px;
	}

	#stacks_in_11509 nav.navigation_bar .navigation_branding,
	#stacks_in_11509 nav.navigation_bar .navigation_branding a {
		font-size: 18px;
	}

	#stacks_in_11509 .navigation_bar .navigation_container > ul {
		display: inline-block !important;
	}

	

	#stacks_in_11509 nav.navigation_bar .navigation_branding {
		position: relative;
		margin-top: -1px;
		height: 76px;
		line-height: 76px;
	}

	#stacks_in_11509 nav.navigation_bar {
		/*height: 80px;*/
		line-height: 80px;
	}

	#stacks_in_11509 .nav_bar_placeholder {
		height: 80px;
	}
}



	@media (max-width: 47.9em) {
		/*Small*/
		nav.navigation_bar > .container-fluid h1.navigation_branding {
			padding-left: 0px !important;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9em) {
		/*Medium*/
		nav.navigation_bar > .container-fluid {
			padding-left: 0px;
			padding-right: 0px;
		}
	}

	@media (min-width: 62em) {
		/*Large*/
		nav.navigation_bar > .container-fluid {
			padding-left: 0px;
			padding-right: 0px;
		}
	}



/*  Sticky Navigation */
#stacks_in_11509 .nav_bar_placeholder {
	z-index: 999;
	position: relative;
}



#stacks_in_11509 #sticky-wrapper,
#stacks_in_11509 .navigation_bar {
	width: 100% !important;
}

#stacks_in_11509 {
	background-color: rgba(75, 165, 160, 1.00);
}



/**/
/*  Custom breakpoint hiders based of the Bootstrap v4 em-based breakpoints.  */
/**/

@media (max-width: 47.9em) {
  #stacks_in_11511 .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 48em) and (max-width: 61.9em) {
  #stacks_in_11511 .hidden-md {
    display: none !important;
  }
}

@media (min-width: 62em) {
  #stacks_in_11511 .hidden-lg {
    display: none !important;
  }
}




#stacks_in_11512 {
	-webkit-font-smoothing: antialiased;
}

#stacks_in_11512 .navigation_container {
	position: relative;
}

/* Drop Shadow */


/* Branding */


#stacks_in_11512 nav.navigation_bar .navigation_branding {
	margin-bottom: 0;
	padding-top: 3px;
	
	display: inline-block;
	
	
		padding-right: 15px;
		
	
	
}

#stacks_in_11512 nav.navigation_bar .navigation_branding,
#stacks_in_11512 nav.navigation_bar .navigation_branding a {
	color: rgba(40, 169, 161, 1.00);
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
	
	vertical-align: top;
}


	
		#stacks_in_11512 nav.navigation_bar .navigation_branding,
		#stacks_in_11512 nav.navigation_bar .navigation_branding a {
			font-family: Patrick Hand;
		}
	



/* Navigation Bar */
#stacks_in_11512 nav.navigation_bar {
	z-index: 100;
	background-color: rgba(255, 255, 255, 1.00);
	
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: rgba(75, 165, 160, 1.00);
	
	font-size: 14px;
	text-align: right;
	
		border-radius: 0px;
	
	/*width: 100% !important;*/
}

#stacks_in_11512 nav.navigation_bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#stacks_in_11512 nav.navigation_bar ul a.nav_item {
	text-decoration: none;
	color: rgba(40, 169, 161, 1.00);
	cursor: pointer;
	white-space: nowrap;
	text-transform: none;
	font-weight: 400;
}

/* Banner Pairing Feature */

	



/* Underline Indicator */



/* Background Indicator & Navigation Items */

#stacks_in_11512 nav.navigation_bar ul a.nav_item:hover,
#stacks_in_11512 nav.navigation_bar ul a.nav_item.open,
#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
	text-decoration: none;
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(90, 179, 176, 1.00);
}

#stacks_in_11512 nav.navigation_bar ul a.nav_active,
#stacks_in_11512 nav.navigation_bar ul a#current {
	
	font-weight: 800;
	
}

#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li {
	margin-left: 10px;
	position: relative;
}

#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li:first-child {
	margin-left: 0px;
}

#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li {
	display: inline-block;
}

#stacks_in_11512 nav.navigation_bar ul > li > a.parent::after {
	font-family: "FontAwesome";
	content: '\f105';
	padding-left: 5px;
}

#stacks_in_11512 nav.navigation_bar ul ul {
	background-color: rgba(255, 255, 255, 1.00);
	position: absolute;
	display: none;
	z-index: 101;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.15);
	
	margin-top: 5px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	text-align: left;
}

#stacks_in_11512 nav.navigation_bar ul ul a.nav_item {
	color: rgba(0, 0, 0, 0.30);
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.5;
}

#stacks_in_11512 nav.navigation_bar ul ul a.nav_item:hover,
#stacks_in_11512 nav.navigation_bar ul ul li.Selected > a.nav_item {
	
	background-color: rgba(0, 0, 0, 0.10);
	
	color: rgba(0, 0, 0, 0.60);
}

#stacks_in_11512 nav.navigation_bar ul ul .small_hdr {
	color: rgba(0, 0, 0, 0.20);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}

#stacks_in_11512 nav.navigation_bar ul ul a.nav_item:hover,
#stacks_in_11512 nav.navigation_bar ul ul a.nav_active {
	color: rgba(0, 0, 0, 0.60);
}

#stacks_in_11512 nav.navigation_bar ul ul .nav_divider {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#stacks_in_11512 nav.navigation_bar ul ul ul,
#stacks_in_11512 nav.navigation_bar ul ul ul ul,
#stacks_in_11512 nav.navigation_bar ul ul ul ul ul,
#stacks_in_11512 nav.navigation_bar ul ul ul ul ul ul,
#stacks_in_11512 nav.navigation_bar ul ul ul ul ul ul ul {
	display: none;
}


#stacks_in_11512 nav.navigation_bar .container-fluid ul li:last-child > ul {
	right: 0;
}

/* Mobile Navigation Toggle */
#stacks_in_11512 #stacks_in_11512_mobile_navigation_toggle {
	display: none;
	float: right;
	padding: 0 15px;
	font-size: 24px;
	color: rgba(3, 41, 132, 1.00);
	cursor: pointer;

	/* v1.0.1 update */
	z-index: 2000;
}



/*****************/
/* Media Queries */
/*****************/

@media (max-width: 47.9em) {
	/* iPhone */

	.logo_float_clear {
		clear: both;
	}

	

	#stacks_in_11512 nav.navigation_bar {
		text-align: left;
	}

	#stacks_in_11512 .head_wrap {
		display: block;
		/*height: 65px;*/
	}

	#stacks_in_11512 nav.navigation_bar .navigation_branding {
		
			display: block;
		
		
		float: none;
		
	}

	#stacks_in_11512 #stacks_in_11512_mobile_navigation_toggle {
		display: block;
	}

	#stacks_in_11512 .navigation_container > ul {
		display: none;
		padding-bottom: 20px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li,
	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		display: block;
		margin: 0;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		padding-left: 15px;
		padding-right: 15px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_container ul ul > li > a.nav_item,
	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		line-height: 45px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_container ul ul > li > a.nav_item,
	#stacks_in_11512 nav.navigation_bar ul ul .small_hdr {
		padding-left: 30px;
		padding-right: 15px;
	}

	#stacks_in_11512 nav.navigation_bar > ul > li > a.nav_item:hover,
	#stacks_in_11512 nav.navigation_bar > ul > li > a.nav_item.open,
	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
		border-bottom: 0px;
	}

	#stacks_in_11512 .navigation_bar .container,
	#stacks_in_11512 .navigation_bar .container-fluid {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#stacks_in_11512 nav.navigation_bar ul ul {
		background-color: transparent;
		position: relative;
		display: none;
		overflow: hidden;
		border: none;
		padding: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

}

@media (min-width: 48em) {
	/* iPad and up */

	
	#stacks_in_11512 nav.navigation_bar > .navigation_container > ul > li > a.nav_item {
		padding: 5px 10px;
		border-radius: 8px;
	}
	
}

@media (min-width: 34em) and (max-width: 47.9em) {
	/* iPad */

	.logo_float_clear {
		clear: both;
	}

	#stacks_in_11512 .head_wrap {
		display: block;
		/*height: 65px;*/
	}

	#stacks_in_11512 nav.navigation_bar {
		text-align: left;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_branding {
		
		display: block;
		
		
		float: none;
		
	}

	#stacks_in_11512 #stacks_in_11512_mobile_navigation_toggle {
		display: block;
	}

	#stacks_in_11512 .navigation_container > ul {
		display: none;
		padding-bottom: 20px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li,
	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		display: block;
		margin: 0;
		line-height: 34px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li > a.nav_item {
		padding-left: 15px;
		padding-right: 15px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_container ul ul > li > a.nav_item,
	#stacks_in_11512 nav.navigation_bar ul ul .small_hdr {
		padding-left: 30px;
		padding-right: 15px;
	}

	#stacks_in_11512 .navigation_bar > .container,
	#stacks_in_11512 .navigation_bar > .container-fluid {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	#stacks_in_11512 nav.navigation_bar ul ul {
		background-color: transparent;
		position: relative;
		display: none;
		overflow: hidden;
		border: none;
		padding: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

}

@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_11512 nav.navigation_bar .navigation_branding {
		margin-left: 15px;
	}

	#stacks_in_11512 nav.navigation_bar {
		font-size: 18px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_branding,
	#stacks_in_11512 nav.navigation_bar .navigation_branding a {
		font-size: 16px;
	}

	#stacks_in_11512 .navigation_bar .navigation_container > ul {
		display: none;
		/*margin-bottom: 20px;*/
	}

	

	#stacks_in_11512 nav.navigation_bar .navigation_branding {
		line-height: 61px;
	}

	#stacks_in_11512 nav.navigation_bar {
		/*height: 65px;*/
		line-height: 65px;
	}

	#stacks_in_11512 .nav_bar_placeholder {
		height: 65px;
	}

		#stacks_in_11512 nav.navigation_bar ul a.nav_item {
			border-radius: 0 !important;
		}

	/* Mobile Color Overrides */
	#stacks_in_11512 .navigation_container > ul {
		background-color: rgba(247, 247, 249, 1.00);
	}

	

	#stacks_in_11512 nav.navigation_bar ul a.nav_item,
	#stacks_in_11512 nav.navigation_bar ul ul a.nav_item {
		color: rgba(1, 41, 132, 1.00);
	}

	#stacks_in_11512 nav.navigation_bar ul a.nav_item:hover,
	#stacks_in_11512 nav.navigation_bar ul li.Selected > a.nav_item {
		color: rgba(244, 37, 24, 1.00);
	}

	#stacks_in_11512 nav.navigation_bar ul a.nav_item:hover,
	#stacks_in_11512 nav.navigation_bar ul a.nav_item.open,
	#stacks_in_11512 nav.navigation_bar .navigation_container > ul > li.Selected > a.nav_item {
		color: rgba(244, 37, 24, 1.00) !important;
		
			background-color: rgba(0, 0, 0, 0.10) !important;
		
	}

}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	

	#stacks_in_11512 nav.navigation_bar .navigation_branding {
			float: left;
	}

	#stacks_in_11512 nav.navigation_bar {
		font-size: 16px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_branding,
	#stacks_in_11512 nav.navigation_bar .navigation_branding a {
		font-size: 20px;
	}

	#stacks_in_11512 .navigation_bar .navigation_container > ul {
		display: inline-block !important;
	}

	

	#stacks_in_11512 nav.navigation_bar .navigation_branding {
		line-height: 61px;
	}

	#stacks_in_11512 nav.navigation_bar {
		line-height: 65px;
		/*height: 65px;*/
	}

	#stacks_in_11512 .nav_bar_placeholder {
		height: 65px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	

	#stacks_in_11512 nav.navigation_bar .navigation_branding {
		float: left;
	}

	#stacks_in_11512 nav.navigation_bar {
		font-size: 18px;
	}

	#stacks_in_11512 nav.navigation_bar .navigation_branding,
	#stacks_in_11512 nav.navigation_bar .navigation_branding a {
		font-size: 42px;
	}

	#stacks_in_11512 .navigation_bar .navigation_container > ul {
		display: inline-block !important;
	}

	

	#stacks_in_11512 nav.navigation_bar .navigation_branding {
		position: relative;
		margin-top: -1px;
		height: 76px;
		line-height: 76px;
	}

	#stacks_in_11512 nav.navigation_bar {
		/*height: 80px;*/
		line-height: 80px;
	}

	#stacks_in_11512 .nav_bar_placeholder {
		height: 80px;
	}
}



	@media (max-width: 47.9em) {
		/*Small*/
		nav.navigation_bar > .container-fluid h1.navigation_branding {
			padding-left: 0px !important;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9em) {
		/*Medium*/
		nav.navigation_bar > .container-fluid {
			padding-left: 20px;
			padding-right: 20px;
		}
	}

	@media (min-width: 62em) {
		/*Large*/
		nav.navigation_bar > .container-fluid {
			padding-left: 40px;
			padding-right: 40px;
		}
	}



/*  Sticky Navigation */
#stacks_in_11512 .nav_bar_placeholder {
	z-index: 999;
	position: relative;
}



#stacks_in_11512 #sticky-wrapper,
#stacks_in_11512 .navigation_bar {
	width: 100% !important;
}

#stacks_in_11512 {
	background-color: rgba(255, 255, 255, 1.00);
}
/*!
 * 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: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Work Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

.paragraph {
  color: #373a3c; }

[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: #28a9a1;
  text-decoration: none; }
  a:focus, a:hover {
    color: #196b66;
    text-decoration: underline; }
  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: Patrick Hand;
  font-weight: 500;
  line-height: 1.2;
  color: #373a3c; }

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: rgba(254, 216, 19, 0.85); }

.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.5;
  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-rounded {
  border-radius: 4px; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
  border-radius: 4px; }

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px; }
  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.5;
  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: 768px) {
    .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: 768px) {
  .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.5;
    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: #28baf9; }

.table-hover .table-success:hover {
  background-color: #0fb2f8; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #0fb2f8; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cce8f0; }

.table-hover .table-info:hover {
  background-color: #b8dfea; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b8dfea; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgba(254, 216, 19, 0.85); }

.table-hover .table-warning:hover {
  background-color: rgba(246, 207, 1, 0.85); }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: rgba(246, 207, 1, 0.85); }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #28baf9; }

.table-hover .table-danger:hover {
  background-color: #0fb2f8; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #0fb2f8; }

.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.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .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.25rem + 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.25rem; }
  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.25rem;
  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;
  border-radius: 4px; }

.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;
  border-radius: 4px; }

.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.5625rem;
  background-size: 1.4625rem 1.4625rem; }

.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: #458816; }

.has-success .form-control {
  border-color: #458816; }

.has-success .input-group-addon {
  color: #458816 !important;
  border-color: #458816;
  background-color: #acea80; }

.has-success .form-control-feedback {
  color: #458816; }

.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: #d6ecf3; }

.has-warning .form-control {
  border-color: #d6ecf3; }

.has-warning .input-group-addon {
  color: #d6ecf3 !important;
  border-color: #d6ecf3;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #d6ecf3; }

.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: #f7000c; }

.has-danger .form-control {
  border-color: #f7000c; }

.has-danger .input-group-addon {
  color: #f7000c !important;
  border-color: #f7000c;
  background-color: #ffc4c7; }

.has-danger .form-control-feedback {
  color: #f7000c; }

.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.5;
  border-radius: 4px; }
  .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: #28a9a1;
  border-color: #28a9a1; }
  .btn-primary:hover {
    color: #fff;
    background-color: #1e807a;
    border-color: #1c7872; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1e807a;
    border-color: #1c7872; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1e807a;
    border-color: #1c7872;
    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: #17635e;
      border-color: #10423f; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary.focus:disabled {
    background-color: #28a9a1;
    border-color: #28a9a1; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #28a9a1;
    border-color: #28a9a1; }

.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: #28a9a1;
  border-color: #28a9a1; }
  .btn-info:hover {
    color: #fff;
    background-color: #1e807a;
    border-color: #1c7872; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1e807a;
    border-color: #1c7872; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1e807a;
    border-color: #1c7872;
    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: #17635e;
      border-color: #10423f; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info.focus:disabled {
    background-color: #28a9a1;
    border-color: #28a9a1; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #28a9a1;
    border-color: #28a9a1; }

.btn-success {
  color: #fff;
  background-color: #458816;
  border-color: #458816; }
  .btn-success:hover {
    color: #fff;
    background-color: #2f5c0f;
    border-color: #2a530d; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2f5c0f;
    border-color: #2a530d; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2f5c0f;
    border-color: #2a530d;
    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: #1f3d0a;
      border-color: #0d1a04; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success.focus:disabled {
    background-color: #458816;
    border-color: #458816; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #458816;
    border-color: #458816; }

.btn-warning {
  color: #fff;
  background-color: #d6ecf3;
  border-color: #d6ecf3; }
  .btn-warning:hover {
    color: #fff;
    background-color: #afdae7;
    border-color: #a7d6e5; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #afdae7;
    border-color: #a7d6e5; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #afdae7;
    border-color: #a7d6e5;
    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: #93cddf;
      border-color: #73bed6; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning.focus:disabled {
    background-color: #d6ecf3;
    border-color: #d6ecf3; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #d6ecf3;
    border-color: #d6ecf3; }

.btn-danger {
  color: #fff;
  background-color: #f7000c;
  border-color: #f7000c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c4000a;
    border-color: #ba0009; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c4000a;
    border-color: #ba0009; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c4000a;
    border-color: #ba0009;
    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: #a00008;
      border-color: #780006; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger.focus:disabled {
    background-color: #f7000c;
    border-color: #f7000c; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #f7000c;
    border-color: #f7000c; }

.btn-primary-outline {
  color: #28a9a1;
  background-image: none;
  background-color: transparent;
  border-color: #28a9a1; }
  .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: #28a9a1;
    border-color: #28a9a1; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #28a9a1;
    border-color: #28a9a1; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline.focus:disabled {
    border-color: #5ed9d1; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #5ed9d1; }

.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: #28a9a1;
  background-image: none;
  background-color: transparent;
  border-color: #28a9a1; }
  .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: #28a9a1;
    border-color: #28a9a1; }
  .btn-info-outline:hover {
    color: #fff;
    background-color: #28a9a1;
    border-color: #28a9a1; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline.focus:disabled {
    border-color: #5ed9d1; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #5ed9d1; }

.btn-success-outline {
  color: #458816;
  background-image: none;
  background-color: transparent;
  border-color: #458816; }
  .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: #458816;
    border-color: #458816; }
  .btn-success-outline:hover {
    color: #fff;
    background-color: #458816;
    border-color: #458816; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline.focus:disabled {
    border-color: #72dc28; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #72dc28; }

.btn-warning-outline {
  color: #d6ecf3;
  background-image: none;
  background-color: transparent;
  border-color: #d6ecf3; }
  .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: #d6ecf3;
    border-color: #d6ecf3; }
  .btn-warning-outline:hover {
    color: #fff;
    background-color: #d6ecf3;
    border-color: #d6ecf3; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline.focus:disabled {
    border-color: white; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: white; }

.btn-danger-outline {
  color: #f7000c;
  background-image: none;
  background-color: transparent;
  border-color: #f7000c; }
  .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: #f7000c;
    border-color: #f7000c; }
  .btn-danger-outline:hover {
    color: #fff;
    background-color: #f7000c;
    border-color: #f7000c; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline.focus:disabled {
    border-color: #ff5e66; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #ff5e66; }

.btn-link {
  font-weight: normal;
  color: #28a9a1;
  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: #196b66;
    text-decoration: underline;
    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;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px; }

.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: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.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.5;
  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: #28a9a1;
    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.5;
  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:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-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-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-top-left-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:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.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;
  border-radius: 4px; }
  .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;
    border-radius: 4px; }
  .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;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 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: underline; }
  .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;
    border-radius: 4px 4px 0 0; }
    .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;
  border-radius: 4px; }

.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: #28a9a1; }

.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;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 4px; } }
.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }
.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }
.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;
  border-radius: 4px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

@media (min-width: 768px) {
  .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;
  border-radius: 4px; }

.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: underline; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 4px 4px 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 4px 4px; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 4px 4px 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 4px 4px; }

.card-primary {
  background-color: #28a9a1;
  border-color: #28a9a1; }

.card-success {
  background-color: #458816;
  border-color: #458816; }

.card-info {
  background-color: #28a9a1;
  border-color: #28a9a1; }

.card-warning {
  background-color: #d6ecf3;
  border-color: #d6ecf3; }

.card-danger {
  background-color: #f7000c;
  border-color: #f7000c; }

.card-primary-outline {
  background-color: transparent;
  border-color: #28a9a1; }

.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc; }

.card-info-outline {
  background-color: transparent;
  border-color: #28a9a1; }

.card-success-outline {
  background-color: transparent;
  border-color: #458816; }

.card-warning-outline {
  background-color: transparent;
  border-color: #d6ecf3; }

.card-danger-outline {
  background-color: transparent;
  border-color: #f7000c; }

.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 {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-radius: 4px 4px 0 0; }

.card-img-bottom {
  border-radius: 0 0 4px 4px; }

@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; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 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; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 4px; }
  .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;
  border-radius: 4px; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .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: #818a91;
    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.5;
  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-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.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: #818a91;
    cursor: not-allowed;
    background-color: white; }
  .pager .disabled > span {
    color: #818a91;
    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;
  border-radius: 4px; }
  .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;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #28a9a1; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #1e807a; }

.label-success {
  background-color: #458816; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #2f5c0f; }

.label-info {
  background-color: #28a9a1; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #1e807a; }

.label-warning {
  background-color: #d6ecf3; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #afdae7; }

.label-danger {
  background-color: #f7000c; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c4000a; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 4px; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }
.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: #28baf9;
  border-color: #0fb2f8;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #06a4e8; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #cce8f0;
  border-color: #b0dce8;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #9dd3e2; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: rgba(254, 216, 19, 0.85);
  border-color: rgba(246, 207, 1, 0.85);
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: rgba(221, 185, 1, 0.85); }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #28baf9;
  border-color: #0fb2f8;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #06a4e8; }
  .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;
  border-radius: 4px; }

.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: #28a9a1; }

@media screen and (min-width: 0\0) {
  .progress-primary .progress-bar {
    background-color: #28a9a1; } }

.progress-success {
  background-color: #458816; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #458816; } }

.progress-info {
  background-color: #28a9a1; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #28a9a1; } }

.progress-warning {
  background-color: #d6ecf3; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #d6ecf3; } }

.progress-danger {
  background-color: #f7000c; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #f7000c; } }

.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:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.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: #28a9a1;
  border-color: #28a9a1; }
  .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: #b1ece9; }

.list-group-item-success {
  color: #3c763d;
  background-color: #28baf9; }

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: #0fb2f8; }
  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: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #cce8f0; }

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: #b8dfea; }
  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: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: rgba(254, 216, 19, 0.85); }

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: rgba(246, 207, 1, 0.85); }
  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: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #28baf9; }

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: #0fb2f8; }
  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: #fff;
    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: 4px;
  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.5; }

.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: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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: #000; }
  .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: #000; }
  .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: #000; }
  .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: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.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: Work Sans, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  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);
  border-radius: 4px; }
  .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;
  border-radius: 3px 3px 0 0; }

.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: 768px) {
  .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: 768px) {
  .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: #28a9a1 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #1e807a; }

.text-success {
  color: #458816 !important; }

a.text-success:focus, a.text-success:hover {
  color: #2f5c0f; }

.text-info {
  color: #28a9a1 !important; }

a.text-info:focus, a.text-info:hover {
  color: #1e807a; }

.text-warning {
  color: #d6ecf3 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #afdae7; }

.text-danger {
  color: #f7000c !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c4000a; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #28a9a1 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #1e807a; }

.bg-success {
  color: #fff !important;
  background-color: #458816 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #2f5c0f; }

.bg-info {
  color: #fff !important;
  background-color: #28a9a1 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #1e807a; }

.bg-warning {
  color: #fff !important;
  background-color: #d6ecf3 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #afdae7; }

.bg-danger {
  color: #fff !important;
  background-color: #f7000c !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c4000a; }

.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: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .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: 4px; }

.gallery_image {
  margin-bottom: 1rem;
  border-radius: 4px; }

p.featured_image_caption {
  margin-bottom: 2rem; }

.accordion_item {
  border-radius: 4px; }

.foundry-label > h3:before,
.foundry-label > h3:after {
  background: rgba(0, 0, 0, 0.1); }

ul.social_badges_container li a {
  border-radius: 4px; }

.foundry_icon i {
  border-radius: 4px; }

.icon_bar_wrapper {
  border-radius: 4px; }

ul.bulleted_list li i {
  line-height: 1.5; }

.label {
  margin-bottom: 0.5rem;
  /* Foundry addition */ }

.positioner_wrapper,
.foundry-base-margin {
  margin-bottom: 1rem; }

.foundry-footer {
  color: #373a3c; }

.foundry-footer a,
.foundry-footer a:visited {
  color: #28a9a1; }

.foundry-footer a:hover,
.foundry-footer a:active {
  color: #196b66; }

.foundry-accordion-title-bar-bg-primary a.accordion_toggle {
  background: #28a9a1; }

.foundry-accordion-title-bar-bg-success a.accordion_toggle {
  background: #458816; }

.foundry-accordion-title-bar-bg-info a.accordion_toggle {
  background: #28a9a1; }

.foundry-accordion-title-bar-bg-warning a.accordion_toggle {
  background: #d6ecf3; }

.foundry-accordion-title-bar-bg-danger a.accordion_toggle {
  background: #f7000c; }

pre.prettyprint {
  border-radius: 4px; }

.hi-content-wrap {
  line-height: 1.5; }

ul.lz-menu {
  border-radius: 4px; }

/*****************************************/
/*  Foundry Specific CSS                 */
/*****************************************/
/* End Edit Mode */
body.antialiased {
  -webkit-font-smoothing: antialiased; }

/* Site Background Styling Options - Background Image, Color Picker, or determined by theme. */
body {
  font-weight: 400; }

/* Header Font Sizing Options */
@media (max-width: 33.9em) {
  /* Mobile */
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 26px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 34em) and (max-width: 47.9em) {
  /* Tablet */
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 26px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 18px; } }

@media (min-width: 48em) and (max-width: 61.9em) {
  /* Desktop */
  h1 {
    font-size: 64px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 20px; } }

@media (min-width: 62em) {
  /* Widescreen */
  h1 {
    font-size: 64px; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  h4 {
    font-size: 28px; }
  h5 {
    font-size: 24px; }
  h6 {
    font-size: 20px; } }






.darken_color {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background: rgba(0,0,0,0.15);
}

.card-group .card:nth-child(1) .card-block,
.card-group .card:nth-child(1) .card-block .darken_color {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.card-group .card:nth-child(5) .card-block,
.card-group .card:nth-child(5) .card-block .darken_color {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* Surprise Palette */
.surprise-palette .card-group .card:nth-child(1) .card-block {
	background-color: #247BA0;
}

.surprise-palette .card-group .card:nth-child(2) .card-block {
	background-color: #70C1B3;
}

.surprise-palette .card-group .card:nth-child(3) .card-block {
	background-color: #B2DBBF;
}

.surprise-palette .card-group .card:nth-child(4) .card-block {
	background-color: #F3FFBD;
}

.surprise-palette .card-group .card:nth-child(5) .card-block {
	background-color: #FF1654;
}

/*------*/

/*Avocado Palette*/
.avocado-palette .card-group .card:nth-child(1) .card-block {
	background-color: #BCE784;
}

.avocado-palette .card-group .card:nth-child(2) .card-block {
	background-color: #5DD39E;
}

.avocado-palette .card-group .card:nth-child(3) .card-block {
	background-color: #348AA7;
}

.avocado-palette .card-group .card:nth-child(4) .card-block {
	background-color: #525174;
}

.avocado-palette .card-group .card:nth-child(5) .card-block {
	background-color: #513B56;
}

/*------*/

/*Purple Frog Palette*/
.purple-frog-palette .card-group .card:nth-child(1) .card-block {
	background-color: #3B3131;
}

.purple-frog-palette .card-group .card:nth-child(2) .card-block {
	background-color: #46472B;
}

.purple-frog-palette .card-group .card:nth-child(3) .card-block {
	background-color: #B5B690;
}

.purple-frog-palette .card-group .card:nth-child(4) .card-block {
	background-color: #F1F1DC;
}

.purple-frog-palette .card-group .card:nth-child(5) .card-block {
	background-color: #8F0853;
}

/*------*/

/*Tweet Palette*/
.tweet-palette .card-group .card:nth-child(1) .card-block {
	background-color: #30D8F0;
}

.tweet-palette .card-group .card:nth-child(2) .card-block {
	background-color: #9AE4E8;
}

.tweet-palette .card-group .card:nth-child(3) .card-block {
	background-color: #B3ECEF;
}

.tweet-palette .card-group .card:nth-child(4) .card-block {
	background-color: #C3F0F2;
}

.tweet-palette .card-group .card:nth-child(5) .card-block {
	background-color: #DDFFCC;
}

/*------*/

/*Temptation Palette*/
.temptation-palette .card-group .card:nth-child(1) .card-block {
	background-color: #FFBCB1;
}

.temptation-palette .card-group .card:nth-child(2) .card-block {
	background-color: #E67A90;
}

.temptation-palette .card-group .card:nth-child(3) .card-block {
	background-color: #362411;
}

.temptation-palette .card-group .card:nth-child(4) .card-block {
	background-color: #AB1F20;
}

.temptation-palette .card-group .card:nth-child(5) .card-block {
	background-color: #000000;
}

/*------*/

/*Brooklyn Palette*/
.brooklyn-palette .card-group .card:nth-child(1) .card-block {
	background-color: #81B5B0;
}

.brooklyn-palette .card-group .card:nth-child(2) .card-block {
	background-color: #B4544E;
}

.brooklyn-palette .card-group .card:nth-child(3) .card-block {
	background-color: #47453D;
}

.brooklyn-palette .card-group .card:nth-child(4) .card-block {
	background-color: #C3BDA5;
}

.brooklyn-palette .card-group .card:nth-child(5) .card-block {
	background-color: #DBD3B8;
}

/*------*/

/*Subdued Palette*/
.subdued-palette .card-group .card:nth-child(1) .card-block {
	background-color: #3E362F;
}

.subdued-palette .card-group .card:nth-child(2) .card-block {
	background-color: #797066;
}

.subdued-palette .card-group .card:nth-child(3) .card-block {
	background-color: #D5CFA7;
}

.subdued-palette .card-group .card:nth-child(4) .card-block {
	background-color: #65594D;
}

.subdued-palette .card-group .card:nth-child(5) .card-block {
	background-color: #d8d8d5;
}

/*------*/

/*Retro Palette*/
.retro-palette .card-group .card:nth-child(1) .card-block {
	background-color: #D8D6AF;
}

.retro-palette .card-group .card:nth-child(2) .card-block {
	background-color: #C3B787;
}

.retro-palette .card-group .card:nth-child(3) .card-block {
	background-color: #AB925C;
}

.retro-palette .card-group .card:nth-child(4) .card-block {
	background-color: #DA902D;
}

.retro-palette .card-group .card:nth-child(5) .card-block {
	background-color: #983727;
}

/*------*/

/*Robot Palette*/
.robot-palette .card-group .card:nth-child(1) .card-block {
	background-color: #464D5C;
}

.robot-palette .card-group .card:nth-child(2) .card-block {
	background-color: #A4C639;
}

.robot-palette .card-group .card:nth-child(3) .card-block {
	background-color: #D1E29C;
}

.robot-palette .card-group .card:nth-child(4) .card-block {
	background-color: #E4EBCE;
}

.robot-palette .card-group .card:nth-child(5) .card-block {
	background-color: #F0F0F0;
}

/*------*/

/*Hot Stuff Palette*/
.hot-stuff-palette .card-group .card:nth-child(1) .card-block {
	background-color: #5b1647;
}

.hot-stuff-palette .card-group .card:nth-child(2) .card-block {
	background-color: #93073e;
}

.hot-stuff-palette .card-group .card:nth-child(3) .card-block {
	background-color: #c90035;
}

.hot-stuff-palette .card-group .card:nth-child(4) .card-block {
	background-color: #ff5627;
}

.hot-stuff-palette .card-group .card:nth-child(5) .card-block {
	background-color: #ffc400;
}

/*------*/

/*Lovely Palette*/
.lovely-palette .card-group .card:nth-child(1) .card-block {
	background-color: #ECFFDF;
}

.lovely-palette .card-group .card:nth-child(2) .card-block {
	background-color: #BECACA;
}

.lovely-palette .card-group .card:nth-child(3) .card-block {
	background-color: #928EA5;
}

.lovely-palette .card-group .card:nth-child(4) .card-block {
	background-color: #5E4D65;
}

.lovely-palette .card-group .card:nth-child(5) .card-block {
	background-color: #1A020F;
}

/*------*/

/*Confetti Palette*/
.confetti-palette .card-group .card:nth-child(1) .card-block {
	background-color: #540D6E;
}

.confetti-palette .card-group .card:nth-child(2) .card-block {
	background-color: #EE4266;
}

.confetti-palette .card-group .card:nth-child(3) .card-block {
	background-color: #FFD23F;
}

.confetti-palette .card-group .card:nth-child(4) .card-block {
	background-color: #3BCEAC;
}

.confetti-palette .card-group .card:nth-child(5) .card-block {
	background-color: #0EAD69;
}

/*------*/

/*Blues Palette*/
.blues-palette .card-group .card:nth-child(1) .card-block {
	background-color: #78C0E0;
}

.blues-palette .card-group .card:nth-child(2) .card-block {
	background-color: #449DD1;
}

.blues-palette .card-group .card:nth-child(3) .card-block {
	background-color: #192BC2;
}

.blues-palette .card-group .card:nth-child(4) .card-block {
	background-color: #150578;
}

.blues-palette .card-group .card:nth-child(5) .card-block {
	background-color: #0E0E52;
}

/*------*/

/*Warmth Palette*/
.warmth-palette .card-group .card:nth-child(1) .card-block {
	background-color: #5F0F40;
}

.warmth-palette .card-group .card:nth-child(2) .card-block {
	background-color: #9A031E;
}

.warmth-palette .card-group .card:nth-child(3) .card-block {
	background-color: #FB8B24;
}

.warmth-palette .card-group .card:nth-child(4) .card-block {
	background-color: #E36414;
}

.warmth-palette .card-group .card:nth-child(5) .card-block {
	background-color: #0F4C5C;
}

/*------*/

/*Island Palette*/
.island-palette .card-group .card:nth-child(1) .card-block {
	background-color: #51E5FF;
}

.island-palette .card-group .card:nth-child(2) .card-block {
	background-color: #440381;
}

.island-palette .card-group .card:nth-child(3) .card-block {
	background-color: #EC368D;
}

.island-palette .card-group .card:nth-child(4) .card-block {
	background-color: #FFA5A5;
}

.island-palette .card-group .card:nth-child(5) .card-block {
	background-color: #FFD6C0;
}

/*------*/

/*Legendary Palette*/
.legendary-palette .card-group .card:nth-child(1) .card-block {
	background-color: #5BC0EB;
}

.legendary-palette .card-group .card:nth-child(2) .card-block {
	background-color: #9BC53D;
}

.legendary-palette .card-group .card:nth-child(3) .card-block {
	background-color: #FDE74C;
}

.legendary-palette .card-group .card:nth-child(4) .card-block {
	background-color: #FA7921;
}

.legendary-palette .card-group .card:nth-child(5) .card-block {
	background-color: #E55934;
}

/*------*/

/*Potion Palette*/
.potion-palette .card-group .card:nth-child(1) .card-block {
	background-color: #3C1642;
}

.potion-palette .card-group .card:nth-child(2) .card-block {
	background-color: #086375;
}

.potion-palette .card-group .card:nth-child(3) .card-block {
	background-color: #1DD3B0;
}

.potion-palette .card-group .card:nth-child(4) .card-block {
	background-color: #AFFC41;
}

.potion-palette .card-group .card:nth-child(5) .card-block {
	background-color: #B2FF9E;
}

/*------*/

/*Tonic Palette*/
.tonic-palette .card-group .card:nth-child(1) .card-block {
	background-color: #9e8adb;
}

.tonic-palette .card-group .card:nth-child(2) .card-block {
	background-color: #af85d5;
}

.tonic-palette .card-group .card:nth-child(3) .card-block {
	background-color: #2598b8;
}

.tonic-palette .card-group .card:nth-child(4) .card-block {
	background-color: #40b7cc;
}

.tonic-palette .card-group .card:nth-child(5) .card-block {
	background-color: #5fc2c2;
}

/*------*/

/*Morning Palette*/
.morning-palette .card-group .card:nth-child(1) .card-block {
	background-color: #413c58;
}

.morning-palette .card-group .card:nth-child(2) .card-block {
	background-color: #a3c4bc;
}

.morning-palette .card-group .card:nth-child(3) .card-block {
	background-color: #bfd7b5;
}

.morning-palette .card-group .card:nth-child(4) .card-block {
	background-color: #e7efc5;
}

.morning-palette .card-group .card:nth-child(5) .card-block {
	background-color: #f2e7c9;
}

/*------*/

/*Rainy Palette*/
.rainy-palette .card-group .card:nth-child(1) .card-block {
	background-color: #2b90d9;
}

.rainy-palette .card-group .card:nth-child(2) .card-block {
	background-color: #d9e1e8;
}

.rainy-palette .card-group .card:nth-child(3) .card-block {
	background-color: #9baec8;
}

.rainy-palette .card-group .card:nth-child(4) .card-block {
	background-color: #8995af;
}

.rainy-palette .card-group .card:nth-child(5) .card-block {
	background-color: #282c37;
}

/*------*/

/*Cafe Palette*/
.cafe-palette .card-group .card:nth-child(1) .card-block {
	background-color: #e07a5f;
}

.cafe-palette .card-group .card:nth-child(2) .card-block {
	background-color: #3d405b;
}

.cafe-palette .card-group .card:nth-child(3) .card-block {
	background-color: #81b29b;
}

.cafe-palette .card-group .card:nth-child(4) .card-block {
	background-color: #f2cc8f;
}

.cafe-palette .card-group .card:nth-child(5) .card-block {
	background-color: #f4f1de;
}

/*------*/

/*Pinky Palette*/
.pinky-palette .card-group .card:nth-child(1) .card-block {
	background-color: #ef798a;
}

.pinky-palette .card-group .card:nth-child(2) .card-block {
	background-color: #f7a9a8;
}

.pinky-palette .card-group .card:nth-child(3) .card-block {
	background-color: #7d82b8;
}

.pinky-palette .card-group .card:nth-child(4) .card-block {
	background-color: #613f75;
}

.pinky-palette .card-group .card:nth-child(5) .card-block {
	background-color: #e5c3d1;
}

/*------*/

/*Brain Palette*/
.brain-palette .card-group .card:nth-child(1) .card-block {
	background-color: #ada8b6;
}

.brain-palette .card-group .card:nth-child(2) .card-block {
	background-color: #ffeedb;
}

.brain-palette .card-group .card:nth-child(3) .card-block {
	background-color: #4c3b4d;
}

.brain-palette .card-group .card:nth-child(4) .card-block {
	background-color: #a53860;
}

.brain-palette .card-group .card:nth-child(5) .card-block {
	background-color: #61c9a8;
}

/*------*/

/*First Light Palette*/
.first-light-palette .card-group .card:nth-child(1) .card-block {
	background-color: #5f2323;
}

.first-light-palette .card-group .card:nth-child(2) .card-block {
	background-color: #b54c36;
}

.first-light-palette .card-group .card:nth-child(3) .card-block {
	background-color: #cb8551;
}

.first-light-palette .card-group .card:nth-child(4) .card-block {
	background-color: #ad8168;
}

.first-light-palette .card-group .card:nth-child(5) .card-block {
	background-color: #b3968e;
}

/*------*/

/*Seaweed Palette*/
.seaweed-palette .card-group .card:nth-child(1) .card-block {
	background-color: #b0eadb;
}

.seaweed-palette .card-group .card:nth-child(2) .card-block {
	background-color: #66c4b2;
}

.seaweed-palette .card-group .card:nth-child(3) .card-block {
	background-color: #566f45;
}

.seaweed-palette .card-group .card:nth-child(4) .card-block {
	background-color: #a5aa4c;
}

.seaweed-palette .card-group .card:nth-child(5) .card-block {
	background-color: #d1cdcc;
}

/*------*/

/*Pastel Palette*/
.pastel-palette .card-group .card:nth-child(1) .card-block {
	background-color: #708ed7;
}

.pastel-palette .card-group .card:nth-child(2) .card-block {
	background-color: #9baee6;
}

.pastel-palette .card-group .card:nth-child(3) .card-block {
	background-color: #bce1f1;
}

.pastel-palette .card-group .card:nth-child(4) .card-block {
	background-color: #e6dff0;
}

.pastel-palette .card-group .card:nth-child(5) .card-block {
	background-color: #d8bdf4;
}

/*------*/

/*Blue Grey Palette*/
.blue-grey-palette .card-group .card:nth-child(1) .card-block {
	background-color: #445a65;
}

.blue-grey-palette .card-group .card:nth-child(2) .card-block {
	background-color: #536e7b;
}

.blue-grey-palette .card-group .card:nth-child(3) .card-block {
	background-color: #5f7d8c;
}

.blue-grey-palette .card-group .card:nth-child(4) .card-block {
	background-color: #77909d;
}

.blue-grey-palette .card-group .card:nth-child(5) .card-block {
	background-color: #8fa4af;
}

/*------*/

/*Blue Palette*/
.blue-palette .card-group .card:nth-child(1) .card-block {
	background-color: #0544a4;
}

.blue-palette .card-group .card:nth-child(2) .card-block {
	background-color: #0c74d5;
}

.blue-palette .card-group .card:nth-child(3) .card-block {
	background-color: #1194f6;
}

.blue-palette .card-group .card:nth-child(4) .card-block {
	background-color: #60b4f9;
}

.blue-palette .card-group .card:nth-child(5) .card-block {
	background-color: #badefc;
}

/*------*/

/*Purple Palette*/
.purple-palette .card-group .card:nth-child(1) .card-block {
	background-color: #311195;
}

.purple-palette .card-group .card:nth-child(2) .card-block {
	background-color: #5126ab;
}

.purple-palette .card-group .card:nth-child(3) .card-block {
	background-color: #6734ba;
}

.purple-palette .card-group .card:nth-child(4) .card-block {
	background-color: #9572cf;
}

.purple-palette .card-group .card:nth-child(5) .card-block {
	background-color: #d1c3ea;
}

/*------*/

/*Pink Palette*/
.pink-palette .card-group .card:nth-child(1) .card-block {
	background-color: #af0c56;
}

.pink-palette .card-group .card:nth-child(2) .card-block {
	background-color: #da125f;
}

.pink-palette .card-group .card:nth-child(3) .card-block {
	background-color: #ef3c79;
}

.pink-palette .card-group .card:nth-child(4) .card-block {
	background-color: #f26092;
}

.pink-palette .card-group .card:nth-child(5) .card-block {
	background-color: #f68eb1;
}

/*------*/

/*Lime Palette*/
.lime-palette .card-group .card:nth-child(1) .card-block {
	background-color: #9e9e0e;
}

.lime-palette .card-group .card:nth-child(2) .card-block {
	background-color: #c0cc1b;
}

.lime-palette .card-group .card:nth-child(3) .card-block {
	background-color: #cdde20;
}

.lime-palette .card-group .card:nth-child(4) .card-block {
	background-color: #dce96d;
}

.lime-palette .card-group .card:nth-child(5) .card-block {
	background-color: #f0f5c1;
}

/*------*/

/*Brown Palette*/
.brown-palette .card-group .card:nth-child(1) .card-block {
	background-color: #3e2722;
}

.brown-palette .card-group .card:nth-child(2) .card-block {
	background-color: #5e4036;
}

.brown-palette .card-group .card:nth-child(3) .card-block {
	background-color: #7a5547;
}

.brown-palette .card-group .card:nth-child(4) .card-block {
	background-color: #a2887e;
}

.brown-palette .card-group .card:nth-child(5) .card-block {
	background-color: #d7ccc8;
}

/*------*/

/*Orange Palette*/
.orange-palette .card-group .card:nth-child(1) .card-block {
	background-color: #e85000;
}

.orange-palette .card-group .card:nth-child(2) .card-block {
	background-color: #f77c00;
}

.orange-palette .card-group .card:nth-child(3) .card-block {
	background-color: #ff9900;
}

.orange-palette .card-group .card:nth-child(4) .card-block {
	background-color: #ffb840;
}

.orange-palette .card-group .card:nth-child(5) .card-block {
	background-color: #ffe1af;
}

/*------*/

/*Yellow Palette*/
.yellow-palette .card-group .card:nth-child(1) .card-block {
	background-color: #fcc102;
}

.yellow-palette .card-group .card:nth-child(2) .card-block {
	background-color: #feda10;
}

.yellow-palette .card-group .card:nth-child(3) .card-block {
	background-color: #ffed18;
}

.yellow-palette .card-group .card:nth-child(4) .card-block {
	background-color: #fff36c;
}

.yellow-palette .card-group .card:nth-child(5) .card-block {
	background-color: #fffac1;
}

/*------*/

/*Teal Palette*/
.teal-palette .card-group .card:nth-child(1) .card-block {
	background-color: #004d40;
}

.teal-palette .card-group .card:nth-child(2) .card-block {
	background-color: #00796b;
}

.teal-palette .card-group .card:nth-child(3) .card-block {
	background-color: #009788;
}

.teal-palette .card-group .card:nth-child(4) .card-block {
	background-color: #47b6ac;
}

.teal-palette .card-group .card:nth-child(5) .card-block {
	background-color: #b1dfdb;
}

/*------*/

/*Red Palette*/
.red-palette .card-group .card:nth-child(1) .card-block {
	background-color: #b91912;
}

.red-palette .card-group .card:nth-child(2) .card-block {
	background-color: #d52d28;
}

.red-palette .card-group .card:nth-child(3) .card-block {
	background-color: #f7412d;
}

.red-palette .card-group .card:nth-child(4) .card-block {
	background-color: #e77271;
}

.red-palette .card-group .card:nth-child(5) .card-block {
	background-color: #ffcdd2;
}

/*------*/

/*Green Palette*/
.green-palette .card-group .card:nth-child(1) .card-block {
	background-color: #175f1c;
}

.green-palette .card-group .card:nth-child(2) .card-block {
	background-color: #348f37;
}

.green-palette .card-group .card:nth-child(3) .card-block {
	background-color: #47b04b;
}

.green-palette .card-group .card:nth-child(4) .card-block {
	background-color: #7fc881;
}

.green-palette .card-group .card:nth-child(5) .card-block {
	background-color: #a4d7a5;
}

/*------*/

/*Light Blue Palette*/
.light-blue-palette .card-group .card:nth-child(1) .card-block {
	background-color: #00559d;
}

.light-blue-palette .card-group .card:nth-child(2) .card-block {
	background-color: #0086d4;
}

.light-blue-palette .card-group .card:nth-child(3) .card-block {
	background-color: #00a7f7;
}

.light-blue-palette .card-group .card:nth-child(4) .card-block {
	background-color: #48c2f9;
}

.light-blue-palette .card-group .card:nth-child(5) .card-block {
	background-color: #b1e5fd;
}




.foundry-typeface-one {
  font-family: 'Patrick Hand', sans-serif;
  font-weight: 400; }

.foundry-typeface-one strong {
  font-weight: 700; }

.foundry-typeface-one strong em {
  font-weight: 700;
  font-style: italic; }

.foundry-typeface-one em {
  font-weight: 400;
  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: 'Patrick Hand', sans-serif; }

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: 'Patrick Hand', sans-serif !important; }





	


#stacks_in_11521 .banner {
	width: 100%;
	
		
	
}





/* ADAM */

	#stacks_in_11521 .banner {
		background: url(../files/banner_image-11521.png) no-repeat center center;
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		
		
		overflow: hidden;
	}

	#stacks_in_11521 .banner_inner {
		background-color: rgba(0, 0, 0, 0.00);
	}










	#stacks_in_11521 .banner_content > .container {
		max-width: 1140px;
	}


#stacks_in_11521 .banner_inner {
	display: table;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	width: 100%;
}

#stacks_in_11521 .banner_content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#stacks_in_11521_scroll_button {
	background: rgba(255, 255, 255, 0.80);
	color: rgba(0, 0, 0, 1.00);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	bottom: 30px;
	text-align: center;
	line-height: 44px !important;
	cursor: pointer;
	
}

@media (max-width: 47.9em) {
	/*Small*/
	#stacks_in_11521_scroll_button {
		bottom: 70px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Medium*/
	#stacks_in_11521_scroll_button {
		bottom: 70px;
	}
}

@media (min-width: 62em) and (max-width: 74.9em) {
	/*Large*/
	#stacks_in_11521_scroll_button {
		bottom: 70px;
	}
}



#stacks_in_11521 {
	border: solid rgba(75, 165, 160, 1.00);
	border-width: 0px 0px 4px 0px;
}


#stacks_in_1792 h1 {
	font-weight: 700;
	font-style: normal;

	margin-bottom: 0;
	text-transform: none;

	
}

#stacks_in_1792 h1 small {
	font-weight: 700;
}

#stacks_in_1792 a,
#stacks_in_1792 a:visited,
#stacks_in_1792 a:hover,
#stacks_in_1792 a:active {
	text-decoration: none;
}























	#stacks_in_1792 h1,
	#stacks_in_1792 a,
	#stacks_in_1792 a:visited  {
		color: rgba(75, 165, 160, 1.00);
	}



	#stacks_in_1792 h1 small {
		color: rgba(241, 0, 13, 1.00);
	}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_1792 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_1792 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_1792 h1 {
		font-size: 40px;
	}
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_1792 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1792 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1792 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1792 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_1792 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_1792 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1792 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1792 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1792 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_1792 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_1792 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1792 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1792 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1792 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_1792 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_1792 .inline_badge_right {
	position: relative;
}


#stacks_in_1792 small,
#stacks_in_1792 h1 small {
	
	font-size: 100%;
	
}

#stacks_in_1792 {
	padding: 70px 0px 100px 0px;
}


#stacks_in_1795 h3 {
	font-weight: 700;
	font-style: normal;

	margin-bottom: 0;
	text-transform: none;

	
	line-height: 1.00;
	
}

#stacks_in_1795 h3 small {
	font-weight: 500;
}

#stacks_in_1795 a,
#stacks_in_1795 a:visited,
#stacks_in_1795 a:hover,
#stacks_in_1795 a:active {
	text-decoration: none;
}























	#stacks_in_1795 h3,
	#stacks_in_1795 a,
	#stacks_in_1795 a:visited  {
		color: rgba(75, 165, 160, 1.00);
	}



	#stacks_in_1795 h3 small {
		color: rgba(241, 0, 13, 1.00);
	}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_1795 h3 {
		font-size: 16px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_1795 h3 {
		font-size: 22px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_1795 h3 {
		font-size: 30px;
	}
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_1795 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1795 h3 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1795 h3 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1795 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_1795 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_1795 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1795 h3 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1795 h3 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1795 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_1795 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_1795 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1795 h3 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1795 h3 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1795 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_1795 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_1795 .inline_badge_right {
	position: relative;
}


#stacks_in_1795 small,
#stacks_in_1795 h3 small {
	
	font-size: 100%;
	
}

#stacks_in_1795 {
	margin: 0px 0px 5px 0px;
	padding: 30px 0px 30px 0px;
}

#stacks_in_1796 {
	font-weight: lighter;
}


#stacks_in_1798 h1 {
	font-weight: 700;
	font-style: normal;

	margin-bottom: 0;
	text-transform: none;

	
}

#stacks_in_1798 h1 small {
	font-weight: 700;
}

#stacks_in_1798 a,
#stacks_in_1798 a:visited,
#stacks_in_1798 a:hover,
#stacks_in_1798 a:active {
	text-decoration: none;
}























	#stacks_in_1798 h1,
	#stacks_in_1798 a,
	#stacks_in_1798 a:visited  {
		color: rgba(75, 165, 160, 1.00);
	}



	#stacks_in_1798 h1 small {
		color: rgba(241, 0, 13, 1.00);
	}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_1798 h1 {
		font-size: 20px;
	}
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_1798 h1 {
		font-size: 22px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_1798 h1 {
		font-size: 20px;
	}
}



@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_1798 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1798 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1798 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1798 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_1798 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_1798 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1798 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1798 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1798 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_1798 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_1798 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_1798 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1798 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_1798 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_1798 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_1798 .inline_badge_right {
	position: relative;
}


#stacks_in_1798 small,
#stacks_in_1798 h1 small {
	
	font-size: 100%;
	
}

#stacks_in_1798 {
	padding: 40px 20px 40px 0px;
}


#stacks_in_1801 .mm_site_title h1,
#stacks_in_1801 .mm_site_title h1 a,
#stacks_in_1801 .mobile_mm_site_title h1,
#stacks_in_1801 .mobile_mm_site_title h1 a {
	color: rgba(63, 150, 142, 1.00);
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
}

/*#stacks_in_1801 {
	-webkit-font-smoothing: antialiased;
}*/

#stacks_in_1801 .foundry-mega-menu-toggle {
	display: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#stacks_in_1801 .mobile-toggle-site-title a,
#stacks_in_1801 .mobile-toggle-site-title a:visited,
#stacks_in_1801 .mobile-toggle-site-title a:hover,
#stacks_in_1801 .mobile-toggle-site-title a:active {
	text-decoration: none;
} 

#stacks_in_1801 .nav a.mm-plain-link,
#stacks_in_1801 a.link-group-item {
	text-decoration: none;
	font-weight: 400;
}

#stacks_in_1801 .foundry-mega-menu-button {
	margin-top: -1px;
}




	#stacks_in_1801 .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(63, 150, 142, 1.00);
		z-index: 100;
		
		
	}

	
	#stacks_in_1801 .nav-sticky-container {
		box-shadow: 0 3px 5px rgba(63, 150, 142, 0.50);
	}
	

	#stacks_in_1801 .nav li.top-level-item {
		list-style: none;
	}

	#stacks_in_1801 .nav > li.top-level-item {
		padding: 0;
		display: inline-block;
		margin-left: -4px;
		position: relative;
	}

	#stacks_in_1801 .nav > li.top-level-item:first-child {
		margin-left: 0;
	}

	#stacks_in_1801 .nav > li > a.mm-plain-link {
		display: inline-block;
		color: rgba(63, 150, 142, 1.00);
		text-decoration: none;
		padding: 0 20px;
	}

	#stacks_in_1801 .nav > li:hover > a.mm-plain-link,
	#stacks_in_1801 .nav > li.selected > a.mm-plain-link {
		background-color: rgba(206, 229, 240, 1.00);
		color: rgba(245, 36, 25, 1.00);
	}

	#stacks_in_1801 .nav > li.selected > a.mm-plain-link,
	#stacks_in_1801 .nav .drop_down_plain li:hover > a.mm-plain-link,
	#stacks_in_1801 .nav .drop_down_plain li.selected > a.mm-plain-link {
		font-weight: 400;
	}

	#stacks_in_1801 .nav > li > a.mm-button,
	#stacks_in_1801 .nav > li {
		margin-top: 0px;
	}

	#stacks_in_1801 .nav > li.parent {
		top: 0px;
	}


	#stacks_in_1801 .nav > li.button_height_adjust {
		margin-top: -1px;
		
			margin-left: 6px;
		
	}

	/* MEGA DROP DOWN */
	#stacks_in_1801 .nav > li.top-level-item > .drop-down-container {
		position: absolute;
		display: none;
		overflow: hidden;
		
		border-radius: 0px;
		
		z-index: 500;
	}

	#stacks_in_1801 .nav > li.top-level-item > .drop-down-container.animated {
		animation-duration: 250ms;
		animation-fill-mode: both;

	}

	#stacks_in_1801 .nav > li.top-level-item > .drop-down-container.show-drop-down {
		display: block !important;
	}

	#stacks_in_1801 .nav > li > .drop-down-container.right {
		right: 0;
		left: auto;
	}

	#stacks_in_1801 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	#stacks_in_1801 a,
	#stacks_in_1801 li {
		cursor: pointer;
	}

	#stacks_in_1801 li.parent > a {
		cursor: pointer;
	}

	#stacks_in_1801 li.parent > a:after {
		font-family: "FontAwesome";
		content: '\f105';
		padding-left: 5px;
	}

	#stacks_in_1801 .foundry-mega-menu-toggle {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(63, 150, 142, 1.00);
		width: 100%;
		cursor: pointer;
	}

	#stacks_in_1801 .foundry-mega-menu-toggle:hover {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(241, 0, 15, 1.00);
	}

	#stacks_in_1801 .mobile_mm_site_title h1.mobile-toggle-site-title,
	#stacks_in_1801 .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_1801 .mm_site_title h1,
		#stacks_in_1801 .mm_site_title h1 a,
		#stacks_in_1801 .mobile_mm_site_title h1,
		#stacks_in_1801 .mobile_mm_site_title h1 a {
			font-size: 16px;
			text-decoration: none;
		}

		#stacks_in_1801 .mobile_adjust {
			height: 0;
		}

		#stacks_in_1801 .nav-sticky-container {
			background: transparent;
		}

		#stacks_in_1801 .logo_container,
		#stacks_in_1801 .mm_site_title {
			/*Hide logo at mobile breakpoint*/
			display: none !important;
		}

		#stacks_in_1801 .foundry-mega-menu-toggle {
			display: block;	
		}

		#stacks_in_1801 .foundry-mega-menu {
			display: none;
			top: 0;
		}

		#stacks_in_1801 .nav {
			height: auto;
		}

		#stacks_in_1801 ul.foundry-mega-menu {
			background: rgba(255, 255, 255, 1.00);
		}

		#stacks_in_1801 .nav > li.top-level-item {
			margin-left: 0;
			text-align: left;
		}

		#stacks_in_1801 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 22px;
		}

		#stacks_in_1801 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_1801 .nav li.top-level-item a.mm-plain-link:not(.link-group-item) {
			line-height: 48px;
		}

		#stacks_in_1801 .nav > li.top-level-item,
		#stacks_in_1801 .nav > li > a.mm-plain-link {
			float: none;
			display: block;
		}

		#stacks_in_1801 .nav > li > a.mm-plain-link {
			color: rgba(2, 26, 113, 1.00);
		}

		#stacks_in_1801 .nav > li:hover > a.mm-plain-link,
		#stacks_in_1801 .nav > li.selected > a.mm-plain-link {
			background: rgba(219, 219, 221, 1.00);
			color: rgba(248, 37, 26, 1.00)
		}

		#stacks_in_1801 .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_1801 .nav > li.top-level-item > .drop-down-container {
			position: relative;
			display: none;
		}

		/* Removes unneeded font sizing for branding at mobile breakpoint. */
		/* #stacks_in_1801 .mm_site_title h1,
		#stacks_in_1801 .mm_site_title h1 a {
			font-size: 16px;
			text-decoration: none;
		} */

		#stacks_in_1801 .button_height_adjust {
			padding-left: 20px;
			padding-right: 20px;
		}

		#stacks_in_1801 .nav .drop-down-container {
			margin-top: 0px;
		}

		#stacks_in_1801 .botton-column {
			margin-top: -6px;
		}

	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_1801 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_1801 .mm_site_title h1,
		#stacks_in_1801 .mm_site_title h1 a {
			font-size: 20px;
			text-decoration: none;
		}

		#stacks_in_1801 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 18px;
		}

		#stacks_in_1801 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_1801 .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_1801 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_1801 .mm_site_title h1,
		#stacks_in_1801 .mm_site_title h1 a {
			font-size: 24px;
			text-decoration: none;
		}

		#stacks_in_1801 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_1801 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_1801 .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_1801 .foundry-mega-menu-toggle,
		#stacks_in_1801 .nav_bar_placeholder {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_1801 .nav-sticky-container > .container,
		#stacks_in_1801 .nav-sticky-container > .container-fluid {
			width: 100%;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		
		#stacks_in_1801 .nav li.top-level-item:not(.link-group-list-item),
		#stacks_in_1801 .nav li.top-level-item > a.mm-plain-link:not(.link-group-item),
		#stacks_in_1801 .nav > li > a.mm-plain-link:not(.link-group-item) {
			line-height: 48px;
		}

		#stacks_in_1801 .button_height_adjust {
			line-height: 48px;
		}

		#stacks_in_1801 .nav-sticky-container > .container > ul > li > a.mm-plain-link {
			height: 48px;
			line-height: 48px;
		}
		

		#stacks_in_1801 .nav-sticky-container {
			border-radius: 0px;
		}

		#stacks_in_1801 .foundry-mega-menu-button {
			margin-top: 6px;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_1801 .nav,
		#stacks_in_1801 .nav_bar_placeholder {
			height: 48px;
		}

		#stacks_in_1801 .button_height_adjust {
			line-height: 48px;
		}

		#stacks_in_1801 .logo_container {
			height: 48px;
		}

		
		#stacks_in_1801 .nav > li > a.mm-plain-link {
			line-height: 48px;
			height: 48px;
		}
		

		#stacks_in_1801 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_1801 .foundry-mega-menu-toggle {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_1801 .nav > li > .drop-down-container {
			top: 48px;
		}

		#stacks_in_1801 .mm_site_title,
		#stacks_in_1801 .mm_site_title h1,
		#stacks_in_1801 .site_logo {
			height: 48px;
			line-height: 48px;
		}
	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_1801 > .nav,
		#stacks_in_1801 .nav_bar_placeholder {
			height: 48px;
		}

		#stacks_in_1801 .button_height_adjust {
			line-height: 48px;
		}


		#stacks_in_1801 .logo_container {
			height: 48px;
		}

		
		#stacks_in_1801 .nav > li > a.mm-plain-link {
			line-height: 48px;
			height: 48px;
		}

		

		#stacks_in_1801 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_1801 .foundry-mega-menu-toggle {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_1801 .nav > li > .drop-down-container {
			top: 48px;
		}

		#stacks_in_1801 .mm_site_title,
		#stacks_in_1801 .mm_site_title h1,
		#stacks_in_1801 .site_logo {
			height: 48px;
			line-height: 48px;
		}

	}

	#stacks_in_1801 .nav > li li {
		line-height: 1.5;
	}

	#stacks_in_1801 .mm_site_title {
		float: right;
		display: inline-block;
		color: #626263;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}




#stacks_in_1801 .nav_bar_placeholder {
	z-index: 998;
	position: relative;
	width: 100%;
}


	#stacks_in_1801 .nav-sticky-container > .container {
			max-width: 1140px;
	}



#stacks_in_1801 .mm_site_title h1 {
	margin: 0;
}

#stacks_out_1801,
#stacks_in_1801,
#stacks_in_1801 .nav_bar_placeholder,
#stacks_in_1801 .nav-sticky-container {
	
	border-radius: 0px;
	
}

#stacks_in_1801 #sticky-wrapper.is-sticky .nav-sticky-container {
	border-radius: 0;
}

#stacks_in_1801 .nav-sticky-container.sticky {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 3000;
}

#stacks_in_1801 .nav-sticky-container.simple-sticky {
	top: 0;
	position: fixed;
}


#stacks_in_1801 #sticky-wrapper,
#stacks_in_1801 #sticky-wrapper .nav-sticky-container {
	width: 100% !important;
}

/* Banner Pairing Feature */

	

	
	#stacks_in_1801 .is-sticky .nav-sticky-container {
		border-radius: 0;
	}
	





#stacks_in_1801 .mm_site_title {
		white-space: nowrap;
}

#stacks_in_1801 .site_logo {
	width: auto;
}

#stacks_in_1801 .logo_container {
	float: right;
	display: block;
}

#stacks_in_1801 .logo_container img {
	max-width: auto;
	max-height: 100%;
	
		margin-left: 12px;
	
	/*margin-top: -3px !important;*/
}




	#stacks_in_1801 .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_1801 .sticky-wrapper.sticky {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 3000;
	}

	#stacks_in_1801 .sticky-wrapper.simple-sticky {
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
	}





@media (max-width: 47.9375em) {

	#stacks_in_1801 .foundry-mega-menu {
		
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		
	}

	#stacks_in_1801 .mobile_nav_wrapper {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 48px;
		line-height: 48px;
		float: left;
	}

	#stacks_in_1801 .mobile_logo_container {
		margin-right: 12px;
	}


	#stacks_in_1801 .mobile_logo_container,
	#stacks_in_1801 .mobile_mm_site_title {
		display: inline-block;
		height: 48px;
		line-height: 48px;
		margin: 0;
	}

	#stacks_in_1801 .mobile_logo_container img {
		height: 48px;
		line-height: 48px;
		width: auto;
		position: relative;
		margin-top: -5px;
	}

	/* BLORP */
	

}



	


#stacks_in_1801 {
	border: solid rgba(100, 163, 159, 1.00);
	border-width: 0px 0px 4px 0px;
}
.stacks_in_1803-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_1804-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13667-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13666-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13665-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13664-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13663-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}




	#stacks_in_12957 .alert {
		margin-bottom: 0;
	}




#stacks_in_12957 {
	border: solid rgba(75, 165, 160, 1.00);
	border-width: 0px 0px 4px 0px;
}




	#stacks_in_13540 .alert {
		margin-bottom: 0;
	}




#stacks_in_13540 {
	background-color: rgba(204, 204, 204, 1.00);
	border: solid rgba(75, 165, 160, 1.00);
	border-width: 0px 0px 4px 0px;
}

#stacks_in_13541 {
	font-size: 90%;
	font-weight: lighter;
}


#stacks_in_12953 .mm_site_title h1,
#stacks_in_12953 .mm_site_title h1 a,
#stacks_in_12953 .mobile_mm_site_title h1,
#stacks_in_12953 .mobile_mm_site_title h1 a {
	color: rgba(55, 105, 176, 1.00);
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
}

/*#stacks_in_12953 {
	-webkit-font-smoothing: antialiased;
}*/

#stacks_in_12953 .foundry-mega-menu-toggle {
	display: none;
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#stacks_in_12953 .mobile-toggle-site-title a,
#stacks_in_12953 .mobile-toggle-site-title a:visited,
#stacks_in_12953 .mobile-toggle-site-title a:hover,
#stacks_in_12953 .mobile-toggle-site-title a:active {
	text-decoration: none;
} 

#stacks_in_12953 .nav a.mm-plain-link,
#stacks_in_12953 a.link-group-item {
	text-decoration: none;
	font-weight: 600;
}

#stacks_in_12953 .foundry-mega-menu-button {
	margin-top: -1px;
}




	#stacks_in_12953 .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, 1.00);
		z-index: 100;
		
		
		border-width: 1px;
		border-style: solid;
		border-color: rgba(76, 165, 161, 1.00);
		
	}

	
	#stacks_in_12953 .nav-sticky-container {
		box-shadow: 0 8px 10px rgba(193, 226, 235, 0.50);
	}
	

	#stacks_in_12953 .nav li.top-level-item {
		list-style: none;
	}

	#stacks_in_12953 .nav > li.top-level-item {
		padding: 0;
		display: inline-block;
		margin-left: -4px;
		position: relative;
	}

	#stacks_in_12953 .nav > li.top-level-item:first-child {
		margin-left: 0;
	}

	#stacks_in_12953 .nav > li > a.mm-plain-link {
		display: inline-block;
		color: rgba(76, 165, 161, 1.00);
		text-decoration: none;
		padding: 0 20px;
	}

	#stacks_in_12953 .nav > li:hover > a.mm-plain-link,
	#stacks_in_12953 .nav > li.selected > a.mm-plain-link {
		background-color: rgba(206, 229, 240, 0.50);
		color: rgba(245, 36, 25, 1.00);
	}

	#stacks_in_12953 .nav > li.selected > a.mm-plain-link,
	#stacks_in_12953 .nav .drop_down_plain li:hover > a.mm-plain-link,
	#stacks_in_12953 .nav .drop_down_plain li.selected > a.mm-plain-link {
		font-weight: 400;
	}

	#stacks_in_12953 .nav > li > a.mm-button,
	#stacks_in_12953 .nav > li {
		margin-top: 0px;
	}

	#stacks_in_12953 .nav > li.parent {
		top: 0px;
	}


	#stacks_in_12953 .nav > li.button_height_adjust {
		margin-top: -1px;
		
			margin-left: 6px;
		
	}

	/* MEGA DROP DOWN */
	#stacks_in_12953 .nav > li.top-level-item > .drop-down-container {
		position: absolute;
		display: none;
		overflow: hidden;
		
		border-radius: 0px;
		
		z-index: 500;
	}

	#stacks_in_12953 .nav > li.top-level-item > .drop-down-container.animated {
		animation-duration: 250ms;
		animation-fill-mode: both;

	}

	#stacks_in_12953 .nav > li.top-level-item > .drop-down-container.show-drop-down {
		display: block !important;
	}

	#stacks_in_12953 .nav > li > .drop-down-container.right {
		right: 0;
		left: auto;
	}

	#stacks_in_12953 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	#stacks_in_12953 a,
	#stacks_in_12953 li {
		cursor: pointer;
	}

	#stacks_in_12953 li.parent > a {
		cursor: pointer;
	}

	#stacks_in_12953 li.parent > a:after {
		font-family: "FontAwesome";
		content: '\f105';
		padding-left: 5px;
	}

	#stacks_in_12953 .foundry-mega-menu-toggle {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(2, 26, 113, 1.00);
		width: 100%;
		cursor: pointer;
	}

	#stacks_in_12953 .foundry-mega-menu-toggle:hover {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(241, 0, 15, 1.00);
	}

	#stacks_in_12953 .mobile_mm_site_title h1.mobile-toggle-site-title,
	#stacks_in_12953 .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_12953 .mm_site_title h1,
		#stacks_in_12953 .mm_site_title h1 a,
		#stacks_in_12953 .mobile_mm_site_title h1,
		#stacks_in_12953 .mobile_mm_site_title h1 a {
			font-size: 16px;
			text-decoration: none;
		}

		#stacks_in_12953 .mobile_adjust {
			height: 0;
		}

		#stacks_in_12953 .nav-sticky-container {
			background: transparent;
		}

		#stacks_in_12953 .logo_container,
		#stacks_in_12953 .mm_site_title {
			/*Hide logo at mobile breakpoint*/
			display: none !important;
		}

		#stacks_in_12953 .foundry-mega-menu-toggle {
			display: block;	
		}

		#stacks_in_12953 .foundry-mega-menu {
			display: none;
			top: 0;
		}

		#stacks_in_12953 .nav {
			height: auto;
		}

		#stacks_in_12953 ul.foundry-mega-menu {
			background: rgba(255, 255, 255, 1.00);
		}

		#stacks_in_12953 .nav > li.top-level-item {
			margin-left: 0;
			text-align: left;
		}

		#stacks_in_12953 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_12953 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_12953 .nav li.top-level-item a.mm-plain-link:not(.link-group-item) {
			line-height: 48px;
		}

		#stacks_in_12953 .nav > li.top-level-item,
		#stacks_in_12953 .nav > li > a.mm-plain-link {
			float: none;
			display: block;
		}

		#stacks_in_12953 .nav > li > a.mm-plain-link {
			color: rgba(2, 26, 113, 1.00);
		}

		#stacks_in_12953 .nav > li:hover > a.mm-plain-link,
		#stacks_in_12953 .nav > li.selected > a.mm-plain-link {
			background: rgba(219, 219, 221, 1.00);
			color: rgba(248, 37, 26, 1.00)
		}

		#stacks_in_12953 .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_12953 .nav > li.top-level-item > .drop-down-container {
			position: relative;
			display: none;
		}

		/* Removes unneeded font sizing for branding at mobile breakpoint. */
		/* #stacks_in_12953 .mm_site_title h1,
		#stacks_in_12953 .mm_site_title h1 a {
			font-size: 16px;
			text-decoration: none;
		} */

		#stacks_in_12953 .button_height_adjust {
			padding-left: 20px;
			padding-right: 20px;
		}

		#stacks_in_12953 .nav .drop-down-container {
			margin-top: 0px;
		}

		#stacks_in_12953 .botton-column {
			margin-top: -6px;
		}

	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_12953 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_12953 .mm_site_title h1,
		#stacks_in_12953 .mm_site_title h1 a {
			font-size: 14px;
			text-decoration: none;
		}

		#stacks_in_12953 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_12953 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_12953 .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_12953 .foundry-mega-menu {
			display: block !important;
		}

		#stacks_in_12953 .mm_site_title h1,
		#stacks_in_12953 .mm_site_title h1 a {
			font-size: 16px;
			text-decoration: none;
		}

		#stacks_in_12953 .nav > li.top-level-item > a.mm-plain-link {
			font-size: 20px;
		}

		#stacks_in_12953 .nav .drop-down-container .mm-plain-link {
			font-size: 16px;
		}

		#stacks_in_12953 .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_12953 .foundry-mega-menu-toggle,
		#stacks_in_12953 .nav_bar_placeholder {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_12953 .nav-sticky-container > .container,
		#stacks_in_12953 .nav-sticky-container > .container-fluid {
			width: 100%;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		
		#stacks_in_12953 .nav li.top-level-item:not(.link-group-list-item),
		#stacks_in_12953 .nav li.top-level-item > a.mm-plain-link:not(.link-group-item),
		#stacks_in_12953 .nav > li > a.mm-plain-link:not(.link-group-item) {
			line-height: 48px;
		}

		#stacks_in_12953 .button_height_adjust {
			line-height: 48px;
		}

		#stacks_in_12953 .nav-sticky-container > .container > ul > li > a.mm-plain-link {
			height: 48px;
			line-height: 48px;
		}
		

		#stacks_in_12953 .nav-sticky-container {
			border-radius: 0px;
		}

		#stacks_in_12953 .foundry-mega-menu-button {
			margin-top: 6px;
		}
	}

	@media (min-width: 48em) and (max-width: 61.9375em) {
		/*Tablet*/
		#stacks_in_12953 .nav,
		#stacks_in_12953 .nav_bar_placeholder {
			height: 48px;
		}

		#stacks_in_12953 .button_height_adjust {
			line-height: 48px;
		}

		#stacks_in_12953 .logo_container {
			height: 48px;
		}

		
		#stacks_in_12953 .nav > li > a.mm-plain-link {
			line-height: 48px;
			height: 48px;
		}
		

		#stacks_in_12953 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_12953 .foundry-mega-menu-toggle {
			height: 48px;
			line-height: 48px;
		}

		#stacks_in_12953 .nav > li > .drop-down-container {
			top: 48px;
		}

		#stacks_in_12953 .mm_site_title,
		#stacks_in_12953 .mm_site_title h1,
		#stacks_in_12953 .site_logo {
			height: 48px;
			line-height: 48px;
		}
	}

	@media (min-width: 62em) {
		/*Desktop*/
		#stacks_in_12953 > .nav,
		#stacks_in_12953 .nav_bar_placeholder {
			height: 65px;
		}

		#stacks_in_12953 .button_height_adjust {
			line-height: 65px;
		}


		#stacks_in_12953 .logo_container {
			height: 65px;
		}

		
		#stacks_in_12953 .nav > li > a.mm-plain-link {
			line-height: 65px;
			height: 65px;
		}

		

		#stacks_in_12953 .nav > li > a.mm-plain-link {
			border-radius: 0px;
		}

		#stacks_in_12953 .foundry-mega-menu-toggle {
			height: 65px;
			line-height: 65px;
		}

		#stacks_in_12953 .nav > li > .drop-down-container {
			top: 65px;
		}

		#stacks_in_12953 .mm_site_title,
		#stacks_in_12953 .mm_site_title h1,
		#stacks_in_12953 .site_logo {
			height: 65px;
			line-height: 65px;
		}

	}

	#stacks_in_12953 .nav > li li {
		line-height: 1.5;
	}

	#stacks_in_12953 .mm_site_title {
		float: left;
		display: inline-block;
		color: #626263;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}




#stacks_in_12953 .nav_bar_placeholder {
	z-index: 998;
	position: relative;
	width: 100%;
}


	#stacks_in_12953 .nav-sticky-container > .container {
			max-width: 1140px;
	}



#stacks_in_12953 .mm_site_title h1 {
	margin: 0;
}

#stacks_out_12953,
#stacks_in_12953,
#stacks_in_12953 .nav_bar_placeholder,
#stacks_in_12953 .nav-sticky-container {
	
	border-radius: 0px;
	
}

#stacks_in_12953 #sticky-wrapper.is-sticky .nav-sticky-container {
	border-radius: 0;
}

#stacks_in_12953 .nav-sticky-container.sticky {
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 3000;
}

#stacks_in_12953 .nav-sticky-container.simple-sticky {
	top: 0;
	position: fixed;
}


#stacks_in_12953 #sticky-wrapper,
#stacks_in_12953 #sticky-wrapper .nav-sticky-container {
	width: 100% !important;
}

/* Banner Pairing Feature */

	

	
	#stacks_in_12953 .is-sticky .nav-sticky-container {
		border-radius: 0;
	}
	




	#stacks_in_12953 .mm_site_title {
		display: none !important;
	}


#stacks_in_12953 .mm_site_title {
		white-space: nowrap;
}

#stacks_in_12953 .site_logo {
	width: auto;
}

#stacks_in_12953 .logo_container {
	float: left;
	display: block;
}

#stacks_in_12953 .logo_container img {
	max-width: auto;
	max-height: 100%;
	
		margin-right: 12px;
	
	/*margin-top: -3px !important;*/
}




	#stacks_in_12953 .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_12953 .sticky-wrapper.sticky {
		width: 100% !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 3000;
	}

	#stacks_in_12953 .sticky-wrapper.simple-sticky {
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
	}





@media (max-width: 47.9375em) {

	#stacks_in_12953 .foundry-mega-menu {
		
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		
	}

	#stacks_in_12953 .mobile_nav_wrapper {
		list-style: none;
		padding: 0;
		margin: 0;
		height: 48px;
		line-height: 48px;
		float: left;
	}

	#stacks_in_12953 .mobile_logo_container {
		margin-right: 12px;
	}


	#stacks_in_12953 .mobile_logo_container,
	#stacks_in_12953 .mobile_mm_site_title {
		display: inline-block;
		height: 48px;
		line-height: 48px;
		margin: 0;
	}

	#stacks_in_12953 .mobile_logo_container img {
		height: 48px;
		line-height: 48px;
		width: auto;
		position: relative;
		margin-top: -5px;
	}

	/* BLORP */
	

}



	

.stacks_in_12954-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_12956-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13662-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13661-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13660-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13659-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}
.stacks_in_13658-anchor > a > i {
  margin-right: 4px;
}

@media (max-width: 47.9375em) {
  
}




	#stacks_in_13559 .alert {
		margin-bottom: 0;
	}




#stacks_in_13559 {
	border: solid rgba(75, 165, 160, 1.00);
	border-width: 0px 0px 4px 0px;
	margin: 20px 0px 10px 0px;
}



	#stacks_in_16521 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_16521 .anchor {
	font-size: 24px;
	line-height: 24px;
}





#stacks_in_16522 > .positioner_wrapper {
}

#stacks_in_16522 > .positioner_wrapper > .positioner {
	position: absolute;
	

	

	
	bottom: 0;
	margin-bottom: -16px;
	
	
	
	left: 50%;
	margin-left: -16px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}
/*Adam*/
#stacks_in_16522 > .positioner_wrapper > .positioner > a,
#stacks_in_16522 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_16522 > .positioner_wrapper > .positioner > span {
	
	background: rgba(75, 165, 160, 1.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1.00);
	
	font-size: 16px;
	display: block;
	padding: 0px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_16522 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_16522 > .positioner_wrapper > .positioner > a:active,
#stacks_in_16522 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(75, 165, 160, 1.00);
	
}

#stacks_in_16522 > .positioner_wrapper > .positioner > a > i,
#stacks_in_16522 > .positioner_wrapper > .positioner > span > i {
	line-height: 32px;
}


/* Option for removing base margin */



#stacks_in_16523 h1 {
	font-weight: 700;
	font-style: normal;

	
	text-transform: none;

	
}

#stacks_in_16523 h1 small {
	font-weight: 700;
}

#stacks_in_16523 a,
#stacks_in_16523 a:visited,
#stacks_in_16523 a:hover,
#stacks_in_16523 a:active {
	text-decoration: none;
}





















#stacks_in_16523 h1 {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 1.00);
}



	#stacks_in_16523 h1,
	#stacks_in_16523 a,
	#stacks_in_16523 a:visited  {
		color: rgba(255, 255, 255, 1.00);
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_16523 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_16523 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16523 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16523 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_16523 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_16523 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_16523 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16523 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16523 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_16523 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16523 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_16523 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16523 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16523 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_16523 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_16523 .inline_badge_right {
	position: relative;
}


#stacks_in_16523 small,
#stacks_in_16523 h1 small {
	
}

#stacks_in_16523 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 2px 0px 2px 0px;
	padding: 20px 0px 20px 0px;
}

#stacks_in_16525 {
	font-size: 90%;
}


#stacks_out_16527 {
	width: 80%;
}





#stacks_in_16531 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16531 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16531 #stacks_in_16531-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16531 .close-stacks_in_16531-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16531 .close-stacks_in_16531-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16531 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16531 .close-stacks_in_16531-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16531 .close-stacks_in_16531-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16531 .close-stacks_in_16531-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16531 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16531 .close-stacks_in_16531-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16531 .close-stacks_in_16531-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16531 .close-stacks_in_16531-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16531 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16531 .close-stacks_in_16531-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16531 .close-stacks_in_16531-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16531 .close-stacks_in_16531-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16531 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16533 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16533 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16533 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16533 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16533 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16540 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16540 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16541 {
      margin: 0px;
    }

    #stacks_in_16541 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16541 {
      margin: 0px;
    }

    #stacks_in_16541 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16541 {
      margin: 0px;
    }

    #stacks_in_16541 {
      padding: 0px;
    }


    

    
      #stacks_in_16541 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16541 {
      margin: 0px;
    }

    #stacks_in_16541 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16541 {
      margin: 0px;
    }

    #stacks_in_16541 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16541 {
      margin: 0px;
    }

    #stacks_in_16541 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16542 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16542 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16542 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16542 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16542 h1 {
		font-size: 32px;
	}
}


#stacks_in_16542 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16544 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16544 p a,
#stacks_in_16544 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16544 p a:hover,
#stacks_in_16544 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16544 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16544 .paragraph a,
#stacks_in_16544 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16544 .paragraph a:hover,
#stacks_in_16544 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16544 p,
#stacks_in_16544 {
	margin-bottom: 0;
	
}

#stacks_in_16544 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16546 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16546 p a,
#stacks_in_16546 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16546 p a:hover,
#stacks_in_16546 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16546 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16546 .paragraph a,
#stacks_in_16546 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16546 .paragraph a:hover,
#stacks_in_16546 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16546 p,
#stacks_in_16546 {
	margin-bottom: 0;
	
}

#stacks_in_16546 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16548 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16548 .label {
	
}

#stacks_in_16548 .label {
	font-weight: 700;
	
}

#stacks_in_16548 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16549 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16549 .label {
	
}

#stacks_in_16549 .label {
	font-weight: 700;
	
}

#stacks_in_16549 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16553 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16553 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16553 #stacks_in_16553-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16553 .close-stacks_in_16553-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16553 .close-stacks_in_16553-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16553 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16553 .close-stacks_in_16553-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16553 .close-stacks_in_16553-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16553 .close-stacks_in_16553-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16553 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16553 .close-stacks_in_16553-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16553 .close-stacks_in_16553-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16553 .close-stacks_in_16553-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16553 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16553 .close-stacks_in_16553-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16553 .close-stacks_in_16553-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16553 .close-stacks_in_16553-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16553 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16555 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16555 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16555 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16555 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16555 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16556 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16556 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16556 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16556 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16556 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16557 {
      margin: 0px;
    }

    #stacks_in_16557 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16557 {
      margin: 0px;
    }

    #stacks_in_16557 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16557 {
      margin: 0px;
    }

    #stacks_in_16557 {
      padding: 0px;
    }


    

    
      #stacks_in_16557 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16557 {
      margin: 0px;
    }

    #stacks_in_16557 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16557 {
      margin: 0px;
    }

    #stacks_in_16557 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16557 {
      margin: 0px;
    }

    #stacks_in_16557 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16558 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16558 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16558 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16558 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16558 h1 {
		font-size: 32px;
	}
}


#stacks_in_16558 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16560 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16560 p a,
#stacks_in_16560 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16560 p a:hover,
#stacks_in_16560 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16560 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16560 .paragraph a,
#stacks_in_16560 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16560 .paragraph a:hover,
#stacks_in_16560 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16560 p,
#stacks_in_16560 {
	margin-bottom: 0;
	
}

#stacks_in_16560 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16562 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16562 p a,
#stacks_in_16562 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16562 p a:hover,
#stacks_in_16562 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16562 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16562 .paragraph a,
#stacks_in_16562 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16562 .paragraph a:hover,
#stacks_in_16562 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16562 p,
#stacks_in_16562 {
	margin-bottom: 0;
	
}

#stacks_in_16562 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16564 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16564 .label {
	
}

#stacks_in_16564 .label {
	font-weight: 700;
	
}

#stacks_in_16564 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16565 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16565 .label {
	
}

#stacks_in_16565 .label {
	font-weight: 700;
	
}

#stacks_in_16565 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16569 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16569 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16569 #stacks_in_16569-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16569 .close-stacks_in_16569-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16569 .close-stacks_in_16569-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16569 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16569 .close-stacks_in_16569-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16569 .close-stacks_in_16569-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16569 .close-stacks_in_16569-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16569 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16569 .close-stacks_in_16569-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16569 .close-stacks_in_16569-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16569 .close-stacks_in_16569-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16569 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16569 .close-stacks_in_16569-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16569 .close-stacks_in_16569-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16569 .close-stacks_in_16569-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16569 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16571 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16571 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16571 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16571 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16571 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16572 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16572 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16572 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16572 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16572 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16573 {
      margin: 0px;
    }

    #stacks_in_16573 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16573 {
      margin: 0px;
    }

    #stacks_in_16573 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16573 {
      margin: 0px;
    }

    #stacks_in_16573 {
      padding: 0px;
    }


    

    
      #stacks_in_16573 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16573 {
      margin: 0px;
    }

    #stacks_in_16573 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16573 {
      margin: 0px;
    }

    #stacks_in_16573 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16573 {
      margin: 0px;
    }

    #stacks_in_16573 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16574 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16574 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16574 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16574 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16574 h1 {
		font-size: 32px;
	}
}


#stacks_in_16574 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16576 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16576 p a,
#stacks_in_16576 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16576 p a:hover,
#stacks_in_16576 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16576 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16576 .paragraph a,
#stacks_in_16576 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16576 .paragraph a:hover,
#stacks_in_16576 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16576 p,
#stacks_in_16576 {
	margin-bottom: 0;
	
}

#stacks_in_16576 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16578 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16578 p a,
#stacks_in_16578 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16578 p a:hover,
#stacks_in_16578 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16578 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16578 .paragraph a,
#stacks_in_16578 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16578 .paragraph a:hover,
#stacks_in_16578 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16578 p,
#stacks_in_16578 {
	margin-bottom: 0;
	
}

#stacks_in_16578 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16580 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16580 .label {
	
}

#stacks_in_16580 .label {
	font-weight: 700;
	
}

#stacks_in_16580 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16581 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16581 .label {
	
}

#stacks_in_16581 .label {
	font-weight: 700;
	
}

#stacks_in_16581 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16585 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16585 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16585 #stacks_in_16585-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16585 .close-stacks_in_16585-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16585 .close-stacks_in_16585-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16585 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16585 .close-stacks_in_16585-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16585 .close-stacks_in_16585-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16585 .close-stacks_in_16585-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16585 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16585 .close-stacks_in_16585-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16585 .close-stacks_in_16585-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16585 .close-stacks_in_16585-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16585 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16585 .close-stacks_in_16585-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16585 .close-stacks_in_16585-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16585 .close-stacks_in_16585-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16585 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16587 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16587 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16587 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16587 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16587 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16588 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16588 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16588 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16588 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16588 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16589 {
      margin: 0px;
    }

    #stacks_in_16589 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16589 {
      margin: 0px;
    }

    #stacks_in_16589 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16589 {
      margin: 0px;
    }

    #stacks_in_16589 {
      padding: 0px;
    }


    

    
      #stacks_in_16589 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16589 {
      margin: 0px;
    }

    #stacks_in_16589 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16589 {
      margin: 0px;
    }

    #stacks_in_16589 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16589 {
      margin: 0px;
    }

    #stacks_in_16589 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16590 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16590 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16590 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16590 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16590 h1 {
		font-size: 32px;
	}
}


#stacks_in_16590 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16592 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16592 p a,
#stacks_in_16592 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16592 p a:hover,
#stacks_in_16592 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16592 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16592 .paragraph a,
#stacks_in_16592 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16592 .paragraph a:hover,
#stacks_in_16592 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16592 p,
#stacks_in_16592 {
	margin-bottom: 0;
	
}

#stacks_in_16592 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16594 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16594 p a,
#stacks_in_16594 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16594 p a:hover,
#stacks_in_16594 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16594 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16594 .paragraph a,
#stacks_in_16594 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16594 .paragraph a:hover,
#stacks_in_16594 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16594 p,
#stacks_in_16594 {
	margin-bottom: 0;
	
}

#stacks_in_16594 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16596 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16596 .label {
	
}

#stacks_in_16596 .label {
	font-weight: 700;
	
}

#stacks_in_16596 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16597 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16597 .label {
	
}

#stacks_in_16597 .label {
	font-weight: 700;
	
}

#stacks_in_16597 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16601 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16601 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16601 #stacks_in_16601-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16601 .close-stacks_in_16601-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16601 .close-stacks_in_16601-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16601 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16601 .close-stacks_in_16601-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16601 .close-stacks_in_16601-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16601 .close-stacks_in_16601-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16601 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16601 .close-stacks_in_16601-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16601 .close-stacks_in_16601-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16601 .close-stacks_in_16601-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16601 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16601 .close-stacks_in_16601-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16601 .close-stacks_in_16601-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16601 .close-stacks_in_16601-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16601 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16603 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16603 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16603 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16603 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16603 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16604 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16604 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16604 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16604 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16604 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16605 {
      margin: 0px;
    }

    #stacks_in_16605 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16605 {
      margin: 0px;
    }

    #stacks_in_16605 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16605 {
      margin: 0px;
    }

    #stacks_in_16605 {
      padding: 0px;
    }


    

    
      #stacks_in_16605 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16605 {
      margin: 0px;
    }

    #stacks_in_16605 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16605 {
      margin: 0px;
    }

    #stacks_in_16605 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16605 {
      margin: 0px;
    }

    #stacks_in_16605 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16606 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16606 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16606 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16606 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16606 h1 {
		font-size: 32px;
	}
}


#stacks_in_16606 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16608 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16608 p a,
#stacks_in_16608 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16608 p a:hover,
#stacks_in_16608 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16608 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16608 .paragraph a,
#stacks_in_16608 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16608 .paragraph a:hover,
#stacks_in_16608 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16608 p,
#stacks_in_16608 {
	margin-bottom: 0;
	
}

#stacks_in_16608 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16610 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16610 p a,
#stacks_in_16610 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16610 p a:hover,
#stacks_in_16610 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16610 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16610 .paragraph a,
#stacks_in_16610 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16610 .paragraph a:hover,
#stacks_in_16610 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16610 p,
#stacks_in_16610 {
	margin-bottom: 0;
	
}

#stacks_in_16610 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16612 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16612 .label {
	
}

#stacks_in_16612 .label {
	font-weight: 700;
	
}

#stacks_in_16612 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16613 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16613 .label {
	
}

#stacks_in_16613 .label {
	font-weight: 700;
	
}

#stacks_in_16613 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16617 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16617 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16617 #stacks_in_16617-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16617 .close-stacks_in_16617-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16617 .close-stacks_in_16617-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16617 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16617 .close-stacks_in_16617-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16617 .close-stacks_in_16617-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16617 .close-stacks_in_16617-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16617 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16617 .close-stacks_in_16617-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16617 .close-stacks_in_16617-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16617 .close-stacks_in_16617-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16617 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16617 .close-stacks_in_16617-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16617 .close-stacks_in_16617-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16617 .close-stacks_in_16617-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16617 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16619 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16619 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16619 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16619 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16619 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16620 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16620 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16620 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16620 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16620 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16621 {
      margin: 0px;
    }

    #stacks_in_16621 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16621 {
      margin: 0px;
    }

    #stacks_in_16621 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16621 {
      margin: 0px;
    }

    #stacks_in_16621 {
      padding: 0px;
    }


    

    
      #stacks_in_16621 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16621 {
      margin: 0px;
    }

    #stacks_in_16621 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16621 {
      margin: 0px;
    }

    #stacks_in_16621 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16621 {
      margin: 0px;
    }

    #stacks_in_16621 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16622 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16622 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16622 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16622 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16622 h1 {
		font-size: 32px;
	}
}


#stacks_in_16622 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16624 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16624 p a,
#stacks_in_16624 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16624 p a:hover,
#stacks_in_16624 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16624 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16624 .paragraph a,
#stacks_in_16624 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16624 .paragraph a:hover,
#stacks_in_16624 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16624 p,
#stacks_in_16624 {
	margin-bottom: 0;
	
}

#stacks_in_16624 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16626 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16626 p a,
#stacks_in_16626 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16626 p a:hover,
#stacks_in_16626 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16626 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16626 .paragraph a,
#stacks_in_16626 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16626 .paragraph a:hover,
#stacks_in_16626 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16626 p,
#stacks_in_16626 {
	margin-bottom: 0;
	
}

#stacks_in_16626 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16628 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16628 .label {
	
}

#stacks_in_16628 .label {
	font-weight: 700;
	
}

#stacks_in_16628 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16629 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16629 .label {
	
}

#stacks_in_16629 .label {
	font-weight: 700;
	
}

#stacks_in_16629 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16633 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16633 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16633 #stacks_in_16633-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16633 .close-stacks_in_16633-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16633 .close-stacks_in_16633-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16633 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16633 .close-stacks_in_16633-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16633 .close-stacks_in_16633-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16633 .close-stacks_in_16633-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16633 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16633 .close-stacks_in_16633-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16633 .close-stacks_in_16633-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16633 .close-stacks_in_16633-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16633 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16633 .close-stacks_in_16633-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16633 .close-stacks_in_16633-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16633 .close-stacks_in_16633-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16633 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16635 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16635 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16635 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16635 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16635 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16636 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16636 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16636 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16636 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16636 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16637 {
      margin: 0px;
    }

    #stacks_in_16637 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16637 {
      margin: 0px;
    }

    #stacks_in_16637 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16637 {
      margin: 0px;
    }

    #stacks_in_16637 {
      padding: 0px;
    }


    

    
      #stacks_in_16637 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16637 {
      margin: 0px;
    }

    #stacks_in_16637 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16637 {
      margin: 0px;
    }

    #stacks_in_16637 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16637 {
      margin: 0px;
    }

    #stacks_in_16637 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16638 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16638 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16638 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16638 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16638 h1 {
		font-size: 32px;
	}
}


#stacks_in_16638 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16640 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16640 p a,
#stacks_in_16640 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16640 p a:hover,
#stacks_in_16640 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16640 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16640 .paragraph a,
#stacks_in_16640 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16640 .paragraph a:hover,
#stacks_in_16640 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16640 p,
#stacks_in_16640 {
	margin-bottom: 0;
	
}

#stacks_in_16640 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16642 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16642 p a,
#stacks_in_16642 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16642 p a:hover,
#stacks_in_16642 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16642 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16642 .paragraph a,
#stacks_in_16642 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16642 .paragraph a:hover,
#stacks_in_16642 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16642 p,
#stacks_in_16642 {
	margin-bottom: 0;
	
}

#stacks_in_16642 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16644 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16644 .label {
	
}

#stacks_in_16644 .label {
	font-weight: 700;
	
}

#stacks_in_16644 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16645 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16645 .label {
	
}

#stacks_in_16645 .label {
	font-weight: 700;
	
}

#stacks_in_16645 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_16649 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_16649 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_16649 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_16649 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_16649 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_16649 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_16650 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16650 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16650 #stacks_in_16650-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16650 .close-stacks_in_16650-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16650 .close-stacks_in_16650-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16650 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16650 .close-stacks_in_16650-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16650 .close-stacks_in_16650-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16650 .close-stacks_in_16650-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16650 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16650 .close-stacks_in_16650-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16650 .close-stacks_in_16650-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16650 .close-stacks_in_16650-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16650 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16650 .close-stacks_in_16650-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16650 .close-stacks_in_16650-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16650 .close-stacks_in_16650-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16650 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16652 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16652 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16652 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16653 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16653 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16653 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16653 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16653 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16654 {
      margin: 0px;
    }

    #stacks_in_16654 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16654 {
      margin: 0px;
    }

    #stacks_in_16654 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16654 {
      margin: 0px;
    }

    #stacks_in_16654 {
      padding: 0px;
    }


    

    
      #stacks_in_16654 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16654 {
      margin: 0px;
    }

    #stacks_in_16654 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16654 {
      margin: 0px;
    }

    #stacks_in_16654 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16654 {
      margin: 0px;
    }

    #stacks_in_16654 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16655 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16655 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16655 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16655 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16655 h1 {
		font-size: 32px;
	}
}


#stacks_in_16655 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16657 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16657 p a,
#stacks_in_16657 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16657 p a:hover,
#stacks_in_16657 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16657 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16657 .paragraph a,
#stacks_in_16657 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16657 .paragraph a:hover,
#stacks_in_16657 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16657 p,
#stacks_in_16657 {
	margin-bottom: 0;
	
}

#stacks_in_16657 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16659 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16659 p a,
#stacks_in_16659 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16659 p a:hover,
#stacks_in_16659 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16659 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16659 .paragraph a,
#stacks_in_16659 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16659 .paragraph a:hover,
#stacks_in_16659 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16659 p,
#stacks_in_16659 {
	margin-bottom: 0;
	
}

#stacks_in_16659 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16661 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16661 .label {
	
}

#stacks_in_16661 .label {
	font-weight: 700;
	
}

#stacks_in_16661 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16662 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16662 .label {
	
}

#stacks_in_16662 .label {
	font-weight: 700;
	
}

#stacks_in_16662 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_16667 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_16667 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_16667 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_16667 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_16667 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_16667 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_16668 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16668 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16668 #stacks_in_16668-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16668 .close-stacks_in_16668-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16668 .close-stacks_in_16668-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16668 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16668 .close-stacks_in_16668-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16668 .close-stacks_in_16668-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16668 .close-stacks_in_16668-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16668 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16668 .close-stacks_in_16668-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16668 .close-stacks_in_16668-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16668 .close-stacks_in_16668-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16668 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16668 .close-stacks_in_16668-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16668 .close-stacks_in_16668-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16668 .close-stacks_in_16668-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16668 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16670 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16670 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16670 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16670 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16670 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16671 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16671 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16671 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16671 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16671 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16672 {
      margin: 0px;
    }

    #stacks_in_16672 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16672 {
      margin: 0px;
    }

    #stacks_in_16672 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16672 {
      margin: 0px;
    }

    #stacks_in_16672 {
      padding: 0px;
    }


    

    
      #stacks_in_16672 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16672 {
      margin: 0px;
    }

    #stacks_in_16672 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16672 {
      margin: 0px;
    }

    #stacks_in_16672 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16672 {
      margin: 0px;
    }

    #stacks_in_16672 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16673 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16673 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16673 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16673 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16673 h1 {
		font-size: 32px;
	}
}


#stacks_in_16673 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16675 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16675 p a,
#stacks_in_16675 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16675 p a:hover,
#stacks_in_16675 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16675 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16675 .paragraph a,
#stacks_in_16675 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16675 .paragraph a:hover,
#stacks_in_16675 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16675 p,
#stacks_in_16675 {
	margin-bottom: 0;
	
}

#stacks_in_16675 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16677 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16677 p a,
#stacks_in_16677 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16677 p a:hover,
#stacks_in_16677 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16677 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16677 .paragraph a,
#stacks_in_16677 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16677 .paragraph a:hover,
#stacks_in_16677 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16677 p,
#stacks_in_16677 {
	margin-bottom: 0;
	
}

#stacks_in_16677 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16679 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16679 .label {
	
}

#stacks_in_16679 .label {
	font-weight: 700;
	
}

#stacks_in_16679 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16680 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16680 .label {
	
}

#stacks_in_16680 .label {
	font-weight: 700;
	
}

#stacks_in_16680 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16685 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16685 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16685 #stacks_in_16685-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16685 .close-stacks_in_16685-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16685 .close-stacks_in_16685-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16685 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16685 .close-stacks_in_16685-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16685 .close-stacks_in_16685-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16685 .close-stacks_in_16685-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16685 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16685 .close-stacks_in_16685-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16685 .close-stacks_in_16685-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16685 .close-stacks_in_16685-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16685 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16685 .close-stacks_in_16685-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16685 .close-stacks_in_16685-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16685 .close-stacks_in_16685-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16685 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16687 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16687 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16687 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16687 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16687 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16688 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16688 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16688 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16688 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16688 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16689 {
      margin: 0px;
    }

    #stacks_in_16689 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16689 {
      margin: 0px;
    }

    #stacks_in_16689 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16689 {
      margin: 0px;
    }

    #stacks_in_16689 {
      padding: 0px;
    }


    

    
      #stacks_in_16689 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16689 {
      margin: 0px;
    }

    #stacks_in_16689 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16689 {
      margin: 0px;
    }

    #stacks_in_16689 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16689 {
      margin: 0px;
    }

    #stacks_in_16689 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16690 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16690 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16690 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16690 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16690 h1 {
		font-size: 32px;
	}
}


#stacks_in_16690 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16692 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16692 p a,
#stacks_in_16692 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16692 p a:hover,
#stacks_in_16692 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16692 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16692 .paragraph a,
#stacks_in_16692 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16692 .paragraph a:hover,
#stacks_in_16692 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16692 p,
#stacks_in_16692 {
	margin-bottom: 0;
	
}

#stacks_in_16692 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16694 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16694 p a,
#stacks_in_16694 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16694 p a:hover,
#stacks_in_16694 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16694 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16694 .paragraph a,
#stacks_in_16694 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16694 .paragraph a:hover,
#stacks_in_16694 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16694 p,
#stacks_in_16694 {
	margin-bottom: 0;
	
}

#stacks_in_16694 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16696 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16696 .label {
	
}

#stacks_in_16696 .label {
	font-weight: 700;
	
}

#stacks_in_16696 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16697 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16697 .label {
	
}

#stacks_in_16697 .label {
	font-weight: 700;
	
}

#stacks_in_16697 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16701 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16701 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16701 #stacks_in_16701-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16701 .close-stacks_in_16701-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16701 .close-stacks_in_16701-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16701 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16701 .close-stacks_in_16701-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16701 .close-stacks_in_16701-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16701 .close-stacks_in_16701-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16701 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16701 .close-stacks_in_16701-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16701 .close-stacks_in_16701-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16701 .close-stacks_in_16701-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16701 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16701 .close-stacks_in_16701-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16701 .close-stacks_in_16701-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16701 .close-stacks_in_16701-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16701 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16703 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16703 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16703 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16704 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16704 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16704 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16704 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16704 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16705 {
      margin: 0px;
    }

    #stacks_in_16705 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16705 {
      margin: 0px;
    }

    #stacks_in_16705 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16705 {
      margin: 0px;
    }

    #stacks_in_16705 {
      padding: 0px;
    }


    

    
      #stacks_in_16705 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16705 {
      margin: 0px;
    }

    #stacks_in_16705 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16705 {
      margin: 0px;
    }

    #stacks_in_16705 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16705 {
      margin: 0px;
    }

    #stacks_in_16705 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16706 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16706 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16706 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16706 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16706 h1 {
		font-size: 32px;
	}
}


#stacks_in_16706 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16708 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16708 p a,
#stacks_in_16708 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16708 p a:hover,
#stacks_in_16708 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16708 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16708 .paragraph a,
#stacks_in_16708 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16708 .paragraph a:hover,
#stacks_in_16708 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16708 p,
#stacks_in_16708 {
	margin-bottom: 0;
	
}

#stacks_in_16708 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16710 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16710 p a,
#stacks_in_16710 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16710 p a:hover,
#stacks_in_16710 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16710 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16710 .paragraph a,
#stacks_in_16710 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16710 .paragraph a:hover,
#stacks_in_16710 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16710 p,
#stacks_in_16710 {
	margin-bottom: 0;
	
}

#stacks_in_16710 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16712 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16712 .label {
	
}

#stacks_in_16712 .label {
	font-weight: 700;
	
}

#stacks_in_16712 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16713 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16713 .label {
	
}

#stacks_in_16713 .label {
	font-weight: 700;
	
}

#stacks_in_16713 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16717 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16717 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16717 #stacks_in_16717-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16717 .close-stacks_in_16717-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16717 .close-stacks_in_16717-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16717 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16717 .close-stacks_in_16717-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16717 .close-stacks_in_16717-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16717 .close-stacks_in_16717-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16717 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16717 .close-stacks_in_16717-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16717 .close-stacks_in_16717-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16717 .close-stacks_in_16717-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16717 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16717 .close-stacks_in_16717-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16717 .close-stacks_in_16717-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16717 .close-stacks_in_16717-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16717 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16719 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16719 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16719 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16719 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16719 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16720 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16720 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16720 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16720 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16720 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16721 {
      margin: 0px;
    }

    #stacks_in_16721 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16721 {
      margin: 0px;
    }

    #stacks_in_16721 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16721 {
      margin: 0px;
    }

    #stacks_in_16721 {
      padding: 0px;
    }


    

    
      #stacks_in_16721 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16721 {
      margin: 0px;
    }

    #stacks_in_16721 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16721 {
      margin: 0px;
    }

    #stacks_in_16721 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16721 {
      margin: 0px;
    }

    #stacks_in_16721 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16722 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16722 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16722 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16722 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16722 h1 {
		font-size: 32px;
	}
}


#stacks_in_16722 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16724 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16724 p a,
#stacks_in_16724 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16724 p a:hover,
#stacks_in_16724 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16724 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16724 .paragraph a,
#stacks_in_16724 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16724 .paragraph a:hover,
#stacks_in_16724 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16724 p,
#stacks_in_16724 {
	margin-bottom: 0;
	
}

#stacks_in_16724 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16726 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16726 p a,
#stacks_in_16726 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16726 p a:hover,
#stacks_in_16726 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16726 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16726 .paragraph a,
#stacks_in_16726 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16726 .paragraph a:hover,
#stacks_in_16726 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16726 p,
#stacks_in_16726 {
	margin-bottom: 0;
	
}

#stacks_in_16726 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16728 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16728 .label {
	
}

#stacks_in_16728 .label {
	font-weight: 700;
	
}

#stacks_in_16728 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16729 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16729 .label {
	
}

#stacks_in_16729 .label {
	font-weight: 700;
	
}

#stacks_in_16729 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16733 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16733 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16733 #stacks_in_16733-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16733 .close-stacks_in_16733-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16733 .close-stacks_in_16733-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16733 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16733 .close-stacks_in_16733-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16733 .close-stacks_in_16733-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16733 .close-stacks_in_16733-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16733 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16733 .close-stacks_in_16733-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16733 .close-stacks_in_16733-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16733 .close-stacks_in_16733-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16733 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16733 .close-stacks_in_16733-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16733 .close-stacks_in_16733-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16733 .close-stacks_in_16733-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16733 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16735 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16735 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16735 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16735 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16735 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16736 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16736 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16736 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16736 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16736 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16737 {
      margin: 0px;
    }

    #stacks_in_16737 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16737 {
      margin: 0px;
    }

    #stacks_in_16737 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16737 {
      margin: 0px;
    }

    #stacks_in_16737 {
      padding: 0px;
    }


    

    
      #stacks_in_16737 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16737 {
      margin: 0px;
    }

    #stacks_in_16737 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16737 {
      margin: 0px;
    }

    #stacks_in_16737 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16737 {
      margin: 0px;
    }

    #stacks_in_16737 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16738 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16738 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16738 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16738 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16738 h1 {
		font-size: 32px;
	}
}


#stacks_in_16738 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16740 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16740 p a,
#stacks_in_16740 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16740 p a:hover,
#stacks_in_16740 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16740 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16740 .paragraph a,
#stacks_in_16740 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16740 .paragraph a:hover,
#stacks_in_16740 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16740 p,
#stacks_in_16740 {
	margin-bottom: 0;
	
}

#stacks_in_16740 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16742 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16742 p a,
#stacks_in_16742 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16742 p a:hover,
#stacks_in_16742 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16742 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16742 .paragraph a,
#stacks_in_16742 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16742 .paragraph a:hover,
#stacks_in_16742 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16742 p,
#stacks_in_16742 {
	margin-bottom: 0;
	
}

#stacks_in_16742 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16744 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16744 .label {
	
}

#stacks_in_16744 .label {
	font-weight: 700;
	
}

#stacks_in_16744 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16745 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16745 .label {
	
}

#stacks_in_16745 .label {
	font-weight: 700;
	
}

#stacks_in_16745 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_16749 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_16749 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_16749 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_16749 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_16749 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_16749 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_16750 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16750 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16750 #stacks_in_16750-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16750 .close-stacks_in_16750-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16750 .close-stacks_in_16750-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16750 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16750 .close-stacks_in_16750-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16750 .close-stacks_in_16750-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16750 .close-stacks_in_16750-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16750 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16750 .close-stacks_in_16750-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16750 .close-stacks_in_16750-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16750 .close-stacks_in_16750-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16750 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16750 .close-stacks_in_16750-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16750 .close-stacks_in_16750-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16750 .close-stacks_in_16750-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16750 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16752 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16752 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16752 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16752 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16752 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16753 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16753 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16753 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16754 {
      margin: 0px;
    }

    #stacks_in_16754 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16754 {
      margin: 0px;
    }

    #stacks_in_16754 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16754 {
      margin: 0px;
    }

    #stacks_in_16754 {
      padding: 0px;
    }


    

    
      #stacks_in_16754 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16754 {
      margin: 0px;
    }

    #stacks_in_16754 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16754 {
      margin: 0px;
    }

    #stacks_in_16754 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16754 {
      margin: 0px;
    }

    #stacks_in_16754 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16755 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16755 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16755 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16755 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16755 h1 {
		font-size: 32px;
	}
}


#stacks_in_16755 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16757 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16757 p a,
#stacks_in_16757 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16757 p a:hover,
#stacks_in_16757 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16757 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16757 .paragraph a,
#stacks_in_16757 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16757 .paragraph a:hover,
#stacks_in_16757 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16757 p,
#stacks_in_16757 {
	margin-bottom: 0;
	
}

#stacks_in_16757 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16759 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16759 p a,
#stacks_in_16759 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16759 p a:hover,
#stacks_in_16759 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16759 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16759 .paragraph a,
#stacks_in_16759 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16759 .paragraph a:hover,
#stacks_in_16759 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16759 p,
#stacks_in_16759 {
	margin-bottom: 0;
	
}

#stacks_in_16759 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16761 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16761 .label {
	
}

#stacks_in_16761 .label {
	font-weight: 700;
	
}

#stacks_in_16761 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16762 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16762 .label {
	
}

#stacks_in_16762 .label {
	font-weight: 700;
	
}

#stacks_in_16762 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_16767 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_16767 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_16767 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_16767 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_16767 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_16767 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_16768 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16768 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16768 #stacks_in_16768-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16768 .close-stacks_in_16768-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16768 .close-stacks_in_16768-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16768 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16768 .close-stacks_in_16768-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16768 .close-stacks_in_16768-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16768 .close-stacks_in_16768-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16768 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16768 .close-stacks_in_16768-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16768 .close-stacks_in_16768-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16768 .close-stacks_in_16768-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16768 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16768 .close-stacks_in_16768-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16768 .close-stacks_in_16768-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16768 .close-stacks_in_16768-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16768 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16770 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16770 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16770 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16770 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16770 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16771 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16771 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16771 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16771 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16771 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16772 {
      margin: 0px;
    }

    #stacks_in_16772 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16772 {
      margin: 0px;
    }

    #stacks_in_16772 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16772 {
      margin: 0px;
    }

    #stacks_in_16772 {
      padding: 0px;
    }


    

    
      #stacks_in_16772 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16772 {
      margin: 0px;
    }

    #stacks_in_16772 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16772 {
      margin: 0px;
    }

    #stacks_in_16772 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16772 {
      margin: 0px;
    }

    #stacks_in_16772 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16773 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16773 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16773 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16773 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16773 h1 {
		font-size: 32px;
	}
}


#stacks_in_16773 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16775 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16775 p a,
#stacks_in_16775 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16775 p a:hover,
#stacks_in_16775 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16775 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16775 .paragraph a,
#stacks_in_16775 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16775 .paragraph a:hover,
#stacks_in_16775 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16775 p,
#stacks_in_16775 {
	margin-bottom: 0;
	
}

#stacks_in_16775 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16777 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16777 p a,
#stacks_in_16777 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16777 p a:hover,
#stacks_in_16777 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16777 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16777 .paragraph a,
#stacks_in_16777 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16777 .paragraph a:hover,
#stacks_in_16777 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16777 p,
#stacks_in_16777 {
	margin-bottom: 0;
	
}

#stacks_in_16777 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16779 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16779 .label {
	
}

#stacks_in_16779 .label {
	font-weight: 700;
	
}

#stacks_in_16779 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16780 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16780 .label {
	
}

#stacks_in_16780 .label {
	font-weight: 700;
	
}

#stacks_in_16780 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16785 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16785 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16785 #stacks_in_16785-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16785 .close-stacks_in_16785-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16785 .close-stacks_in_16785-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16785 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16785 .close-stacks_in_16785-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16785 .close-stacks_in_16785-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16785 .close-stacks_in_16785-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16785 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16785 .close-stacks_in_16785-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16785 .close-stacks_in_16785-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16785 .close-stacks_in_16785-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16785 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16785 .close-stacks_in_16785-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16785 .close-stacks_in_16785-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16785 .close-stacks_in_16785-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16785 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16787 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16787 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16787 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16787 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16787 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16788 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16788 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16788 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16788 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16788 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16789 {
      margin: 0px;
    }

    #stacks_in_16789 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16789 {
      margin: 0px;
    }

    #stacks_in_16789 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16789 {
      margin: 0px;
    }

    #stacks_in_16789 {
      padding: 0px;
    }


    

    
      #stacks_in_16789 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16789 {
      margin: 0px;
    }

    #stacks_in_16789 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16789 {
      margin: 0px;
    }

    #stacks_in_16789 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16789 {
      margin: 0px;
    }

    #stacks_in_16789 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16790 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16790 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16790 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16790 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16790 h1 {
		font-size: 32px;
	}
}


#stacks_in_16790 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16792 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16792 p a,
#stacks_in_16792 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16792 p a:hover,
#stacks_in_16792 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16792 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16792 .paragraph a,
#stacks_in_16792 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16792 .paragraph a:hover,
#stacks_in_16792 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16792 p,
#stacks_in_16792 {
	margin-bottom: 0;
	
}

#stacks_in_16792 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16794 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16794 p a,
#stacks_in_16794 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16794 p a:hover,
#stacks_in_16794 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16794 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16794 .paragraph a,
#stacks_in_16794 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16794 .paragraph a:hover,
#stacks_in_16794 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16794 p,
#stacks_in_16794 {
	margin-bottom: 0;
	
}

#stacks_in_16794 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16796 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16796 .label {
	
}

#stacks_in_16796 .label {
	font-weight: 700;
	
}

#stacks_in_16796 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16797 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16797 .label {
	
}

#stacks_in_16797 .label {
	font-weight: 700;
	
}

#stacks_in_16797 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_16801 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_16801 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_16801 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_16801 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_16801 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_16801 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_16802 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16802 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16802 #stacks_in_16802-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16802 .close-stacks_in_16802-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16802 .close-stacks_in_16802-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16802 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16802 .close-stacks_in_16802-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16802 .close-stacks_in_16802-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16802 .close-stacks_in_16802-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16802 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16802 .close-stacks_in_16802-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16802 .close-stacks_in_16802-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16802 .close-stacks_in_16802-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16802 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16802 .close-stacks_in_16802-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16802 .close-stacks_in_16802-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16802 .close-stacks_in_16802-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16802 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16804 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16804 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16804 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16804 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16804 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16805 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16805 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16805 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16805 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16805 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16806 {
      margin: 0px;
    }

    #stacks_in_16806 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16806 {
      margin: 0px;
    }

    #stacks_in_16806 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16806 {
      margin: 0px;
    }

    #stacks_in_16806 {
      padding: 0px;
    }


    

    
      #stacks_in_16806 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16806 {
      margin: 0px;
    }

    #stacks_in_16806 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16806 {
      margin: 0px;
    }

    #stacks_in_16806 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16806 {
      margin: 0px;
    }

    #stacks_in_16806 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16807 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16807 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16807 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16807 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16807 h1 {
		font-size: 32px;
	}
}


#stacks_in_16807 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16809 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16809 p a,
#stacks_in_16809 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16809 p a:hover,
#stacks_in_16809 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16809 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16809 .paragraph a,
#stacks_in_16809 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16809 .paragraph a:hover,
#stacks_in_16809 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16809 p,
#stacks_in_16809 {
	margin-bottom: 0;
	
}

#stacks_in_16809 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16811 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16811 p a,
#stacks_in_16811 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16811 p a:hover,
#stacks_in_16811 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16811 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16811 .paragraph a,
#stacks_in_16811 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16811 .paragraph a:hover,
#stacks_in_16811 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16811 p,
#stacks_in_16811 {
	margin-bottom: 0;
	
}

#stacks_in_16811 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16813 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16813 .label {
	
}

#stacks_in_16813 .label {
	font-weight: 700;
	
}

#stacks_in_16813 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16814 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16814 .label {
	
}

#stacks_in_16814 .label {
	font-weight: 700;
	
}

#stacks_in_16814 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16819 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16819 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16819 #stacks_in_16819-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16819 .close-stacks_in_16819-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16819 .close-stacks_in_16819-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16819 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16819 .close-stacks_in_16819-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16819 .close-stacks_in_16819-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16819 .close-stacks_in_16819-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16819 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16819 .close-stacks_in_16819-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16819 .close-stacks_in_16819-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16819 .close-stacks_in_16819-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16819 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16819 .close-stacks_in_16819-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16819 .close-stacks_in_16819-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16819 .close-stacks_in_16819-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16819 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16821 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16821 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16821 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16821 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16821 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16822 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16822 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16822 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16822 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16822 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16823 {
      margin: 0px;
    }

    #stacks_in_16823 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16823 {
      margin: 0px;
    }

    #stacks_in_16823 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16823 {
      margin: 0px;
    }

    #stacks_in_16823 {
      padding: 0px;
    }


    

    
      #stacks_in_16823 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16823 {
      margin: 0px;
    }

    #stacks_in_16823 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16823 {
      margin: 0px;
    }

    #stacks_in_16823 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16823 {
      margin: 0px;
    }

    #stacks_in_16823 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16824 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16824 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16824 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16824 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16824 h1 {
		font-size: 32px;
	}
}


#stacks_in_16824 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16826 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16826 p a,
#stacks_in_16826 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16826 p a:hover,
#stacks_in_16826 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16826 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16826 .paragraph a,
#stacks_in_16826 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16826 .paragraph a:hover,
#stacks_in_16826 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16826 p,
#stacks_in_16826 {
	margin-bottom: 0;
	
}

#stacks_in_16826 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16828 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16828 p a,
#stacks_in_16828 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16828 p a:hover,
#stacks_in_16828 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16828 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16828 .paragraph a,
#stacks_in_16828 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16828 .paragraph a:hover,
#stacks_in_16828 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16828 p,
#stacks_in_16828 {
	margin-bottom: 0;
	
}

#stacks_in_16828 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16830 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16830 .label {
	
}

#stacks_in_16830 .label {
	font-weight: 700;
	
}

#stacks_in_16830 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16831 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16831 .label {
	
}

#stacks_in_16831 .label {
	font-weight: 700;
	
}

#stacks_in_16831 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16534 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_16534 .anchor {
	font-size: 24px;
	line-height: 24px;
}





#stacks_in_16834 > .positioner_wrapper {
}

#stacks_in_16834 > .positioner_wrapper > .positioner {
	position: absolute;
	

	

	
	bottom: 0;
	margin-bottom: -16px;
	
	
	
	left: 50%;
	margin-left: -16px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}
/*Adam*/
#stacks_in_16834 > .positioner_wrapper > .positioner > a,
#stacks_in_16834 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_16834 > .positioner_wrapper > .positioner > span {
	
	background: rgba(75, 165, 160, 1.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1.00);
	
	font-size: 16px;
	display: block;
	padding: 0px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_16834 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_16834 > .positioner_wrapper > .positioner > a:active,
#stacks_in_16834 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(75, 165, 160, 1.00);
	
}

#stacks_in_16834 > .positioner_wrapper > .positioner > a > i,
#stacks_in_16834 > .positioner_wrapper > .positioner > span > i {
	line-height: 32px;
}


/* Option for removing base margin */



#stacks_in_16835 h1 {
	font-weight: 700;
	font-style: normal;

	
	text-transform: none;

	
}

#stacks_in_16835 h1 small {
	font-weight: 700;
}

#stacks_in_16835 a,
#stacks_in_16835 a:visited,
#stacks_in_16835 a:hover,
#stacks_in_16835 a:active {
	text-decoration: none;
}





















#stacks_in_16835 h1 {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 1.00);
}



	#stacks_in_16835 h1,
	#stacks_in_16835 a,
	#stacks_in_16835 a:visited  {
		color: rgba(255, 255, 255, 1.00);
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_16835 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_16835 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16835 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16835 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_16835 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_16835 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_16835 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16835 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16835 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_16835 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16835 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_16835 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16835 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_16835 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_16835 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_16835 .inline_badge_right {
	position: relative;
}


#stacks_in_16835 small,
#stacks_in_16835 h1 small {
	
}

#stacks_in_16835 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 2px 0px 2px 0px;
	padding: 20px 0px 20px 0px;
}

#stacks_in_16837 {
	font-size: 90%;
}


#stacks_out_16839 {
	width: 80%;
}





#stacks_in_16843 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16843 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16843 #stacks_in_16843-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16843 .close-stacks_in_16843-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16843 .close-stacks_in_16843-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16843 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16843 .close-stacks_in_16843-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16843 .close-stacks_in_16843-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16843 .close-stacks_in_16843-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16843 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16843 .close-stacks_in_16843-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16843 .close-stacks_in_16843-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16843 .close-stacks_in_16843-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16843 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16843 .close-stacks_in_16843-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16843 .close-stacks_in_16843-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16843 .close-stacks_in_16843-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16843 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16845 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16845 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16846 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16846 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16847 {
      margin: 0px;
    }

    #stacks_in_16847 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16847 {
      margin: 0px;
    }

    #stacks_in_16847 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16847 {
      margin: 0px;
    }

    #stacks_in_16847 {
      padding: 0px;
    }


    

    
      #stacks_in_16847 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16847 {
      margin: 0px;
    }

    #stacks_in_16847 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16847 {
      margin: 0px;
    }

    #stacks_in_16847 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16847 {
      margin: 0px;
    }

    #stacks_in_16847 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16848 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16848 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16848 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16848 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16848 h1 {
		font-size: 32px;
	}
}


#stacks_in_16848 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16850 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16850 p a,
#stacks_in_16850 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16850 p a:hover,
#stacks_in_16850 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16850 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16850 .paragraph a,
#stacks_in_16850 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16850 .paragraph a:hover,
#stacks_in_16850 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16850 p,
#stacks_in_16850 {
	margin-bottom: 0;
	
}

#stacks_in_16850 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16852 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16852 p a,
#stacks_in_16852 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16852 p a:hover,
#stacks_in_16852 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16852 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16852 .paragraph a,
#stacks_in_16852 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16852 .paragraph a:hover,
#stacks_in_16852 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16852 p,
#stacks_in_16852 {
	margin-bottom: 0;
	
}

#stacks_in_16852 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16854 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16854 .label {
	
}

#stacks_in_16854 .label {
	font-weight: 700;
	
}

#stacks_in_16854 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16855 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16855 .label {
	
}

#stacks_in_16855 .label {
	font-weight: 700;
	
}

#stacks_in_16855 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_16859 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_16859 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_16859 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_16859 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_16859 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_16859 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_16860 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16860 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16860 #stacks_in_16860-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16860 .close-stacks_in_16860-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16860 .close-stacks_in_16860-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16860 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16860 .close-stacks_in_16860-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16860 .close-stacks_in_16860-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16860 .close-stacks_in_16860-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16860 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16860 .close-stacks_in_16860-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16860 .close-stacks_in_16860-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16860 .close-stacks_in_16860-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16860 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16860 .close-stacks_in_16860-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16860 .close-stacks_in_16860-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16860 .close-stacks_in_16860-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16860 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16862 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16862 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16863 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16863 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16863 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16863 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16863 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16864 {
      margin: 0px;
    }

    #stacks_in_16864 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16864 {
      margin: 0px;
    }

    #stacks_in_16864 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16864 {
      margin: 0px;
    }

    #stacks_in_16864 {
      padding: 0px;
    }


    

    
      #stacks_in_16864 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16864 {
      margin: 0px;
    }

    #stacks_in_16864 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16864 {
      margin: 0px;
    }

    #stacks_in_16864 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16864 {
      margin: 0px;
    }

    #stacks_in_16864 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16865 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16865 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16865 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16865 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16865 h1 {
		font-size: 32px;
	}
}


#stacks_in_16865 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16867 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16867 p a,
#stacks_in_16867 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16867 p a:hover,
#stacks_in_16867 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16867 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16867 .paragraph a,
#stacks_in_16867 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16867 .paragraph a:hover,
#stacks_in_16867 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16867 p,
#stacks_in_16867 {
	margin-bottom: 0;
	
}

#stacks_in_16867 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16869 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16869 p a,
#stacks_in_16869 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16869 p a:hover,
#stacks_in_16869 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16869 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16869 .paragraph a,
#stacks_in_16869 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16869 .paragraph a:hover,
#stacks_in_16869 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16869 p,
#stacks_in_16869 {
	margin-bottom: 0;
	
}

#stacks_in_16869 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16871 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16871 .label {
	
}

#stacks_in_16871 .label {
	font-weight: 700;
	
}

#stacks_in_16871 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16872 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16872 .label {
	
}

#stacks_in_16872 .label {
	font-weight: 700;
	
}

#stacks_in_16872 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16877 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16877 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16877 #stacks_in_16877-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16877 .close-stacks_in_16877-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16877 .close-stacks_in_16877-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16877 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16877 .close-stacks_in_16877-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16877 .close-stacks_in_16877-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16877 .close-stacks_in_16877-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16877 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16877 .close-stacks_in_16877-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16877 .close-stacks_in_16877-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16877 .close-stacks_in_16877-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16877 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16877 .close-stacks_in_16877-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16877 .close-stacks_in_16877-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16877 .close-stacks_in_16877-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16877 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16879 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16879 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16880 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16880 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16880 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16880 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16880 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16881 {
      margin: 0px;
    }

    #stacks_in_16881 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16881 {
      margin: 0px;
    }

    #stacks_in_16881 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16881 {
      margin: 0px;
    }

    #stacks_in_16881 {
      padding: 0px;
    }


    

    
      #stacks_in_16881 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16881 {
      margin: 0px;
    }

    #stacks_in_16881 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16881 {
      margin: 0px;
    }

    #stacks_in_16881 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16881 {
      margin: 0px;
    }

    #stacks_in_16881 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16882 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16882 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16882 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16882 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16882 h1 {
		font-size: 32px;
	}
}


#stacks_in_16882 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16884 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16884 p a,
#stacks_in_16884 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16884 p a:hover,
#stacks_in_16884 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16884 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16884 .paragraph a,
#stacks_in_16884 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16884 .paragraph a:hover,
#stacks_in_16884 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16884 p,
#stacks_in_16884 {
	margin-bottom: 0;
	
}

#stacks_in_16884 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16886 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16886 p a,
#stacks_in_16886 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16886 p a:hover,
#stacks_in_16886 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16886 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16886 .paragraph a,
#stacks_in_16886 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16886 .paragraph a:hover,
#stacks_in_16886 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16886 p,
#stacks_in_16886 {
	margin-bottom: 0;
	
}

#stacks_in_16886 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16888 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16888 .label {
	
}

#stacks_in_16888 .label {
	font-weight: 700;
	
}

#stacks_in_16888 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16889 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16889 .label {
	
}

#stacks_in_16889 .label {
	font-weight: 700;
	
}

#stacks_in_16889 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16893 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16893 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16893 #stacks_in_16893-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16893 .close-stacks_in_16893-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16893 .close-stacks_in_16893-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16893 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16893 .close-stacks_in_16893-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16893 .close-stacks_in_16893-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16893 .close-stacks_in_16893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16893 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16893 .close-stacks_in_16893-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16893 .close-stacks_in_16893-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16893 .close-stacks_in_16893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16893 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16893 .close-stacks_in_16893-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16893 .close-stacks_in_16893-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16893 .close-stacks_in_16893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16893 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16895 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16895 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16896 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16896 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16897 {
      margin: 0px;
    }

    #stacks_in_16897 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16897 {
      margin: 0px;
    }

    #stacks_in_16897 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16897 {
      margin: 0px;
    }

    #stacks_in_16897 {
      padding: 0px;
    }


    

    
      #stacks_in_16897 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16897 {
      margin: 0px;
    }

    #stacks_in_16897 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16897 {
      margin: 0px;
    }

    #stacks_in_16897 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16897 {
      margin: 0px;
    }

    #stacks_in_16897 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16898 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16898 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16898 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16898 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16898 h1 {
		font-size: 32px;
	}
}


#stacks_in_16898 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16900 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16900 p a,
#stacks_in_16900 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16900 p a:hover,
#stacks_in_16900 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16900 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16900 .paragraph a,
#stacks_in_16900 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16900 .paragraph a:hover,
#stacks_in_16900 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16900 p,
#stacks_in_16900 {
	margin-bottom: 0;
	
}

#stacks_in_16900 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16902 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16902 p a,
#stacks_in_16902 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16902 p a:hover,
#stacks_in_16902 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16902 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16902 .paragraph a,
#stacks_in_16902 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16902 .paragraph a:hover,
#stacks_in_16902 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16902 p,
#stacks_in_16902 {
	margin-bottom: 0;
	
}

#stacks_in_16902 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16904 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16904 .label {
	
}

#stacks_in_16904 .label {
	font-weight: 700;
	
}

#stacks_in_16904 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16905 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16905 .label {
	
}

#stacks_in_16905 .label {
	font-weight: 700;
	
}

#stacks_in_16905 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16909 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16909 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16909 #stacks_in_16909-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16909 .close-stacks_in_16909-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16909 .close-stacks_in_16909-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16909 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16909 .close-stacks_in_16909-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16909 .close-stacks_in_16909-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16909 .close-stacks_in_16909-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16909 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16909 .close-stacks_in_16909-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16909 .close-stacks_in_16909-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16909 .close-stacks_in_16909-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16909 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16909 .close-stacks_in_16909-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16909 .close-stacks_in_16909-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16909 .close-stacks_in_16909-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16909 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16911 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16911 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16911 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16912 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16912 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16913 {
      margin: 0px;
    }

    #stacks_in_16913 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16913 {
      margin: 0px;
    }

    #stacks_in_16913 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16913 {
      margin: 0px;
    }

    #stacks_in_16913 {
      padding: 0px;
    }


    

    
      #stacks_in_16913 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16913 {
      margin: 0px;
    }

    #stacks_in_16913 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16913 {
      margin: 0px;
    }

    #stacks_in_16913 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16913 {
      margin: 0px;
    }

    #stacks_in_16913 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16914 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16914 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16914 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16914 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16914 h1 {
		font-size: 32px;
	}
}


#stacks_in_16914 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16916 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16916 p a,
#stacks_in_16916 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16916 p a:hover,
#stacks_in_16916 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16916 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16916 .paragraph a,
#stacks_in_16916 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16916 .paragraph a:hover,
#stacks_in_16916 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16916 p,
#stacks_in_16916 {
	margin-bottom: 0;
	
}

#stacks_in_16916 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16918 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16918 p a,
#stacks_in_16918 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16918 p a:hover,
#stacks_in_16918 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16918 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16918 .paragraph a,
#stacks_in_16918 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16918 .paragraph a:hover,
#stacks_in_16918 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16918 p,
#stacks_in_16918 {
	margin-bottom: 0;
	
}

#stacks_in_16918 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16920 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16920 .label {
	
}

#stacks_in_16920 .label {
	font-weight: 700;
	
}

#stacks_in_16920 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16921 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16921 .label {
	
}

#stacks_in_16921 .label {
	font-weight: 700;
	
}

#stacks_in_16921 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_16925 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_16925 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_16925 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_16925 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_16925 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_16925 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_16926 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16926 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16926 #stacks_in_16926-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16926 .close-stacks_in_16926-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16926 .close-stacks_in_16926-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16926 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16926 .close-stacks_in_16926-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16926 .close-stacks_in_16926-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16926 .close-stacks_in_16926-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16926 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16926 .close-stacks_in_16926-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16926 .close-stacks_in_16926-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16926 .close-stacks_in_16926-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16926 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16926 .close-stacks_in_16926-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16926 .close-stacks_in_16926-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16926 .close-stacks_in_16926-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16926 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16928 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16928 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16928 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16929 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16929 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16929 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16929 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16929 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16930 {
      margin: 0px;
    }

    #stacks_in_16930 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16930 {
      margin: 0px;
    }

    #stacks_in_16930 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16930 {
      margin: 0px;
    }

    #stacks_in_16930 {
      padding: 0px;
    }


    

    
      #stacks_in_16930 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16930 {
      margin: 0px;
    }

    #stacks_in_16930 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16930 {
      margin: 0px;
    }

    #stacks_in_16930 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16930 {
      margin: 0px;
    }

    #stacks_in_16930 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16931 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16931 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16931 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16931 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16931 h1 {
		font-size: 32px;
	}
}


#stacks_in_16931 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16933 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16933 p a,
#stacks_in_16933 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16933 p a:hover,
#stacks_in_16933 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16933 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16933 .paragraph a,
#stacks_in_16933 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16933 .paragraph a:hover,
#stacks_in_16933 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16933 p,
#stacks_in_16933 {
	margin-bottom: 0;
	
}

#stacks_in_16933 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16935 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16935 p a,
#stacks_in_16935 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16935 p a:hover,
#stacks_in_16935 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16935 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16935 .paragraph a,
#stacks_in_16935 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16935 .paragraph a:hover,
#stacks_in_16935 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16935 p,
#stacks_in_16935 {
	margin-bottom: 0;
	
}

#stacks_in_16935 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16937 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16937 .label {
	
}

#stacks_in_16937 .label {
	font-weight: 700;
	
}

#stacks_in_16937 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16938 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16938 .label {
	
}

#stacks_in_16938 .label {
	font-weight: 700;
	
}

#stacks_in_16938 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_16943 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_16943 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_16943 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_16943 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_16943 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_16943 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_16944 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16944 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16944 #stacks_in_16944-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16944 .close-stacks_in_16944-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16944 .close-stacks_in_16944-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16944 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16944 .close-stacks_in_16944-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16944 .close-stacks_in_16944-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16944 .close-stacks_in_16944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16944 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16944 .close-stacks_in_16944-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16944 .close-stacks_in_16944-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16944 .close-stacks_in_16944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16944 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16944 .close-stacks_in_16944-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16944 .close-stacks_in_16944-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16944 .close-stacks_in_16944-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16944 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16946 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16946 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16947 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16947 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16947 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16948 {
      margin: 0px;
    }

    #stacks_in_16948 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16948 {
      margin: 0px;
    }

    #stacks_in_16948 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16948 {
      margin: 0px;
    }

    #stacks_in_16948 {
      padding: 0px;
    }


    

    
      #stacks_in_16948 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16948 {
      margin: 0px;
    }

    #stacks_in_16948 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16948 {
      margin: 0px;
    }

    #stacks_in_16948 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16948 {
      margin: 0px;
    }

    #stacks_in_16948 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16949 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16949 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16949 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16949 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16949 h1 {
		font-size: 32px;
	}
}


#stacks_in_16949 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16951 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16951 p a,
#stacks_in_16951 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16951 p a:hover,
#stacks_in_16951 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16951 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16951 .paragraph a,
#stacks_in_16951 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16951 .paragraph a:hover,
#stacks_in_16951 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16951 p,
#stacks_in_16951 {
	margin-bottom: 0;
	
}

#stacks_in_16951 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16953 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16953 p a,
#stacks_in_16953 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16953 p a:hover,
#stacks_in_16953 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16953 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16953 .paragraph a,
#stacks_in_16953 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16953 .paragraph a:hover,
#stacks_in_16953 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16953 p,
#stacks_in_16953 {
	margin-bottom: 0;
	
}

#stacks_in_16953 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16955 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16955 .label {
	
}

#stacks_in_16955 .label {
	font-weight: 700;
	
}

#stacks_in_16955 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16956 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16956 .label {
	
}

#stacks_in_16956 .label {
	font-weight: 700;
	
}

#stacks_in_16956 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16961 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16961 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16961 #stacks_in_16961-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16961 .close-stacks_in_16961-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16961 .close-stacks_in_16961-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16961 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16961 .close-stacks_in_16961-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16961 .close-stacks_in_16961-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16961 .close-stacks_in_16961-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16961 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16961 .close-stacks_in_16961-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16961 .close-stacks_in_16961-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16961 .close-stacks_in_16961-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16961 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16961 .close-stacks_in_16961-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16961 .close-stacks_in_16961-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16961 .close-stacks_in_16961-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16961 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16963 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16963 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16964 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16964 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16964 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16964 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16964 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16965 {
      margin: 0px;
    }

    #stacks_in_16965 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16965 {
      margin: 0px;
    }

    #stacks_in_16965 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16965 {
      margin: 0px;
    }

    #stacks_in_16965 {
      padding: 0px;
    }


    

    
      #stacks_in_16965 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16965 {
      margin: 0px;
    }

    #stacks_in_16965 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16965 {
      margin: 0px;
    }

    #stacks_in_16965 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16965 {
      margin: 0px;
    }

    #stacks_in_16965 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16966 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16966 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16966 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16966 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16966 h1 {
		font-size: 32px;
	}
}


#stacks_in_16966 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16968 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16968 p a,
#stacks_in_16968 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16968 p a:hover,
#stacks_in_16968 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16968 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16968 .paragraph a,
#stacks_in_16968 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16968 .paragraph a:hover,
#stacks_in_16968 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16968 p,
#stacks_in_16968 {
	margin-bottom: 0;
	
}

#stacks_in_16968 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16970 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16970 p a,
#stacks_in_16970 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16970 p a:hover,
#stacks_in_16970 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16970 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16970 .paragraph a,
#stacks_in_16970 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16970 .paragraph a:hover,
#stacks_in_16970 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16970 p,
#stacks_in_16970 {
	margin-bottom: 0;
	
}

#stacks_in_16970 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16972 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16972 .label {
	
}

#stacks_in_16972 .label {
	font-weight: 700;
	
}

#stacks_in_16972 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16973 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16973 .label {
	
}

#stacks_in_16973 .label {
	font-weight: 700;
	
}

#stacks_in_16973 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16977 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16977 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16977 #stacks_in_16977-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16977 .close-stacks_in_16977-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16977 .close-stacks_in_16977-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16977 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16977 .close-stacks_in_16977-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16977 .close-stacks_in_16977-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16977 .close-stacks_in_16977-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16977 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16977 .close-stacks_in_16977-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16977 .close-stacks_in_16977-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16977 .close-stacks_in_16977-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16977 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16977 .close-stacks_in_16977-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16977 .close-stacks_in_16977-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16977 .close-stacks_in_16977-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16977 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16979 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16979 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16980 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16980 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16981 {
      margin: 0px;
    }

    #stacks_in_16981 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16981 {
      margin: 0px;
    }

    #stacks_in_16981 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16981 {
      margin: 0px;
    }

    #stacks_in_16981 {
      padding: 0px;
    }


    

    
      #stacks_in_16981 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16981 {
      margin: 0px;
    }

    #stacks_in_16981 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16981 {
      margin: 0px;
    }

    #stacks_in_16981 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16981 {
      margin: 0px;
    }

    #stacks_in_16981 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16982 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16982 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16982 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16982 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16982 h1 {
		font-size: 32px;
	}
}


#stacks_in_16982 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_16984 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16984 p a,
#stacks_in_16984 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16984 p a:hover,
#stacks_in_16984 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16984 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_16984 .paragraph a,
#stacks_in_16984 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_16984 .paragraph a:hover,
#stacks_in_16984 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16984 p,
#stacks_in_16984 {
	margin-bottom: 0;
	
}

#stacks_in_16984 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_16986 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16986 p a,
#stacks_in_16986 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16986 p a:hover,
#stacks_in_16986 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_16986 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_16986 .paragraph a,
#stacks_in_16986 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_16986 .paragraph a:hover,
#stacks_in_16986 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_16986 p,
#stacks_in_16986 {
	margin-bottom: 0;
	
}

#stacks_in_16986 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_16988 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_16988 .label {
	
}

#stacks_in_16988 .label {
	font-weight: 700;
	
}

#stacks_in_16988 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16989 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_16989 .label {
	
}

#stacks_in_16989 .label {
	font-weight: 700;
	
}

#stacks_in_16989 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_16993 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_16993 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_16993 #stacks_in_16993-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_16993 .close-stacks_in_16993-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_16993 .close-stacks_in_16993-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_16993 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_16993 .close-stacks_in_16993-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16993 .close-stacks_in_16993-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_16993 .close-stacks_in_16993-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16993 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_16993 .close-stacks_in_16993-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16993 .close-stacks_in_16993-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16993 .close-stacks_in_16993-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16993 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16993 .close-stacks_in_16993-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16993 .close-stacks_in_16993-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_16993 .close-stacks_in_16993-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_16993 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_16995 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16995 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16995 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16995 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16995 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_16996 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_16996 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_16996 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_16996 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_16996 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_16997 {
      margin: 0px;
    }

    #stacks_in_16997 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_16997 {
      margin: 0px;
    }

    #stacks_in_16997 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_16997 {
      margin: 0px;
    }

    #stacks_in_16997 {
      padding: 0px;
    }


    

    
      #stacks_in_16997 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_16997 {
      margin: 0px;
    }

    #stacks_in_16997 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_16997 {
      margin: 0px;
    }

    #stacks_in_16997 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_16997 {
      margin: 0px;
    }

    #stacks_in_16997 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_16998 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_16998 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_16998 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_16998 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_16998 h1 {
		font-size: 32px;
	}
}


#stacks_in_16998 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17000 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17000 p a,
#stacks_in_17000 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17000 p a:hover,
#stacks_in_17000 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17000 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17000 .paragraph a,
#stacks_in_17000 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17000 .paragraph a:hover,
#stacks_in_17000 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17000 p,
#stacks_in_17000 {
	margin-bottom: 0;
	
}

#stacks_in_17000 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17002 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17002 p a,
#stacks_in_17002 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17002 p a:hover,
#stacks_in_17002 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17002 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17002 .paragraph a,
#stacks_in_17002 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17002 .paragraph a:hover,
#stacks_in_17002 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17002 p,
#stacks_in_17002 {
	margin-bottom: 0;
	
}

#stacks_in_17002 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17004 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17004 .label {
	
}

#stacks_in_17004 .label {
	font-weight: 700;
	
}

#stacks_in_17004 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17005 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17005 .label {
	
}

#stacks_in_17005 .label {
	font-weight: 700;
	
}

#stacks_in_17005 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17009 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17009 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17009 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17009 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17009 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17009 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17010 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17010 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17010 #stacks_in_17010-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17010 .close-stacks_in_17010-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17010 .close-stacks_in_17010-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17010 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17010 .close-stacks_in_17010-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17010 .close-stacks_in_17010-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17010 .close-stacks_in_17010-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17010 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17010 .close-stacks_in_17010-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17010 .close-stacks_in_17010-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17010 .close-stacks_in_17010-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17010 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17010 .close-stacks_in_17010-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17010 .close-stacks_in_17010-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17010 .close-stacks_in_17010-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17010 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17012 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17012 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17013 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17013 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17013 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17014 {
      margin: 0px;
    }

    #stacks_in_17014 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17014 {
      margin: 0px;
    }

    #stacks_in_17014 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17014 {
      margin: 0px;
    }

    #stacks_in_17014 {
      padding: 0px;
    }


    

    
      #stacks_in_17014 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17014 {
      margin: 0px;
    }

    #stacks_in_17014 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17014 {
      margin: 0px;
    }

    #stacks_in_17014 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17014 {
      margin: 0px;
    }

    #stacks_in_17014 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17015 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17015 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17015 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17015 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17015 h1 {
		font-size: 32px;
	}
}


#stacks_in_17015 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17017 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17017 p a,
#stacks_in_17017 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17017 p a:hover,
#stacks_in_17017 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17017 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17017 .paragraph a,
#stacks_in_17017 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17017 .paragraph a:hover,
#stacks_in_17017 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17017 p,
#stacks_in_17017 {
	margin-bottom: 0;
	
}

#stacks_in_17017 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17019 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17019 p a,
#stacks_in_17019 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17019 p a:hover,
#stacks_in_17019 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17019 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17019 .paragraph a,
#stacks_in_17019 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17019 .paragraph a:hover,
#stacks_in_17019 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17019 p,
#stacks_in_17019 {
	margin-bottom: 0;
	
}

#stacks_in_17019 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17021 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17021 .label {
	
}

#stacks_in_17021 .label {
	font-weight: 700;
	
}

#stacks_in_17021 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17022 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17022 .label {
	
}

#stacks_in_17022 .label {
	font-weight: 700;
	
}

#stacks_in_17022 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17027 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17027 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17027 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17027 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17027 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17027 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17028 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17028 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17028 #stacks_in_17028-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17028 .close-stacks_in_17028-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17028 .close-stacks_in_17028-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17028 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17028 .close-stacks_in_17028-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17028 .close-stacks_in_17028-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17028 .close-stacks_in_17028-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17028 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17028 .close-stacks_in_17028-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17028 .close-stacks_in_17028-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17028 .close-stacks_in_17028-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17028 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17028 .close-stacks_in_17028-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17028 .close-stacks_in_17028-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17028 .close-stacks_in_17028-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17028 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17030 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17030 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17030 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17030 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17030 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17031 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17031 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17031 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17031 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17031 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17032 {
      margin: 0px;
    }

    #stacks_in_17032 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17032 {
      margin: 0px;
    }

    #stacks_in_17032 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17032 {
      margin: 0px;
    }

    #stacks_in_17032 {
      padding: 0px;
    }


    

    
      #stacks_in_17032 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17032 {
      margin: 0px;
    }

    #stacks_in_17032 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17032 {
      margin: 0px;
    }

    #stacks_in_17032 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17032 {
      margin: 0px;
    }

    #stacks_in_17032 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17033 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17033 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17033 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17033 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17033 h1 {
		font-size: 32px;
	}
}


#stacks_in_17033 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17035 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17035 p a,
#stacks_in_17035 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17035 p a:hover,
#stacks_in_17035 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17035 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17035 .paragraph a,
#stacks_in_17035 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17035 .paragraph a:hover,
#stacks_in_17035 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17035 p,
#stacks_in_17035 {
	margin-bottom: 0;
	
}

#stacks_in_17035 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17037 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17037 p a,
#stacks_in_17037 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17037 p a:hover,
#stacks_in_17037 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17037 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17037 .paragraph a,
#stacks_in_17037 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17037 .paragraph a:hover,
#stacks_in_17037 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17037 p,
#stacks_in_17037 {
	margin-bottom: 0;
	
}

#stacks_in_17037 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17039 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17039 .label {
	
}

#stacks_in_17039 .label {
	font-weight: 700;
	
}

#stacks_in_17039 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17040 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17040 .label {
	
}

#stacks_in_17040 .label {
	font-weight: 700;
	
}

#stacks_in_17040 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17045 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17045 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17045 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17045 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17045 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17045 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17046 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17046 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17046 #stacks_in_17046-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17046 .close-stacks_in_17046-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17046 .close-stacks_in_17046-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17046 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17046 .close-stacks_in_17046-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17046 .close-stacks_in_17046-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17046 .close-stacks_in_17046-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17046 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17046 .close-stacks_in_17046-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17046 .close-stacks_in_17046-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17046 .close-stacks_in_17046-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17046 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17046 .close-stacks_in_17046-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17046 .close-stacks_in_17046-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17046 .close-stacks_in_17046-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17046 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17048 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17048 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17048 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17048 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17048 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17049 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17049 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17049 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17049 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17049 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17050 {
      margin: 0px;
    }

    #stacks_in_17050 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17050 {
      margin: 0px;
    }

    #stacks_in_17050 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17050 {
      margin: 0px;
    }

    #stacks_in_17050 {
      padding: 0px;
    }


    

    
      #stacks_in_17050 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17050 {
      margin: 0px;
    }

    #stacks_in_17050 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17050 {
      margin: 0px;
    }

    #stacks_in_17050 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17050 {
      margin: 0px;
    }

    #stacks_in_17050 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17051 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17051 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17051 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17051 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17051 h1 {
		font-size: 32px;
	}
}


#stacks_in_17051 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17053 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17053 p a,
#stacks_in_17053 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17053 p a:hover,
#stacks_in_17053 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17053 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17053 .paragraph a,
#stacks_in_17053 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17053 .paragraph a:hover,
#stacks_in_17053 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17053 p,
#stacks_in_17053 {
	margin-bottom: 0;
	
}

#stacks_in_17053 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17055 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17055 p a,
#stacks_in_17055 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17055 p a:hover,
#stacks_in_17055 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17055 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17055 .paragraph a,
#stacks_in_17055 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17055 .paragraph a:hover,
#stacks_in_17055 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17055 p,
#stacks_in_17055 {
	margin-bottom: 0;
	
}

#stacks_in_17055 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17057 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17057 .label {
	
}

#stacks_in_17057 .label {
	font-weight: 700;
	
}

#stacks_in_17057 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17058 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17058 .label {
	
}

#stacks_in_17058 .label {
	font-weight: 700;
	
}

#stacks_in_17058 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17063 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17063 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17063 #stacks_in_17063-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17063 .close-stacks_in_17063-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17063 .close-stacks_in_17063-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17063 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17063 .close-stacks_in_17063-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17063 .close-stacks_in_17063-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17063 .close-stacks_in_17063-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17063 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17063 .close-stacks_in_17063-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17063 .close-stacks_in_17063-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17063 .close-stacks_in_17063-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17063 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17063 .close-stacks_in_17063-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17063 .close-stacks_in_17063-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17063 .close-stacks_in_17063-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17063 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17065 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17065 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17065 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17065 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17065 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17066 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17066 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17066 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17066 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17066 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17067 {
      margin: 0px;
    }

    #stacks_in_17067 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17067 {
      margin: 0px;
    }

    #stacks_in_17067 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17067 {
      margin: 0px;
    }

    #stacks_in_17067 {
      padding: 0px;
    }


    

    
      #stacks_in_17067 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17067 {
      margin: 0px;
    }

    #stacks_in_17067 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17067 {
      margin: 0px;
    }

    #stacks_in_17067 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17067 {
      margin: 0px;
    }

    #stacks_in_17067 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17068 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17068 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17068 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17068 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17068 h1 {
		font-size: 32px;
	}
}


#stacks_in_17068 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17070 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17070 p a,
#stacks_in_17070 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17070 p a:hover,
#stacks_in_17070 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17070 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17070 .paragraph a,
#stacks_in_17070 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17070 .paragraph a:hover,
#stacks_in_17070 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17070 p,
#stacks_in_17070 {
	margin-bottom: 0;
	
}

#stacks_in_17070 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17072 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17072 p a,
#stacks_in_17072 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17072 p a:hover,
#stacks_in_17072 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17072 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17072 .paragraph a,
#stacks_in_17072 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17072 .paragraph a:hover,
#stacks_in_17072 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17072 p,
#stacks_in_17072 {
	margin-bottom: 0;
	
}

#stacks_in_17072 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17074 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17074 .label {
	
}

#stacks_in_17074 .label {
	font-weight: 700;
	
}

#stacks_in_17074 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17075 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17075 .label {
	
}

#stacks_in_17075 .label {
	font-weight: 700;
	
}

#stacks_in_17075 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17079 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17079 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17079 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17079 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17079 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17079 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17080 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17080 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17080 #stacks_in_17080-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17080 .close-stacks_in_17080-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17080 .close-stacks_in_17080-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17080 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17080 .close-stacks_in_17080-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17080 .close-stacks_in_17080-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17080 .close-stacks_in_17080-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17080 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17080 .close-stacks_in_17080-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17080 .close-stacks_in_17080-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17080 .close-stacks_in_17080-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17080 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17080 .close-stacks_in_17080-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17080 .close-stacks_in_17080-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17080 .close-stacks_in_17080-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17080 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17082 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17082 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17082 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17082 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17082 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17083 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17083 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17084 {
      margin: 0px;
    }

    #stacks_in_17084 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17084 {
      margin: 0px;
    }

    #stacks_in_17084 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17084 {
      margin: 0px;
    }

    #stacks_in_17084 {
      padding: 0px;
    }


    

    
      #stacks_in_17084 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17084 {
      margin: 0px;
    }

    #stacks_in_17084 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17084 {
      margin: 0px;
    }

    #stacks_in_17084 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17084 {
      margin: 0px;
    }

    #stacks_in_17084 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17085 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17085 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17085 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17085 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17085 h1 {
		font-size: 32px;
	}
}


#stacks_in_17085 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17087 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17087 p a,
#stacks_in_17087 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17087 p a:hover,
#stacks_in_17087 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17087 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17087 .paragraph a,
#stacks_in_17087 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17087 .paragraph a:hover,
#stacks_in_17087 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17087 p,
#stacks_in_17087 {
	margin-bottom: 0;
	
}

#stacks_in_17087 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17089 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17089 p a,
#stacks_in_17089 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17089 p a:hover,
#stacks_in_17089 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17089 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17089 .paragraph a,
#stacks_in_17089 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17089 .paragraph a:hover,
#stacks_in_17089 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17089 p,
#stacks_in_17089 {
	margin-bottom: 0;
	
}

#stacks_in_17089 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17091 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17091 .label {
	
}

#stacks_in_17091 .label {
	font-weight: 700;
	
}

#stacks_in_17091 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17092 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17092 .label {
	
}

#stacks_in_17092 .label {
	font-weight: 700;
	
}

#stacks_in_17092 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17097 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17097 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17097 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17097 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17097 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17097 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17098 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17098 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17098 #stacks_in_17098-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17098 .close-stacks_in_17098-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17098 .close-stacks_in_17098-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17098 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17098 .close-stacks_in_17098-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17098 .close-stacks_in_17098-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17098 .close-stacks_in_17098-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17098 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17098 .close-stacks_in_17098-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17098 .close-stacks_in_17098-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17098 .close-stacks_in_17098-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17098 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17098 .close-stacks_in_17098-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17098 .close-stacks_in_17098-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17098 .close-stacks_in_17098-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17098 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17100 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17100 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17101 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17101 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17101 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17101 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17101 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17102 {
      margin: 0px;
    }

    #stacks_in_17102 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17102 {
      margin: 0px;
    }

    #stacks_in_17102 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17102 {
      margin: 0px;
    }

    #stacks_in_17102 {
      padding: 0px;
    }


    

    
      #stacks_in_17102 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17102 {
      margin: 0px;
    }

    #stacks_in_17102 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17102 {
      margin: 0px;
    }

    #stacks_in_17102 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17102 {
      margin: 0px;
    }

    #stacks_in_17102 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17103 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17103 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17103 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17103 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17103 h1 {
		font-size: 32px;
	}
}


#stacks_in_17103 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17105 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17105 p a,
#stacks_in_17105 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17105 p a:hover,
#stacks_in_17105 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17105 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17105 .paragraph a,
#stacks_in_17105 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17105 .paragraph a:hover,
#stacks_in_17105 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17105 p,
#stacks_in_17105 {
	margin-bottom: 0;
	
}

#stacks_in_17105 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17107 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17107 p a,
#stacks_in_17107 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17107 p a:hover,
#stacks_in_17107 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17107 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17107 .paragraph a,
#stacks_in_17107 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17107 .paragraph a:hover,
#stacks_in_17107 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17107 p,
#stacks_in_17107 {
	margin-bottom: 0;
	
}

#stacks_in_17107 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17109 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17109 .label {
	
}

#stacks_in_17109 .label {
	font-weight: 700;
	
}

#stacks_in_17109 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17110 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17110 .label {
	
}

#stacks_in_17110 .label {
	font-weight: 700;
	
}

#stacks_in_17110 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17115 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17115 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17115 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17115 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17115 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17115 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17116 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17116 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17116 #stacks_in_17116-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17116 .close-stacks_in_17116-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17116 .close-stacks_in_17116-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17116 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17116 .close-stacks_in_17116-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17116 .close-stacks_in_17116-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17116 .close-stacks_in_17116-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17116 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17116 .close-stacks_in_17116-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17116 .close-stacks_in_17116-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17116 .close-stacks_in_17116-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17116 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17116 .close-stacks_in_17116-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17116 .close-stacks_in_17116-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17116 .close-stacks_in_17116-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17116 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17118 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17118 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17118 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17118 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17118 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17119 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17119 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17119 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17119 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17119 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17120 {
      margin: 0px;
    }

    #stacks_in_17120 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17120 {
      margin: 0px;
    }

    #stacks_in_17120 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17120 {
      margin: 0px;
    }

    #stacks_in_17120 {
      padding: 0px;
    }


    

    
      #stacks_in_17120 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17120 {
      margin: 0px;
    }

    #stacks_in_17120 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17120 {
      margin: 0px;
    }

    #stacks_in_17120 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17120 {
      margin: 0px;
    }

    #stacks_in_17120 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17121 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17121 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17121 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17121 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17121 h1 {
		font-size: 32px;
	}
}


#stacks_in_17121 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17123 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17123 p a,
#stacks_in_17123 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17123 p a:hover,
#stacks_in_17123 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17123 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17123 .paragraph a,
#stacks_in_17123 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17123 .paragraph a:hover,
#stacks_in_17123 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17123 p,
#stacks_in_17123 {
	margin-bottom: 0;
	
}

#stacks_in_17123 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17125 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17125 p a,
#stacks_in_17125 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17125 p a:hover,
#stacks_in_17125 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17125 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17125 .paragraph a,
#stacks_in_17125 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17125 .paragraph a:hover,
#stacks_in_17125 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17125 p,
#stacks_in_17125 {
	margin-bottom: 0;
	
}

#stacks_in_17125 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17127 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17127 .label {
	
}

#stacks_in_17127 .label {
	font-weight: 700;
	
}

#stacks_in_17127 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17128 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17128 .label {
	
}

#stacks_in_17128 .label {
	font-weight: 700;
	
}

#stacks_in_17128 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17133 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17133 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17133 #stacks_in_17133-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17133 .close-stacks_in_17133-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17133 .close-stacks_in_17133-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17133 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17133 .close-stacks_in_17133-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17133 .close-stacks_in_17133-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17133 .close-stacks_in_17133-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17133 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17133 .close-stacks_in_17133-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17133 .close-stacks_in_17133-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17133 .close-stacks_in_17133-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17133 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17133 .close-stacks_in_17133-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17133 .close-stacks_in_17133-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17133 .close-stacks_in_17133-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17133 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17135 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17135 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17135 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17135 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17135 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17136 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17136 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17136 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17136 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17136 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17137 {
      margin: 0px;
    }

    #stacks_in_17137 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17137 {
      margin: 0px;
    }

    #stacks_in_17137 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17137 {
      margin: 0px;
    }

    #stacks_in_17137 {
      padding: 0px;
    }


    

    
      #stacks_in_17137 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17137 {
      margin: 0px;
    }

    #stacks_in_17137 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17137 {
      margin: 0px;
    }

    #stacks_in_17137 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17137 {
      margin: 0px;
    }

    #stacks_in_17137 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17138 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17138 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17138 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17138 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17138 h1 {
		font-size: 32px;
	}
}


#stacks_in_17138 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17140 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17140 p a,
#stacks_in_17140 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17140 p a:hover,
#stacks_in_17140 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17140 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17140 .paragraph a,
#stacks_in_17140 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17140 .paragraph a:hover,
#stacks_in_17140 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17140 p,
#stacks_in_17140 {
	margin-bottom: 0;
	
}

#stacks_in_17140 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17142 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17142 p a,
#stacks_in_17142 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17142 p a:hover,
#stacks_in_17142 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17142 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17142 .paragraph a,
#stacks_in_17142 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17142 .paragraph a:hover,
#stacks_in_17142 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17142 p,
#stacks_in_17142 {
	margin-bottom: 0;
	
}

#stacks_in_17142 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17144 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17144 .label {
	
}

#stacks_in_17144 .label {
	font-weight: 700;
	
}

#stacks_in_17144 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17145 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17145 .label {
	
}

#stacks_in_17145 .label {
	font-weight: 700;
	
}

#stacks_in_17145 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16535 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_16535 .anchor {
	font-size: 24px;
	line-height: 24px;
}





#stacks_in_17148 > .positioner_wrapper {
}

#stacks_in_17148 > .positioner_wrapper > .positioner {
	position: absolute;
	

	

	
	bottom: 0;
	margin-bottom: -16px;
	
	
	
	left: 50%;
	margin-left: -16px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}
/*Adam*/
#stacks_in_17148 > .positioner_wrapper > .positioner > a,
#stacks_in_17148 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_17148 > .positioner_wrapper > .positioner > span {
	
	background: rgba(75, 165, 160, 1.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1.00);
	
	font-size: 16px;
	display: block;
	padding: 0px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_17148 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_17148 > .positioner_wrapper > .positioner > a:active,
#stacks_in_17148 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(75, 165, 160, 1.00);
	
}

#stacks_in_17148 > .positioner_wrapper > .positioner > a > i,
#stacks_in_17148 > .positioner_wrapper > .positioner > span > i {
	line-height: 32px;
}


/* Option for removing base margin */



#stacks_in_17149 h1 {
	font-weight: 700;
	font-style: normal;

	
	text-transform: none;

	
}

#stacks_in_17149 h1 small {
	font-weight: 700;
}

#stacks_in_17149 a,
#stacks_in_17149 a:visited,
#stacks_in_17149 a:hover,
#stacks_in_17149 a:active {
	text-decoration: none;
}





















#stacks_in_17149 h1 {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 1.00);
}



	#stacks_in_17149 h1,
	#stacks_in_17149 a,
	#stacks_in_17149 a:visited  {
		color: rgba(255, 255, 255, 1.00);
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_17149 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17149 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17149 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17149 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_17149 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_17149 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17149 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17149 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17149 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_17149 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17149 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17149 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17149 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17149 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_17149 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_17149 .inline_badge_right {
	position: relative;
}


#stacks_in_17149 small,
#stacks_in_17149 h1 small {
	
}

#stacks_in_17149 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 2px 0px 2px 0px;
	padding: 20px 0px 20px 0px;
}

#stacks_in_17151 {
	font-size: 90%;
}


#stacks_out_17153 {
	width: 80%;
}





#stacks_in_17157 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17157 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17157 #stacks_in_17157-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17157 .close-stacks_in_17157-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17157 .close-stacks_in_17157-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17157 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17157 .close-stacks_in_17157-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17157 .close-stacks_in_17157-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17157 .close-stacks_in_17157-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17157 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17157 .close-stacks_in_17157-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17157 .close-stacks_in_17157-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17157 .close-stacks_in_17157-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17157 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17157 .close-stacks_in_17157-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17157 .close-stacks_in_17157-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17157 .close-stacks_in_17157-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17157 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17159 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17159 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17159 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17159 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17159 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17160 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17160 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17160 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17160 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17160 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17161 {
      margin: 0px;
    }

    #stacks_in_17161 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17161 {
      margin: 0px;
    }

    #stacks_in_17161 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17161 {
      margin: 0px;
    }

    #stacks_in_17161 {
      padding: 0px;
    }


    

    
      #stacks_in_17161 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17161 {
      margin: 0px;
    }

    #stacks_in_17161 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17161 {
      margin: 0px;
    }

    #stacks_in_17161 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17161 {
      margin: 0px;
    }

    #stacks_in_17161 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17162 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17162 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17162 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17162 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17162 h1 {
		font-size: 32px;
	}
}


#stacks_in_17162 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17164 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17164 p a,
#stacks_in_17164 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17164 p a:hover,
#stacks_in_17164 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17164 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17164 .paragraph a,
#stacks_in_17164 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17164 .paragraph a:hover,
#stacks_in_17164 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17164 p,
#stacks_in_17164 {
	margin-bottom: 0;
	
}

#stacks_in_17164 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17166 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17166 p a,
#stacks_in_17166 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17166 p a:hover,
#stacks_in_17166 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17166 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17166 .paragraph a,
#stacks_in_17166 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17166 .paragraph a:hover,
#stacks_in_17166 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17166 p,
#stacks_in_17166 {
	margin-bottom: 0;
	
}

#stacks_in_17166 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17168 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17168 .label {
	
}

#stacks_in_17168 .label {
	font-weight: 700;
	
}

#stacks_in_17168 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17169 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17169 .label {
	
}

#stacks_in_17169 .label {
	font-weight: 700;
	
}

#stacks_in_17169 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17173 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17173 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17173 #stacks_in_17173-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17173 .close-stacks_in_17173-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17173 .close-stacks_in_17173-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17173 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17173 .close-stacks_in_17173-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17173 .close-stacks_in_17173-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17173 .close-stacks_in_17173-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17173 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17173 .close-stacks_in_17173-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17173 .close-stacks_in_17173-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17173 .close-stacks_in_17173-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17173 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17173 .close-stacks_in_17173-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17173 .close-stacks_in_17173-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17173 .close-stacks_in_17173-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17173 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17175 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17175 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17175 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17175 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17175 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17176 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17176 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17176 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17176 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17176 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17177 {
      margin: 0px;
    }

    #stacks_in_17177 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17177 {
      margin: 0px;
    }

    #stacks_in_17177 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17177 {
      margin: 0px;
    }

    #stacks_in_17177 {
      padding: 0px;
    }


    

    
      #stacks_in_17177 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17177 {
      margin: 0px;
    }

    #stacks_in_17177 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17177 {
      margin: 0px;
    }

    #stacks_in_17177 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17177 {
      margin: 0px;
    }

    #stacks_in_17177 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17178 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17178 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17178 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17178 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17178 h1 {
		font-size: 32px;
	}
}


#stacks_in_17178 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17180 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17180 p a,
#stacks_in_17180 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17180 p a:hover,
#stacks_in_17180 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17180 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17180 .paragraph a,
#stacks_in_17180 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17180 .paragraph a:hover,
#stacks_in_17180 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17180 p,
#stacks_in_17180 {
	margin-bottom: 0;
	
}

#stacks_in_17180 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17182 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17182 p a,
#stacks_in_17182 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17182 p a:hover,
#stacks_in_17182 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17182 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17182 .paragraph a,
#stacks_in_17182 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17182 .paragraph a:hover,
#stacks_in_17182 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17182 p,
#stacks_in_17182 {
	margin-bottom: 0;
	
}

#stacks_in_17182 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17184 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17184 .label {
	
}

#stacks_in_17184 .label {
	font-weight: 700;
	
}

#stacks_in_17184 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17185 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17185 .label {
	
}

#stacks_in_17185 .label {
	font-weight: 700;
	
}

#stacks_in_17185 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17189 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17189 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17189 #stacks_in_17189-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17189 .close-stacks_in_17189-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17189 .close-stacks_in_17189-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17189 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17189 .close-stacks_in_17189-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17189 .close-stacks_in_17189-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17189 .close-stacks_in_17189-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17189 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17189 .close-stacks_in_17189-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17189 .close-stacks_in_17189-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17189 .close-stacks_in_17189-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17189 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17189 .close-stacks_in_17189-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17189 .close-stacks_in_17189-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17189 .close-stacks_in_17189-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17189 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17191 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17191 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17191 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17191 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17191 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17192 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17192 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17192 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17192 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17192 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17193 {
      margin: 0px;
    }

    #stacks_in_17193 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17193 {
      margin: 0px;
    }

    #stacks_in_17193 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17193 {
      margin: 0px;
    }

    #stacks_in_17193 {
      padding: 0px;
    }


    

    
      #stacks_in_17193 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17193 {
      margin: 0px;
    }

    #stacks_in_17193 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17193 {
      margin: 0px;
    }

    #stacks_in_17193 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17193 {
      margin: 0px;
    }

    #stacks_in_17193 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17194 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17194 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17194 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17194 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17194 h1 {
		font-size: 32px;
	}
}


#stacks_in_17194 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17196 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17196 p a,
#stacks_in_17196 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17196 p a:hover,
#stacks_in_17196 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17196 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17196 .paragraph a,
#stacks_in_17196 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17196 .paragraph a:hover,
#stacks_in_17196 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17196 p,
#stacks_in_17196 {
	margin-bottom: 0;
	
}

#stacks_in_17196 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17198 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17198 p a,
#stacks_in_17198 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17198 p a:hover,
#stacks_in_17198 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17198 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17198 .paragraph a,
#stacks_in_17198 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17198 .paragraph a:hover,
#stacks_in_17198 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17198 p,
#stacks_in_17198 {
	margin-bottom: 0;
	
}

#stacks_in_17198 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17200 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17200 .label {
	
}

#stacks_in_17200 .label {
	font-weight: 700;
	
}

#stacks_in_17200 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17201 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17201 .label {
	
}

#stacks_in_17201 .label {
	font-weight: 700;
	
}

#stacks_in_17201 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17205 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17205 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17205 #stacks_in_17205-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17205 .close-stacks_in_17205-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17205 .close-stacks_in_17205-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17205 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17205 .close-stacks_in_17205-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17205 .close-stacks_in_17205-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17205 .close-stacks_in_17205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17205 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17205 .close-stacks_in_17205-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17205 .close-stacks_in_17205-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17205 .close-stacks_in_17205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17205 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17205 .close-stacks_in_17205-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17205 .close-stacks_in_17205-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17205 .close-stacks_in_17205-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17205 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17207 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17207 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17207 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17207 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17207 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17208 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17208 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17208 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17208 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17208 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17209 {
      margin: 0px;
    }

    #stacks_in_17209 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17209 {
      margin: 0px;
    }

    #stacks_in_17209 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17209 {
      margin: 0px;
    }

    #stacks_in_17209 {
      padding: 0px;
    }


    

    
      #stacks_in_17209 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17209 {
      margin: 0px;
    }

    #stacks_in_17209 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17209 {
      margin: 0px;
    }

    #stacks_in_17209 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17209 {
      margin: 0px;
    }

    #stacks_in_17209 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17210 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17210 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17210 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17210 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17210 h1 {
		font-size: 32px;
	}
}


#stacks_in_17210 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17212 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17212 p a,
#stacks_in_17212 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17212 p a:hover,
#stacks_in_17212 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17212 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17212 .paragraph a,
#stacks_in_17212 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17212 .paragraph a:hover,
#stacks_in_17212 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17212 p,
#stacks_in_17212 {
	margin-bottom: 0;
	
}

#stacks_in_17212 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17214 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17214 p a,
#stacks_in_17214 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17214 p a:hover,
#stacks_in_17214 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17214 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17214 .paragraph a,
#stacks_in_17214 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17214 .paragraph a:hover,
#stacks_in_17214 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17214 p,
#stacks_in_17214 {
	margin-bottom: 0;
	
}

#stacks_in_17214 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17216 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17216 .label {
	
}

#stacks_in_17216 .label {
	font-weight: 700;
	
}

#stacks_in_17216 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17217 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17217 .label {
	
}

#stacks_in_17217 .label {
	font-weight: 700;
	
}

#stacks_in_17217 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17221 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17221 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17221 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17221 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17221 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17221 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17222 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17222 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17222 #stacks_in_17222-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17222 .close-stacks_in_17222-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17222 .close-stacks_in_17222-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17222 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17222 .close-stacks_in_17222-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17222 .close-stacks_in_17222-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17222 .close-stacks_in_17222-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17222 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17222 .close-stacks_in_17222-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17222 .close-stacks_in_17222-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17222 .close-stacks_in_17222-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17222 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17222 .close-stacks_in_17222-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17222 .close-stacks_in_17222-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17222 .close-stacks_in_17222-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17222 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17224 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17224 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17224 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17224 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17224 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17225 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17225 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17225 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17225 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17225 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17226 {
      margin: 0px;
    }

    #stacks_in_17226 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17226 {
      margin: 0px;
    }

    #stacks_in_17226 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17226 {
      margin: 0px;
    }

    #stacks_in_17226 {
      padding: 0px;
    }


    

    
      #stacks_in_17226 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17226 {
      margin: 0px;
    }

    #stacks_in_17226 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17226 {
      margin: 0px;
    }

    #stacks_in_17226 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17226 {
      margin: 0px;
    }

    #stacks_in_17226 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17227 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17227 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17227 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17227 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17227 h1 {
		font-size: 32px;
	}
}


#stacks_in_17227 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17229 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17229 p a,
#stacks_in_17229 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17229 p a:hover,
#stacks_in_17229 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17229 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17229 .paragraph a,
#stacks_in_17229 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17229 .paragraph a:hover,
#stacks_in_17229 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17229 p,
#stacks_in_17229 {
	margin-bottom: 0;
	
}

#stacks_in_17229 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17231 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17231 p a,
#stacks_in_17231 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17231 p a:hover,
#stacks_in_17231 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17231 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17231 .paragraph a,
#stacks_in_17231 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17231 .paragraph a:hover,
#stacks_in_17231 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17231 p,
#stacks_in_17231 {
	margin-bottom: 0;
	
}

#stacks_in_17231 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17233 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17233 .label {
	
}

#stacks_in_17233 .label {
	font-weight: 700;
	
}

#stacks_in_17233 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17234 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17234 .label {
	
}

#stacks_in_17234 .label {
	font-weight: 700;
	
}

#stacks_in_17234 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17239 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17239 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17239 #stacks_in_17239-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17239 .close-stacks_in_17239-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17239 .close-stacks_in_17239-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17239 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17239 .close-stacks_in_17239-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17239 .close-stacks_in_17239-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17239 .close-stacks_in_17239-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17239 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17239 .close-stacks_in_17239-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17239 .close-stacks_in_17239-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17239 .close-stacks_in_17239-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17239 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17239 .close-stacks_in_17239-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17239 .close-stacks_in_17239-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17239 .close-stacks_in_17239-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17239 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17241 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17241 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17241 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17241 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17241 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17242 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17242 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17242 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17242 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17242 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17243 {
      margin: 0px;
    }

    #stacks_in_17243 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17243 {
      margin: 0px;
    }

    #stacks_in_17243 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17243 {
      margin: 0px;
    }

    #stacks_in_17243 {
      padding: 0px;
    }


    

    
      #stacks_in_17243 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17243 {
      margin: 0px;
    }

    #stacks_in_17243 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17243 {
      margin: 0px;
    }

    #stacks_in_17243 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17243 {
      margin: 0px;
    }

    #stacks_in_17243 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17244 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17244 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17244 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17244 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17244 h1 {
		font-size: 32px;
	}
}


#stacks_in_17244 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17246 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17246 p a,
#stacks_in_17246 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17246 p a:hover,
#stacks_in_17246 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17246 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17246 .paragraph a,
#stacks_in_17246 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17246 .paragraph a:hover,
#stacks_in_17246 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17246 p,
#stacks_in_17246 {
	margin-bottom: 0;
	
}

#stacks_in_17246 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17248 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17248 p a,
#stacks_in_17248 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17248 p a:hover,
#stacks_in_17248 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17248 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17248 .paragraph a,
#stacks_in_17248 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17248 .paragraph a:hover,
#stacks_in_17248 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17248 p,
#stacks_in_17248 {
	margin-bottom: 0;
	
}

#stacks_in_17248 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17250 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17250 .label {
	
}

#stacks_in_17250 .label {
	font-weight: 700;
	
}

#stacks_in_17250 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17251 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17251 .label {
	
}

#stacks_in_17251 .label {
	font-weight: 700;
	
}

#stacks_in_17251 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17255 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17255 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17255 #stacks_in_17255-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17255 .close-stacks_in_17255-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17255 .close-stacks_in_17255-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17255 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17255 .close-stacks_in_17255-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17255 .close-stacks_in_17255-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17255 .close-stacks_in_17255-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17255 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17255 .close-stacks_in_17255-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17255 .close-stacks_in_17255-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17255 .close-stacks_in_17255-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17255 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17255 .close-stacks_in_17255-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17255 .close-stacks_in_17255-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17255 .close-stacks_in_17255-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17255 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17257 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17257 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17257 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17257 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17257 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17258 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17258 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17258 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17258 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17258 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17259 {
      margin: 0px;
    }

    #stacks_in_17259 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17259 {
      margin: 0px;
    }

    #stacks_in_17259 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17259 {
      margin: 0px;
    }

    #stacks_in_17259 {
      padding: 0px;
    }


    

    
      #stacks_in_17259 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17259 {
      margin: 0px;
    }

    #stacks_in_17259 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17259 {
      margin: 0px;
    }

    #stacks_in_17259 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17259 {
      margin: 0px;
    }

    #stacks_in_17259 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17260 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17260 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17260 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17260 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17260 h1 {
		font-size: 32px;
	}
}


#stacks_in_17260 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17262 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17262 p a,
#stacks_in_17262 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17262 p a:hover,
#stacks_in_17262 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17262 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17262 .paragraph a,
#stacks_in_17262 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17262 .paragraph a:hover,
#stacks_in_17262 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17262 p,
#stacks_in_17262 {
	margin-bottom: 0;
	
}

#stacks_in_17262 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17264 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17264 p a,
#stacks_in_17264 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17264 p a:hover,
#stacks_in_17264 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17264 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17264 .paragraph a,
#stacks_in_17264 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17264 .paragraph a:hover,
#stacks_in_17264 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17264 p,
#stacks_in_17264 {
	margin-bottom: 0;
	
}

#stacks_in_17264 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17266 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17266 .label {
	
}

#stacks_in_17266 .label {
	font-weight: 700;
	
}

#stacks_in_17266 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17267 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17267 .label {
	
}

#stacks_in_17267 .label {
	font-weight: 700;
	
}

#stacks_in_17267 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17271 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17271 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17271 #stacks_in_17271-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17271 .close-stacks_in_17271-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17271 .close-stacks_in_17271-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17271 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17271 .close-stacks_in_17271-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17271 .close-stacks_in_17271-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17271 .close-stacks_in_17271-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17271 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17271 .close-stacks_in_17271-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17271 .close-stacks_in_17271-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17271 .close-stacks_in_17271-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17271 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17271 .close-stacks_in_17271-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17271 .close-stacks_in_17271-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17271 .close-stacks_in_17271-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17271 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17273 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17273 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17273 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17273 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17273 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17274 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17274 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17274 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17274 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17274 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17275 {
      margin: 0px;
    }

    #stacks_in_17275 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17275 {
      margin: 0px;
    }

    #stacks_in_17275 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17275 {
      margin: 0px;
    }

    #stacks_in_17275 {
      padding: 0px;
    }


    

    
      #stacks_in_17275 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17275 {
      margin: 0px;
    }

    #stacks_in_17275 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17275 {
      margin: 0px;
    }

    #stacks_in_17275 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17275 {
      margin: 0px;
    }

    #stacks_in_17275 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17276 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17276 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17276 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17276 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17276 h1 {
		font-size: 32px;
	}
}


#stacks_in_17276 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17278 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17278 p a,
#stacks_in_17278 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17278 p a:hover,
#stacks_in_17278 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17278 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17278 .paragraph a,
#stacks_in_17278 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17278 .paragraph a:hover,
#stacks_in_17278 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17278 p,
#stacks_in_17278 {
	margin-bottom: 0;
	
}

#stacks_in_17278 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17280 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17280 p a,
#stacks_in_17280 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17280 p a:hover,
#stacks_in_17280 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17280 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17280 .paragraph a,
#stacks_in_17280 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17280 .paragraph a:hover,
#stacks_in_17280 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17280 p,
#stacks_in_17280 {
	margin-bottom: 0;
	
}

#stacks_in_17280 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17282 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17282 .label {
	
}

#stacks_in_17282 .label {
	font-weight: 700;
	
}

#stacks_in_17282 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17283 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17283 .label {
	
}

#stacks_in_17283 .label {
	font-weight: 700;
	
}

#stacks_in_17283 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17287 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17287 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17287 #stacks_in_17287-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17287 .close-stacks_in_17287-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17287 .close-stacks_in_17287-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17287 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17287 .close-stacks_in_17287-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17287 .close-stacks_in_17287-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17287 .close-stacks_in_17287-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17287 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17287 .close-stacks_in_17287-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17287 .close-stacks_in_17287-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17287 .close-stacks_in_17287-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17287 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17287 .close-stacks_in_17287-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17287 .close-stacks_in_17287-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17287 .close-stacks_in_17287-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17287 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17289 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17289 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17289 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17289 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17289 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17290 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17290 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17290 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17290 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17290 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17291 {
      margin: 0px;
    }

    #stacks_in_17291 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17291 {
      margin: 0px;
    }

    #stacks_in_17291 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17291 {
      margin: 0px;
    }

    #stacks_in_17291 {
      padding: 0px;
    }


    

    
      #stacks_in_17291 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17291 {
      margin: 0px;
    }

    #stacks_in_17291 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17291 {
      margin: 0px;
    }

    #stacks_in_17291 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17291 {
      margin: 0px;
    }

    #stacks_in_17291 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17292 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17292 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17292 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17292 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17292 h1 {
		font-size: 32px;
	}
}


#stacks_in_17292 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17294 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17294 p a,
#stacks_in_17294 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17294 p a:hover,
#stacks_in_17294 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17294 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17294 .paragraph a,
#stacks_in_17294 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17294 .paragraph a:hover,
#stacks_in_17294 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17294 p,
#stacks_in_17294 {
	margin-bottom: 0;
	
}

#stacks_in_17294 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17296 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17296 p a,
#stacks_in_17296 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17296 p a:hover,
#stacks_in_17296 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17296 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17296 .paragraph a,
#stacks_in_17296 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17296 .paragraph a:hover,
#stacks_in_17296 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17296 p,
#stacks_in_17296 {
	margin-bottom: 0;
	
}

#stacks_in_17296 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17298 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17298 .label {
	
}

#stacks_in_17298 .label {
	font-weight: 700;
	
}

#stacks_in_17298 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17299 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17299 .label {
	
}

#stacks_in_17299 .label {
	font-weight: 700;
	
}

#stacks_in_17299 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17303 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17303 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17303 #stacks_in_17303-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17303 .close-stacks_in_17303-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17303 .close-stacks_in_17303-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17303 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17303 .close-stacks_in_17303-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17303 .close-stacks_in_17303-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17303 .close-stacks_in_17303-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17303 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17303 .close-stacks_in_17303-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17303 .close-stacks_in_17303-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17303 .close-stacks_in_17303-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17303 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17303 .close-stacks_in_17303-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17303 .close-stacks_in_17303-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17303 .close-stacks_in_17303-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17303 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17305 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17305 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17305 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17305 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17305 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17306 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17306 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17306 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17307 {
      margin: 0px;
    }

    #stacks_in_17307 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17307 {
      margin: 0px;
    }

    #stacks_in_17307 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17307 {
      margin: 0px;
    }

    #stacks_in_17307 {
      padding: 0px;
    }


    

    
      #stacks_in_17307 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17307 {
      margin: 0px;
    }

    #stacks_in_17307 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17307 {
      margin: 0px;
    }

    #stacks_in_17307 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17307 {
      margin: 0px;
    }

    #stacks_in_17307 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17308 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17308 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17308 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17308 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17308 h1 {
		font-size: 32px;
	}
}


#stacks_in_17308 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17310 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17310 p a,
#stacks_in_17310 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17310 p a:hover,
#stacks_in_17310 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17310 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17310 .paragraph a,
#stacks_in_17310 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17310 .paragraph a:hover,
#stacks_in_17310 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17310 p,
#stacks_in_17310 {
	margin-bottom: 0;
	
}

#stacks_in_17310 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17312 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17312 p a,
#stacks_in_17312 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17312 p a:hover,
#stacks_in_17312 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17312 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17312 .paragraph a,
#stacks_in_17312 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17312 .paragraph a:hover,
#stacks_in_17312 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17312 p,
#stacks_in_17312 {
	margin-bottom: 0;
	
}

#stacks_in_17312 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17314 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17314 .label {
	
}

#stacks_in_17314 .label {
	font-weight: 700;
	
}

#stacks_in_17314 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17315 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17315 .label {
	
}

#stacks_in_17315 .label {
	font-weight: 700;
	
}

#stacks_in_17315 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17319 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17319 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17319 #stacks_in_17319-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17319 .close-stacks_in_17319-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17319 .close-stacks_in_17319-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17319 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17319 .close-stacks_in_17319-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17319 .close-stacks_in_17319-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17319 .close-stacks_in_17319-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17319 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17319 .close-stacks_in_17319-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17319 .close-stacks_in_17319-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17319 .close-stacks_in_17319-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17319 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17319 .close-stacks_in_17319-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17319 .close-stacks_in_17319-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17319 .close-stacks_in_17319-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17319 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17321 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17321 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17321 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17321 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17321 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17322 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17322 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17322 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17322 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17322 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17323 {
      margin: 0px;
    }

    #stacks_in_17323 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17323 {
      margin: 0px;
    }

    #stacks_in_17323 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17323 {
      margin: 0px;
    }

    #stacks_in_17323 {
      padding: 0px;
    }


    

    
      #stacks_in_17323 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17323 {
      margin: 0px;
    }

    #stacks_in_17323 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17323 {
      margin: 0px;
    }

    #stacks_in_17323 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17323 {
      margin: 0px;
    }

    #stacks_in_17323 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17324 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17324 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17324 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17324 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17324 h1 {
		font-size: 32px;
	}
}


#stacks_in_17324 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17326 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17326 p a,
#stacks_in_17326 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17326 p a:hover,
#stacks_in_17326 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17326 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17326 .paragraph a,
#stacks_in_17326 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17326 .paragraph a:hover,
#stacks_in_17326 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17326 p,
#stacks_in_17326 {
	margin-bottom: 0;
	
}

#stacks_in_17326 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17328 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17328 p a,
#stacks_in_17328 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17328 p a:hover,
#stacks_in_17328 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17328 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17328 .paragraph a,
#stacks_in_17328 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17328 .paragraph a:hover,
#stacks_in_17328 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17328 p,
#stacks_in_17328 {
	margin-bottom: 0;
	
}

#stacks_in_17328 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17330 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17330 .label {
	
}

#stacks_in_17330 .label {
	font-weight: 700;
	
}

#stacks_in_17330 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17331 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17331 .label {
	
}

#stacks_in_17331 .label {
	font-weight: 700;
	
}

#stacks_in_17331 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17335 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17335 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17335 #stacks_in_17335-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17335 .close-stacks_in_17335-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17335 .close-stacks_in_17335-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17335 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17335 .close-stacks_in_17335-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17335 .close-stacks_in_17335-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17335 .close-stacks_in_17335-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17335 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17335 .close-stacks_in_17335-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17335 .close-stacks_in_17335-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17335 .close-stacks_in_17335-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17335 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17335 .close-stacks_in_17335-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17335 .close-stacks_in_17335-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17335 .close-stacks_in_17335-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17335 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17337 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17337 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17337 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17337 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17337 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17338 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17338 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17338 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17338 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17338 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17339 {
      margin: 0px;
    }

    #stacks_in_17339 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17339 {
      margin: 0px;
    }

    #stacks_in_17339 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17339 {
      margin: 0px;
    }

    #stacks_in_17339 {
      padding: 0px;
    }


    

    
      #stacks_in_17339 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17339 {
      margin: 0px;
    }

    #stacks_in_17339 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17339 {
      margin: 0px;
    }

    #stacks_in_17339 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17339 {
      margin: 0px;
    }

    #stacks_in_17339 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17340 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17340 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17340 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17340 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17340 h1 {
		font-size: 32px;
	}
}


#stacks_in_17340 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17342 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17342 p a,
#stacks_in_17342 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17342 p a:hover,
#stacks_in_17342 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17342 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17342 .paragraph a,
#stacks_in_17342 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17342 .paragraph a:hover,
#stacks_in_17342 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17342 p,
#stacks_in_17342 {
	margin-bottom: 0;
	
}

#stacks_in_17342 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17344 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17344 p a,
#stacks_in_17344 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17344 p a:hover,
#stacks_in_17344 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17344 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17344 .paragraph a,
#stacks_in_17344 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17344 .paragraph a:hover,
#stacks_in_17344 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17344 p,
#stacks_in_17344 {
	margin-bottom: 0;
	
}

#stacks_in_17344 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17346 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17346 .label {
	
}

#stacks_in_17346 .label {
	font-weight: 700;
	
}

#stacks_in_17346 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17347 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17347 .label {
	
}

#stacks_in_17347 .label {
	font-weight: 700;
	
}

#stacks_in_17347 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17351 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17351 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17351 #stacks_in_17351-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17351 .close-stacks_in_17351-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17351 .close-stacks_in_17351-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17351 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17351 .close-stacks_in_17351-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17351 .close-stacks_in_17351-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17351 .close-stacks_in_17351-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17351 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17351 .close-stacks_in_17351-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17351 .close-stacks_in_17351-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17351 .close-stacks_in_17351-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17351 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17351 .close-stacks_in_17351-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17351 .close-stacks_in_17351-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17351 .close-stacks_in_17351-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17351 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17353 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17353 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17353 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17353 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17353 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17354 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17354 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17354 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17354 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17354 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17355 {
      margin: 0px;
    }

    #stacks_in_17355 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17355 {
      margin: 0px;
    }

    #stacks_in_17355 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17355 {
      margin: 0px;
    }

    #stacks_in_17355 {
      padding: 0px;
    }


    

    
      #stacks_in_17355 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17355 {
      margin: 0px;
    }

    #stacks_in_17355 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17355 {
      margin: 0px;
    }

    #stacks_in_17355 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17355 {
      margin: 0px;
    }

    #stacks_in_17355 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17356 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17356 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17356 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17356 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17356 h1 {
		font-size: 32px;
	}
}


#stacks_in_17356 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17358 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17358 p a,
#stacks_in_17358 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17358 p a:hover,
#stacks_in_17358 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17358 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17358 .paragraph a,
#stacks_in_17358 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17358 .paragraph a:hover,
#stacks_in_17358 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17358 p,
#stacks_in_17358 {
	margin-bottom: 0;
	
}

#stacks_in_17358 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17360 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17360 p a,
#stacks_in_17360 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17360 p a:hover,
#stacks_in_17360 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17360 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17360 .paragraph a,
#stacks_in_17360 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17360 .paragraph a:hover,
#stacks_in_17360 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17360 p,
#stacks_in_17360 {
	margin-bottom: 0;
	
}

#stacks_in_17360 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17362 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17362 .label {
	
}

#stacks_in_17362 .label {
	font-weight: 700;
	
}

#stacks_in_17362 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17363 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17363 .label {
	
}

#stacks_in_17363 .label {
	font-weight: 700;
	
}

#stacks_in_17363 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17367 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17367 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17367 #stacks_in_17367-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17367 .close-stacks_in_17367-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17367 .close-stacks_in_17367-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17367 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17367 .close-stacks_in_17367-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17367 .close-stacks_in_17367-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17367 .close-stacks_in_17367-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17367 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17367 .close-stacks_in_17367-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17367 .close-stacks_in_17367-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17367 .close-stacks_in_17367-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17367 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17367 .close-stacks_in_17367-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17367 .close-stacks_in_17367-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17367 .close-stacks_in_17367-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17367 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17369 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17369 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17369 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17369 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17369 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17370 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17370 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17370 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17370 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17370 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17371 {
      margin: 0px;
    }

    #stacks_in_17371 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17371 {
      margin: 0px;
    }

    #stacks_in_17371 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17371 {
      margin: 0px;
    }

    #stacks_in_17371 {
      padding: 0px;
    }


    

    
      #stacks_in_17371 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17371 {
      margin: 0px;
    }

    #stacks_in_17371 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17371 {
      margin: 0px;
    }

    #stacks_in_17371 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17371 {
      margin: 0px;
    }

    #stacks_in_17371 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17372 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17372 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17372 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17372 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17372 h1 {
		font-size: 32px;
	}
}


#stacks_in_17372 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17374 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17374 p a,
#stacks_in_17374 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17374 p a:hover,
#stacks_in_17374 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17374 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17374 .paragraph a,
#stacks_in_17374 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17374 .paragraph a:hover,
#stacks_in_17374 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17374 p,
#stacks_in_17374 {
	margin-bottom: 0;
	
}

#stacks_in_17374 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17376 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17376 p a,
#stacks_in_17376 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17376 p a:hover,
#stacks_in_17376 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17376 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17376 .paragraph a,
#stacks_in_17376 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17376 .paragraph a:hover,
#stacks_in_17376 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17376 p,
#stacks_in_17376 {
	margin-bottom: 0;
	
}

#stacks_in_17376 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17378 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17378 .label {
	
}

#stacks_in_17378 .label {
	font-weight: 700;
	
}

#stacks_in_17378 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17379 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17379 .label {
	
}

#stacks_in_17379 .label {
	font-weight: 700;
	
}

#stacks_in_17379 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17383 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17383 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17383 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17383 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17383 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17383 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17384 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17384 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17384 #stacks_in_17384-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17384 .close-stacks_in_17384-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17384 .close-stacks_in_17384-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17384 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17384 .close-stacks_in_17384-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17384 .close-stacks_in_17384-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17384 .close-stacks_in_17384-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17384 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17384 .close-stacks_in_17384-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17384 .close-stacks_in_17384-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17384 .close-stacks_in_17384-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17384 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17384 .close-stacks_in_17384-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17384 .close-stacks_in_17384-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17384 .close-stacks_in_17384-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17384 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17386 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17386 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17386 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17386 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17386 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17387 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17387 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17387 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17387 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17387 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17388 {
      margin: 0px;
    }

    #stacks_in_17388 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17388 {
      margin: 0px;
    }

    #stacks_in_17388 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17388 {
      margin: 0px;
    }

    #stacks_in_17388 {
      padding: 0px;
    }


    

    
      #stacks_in_17388 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17388 {
      margin: 0px;
    }

    #stacks_in_17388 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17388 {
      margin: 0px;
    }

    #stacks_in_17388 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17388 {
      margin: 0px;
    }

    #stacks_in_17388 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17389 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17389 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17389 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17389 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17389 h1 {
		font-size: 32px;
	}
}


#stacks_in_17389 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17391 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17391 p a,
#stacks_in_17391 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17391 p a:hover,
#stacks_in_17391 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17391 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17391 .paragraph a,
#stacks_in_17391 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17391 .paragraph a:hover,
#stacks_in_17391 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17391 p,
#stacks_in_17391 {
	margin-bottom: 0;
	
}

#stacks_in_17391 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17393 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17393 p a,
#stacks_in_17393 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17393 p a:hover,
#stacks_in_17393 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17393 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17393 .paragraph a,
#stacks_in_17393 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17393 .paragraph a:hover,
#stacks_in_17393 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17393 p,
#stacks_in_17393 {
	margin-bottom: 0;
	
}

#stacks_in_17393 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17395 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17395 .label {
	
}

#stacks_in_17395 .label {
	font-weight: 700;
	
}

#stacks_in_17395 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17396 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17396 .label {
	
}

#stacks_in_17396 .label {
	font-weight: 700;
	
}

#stacks_in_17396 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17401 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17401 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17401 #stacks_in_17401-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17401 .close-stacks_in_17401-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17401 .close-stacks_in_17401-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17401 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17401 .close-stacks_in_17401-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17401 .close-stacks_in_17401-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17401 .close-stacks_in_17401-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17401 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17401 .close-stacks_in_17401-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17401 .close-stacks_in_17401-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17401 .close-stacks_in_17401-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17401 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17401 .close-stacks_in_17401-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17401 .close-stacks_in_17401-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17401 .close-stacks_in_17401-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17401 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17403 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17403 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17403 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17403 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17403 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17404 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17404 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17404 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17404 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17404 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17405 {
      margin: 0px;
    }

    #stacks_in_17405 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17405 {
      margin: 0px;
    }

    #stacks_in_17405 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17405 {
      margin: 0px;
    }

    #stacks_in_17405 {
      padding: 0px;
    }


    

    
      #stacks_in_17405 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17405 {
      margin: 0px;
    }

    #stacks_in_17405 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17405 {
      margin: 0px;
    }

    #stacks_in_17405 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17405 {
      margin: 0px;
    }

    #stacks_in_17405 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17406 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17406 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17406 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17406 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17406 h1 {
		font-size: 32px;
	}
}


#stacks_in_17406 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17408 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17408 p a,
#stacks_in_17408 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17408 p a:hover,
#stacks_in_17408 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17408 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17408 .paragraph a,
#stacks_in_17408 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17408 .paragraph a:hover,
#stacks_in_17408 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17408 p,
#stacks_in_17408 {
	margin-bottom: 0;
	
}

#stacks_in_17408 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17410 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17410 p a,
#stacks_in_17410 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17410 p a:hover,
#stacks_in_17410 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17410 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17410 .paragraph a,
#stacks_in_17410 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17410 .paragraph a:hover,
#stacks_in_17410 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17410 p,
#stacks_in_17410 {
	margin-bottom: 0;
	
}

#stacks_in_17410 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17412 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17412 .label {
	
}

#stacks_in_17412 .label {
	font-weight: 700;
	
}

#stacks_in_17412 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17413 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17413 .label {
	
}

#stacks_in_17413 .label {
	font-weight: 700;
	
}

#stacks_in_17413 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17417 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17417 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17417 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17417 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17417 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17417 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17418 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17418 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17418 #stacks_in_17418-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17418 .close-stacks_in_17418-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17418 .close-stacks_in_17418-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17418 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17418 .close-stacks_in_17418-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17418 .close-stacks_in_17418-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17418 .close-stacks_in_17418-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17418 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17418 .close-stacks_in_17418-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17418 .close-stacks_in_17418-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17418 .close-stacks_in_17418-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17418 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17418 .close-stacks_in_17418-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17418 .close-stacks_in_17418-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17418 .close-stacks_in_17418-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17418 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17420 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17420 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17420 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17420 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17420 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17421 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17421 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17421 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17421 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17421 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17422 {
      margin: 0px;
    }

    #stacks_in_17422 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17422 {
      margin: 0px;
    }

    #stacks_in_17422 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17422 {
      margin: 0px;
    }

    #stacks_in_17422 {
      padding: 0px;
    }


    

    
      #stacks_in_17422 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17422 {
      margin: 0px;
    }

    #stacks_in_17422 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17422 {
      margin: 0px;
    }

    #stacks_in_17422 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17422 {
      margin: 0px;
    }

    #stacks_in_17422 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17423 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17423 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17423 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17423 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17423 h1 {
		font-size: 32px;
	}
}


#stacks_in_17423 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17425 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17425 p a,
#stacks_in_17425 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17425 p a:hover,
#stacks_in_17425 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17425 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17425 .paragraph a,
#stacks_in_17425 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17425 .paragraph a:hover,
#stacks_in_17425 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17425 p,
#stacks_in_17425 {
	margin-bottom: 0;
	
}

#stacks_in_17425 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17427 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17427 p a,
#stacks_in_17427 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17427 p a:hover,
#stacks_in_17427 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17427 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17427 .paragraph a,
#stacks_in_17427 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17427 .paragraph a:hover,
#stacks_in_17427 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17427 p,
#stacks_in_17427 {
	margin-bottom: 0;
	
}

#stacks_in_17427 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17429 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17429 .label {
	
}

#stacks_in_17429 .label {
	font-weight: 700;
	
}

#stacks_in_17429 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17430 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17430 .label {
	
}

#stacks_in_17430 .label {
	font-weight: 700;
	
}

#stacks_in_17430 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17435 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17435 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17435 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17435 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17435 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17435 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17436 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17436 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17436 #stacks_in_17436-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17436 .close-stacks_in_17436-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17436 .close-stacks_in_17436-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17436 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17436 .close-stacks_in_17436-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17436 .close-stacks_in_17436-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17436 .close-stacks_in_17436-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17436 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17436 .close-stacks_in_17436-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17436 .close-stacks_in_17436-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17436 .close-stacks_in_17436-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17436 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17436 .close-stacks_in_17436-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17436 .close-stacks_in_17436-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17436 .close-stacks_in_17436-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17436 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17438 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17438 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17438 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17438 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17438 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17439 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17439 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17439 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17439 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17439 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17440 {
      margin: 0px;
    }

    #stacks_in_17440 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17440 {
      margin: 0px;
    }

    #stacks_in_17440 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17440 {
      margin: 0px;
    }

    #stacks_in_17440 {
      padding: 0px;
    }


    

    
      #stacks_in_17440 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17440 {
      margin: 0px;
    }

    #stacks_in_17440 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17440 {
      margin: 0px;
    }

    #stacks_in_17440 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17440 {
      margin: 0px;
    }

    #stacks_in_17440 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17441 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17441 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17441 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17441 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17441 h1 {
		font-size: 32px;
	}
}


#stacks_in_17441 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17443 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17443 p a,
#stacks_in_17443 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17443 p a:hover,
#stacks_in_17443 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17443 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17443 .paragraph a,
#stacks_in_17443 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17443 .paragraph a:hover,
#stacks_in_17443 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17443 p,
#stacks_in_17443 {
	margin-bottom: 0;
	
}

#stacks_in_17443 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17445 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17445 p a,
#stacks_in_17445 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17445 p a:hover,
#stacks_in_17445 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17445 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17445 .paragraph a,
#stacks_in_17445 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17445 .paragraph a:hover,
#stacks_in_17445 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17445 p,
#stacks_in_17445 {
	margin-bottom: 0;
	
}

#stacks_in_17445 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17447 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17447 .label {
	
}

#stacks_in_17447 .label {
	font-weight: 700;
	
}

#stacks_in_17447 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17448 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17448 .label {
	
}

#stacks_in_17448 .label {
	font-weight: 700;
	
}

#stacks_in_17448 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17453 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17453 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17453 #stacks_in_17453-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17453 .close-stacks_in_17453-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17453 .close-stacks_in_17453-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17453 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17453 .close-stacks_in_17453-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17453 .close-stacks_in_17453-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17453 .close-stacks_in_17453-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17453 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17453 .close-stacks_in_17453-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17453 .close-stacks_in_17453-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17453 .close-stacks_in_17453-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17453 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17453 .close-stacks_in_17453-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17453 .close-stacks_in_17453-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17453 .close-stacks_in_17453-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17453 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17455 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17455 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17455 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17455 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17455 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17456 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17456 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17456 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17456 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17456 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17457 {
      margin: 0px;
    }

    #stacks_in_17457 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17457 {
      margin: 0px;
    }

    #stacks_in_17457 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17457 {
      margin: 0px;
    }

    #stacks_in_17457 {
      padding: 0px;
    }


    

    
      #stacks_in_17457 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17457 {
      margin: 0px;
    }

    #stacks_in_17457 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17457 {
      margin: 0px;
    }

    #stacks_in_17457 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17457 {
      margin: 0px;
    }

    #stacks_in_17457 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17458 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17458 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17458 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17458 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17458 h1 {
		font-size: 32px;
	}
}


#stacks_in_17458 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17460 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17460 p a,
#stacks_in_17460 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17460 p a:hover,
#stacks_in_17460 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17460 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17460 .paragraph a,
#stacks_in_17460 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17460 .paragraph a:hover,
#stacks_in_17460 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17460 p,
#stacks_in_17460 {
	margin-bottom: 0;
	
}

#stacks_in_17460 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17462 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17462 p a,
#stacks_in_17462 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17462 p a:hover,
#stacks_in_17462 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17462 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17462 .paragraph a,
#stacks_in_17462 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17462 .paragraph a:hover,
#stacks_in_17462 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17462 p,
#stacks_in_17462 {
	margin-bottom: 0;
	
}

#stacks_in_17462 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17464 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17464 .label {
	
}

#stacks_in_17464 .label {
	font-weight: 700;
	
}

#stacks_in_17464 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17465 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17465 .label {
	
}

#stacks_in_17465 .label {
	font-weight: 700;
	
}

#stacks_in_17465 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16536 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_16536 .anchor {
	font-size: 24px;
	line-height: 24px;
}





#stacks_in_17468 > .positioner_wrapper {
}

#stacks_in_17468 > .positioner_wrapper > .positioner {
	position: absolute;
	

	

	
	bottom: 0;
	margin-bottom: -16px;
	
	
	
	left: 50%;
	margin-left: -16px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}
/*Adam*/
#stacks_in_17468 > .positioner_wrapper > .positioner > a,
#stacks_in_17468 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_17468 > .positioner_wrapper > .positioner > span {
	
	background: rgba(75, 165, 160, 1.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1.00);
	
	font-size: 16px;
	display: block;
	padding: 0px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_17468 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_17468 > .positioner_wrapper > .positioner > a:active,
#stacks_in_17468 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(75, 165, 160, 1.00);
	
}

#stacks_in_17468 > .positioner_wrapper > .positioner > a > i,
#stacks_in_17468 > .positioner_wrapper > .positioner > span > i {
	line-height: 32px;
}


/* Option for removing base margin */



#stacks_in_17469 h1 {
	font-weight: 700;
	font-style: normal;

	
	text-transform: none;

	
}

#stacks_in_17469 h1 small {
	font-weight: 700;
}

#stacks_in_17469 a,
#stacks_in_17469 a:visited,
#stacks_in_17469 a:hover,
#stacks_in_17469 a:active {
	text-decoration: none;
}





















#stacks_in_17469 h1 {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 1.00);
}



	#stacks_in_17469 h1,
	#stacks_in_17469 a,
	#stacks_in_17469 a:visited  {
		color: rgba(255, 255, 255, 1.00);
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_17469 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17469 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17469 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17469 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_17469 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_17469 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17469 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17469 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17469 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_17469 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17469 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17469 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17469 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17469 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_17469 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_17469 .inline_badge_right {
	position: relative;
}


#stacks_in_17469 small,
#stacks_in_17469 h1 small {
	
}

#stacks_in_17469 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 2px 0px 2px 0px;
	padding: 20px 0px 20px 0px;
}

#stacks_in_17471 {
	font-size: 90%;
}


#stacks_out_17473 {
	width: 80%;
}





#stacks_in_17477 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17477 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17477 #stacks_in_17477-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17477 .close-stacks_in_17477-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17477 .close-stacks_in_17477-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17477 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17477 .close-stacks_in_17477-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17477 .close-stacks_in_17477-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17477 .close-stacks_in_17477-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17477 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17477 .close-stacks_in_17477-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17477 .close-stacks_in_17477-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17477 .close-stacks_in_17477-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17477 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17477 .close-stacks_in_17477-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17477 .close-stacks_in_17477-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17477 .close-stacks_in_17477-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17477 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17479 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17479 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17479 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17479 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17479 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17480 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17480 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17480 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17480 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17480 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17481 {
      margin: 0px;
    }

    #stacks_in_17481 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17481 {
      margin: 0px;
    }

    #stacks_in_17481 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17481 {
      margin: 0px;
    }

    #stacks_in_17481 {
      padding: 0px;
    }


    

    
      #stacks_in_17481 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17481 {
      margin: 0px;
    }

    #stacks_in_17481 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17481 {
      margin: 0px;
    }

    #stacks_in_17481 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17481 {
      margin: 0px;
    }

    #stacks_in_17481 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17482 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17482 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17482 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17482 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17482 h1 {
		font-size: 32px;
	}
}


#stacks_in_17482 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17484 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17484 p a,
#stacks_in_17484 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17484 p a:hover,
#stacks_in_17484 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17484 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17484 .paragraph a,
#stacks_in_17484 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17484 .paragraph a:hover,
#stacks_in_17484 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17484 p,
#stacks_in_17484 {
	margin-bottom: 0;
	
}

#stacks_in_17484 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17486 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17486 p a,
#stacks_in_17486 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17486 p a:hover,
#stacks_in_17486 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17486 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17486 .paragraph a,
#stacks_in_17486 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17486 .paragraph a:hover,
#stacks_in_17486 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17486 p,
#stacks_in_17486 {
	margin-bottom: 0;
	
}

#stacks_in_17486 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17488 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17488 .label {
	
}

#stacks_in_17488 .label {
	font-weight: 700;
	
}

#stacks_in_17488 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17489 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17489 .label {
	
}

#stacks_in_17489 .label {
	font-weight: 700;
	
}

#stacks_in_17489 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17493 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17493 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17493 #stacks_in_17493-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17493 .close-stacks_in_17493-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17493 .close-stacks_in_17493-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17493 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17493 .close-stacks_in_17493-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17493 .close-stacks_in_17493-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17493 .close-stacks_in_17493-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17493 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17493 .close-stacks_in_17493-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17493 .close-stacks_in_17493-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17493 .close-stacks_in_17493-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17493 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17493 .close-stacks_in_17493-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17493 .close-stacks_in_17493-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17493 .close-stacks_in_17493-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17493 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17495 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17495 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17495 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17495 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17495 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17496 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17496 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17496 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17496 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17496 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17497 {
      margin: 0px;
    }

    #stacks_in_17497 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17497 {
      margin: 0px;
    }

    #stacks_in_17497 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17497 {
      margin: 0px;
    }

    #stacks_in_17497 {
      padding: 0px;
    }


    

    
      #stacks_in_17497 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17497 {
      margin: 0px;
    }

    #stacks_in_17497 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17497 {
      margin: 0px;
    }

    #stacks_in_17497 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17497 {
      margin: 0px;
    }

    #stacks_in_17497 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17498 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17498 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17498 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17498 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17498 h1 {
		font-size: 32px;
	}
}


#stacks_in_17498 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17500 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17500 p a,
#stacks_in_17500 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17500 p a:hover,
#stacks_in_17500 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17500 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17500 .paragraph a,
#stacks_in_17500 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17500 .paragraph a:hover,
#stacks_in_17500 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17500 p,
#stacks_in_17500 {
	margin-bottom: 0;
	
}

#stacks_in_17500 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17502 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17502 p a,
#stacks_in_17502 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17502 p a:hover,
#stacks_in_17502 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17502 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17502 .paragraph a,
#stacks_in_17502 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17502 .paragraph a:hover,
#stacks_in_17502 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17502 p,
#stacks_in_17502 {
	margin-bottom: 0;
	
}

#stacks_in_17502 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17504 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17504 .label {
	
}

#stacks_in_17504 .label {
	font-weight: 700;
	
}

#stacks_in_17504 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17505 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17505 .label {
	
}

#stacks_in_17505 .label {
	font-weight: 700;
	
}

#stacks_in_17505 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17509 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17509 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17509 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17509 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17509 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17509 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17510 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17510 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17510 #stacks_in_17510-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17510 .close-stacks_in_17510-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17510 .close-stacks_in_17510-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17510 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17510 .close-stacks_in_17510-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17510 .close-stacks_in_17510-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17510 .close-stacks_in_17510-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17510 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17510 .close-stacks_in_17510-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17510 .close-stacks_in_17510-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17510 .close-stacks_in_17510-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17510 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17510 .close-stacks_in_17510-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17510 .close-stacks_in_17510-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17510 .close-stacks_in_17510-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17510 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17512 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17512 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17512 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17512 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17512 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17513 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17513 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17513 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17513 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17513 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17514 {
      margin: 0px;
    }

    #stacks_in_17514 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17514 {
      margin: 0px;
    }

    #stacks_in_17514 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17514 {
      margin: 0px;
    }

    #stacks_in_17514 {
      padding: 0px;
    }


    

    
      #stacks_in_17514 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17514 {
      margin: 0px;
    }

    #stacks_in_17514 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17514 {
      margin: 0px;
    }

    #stacks_in_17514 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17514 {
      margin: 0px;
    }

    #stacks_in_17514 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17515 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17515 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17515 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17515 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17515 h1 {
		font-size: 32px;
	}
}


#stacks_in_17515 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17517 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17517 p a,
#stacks_in_17517 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17517 p a:hover,
#stacks_in_17517 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17517 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17517 .paragraph a,
#stacks_in_17517 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17517 .paragraph a:hover,
#stacks_in_17517 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17517 p,
#stacks_in_17517 {
	margin-bottom: 0;
	
}

#stacks_in_17517 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17519 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17519 p a,
#stacks_in_17519 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17519 p a:hover,
#stacks_in_17519 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17519 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17519 .paragraph a,
#stacks_in_17519 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17519 .paragraph a:hover,
#stacks_in_17519 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17519 p,
#stacks_in_17519 {
	margin-bottom: 0;
	
}

#stacks_in_17519 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17521 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17521 .label {
	
}

#stacks_in_17521 .label {
	font-weight: 700;
	
}

#stacks_in_17521 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17522 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17522 .label {
	
}

#stacks_in_17522 .label {
	font-weight: 700;
	
}

#stacks_in_17522 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17527 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17527 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17527 #stacks_in_17527-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17527 .close-stacks_in_17527-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17527 .close-stacks_in_17527-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17527 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17527 .close-stacks_in_17527-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17527 .close-stacks_in_17527-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17527 .close-stacks_in_17527-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17527 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17527 .close-stacks_in_17527-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17527 .close-stacks_in_17527-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17527 .close-stacks_in_17527-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17527 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17527 .close-stacks_in_17527-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17527 .close-stacks_in_17527-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17527 .close-stacks_in_17527-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17527 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17529 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17529 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17529 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17529 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17529 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17530 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17530 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17530 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17530 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17530 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17531 {
      margin: 0px;
    }

    #stacks_in_17531 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17531 {
      margin: 0px;
    }

    #stacks_in_17531 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17531 {
      margin: 0px;
    }

    #stacks_in_17531 {
      padding: 0px;
    }


    

    
      #stacks_in_17531 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17531 {
      margin: 0px;
    }

    #stacks_in_17531 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17531 {
      margin: 0px;
    }

    #stacks_in_17531 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17531 {
      margin: 0px;
    }

    #stacks_in_17531 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17532 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17532 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17532 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17532 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17532 h1 {
		font-size: 32px;
	}
}


#stacks_in_17532 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17534 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17534 p a,
#stacks_in_17534 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17534 p a:hover,
#stacks_in_17534 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17534 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17534 .paragraph a,
#stacks_in_17534 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17534 .paragraph a:hover,
#stacks_in_17534 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17534 p,
#stacks_in_17534 {
	margin-bottom: 0;
	
}

#stacks_in_17534 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17536 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17536 p a,
#stacks_in_17536 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17536 p a:hover,
#stacks_in_17536 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17536 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17536 .paragraph a,
#stacks_in_17536 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17536 .paragraph a:hover,
#stacks_in_17536 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17536 p,
#stacks_in_17536 {
	margin-bottom: 0;
	
}

#stacks_in_17536 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17538 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17538 .label {
	
}

#stacks_in_17538 .label {
	font-weight: 700;
	
}

#stacks_in_17538 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17539 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17539 .label {
	
}

#stacks_in_17539 .label {
	font-weight: 700;
	
}

#stacks_in_17539 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17543 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17543 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17543 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17543 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17543 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17543 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17544 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17544 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17544 #stacks_in_17544-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17544 .close-stacks_in_17544-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17544 .close-stacks_in_17544-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17544 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17544 .close-stacks_in_17544-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17544 .close-stacks_in_17544-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17544 .close-stacks_in_17544-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17544 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17544 .close-stacks_in_17544-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17544 .close-stacks_in_17544-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17544 .close-stacks_in_17544-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17544 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17544 .close-stacks_in_17544-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17544 .close-stacks_in_17544-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17544 .close-stacks_in_17544-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17544 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17546 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17546 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17546 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17546 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17546 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17547 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17547 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17547 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17547 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17547 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17548 {
      margin: 0px;
    }

    #stacks_in_17548 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17548 {
      margin: 0px;
    }

    #stacks_in_17548 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17548 {
      margin: 0px;
    }

    #stacks_in_17548 {
      padding: 0px;
    }


    

    
      #stacks_in_17548 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17548 {
      margin: 0px;
    }

    #stacks_in_17548 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17548 {
      margin: 0px;
    }

    #stacks_in_17548 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17548 {
      margin: 0px;
    }

    #stacks_in_17548 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17549 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17549 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17549 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17549 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17549 h1 {
		font-size: 32px;
	}
}


#stacks_in_17549 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17551 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17551 p a,
#stacks_in_17551 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17551 p a:hover,
#stacks_in_17551 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17551 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17551 .paragraph a,
#stacks_in_17551 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17551 .paragraph a:hover,
#stacks_in_17551 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17551 p,
#stacks_in_17551 {
	margin-bottom: 0;
	
}

#stacks_in_17551 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17553 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17553 p a,
#stacks_in_17553 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17553 p a:hover,
#stacks_in_17553 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17553 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17553 .paragraph a,
#stacks_in_17553 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17553 .paragraph a:hover,
#stacks_in_17553 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17553 p,
#stacks_in_17553 {
	margin-bottom: 0;
	
}

#stacks_in_17553 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17555 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17555 .label {
	
}

#stacks_in_17555 .label {
	font-weight: 700;
	
}

#stacks_in_17555 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17556 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17556 .label {
	
}

#stacks_in_17556 .label {
	font-weight: 700;
	
}

#stacks_in_17556 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17561 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17561 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17561 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17561 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17561 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17561 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17562 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17562 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17562 #stacks_in_17562-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17562 .close-stacks_in_17562-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17562 .close-stacks_in_17562-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17562 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17562 .close-stacks_in_17562-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17562 .close-stacks_in_17562-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17562 .close-stacks_in_17562-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17562 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17562 .close-stacks_in_17562-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17562 .close-stacks_in_17562-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17562 .close-stacks_in_17562-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17562 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17562 .close-stacks_in_17562-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17562 .close-stacks_in_17562-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17562 .close-stacks_in_17562-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17562 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17564 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17564 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17564 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17564 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17564 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17565 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17565 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17565 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17565 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17565 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17566 {
      margin: 0px;
    }

    #stacks_in_17566 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17566 {
      margin: 0px;
    }

    #stacks_in_17566 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17566 {
      margin: 0px;
    }

    #stacks_in_17566 {
      padding: 0px;
    }


    

    
      #stacks_in_17566 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17566 {
      margin: 0px;
    }

    #stacks_in_17566 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17566 {
      margin: 0px;
    }

    #stacks_in_17566 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17566 {
      margin: 0px;
    }

    #stacks_in_17566 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17567 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17567 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17567 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17567 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17567 h1 {
		font-size: 32px;
	}
}


#stacks_in_17567 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17569 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17569 p a,
#stacks_in_17569 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17569 p a:hover,
#stacks_in_17569 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17569 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17569 .paragraph a,
#stacks_in_17569 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17569 .paragraph a:hover,
#stacks_in_17569 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17569 p,
#stacks_in_17569 {
	margin-bottom: 0;
	
}

#stacks_in_17569 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17571 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17571 p a,
#stacks_in_17571 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17571 p a:hover,
#stacks_in_17571 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17571 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17571 .paragraph a,
#stacks_in_17571 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17571 .paragraph a:hover,
#stacks_in_17571 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17571 p,
#stacks_in_17571 {
	margin-bottom: 0;
	
}

#stacks_in_17571 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17573 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17573 .label {
	
}

#stacks_in_17573 .label {
	font-weight: 700;
	
}

#stacks_in_17573 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17574 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17574 .label {
	
}

#stacks_in_17574 .label {
	font-weight: 700;
	
}

#stacks_in_17574 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17579 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17579 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17579 #stacks_in_17579-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17579 .close-stacks_in_17579-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17579 .close-stacks_in_17579-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17579 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17579 .close-stacks_in_17579-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17579 .close-stacks_in_17579-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17579 .close-stacks_in_17579-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17579 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17579 .close-stacks_in_17579-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17579 .close-stacks_in_17579-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17579 .close-stacks_in_17579-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17579 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17579 .close-stacks_in_17579-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17579 .close-stacks_in_17579-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17579 .close-stacks_in_17579-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17579 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17581 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17581 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17581 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17581 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17581 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17582 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17582 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17582 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17582 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17582 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17583 {
      margin: 0px;
    }

    #stacks_in_17583 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17583 {
      margin: 0px;
    }

    #stacks_in_17583 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17583 {
      margin: 0px;
    }

    #stacks_in_17583 {
      padding: 0px;
    }


    

    
      #stacks_in_17583 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17583 {
      margin: 0px;
    }

    #stacks_in_17583 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17583 {
      margin: 0px;
    }

    #stacks_in_17583 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17583 {
      margin: 0px;
    }

    #stacks_in_17583 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17584 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17584 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17584 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17584 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17584 h1 {
		font-size: 32px;
	}
}


#stacks_in_17584 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17586 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17586 p a,
#stacks_in_17586 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17586 p a:hover,
#stacks_in_17586 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17586 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17586 .paragraph a,
#stacks_in_17586 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17586 .paragraph a:hover,
#stacks_in_17586 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17586 p,
#stacks_in_17586 {
	margin-bottom: 0;
	
}

#stacks_in_17586 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17588 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17588 p a,
#stacks_in_17588 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17588 p a:hover,
#stacks_in_17588 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17588 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17588 .paragraph a,
#stacks_in_17588 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17588 .paragraph a:hover,
#stacks_in_17588 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17588 p,
#stacks_in_17588 {
	margin-bottom: 0;
	
}

#stacks_in_17588 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17590 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17590 .label {
	
}

#stacks_in_17590 .label {
	font-weight: 700;
	
}

#stacks_in_17590 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17591 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17591 .label {
	
}

#stacks_in_17591 .label {
	font-weight: 700;
	
}

#stacks_in_17591 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17595 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17595 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17595 #stacks_in_17595-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17595 .close-stacks_in_17595-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17595 .close-stacks_in_17595-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17595 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17595 .close-stacks_in_17595-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17595 .close-stacks_in_17595-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17595 .close-stacks_in_17595-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17595 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17595 .close-stacks_in_17595-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17595 .close-stacks_in_17595-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17595 .close-stacks_in_17595-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17595 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17595 .close-stacks_in_17595-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17595 .close-stacks_in_17595-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17595 .close-stacks_in_17595-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17595 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17597 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17597 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17597 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17597 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17597 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17598 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17598 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17598 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17598 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17598 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17599 {
      margin: 0px;
    }

    #stacks_in_17599 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17599 {
      margin: 0px;
    }

    #stacks_in_17599 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17599 {
      margin: 0px;
    }

    #stacks_in_17599 {
      padding: 0px;
    }


    

    
      #stacks_in_17599 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17599 {
      margin: 0px;
    }

    #stacks_in_17599 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17599 {
      margin: 0px;
    }

    #stacks_in_17599 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17599 {
      margin: 0px;
    }

    #stacks_in_17599 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17600 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17600 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17600 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17600 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17600 h1 {
		font-size: 32px;
	}
}


#stacks_in_17600 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17602 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17602 p a,
#stacks_in_17602 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17602 p a:hover,
#stacks_in_17602 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17602 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17602 .paragraph a,
#stacks_in_17602 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17602 .paragraph a:hover,
#stacks_in_17602 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17602 p,
#stacks_in_17602 {
	margin-bottom: 0;
	
}

#stacks_in_17602 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17604 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17604 p a,
#stacks_in_17604 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17604 p a:hover,
#stacks_in_17604 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17604 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17604 .paragraph a,
#stacks_in_17604 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17604 .paragraph a:hover,
#stacks_in_17604 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17604 p,
#stacks_in_17604 {
	margin-bottom: 0;
	
}

#stacks_in_17604 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17606 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17606 .label {
	
}

#stacks_in_17606 .label {
	font-weight: 700;
	
}

#stacks_in_17606 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17607 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17607 .label {
	
}

#stacks_in_17607 .label {
	font-weight: 700;
	
}

#stacks_in_17607 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17611 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17611 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17611 #stacks_in_17611-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17611 .close-stacks_in_17611-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17611 .close-stacks_in_17611-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17611 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17611 .close-stacks_in_17611-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17611 .close-stacks_in_17611-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17611 .close-stacks_in_17611-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17611 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17611 .close-stacks_in_17611-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17611 .close-stacks_in_17611-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17611 .close-stacks_in_17611-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17611 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17611 .close-stacks_in_17611-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17611 .close-stacks_in_17611-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17611 .close-stacks_in_17611-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17611 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17613 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17613 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17613 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17613 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17613 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17614 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17614 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17614 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17614 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17614 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17615 {
      margin: 0px;
    }

    #stacks_in_17615 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17615 {
      margin: 0px;
    }

    #stacks_in_17615 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17615 {
      margin: 0px;
    }

    #stacks_in_17615 {
      padding: 0px;
    }


    

    
      #stacks_in_17615 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17615 {
      margin: 0px;
    }

    #stacks_in_17615 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17615 {
      margin: 0px;
    }

    #stacks_in_17615 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17615 {
      margin: 0px;
    }

    #stacks_in_17615 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17616 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17616 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17616 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17616 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17616 h1 {
		font-size: 32px;
	}
}


#stacks_in_17616 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17618 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17618 p a,
#stacks_in_17618 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17618 p a:hover,
#stacks_in_17618 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17618 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17618 .paragraph a,
#stacks_in_17618 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17618 .paragraph a:hover,
#stacks_in_17618 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17618 p,
#stacks_in_17618 {
	margin-bottom: 0;
	
}

#stacks_in_17618 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17620 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17620 p a,
#stacks_in_17620 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17620 p a:hover,
#stacks_in_17620 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17620 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17620 .paragraph a,
#stacks_in_17620 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17620 .paragraph a:hover,
#stacks_in_17620 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17620 p,
#stacks_in_17620 {
	margin-bottom: 0;
	
}

#stacks_in_17620 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17622 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17622 .label {
	
}

#stacks_in_17622 .label {
	font-weight: 700;
	
}

#stacks_in_17622 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17623 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17623 .label {
	
}

#stacks_in_17623 .label {
	font-weight: 700;
	
}

#stacks_in_17623 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17627 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17627 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17627 #stacks_in_17627-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17627 .close-stacks_in_17627-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17627 .close-stacks_in_17627-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17627 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17627 .close-stacks_in_17627-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17627 .close-stacks_in_17627-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17627 .close-stacks_in_17627-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17627 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17627 .close-stacks_in_17627-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17627 .close-stacks_in_17627-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17627 .close-stacks_in_17627-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17627 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17627 .close-stacks_in_17627-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17627 .close-stacks_in_17627-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17627 .close-stacks_in_17627-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17627 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17629 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17629 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17629 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17629 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17629 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17630 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17630 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17630 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17630 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17630 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17631 {
      margin: 0px;
    }

    #stacks_in_17631 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17631 {
      margin: 0px;
    }

    #stacks_in_17631 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17631 {
      margin: 0px;
    }

    #stacks_in_17631 {
      padding: 0px;
    }


    

    
      #stacks_in_17631 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17631 {
      margin: 0px;
    }

    #stacks_in_17631 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17631 {
      margin: 0px;
    }

    #stacks_in_17631 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17631 {
      margin: 0px;
    }

    #stacks_in_17631 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17632 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17632 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17632 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17632 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17632 h1 {
		font-size: 32px;
	}
}


#stacks_in_17632 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17634 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17634 p a,
#stacks_in_17634 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17634 p a:hover,
#stacks_in_17634 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17634 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17634 .paragraph a,
#stacks_in_17634 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17634 .paragraph a:hover,
#stacks_in_17634 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17634 p,
#stacks_in_17634 {
	margin-bottom: 0;
	
}

#stacks_in_17634 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17636 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17636 p a,
#stacks_in_17636 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17636 p a:hover,
#stacks_in_17636 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17636 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17636 .paragraph a,
#stacks_in_17636 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17636 .paragraph a:hover,
#stacks_in_17636 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17636 p,
#stacks_in_17636 {
	margin-bottom: 0;
	
}

#stacks_in_17636 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17638 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17638 .label {
	
}

#stacks_in_17638 .label {
	font-weight: 700;
	
}

#stacks_in_17638 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17639 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17639 .label {
	
}

#stacks_in_17639 .label {
	font-weight: 700;
	
}

#stacks_in_17639 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17643 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17643 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17643 #stacks_in_17643-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17643 .close-stacks_in_17643-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17643 .close-stacks_in_17643-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17643 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17643 .close-stacks_in_17643-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17643 .close-stacks_in_17643-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17643 .close-stacks_in_17643-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17643 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17643 .close-stacks_in_17643-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17643 .close-stacks_in_17643-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17643 .close-stacks_in_17643-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17643 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17643 .close-stacks_in_17643-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17643 .close-stacks_in_17643-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17643 .close-stacks_in_17643-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17643 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17645 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17645 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17645 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17645 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17645 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17646 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17646 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17646 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17646 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17646 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17647 {
      margin: 0px;
    }

    #stacks_in_17647 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17647 {
      margin: 0px;
    }

    #stacks_in_17647 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17647 {
      margin: 0px;
    }

    #stacks_in_17647 {
      padding: 0px;
    }


    

    
      #stacks_in_17647 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17647 {
      margin: 0px;
    }

    #stacks_in_17647 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17647 {
      margin: 0px;
    }

    #stacks_in_17647 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17647 {
      margin: 0px;
    }

    #stacks_in_17647 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17648 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17648 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17648 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17648 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17648 h1 {
		font-size: 32px;
	}
}


#stacks_in_17648 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17650 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17650 p a,
#stacks_in_17650 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17650 p a:hover,
#stacks_in_17650 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17650 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17650 .paragraph a,
#stacks_in_17650 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17650 .paragraph a:hover,
#stacks_in_17650 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17650 p,
#stacks_in_17650 {
	margin-bottom: 0;
	
}

#stacks_in_17650 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17652 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17652 p a,
#stacks_in_17652 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17652 p a:hover,
#stacks_in_17652 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17652 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17652 .paragraph a,
#stacks_in_17652 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17652 .paragraph a:hover,
#stacks_in_17652 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17652 p,
#stacks_in_17652 {
	margin-bottom: 0;
	
}

#stacks_in_17652 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17654 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17654 .label {
	
}

#stacks_in_17654 .label {
	font-weight: 700;
	
}

#stacks_in_17654 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17655 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17655 .label {
	
}

#stacks_in_17655 .label {
	font-weight: 700;
	
}

#stacks_in_17655 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17659 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17659 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17659 #stacks_in_17659-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17659 .close-stacks_in_17659-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17659 .close-stacks_in_17659-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17659 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17659 .close-stacks_in_17659-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17659 .close-stacks_in_17659-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17659 .close-stacks_in_17659-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17659 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17659 .close-stacks_in_17659-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17659 .close-stacks_in_17659-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17659 .close-stacks_in_17659-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17659 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17659 .close-stacks_in_17659-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17659 .close-stacks_in_17659-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17659 .close-stacks_in_17659-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17659 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17661 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17661 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17661 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17661 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17661 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17662 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17662 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17662 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17662 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17662 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17663 {
      margin: 0px;
    }

    #stacks_in_17663 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17663 {
      margin: 0px;
    }

    #stacks_in_17663 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17663 {
      margin: 0px;
    }

    #stacks_in_17663 {
      padding: 0px;
    }


    

    
      #stacks_in_17663 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17663 {
      margin: 0px;
    }

    #stacks_in_17663 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17663 {
      margin: 0px;
    }

    #stacks_in_17663 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17663 {
      margin: 0px;
    }

    #stacks_in_17663 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17664 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17664 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17664 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17664 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17664 h1 {
		font-size: 32px;
	}
}


#stacks_in_17664 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17666 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17666 p a,
#stacks_in_17666 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17666 p a:hover,
#stacks_in_17666 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17666 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17666 .paragraph a,
#stacks_in_17666 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17666 .paragraph a:hover,
#stacks_in_17666 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17666 p,
#stacks_in_17666 {
	margin-bottom: 0;
	
}

#stacks_in_17666 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17668 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17668 p a,
#stacks_in_17668 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17668 p a:hover,
#stacks_in_17668 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17668 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17668 .paragraph a,
#stacks_in_17668 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17668 .paragraph a:hover,
#stacks_in_17668 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17668 p,
#stacks_in_17668 {
	margin-bottom: 0;
	
}

#stacks_in_17668 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17670 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17670 .label {
	
}

#stacks_in_17670 .label {
	font-weight: 700;
	
}

#stacks_in_17670 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17671 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17671 .label {
	
}

#stacks_in_17671 .label {
	font-weight: 700;
	
}

#stacks_in_17671 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17675 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17675 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17675 #stacks_in_17675-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17675 .close-stacks_in_17675-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17675 .close-stacks_in_17675-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17675 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17675 .close-stacks_in_17675-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17675 .close-stacks_in_17675-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17675 .close-stacks_in_17675-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17675 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17675 .close-stacks_in_17675-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17675 .close-stacks_in_17675-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17675 .close-stacks_in_17675-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17675 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17675 .close-stacks_in_17675-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17675 .close-stacks_in_17675-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17675 .close-stacks_in_17675-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17675 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17677 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17677 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17677 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17677 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17677 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17678 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17678 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17678 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17679 {
      margin: 0px;
    }

    #stacks_in_17679 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17679 {
      margin: 0px;
    }

    #stacks_in_17679 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17679 {
      margin: 0px;
    }

    #stacks_in_17679 {
      padding: 0px;
    }


    

    
      #stacks_in_17679 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17679 {
      margin: 0px;
    }

    #stacks_in_17679 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17679 {
      margin: 0px;
    }

    #stacks_in_17679 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17679 {
      margin: 0px;
    }

    #stacks_in_17679 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17680 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17680 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17680 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17680 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17680 h1 {
		font-size: 32px;
	}
}


#stacks_in_17680 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17682 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17682 p a,
#stacks_in_17682 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17682 p a:hover,
#stacks_in_17682 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17682 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17682 .paragraph a,
#stacks_in_17682 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17682 .paragraph a:hover,
#stacks_in_17682 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17682 p,
#stacks_in_17682 {
	margin-bottom: 0;
	
}

#stacks_in_17682 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17684 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17684 p a,
#stacks_in_17684 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17684 p a:hover,
#stacks_in_17684 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17684 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17684 .paragraph a,
#stacks_in_17684 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17684 .paragraph a:hover,
#stacks_in_17684 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17684 p,
#stacks_in_17684 {
	margin-bottom: 0;
	
}

#stacks_in_17684 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17686 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17686 .label {
	
}

#stacks_in_17686 .label {
	font-weight: 700;
	
}

#stacks_in_17686 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17687 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17687 .label {
	
}

#stacks_in_17687 .label {
	font-weight: 700;
	
}

#stacks_in_17687 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17691 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17691 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17691 #stacks_in_17691-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17691 .close-stacks_in_17691-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17691 .close-stacks_in_17691-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17691 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17691 .close-stacks_in_17691-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17691 .close-stacks_in_17691-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17691 .close-stacks_in_17691-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17691 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17691 .close-stacks_in_17691-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17691 .close-stacks_in_17691-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17691 .close-stacks_in_17691-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17691 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17691 .close-stacks_in_17691-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17691 .close-stacks_in_17691-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17691 .close-stacks_in_17691-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17691 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17693 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17693 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17693 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17693 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17693 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17694 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17694 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17694 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17694 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17694 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17695 {
      margin: 0px;
    }

    #stacks_in_17695 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17695 {
      margin: 0px;
    }

    #stacks_in_17695 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17695 {
      margin: 0px;
    }

    #stacks_in_17695 {
      padding: 0px;
    }


    

    
      #stacks_in_17695 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17695 {
      margin: 0px;
    }

    #stacks_in_17695 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17695 {
      margin: 0px;
    }

    #stacks_in_17695 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17695 {
      margin: 0px;
    }

    #stacks_in_17695 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17696 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17696 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17696 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17696 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17696 h1 {
		font-size: 32px;
	}
}


#stacks_in_17696 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17698 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17698 p a,
#stacks_in_17698 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17698 p a:hover,
#stacks_in_17698 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17698 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17698 .paragraph a,
#stacks_in_17698 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17698 .paragraph a:hover,
#stacks_in_17698 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17698 p,
#stacks_in_17698 {
	margin-bottom: 0;
	
}

#stacks_in_17698 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17700 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17700 p a,
#stacks_in_17700 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17700 p a:hover,
#stacks_in_17700 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17700 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17700 .paragraph a,
#stacks_in_17700 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17700 .paragraph a:hover,
#stacks_in_17700 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17700 p,
#stacks_in_17700 {
	margin-bottom: 0;
	
}

#stacks_in_17700 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17702 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17702 .label {
	
}

#stacks_in_17702 .label {
	font-weight: 700;
	
}

#stacks_in_17702 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17703 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17703 .label {
	
}

#stacks_in_17703 .label {
	font-weight: 700;
	
}

#stacks_in_17703 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17707 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17707 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17707 #stacks_in_17707-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17707 .close-stacks_in_17707-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17707 .close-stacks_in_17707-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17707 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17707 .close-stacks_in_17707-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17707 .close-stacks_in_17707-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17707 .close-stacks_in_17707-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17707 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17707 .close-stacks_in_17707-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17707 .close-stacks_in_17707-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17707 .close-stacks_in_17707-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17707 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17707 .close-stacks_in_17707-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17707 .close-stacks_in_17707-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17707 .close-stacks_in_17707-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17707 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17709 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17709 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17709 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17710 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17710 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17710 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17710 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17710 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17711 {
      margin: 0px;
    }

    #stacks_in_17711 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17711 {
      margin: 0px;
    }

    #stacks_in_17711 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17711 {
      margin: 0px;
    }

    #stacks_in_17711 {
      padding: 0px;
    }


    

    
      #stacks_in_17711 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17711 {
      margin: 0px;
    }

    #stacks_in_17711 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17711 {
      margin: 0px;
    }

    #stacks_in_17711 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17711 {
      margin: 0px;
    }

    #stacks_in_17711 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17712 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17712 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17712 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17712 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17712 h1 {
		font-size: 32px;
	}
}


#stacks_in_17712 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17714 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17714 p a,
#stacks_in_17714 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17714 p a:hover,
#stacks_in_17714 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17714 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17714 .paragraph a,
#stacks_in_17714 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17714 .paragraph a:hover,
#stacks_in_17714 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17714 p,
#stacks_in_17714 {
	margin-bottom: 0;
	
}

#stacks_in_17714 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17716 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17716 p a,
#stacks_in_17716 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17716 p a:hover,
#stacks_in_17716 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17716 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17716 .paragraph a,
#stacks_in_17716 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17716 .paragraph a:hover,
#stacks_in_17716 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17716 p,
#stacks_in_17716 {
	margin-bottom: 0;
	
}

#stacks_in_17716 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17718 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17718 .label {
	
}

#stacks_in_17718 .label {
	font-weight: 700;
	
}

#stacks_in_17718 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17719 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17719 .label {
	
}

#stacks_in_17719 .label {
	font-weight: 700;
	
}

#stacks_in_17719 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17723 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17723 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17723 #stacks_in_17723-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17723 .close-stacks_in_17723-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17723 .close-stacks_in_17723-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17723 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17723 .close-stacks_in_17723-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17723 .close-stacks_in_17723-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17723 .close-stacks_in_17723-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17723 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17723 .close-stacks_in_17723-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17723 .close-stacks_in_17723-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17723 .close-stacks_in_17723-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17723 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17723 .close-stacks_in_17723-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17723 .close-stacks_in_17723-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17723 .close-stacks_in_17723-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17723 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17725 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17725 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17725 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17725 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17725 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17726 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17726 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17726 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17726 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17726 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17727 {
      margin: 0px;
    }

    #stacks_in_17727 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17727 {
      margin: 0px;
    }

    #stacks_in_17727 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17727 {
      margin: 0px;
    }

    #stacks_in_17727 {
      padding: 0px;
    }


    

    
      #stacks_in_17727 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17727 {
      margin: 0px;
    }

    #stacks_in_17727 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17727 {
      margin: 0px;
    }

    #stacks_in_17727 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17727 {
      margin: 0px;
    }

    #stacks_in_17727 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17728 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17728 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17728 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17728 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17728 h1 {
		font-size: 32px;
	}
}


#stacks_in_17728 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17730 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17730 p a,
#stacks_in_17730 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17730 p a:hover,
#stacks_in_17730 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17730 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17730 .paragraph a,
#stacks_in_17730 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17730 .paragraph a:hover,
#stacks_in_17730 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17730 p,
#stacks_in_17730 {
	margin-bottom: 0;
	
}

#stacks_in_17730 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17732 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17732 p a,
#stacks_in_17732 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17732 p a:hover,
#stacks_in_17732 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17732 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17732 .paragraph a,
#stacks_in_17732 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17732 .paragraph a:hover,
#stacks_in_17732 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17732 p,
#stacks_in_17732 {
	margin-bottom: 0;
	
}

#stacks_in_17732 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17734 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17734 .label {
	
}

#stacks_in_17734 .label {
	font-weight: 700;
	
}

#stacks_in_17734 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17735 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17735 .label {
	
}

#stacks_in_17735 .label {
	font-weight: 700;
	
}

#stacks_in_17735 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17739 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17739 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17739 #stacks_in_17739-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17739 .close-stacks_in_17739-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17739 .close-stacks_in_17739-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17739 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17739 .close-stacks_in_17739-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17739 .close-stacks_in_17739-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17739 .close-stacks_in_17739-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17739 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17739 .close-stacks_in_17739-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17739 .close-stacks_in_17739-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17739 .close-stacks_in_17739-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17739 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17739 .close-stacks_in_17739-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17739 .close-stacks_in_17739-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17739 .close-stacks_in_17739-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17739 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17741 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17741 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17741 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17741 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17741 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17742 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17742 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17742 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17742 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17742 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17743 {
      margin: 0px;
    }

    #stacks_in_17743 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17743 {
      margin: 0px;
    }

    #stacks_in_17743 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17743 {
      margin: 0px;
    }

    #stacks_in_17743 {
      padding: 0px;
    }


    

    
      #stacks_in_17743 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17743 {
      margin: 0px;
    }

    #stacks_in_17743 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17743 {
      margin: 0px;
    }

    #stacks_in_17743 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17743 {
      margin: 0px;
    }

    #stacks_in_17743 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17744 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17744 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17744 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17744 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17744 h1 {
		font-size: 32px;
	}
}


#stacks_in_17744 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17746 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17746 p a,
#stacks_in_17746 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17746 p a:hover,
#stacks_in_17746 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17746 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17746 .paragraph a,
#stacks_in_17746 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17746 .paragraph a:hover,
#stacks_in_17746 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17746 p,
#stacks_in_17746 {
	margin-bottom: 0;
	
}

#stacks_in_17746 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17748 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17748 p a,
#stacks_in_17748 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17748 p a:hover,
#stacks_in_17748 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17748 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17748 .paragraph a,
#stacks_in_17748 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17748 .paragraph a:hover,
#stacks_in_17748 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17748 p,
#stacks_in_17748 {
	margin-bottom: 0;
	
}

#stacks_in_17748 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17750 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17750 .label {
	
}

#stacks_in_17750 .label {
	font-weight: 700;
	
}

#stacks_in_17750 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17751 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17751 .label {
	
}

#stacks_in_17751 .label {
	font-weight: 700;
	
}

#stacks_in_17751 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17755 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17755 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17755 #stacks_in_17755-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17755 .close-stacks_in_17755-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17755 .close-stacks_in_17755-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17755 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17755 .close-stacks_in_17755-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17755 .close-stacks_in_17755-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17755 .close-stacks_in_17755-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17755 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17755 .close-stacks_in_17755-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17755 .close-stacks_in_17755-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17755 .close-stacks_in_17755-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17755 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17755 .close-stacks_in_17755-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17755 .close-stacks_in_17755-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17755 .close-stacks_in_17755-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17755 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17757 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17757 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17757 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17757 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17757 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17758 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17758 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17758 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17758 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17758 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17759 {
      margin: 0px;
    }

    #stacks_in_17759 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17759 {
      margin: 0px;
    }

    #stacks_in_17759 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17759 {
      margin: 0px;
    }

    #stacks_in_17759 {
      padding: 0px;
    }


    

    
      #stacks_in_17759 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17759 {
      margin: 0px;
    }

    #stacks_in_17759 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17759 {
      margin: 0px;
    }

    #stacks_in_17759 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17759 {
      margin: 0px;
    }

    #stacks_in_17759 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17760 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17760 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17760 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17760 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17760 h1 {
		font-size: 32px;
	}
}


#stacks_in_17760 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17762 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17762 p a,
#stacks_in_17762 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17762 p a:hover,
#stacks_in_17762 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17762 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17762 .paragraph a,
#stacks_in_17762 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17762 .paragraph a:hover,
#stacks_in_17762 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17762 p,
#stacks_in_17762 {
	margin-bottom: 0;
	
}

#stacks_in_17762 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17764 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17764 p a,
#stacks_in_17764 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17764 p a:hover,
#stacks_in_17764 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17764 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17764 .paragraph a,
#stacks_in_17764 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17764 .paragraph a:hover,
#stacks_in_17764 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17764 p,
#stacks_in_17764 {
	margin-bottom: 0;
	
}

#stacks_in_17764 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17766 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17766 .label {
	
}

#stacks_in_17766 .label {
	font-weight: 700;
	
}

#stacks_in_17766 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17767 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17767 .label {
	
}

#stacks_in_17767 .label {
	font-weight: 700;
	
}

#stacks_in_17767 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16537 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_16537 .anchor {
	font-size: 24px;
	line-height: 24px;
}





#stacks_in_17770 > .positioner_wrapper {
}

#stacks_in_17770 > .positioner_wrapper > .positioner {
	position: absolute;
	

	

	
	bottom: 0;
	margin-bottom: -16px;
	
	
	
	left: 50%;
	margin-left: -16px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}
/*Adam*/
#stacks_in_17770 > .positioner_wrapper > .positioner > a,
#stacks_in_17770 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_17770 > .positioner_wrapper > .positioner > span {
	
	background: rgba(75, 165, 160, 1.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1.00);
	
	font-size: 16px;
	display: block;
	padding: 0px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_17770 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_17770 > .positioner_wrapper > .positioner > a:active,
#stacks_in_17770 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(75, 165, 160, 1.00);
	
}

#stacks_in_17770 > .positioner_wrapper > .positioner > a > i,
#stacks_in_17770 > .positioner_wrapper > .positioner > span > i {
	line-height: 32px;
}


/* Option for removing base margin */



#stacks_in_17771 h1 {
	font-weight: 700;
	font-style: normal;

	
	text-transform: none;

	
}

#stacks_in_17771 h1 small {
	font-weight: 700;
}

#stacks_in_17771 a,
#stacks_in_17771 a:visited,
#stacks_in_17771 a:hover,
#stacks_in_17771 a:active {
	text-decoration: none;
}





















#stacks_in_17771 h1 {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 1.00);
}



	#stacks_in_17771 h1,
	#stacks_in_17771 a,
	#stacks_in_17771 a:visited  {
		color: rgba(255, 255, 255, 1.00);
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_17771 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17771 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17771 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17771 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_17771 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_17771 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17771 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17771 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17771 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_17771 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17771 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_17771 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17771 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_17771 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_17771 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_17771 .inline_badge_right {
	position: relative;
}


#stacks_in_17771 small,
#stacks_in_17771 h1 small {
	
}

#stacks_in_17771 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 2px 0px 2px 0px;
	padding: 20px 0px 20px 0px;
}

#stacks_in_17773 {
	font-size: 90%;
}


#stacks_out_17775 {
	width: 80%;
}





#stacks_in_17779 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17779 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17779 #stacks_in_17779-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17779 .close-stacks_in_17779-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17779 .close-stacks_in_17779-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17779 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17779 .close-stacks_in_17779-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17779 .close-stacks_in_17779-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17779 .close-stacks_in_17779-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17779 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17779 .close-stacks_in_17779-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17779 .close-stacks_in_17779-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17779 .close-stacks_in_17779-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17779 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17779 .close-stacks_in_17779-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17779 .close-stacks_in_17779-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17779 .close-stacks_in_17779-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17779 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17781 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17781 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17781 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17781 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17781 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17782 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17782 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17782 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17782 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17782 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17783 {
      margin: 0px;
    }

    #stacks_in_17783 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17783 {
      margin: 0px;
    }

    #stacks_in_17783 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17783 {
      margin: 0px;
    }

    #stacks_in_17783 {
      padding: 0px;
    }


    

    
      #stacks_in_17783 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17783 {
      margin: 0px;
    }

    #stacks_in_17783 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17783 {
      margin: 0px;
    }

    #stacks_in_17783 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17783 {
      margin: 0px;
    }

    #stacks_in_17783 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17784 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17784 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17784 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17784 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17784 h1 {
		font-size: 32px;
	}
}


#stacks_in_17784 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17786 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17786 p a,
#stacks_in_17786 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17786 p a:hover,
#stacks_in_17786 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17786 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17786 .paragraph a,
#stacks_in_17786 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17786 .paragraph a:hover,
#stacks_in_17786 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17786 p,
#stacks_in_17786 {
	margin-bottom: 0;
	
}

#stacks_in_17786 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17788 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17788 p a,
#stacks_in_17788 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17788 p a:hover,
#stacks_in_17788 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17788 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17788 .paragraph a,
#stacks_in_17788 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17788 .paragraph a:hover,
#stacks_in_17788 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17788 p,
#stacks_in_17788 {
	margin-bottom: 0;
	
}

#stacks_in_17788 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17790 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17790 .label {
	
}

#stacks_in_17790 .label {
	font-weight: 700;
	
}

#stacks_in_17790 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17791 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17791 .label {
	
}

#stacks_in_17791 .label {
	font-weight: 700;
	
}

#stacks_in_17791 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17795 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17795 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17795 #stacks_in_17795-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17795 .close-stacks_in_17795-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17795 .close-stacks_in_17795-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17795 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17795 .close-stacks_in_17795-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17795 .close-stacks_in_17795-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17795 .close-stacks_in_17795-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17795 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17795 .close-stacks_in_17795-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17795 .close-stacks_in_17795-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17795 .close-stacks_in_17795-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17795 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17795 .close-stacks_in_17795-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17795 .close-stacks_in_17795-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17795 .close-stacks_in_17795-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17795 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17797 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17797 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17797 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17797 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17797 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17798 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17798 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17798 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17798 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17798 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17799 {
      margin: 0px;
    }

    #stacks_in_17799 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17799 {
      margin: 0px;
    }

    #stacks_in_17799 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17799 {
      margin: 0px;
    }

    #stacks_in_17799 {
      padding: 0px;
    }


    

    
      #stacks_in_17799 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17799 {
      margin: 0px;
    }

    #stacks_in_17799 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17799 {
      margin: 0px;
    }

    #stacks_in_17799 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17799 {
      margin: 0px;
    }

    #stacks_in_17799 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17800 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17800 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17800 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17800 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17800 h1 {
		font-size: 32px;
	}
}


#stacks_in_17800 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17802 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17802 p a,
#stacks_in_17802 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17802 p a:hover,
#stacks_in_17802 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17802 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17802 .paragraph a,
#stacks_in_17802 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17802 .paragraph a:hover,
#stacks_in_17802 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17802 p,
#stacks_in_17802 {
	margin-bottom: 0;
	
}

#stacks_in_17802 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17804 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17804 p a,
#stacks_in_17804 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17804 p a:hover,
#stacks_in_17804 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17804 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17804 .paragraph a,
#stacks_in_17804 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17804 .paragraph a:hover,
#stacks_in_17804 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17804 p,
#stacks_in_17804 {
	margin-bottom: 0;
	
}

#stacks_in_17804 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17806 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17806 .label {
	
}

#stacks_in_17806 .label {
	font-weight: 700;
	
}

#stacks_in_17806 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17807 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17807 .label {
	
}

#stacks_in_17807 .label {
	font-weight: 700;
	
}

#stacks_in_17807 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17811 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17811 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17811 #stacks_in_17811-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17811 .close-stacks_in_17811-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17811 .close-stacks_in_17811-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17811 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17811 .close-stacks_in_17811-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17811 .close-stacks_in_17811-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17811 .close-stacks_in_17811-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17811 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17811 .close-stacks_in_17811-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17811 .close-stacks_in_17811-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17811 .close-stacks_in_17811-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17811 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17811 .close-stacks_in_17811-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17811 .close-stacks_in_17811-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17811 .close-stacks_in_17811-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17811 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17813 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17813 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17813 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17813 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17813 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17814 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17814 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17814 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17814 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17814 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17815 {
      margin: 0px;
    }

    #stacks_in_17815 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17815 {
      margin: 0px;
    }

    #stacks_in_17815 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17815 {
      margin: 0px;
    }

    #stacks_in_17815 {
      padding: 0px;
    }


    

    
      #stacks_in_17815 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17815 {
      margin: 0px;
    }

    #stacks_in_17815 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17815 {
      margin: 0px;
    }

    #stacks_in_17815 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17815 {
      margin: 0px;
    }

    #stacks_in_17815 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17816 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17816 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17816 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17816 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17816 h1 {
		font-size: 32px;
	}
}


#stacks_in_17816 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17818 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17818 p a,
#stacks_in_17818 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17818 p a:hover,
#stacks_in_17818 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17818 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17818 .paragraph a,
#stacks_in_17818 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17818 .paragraph a:hover,
#stacks_in_17818 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17818 p,
#stacks_in_17818 {
	margin-bottom: 0;
	
}

#stacks_in_17818 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17820 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17820 p a,
#stacks_in_17820 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17820 p a:hover,
#stacks_in_17820 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17820 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17820 .paragraph a,
#stacks_in_17820 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17820 .paragraph a:hover,
#stacks_in_17820 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17820 p,
#stacks_in_17820 {
	margin-bottom: 0;
	
}

#stacks_in_17820 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17822 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17822 .label {
	
}

#stacks_in_17822 .label {
	font-weight: 700;
	
}

#stacks_in_17822 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17823 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17823 .label {
	
}

#stacks_in_17823 .label {
	font-weight: 700;
	
}

#stacks_in_17823 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17827 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17827 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17827 #stacks_in_17827-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17827 .close-stacks_in_17827-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17827 .close-stacks_in_17827-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17827 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17827 .close-stacks_in_17827-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17827 .close-stacks_in_17827-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17827 .close-stacks_in_17827-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17827 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17827 .close-stacks_in_17827-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17827 .close-stacks_in_17827-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17827 .close-stacks_in_17827-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17827 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17827 .close-stacks_in_17827-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17827 .close-stacks_in_17827-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17827 .close-stacks_in_17827-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17827 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17829 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17829 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17829 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17829 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17829 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17830 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17830 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17830 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17830 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17830 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17831 {
      margin: 0px;
    }

    #stacks_in_17831 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17831 {
      margin: 0px;
    }

    #stacks_in_17831 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17831 {
      margin: 0px;
    }

    #stacks_in_17831 {
      padding: 0px;
    }


    

    
      #stacks_in_17831 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17831 {
      margin: 0px;
    }

    #stacks_in_17831 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17831 {
      margin: 0px;
    }

    #stacks_in_17831 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17831 {
      margin: 0px;
    }

    #stacks_in_17831 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17832 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17832 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17832 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17832 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17832 h1 {
		font-size: 32px;
	}
}


#stacks_in_17832 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17834 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17834 p a,
#stacks_in_17834 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17834 p a:hover,
#stacks_in_17834 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17834 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17834 .paragraph a,
#stacks_in_17834 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17834 .paragraph a:hover,
#stacks_in_17834 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17834 p,
#stacks_in_17834 {
	margin-bottom: 0;
	
}

#stacks_in_17834 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17836 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17836 p a,
#stacks_in_17836 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17836 p a:hover,
#stacks_in_17836 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17836 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17836 .paragraph a,
#stacks_in_17836 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17836 .paragraph a:hover,
#stacks_in_17836 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17836 p,
#stacks_in_17836 {
	margin-bottom: 0;
	
}

#stacks_in_17836 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17838 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17838 .label {
	
}

#stacks_in_17838 .label {
	font-weight: 700;
	
}

#stacks_in_17838 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17839 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17839 .label {
	
}

#stacks_in_17839 .label {
	font-weight: 700;
	
}

#stacks_in_17839 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17843 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17843 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17843 #stacks_in_17843-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17843 .close-stacks_in_17843-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17843 .close-stacks_in_17843-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17843 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17843 .close-stacks_in_17843-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17843 .close-stacks_in_17843-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17843 .close-stacks_in_17843-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17843 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17843 .close-stacks_in_17843-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17843 .close-stacks_in_17843-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17843 .close-stacks_in_17843-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17843 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17843 .close-stacks_in_17843-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17843 .close-stacks_in_17843-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17843 .close-stacks_in_17843-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17843 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17845 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17845 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17845 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17846 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17846 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17846 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17847 {
      margin: 0px;
    }

    #stacks_in_17847 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17847 {
      margin: 0px;
    }

    #stacks_in_17847 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17847 {
      margin: 0px;
    }

    #stacks_in_17847 {
      padding: 0px;
    }


    

    
      #stacks_in_17847 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17847 {
      margin: 0px;
    }

    #stacks_in_17847 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17847 {
      margin: 0px;
    }

    #stacks_in_17847 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17847 {
      margin: 0px;
    }

    #stacks_in_17847 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17848 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17848 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17848 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17848 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17848 h1 {
		font-size: 32px;
	}
}


#stacks_in_17848 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17850 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17850 p a,
#stacks_in_17850 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17850 p a:hover,
#stacks_in_17850 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17850 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17850 .paragraph a,
#stacks_in_17850 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17850 .paragraph a:hover,
#stacks_in_17850 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17850 p,
#stacks_in_17850 {
	margin-bottom: 0;
	
}

#stacks_in_17850 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17852 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17852 p a,
#stacks_in_17852 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17852 p a:hover,
#stacks_in_17852 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17852 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17852 .paragraph a,
#stacks_in_17852 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17852 .paragraph a:hover,
#stacks_in_17852 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17852 p,
#stacks_in_17852 {
	margin-bottom: 0;
	
}

#stacks_in_17852 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17854 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17854 .label {
	
}

#stacks_in_17854 .label {
	font-weight: 700;
	
}

#stacks_in_17854 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17855 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17855 .label {
	
}

#stacks_in_17855 .label {
	font-weight: 700;
	
}

#stacks_in_17855 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17859 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17859 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17859 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17859 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17859 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17859 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17860 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17860 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17860 #stacks_in_17860-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17860 .close-stacks_in_17860-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17860 .close-stacks_in_17860-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17860 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17860 .close-stacks_in_17860-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17860 .close-stacks_in_17860-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17860 .close-stacks_in_17860-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17860 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17860 .close-stacks_in_17860-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17860 .close-stacks_in_17860-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17860 .close-stacks_in_17860-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17860 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17860 .close-stacks_in_17860-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17860 .close-stacks_in_17860-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17860 .close-stacks_in_17860-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17860 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17862 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17862 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17862 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17863 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17863 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17863 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17863 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17863 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17864 {
      margin: 0px;
    }

    #stacks_in_17864 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17864 {
      margin: 0px;
    }

    #stacks_in_17864 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17864 {
      margin: 0px;
    }

    #stacks_in_17864 {
      padding: 0px;
    }


    

    
      #stacks_in_17864 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17864 {
      margin: 0px;
    }

    #stacks_in_17864 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17864 {
      margin: 0px;
    }

    #stacks_in_17864 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17864 {
      margin: 0px;
    }

    #stacks_in_17864 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17865 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17865 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17865 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17865 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17865 h1 {
		font-size: 32px;
	}
}


#stacks_in_17865 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17867 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17867 p a,
#stacks_in_17867 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17867 p a:hover,
#stacks_in_17867 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17867 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17867 .paragraph a,
#stacks_in_17867 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17867 .paragraph a:hover,
#stacks_in_17867 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17867 p,
#stacks_in_17867 {
	margin-bottom: 0;
	
}

#stacks_in_17867 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17869 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17869 p a,
#stacks_in_17869 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17869 p a:hover,
#stacks_in_17869 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17869 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17869 .paragraph a,
#stacks_in_17869 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17869 .paragraph a:hover,
#stacks_in_17869 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17869 p,
#stacks_in_17869 {
	margin-bottom: 0;
	
}

#stacks_in_17869 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17871 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17871 .label {
	
}

#stacks_in_17871 .label {
	font-weight: 700;
	
}

#stacks_in_17871 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17872 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17872 .label {
	
}

#stacks_in_17872 .label {
	font-weight: 700;
	
}

#stacks_in_17872 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17877 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17877 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17877 #stacks_in_17877-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17877 .close-stacks_in_17877-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17877 .close-stacks_in_17877-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17877 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17877 .close-stacks_in_17877-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17877 .close-stacks_in_17877-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17877 .close-stacks_in_17877-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17877 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17877 .close-stacks_in_17877-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17877 .close-stacks_in_17877-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17877 .close-stacks_in_17877-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17877 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17877 .close-stacks_in_17877-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17877 .close-stacks_in_17877-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17877 .close-stacks_in_17877-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17877 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17879 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17879 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17879 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17880 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17880 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17880 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17880 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17880 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17881 {
      margin: 0px;
    }

    #stacks_in_17881 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17881 {
      margin: 0px;
    }

    #stacks_in_17881 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17881 {
      margin: 0px;
    }

    #stacks_in_17881 {
      padding: 0px;
    }


    

    
      #stacks_in_17881 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17881 {
      margin: 0px;
    }

    #stacks_in_17881 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17881 {
      margin: 0px;
    }

    #stacks_in_17881 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17881 {
      margin: 0px;
    }

    #stacks_in_17881 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17882 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17882 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17882 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17882 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17882 h1 {
		font-size: 32px;
	}
}


#stacks_in_17882 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17884 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17884 p a,
#stacks_in_17884 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17884 p a:hover,
#stacks_in_17884 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17884 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17884 .paragraph a,
#stacks_in_17884 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17884 .paragraph a:hover,
#stacks_in_17884 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17884 p,
#stacks_in_17884 {
	margin-bottom: 0;
	
}

#stacks_in_17884 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17886 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17886 p a,
#stacks_in_17886 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17886 p a:hover,
#stacks_in_17886 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17886 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17886 .paragraph a,
#stacks_in_17886 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17886 .paragraph a:hover,
#stacks_in_17886 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17886 p,
#stacks_in_17886 {
	margin-bottom: 0;
	
}

#stacks_in_17886 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17888 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17888 .label {
	
}

#stacks_in_17888 .label {
	font-weight: 700;
	
}

#stacks_in_17888 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17889 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17889 .label {
	
}

#stacks_in_17889 .label {
	font-weight: 700;
	
}

#stacks_in_17889 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17893 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17893 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17893 #stacks_in_17893-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17893 .close-stacks_in_17893-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17893 .close-stacks_in_17893-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17893 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17893 .close-stacks_in_17893-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17893 .close-stacks_in_17893-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17893 .close-stacks_in_17893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17893 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17893 .close-stacks_in_17893-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17893 .close-stacks_in_17893-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17893 .close-stacks_in_17893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17893 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17893 .close-stacks_in_17893-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17893 .close-stacks_in_17893-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17893 .close-stacks_in_17893-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17893 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17895 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17895 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17895 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17896 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17896 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17896 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17897 {
      margin: 0px;
    }

    #stacks_in_17897 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17897 {
      margin: 0px;
    }

    #stacks_in_17897 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17897 {
      margin: 0px;
    }

    #stacks_in_17897 {
      padding: 0px;
    }


    

    
      #stacks_in_17897 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17897 {
      margin: 0px;
    }

    #stacks_in_17897 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17897 {
      margin: 0px;
    }

    #stacks_in_17897 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17897 {
      margin: 0px;
    }

    #stacks_in_17897 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17898 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17898 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17898 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17898 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17898 h1 {
		font-size: 32px;
	}
}


#stacks_in_17898 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17900 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17900 p a,
#stacks_in_17900 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17900 p a:hover,
#stacks_in_17900 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17900 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17900 .paragraph a,
#stacks_in_17900 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17900 .paragraph a:hover,
#stacks_in_17900 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17900 p,
#stacks_in_17900 {
	margin-bottom: 0;
	
}

#stacks_in_17900 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17902 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17902 p a,
#stacks_in_17902 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17902 p a:hover,
#stacks_in_17902 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17902 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17902 .paragraph a,
#stacks_in_17902 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17902 .paragraph a:hover,
#stacks_in_17902 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17902 p,
#stacks_in_17902 {
	margin-bottom: 0;
	
}

#stacks_in_17902 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17904 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17904 .label {
	
}

#stacks_in_17904 .label {
	font-weight: 700;
	
}

#stacks_in_17904 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17905 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17905 .label {
	
}

#stacks_in_17905 .label {
	font-weight: 700;
	
}

#stacks_in_17905 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17909 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17909 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17909 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17909 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17909 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17909 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17910 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17910 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17910 #stacks_in_17910-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17910 .close-stacks_in_17910-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17910 .close-stacks_in_17910-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17910 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17910 .close-stacks_in_17910-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17910 .close-stacks_in_17910-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17910 .close-stacks_in_17910-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17910 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17910 .close-stacks_in_17910-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17910 .close-stacks_in_17910-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17910 .close-stacks_in_17910-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17910 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17910 .close-stacks_in_17910-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17910 .close-stacks_in_17910-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17910 .close-stacks_in_17910-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17910 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17912 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17912 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17912 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17913 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17913 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17913 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17913 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17913 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17914 {
      margin: 0px;
    }

    #stacks_in_17914 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17914 {
      margin: 0px;
    }

    #stacks_in_17914 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17914 {
      margin: 0px;
    }

    #stacks_in_17914 {
      padding: 0px;
    }


    

    
      #stacks_in_17914 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17914 {
      margin: 0px;
    }

    #stacks_in_17914 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17914 {
      margin: 0px;
    }

    #stacks_in_17914 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17914 {
      margin: 0px;
    }

    #stacks_in_17914 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17915 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17915 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17915 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17915 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17915 h1 {
		font-size: 32px;
	}
}


#stacks_in_17915 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17917 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17917 p a,
#stacks_in_17917 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17917 p a:hover,
#stacks_in_17917 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17917 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17917 .paragraph a,
#stacks_in_17917 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17917 .paragraph a:hover,
#stacks_in_17917 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17917 p,
#stacks_in_17917 {
	margin-bottom: 0;
	
}

#stacks_in_17917 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17919 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17919 p a,
#stacks_in_17919 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17919 p a:hover,
#stacks_in_17919 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17919 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17919 .paragraph a,
#stacks_in_17919 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17919 .paragraph a:hover,
#stacks_in_17919 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17919 p,
#stacks_in_17919 {
	margin-bottom: 0;
	
}

#stacks_in_17919 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17921 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17921 .label {
	
}

#stacks_in_17921 .label {
	font-weight: 700;
	
}

#stacks_in_17921 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17922 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17922 .label {
	
}

#stacks_in_17922 .label {
	font-weight: 700;
	
}

#stacks_in_17922 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17927 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17927 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17927 #stacks_in_17927-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17927 .close-stacks_in_17927-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17927 .close-stacks_in_17927-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17927 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17927 .close-stacks_in_17927-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17927 .close-stacks_in_17927-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17927 .close-stacks_in_17927-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17927 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17927 .close-stacks_in_17927-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17927 .close-stacks_in_17927-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17927 .close-stacks_in_17927-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17927 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17927 .close-stacks_in_17927-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17927 .close-stacks_in_17927-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17927 .close-stacks_in_17927-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17927 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17929 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17929 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17929 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17929 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17929 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17930 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17930 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17930 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17930 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17930 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17931 {
      margin: 0px;
    }

    #stacks_in_17931 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17931 {
      margin: 0px;
    }

    #stacks_in_17931 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17931 {
      margin: 0px;
    }

    #stacks_in_17931 {
      padding: 0px;
    }


    

    
      #stacks_in_17931 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17931 {
      margin: 0px;
    }

    #stacks_in_17931 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17931 {
      margin: 0px;
    }

    #stacks_in_17931 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17931 {
      margin: 0px;
    }

    #stacks_in_17931 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17932 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17932 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17932 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17932 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17932 h1 {
		font-size: 32px;
	}
}


#stacks_in_17932 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17934 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17934 p a,
#stacks_in_17934 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17934 p a:hover,
#stacks_in_17934 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17934 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17934 .paragraph a,
#stacks_in_17934 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17934 .paragraph a:hover,
#stacks_in_17934 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17934 p,
#stacks_in_17934 {
	margin-bottom: 0;
	
}

#stacks_in_17934 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17936 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17936 p a,
#stacks_in_17936 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17936 p a:hover,
#stacks_in_17936 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17936 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17936 .paragraph a,
#stacks_in_17936 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17936 .paragraph a:hover,
#stacks_in_17936 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17936 p,
#stacks_in_17936 {
	margin-bottom: 0;
	
}

#stacks_in_17936 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17938 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17938 .label {
	
}

#stacks_in_17938 .label {
	font-weight: 700;
	
}

#stacks_in_17938 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17939 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17939 .label {
	
}

#stacks_in_17939 .label {
	font-weight: 700;
	
}

#stacks_in_17939 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17943 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17943 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17943 #stacks_in_17943-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17943 .close-stacks_in_17943-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17943 .close-stacks_in_17943-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17943 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17943 .close-stacks_in_17943-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17943 .close-stacks_in_17943-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17943 .close-stacks_in_17943-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17943 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17943 .close-stacks_in_17943-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17943 .close-stacks_in_17943-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17943 .close-stacks_in_17943-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17943 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17943 .close-stacks_in_17943-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17943 .close-stacks_in_17943-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17943 .close-stacks_in_17943-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17943 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17945 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17945 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17945 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17946 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17946 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17946 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17947 {
      margin: 0px;
    }

    #stacks_in_17947 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17947 {
      margin: 0px;
    }

    #stacks_in_17947 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17947 {
      margin: 0px;
    }

    #stacks_in_17947 {
      padding: 0px;
    }


    

    
      #stacks_in_17947 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17947 {
      margin: 0px;
    }

    #stacks_in_17947 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17947 {
      margin: 0px;
    }

    #stacks_in_17947 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17947 {
      margin: 0px;
    }

    #stacks_in_17947 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17948 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17948 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17948 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17948 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17948 h1 {
		font-size: 32px;
	}
}


#stacks_in_17948 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17950 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17950 p a,
#stacks_in_17950 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17950 p a:hover,
#stacks_in_17950 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17950 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17950 .paragraph a,
#stacks_in_17950 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17950 .paragraph a:hover,
#stacks_in_17950 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17950 p,
#stacks_in_17950 {
	margin-bottom: 0;
	
}

#stacks_in_17950 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17952 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17952 p a,
#stacks_in_17952 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17952 p a:hover,
#stacks_in_17952 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17952 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17952 .paragraph a,
#stacks_in_17952 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17952 .paragraph a:hover,
#stacks_in_17952 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17952 p,
#stacks_in_17952 {
	margin-bottom: 0;
	
}

#stacks_in_17952 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17954 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17954 .label {
	
}

#stacks_in_17954 .label {
	font-weight: 700;
	
}

#stacks_in_17954 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17955 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17955 .label {
	
}

#stacks_in_17955 .label {
	font-weight: 700;
	
}

#stacks_in_17955 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_17959 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_17959 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_17959 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_17959 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_17959 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_17959 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_17960 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17960 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17960 #stacks_in_17960-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17960 .close-stacks_in_17960-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17960 .close-stacks_in_17960-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17960 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17960 .close-stacks_in_17960-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17960 .close-stacks_in_17960-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17960 .close-stacks_in_17960-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17960 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17960 .close-stacks_in_17960-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17960 .close-stacks_in_17960-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17960 .close-stacks_in_17960-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17960 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17960 .close-stacks_in_17960-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17960 .close-stacks_in_17960-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17960 .close-stacks_in_17960-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17960 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17962 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17962 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17962 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17962 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17962 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17963 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17963 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17963 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17964 {
      margin: 0px;
    }

    #stacks_in_17964 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17964 {
      margin: 0px;
    }

    #stacks_in_17964 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17964 {
      margin: 0px;
    }

    #stacks_in_17964 {
      padding: 0px;
    }


    

    
      #stacks_in_17964 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17964 {
      margin: 0px;
    }

    #stacks_in_17964 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17964 {
      margin: 0px;
    }

    #stacks_in_17964 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17964 {
      margin: 0px;
    }

    #stacks_in_17964 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17965 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17965 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17965 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17965 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17965 h1 {
		font-size: 32px;
	}
}


#stacks_in_17965 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17967 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17967 p a,
#stacks_in_17967 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17967 p a:hover,
#stacks_in_17967 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17967 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17967 .paragraph a,
#stacks_in_17967 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17967 .paragraph a:hover,
#stacks_in_17967 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17967 p,
#stacks_in_17967 {
	margin-bottom: 0;
	
}

#stacks_in_17967 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17969 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17969 p a,
#stacks_in_17969 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17969 p a:hover,
#stacks_in_17969 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17969 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17969 .paragraph a,
#stacks_in_17969 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17969 .paragraph a:hover,
#stacks_in_17969 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17969 p,
#stacks_in_17969 {
	margin-bottom: 0;
	
}

#stacks_in_17969 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17971 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17971 .label {
	
}

#stacks_in_17971 .label {
	font-weight: 700;
	
}

#stacks_in_17971 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17972 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17972 .label {
	
}

#stacks_in_17972 .label {
	font-weight: 700;
	
}

#stacks_in_17972 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17977 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17977 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17977 #stacks_in_17977-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17977 .close-stacks_in_17977-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17977 .close-stacks_in_17977-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17977 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17977 .close-stacks_in_17977-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17977 .close-stacks_in_17977-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17977 .close-stacks_in_17977-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17977 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17977 .close-stacks_in_17977-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17977 .close-stacks_in_17977-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17977 .close-stacks_in_17977-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17977 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17977 .close-stacks_in_17977-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17977 .close-stacks_in_17977-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17977 .close-stacks_in_17977-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17977 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17979 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17979 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17979 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17980 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17980 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17980 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17981 {
      margin: 0px;
    }

    #stacks_in_17981 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17981 {
      margin: 0px;
    }

    #stacks_in_17981 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17981 {
      margin: 0px;
    }

    #stacks_in_17981 {
      padding: 0px;
    }


    

    
      #stacks_in_17981 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17981 {
      margin: 0px;
    }

    #stacks_in_17981 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17981 {
      margin: 0px;
    }

    #stacks_in_17981 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17981 {
      margin: 0px;
    }

    #stacks_in_17981 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17982 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17982 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17982 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17982 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17982 h1 {
		font-size: 32px;
	}
}


#stacks_in_17982 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_17984 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17984 p a,
#stacks_in_17984 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17984 p a:hover,
#stacks_in_17984 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17984 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_17984 .paragraph a,
#stacks_in_17984 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_17984 .paragraph a:hover,
#stacks_in_17984 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17984 p,
#stacks_in_17984 {
	margin-bottom: 0;
	
}

#stacks_in_17984 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_17986 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17986 p a,
#stacks_in_17986 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17986 p a:hover,
#stacks_in_17986 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_17986 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_17986 .paragraph a,
#stacks_in_17986 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_17986 .paragraph a:hover,
#stacks_in_17986 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_17986 p,
#stacks_in_17986 {
	margin-bottom: 0;
	
}

#stacks_in_17986 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_17988 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_17988 .label {
	
}

#stacks_in_17988 .label {
	font-weight: 700;
	
}

#stacks_in_17988 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_17989 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_17989 .label {
	
}

#stacks_in_17989 .label {
	font-weight: 700;
	
}

#stacks_in_17989 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_17993 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_17993 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_17993 #stacks_in_17993-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_17993 .close-stacks_in_17993-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_17993 .close-stacks_in_17993-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_17993 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_17993 .close-stacks_in_17993-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17993 .close-stacks_in_17993-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_17993 .close-stacks_in_17993-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17993 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_17993 .close-stacks_in_17993-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17993 .close-stacks_in_17993-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17993 .close-stacks_in_17993-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17993 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17993 .close-stacks_in_17993-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17993 .close-stacks_in_17993-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_17993 .close-stacks_in_17993-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_17993 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_17995 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17995 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17995 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17995 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17995 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_17996 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_17996 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_17996 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_17996 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_17996 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_17997 {
      margin: 0px;
    }

    #stacks_in_17997 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_17997 {
      margin: 0px;
    }

    #stacks_in_17997 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_17997 {
      margin: 0px;
    }

    #stacks_in_17997 {
      padding: 0px;
    }


    

    
      #stacks_in_17997 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_17997 {
      margin: 0px;
    }

    #stacks_in_17997 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_17997 {
      margin: 0px;
    }

    #stacks_in_17997 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_17997 {
      margin: 0px;
    }

    #stacks_in_17997 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_17998 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_17998 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_17998 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_17998 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_17998 h1 {
		font-size: 32px;
	}
}


#stacks_in_17998 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18000 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18000 p a,
#stacks_in_18000 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18000 p a:hover,
#stacks_in_18000 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18000 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18000 .paragraph a,
#stacks_in_18000 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18000 .paragraph a:hover,
#stacks_in_18000 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18000 p,
#stacks_in_18000 {
	margin-bottom: 0;
	
}

#stacks_in_18000 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18002 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18002 p a,
#stacks_in_18002 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18002 p a:hover,
#stacks_in_18002 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18002 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18002 .paragraph a,
#stacks_in_18002 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18002 .paragraph a:hover,
#stacks_in_18002 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18002 p,
#stacks_in_18002 {
	margin-bottom: 0;
	
}

#stacks_in_18002 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18004 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18004 .label {
	
}

#stacks_in_18004 .label {
	font-weight: 700;
	
}

#stacks_in_18004 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18005 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18005 .label {
	
}

#stacks_in_18005 .label {
	font-weight: 700;
	
}

#stacks_in_18005 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18009 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18009 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18009 #stacks_in_18009-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18009 .close-stacks_in_18009-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18009 .close-stacks_in_18009-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18009 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18009 .close-stacks_in_18009-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18009 .close-stacks_in_18009-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18009 .close-stacks_in_18009-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18009 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18009 .close-stacks_in_18009-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18009 .close-stacks_in_18009-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18009 .close-stacks_in_18009-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18009 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18009 .close-stacks_in_18009-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18009 .close-stacks_in_18009-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18009 .close-stacks_in_18009-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18009 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18011 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18011 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18011 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18011 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18011 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18012 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18012 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18012 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18013 {
      margin: 0px;
    }

    #stacks_in_18013 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18013 {
      margin: 0px;
    }

    #stacks_in_18013 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18013 {
      margin: 0px;
    }

    #stacks_in_18013 {
      padding: 0px;
    }


    

    
      #stacks_in_18013 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18013 {
      margin: 0px;
    }

    #stacks_in_18013 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18013 {
      margin: 0px;
    }

    #stacks_in_18013 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18013 {
      margin: 0px;
    }

    #stacks_in_18013 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18014 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18014 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18014 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18014 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18014 h1 {
		font-size: 32px;
	}
}


#stacks_in_18014 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18016 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18016 p a,
#stacks_in_18016 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18016 p a:hover,
#stacks_in_18016 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18016 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18016 .paragraph a,
#stacks_in_18016 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18016 .paragraph a:hover,
#stacks_in_18016 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18016 p,
#stacks_in_18016 {
	margin-bottom: 0;
	
}

#stacks_in_18016 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18018 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18018 p a,
#stacks_in_18018 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18018 p a:hover,
#stacks_in_18018 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18018 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18018 .paragraph a,
#stacks_in_18018 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18018 .paragraph a:hover,
#stacks_in_18018 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18018 p,
#stacks_in_18018 {
	margin-bottom: 0;
	
}

#stacks_in_18018 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18020 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18020 .label {
	
}

#stacks_in_18020 .label {
	font-weight: 700;
	
}

#stacks_in_18020 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18021 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18021 .label {
	
}

#stacks_in_18021 .label {
	font-weight: 700;
	
}

#stacks_in_18021 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18025 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18025 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18025 #stacks_in_18025-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18025 .close-stacks_in_18025-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18025 .close-stacks_in_18025-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18025 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18025 .close-stacks_in_18025-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18025 .close-stacks_in_18025-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18025 .close-stacks_in_18025-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18025 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18025 .close-stacks_in_18025-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18025 .close-stacks_in_18025-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18025 .close-stacks_in_18025-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18025 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18025 .close-stacks_in_18025-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18025 .close-stacks_in_18025-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18025 .close-stacks_in_18025-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18025 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18027 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18027 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18027 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18027 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18027 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18028 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18028 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18028 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18029 {
      margin: 0px;
    }

    #stacks_in_18029 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18029 {
      margin: 0px;
    }

    #stacks_in_18029 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18029 {
      margin: 0px;
    }

    #stacks_in_18029 {
      padding: 0px;
    }


    

    
      #stacks_in_18029 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18029 {
      margin: 0px;
    }

    #stacks_in_18029 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18029 {
      margin: 0px;
    }

    #stacks_in_18029 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18029 {
      margin: 0px;
    }

    #stacks_in_18029 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18030 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18030 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18030 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18030 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18030 h1 {
		font-size: 32px;
	}
}


#stacks_in_18030 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18032 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18032 p a,
#stacks_in_18032 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18032 p a:hover,
#stacks_in_18032 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18032 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18032 .paragraph a,
#stacks_in_18032 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18032 .paragraph a:hover,
#stacks_in_18032 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18032 p,
#stacks_in_18032 {
	margin-bottom: 0;
	
}

#stacks_in_18032 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18034 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18034 p a,
#stacks_in_18034 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18034 p a:hover,
#stacks_in_18034 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18034 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18034 .paragraph a,
#stacks_in_18034 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18034 .paragraph a:hover,
#stacks_in_18034 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18034 p,
#stacks_in_18034 {
	margin-bottom: 0;
	
}

#stacks_in_18034 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18036 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18036 .label {
	
}

#stacks_in_18036 .label {
	font-weight: 700;
	
}

#stacks_in_18036 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18037 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18037 .label {
	
}

#stacks_in_18037 .label {
	font-weight: 700;
	
}

#stacks_in_18037 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18041 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18041 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18041 #stacks_in_18041-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18041 .close-stacks_in_18041-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18041 .close-stacks_in_18041-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18041 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18041 .close-stacks_in_18041-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18041 .close-stacks_in_18041-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18041 .close-stacks_in_18041-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18041 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18041 .close-stacks_in_18041-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18041 .close-stacks_in_18041-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18041 .close-stacks_in_18041-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18041 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18041 .close-stacks_in_18041-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18041 .close-stacks_in_18041-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18041 .close-stacks_in_18041-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18041 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18043 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18043 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18043 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18043 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18043 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18044 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18044 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18044 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18044 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18044 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18045 {
      margin: 0px;
    }

    #stacks_in_18045 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18045 {
      margin: 0px;
    }

    #stacks_in_18045 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18045 {
      margin: 0px;
    }

    #stacks_in_18045 {
      padding: 0px;
    }


    

    
      #stacks_in_18045 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18045 {
      margin: 0px;
    }

    #stacks_in_18045 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18045 {
      margin: 0px;
    }

    #stacks_in_18045 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18045 {
      margin: 0px;
    }

    #stacks_in_18045 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18046 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18046 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18046 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18046 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18046 h1 {
		font-size: 32px;
	}
}


#stacks_in_18046 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18048 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18048 p a,
#stacks_in_18048 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18048 p a:hover,
#stacks_in_18048 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18048 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18048 .paragraph a,
#stacks_in_18048 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18048 .paragraph a:hover,
#stacks_in_18048 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18048 p,
#stacks_in_18048 {
	margin-bottom: 0;
	
}

#stacks_in_18048 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18050 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18050 p a,
#stacks_in_18050 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18050 p a:hover,
#stacks_in_18050 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18050 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18050 .paragraph a,
#stacks_in_18050 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18050 .paragraph a:hover,
#stacks_in_18050 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18050 p,
#stacks_in_18050 {
	margin-bottom: 0;
	
}

#stacks_in_18050 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18052 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18052 .label {
	
}

#stacks_in_18052 .label {
	font-weight: 700;
	
}

#stacks_in_18052 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18053 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18053 .label {
	
}

#stacks_in_18053 .label {
	font-weight: 700;
	
}

#stacks_in_18053 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18057 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18057 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18057 #stacks_in_18057-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18057 .close-stacks_in_18057-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18057 .close-stacks_in_18057-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18057 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18057 .close-stacks_in_18057-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18057 .close-stacks_in_18057-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18057 .close-stacks_in_18057-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18057 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18057 .close-stacks_in_18057-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18057 .close-stacks_in_18057-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18057 .close-stacks_in_18057-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18057 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18057 .close-stacks_in_18057-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18057 .close-stacks_in_18057-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18057 .close-stacks_in_18057-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18057 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18059 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18059 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18059 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18059 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18059 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18060 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18060 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18060 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18060 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18060 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18061 {
      margin: 0px;
    }

    #stacks_in_18061 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18061 {
      margin: 0px;
    }

    #stacks_in_18061 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18061 {
      margin: 0px;
    }

    #stacks_in_18061 {
      padding: 0px;
    }


    

    
      #stacks_in_18061 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18061 {
      margin: 0px;
    }

    #stacks_in_18061 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18061 {
      margin: 0px;
    }

    #stacks_in_18061 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18061 {
      margin: 0px;
    }

    #stacks_in_18061 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18062 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18062 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18062 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18062 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18062 h1 {
		font-size: 32px;
	}
}


#stacks_in_18062 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18064 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18064 p a,
#stacks_in_18064 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18064 p a:hover,
#stacks_in_18064 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18064 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18064 .paragraph a,
#stacks_in_18064 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18064 .paragraph a:hover,
#stacks_in_18064 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18064 p,
#stacks_in_18064 {
	margin-bottom: 0;
	
}

#stacks_in_18064 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18066 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18066 p a,
#stacks_in_18066 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18066 p a:hover,
#stacks_in_18066 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18066 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18066 .paragraph a,
#stacks_in_18066 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18066 .paragraph a:hover,
#stacks_in_18066 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18066 p,
#stacks_in_18066 {
	margin-bottom: 0;
	
}

#stacks_in_18066 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18068 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18068 .label {
	
}

#stacks_in_18068 .label {
	font-weight: 700;
	
}

#stacks_in_18068 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18069 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18069 .label {
	
}

#stacks_in_18069 .label {
	font-weight: 700;
	
}

#stacks_in_18069 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16538 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_16538 .anchor {
	font-size: 24px;
	line-height: 24px;
}





#stacks_in_18072 > .positioner_wrapper {
}

#stacks_in_18072 > .positioner_wrapper > .positioner {
	position: absolute;
	

	

	
	bottom: 0;
	margin-bottom: -16px;
	
	
	
	left: 50%;
	margin-left: -16px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}
/*Adam*/
#stacks_in_18072 > .positioner_wrapper > .positioner > a,
#stacks_in_18072 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_18072 > .positioner_wrapper > .positioner > span {
	
	background: rgba(75, 165, 160, 1.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1.00);
	
	font-size: 16px;
	display: block;
	padding: 0px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_18072 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_18072 > .positioner_wrapper > .positioner > a:active,
#stacks_in_18072 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(75, 165, 160, 1.00);
	
}

#stacks_in_18072 > .positioner_wrapper > .positioner > a > i,
#stacks_in_18072 > .positioner_wrapper > .positioner > span > i {
	line-height: 32px;
}


/* Option for removing base margin */



#stacks_in_18073 h1 {
	font-weight: 700;
	font-style: normal;

	
	text-transform: none;

	
}

#stacks_in_18073 h1 small {
	font-weight: 700;
}

#stacks_in_18073 a,
#stacks_in_18073 a:visited,
#stacks_in_18073 a:hover,
#stacks_in_18073 a:active {
	text-decoration: none;
}





















#stacks_in_18073 h1 {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 1.00);
}



	#stacks_in_18073 h1,
	#stacks_in_18073 a,
	#stacks_in_18073 a:visited  {
		color: rgba(255, 255, 255, 1.00);
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_18073 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_18073 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18073 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18073 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_18073 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_18073 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_18073 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18073 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18073 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_18073 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18073 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_18073 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18073 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18073 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_18073 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_18073 .inline_badge_right {
	position: relative;
}


#stacks_in_18073 small,
#stacks_in_18073 h1 small {
	
}

#stacks_in_18073 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 2px 0px 2px 0px;
	padding: 20px 0px 20px 0px;
}

#stacks_in_18075 {
	font-size: 90%;
}


#stacks_out_18077 {
	width: 80%;
}





#stacks_in_18081 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18081 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18081 #stacks_in_18081-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18081 .close-stacks_in_18081-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18081 .close-stacks_in_18081-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18081 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18081 .close-stacks_in_18081-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18081 .close-stacks_in_18081-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18081 .close-stacks_in_18081-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18081 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18081 .close-stacks_in_18081-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18081 .close-stacks_in_18081-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18081 .close-stacks_in_18081-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18081 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18081 .close-stacks_in_18081-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18081 .close-stacks_in_18081-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18081 .close-stacks_in_18081-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18081 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18083 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18083 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18083 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18084 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18084 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18084 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18084 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18084 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18085 {
      margin: 0px;
    }

    #stacks_in_18085 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18085 {
      margin: 0px;
    }

    #stacks_in_18085 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18085 {
      margin: 0px;
    }

    #stacks_in_18085 {
      padding: 0px;
    }


    

    
      #stacks_in_18085 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18085 {
      margin: 0px;
    }

    #stacks_in_18085 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18085 {
      margin: 0px;
    }

    #stacks_in_18085 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18085 {
      margin: 0px;
    }

    #stacks_in_18085 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18086 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18086 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18086 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18086 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18086 h1 {
		font-size: 32px;
	}
}


#stacks_in_18086 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18088 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18088 p a,
#stacks_in_18088 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18088 p a:hover,
#stacks_in_18088 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18088 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18088 .paragraph a,
#stacks_in_18088 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18088 .paragraph a:hover,
#stacks_in_18088 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18088 p,
#stacks_in_18088 {
	margin-bottom: 0;
	
}

#stacks_in_18088 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18090 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18090 p a,
#stacks_in_18090 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18090 p a:hover,
#stacks_in_18090 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18090 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18090 .paragraph a,
#stacks_in_18090 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18090 .paragraph a:hover,
#stacks_in_18090 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18090 p,
#stacks_in_18090 {
	margin-bottom: 0;
	
}

#stacks_in_18090 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18092 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18092 .label {
	
}

#stacks_in_18092 .label {
	font-weight: 700;
	
}

#stacks_in_18092 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18093 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18093 .label {
	
}

#stacks_in_18093 .label {
	font-weight: 700;
	
}

#stacks_in_18093 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18097 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18097 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18097 #stacks_in_18097-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18097 .close-stacks_in_18097-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18097 .close-stacks_in_18097-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18097 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18097 .close-stacks_in_18097-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18097 .close-stacks_in_18097-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18097 .close-stacks_in_18097-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18097 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18097 .close-stacks_in_18097-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18097 .close-stacks_in_18097-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18097 .close-stacks_in_18097-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18097 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18097 .close-stacks_in_18097-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18097 .close-stacks_in_18097-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18097 .close-stacks_in_18097-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18097 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18099 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18099 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18099 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18099 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18099 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18100 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18100 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18100 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18101 {
      margin: 0px;
    }

    #stacks_in_18101 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18101 {
      margin: 0px;
    }

    #stacks_in_18101 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18101 {
      margin: 0px;
    }

    #stacks_in_18101 {
      padding: 0px;
    }


    

    
      #stacks_in_18101 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18101 {
      margin: 0px;
    }

    #stacks_in_18101 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18101 {
      margin: 0px;
    }

    #stacks_in_18101 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18101 {
      margin: 0px;
    }

    #stacks_in_18101 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18102 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18102 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18102 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18102 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18102 h1 {
		font-size: 32px;
	}
}


#stacks_in_18102 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18104 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18104 p a,
#stacks_in_18104 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18104 p a:hover,
#stacks_in_18104 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18104 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18104 .paragraph a,
#stacks_in_18104 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18104 .paragraph a:hover,
#stacks_in_18104 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18104 p,
#stacks_in_18104 {
	margin-bottom: 0;
	
}

#stacks_in_18104 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18106 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18106 p a,
#stacks_in_18106 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18106 p a:hover,
#stacks_in_18106 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18106 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18106 .paragraph a,
#stacks_in_18106 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18106 .paragraph a:hover,
#stacks_in_18106 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18106 p,
#stacks_in_18106 {
	margin-bottom: 0;
	
}

#stacks_in_18106 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18108 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18108 .label {
	
}

#stacks_in_18108 .label {
	font-weight: 700;
	
}

#stacks_in_18108 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18109 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18109 .label {
	
}

#stacks_in_18109 .label {
	font-weight: 700;
	
}

#stacks_in_18109 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18113 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18113 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18113 #stacks_in_18113-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18113 .close-stacks_in_18113-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18113 .close-stacks_in_18113-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18113 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18113 .close-stacks_in_18113-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18113 .close-stacks_in_18113-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18113 .close-stacks_in_18113-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18113 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18113 .close-stacks_in_18113-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18113 .close-stacks_in_18113-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18113 .close-stacks_in_18113-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18113 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18113 .close-stacks_in_18113-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18113 .close-stacks_in_18113-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18113 .close-stacks_in_18113-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18113 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18115 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18115 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18115 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18115 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18115 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18116 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18116 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18116 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18116 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18116 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18117 {
      margin: 0px;
    }

    #stacks_in_18117 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18117 {
      margin: 0px;
    }

    #stacks_in_18117 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18117 {
      margin: 0px;
    }

    #stacks_in_18117 {
      padding: 0px;
    }


    

    
      #stacks_in_18117 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18117 {
      margin: 0px;
    }

    #stacks_in_18117 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18117 {
      margin: 0px;
    }

    #stacks_in_18117 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18117 {
      margin: 0px;
    }

    #stacks_in_18117 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18118 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18118 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18118 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18118 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18118 h1 {
		font-size: 32px;
	}
}


#stacks_in_18118 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18120 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18120 p a,
#stacks_in_18120 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18120 p a:hover,
#stacks_in_18120 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18120 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18120 .paragraph a,
#stacks_in_18120 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18120 .paragraph a:hover,
#stacks_in_18120 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18120 p,
#stacks_in_18120 {
	margin-bottom: 0;
	
}

#stacks_in_18120 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18122 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18122 p a,
#stacks_in_18122 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18122 p a:hover,
#stacks_in_18122 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18122 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18122 .paragraph a,
#stacks_in_18122 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18122 .paragraph a:hover,
#stacks_in_18122 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18122 p,
#stacks_in_18122 {
	margin-bottom: 0;
	
}

#stacks_in_18122 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18124 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18124 .label {
	
}

#stacks_in_18124 .label {
	font-weight: 700;
	
}

#stacks_in_18124 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18125 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18125 .label {
	
}

#stacks_in_18125 .label {
	font-weight: 700;
	
}

#stacks_in_18125 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18129 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18129 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18129 #stacks_in_18129-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18129 .close-stacks_in_18129-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18129 .close-stacks_in_18129-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18129 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18129 .close-stacks_in_18129-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18129 .close-stacks_in_18129-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18129 .close-stacks_in_18129-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18129 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18129 .close-stacks_in_18129-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18129 .close-stacks_in_18129-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18129 .close-stacks_in_18129-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18129 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18129 .close-stacks_in_18129-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18129 .close-stacks_in_18129-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18129 .close-stacks_in_18129-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18129 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18131 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18131 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18131 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18131 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18131 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18132 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18132 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18132 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18133 {
      margin: 0px;
    }

    #stacks_in_18133 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18133 {
      margin: 0px;
    }

    #stacks_in_18133 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18133 {
      margin: 0px;
    }

    #stacks_in_18133 {
      padding: 0px;
    }


    

    
      #stacks_in_18133 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18133 {
      margin: 0px;
    }

    #stacks_in_18133 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18133 {
      margin: 0px;
    }

    #stacks_in_18133 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18133 {
      margin: 0px;
    }

    #stacks_in_18133 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18134 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18134 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18134 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18134 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18134 h1 {
		font-size: 32px;
	}
}


#stacks_in_18134 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18136 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18136 p a,
#stacks_in_18136 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18136 p a:hover,
#stacks_in_18136 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18136 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18136 .paragraph a,
#stacks_in_18136 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18136 .paragraph a:hover,
#stacks_in_18136 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18136 p,
#stacks_in_18136 {
	margin-bottom: 0;
	
}

#stacks_in_18136 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18138 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18138 p a,
#stacks_in_18138 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18138 p a:hover,
#stacks_in_18138 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18138 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18138 .paragraph a,
#stacks_in_18138 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18138 .paragraph a:hover,
#stacks_in_18138 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18138 p,
#stacks_in_18138 {
	margin-bottom: 0;
	
}

#stacks_in_18138 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18140 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18140 .label {
	
}

#stacks_in_18140 .label {
	font-weight: 700;
	
}

#stacks_in_18140 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18141 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18141 .label {
	
}

#stacks_in_18141 .label {
	font-weight: 700;
	
}

#stacks_in_18141 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18145 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18145 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18145 #stacks_in_18145-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18145 .close-stacks_in_18145-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18145 .close-stacks_in_18145-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18145 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18145 .close-stacks_in_18145-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18145 .close-stacks_in_18145-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18145 .close-stacks_in_18145-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18145 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18145 .close-stacks_in_18145-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18145 .close-stacks_in_18145-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18145 .close-stacks_in_18145-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18145 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18145 .close-stacks_in_18145-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18145 .close-stacks_in_18145-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18145 .close-stacks_in_18145-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18145 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18147 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18147 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18147 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18147 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18147 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18148 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18148 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18148 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18148 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18148 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18149 {
      margin: 0px;
    }

    #stacks_in_18149 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18149 {
      margin: 0px;
    }

    #stacks_in_18149 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18149 {
      margin: 0px;
    }

    #stacks_in_18149 {
      padding: 0px;
    }


    

    
      #stacks_in_18149 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18149 {
      margin: 0px;
    }

    #stacks_in_18149 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18149 {
      margin: 0px;
    }

    #stacks_in_18149 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18149 {
      margin: 0px;
    }

    #stacks_in_18149 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18150 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18150 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18150 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18150 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18150 h1 {
		font-size: 32px;
	}
}


#stacks_in_18150 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18152 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18152 p a,
#stacks_in_18152 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18152 p a:hover,
#stacks_in_18152 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18152 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18152 .paragraph a,
#stacks_in_18152 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18152 .paragraph a:hover,
#stacks_in_18152 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18152 p,
#stacks_in_18152 {
	margin-bottom: 0;
	
}

#stacks_in_18152 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18154 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18154 p a,
#stacks_in_18154 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18154 p a:hover,
#stacks_in_18154 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18154 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18154 .paragraph a,
#stacks_in_18154 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18154 .paragraph a:hover,
#stacks_in_18154 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18154 p,
#stacks_in_18154 {
	margin-bottom: 0;
	
}

#stacks_in_18154 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18156 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18156 .label {
	
}

#stacks_in_18156 .label {
	font-weight: 700;
	
}

#stacks_in_18156 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18157 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18157 .label {
	
}

#stacks_in_18157 .label {
	font-weight: 700;
	
}

#stacks_in_18157 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18161 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18161 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18161 #stacks_in_18161-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18161 .close-stacks_in_18161-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18161 .close-stacks_in_18161-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18161 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18161 .close-stacks_in_18161-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18161 .close-stacks_in_18161-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18161 .close-stacks_in_18161-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18161 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18161 .close-stacks_in_18161-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18161 .close-stacks_in_18161-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18161 .close-stacks_in_18161-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18161 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18161 .close-stacks_in_18161-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18161 .close-stacks_in_18161-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18161 .close-stacks_in_18161-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18161 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18163 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18163 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18163 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18163 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18163 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18164 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18164 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18164 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18164 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18164 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18165 {
      margin: 0px;
    }

    #stacks_in_18165 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18165 {
      margin: 0px;
    }

    #stacks_in_18165 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18165 {
      margin: 0px;
    }

    #stacks_in_18165 {
      padding: 0px;
    }


    

    
      #stacks_in_18165 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18165 {
      margin: 0px;
    }

    #stacks_in_18165 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18165 {
      margin: 0px;
    }

    #stacks_in_18165 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18165 {
      margin: 0px;
    }

    #stacks_in_18165 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18166 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18166 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18166 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18166 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18166 h1 {
		font-size: 32px;
	}
}


#stacks_in_18166 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18168 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18168 p a,
#stacks_in_18168 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18168 p a:hover,
#stacks_in_18168 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18168 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18168 .paragraph a,
#stacks_in_18168 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18168 .paragraph a:hover,
#stacks_in_18168 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18168 p,
#stacks_in_18168 {
	margin-bottom: 0;
	
}

#stacks_in_18168 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18170 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18170 p a,
#stacks_in_18170 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18170 p a:hover,
#stacks_in_18170 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18170 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18170 .paragraph a,
#stacks_in_18170 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18170 .paragraph a:hover,
#stacks_in_18170 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18170 p,
#stacks_in_18170 {
	margin-bottom: 0;
	
}

#stacks_in_18170 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18172 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18172 .label {
	
}

#stacks_in_18172 .label {
	font-weight: 700;
	
}

#stacks_in_18172 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18173 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18173 .label {
	
}

#stacks_in_18173 .label {
	font-weight: 700;
	
}

#stacks_in_18173 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18177 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18177 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18177 #stacks_in_18177-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18177 .close-stacks_in_18177-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18177 .close-stacks_in_18177-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18177 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18177 .close-stacks_in_18177-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18177 .close-stacks_in_18177-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18177 .close-stacks_in_18177-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18177 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18177 .close-stacks_in_18177-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18177 .close-stacks_in_18177-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18177 .close-stacks_in_18177-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18177 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18177 .close-stacks_in_18177-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18177 .close-stacks_in_18177-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18177 .close-stacks_in_18177-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18177 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18179 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18179 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18179 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18179 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18179 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18180 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18180 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18180 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18181 {
      margin: 0px;
    }

    #stacks_in_18181 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18181 {
      margin: 0px;
    }

    #stacks_in_18181 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18181 {
      margin: 0px;
    }

    #stacks_in_18181 {
      padding: 0px;
    }


    

    
      #stacks_in_18181 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18181 {
      margin: 0px;
    }

    #stacks_in_18181 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18181 {
      margin: 0px;
    }

    #stacks_in_18181 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18181 {
      margin: 0px;
    }

    #stacks_in_18181 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18182 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18182 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18182 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18182 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18182 h1 {
		font-size: 32px;
	}
}


#stacks_in_18182 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18184 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18184 p a,
#stacks_in_18184 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18184 p a:hover,
#stacks_in_18184 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18184 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18184 .paragraph a,
#stacks_in_18184 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18184 .paragraph a:hover,
#stacks_in_18184 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18184 p,
#stacks_in_18184 {
	margin-bottom: 0;
	
}

#stacks_in_18184 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18186 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18186 p a,
#stacks_in_18186 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18186 p a:hover,
#stacks_in_18186 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18186 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18186 .paragraph a,
#stacks_in_18186 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18186 .paragraph a:hover,
#stacks_in_18186 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18186 p,
#stacks_in_18186 {
	margin-bottom: 0;
	
}

#stacks_in_18186 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18188 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18188 .label {
	
}

#stacks_in_18188 .label {
	font-weight: 700;
	
}

#stacks_in_18188 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18189 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18189 .label {
	
}

#stacks_in_18189 .label {
	font-weight: 700;
	
}

#stacks_in_18189 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18193 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18193 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18193 #stacks_in_18193-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18193 .close-stacks_in_18193-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18193 .close-stacks_in_18193-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18193 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18193 .close-stacks_in_18193-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18193 .close-stacks_in_18193-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18193 .close-stacks_in_18193-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18193 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18193 .close-stacks_in_18193-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18193 .close-stacks_in_18193-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18193 .close-stacks_in_18193-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18193 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18193 .close-stacks_in_18193-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18193 .close-stacks_in_18193-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18193 .close-stacks_in_18193-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18193 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18195 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18195 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18195 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18195 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18195 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18196 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18196 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18196 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18196 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18196 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18197 {
      margin: 0px;
    }

    #stacks_in_18197 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18197 {
      margin: 0px;
    }

    #stacks_in_18197 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18197 {
      margin: 0px;
    }

    #stacks_in_18197 {
      padding: 0px;
    }


    

    
      #stacks_in_18197 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18197 {
      margin: 0px;
    }

    #stacks_in_18197 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18197 {
      margin: 0px;
    }

    #stacks_in_18197 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18197 {
      margin: 0px;
    }

    #stacks_in_18197 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18198 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18198 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18198 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18198 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18198 h1 {
		font-size: 32px;
	}
}


#stacks_in_18198 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18200 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18200 p a,
#stacks_in_18200 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18200 p a:hover,
#stacks_in_18200 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18200 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18200 .paragraph a,
#stacks_in_18200 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18200 .paragraph a:hover,
#stacks_in_18200 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18200 p,
#stacks_in_18200 {
	margin-bottom: 0;
	
}

#stacks_in_18200 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18202 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18202 p a,
#stacks_in_18202 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18202 p a:hover,
#stacks_in_18202 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18202 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18202 .paragraph a,
#stacks_in_18202 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18202 .paragraph a:hover,
#stacks_in_18202 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18202 p,
#stacks_in_18202 {
	margin-bottom: 0;
	
}

#stacks_in_18202 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18204 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18204 .label {
	
}

#stacks_in_18204 .label {
	font-weight: 700;
	
}

#stacks_in_18204 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18205 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18205 .label {
	
}

#stacks_in_18205 .label {
	font-weight: 700;
	
}

#stacks_in_18205 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18209 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18209 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18209 #stacks_in_18209-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18209 .close-stacks_in_18209-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18209 .close-stacks_in_18209-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18209 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18209 .close-stacks_in_18209-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18209 .close-stacks_in_18209-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18209 .close-stacks_in_18209-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18209 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18209 .close-stacks_in_18209-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18209 .close-stacks_in_18209-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18209 .close-stacks_in_18209-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18209 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18209 .close-stacks_in_18209-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18209 .close-stacks_in_18209-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18209 .close-stacks_in_18209-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18209 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18211 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18211 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18211 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18211 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18211 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18212 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18212 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18212 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18212 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18212 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18213 {
      margin: 0px;
    }

    #stacks_in_18213 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18213 {
      margin: 0px;
    }

    #stacks_in_18213 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18213 {
      margin: 0px;
    }

    #stacks_in_18213 {
      padding: 0px;
    }


    

    
      #stacks_in_18213 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18213 {
      margin: 0px;
    }

    #stacks_in_18213 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18213 {
      margin: 0px;
    }

    #stacks_in_18213 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18213 {
      margin: 0px;
    }

    #stacks_in_18213 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18214 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18214 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18214 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18214 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18214 h1 {
		font-size: 32px;
	}
}


#stacks_in_18214 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18216 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18216 p a,
#stacks_in_18216 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18216 p a:hover,
#stacks_in_18216 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18216 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18216 .paragraph a,
#stacks_in_18216 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18216 .paragraph a:hover,
#stacks_in_18216 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18216 p,
#stacks_in_18216 {
	margin-bottom: 0;
	
}

#stacks_in_18216 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18218 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18218 p a,
#stacks_in_18218 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18218 p a:hover,
#stacks_in_18218 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18218 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18218 .paragraph a,
#stacks_in_18218 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18218 .paragraph a:hover,
#stacks_in_18218 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18218 p,
#stacks_in_18218 {
	margin-bottom: 0;
	
}

#stacks_in_18218 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18220 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18220 .label {
	
}

#stacks_in_18220 .label {
	font-weight: 700;
	
}

#stacks_in_18220 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18221 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18221 .label {
	
}

#stacks_in_18221 .label {
	font-weight: 700;
	
}

#stacks_in_18221 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18225 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18225 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18225 #stacks_in_18225-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18225 .close-stacks_in_18225-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18225 .close-stacks_in_18225-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18225 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18225 .close-stacks_in_18225-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18225 .close-stacks_in_18225-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18225 .close-stacks_in_18225-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18225 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18225 .close-stacks_in_18225-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18225 .close-stacks_in_18225-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18225 .close-stacks_in_18225-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18225 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18225 .close-stacks_in_18225-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18225 .close-stacks_in_18225-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18225 .close-stacks_in_18225-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18225 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18227 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18227 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18227 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18227 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18227 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18228 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18228 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18228 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18229 {
      margin: 0px;
    }

    #stacks_in_18229 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18229 {
      margin: 0px;
    }

    #stacks_in_18229 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18229 {
      margin: 0px;
    }

    #stacks_in_18229 {
      padding: 0px;
    }


    

    
      #stacks_in_18229 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18229 {
      margin: 0px;
    }

    #stacks_in_18229 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18229 {
      margin: 0px;
    }

    #stacks_in_18229 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18229 {
      margin: 0px;
    }

    #stacks_in_18229 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18230 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18230 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18230 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18230 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18230 h1 {
		font-size: 32px;
	}
}


#stacks_in_18230 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18232 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18232 p a,
#stacks_in_18232 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18232 p a:hover,
#stacks_in_18232 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18232 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18232 .paragraph a,
#stacks_in_18232 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18232 .paragraph a:hover,
#stacks_in_18232 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18232 p,
#stacks_in_18232 {
	margin-bottom: 0;
	
}

#stacks_in_18232 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18234 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18234 p a,
#stacks_in_18234 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18234 p a:hover,
#stacks_in_18234 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18234 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18234 .paragraph a,
#stacks_in_18234 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18234 .paragraph a:hover,
#stacks_in_18234 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18234 p,
#stacks_in_18234 {
	margin-bottom: 0;
	
}

#stacks_in_18234 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18236 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18236 .label {
	
}

#stacks_in_18236 .label {
	font-weight: 700;
	
}

#stacks_in_18236 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18237 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18237 .label {
	
}

#stacks_in_18237 .label {
	font-weight: 700;
	
}

#stacks_in_18237 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18241 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18241 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18241 #stacks_in_18241-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18241 .close-stacks_in_18241-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18241 .close-stacks_in_18241-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18241 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18241 .close-stacks_in_18241-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18241 .close-stacks_in_18241-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18241 .close-stacks_in_18241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18241 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18241 .close-stacks_in_18241-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18241 .close-stacks_in_18241-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18241 .close-stacks_in_18241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18241 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18241 .close-stacks_in_18241-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18241 .close-stacks_in_18241-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18241 .close-stacks_in_18241-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18241 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18243 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18243 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18243 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18244 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18244 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18244 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18245 {
      margin: 0px;
    }

    #stacks_in_18245 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18245 {
      margin: 0px;
    }

    #stacks_in_18245 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18245 {
      margin: 0px;
    }

    #stacks_in_18245 {
      padding: 0px;
    }


    

    
      #stacks_in_18245 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18245 {
      margin: 0px;
    }

    #stacks_in_18245 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18245 {
      margin: 0px;
    }

    #stacks_in_18245 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18245 {
      margin: 0px;
    }

    #stacks_in_18245 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18246 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18246 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18246 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18246 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18246 h1 {
		font-size: 32px;
	}
}


#stacks_in_18246 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18248 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18248 p a,
#stacks_in_18248 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18248 p a:hover,
#stacks_in_18248 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18248 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18248 .paragraph a,
#stacks_in_18248 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18248 .paragraph a:hover,
#stacks_in_18248 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18248 p,
#stacks_in_18248 {
	margin-bottom: 0;
	
}

#stacks_in_18248 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18250 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18250 p a,
#stacks_in_18250 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18250 p a:hover,
#stacks_in_18250 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18250 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18250 .paragraph a,
#stacks_in_18250 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18250 .paragraph a:hover,
#stacks_in_18250 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18250 p,
#stacks_in_18250 {
	margin-bottom: 0;
	
}

#stacks_in_18250 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18252 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18252 .label {
	
}

#stacks_in_18252 .label {
	font-weight: 700;
	
}

#stacks_in_18252 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18253 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18253 .label {
	
}

#stacks_in_18253 .label {
	font-weight: 700;
	
}

#stacks_in_18253 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18257 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18257 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18257 #stacks_in_18257-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18257 .close-stacks_in_18257-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18257 .close-stacks_in_18257-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18257 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18257 .close-stacks_in_18257-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18257 .close-stacks_in_18257-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18257 .close-stacks_in_18257-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18257 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18257 .close-stacks_in_18257-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18257 .close-stacks_in_18257-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18257 .close-stacks_in_18257-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18257 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18257 .close-stacks_in_18257-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18257 .close-stacks_in_18257-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18257 .close-stacks_in_18257-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18257 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18259 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18259 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18259 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18259 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18259 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18260 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18260 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18260 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18260 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18260 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18261 {
      margin: 0px;
    }

    #stacks_in_18261 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18261 {
      margin: 0px;
    }

    #stacks_in_18261 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18261 {
      margin: 0px;
    }

    #stacks_in_18261 {
      padding: 0px;
    }


    

    
      #stacks_in_18261 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18261 {
      margin: 0px;
    }

    #stacks_in_18261 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18261 {
      margin: 0px;
    }

    #stacks_in_18261 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18261 {
      margin: 0px;
    }

    #stacks_in_18261 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18262 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18262 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18262 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18262 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18262 h1 {
		font-size: 32px;
	}
}


#stacks_in_18262 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18264 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18264 p a,
#stacks_in_18264 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18264 p a:hover,
#stacks_in_18264 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18264 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18264 .paragraph a,
#stacks_in_18264 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18264 .paragraph a:hover,
#stacks_in_18264 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18264 p,
#stacks_in_18264 {
	margin-bottom: 0;
	
}

#stacks_in_18264 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18266 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18266 p a,
#stacks_in_18266 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18266 p a:hover,
#stacks_in_18266 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18266 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18266 .paragraph a,
#stacks_in_18266 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18266 .paragraph a:hover,
#stacks_in_18266 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18266 p,
#stacks_in_18266 {
	margin-bottom: 0;
	
}

#stacks_in_18266 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18268 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18268 .label {
	
}

#stacks_in_18268 .label {
	font-weight: 700;
	
}

#stacks_in_18268 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18269 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18269 .label {
	
}

#stacks_in_18269 .label {
	font-weight: 700;
	
}

#stacks_in_18269 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18273 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18273 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18273 #stacks_in_18273-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18273 .close-stacks_in_18273-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18273 .close-stacks_in_18273-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18273 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18273 .close-stacks_in_18273-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18273 .close-stacks_in_18273-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18273 .close-stacks_in_18273-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18273 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18273 .close-stacks_in_18273-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18273 .close-stacks_in_18273-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18273 .close-stacks_in_18273-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18273 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18273 .close-stacks_in_18273-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18273 .close-stacks_in_18273-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18273 .close-stacks_in_18273-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18273 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18275 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18275 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18275 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18275 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18275 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18276 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18276 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18276 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18276 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18276 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18277 {
      margin: 0px;
    }

    #stacks_in_18277 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18277 {
      margin: 0px;
    }

    #stacks_in_18277 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18277 {
      margin: 0px;
    }

    #stacks_in_18277 {
      padding: 0px;
    }


    

    
      #stacks_in_18277 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18277 {
      margin: 0px;
    }

    #stacks_in_18277 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18277 {
      margin: 0px;
    }

    #stacks_in_18277 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18277 {
      margin: 0px;
    }

    #stacks_in_18277 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18278 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18278 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18278 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18278 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18278 h1 {
		font-size: 32px;
	}
}


#stacks_in_18278 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18280 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18280 p a,
#stacks_in_18280 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18280 p a:hover,
#stacks_in_18280 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18280 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18280 .paragraph a,
#stacks_in_18280 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18280 .paragraph a:hover,
#stacks_in_18280 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18280 p,
#stacks_in_18280 {
	margin-bottom: 0;
	
}

#stacks_in_18280 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18282 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18282 p a,
#stacks_in_18282 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18282 p a:hover,
#stacks_in_18282 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18282 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18282 .paragraph a,
#stacks_in_18282 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18282 .paragraph a:hover,
#stacks_in_18282 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18282 p,
#stacks_in_18282 {
	margin-bottom: 0;
	
}

#stacks_in_18282 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18284 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18284 .label {
	
}

#stacks_in_18284 .label {
	font-weight: 700;
	
}

#stacks_in_18284 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18285 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18285 .label {
	
}

#stacks_in_18285 .label {
	font-weight: 700;
	
}

#stacks_in_18285 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18289 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18289 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18289 #stacks_in_18289-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18289 .close-stacks_in_18289-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18289 .close-stacks_in_18289-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18289 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18289 .close-stacks_in_18289-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18289 .close-stacks_in_18289-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18289 .close-stacks_in_18289-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18289 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18289 .close-stacks_in_18289-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18289 .close-stacks_in_18289-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18289 .close-stacks_in_18289-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18289 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18289 .close-stacks_in_18289-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18289 .close-stacks_in_18289-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18289 .close-stacks_in_18289-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18289 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18291 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18291 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18291 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18291 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18291 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18292 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18292 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18292 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18292 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18292 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18293 {
      margin: 0px;
    }

    #stacks_in_18293 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18293 {
      margin: 0px;
    }

    #stacks_in_18293 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18293 {
      margin: 0px;
    }

    #stacks_in_18293 {
      padding: 0px;
    }


    

    
      #stacks_in_18293 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18293 {
      margin: 0px;
    }

    #stacks_in_18293 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18293 {
      margin: 0px;
    }

    #stacks_in_18293 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18293 {
      margin: 0px;
    }

    #stacks_in_18293 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18294 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18294 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18294 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18294 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18294 h1 {
		font-size: 32px;
	}
}


#stacks_in_18294 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18296 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18296 p a,
#stacks_in_18296 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18296 p a:hover,
#stacks_in_18296 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18296 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18296 .paragraph a,
#stacks_in_18296 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18296 .paragraph a:hover,
#stacks_in_18296 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18296 p,
#stacks_in_18296 {
	margin-bottom: 0;
	
}

#stacks_in_18296 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18298 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18298 p a,
#stacks_in_18298 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18298 p a:hover,
#stacks_in_18298 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18298 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18298 .paragraph a,
#stacks_in_18298 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18298 .paragraph a:hover,
#stacks_in_18298 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18298 p,
#stacks_in_18298 {
	margin-bottom: 0;
	
}

#stacks_in_18298 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18300 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18300 .label {
	
}

#stacks_in_18300 .label {
	font-weight: 700;
	
}

#stacks_in_18300 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18301 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18301 .label {
	
}

#stacks_in_18301 .label {
	font-weight: 700;
	
}

#stacks_in_18301 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18305 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18305 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18305 #stacks_in_18305-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18305 .close-stacks_in_18305-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18305 .close-stacks_in_18305-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18305 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18305 .close-stacks_in_18305-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18305 .close-stacks_in_18305-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18305 .close-stacks_in_18305-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18305 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18305 .close-stacks_in_18305-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18305 .close-stacks_in_18305-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18305 .close-stacks_in_18305-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18305 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18305 .close-stacks_in_18305-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18305 .close-stacks_in_18305-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18305 .close-stacks_in_18305-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18305 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18307 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18307 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18307 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18307 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18307 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18308 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18308 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18308 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18308 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18308 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18309 {
      margin: 0px;
    }

    #stacks_in_18309 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18309 {
      margin: 0px;
    }

    #stacks_in_18309 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18309 {
      margin: 0px;
    }

    #stacks_in_18309 {
      padding: 0px;
    }


    

    
      #stacks_in_18309 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18309 {
      margin: 0px;
    }

    #stacks_in_18309 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18309 {
      margin: 0px;
    }

    #stacks_in_18309 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18309 {
      margin: 0px;
    }

    #stacks_in_18309 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18310 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18310 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18310 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18310 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18310 h1 {
		font-size: 32px;
	}
}


#stacks_in_18310 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18312 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18312 p a,
#stacks_in_18312 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18312 p a:hover,
#stacks_in_18312 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18312 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18312 .paragraph a,
#stacks_in_18312 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18312 .paragraph a:hover,
#stacks_in_18312 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18312 p,
#stacks_in_18312 {
	margin-bottom: 0;
	
}

#stacks_in_18312 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18314 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18314 p a,
#stacks_in_18314 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18314 p a:hover,
#stacks_in_18314 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18314 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18314 .paragraph a,
#stacks_in_18314 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18314 .paragraph a:hover,
#stacks_in_18314 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18314 p,
#stacks_in_18314 {
	margin-bottom: 0;
	
}

#stacks_in_18314 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18316 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18316 .label {
	
}

#stacks_in_18316 .label {
	font-weight: 700;
	
}

#stacks_in_18316 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18317 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18317 .label {
	
}

#stacks_in_18317 .label {
	font-weight: 700;
	
}

#stacks_in_18317 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18321 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18321 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18321 #stacks_in_18321-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18321 .close-stacks_in_18321-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18321 .close-stacks_in_18321-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18321 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18321 .close-stacks_in_18321-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18321 .close-stacks_in_18321-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18321 .close-stacks_in_18321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18321 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18321 .close-stacks_in_18321-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18321 .close-stacks_in_18321-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18321 .close-stacks_in_18321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18321 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18321 .close-stacks_in_18321-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18321 .close-stacks_in_18321-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18321 .close-stacks_in_18321-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18321 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18323 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18323 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18323 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18324 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18324 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18324 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18325 {
      margin: 0px;
    }

    #stacks_in_18325 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18325 {
      margin: 0px;
    }

    #stacks_in_18325 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18325 {
      margin: 0px;
    }

    #stacks_in_18325 {
      padding: 0px;
    }


    

    
      #stacks_in_18325 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18325 {
      margin: 0px;
    }

    #stacks_in_18325 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18325 {
      margin: 0px;
    }

    #stacks_in_18325 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18325 {
      margin: 0px;
    }

    #stacks_in_18325 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18326 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18326 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18326 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18326 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18326 h1 {
		font-size: 32px;
	}
}


#stacks_in_18326 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18328 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18328 p a,
#stacks_in_18328 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18328 p a:hover,
#stacks_in_18328 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18328 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18328 .paragraph a,
#stacks_in_18328 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18328 .paragraph a:hover,
#stacks_in_18328 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18328 p,
#stacks_in_18328 {
	margin-bottom: 0;
	
}

#stacks_in_18328 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18330 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18330 p a,
#stacks_in_18330 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18330 p a:hover,
#stacks_in_18330 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18330 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18330 .paragraph a,
#stacks_in_18330 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18330 .paragraph a:hover,
#stacks_in_18330 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18330 p,
#stacks_in_18330 {
	margin-bottom: 0;
	
}

#stacks_in_18330 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18332 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18332 .label {
	
}

#stacks_in_18332 .label {
	font-weight: 700;
	
}

#stacks_in_18332 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18333 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18333 .label {
	
}

#stacks_in_18333 .label {
	font-weight: 700;
	
}

#stacks_in_18333 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18337 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18337 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18337 #stacks_in_18337-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18337 .close-stacks_in_18337-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18337 .close-stacks_in_18337-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18337 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18337 .close-stacks_in_18337-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18337 .close-stacks_in_18337-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18337 .close-stacks_in_18337-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18337 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18337 .close-stacks_in_18337-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18337 .close-stacks_in_18337-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18337 .close-stacks_in_18337-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18337 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18337 .close-stacks_in_18337-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18337 .close-stacks_in_18337-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18337 .close-stacks_in_18337-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18337 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18339 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18339 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18339 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18339 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18339 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18340 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18340 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18340 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18340 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18340 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18341 {
      margin: 0px;
    }

    #stacks_in_18341 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18341 {
      margin: 0px;
    }

    #stacks_in_18341 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18341 {
      margin: 0px;
    }

    #stacks_in_18341 {
      padding: 0px;
    }


    

    
      #stacks_in_18341 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18341 {
      margin: 0px;
    }

    #stacks_in_18341 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18341 {
      margin: 0px;
    }

    #stacks_in_18341 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18341 {
      margin: 0px;
    }

    #stacks_in_18341 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18342 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18342 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18342 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18342 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18342 h1 {
		font-size: 32px;
	}
}


#stacks_in_18342 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18344 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18344 p a,
#stacks_in_18344 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18344 p a:hover,
#stacks_in_18344 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18344 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18344 .paragraph a,
#stacks_in_18344 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18344 .paragraph a:hover,
#stacks_in_18344 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18344 p,
#stacks_in_18344 {
	margin-bottom: 0;
	
}

#stacks_in_18344 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18346 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18346 p a,
#stacks_in_18346 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18346 p a:hover,
#stacks_in_18346 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18346 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18346 .paragraph a,
#stacks_in_18346 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18346 .paragraph a:hover,
#stacks_in_18346 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18346 p,
#stacks_in_18346 {
	margin-bottom: 0;
	
}

#stacks_in_18346 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18348 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18348 .label {
	
}

#stacks_in_18348 .label {
	font-weight: 700;
	
}

#stacks_in_18348 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18349 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18349 .label {
	
}

#stacks_in_18349 .label {
	font-weight: 700;
	
}

#stacks_in_18349 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_16539 .anchor {
		position: absolute;
		left: 0;
		margin-left: -40px;
		margin-top: 10px;
		z-index: 100;
	}


#stacks_in_16539 .anchor {
	font-size: 24px;
	line-height: 24px;
}





#stacks_in_18352 > .positioner_wrapper {
}

#stacks_in_18352 > .positioner_wrapper > .positioner {
	position: absolute;
	

	

	
	bottom: 0;
	margin-bottom: -16px;
	
	
	
	left: 50%;
	margin-left: -16px;
	
	
	z-index: 90;
	/*margin-right: px;*/
}
/*Adam*/
#stacks_in_18352 > .positioner_wrapper > .positioner > a,
#stacks_in_18352 > .positioner_wrapper > .positioner > a:visited,
#stacks_in_18352 > .positioner_wrapper > .positioner > span {
	
	background: rgba(75, 165, 160, 1.00);
	color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1.00);
	
	font-size: 16px;
	display: block;
	padding: 0px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
}

#stacks_in_18352 > .positioner_wrapper > .positioner > a:hover,
#stacks_in_18352 > .positioner_wrapper > .positioner > a:active,
#stacks_in_18352 > .positioner_wrapper > .positioner > span:hover {
	
	background: rgba(75, 165, 160, 1.00);
	
}

#stacks_in_18352 > .positioner_wrapper > .positioner > a > i,
#stacks_in_18352 > .positioner_wrapper > .positioner > span > i {
	line-height: 32px;
}


/* Option for removing base margin */



#stacks_in_18353 h1 {
	font-weight: 700;
	font-style: normal;

	
	text-transform: none;

	
}

#stacks_in_18353 h1 small {
	font-weight: 700;
}

#stacks_in_18353 a,
#stacks_in_18353 a:visited,
#stacks_in_18353 a:hover,
#stacks_in_18353 a:active {
	text-decoration: none;
}





















#stacks_in_18353 h1 {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 1.00);
}



	#stacks_in_18353 h1,
	#stacks_in_18353 a,
	#stacks_in_18353 a:visited  {
		color: rgba(255, 255, 255, 1.00);
	}







@media (max-width: 47.9375em) {
	/* iPhone */
	#stacks_in_18353 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_18353 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18353 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18353 .inline_badge_right {
		top: -10px;
	}

	
		#stacks_in_18353 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* iPad */
	#stacks_in_18353 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_18353 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18353 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18353 .inline_badge_right {
		top: -20px;
	}

	
		#stacks_in_18353 .inline_badge_right {
			padding-left: 0px;
		}
	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18353 .inline_badge_right img {
		width: auto;
		height: 32px;
	}

	#stacks_in_18353 h1 {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18353 h1 small {
		letter-spacing: 0px;
		word-spacing: 0px;
	}

	#stacks_in_18353 .inline_badge_right {
		top: -25px;
	}

	
		#stacks_in_18353 .inline_badge_right {
			padding-left: 0px;
		}
	
}


#stacks_in_18353 .inline_badge_right {
	position: relative;
}


#stacks_in_18353 small,
#stacks_in_18353 h1 small {
	
}

#stacks_in_18353 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 2px 0px 2px 0px;
	padding: 20px 0px 20px 0px;
}

#stacks_in_18355 {
	font-size: 90%;
}


#stacks_out_18357 {
	width: 80%;
}





#stacks_in_18361 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18361 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18361 #stacks_in_18361-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18361 .close-stacks_in_18361-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18361 .close-stacks_in_18361-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18361 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18361 .close-stacks_in_18361-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18361 .close-stacks_in_18361-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18361 .close-stacks_in_18361-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18361 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18361 .close-stacks_in_18361-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18361 .close-stacks_in_18361-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18361 .close-stacks_in_18361-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18361 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18361 .close-stacks_in_18361-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18361 .close-stacks_in_18361-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18361 .close-stacks_in_18361-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18361 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18363 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18363 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18363 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18363 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18363 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18364 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18364 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18364 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18364 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18364 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18365 {
      margin: 0px;
    }

    #stacks_in_18365 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18365 {
      margin: 0px;
    }

    #stacks_in_18365 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18365 {
      margin: 0px;
    }

    #stacks_in_18365 {
      padding: 0px;
    }


    

    
      #stacks_in_18365 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18365 {
      margin: 0px;
    }

    #stacks_in_18365 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18365 {
      margin: 0px;
    }

    #stacks_in_18365 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18365 {
      margin: 0px;
    }

    #stacks_in_18365 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18366 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18366 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18366 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18366 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18366 h1 {
		font-size: 32px;
	}
}


#stacks_in_18366 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18368 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18368 p a,
#stacks_in_18368 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18368 p a:hover,
#stacks_in_18368 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18368 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18368 .paragraph a,
#stacks_in_18368 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18368 .paragraph a:hover,
#stacks_in_18368 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18368 p,
#stacks_in_18368 {
	margin-bottom: 0;
	
}

#stacks_in_18368 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18370 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18370 p a,
#stacks_in_18370 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18370 p a:hover,
#stacks_in_18370 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18370 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18370 .paragraph a,
#stacks_in_18370 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18370 .paragraph a:hover,
#stacks_in_18370 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18370 p,
#stacks_in_18370 {
	margin-bottom: 0;
	
}

#stacks_in_18370 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18372 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18372 .label {
	
}

#stacks_in_18372 .label {
	font-weight: 700;
	
}

#stacks_in_18372 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18373 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18373 .label {
	
}

#stacks_in_18373 .label {
	font-weight: 700;
	
}

#stacks_in_18373 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18377 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18377 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18377 #stacks_in_18377-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18377 .close-stacks_in_18377-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18377 .close-stacks_in_18377-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18377 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18377 .close-stacks_in_18377-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18377 .close-stacks_in_18377-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18377 .close-stacks_in_18377-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18377 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18377 .close-stacks_in_18377-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18377 .close-stacks_in_18377-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18377 .close-stacks_in_18377-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18377 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18377 .close-stacks_in_18377-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18377 .close-stacks_in_18377-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18377 .close-stacks_in_18377-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18377 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18379 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18379 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18379 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18379 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18379 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18380 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18380 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18380 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18380 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18380 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18381 {
      margin: 0px;
    }

    #stacks_in_18381 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18381 {
      margin: 0px;
    }

    #stacks_in_18381 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18381 {
      margin: 0px;
    }

    #stacks_in_18381 {
      padding: 0px;
    }


    

    
      #stacks_in_18381 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18381 {
      margin: 0px;
    }

    #stacks_in_18381 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18381 {
      margin: 0px;
    }

    #stacks_in_18381 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18381 {
      margin: 0px;
    }

    #stacks_in_18381 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18382 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18382 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18382 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18382 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18382 h1 {
		font-size: 32px;
	}
}


#stacks_in_18382 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18384 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18384 p a,
#stacks_in_18384 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18384 p a:hover,
#stacks_in_18384 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18384 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18384 .paragraph a,
#stacks_in_18384 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18384 .paragraph a:hover,
#stacks_in_18384 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18384 p,
#stacks_in_18384 {
	margin-bottom: 0;
	
}

#stacks_in_18384 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18386 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18386 p a,
#stacks_in_18386 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18386 p a:hover,
#stacks_in_18386 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18386 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18386 .paragraph a,
#stacks_in_18386 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18386 .paragraph a:hover,
#stacks_in_18386 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18386 p,
#stacks_in_18386 {
	margin-bottom: 0;
	
}

#stacks_in_18386 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18388 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18388 .label {
	
}

#stacks_in_18388 .label {
	font-weight: 700;
	
}

#stacks_in_18388 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18389 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18389 .label {
	
}

#stacks_in_18389 .label {
	font-weight: 700;
	
}

#stacks_in_18389 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18393 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18393 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18393 #stacks_in_18393-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18393 .close-stacks_in_18393-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18393 .close-stacks_in_18393-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18393 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18393 .close-stacks_in_18393-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18393 .close-stacks_in_18393-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18393 .close-stacks_in_18393-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18393 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18393 .close-stacks_in_18393-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18393 .close-stacks_in_18393-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18393 .close-stacks_in_18393-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18393 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18393 .close-stacks_in_18393-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18393 .close-stacks_in_18393-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18393 .close-stacks_in_18393-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18393 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18395 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18395 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18395 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18395 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18395 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18396 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18396 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18396 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18396 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18396 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18397 {
      margin: 0px;
    }

    #stacks_in_18397 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18397 {
      margin: 0px;
    }

    #stacks_in_18397 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18397 {
      margin: 0px;
    }

    #stacks_in_18397 {
      padding: 0px;
    }


    

    
      #stacks_in_18397 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18397 {
      margin: 0px;
    }

    #stacks_in_18397 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18397 {
      margin: 0px;
    }

    #stacks_in_18397 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18397 {
      margin: 0px;
    }

    #stacks_in_18397 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18398 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18398 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18398 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18398 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18398 h1 {
		font-size: 32px;
	}
}


#stacks_in_18398 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18400 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18400 p a,
#stacks_in_18400 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18400 p a:hover,
#stacks_in_18400 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18400 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18400 .paragraph a,
#stacks_in_18400 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18400 .paragraph a:hover,
#stacks_in_18400 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18400 p,
#stacks_in_18400 {
	margin-bottom: 0;
	
}

#stacks_in_18400 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18402 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18402 p a,
#stacks_in_18402 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18402 p a:hover,
#stacks_in_18402 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18402 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18402 .paragraph a,
#stacks_in_18402 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18402 .paragraph a:hover,
#stacks_in_18402 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18402 p,
#stacks_in_18402 {
	margin-bottom: 0;
	
}

#stacks_in_18402 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18404 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18404 .label {
	
}

#stacks_in_18404 .label {
	font-weight: 700;
	
}

#stacks_in_18404 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18405 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18405 .label {
	
}

#stacks_in_18405 .label {
	font-weight: 700;
	
}

#stacks_in_18405 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18409 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18409 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18409 #stacks_in_18409-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18409 .close-stacks_in_18409-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18409 .close-stacks_in_18409-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18409 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18409 .close-stacks_in_18409-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18409 .close-stacks_in_18409-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18409 .close-stacks_in_18409-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18409 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18409 .close-stacks_in_18409-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18409 .close-stacks_in_18409-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18409 .close-stacks_in_18409-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18409 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18409 .close-stacks_in_18409-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18409 .close-stacks_in_18409-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18409 .close-stacks_in_18409-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18409 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18411 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18411 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18411 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18411 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18411 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18412 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18412 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18412 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18412 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18412 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18413 {
      margin: 0px;
    }

    #stacks_in_18413 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18413 {
      margin: 0px;
    }

    #stacks_in_18413 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18413 {
      margin: 0px;
    }

    #stacks_in_18413 {
      padding: 0px;
    }


    

    
      #stacks_in_18413 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18413 {
      margin: 0px;
    }

    #stacks_in_18413 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18413 {
      margin: 0px;
    }

    #stacks_in_18413 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18413 {
      margin: 0px;
    }

    #stacks_in_18413 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18414 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18414 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18414 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18414 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18414 h1 {
		font-size: 32px;
	}
}


#stacks_in_18414 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18416 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18416 p a,
#stacks_in_18416 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18416 p a:hover,
#stacks_in_18416 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18416 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18416 .paragraph a,
#stacks_in_18416 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18416 .paragraph a:hover,
#stacks_in_18416 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18416 p,
#stacks_in_18416 {
	margin-bottom: 0;
	
}

#stacks_in_18416 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18418 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18418 p a,
#stacks_in_18418 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18418 p a:hover,
#stacks_in_18418 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18418 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18418 .paragraph a,
#stacks_in_18418 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18418 .paragraph a:hover,
#stacks_in_18418 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18418 p,
#stacks_in_18418 {
	margin-bottom: 0;
	
}

#stacks_in_18418 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18420 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18420 .label {
	
}

#stacks_in_18420 .label {
	font-weight: 700;
	
}

#stacks_in_18420 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18421 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18421 .label {
	
}

#stacks_in_18421 .label {
	font-weight: 700;
	
}

#stacks_in_18421 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18425 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18425 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18425 #stacks_in_18425-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18425 .close-stacks_in_18425-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18425 .close-stacks_in_18425-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18425 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18425 .close-stacks_in_18425-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18425 .close-stacks_in_18425-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18425 .close-stacks_in_18425-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18425 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18425 .close-stacks_in_18425-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18425 .close-stacks_in_18425-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18425 .close-stacks_in_18425-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18425 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18425 .close-stacks_in_18425-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18425 .close-stacks_in_18425-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18425 .close-stacks_in_18425-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18425 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18427 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18427 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18427 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18427 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18427 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18428 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18428 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18428 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18428 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18428 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18429 {
      margin: 0px;
    }

    #stacks_in_18429 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18429 {
      margin: 0px;
    }

    #stacks_in_18429 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18429 {
      margin: 0px;
    }

    #stacks_in_18429 {
      padding: 0px;
    }


    

    
      #stacks_in_18429 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18429 {
      margin: 0px;
    }

    #stacks_in_18429 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18429 {
      margin: 0px;
    }

    #stacks_in_18429 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18429 {
      margin: 0px;
    }

    #stacks_in_18429 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18430 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18430 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18430 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18430 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18430 h1 {
		font-size: 32px;
	}
}


#stacks_in_18430 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18432 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18432 p a,
#stacks_in_18432 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18432 p a:hover,
#stacks_in_18432 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18432 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18432 .paragraph a,
#stacks_in_18432 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18432 .paragraph a:hover,
#stacks_in_18432 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18432 p,
#stacks_in_18432 {
	margin-bottom: 0;
	
}

#stacks_in_18432 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18434 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18434 p a,
#stacks_in_18434 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18434 p a:hover,
#stacks_in_18434 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18434 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18434 .paragraph a,
#stacks_in_18434 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18434 .paragraph a:hover,
#stacks_in_18434 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18434 p,
#stacks_in_18434 {
	margin-bottom: 0;
	
}

#stacks_in_18434 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18436 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18436 .label {
	
}

#stacks_in_18436 .label {
	font-weight: 700;
	
}

#stacks_in_18436 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18437 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18437 .label {
	
}

#stacks_in_18437 .label {
	font-weight: 700;
	
}

#stacks_in_18437 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18441 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18441 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18441 #stacks_in_18441-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18441 .close-stacks_in_18441-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18441 .close-stacks_in_18441-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18441 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18441 .close-stacks_in_18441-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18441 .close-stacks_in_18441-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18441 .close-stacks_in_18441-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18441 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18441 .close-stacks_in_18441-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18441 .close-stacks_in_18441-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18441 .close-stacks_in_18441-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18441 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18441 .close-stacks_in_18441-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18441 .close-stacks_in_18441-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18441 .close-stacks_in_18441-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18441 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18443 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18443 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18443 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18443 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18443 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18444 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18444 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18444 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18444 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18444 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18445 {
      margin: 0px;
    }

    #stacks_in_18445 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18445 {
      margin: 0px;
    }

    #stacks_in_18445 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18445 {
      margin: 0px;
    }

    #stacks_in_18445 {
      padding: 0px;
    }


    

    
      #stacks_in_18445 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18445 {
      margin: 0px;
    }

    #stacks_in_18445 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18445 {
      margin: 0px;
    }

    #stacks_in_18445 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18445 {
      margin: 0px;
    }

    #stacks_in_18445 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18446 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18446 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18446 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18446 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18446 h1 {
		font-size: 32px;
	}
}


#stacks_in_18446 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18448 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18448 p a,
#stacks_in_18448 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18448 p a:hover,
#stacks_in_18448 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18448 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18448 .paragraph a,
#stacks_in_18448 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18448 .paragraph a:hover,
#stacks_in_18448 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18448 p,
#stacks_in_18448 {
	margin-bottom: 0;
	
}

#stacks_in_18448 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18450 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18450 p a,
#stacks_in_18450 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18450 p a:hover,
#stacks_in_18450 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18450 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18450 .paragraph a,
#stacks_in_18450 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18450 .paragraph a:hover,
#stacks_in_18450 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18450 p,
#stacks_in_18450 {
	margin-bottom: 0;
	
}

#stacks_in_18450 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18452 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18452 .label {
	
}

#stacks_in_18452 .label {
	font-weight: 700;
	
}

#stacks_in_18452 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18453 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18453 .label {
	
}

#stacks_in_18453 .label {
	font-weight: 700;
	
}

#stacks_in_18453 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18457 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18457 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18457 #stacks_in_18457-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18457 .close-stacks_in_18457-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18457 .close-stacks_in_18457-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18457 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18457 .close-stacks_in_18457-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18457 .close-stacks_in_18457-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18457 .close-stacks_in_18457-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18457 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18457 .close-stacks_in_18457-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18457 .close-stacks_in_18457-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18457 .close-stacks_in_18457-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18457 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18457 .close-stacks_in_18457-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18457 .close-stacks_in_18457-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18457 .close-stacks_in_18457-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18457 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18459 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18459 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18459 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18459 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18459 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18460 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18460 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18460 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18460 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18460 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18461 {
      margin: 0px;
    }

    #stacks_in_18461 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18461 {
      margin: 0px;
    }

    #stacks_in_18461 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18461 {
      margin: 0px;
    }

    #stacks_in_18461 {
      padding: 0px;
    }


    

    
      #stacks_in_18461 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18461 {
      margin: 0px;
    }

    #stacks_in_18461 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18461 {
      margin: 0px;
    }

    #stacks_in_18461 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18461 {
      margin: 0px;
    }

    #stacks_in_18461 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18462 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18462 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18462 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18462 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18462 h1 {
		font-size: 32px;
	}
}


#stacks_in_18462 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18464 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18464 p a,
#stacks_in_18464 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18464 p a:hover,
#stacks_in_18464 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18464 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18464 .paragraph a,
#stacks_in_18464 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18464 .paragraph a:hover,
#stacks_in_18464 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18464 p,
#stacks_in_18464 {
	margin-bottom: 0;
	
}

#stacks_in_18464 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18466 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18466 p a,
#stacks_in_18466 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18466 p a:hover,
#stacks_in_18466 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18466 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18466 .paragraph a,
#stacks_in_18466 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18466 .paragraph a:hover,
#stacks_in_18466 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18466 p,
#stacks_in_18466 {
	margin-bottom: 0;
	
}

#stacks_in_18466 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18468 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18468 .label {
	
}

#stacks_in_18468 .label {
	font-weight: 700;
	
}

#stacks_in_18468 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18469 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18469 .label {
	
}

#stacks_in_18469 .label {
	font-weight: 700;
	
}

#stacks_in_18469 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18473 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18473 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18473 #stacks_in_18473-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18473 .close-stacks_in_18473-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18473 .close-stacks_in_18473-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18473 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18473 .close-stacks_in_18473-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18473 .close-stacks_in_18473-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18473 .close-stacks_in_18473-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18473 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18473 .close-stacks_in_18473-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18473 .close-stacks_in_18473-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18473 .close-stacks_in_18473-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18473 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18473 .close-stacks_in_18473-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18473 .close-stacks_in_18473-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18473 .close-stacks_in_18473-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18473 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18475 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18475 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18475 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18475 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18475 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18476 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18476 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18476 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18476 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18476 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18477 {
      margin: 0px;
    }

    #stacks_in_18477 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18477 {
      margin: 0px;
    }

    #stacks_in_18477 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18477 {
      margin: 0px;
    }

    #stacks_in_18477 {
      padding: 0px;
    }


    

    
      #stacks_in_18477 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18477 {
      margin: 0px;
    }

    #stacks_in_18477 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18477 {
      margin: 0px;
    }

    #stacks_in_18477 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18477 {
      margin: 0px;
    }

    #stacks_in_18477 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18478 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18478 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18478 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18478 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18478 h1 {
		font-size: 32px;
	}
}


#stacks_in_18478 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18480 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18480 p a,
#stacks_in_18480 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18480 p a:hover,
#stacks_in_18480 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18480 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18480 .paragraph a,
#stacks_in_18480 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18480 .paragraph a:hover,
#stacks_in_18480 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18480 p,
#stacks_in_18480 {
	margin-bottom: 0;
	
}

#stacks_in_18480 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18482 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18482 p a,
#stacks_in_18482 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18482 p a:hover,
#stacks_in_18482 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18482 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18482 .paragraph a,
#stacks_in_18482 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18482 .paragraph a:hover,
#stacks_in_18482 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18482 p,
#stacks_in_18482 {
	margin-bottom: 0;
	
}

#stacks_in_18482 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18484 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18484 .label {
	
}

#stacks_in_18484 .label {
	font-weight: 700;
	
}

#stacks_in_18484 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18485 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18485 .label {
	
}

#stacks_in_18485 .label {
	font-weight: 700;
	
}

#stacks_in_18485 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18489 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18489 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18489 #stacks_in_18489-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18489 .close-stacks_in_18489-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18489 .close-stacks_in_18489-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18489 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18489 .close-stacks_in_18489-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18489 .close-stacks_in_18489-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18489 .close-stacks_in_18489-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18489 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18489 .close-stacks_in_18489-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18489 .close-stacks_in_18489-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18489 .close-stacks_in_18489-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18489 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18489 .close-stacks_in_18489-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18489 .close-stacks_in_18489-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18489 .close-stacks_in_18489-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18489 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18491 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18491 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18491 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18491 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18491 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18492 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18492 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18492 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18492 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18492 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18493 {
      margin: 0px;
    }

    #stacks_in_18493 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18493 {
      margin: 0px;
    }

    #stacks_in_18493 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18493 {
      margin: 0px;
    }

    #stacks_in_18493 {
      padding: 0px;
    }


    

    
      #stacks_in_18493 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18493 {
      margin: 0px;
    }

    #stacks_in_18493 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18493 {
      margin: 0px;
    }

    #stacks_in_18493 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18493 {
      margin: 0px;
    }

    #stacks_in_18493 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18494 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18494 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18494 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18494 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18494 h1 {
		font-size: 32px;
	}
}


#stacks_in_18494 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18496 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18496 p a,
#stacks_in_18496 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18496 p a:hover,
#stacks_in_18496 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18496 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18496 .paragraph a,
#stacks_in_18496 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18496 .paragraph a:hover,
#stacks_in_18496 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18496 p,
#stacks_in_18496 {
	margin-bottom: 0;
	
}

#stacks_in_18496 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18498 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18498 p a,
#stacks_in_18498 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18498 p a:hover,
#stacks_in_18498 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18498 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18498 .paragraph a,
#stacks_in_18498 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18498 .paragraph a:hover,
#stacks_in_18498 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18498 p,
#stacks_in_18498 {
	margin-bottom: 0;
	
}

#stacks_in_18498 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18500 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18500 .label {
	
}

#stacks_in_18500 .label {
	font-weight: 700;
	
}

#stacks_in_18500 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18501 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18501 .label {
	
}

#stacks_in_18501 .label {
	font-weight: 700;
	
}

#stacks_in_18501 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18505 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18505 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18505 #stacks_in_18505-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18505 .close-stacks_in_18505-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18505 .close-stacks_in_18505-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18505 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18505 .close-stacks_in_18505-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18505 .close-stacks_in_18505-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18505 .close-stacks_in_18505-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18505 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18505 .close-stacks_in_18505-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18505 .close-stacks_in_18505-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18505 .close-stacks_in_18505-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18505 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18505 .close-stacks_in_18505-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18505 .close-stacks_in_18505-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18505 .close-stacks_in_18505-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18505 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18507 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18507 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18507 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18507 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18507 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18508 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18508 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18508 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18508 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18508 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18509 {
      margin: 0px;
    }

    #stacks_in_18509 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18509 {
      margin: 0px;
    }

    #stacks_in_18509 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18509 {
      margin: 0px;
    }

    #stacks_in_18509 {
      padding: 0px;
    }


    

    
      #stacks_in_18509 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18509 {
      margin: 0px;
    }

    #stacks_in_18509 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18509 {
      margin: 0px;
    }

    #stacks_in_18509 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18509 {
      margin: 0px;
    }

    #stacks_in_18509 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18510 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18510 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18510 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18510 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18510 h1 {
		font-size: 32px;
	}
}


#stacks_in_18510 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18512 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18512 p a,
#stacks_in_18512 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18512 p a:hover,
#stacks_in_18512 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18512 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18512 .paragraph a,
#stacks_in_18512 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18512 .paragraph a:hover,
#stacks_in_18512 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18512 p,
#stacks_in_18512 {
	margin-bottom: 0;
	
}

#stacks_in_18512 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18514 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18514 p a,
#stacks_in_18514 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18514 p a:hover,
#stacks_in_18514 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18514 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18514 .paragraph a,
#stacks_in_18514 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18514 .paragraph a:hover,
#stacks_in_18514 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18514 p,
#stacks_in_18514 {
	margin-bottom: 0;
	
}

#stacks_in_18514 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18516 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18516 .label {
	
}

#stacks_in_18516 .label {
	font-weight: 700;
	
}

#stacks_in_18516 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18517 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18517 .label {
	
}

#stacks_in_18517 .label {
	font-weight: 700;
	
}

#stacks_in_18517 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18521 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18521 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18521 #stacks_in_18521-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18521 .close-stacks_in_18521-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18521 .close-stacks_in_18521-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18521 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18521 .close-stacks_in_18521-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18521 .close-stacks_in_18521-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18521 .close-stacks_in_18521-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18521 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18521 .close-stacks_in_18521-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18521 .close-stacks_in_18521-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18521 .close-stacks_in_18521-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18521 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18521 .close-stacks_in_18521-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18521 .close-stacks_in_18521-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18521 .close-stacks_in_18521-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18521 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18523 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18523 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18523 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18523 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18523 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18524 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18524 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18524 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18524 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18524 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18525 {
      margin: 0px;
    }

    #stacks_in_18525 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18525 {
      margin: 0px;
    }

    #stacks_in_18525 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18525 {
      margin: 0px;
    }

    #stacks_in_18525 {
      padding: 0px;
    }


    

    
      #stacks_in_18525 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18525 {
      margin: 0px;
    }

    #stacks_in_18525 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18525 {
      margin: 0px;
    }

    #stacks_in_18525 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18525 {
      margin: 0px;
    }

    #stacks_in_18525 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18526 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18526 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18526 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18526 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18526 h1 {
		font-size: 32px;
	}
}


#stacks_in_18526 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18528 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18528 p a,
#stacks_in_18528 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18528 p a:hover,
#stacks_in_18528 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18528 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18528 .paragraph a,
#stacks_in_18528 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18528 .paragraph a:hover,
#stacks_in_18528 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18528 p,
#stacks_in_18528 {
	margin-bottom: 0;
	
}

#stacks_in_18528 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18530 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18530 p a,
#stacks_in_18530 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18530 p a:hover,
#stacks_in_18530 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18530 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18530 .paragraph a,
#stacks_in_18530 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18530 .paragraph a:hover,
#stacks_in_18530 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18530 p,
#stacks_in_18530 {
	margin-bottom: 0;
	
}

#stacks_in_18530 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18532 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18532 .label {
	
}

#stacks_in_18532 .label {
	font-weight: 700;
	
}

#stacks_in_18532 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18533 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18533 .label {
	
}

#stacks_in_18533 .label {
	font-weight: 700;
	
}

#stacks_in_18533 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18537 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18537 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18537 #stacks_in_18537-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18537 .close-stacks_in_18537-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18537 .close-stacks_in_18537-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18537 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18537 .close-stacks_in_18537-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18537 .close-stacks_in_18537-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18537 .close-stacks_in_18537-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18537 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18537 .close-stacks_in_18537-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18537 .close-stacks_in_18537-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18537 .close-stacks_in_18537-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18537 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18537 .close-stacks_in_18537-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18537 .close-stacks_in_18537-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18537 .close-stacks_in_18537-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18537 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18539 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18539 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18539 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18539 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18539 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18540 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18540 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18540 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18541 {
      margin: 0px;
    }

    #stacks_in_18541 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18541 {
      margin: 0px;
    }

    #stacks_in_18541 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18541 {
      margin: 0px;
    }

    #stacks_in_18541 {
      padding: 0px;
    }


    

    
      #stacks_in_18541 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18541 {
      margin: 0px;
    }

    #stacks_in_18541 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18541 {
      margin: 0px;
    }

    #stacks_in_18541 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18541 {
      margin: 0px;
    }

    #stacks_in_18541 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18542 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18542 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18542 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18542 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18542 h1 {
		font-size: 32px;
	}
}


#stacks_in_18542 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18544 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18544 p a,
#stacks_in_18544 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18544 p a:hover,
#stacks_in_18544 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18544 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18544 .paragraph a,
#stacks_in_18544 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18544 .paragraph a:hover,
#stacks_in_18544 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18544 p,
#stacks_in_18544 {
	margin-bottom: 0;
	
}

#stacks_in_18544 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18546 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18546 p a,
#stacks_in_18546 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18546 p a:hover,
#stacks_in_18546 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18546 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18546 .paragraph a,
#stacks_in_18546 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18546 .paragraph a:hover,
#stacks_in_18546 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18546 p,
#stacks_in_18546 {
	margin-bottom: 0;
	
}

#stacks_in_18546 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18548 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18548 .label {
	
}

#stacks_in_18548 .label {
	font-weight: 700;
	
}

#stacks_in_18548 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18549 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18549 .label {
	
}

#stacks_in_18549 .label {
	font-weight: 700;
	
}

#stacks_in_18549 {
	padding: 0px 0px 0px 10px;
}



#stacks_in_18553 .vertical-center-wrapper {
	display:table;
	width: 100%;
}

#stacks_in_18553 .vertical-center-inner {
	display:table-cell;
	vertical-align:middle;
}

#stacks_in_18553 .vertical-center-content {
	margin-left: auto;
	margin-right: auto;
}


@media (max-width: 47.9em) {
	#stacks_in_18553 .vertical-center-wrapper {
		height: 0px;

	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	#stacks_in_18553 .vertical-center-wrapper {
		height: 400px;

	}
}

@media (min-width: 62em) {
	#stacks_in_18553 .vertical-center-wrapper {
		height: 500px;

	}
}





#stacks_in_18554 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18554 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18554 #stacks_in_18554-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18554 .close-stacks_in_18554-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18554 .close-stacks_in_18554-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18554 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18554 .close-stacks_in_18554-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18554 .close-stacks_in_18554-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18554 .close-stacks_in_18554-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18554 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18554 .close-stacks_in_18554-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18554 .close-stacks_in_18554-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18554 .close-stacks_in_18554-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18554 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18554 .close-stacks_in_18554-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18554 .close-stacks_in_18554-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18554 .close-stacks_in_18554-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18554 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18556 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18556 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18556 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18556 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18556 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18557 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18557 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18557 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18557 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18557 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18558 {
      margin: 0px;
    }

    #stacks_in_18558 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18558 {
      margin: 0px;
    }

    #stacks_in_18558 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18558 {
      margin: 0px;
    }

    #stacks_in_18558 {
      padding: 0px;
    }


    

    
      #stacks_in_18558 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18558 {
      margin: 0px;
    }

    #stacks_in_18558 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18558 {
      margin: 0px;
    }

    #stacks_in_18558 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18558 {
      margin: 0px;
    }

    #stacks_in_18558 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18559 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18559 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18559 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18559 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18559 h1 {
		font-size: 32px;
	}
}


#stacks_in_18559 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18561 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18561 p a,
#stacks_in_18561 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18561 p a:hover,
#stacks_in_18561 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18561 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18561 .paragraph a,
#stacks_in_18561 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18561 .paragraph a:hover,
#stacks_in_18561 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18561 p,
#stacks_in_18561 {
	margin-bottom: 0;
	
}

#stacks_in_18561 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18563 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18563 p a,
#stacks_in_18563 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18563 p a:hover,
#stacks_in_18563 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18563 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18563 .paragraph a,
#stacks_in_18563 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18563 .paragraph a:hover,
#stacks_in_18563 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18563 p,
#stacks_in_18563 {
	margin-bottom: 0;
	
}

#stacks_in_18563 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18565 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18565 .label {
	
}

#stacks_in_18565 .label {
	font-weight: 700;
	
}

#stacks_in_18565 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18566 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18566 .label {
	
}

#stacks_in_18566 .label {
	font-weight: 700;
	
}

#stacks_in_18566 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18571 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18571 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18571 #stacks_in_18571-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18571 .close-stacks_in_18571-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18571 .close-stacks_in_18571-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18571 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18571 .close-stacks_in_18571-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18571 .close-stacks_in_18571-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18571 .close-stacks_in_18571-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18571 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18571 .close-stacks_in_18571-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18571 .close-stacks_in_18571-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18571 .close-stacks_in_18571-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18571 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18571 .close-stacks_in_18571-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18571 .close-stacks_in_18571-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18571 .close-stacks_in_18571-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18571 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18573 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18573 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18573 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18573 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18573 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18574 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18574 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18574 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18574 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18574 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18575 {
      margin: 0px;
    }

    #stacks_in_18575 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18575 {
      margin: 0px;
    }

    #stacks_in_18575 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18575 {
      margin: 0px;
    }

    #stacks_in_18575 {
      padding: 0px;
    }


    

    
      #stacks_in_18575 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18575 {
      margin: 0px;
    }

    #stacks_in_18575 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18575 {
      margin: 0px;
    }

    #stacks_in_18575 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18575 {
      margin: 0px;
    }

    #stacks_in_18575 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18576 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18576 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18576 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18576 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18576 h1 {
		font-size: 32px;
	}
}


#stacks_in_18576 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18578 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18578 p a,
#stacks_in_18578 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18578 p a:hover,
#stacks_in_18578 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18578 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18578 .paragraph a,
#stacks_in_18578 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18578 .paragraph a:hover,
#stacks_in_18578 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18578 p,
#stacks_in_18578 {
	margin-bottom: 0;
	
}

#stacks_in_18578 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18580 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18580 p a,
#stacks_in_18580 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18580 p a:hover,
#stacks_in_18580 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18580 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18580 .paragraph a,
#stacks_in_18580 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18580 .paragraph a:hover,
#stacks_in_18580 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18580 p,
#stacks_in_18580 {
	margin-bottom: 0;
	
}

#stacks_in_18580 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18582 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18582 .label {
	
}

#stacks_in_18582 .label {
	font-weight: 700;
	
}

#stacks_in_18582 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18583 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18583 .label {
	
}

#stacks_in_18583 .label {
	font-weight: 700;
	
}

#stacks_in_18583 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18587 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18587 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18587 #stacks_in_18587-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18587 .close-stacks_in_18587-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18587 .close-stacks_in_18587-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18587 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18587 .close-stacks_in_18587-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18587 .close-stacks_in_18587-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18587 .close-stacks_in_18587-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18587 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18587 .close-stacks_in_18587-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18587 .close-stacks_in_18587-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18587 .close-stacks_in_18587-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18587 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18587 .close-stacks_in_18587-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18587 .close-stacks_in_18587-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18587 .close-stacks_in_18587-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18587 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18589 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18589 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18589 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18589 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18589 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18590 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18590 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18590 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18590 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18590 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18591 {
      margin: 0px;
    }

    #stacks_in_18591 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18591 {
      margin: 0px;
    }

    #stacks_in_18591 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18591 {
      margin: 0px;
    }

    #stacks_in_18591 {
      padding: 0px;
    }


    

    
      #stacks_in_18591 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18591 {
      margin: 0px;
    }

    #stacks_in_18591 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18591 {
      margin: 0px;
    }

    #stacks_in_18591 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18591 {
      margin: 0px;
    }

    #stacks_in_18591 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18592 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18592 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18592 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18592 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18592 h1 {
		font-size: 32px;
	}
}


#stacks_in_18592 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18594 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18594 p a,
#stacks_in_18594 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18594 p a:hover,
#stacks_in_18594 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18594 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18594 .paragraph a,
#stacks_in_18594 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18594 .paragraph a:hover,
#stacks_in_18594 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18594 p,
#stacks_in_18594 {
	margin-bottom: 0;
	
}

#stacks_in_18594 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18596 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18596 p a,
#stacks_in_18596 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18596 p a:hover,
#stacks_in_18596 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18596 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18596 .paragraph a,
#stacks_in_18596 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18596 .paragraph a:hover,
#stacks_in_18596 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18596 p,
#stacks_in_18596 {
	margin-bottom: 0;
	
}

#stacks_in_18596 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18598 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18598 .label {
	
}

#stacks_in_18598 .label {
	font-weight: 700;
	
}

#stacks_in_18598 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18599 .label {
		background-color: rgba(37, 155, 143, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18599 .label {
	
}

#stacks_in_18599 .label {
	font-weight: 700;
	
}

#stacks_in_18599 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18603 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18603 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18603 #stacks_in_18603-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18603 .close-stacks_in_18603-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18603 .close-stacks_in_18603-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18603 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18603 .close-stacks_in_18603-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18603 .close-stacks_in_18603-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18603 .close-stacks_in_18603-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18603 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18603 .close-stacks_in_18603-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18603 .close-stacks_in_18603-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18603 .close-stacks_in_18603-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18603 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18603 .close-stacks_in_18603-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18603 .close-stacks_in_18603-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18603 .close-stacks_in_18603-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18603 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18605 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18605 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18605 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18605 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18605 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18606 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18606 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18606 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18606 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18606 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18607 {
      margin: 0px;
    }

    #stacks_in_18607 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18607 {
      margin: 0px;
    }

    #stacks_in_18607 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18607 {
      margin: 0px;
    }

    #stacks_in_18607 {
      padding: 0px;
    }


    

    
      #stacks_in_18607 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18607 {
      margin: 0px;
    }

    #stacks_in_18607 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18607 {
      margin: 0px;
    }

    #stacks_in_18607 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18607 {
      margin: 0px;
    }

    #stacks_in_18607 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18608 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18608 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18608 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18608 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18608 h1 {
		font-size: 32px;
	}
}


#stacks_in_18608 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18610 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18610 p a,
#stacks_in_18610 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18610 p a:hover,
#stacks_in_18610 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18610 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18610 .paragraph a,
#stacks_in_18610 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18610 .paragraph a:hover,
#stacks_in_18610 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18610 p,
#stacks_in_18610 {
	margin-bottom: 0;
	
}

#stacks_in_18610 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18612 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18612 p a,
#stacks_in_18612 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18612 p a:hover,
#stacks_in_18612 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18612 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18612 .paragraph a,
#stacks_in_18612 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18612 .paragraph a:hover,
#stacks_in_18612 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18612 p,
#stacks_in_18612 {
	margin-bottom: 0;
	
}

#stacks_in_18612 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18614 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18614 .label {
	
}

#stacks_in_18614 .label {
	font-weight: 700;
	
}

#stacks_in_18614 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18615 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18615 .label {
	
}

#stacks_in_18615 .label {
	font-weight: 700;
	
}

#stacks_in_18615 {
	padding: 0px 0px 0px 10px;
}





#stacks_in_18619 .open-button-wrapper {
	
	margin-bottom: 21px;
	
	width: 100%;
	height: auto;
}

#stacks_in_18619 .mega-modal-animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


#stacks_in_18619 #stacks_in_18619-animatedModal {
	overflow-y: auto !important;
	
	display: none;
	

	
		background: rgba(205, 231, 240, 1.00);
	

	

	

}


#stacks_in_18619 .close-stacks_in_18619-animatedModal {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.40);
	color: rgba(241, 0, 15, 1.00);
	border-radius: 100%;
	display: block;
	cursor: pointer;
	

	
		position: fixed;
		
		
		
		
		
		right: 20px;
		top: 20px;
		
	

	z-index: 10000;
	transition-duration: 200ms;
	transition-property: background-color, color;
}

#stacks_in_18619 .close-stacks_in_18619-animatedModal:hover {
	background-color: rgba(255, 255, 255, 0.60);
	color: rgba(241, 0, 15, 1.00);
}





#stacks_in_18619 img.image-trigger {
	
	
	display: inline-block;

}


@media (max-width: 47.9375em) {
	/* Mobile */
	#stacks_in_18619 .close-stacks_in_18619-animatedModal {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18619 .close-stacks_in_18619-animatedModal i {
		height: 40px;
		line-height: 40px;
	}

	#stacks_in_18619 .close-stacks_in_18619-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18619 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 48em) and (max-width: 61.9375em) {
	/* Tablet */
	#stacks_in_18619 .close-stacks_in_18619-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18619 .close-stacks_in_18619-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18619 .close-stacks_in_18619-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18619 .mega-modal-content {
		padding-top: 100px;
	}	
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18619 .close-stacks_in_18619-animatedModal {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18619 .close-stacks_in_18619-animatedModal i {
		height: 50px;
		line-height: 50px;
	}

	#stacks_in_18619 .close-stacks_in_18619-animatedModal i {
		font-size: 20px;
	}

	#stacks_in_18619 .mega-modal-content {
		padding-top: 100px;
	}	
}


#stacks_in_18621 img {
	
	
	width: 300px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18621 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18621 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18621 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18621 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}


#stacks_in_18622 img {
	
	
	width: 150px;
	height: auto;
	
	display: inline-block;
	margin-bottom: 21px;
}

@media (max-width: 47.9em) {
	/*Mobile*/
	#stacks_in_18622 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/*Tablet*/
	#stacks_in_18622 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);
	}
}

@media (min-width: 62em) {
	/*Desktop*/
	#stacks_in_18622 img {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.33);%[endif]%
	}
}


#stacks_in_18622 figure {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}




@media only screen {
   
    #stacks_in_18623 {
      margin: 0px;
    }

    #stacks_in_18623 {
      padding: 0px;
    }

    

    
  


 
    #stacks_in_18623 {
      margin: 0px;
    }

    #stacks_in_18623 {
      padding: 0px;
    }

    

    
 


 
    #stacks_in_18623 {
      margin: 0px;
    }

    #stacks_in_18623 {
      padding: 0px;
    }


    

    
      #stacks_in_18623 {
        padding-left: 250px;
        padding-right: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
      }
    
 
}


@media only screen and (max-width: 61.9em) {
   
    #stacks_in_18623 {
      margin: 0px;
    }

    #stacks_in_18623 {
      padding: 0px;
    }


    

    
  


 
    #stacks_in_18623 {
      margin: 0px;
    }

    #stacks_in_18623 {
      padding: 0px;
    }


    

    
 
}


@media only screen and (max-width: 47.9em){
   
    #stacks_in_18623 {
      margin: 0px;
    }

    #stacks_in_18623 {
      padding: 0px;
    }


    

    
  

}


#stacks_in_18624 h1 {
	
	font-style: normal;

	
	
	letter-spacing: 0px;
	
}




	#stacks_in_18624 h1 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: rgba(4, 25, 114, 1.00);
	}



@media (max-width: 47.9em) {
	/* iPhone */
	#stacks_in_18624 h1 {
		font-size: 18px;
	}
}

@media (min-width: 48em) and (max-width: 61.9em) {
	/* iPad */
	#stacks_in_18624 h1 {
		font-size: 24px;
	}
}

@media (min-width: 62em) {
	/* Desktop */
	#stacks_in_18624 h1 {
		font-size: 32px;
	}
}


#stacks_in_18624 {
	padding: 10px 10px 0px 10px;
}



/* Color picker style settings */


#stacks_in_18626 p {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18626 p a,
#stacks_in_18626 p a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18626 p a:hover,
#stacks_in_18626 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18626 .paragraph {
	color: rgba(2, 12, 94, 1.00);
}

#stacks_in_18626 .paragraph a,
#stacks_in_18626 .paragraph a:visited {
	color: rgba(241, 0, 14, 1.00);
}

#stacks_in_18626 .paragraph a:hover,
#stacks_in_18626 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18626 p,
#stacks_in_18626 {
	margin-bottom: 0;
	
}

#stacks_in_18626 {
	padding: 20px 10px 10px 10px;
}



/* Color picker style settings */


#stacks_in_18628 p {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18628 p a,
#stacks_in_18628 p a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18628 p a:hover,
#stacks_in_18628 p a:active {
	color: rgba(64, 103, 138, 1.00);
}

/* Edit mode custom colors. */
#stacks_in_18628 .paragraph {
	color: rgba(4, 26, 113, 1.00);
}

#stacks_in_18628 .paragraph a,
#stacks_in_18628 .paragraph a:visited {
	color: rgba(240, 0, 14, 1.00);
}

#stacks_in_18628 .paragraph a:hover,
#stacks_in_18628 .paragraph a:active {
	color: rgba(64, 103, 138, 1.00);
}




/* Option for removing base margin on paragraphs */
#stacks_in_18628 p,
#stacks_in_18628 {
	margin-bottom: 0;
	
}

#stacks_in_18628 {
	padding: 0px 10px 10px 10px;
}



	#stacks_in_18630 .label {
		background-color: rgba(255, 255, 255, 1.00);
		color: rgba(55, 107, 177, 1.00);
	}


#stacks_in_18630 .label {
	
}

#stacks_in_18630 .label {
	font-weight: 700;
	
}

#stacks_in_18630 {
	padding: 0px 0px 0px 10px;
}



	#stacks_in_18631 .label {
		background-color: rgba(252, 0, 14, 1.00);
		color: rgba(255, 255, 255, 1.00);
	}


#stacks_in_18631 .label {
	
}

#stacks_in_18631 .label {
	font-weight: 700;
	
}

#stacks_in_18631 {
	padding: 0px 0px 0px 10px;
}
